01KZYEGPCA8PW4HHEM9CTX2DE0: 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: 01KZYEH3JHB5TT968VTFHJJKBD

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-13T20:56:15.998Zjob assigned to worker 01KZYEHAASZH0CYXXJ2RC7YANE [factory aws, i-0fbcafbd2b33f1d66] (queued for 48 s)
 
22026-08-13T20:56:22.711Zstarting task 0: "setup"
32026-08-13T20:56:22.716Z++ uname -s
42026-08-13T20:56:22.720Z+ kern=SunOS
52026-08-13T20:56:22.720Z+ build_user=build
62026-08-13T20:56:22.720Z+ build_uid=12345
72026-08-13T20:56:22.720Z+ work_dir=/work
82026-08-13T20:56:22.720Z+ input_dir=/input
92026-08-13T20:56:22.720Z+ [[ 0 == 12345 ]]
102026-08-13T20:56:22.720Z+ case "$kern" in
112026-08-13T20:56:22.720Z+ groupadd -g 12345 build
122026-08-13T20:56:22.720Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-13T20:56:24.724Z+ zfs create -o mountpoint=/work rpool/work
142026-08-13T20:56:24.820Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-13T20:56:24.823Z+ home_fs=zfs
162026-08-13T20:56:24.823Z+ [[ zfs == autofs ]]
172026-08-13T20:56:24.823Z+ mkdir -p /home/build
182026-08-13T20:56:24.823Z+ chown build:build /home/build /work
192026-08-13T20:56:26.822Z+ chmod 0700 /home/build /work
202026-08-13T20:56:26.825Zprocess exited: duration 4112 ms, exit code 0
 
212026-08-13T20:56:26.832Zstarting task 1: "rust-toolchain"
222026-08-13T20:56:26.836Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-13T20:56:26.836Z * rust toolchain channel = "1.97.1"
242026-08-13T20:56:26.836Z * rust toolchain profile = "default"
252026-08-13T20:56:26.837Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-13T20:56:26.837Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-13T20:56:26.837Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-13T20:56:26.891Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-13T20:56:26.891Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-13T20:56:26.895Zinfo: downloading installer
312026-08-13T20:56:28.169Zwarn: It looks like you have an existing rustup settings file at:
322026-08-13T20:56:28.169Zwarn: /home/build/.rustup/settings.toml
332026-08-13T20:56:28.169Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-13T20:56:28.169Zwarn: instead of the one inferred from the default host triple.
352026-08-13T20:56:28.182Zinfo: profile set to default
362026-08-13T20:56:28.182Zinfo: default host triple is x86_64-unknown-illumos
372026-08-13T20:56:28.185Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-13T20:56:28.350Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-13T20:56:28.354Zinfo: downloading 6 components
402026-08-13T20:56:43.533Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-13T20:56:43.533Z
422026-08-13T20:56:43.560Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-13T20:56:43.560Z
442026-08-13T20:56:43.563Z
452026-08-13T20:56:43.563ZRust is installed now. Great!
462026-08-13T20:56:43.563Z
472026-08-13T20:56:43.563ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-13T20:56:43.563Zenvironment variable. This has not been done automatically.
492026-08-13T20:56:43.563Z
502026-08-13T20:56:43.563ZTo configure your current shell, you need to source
512026-08-13T20:56:43.563Zthe corresponding env file under $HOME/.cargo.
522026-08-13T20:56:43.563Z
532026-08-13T20:56:43.563ZThis is usually done by running one of the following (note the leading DOT):
542026-08-13T20:56:43.563Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-13T20:56:43.563Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-13T20:56:43.563Zsource "~/.cargo/env.nu" # For nushell
572026-08-13T20:56:43.563Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-13T20:56:43.564Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-13T20:56:43.564Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-13T20:56:43.564Zwarn: no default linker (`cc`) was found in your PATH
612026-08-13T20:56:43.564Zwarn: many Rust crates require a system C toolchain to build
622026-08-13T20:56:43.648Z+ rustup --version
632026-08-13T20:56:43.657Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-13T20:56:43.660Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-13T20:56:43.677Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-13T20:56:43.680Z+ cargo --version
672026-08-13T20:56:43.694Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-13T20:56:43.697Z+ rustc --version
692026-08-13T20:56:43.716Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-13T20:56:43.719Zprocess exited: duration 16886 ms, exit code 0
 
712026-08-13T20:56:43.725Zstarting task 2: "authentication"
722026-08-13T20:56:43.742Zprocess exited: duration 16 ms, exit code 0
 
732026-08-13T20:56:43.749Zstarting task 3: "clone repository"
742026-08-13T20:56:43.753Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-13T20:56:43.756Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-13T20:56:43.783ZCloning into '/work/oxidecomputer/omicron'...
772026-08-13T20:56:54.808Z+ cd /work/oxidecomputer/omicron
782026-08-13T20:56:54.808Z+ git fetch origin 493fa38890711e27da2aeb04d09b1d74ace910e5
792026-08-13T20:56:55.111ZFrom https://github.com/oxidecomputer/omicron
802026-08-13T20:56:55.111Z * branch 493fa38890711e27da2aeb04d09b1d74ace910e5 -> FETCH_HEAD
812026-08-13T20:56:55.122Z+ [[ -n fix-11032 ]]
822026-08-13T20:56:55.125Z++ git branch --show-current
832026-08-13T20:56:55.125Z+ current=main
842026-08-13T20:56:55.125Z+ [[ main != fix-11032 ]]
852026-08-13T20:56:55.125Z+ git branch -f fix-11032 493fa38890711e27da2aeb04d09b1d74ace910e5
862026-08-13T20:56:55.128Z+ git checkout -f fix-11032
872026-08-13T20:56:55.375ZSwitched to branch 'fix-11032'
882026-08-13T20:56:55.379Z+ git reset --hard 493fa38890711e27da2aeb04d09b1d74ace910e5
892026-08-13T20:56:55.428ZHEAD is now at 493fa3889 Fix sled-agent client allocation
902026-08-13T20:56:55.431Zprocess exited: duration 11680 ms, exit code 0
 
912026-08-13T20:56:55.438Zstarting task 4: "build"
922026-08-13T20:56:55.441Z+ source .github/buildomat/ci-env.sh
932026-08-13T20:56:55.444Z++ export CARGO_TERM_COLOR=always
942026-08-13T20:56:55.444Z++ CARGO_TERM_COLOR=always
952026-08-13T20:56:55.444Z+++ uname -s
962026-08-13T20:56:55.444Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-13T20:56:55.445Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-13T20:56:55.448Z+ cargo --version
992026-08-13T20:56:55.454Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-13T20:56:55.457Z+ rustc --version
1012026-08-13T20:56:55.476Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-13T20:56:55.479Z+ source ./env.sh
1032026-08-13T20:56:55.479Z++ OLD_SHELL_OPTS=ehxB
1042026-08-13T20:56:55.479Z++ set -o xtrace
1052026-08-13T20:56:55.482Z++++ dirname ./env.sh
1062026-08-13T20:56:55.482Z+++ readlink -f .
1072026-08-13T20:56:55.485Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-08-13T20:56:55.485Z++ 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-13T20:56:55.485Z++ 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-13T20:56:55.485Z++ 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-13T20:56:55.485Z++ 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-13T20:56:55.485Z++ 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-13T20:56:55.485Z++ 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-13T20:56:55.485Z++ 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-13T20:56:55.485Z++ 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-13T20:56:55.485Z++ 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-13T20:56:55.485Z++ 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-13T20:56:55.485Z++ case $OLD_SHELL_OPTS in
1192026-08-13T20:56:55.485Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-08-13T20:56:55.485Z+ 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-13T20:56:55.485Z+ 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-13T20:56:55.485Z+ banner prerequisites
1232026-08-13T20:56:55.488Z
1242026-08-13T20:56:55.488Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-08-13T20:56:55.488Z # # # # # # # # # # # # # # #
1262026-08-13T20:56:55.488Z # # # # ##### # # ##### # # # # # #### #
1272026-08-13T20:56:55.488Z ##### ##### # ##### # # # # # # # # #
1282026-08-13T20:56:55.488Z # # # # # # # # # # # # # # #
1292026-08-13T20:56:55.488Z # # # ###### # # ###### ### # #### # #### #
1302026-08-13T20:56:55.488Z
1312026-08-13T20:56:55.488Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-08-13T20:56:57.399Z Startup: Refreshing catalog 'helios' ... Done
1332026-08-13T20:56:57.707Z Startup: Caching catalogs ... Done
1342026-08-13T20:56:59.389ZPlanning: Solver setup ... Done (1.582s)
1352026-08-13T20:56:59.441ZPlanning: Running solver ... Done (0.052s)
1362026-08-13T20:56:59.478ZPlanning: Finding local manifests ... Done (0.003s)
1372026-08-13T20:56:59.489ZPlanning: Fetching manifests: 0/2 0% complete
1382026-08-13T20:56:59.510ZPlanning: Fetching manifests: 2/2 100% complete
1392026-08-13T20:56:59.523ZPlanning: Package planning ... Done (0.013s)
1402026-08-13T20:56:59.526ZPlanning: Merging actions ... Done (0.002s)
1412026-08-13T20:56:59.685ZPlanning: Checking for conflicting actions ... Done (0.160s)
1422026-08-13T20:56:59.688ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-08-13T20:57:00.434ZPlanning: Evaluating mediators ... Done (0.748s)
1442026-08-13T20:57:00.437ZPlanning: Planning completed in 2.70 seconds
1452026-08-13T20:57:00.444Z Packages to install: 2
1462026-08-13T20:57:00.444Z Estimated space available: 156.02 GB
1472026-08-13T20:57:00.448ZEstimated space to be consumed: 67.95 MB
1482026-08-13T20:57:00.448Z Create boot environment: No
1492026-08-13T20:57:00.448ZCreate backup boot environment: No
1502026-08-13T20:57:00.448Z Rebuild boot archive: No
1512026-08-13T20:57:00.448Z
1522026-08-13T20:57:00.448ZChanged packages:
1532026-08-13T20:57:00.448Zhelios
1542026-08-13T20:57:00.448Z developer/build-essential
1552026-08-13T20:57:00.448Z None -> 11-3.0
1562026-08-13T20:57:00.448Z library/libxmlsec1
1572026-08-13T20:57:00.448Z None -> 1.2.35-3.0
1582026-08-13T20:57:00.468Z
1592026-08-13T20:57:00.468ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-08-13T20:57:00.543ZDownload: Completed 1.28 MB in 0.08 seconds (16.9M/s)
1612026-08-13T20:57:00.634Z Actions: 1/268 actions (Installing new actions)
1622026-08-13T20:57:00.673Z Actions: Completed 268 actions in 0.04 seconds.
1632026-08-13T20:57:00.703ZFinalize: Updating package state database ... Done (0.029s)
1642026-08-13T20:57:00.703ZFinalize: Updating package cache ... Done (0.000s)
1652026-08-13T20:57:00.777ZFinalize: Updating image state ... Done (0.074s)
1662026-08-13T20:57:03.209ZFinalize: Creating fast lookup database ... Done (2.388s)
1672026-08-13T20:57:03.271ZFinalize: Reading search index ... Done (0.011s)
1682026-08-13T20:57:03.275ZFinalize: Updating search index ... Done (0.000s)
1692026-08-13T20:57:03.364ZFinalize: Updating package cache ... Done (0.000s)
1702026-08-13T20:57:03.721ZPlanning: Evaluating mediator changes ... Done
1712026-08-13T20:57:03.823ZPlanning: Checking for conflicting actions ... Done
1722026-08-13T20:57:03.826ZPlanning: Consolidating action changes ... Done
1732026-08-13T20:57:03.979ZPlanning: Evaluating mediators ... Done
1742026-08-13T20:57:03.982ZPlanning: Planning completed in 0.26 seconds
1752026-08-13T20:57:04.002Z Mediators to change: 2
1762026-08-13T20:57:04.002Z Create boot environment: No
1772026-08-13T20:57:04.005ZCreate backup boot environment: No
1782026-08-13T20:57:04.060ZFinalize: Updating package state database ... Done
1792026-08-13T20:57:04.060ZFinalize: Updating package cache ... Done
1802026-08-13T20:57:04.101ZFinalize: Updating image state ... Done
1812026-08-13T20:57:06.033ZFinalize: Creating fast lookup database ... Done
1822026-08-13T20:57:06.095ZFinalize: Reading search index ... Done
1832026-08-13T20:57:06.098ZFinalize: Updating search index ... Done
1842026-08-13T20:57:06.188ZFinalize: Updating package cache ... Done
1852026-08-13T20:57:06.474ZPlanning: Evaluating mediator changes ... Done
1862026-08-13T20:57:06.578ZPlanning: Checking for conflicting actions ... Done
1872026-08-13T20:57:06.581ZPlanning: Consolidating action changes ... Done
1882026-08-13T20:57:06.735ZPlanning: Evaluating mediators ... Done
1892026-08-13T20:57:06.738ZPlanning: Planning completed in 0.26 seconds
1902026-08-13T20:57:06.760Z Mediators to change: 1
1912026-08-13T20:57:06.760Z Create boot environment: No
1922026-08-13T20:57:06.760ZCreate backup boot environment: No
1932026-08-13T20:57:06.808ZFinalize: Updating package state database ... Done
1942026-08-13T20:57:06.808ZFinalize: Updating package cache ... Done
1952026-08-13T20:57:06.851ZFinalize: Updating image state ... Done
1962026-08-13T20:57:08.790ZFinalize: Creating fast lookup database ... Done
1972026-08-13T20:57:08.850ZFinalize: Reading search index ... Done
1982026-08-13T20:57:08.853ZFinalize: Updating search index ... Done
1992026-08-13T20:57:08.925ZFinalize: Updating package cache ... Done
2002026-08-13T20:57:09.232ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-08-13T20:57:09.232Zapache system 2.4 system
2022026-08-13T20:57:09.232Zclang system 15 system
2032026-08-13T20:57:09.232Zcsh system system illumos
2042026-08-13T20:57:09.232Zctags system system illumos
2052026-08-13T20:57:09.232Zfile vendor vendor darwinsys
2062026-08-13T20:57:09.232Zfile system system illumos
2072026-08-13T20:57:09.232Zgcc vendor 14 vendor
2082026-08-13T20:57:09.232Zgcc system 13 system
2092026-08-13T20:57:09.232Zgcc system 10 system
2102026-08-13T20:57:09.232Zgo system 1.25 system
2112026-08-13T20:57:09.232Zllvm system 15 system
2122026-08-13T20:57:09.232Zmariadb system 11.4 system
2132026-08-13T20:57:09.232Zmta vendor vendor dma
2142026-08-13T20:57:09.232Zopenjdk system 17 system
2152026-08-13T20:57:09.232Zopenjdk system 11 system
2162026-08-13T20:57:09.232Zopenssl vendor 3 vendor
2172026-08-13T20:57:09.233Zperl system 5.40 system
2182026-08-13T20:57:09.233Zpostgresql system 18 system
2192026-08-13T20:57:09.233Zpostgresql system 17 system
2202026-08-13T20:57:09.233Zpython vendor 3 vendor
2212026-08-13T20:57:09.233Zpython system 2 system
2222026-08-13T20:57:09.233Zpython3 vendor 3.13 vendor
2232026-08-13T20:57:09.233Zruby system 3.4 system
2242026-08-13T20:57:09.233Zruby system 3.0 system
2252026-08-13T20:57:09.233Zwords vendor vendor american-english
2262026-08-13T20:57:09.233Zwords system system australian-english
2272026-08-13T20:57:09.233Zwords system system british-english
2282026-08-13T20:57:09.233Zwords system system canadian-english
2292026-08-13T20:57:09.233Zwords system system french
2302026-08-13T20:57:09.233Zwords system system italian
2312026-08-13T20:57:09.233Zwords system system ngerman
2322026-08-13T20:57:09.233Zwords system system ogerman
2332026-08-13T20:57:09.233Zwords system system spanish
2342026-08-13T20:57:09.486ZPUBLISHER TYPE STATUS P LOCATION
2352026-08-13T20:57:09.486Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-08-13T20:57:09.927ZFMRI IFO
2372026-08-13T20:57:09.927Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-08-13T20:57:09.927Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-08-13T20:57:09.927Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-08-13T20:57:09.927Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-08-13T20:57:09.927Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-08-13T20:57:09.927Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-08-13T20:57:09.927Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-08-13T20:57:09.927Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-08-13T20:57:09.927Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-08-13T20:57:10.252Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-08-13T20:57:10.596Z Updating crates.io index
2482026-08-13T20:57:10.599Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-08-13T20:57:10.883Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-13T20:57:11.301Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-08-13T20:57:12.310Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-08-13T20:57:12.823Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-08-13T20:57:14.434Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-08-13T20:57:15.296Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-08-13T20:57:15.592Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-08-13T20:57:15.973Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-08-13T20:57:17.396Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-08-13T20:57:17.726Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-08-13T20:57:18.115Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-08-13T20:57:18.387Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-08-13T20:57:18.947Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-08-13T20:57:19.252Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-08-13T20:57:19.559Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-08-13T20:57:19.898Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-08-13T20:57:20.182Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2662026-08-13T20:57:20.647Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2672026-08-13T20:57:21.096Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-08-13T20:57:21.526Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2692026-08-13T20:57:22.051Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2702026-08-13T20:57:22.384Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2712026-08-13T20:57:22.931Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2722026-08-13T20:57:23.264Z Updating git repository `https://github.com/oxidecomputer/erebor`
2732026-08-13T20:57:23.554Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2742026-08-13T20:57:23.971Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2752026-08-13T20:57:24.259Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2762026-08-13T20:57:24.653Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2772026-08-13T20:57:25.460Z Updating git repository `https://github.com/oxidecomputer/ispf`
2782026-08-13T20:57:25.760Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2792026-08-13T20:57:26.181Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2802026-08-13T20:57:26.606Z Updating git repository `https://github.com/oxidecomputer/tough`
2812026-08-13T20:57:27.232Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2822026-08-13T20:57:27.529Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2832026-08-13T20:57:27.810Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2842026-08-13T20:57:28.284Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2852026-08-13T20:57:28.578Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2862026-08-13T20:57:28.942Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2872026-08-13T20:57:29.203Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2882026-08-13T20:57:29.547Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2892026-08-13T20:57:29.873Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2902026-08-13T20:57:30.171Z Updating git repository `https://github.com/illumos/smf-rs`
2912026-08-13T20:57:32.849Z Downloading crates ...
2922026-08-13T20:57:32.920Z Downloaded clap_lex v1.0.0
2932026-08-13T20:57:32.923Z Downloaded pest v2.8.6
2942026-08-13T20:57:32.926Z Downloaded terminal_size v0.4.3
2952026-08-13T20:57:32.926Z Downloaded cfg-if v1.0.4
2962026-08-13T20:57:32.928Z Downloaded cargo-platform v0.3.2
2972026-08-13T20:57:32.928Z Downloaded dof v0.3.0
2982026-08-13T20:57:32.933Z Downloaded zerocopy v0.7.35
2992026-08-13T20:57:32.941Z Downloaded heck v0.5.0
3002026-08-13T20:57:32.944Z Downloaded zmij v1.0.21
3012026-08-13T20:57:32.944Z Downloaded fastrand v2.3.0
3022026-08-13T20:57:32.944Z Downloaded zerocopy-derive v0.7.35
3032026-08-13T20:57:32.947Z Downloaded colorchoice v1.0.4
3042026-08-13T20:57:32.947Z Downloaded is_terminal_polyfill v1.70.2
3052026-08-13T20:57:32.948Z Downloaded cpufeatures v0.2.17
3062026-08-13T20:57:32.948Z Downloaded macaddr v1.0.1
3072026-08-13T20:57:32.948Z Downloaded camino-tempfile v1.4.1
3082026-08-13T20:57:32.951Z Downloaded cargo_metadata v0.23.1
3092026-08-13T20:57:32.951Z Downloaded digest v0.10.7
3102026-08-13T20:57:32.951Z Downloaded byteorder v1.5.0
3112026-08-13T20:57:32.951Z Downloaded crypto-common v0.1.7
3122026-08-13T20:57:32.954Z Downloaded itoa v1.0.17
3132026-08-13T20:57:32.959Z Downloaded equivalent v1.0.2
3142026-08-13T20:57:32.961Z Downloaded scroll_derive v0.12.1
3152026-08-13T20:57:32.964Z Downloaded heck v0.4.1
3162026-08-13T20:57:32.969Z Downloaded autocfg v1.5.0
3172026-08-13T20:57:32.975Z Downloaded usdt v0.5.0
3182026-08-13T20:57:32.995Z Downloaded fnv v1.0.7
3192026-08-13T20:57:32.995Z Downloaded unicode-linebreak v0.1.5
3202026-08-13T20:57:32.995Z Downloaded proc-macro-error-attr v1.0.4
3212026-08-13T20:57:32.995Z Downloaded errno v0.3.14
3222026-08-13T20:57:32.995Z Downloaded tabled_derive v0.7.0
3232026-08-13T20:57:32.995Z Downloaded block-buffer v0.10.4
3242026-08-13T20:57:32.995Z Downloaded utf8parse v0.2.2
3252026-08-13T20:57:32.995Z Downloaded usdt-macro v0.5.0
3262026-08-13T20:57:32.995Z Downloaded thread-id v4.2.2
3272026-08-13T20:57:33.003Z Downloaded swrite v0.1.0
3282026-08-13T20:57:33.007Z Downloaded smawk v0.3.2
3292026-08-13T20:57:33.007Z Downloaded memmap v0.7.0
3302026-08-13T20:57:33.010Z Downloaded strsim v0.11.1
3312026-08-13T20:57:33.010Z Downloaded anstyle-query v1.1.5
3322026-08-13T20:57:33.013Z Downloaded usdt-attr-macro v0.5.0
3332026-08-13T20:57:33.017Z Downloaded generic-array v0.14.7
3342026-08-13T20:57:33.020Z Downloaded version_check v0.9.5
3352026-08-13T20:57:33.020Z Downloaded plain v0.2.3
3362026-08-13T20:57:33.023Z Downloaded pretty-hex v0.4.1
3372026-08-13T20:57:33.026Z Downloaded toml_write v0.1.2
3382026-08-13T20:57:33.031Z Downloaded anstyle v1.0.14
3392026-08-13T20:57:33.034Z Downloaded dtrace-parser v0.2.0
3402026-08-13T20:57:33.037Z Downloaded cargo_toml v0.21.0
3412026-08-13T20:57:33.037Z Downloaded fs-err v3.3.0
3422026-08-13T20:57:33.040Z Downloaded bytecount v0.6.9
3432026-08-13T20:57:33.044Z Downloaded semver v1.0.28
3442026-08-13T20:57:33.044Z Downloaded camino v1.2.2
3452026-08-13T20:57:33.047Z Downloaded anyhow v1.0.102
3462026-08-13T20:57:33.047Z Downloaded anstyle-parse v1.0.0
3472026-08-13T20:57:33.051Z Downloaded pest_derive v2.8.6
3482026-08-13T20:57:33.054Z Downloaded thiserror v1.0.69
3492026-08-13T20:57:33.058Z Downloaded sha2 v0.10.9
3502026-08-13T20:57:33.061Z Downloaded thiserror-impl v2.0.18
3512026-08-13T20:57:33.061Z Downloaded scroll v0.12.0
3522026-08-13T20:57:33.061Z Downloaded serde_spanned v0.6.9
3532026-08-13T20:57:33.061Z Downloaded serde_tokenstream v0.2.3
3542026-08-13T20:57:33.064Z Downloaded usdt-impl v0.5.0
3552026-08-13T20:57:33.067Z Downloaded proc-macro-error v1.0.4
3562026-08-13T20:57:33.070Z Downloaded toml_datetime v0.6.11
3572026-08-13T20:57:33.081Z Downloaded thiserror-impl v1.0.69
3582026-08-13T20:57:33.084Z Downloaded bitflags v2.11.0
3592026-08-13T20:57:33.088Z Downloaded pest_generator v2.8.6
3602026-08-13T20:57:33.091Z Downloaded anstream v1.0.0
3612026-08-13T20:57:33.091Z Downloaded thiserror v2.0.18
3622026-08-13T20:57:33.094Z Downloaded clap_derive v4.6.1
3632026-08-13T20:57:33.097Z Downloaded once_cell v1.21.3
3642026-08-13T20:57:33.097Z Downloaded toml v0.8.23
3652026-08-13T20:57:33.108Z Downloaded quote v1.0.45
3662026-08-13T20:57:33.115Z Downloaded tempfile v3.25.0
3672026-08-13T20:57:33.129Z Downloaded papergrid v0.11.0
3682026-08-13T20:57:33.132Z Downloaded serde_core v1.0.228
3692026-08-13T20:57:33.140Z Downloaded serde_derive v1.0.228
3702026-08-13T20:57:33.143Z Downloaded unicode-ident v1.0.24
3712026-08-13T20:57:33.146Z Downloaded clap v4.6.1
3722026-08-13T20:57:33.150Z Downloaded proc-macro2 v1.0.106
3732026-08-13T20:57:33.154Z Downloaded textwrap v0.16.2
3742026-08-13T20:57:33.154Z Downloaded pest_meta v2.8.6
3752026-08-13T20:57:33.161Z Downloaded log v0.4.29
3762026-08-13T20:57:33.164Z Downloaded getrandom v0.4.1
3772026-08-13T20:57:33.167Z Downloaded ucd-trie v0.1.7
3782026-08-13T20:57:33.170Z Downloaded toml_edit v0.22.27
3792026-08-13T20:57:33.176Z Downloaded indexmap v2.14.0
3802026-08-13T20:57:33.186Z Downloaded serde v1.0.228
3812026-08-13T20:57:33.193Z Downloaded memchr v2.8.0
3822026-08-13T20:57:33.196Z Downloaded typenum v1.20.1
3832026-08-13T20:57:33.240Z Downloaded hashbrown v0.17.0
3842026-08-13T20:57:33.253Z Downloaded goblin v0.8.2
3852026-08-13T20:57:33.272Z Downloaded clap_builder v4.6.0
3862026-08-13T20:57:33.276Z Downloaded serde_json v1.0.151
3872026-08-13T20:57:33.280Z Downloaded winnow v0.7.14
3882026-08-13T20:57:33.288Z Downloaded tabled v0.15.0
3892026-08-13T20:57:33.311Z Downloaded syn v1.0.109
3902026-08-13T20:57:33.321Z Downloaded unicode-width v0.2.0
3912026-08-13T20:57:33.325Z Downloaded unicode-width v0.1.14
3922026-08-13T20:57:33.328Z Downloaded syn v2.0.117
3932026-08-13T20:57:33.344Z Downloaded rustix v1.1.3
3942026-08-13T20:57:33.379Z Downloaded libc v0.2.185
3952026-08-13T20:57:33.439Z Compiling proc-macro2 v1.0.106
3962026-08-13T20:57:33.439Z Compiling unicode-ident v1.0.24
3972026-08-13T20:57:33.439Z Compiling quote v1.0.45
3982026-08-13T20:57:33.439Z Compiling serde_core v1.0.228
3992026-08-13T20:57:33.443Z Compiling libc v0.2.185
4002026-08-13T20:57:33.443Z Compiling version_check v0.9.5
4012026-08-13T20:57:33.443Z Compiling memchr v2.8.0
4022026-08-13T20:57:33.443Z Compiling serde v1.0.228
4032026-08-13T20:57:33.756Z Compiling zmij v1.0.21
4042026-08-13T20:57:34.029Z Compiling ucd-trie v0.1.7
4052026-08-13T20:57:34.035Z Compiling thiserror v1.0.69
4062026-08-13T20:57:34.285Z Compiling itoa v1.0.17
4072026-08-13T20:57:34.326Z Compiling pest v2.8.6
4082026-08-13T20:57:34.405Z Compiling byteorder v1.5.0
4092026-08-13T20:57:34.489Z Compiling rustix v1.1.3
4102026-08-13T20:57:34.562Z Compiling errno v0.3.14
4112026-08-13T20:57:34.672Z Compiling bitflags v2.11.0
4122026-08-13T20:57:34.826Z Compiling serde_json v1.0.151
4132026-08-13T20:57:34.974Z Compiling syn v2.0.117
4142026-08-13T20:57:34.990Z Compiling thread-id v4.2.2
4152026-08-13T20:57:35.034Z Compiling usdt-impl v0.5.0
4162026-08-13T20:57:35.105Z Compiling proc-macro-error-attr v1.0.4
4172026-08-13T20:57:35.124Z Compiling syn v1.0.109
4182026-08-13T20:57:35.264Z Compiling camino v1.2.2
4192026-08-13T20:57:35.434Z Compiling pest_meta v2.8.6
4202026-08-13T20:57:35.502Z Compiling proc-macro-error v1.0.4
4212026-08-13T20:57:35.571Z Compiling plain v0.2.3
4222026-08-13T20:57:35.638Z Compiling utf8parse v0.2.2
4232026-08-13T20:57:35.684Z Compiling equivalent v1.0.2
4242026-08-13T20:57:35.703Z Compiling log v0.4.29
4252026-08-13T20:57:35.749Z Compiling getrandom v0.4.1
4262026-08-13T20:57:35.777Z Compiling hashbrown v0.17.0
4272026-08-13T20:57:35.957Z Compiling terminal_size v0.4.3
4282026-08-13T20:57:36.172Z Compiling anstyle-parse v1.0.0
4292026-08-13T20:57:36.328Z Compiling indexmap v2.14.0
4302026-08-13T20:57:36.732Z Compiling winnow v0.7.14
4312026-08-13T20:57:36.755Z Compiling autocfg v1.5.0
4322026-08-13T20:57:36.912Z Compiling is_terminal_polyfill v1.70.2
4332026-08-13T20:57:36.945Z Compiling cfg-if v1.0.4
4342026-08-13T20:57:37.018Z Compiling thiserror v2.0.18
4352026-08-13T20:57:37.036Z Compiling pretty-hex v0.4.1
4362026-08-13T20:57:37.040Z Compiling anstyle v1.0.14
4372026-08-13T20:57:37.102Z Compiling colorchoice v1.0.4
4382026-08-13T20:57:37.177Z Compiling anstyle-query v1.1.5
4392026-08-13T20:57:37.196Z Compiling pest_generator v2.8.6
4402026-08-13T20:57:37.223Z Compiling toml_write v0.1.2
4412026-08-13T20:57:37.277Z Compiling anstream v1.0.0
4422026-08-13T20:57:37.295Z Compiling fs-err v3.3.0
4432026-08-13T20:57:37.581Z Compiling unicode-width v0.1.14
4442026-08-13T20:57:37.654Z Compiling clap_lex v1.0.0
4452026-08-13T20:57:37.675Z Compiling fastrand v2.3.0
4462026-08-13T20:57:37.736Z Compiling once_cell v1.21.3
4472026-08-13T20:57:37.849Z Compiling bytecount v0.6.9
4482026-08-13T20:57:37.882Z Compiling fnv v1.0.7
4492026-08-13T20:57:37.885Z Compiling strsim v0.11.1
4502026-08-13T20:57:37.930Z Compiling heck v0.5.0
4512026-08-13T20:57:37.957Z Compiling anyhow v1.0.102
4522026-08-13T20:57:37.984Z Compiling heck v0.4.1
4532026-08-13T20:57:37.988Z Compiling papergrid v0.11.0
4542026-08-13T20:57:38.166Z Compiling clap_builder v4.6.0
4552026-08-13T20:57:38.200Z Compiling tempfile v3.25.0
4562026-08-13T20:57:38.245Z Compiling semver v1.0.28
4572026-08-13T20:57:38.312Z Compiling cargo-platform v0.3.2
4582026-08-13T20:57:38.332Z Compiling tabled_derive v0.7.0
4592026-08-13T20:57:38.484Z Compiling memmap v0.7.0
4602026-08-13T20:57:38.556Z Compiling unicode-linebreak v0.1.5
4612026-08-13T20:57:38.574Z Compiling unicode-width v0.2.0
4622026-08-13T20:57:38.590Z Compiling smawk v0.3.2
4632026-08-13T20:57:38.734Z Compiling camino-tempfile v1.4.1
4642026-08-13T20:57:38.798Z Compiling textwrap v0.16.2
4652026-08-13T20:57:38.846Z Compiling serde_derive v1.0.228
4662026-08-13T20:57:39.015Z Compiling thiserror-impl v1.0.69
4672026-08-13T20:57:39.077Z Compiling zerocopy-derive v0.7.35
4682026-08-13T20:57:39.185Z Compiling pest_derive v2.8.6
4692026-08-13T20:57:39.243Z Compiling scroll_derive v0.12.1
4702026-08-13T20:57:39.306Z Compiling thiserror-impl v2.0.18
4712026-08-13T20:57:39.468Z Compiling clap_derive v4.6.1
4722026-08-13T20:57:39.632Z Compiling tabled v0.15.0
4732026-08-13T20:57:39.912Z Compiling scroll v0.12.0
4742026-08-13T20:57:39.959Z Compiling zerocopy v0.7.35
4752026-08-13T20:57:40.188Z Compiling goblin v0.8.2
4762026-08-13T20:57:40.385Z Compiling dtrace-parser v0.2.0
4772026-08-13T20:57:40.526Z Compiling swrite v0.1.0
4782026-08-13T20:57:41.218Z Compiling clap v4.6.1
4792026-08-13T20:57:41.840Z Compiling dof v0.3.0
4802026-08-13T20:57:41.840Z Compiling serde_tokenstream v0.2.3
4812026-08-13T20:57:41.857Z Compiling toml_datetime v0.6.11
4822026-08-13T20:57:41.872Z Compiling serde_spanned v0.6.9
4832026-08-13T20:57:41.875Z Compiling macaddr v1.0.1
4842026-08-13T20:57:41.920Z Compiling cargo_metadata v0.23.1
4852026-08-13T20:57:41.923Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4862026-08-13T20:57:42.034Z Compiling toml_edit v0.22.27
4872026-08-13T20:57:42.626Z Compiling usdt-attr-macro v0.5.0
4882026-08-13T20:57:42.626Z Compiling usdt-macro v0.5.0
4892026-08-13T20:57:43.271Z Compiling usdt v0.5.0
4902026-08-13T20:57:43.368Z Compiling toml v0.8.23
4912026-08-13T20:57:43.694Z Compiling cargo_toml v0.21.0
4922026-08-13T20:57:44.971Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4932026-08-13T20:57:46.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.91s
4942026-08-13T20:57:47.206Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4952026-08-13T20:57:47.715Z Downloading crates ...
4962026-08-13T20:57:47.780Z Downloaded array-init v0.0.4
4972026-08-13T20:57:47.784Z Downloaded arrayref v0.3.9
4982026-08-13T20:57:47.784Z Downloaded assert_matches v1.5.0
4992026-08-13T20:57:47.788Z Downloaded env_filter v1.0.0
5002026-08-13T20:57:47.792Z Downloaded convert_case v0.4.0
5012026-08-13T20:57:47.792Z Downloaded ascii-canvas v3.0.0
5022026-08-13T20:57:47.792Z Downloaded bit-set v0.8.0
5032026-08-13T20:57:47.795Z Downloaded async-recursion v1.1.1
5042026-08-13T20:57:47.795Z Downloaded fixedbitset v0.4.2
5052026-08-13T20:57:47.795Z Downloaded async-stream v0.3.6
5062026-08-13T20:57:47.798Z Downloaded async-stream-impl v0.3.6
5072026-08-13T20:57:47.798Z Downloaded float-ord v0.3.2
5082026-08-13T20:57:47.798Z Downloaded foreign-types-macros v0.2.3
5092026-08-13T20:57:47.798Z Downloaded atomicwrites v0.4.4
5102026-08-13T20:57:47.801Z Downloaded atty v0.2.14
5112026-08-13T20:57:47.801Z Downloaded fatfs v0.3.6
5122026-08-13T20:57:47.801Z Downloaded foreign-types v0.3.2
5132026-08-13T20:57:47.801Z Downloaded hash32 v0.2.1
5142026-08-13T20:57:47.804Z Downloaded base16ct v0.2.0
5152026-08-13T20:57:47.804Z Downloaded base16ct v1.0.0
5162026-08-13T20:57:47.804Z Downloaded git-stub v1.0.0
5172026-08-13T20:57:47.807Z Downloaded bb8 v0.8.6
5182026-08-13T20:57:47.807Z Downloaded bcrypt-pbkdf v0.11.0
5192026-08-13T20:57:47.807Z Downloaded bit-set v0.5.3
5202026-08-13T20:57:47.812Z Downloaded foreign-types-shared v0.3.1
5212026-08-13T20:57:47.815Z Downloaded futures-core v0.3.32
5222026-08-13T20:57:47.815Z Downloaded futures-io v0.3.32
5232026-08-13T20:57:47.815Z Downloaded ghash v0.6.0
5242026-08-13T20:57:47.815Z Downloaded form_urlencoded v1.2.2
5252026-08-13T20:57:47.815Z Downloaded bitfield-macros v0.19.4
5262026-08-13T20:57:47.815Z Downloaded bitfield-struct v0.6.2
5272026-08-13T20:57:47.819Z Downloaded adler2 v2.0.1
5282026-08-13T20:57:47.819Z Downloaded aead v0.5.2
5292026-08-13T20:57:47.819Z Downloaded foreign-types v0.5.0
5302026-08-13T20:57:47.819Z Downloaded fd-lock v4.0.4
5312026-08-13T20:57:47.819Z Downloaded fxhash v0.2.1
5322026-08-13T20:57:47.822Z Downloaded enum_dispatch v0.3.13
5332026-08-13T20:57:47.825Z Downloaded erased-serde v0.3.31
5342026-08-13T20:57:47.825Z Downloaded fallible-iterator v0.2.0
5352026-08-13T20:57:47.825Z Downloaded find-msvc-tools v0.1.9
5362026-08-13T20:57:47.825Z Downloaded anstream v0.6.21
5372026-08-13T20:57:47.825Z Downloaded endian-type v0.1.2
5382026-08-13T20:57:47.828Z Downloaded foreign-types-shared v0.1.1
5392026-08-13T20:57:47.831Z Downloaded anstyle-parse v0.2.7
5402026-08-13T20:57:47.831Z Downloaded atomic-waker v1.1.2
5412026-08-13T20:57:47.831Z Downloaded async-trait v0.1.89
5422026-08-13T20:57:47.837Z Downloaded backoff v0.4.0
5432026-08-13T20:57:47.839Z Downloaded base64ct v1.8.3
5442026-08-13T20:57:47.839Z Downloaded bcs v0.1.6
5452026-08-13T20:57:47.843Z Downloaded futures-sink v0.3.32
5462026-08-13T20:57:47.843Z Downloaded futures-task v0.3.32
5472026-08-13T20:57:47.843Z Downloaded bit-vec v0.6.3
5482026-08-13T20:57:47.843Z Downloaded bit-vec v0.8.0
5492026-08-13T20:57:47.844Z Downloaded ff v0.13.1
5502026-08-13T20:57:47.847Z Downloaded filetime v0.2.27
5512026-08-13T20:57:47.847Z Downloaded futures-channel v0.3.32
5522026-08-13T20:57:47.847Z Downloaded aead v0.6.1
5532026-08-13T20:57:47.847Z Downloaded futures-macro v0.3.32
5542026-08-13T20:57:47.850Z Downloaded headers-core v0.3.0
5552026-08-13T20:57:47.850Z Downloaded expectorate v1.2.0
5562026-08-13T20:57:47.850Z Downloaded funty v2.0.0
5572026-08-13T20:57:47.850Z Downloaded gethostname v0.5.0
5582026-08-13T20:57:47.850Z Downloaded arrayvec v0.7.6
5592026-08-13T20:57:47.853Z Downloaded fixedbitset v0.5.7
5602026-08-13T20:57:47.853Z Downloaded fs-err v2.11.0
5612026-08-13T20:57:47.853Z Downloaded fs_extra v1.3.0
5622026-08-13T20:57:47.853Z Downloaded argon2 v0.5.3
5632026-08-13T20:57:47.856Z Downloaded ff v0.14.0
5642026-08-13T20:57:47.859Z Downloaded cobs v0.3.0
5652026-08-13T20:57:47.862Z Downloaded hex v0.4.3
5662026-08-13T20:57:47.865Z Downloaded hostname v0.4.2
5672026-08-13T20:57:47.865Z Downloaded ciborium-ll v0.2.2
5682026-08-13T20:57:47.865Z Downloaded globwalk v0.9.1
5692026-08-13T20:57:47.865Z Downloaded compression-core v0.4.31
5702026-08-13T20:57:47.869Z Downloaded enum-as-inner v0.6.1
5712026-08-13T20:57:47.872Z Downloaded flagset v0.4.7
5722026-08-13T20:57:47.872Z Downloaded httpdate v1.0.3
5732026-08-13T20:57:47.872Z Downloaded home v0.5.12
5742026-08-13T20:57:47.875Z Downloaded block-buffer v0.12.1
5752026-08-13T20:57:47.875Z Downloaded num v0.4.3
5762026-08-13T20:57:47.875Z Downloaded block-padding v0.4.2
5772026-08-13T20:57:47.875Z Downloaded cfg_aliases v0.2.1
5782026-08-13T20:57:47.878Z Downloaded cfg_aliases v0.1.1
5792026-08-13T20:57:47.878Z Downloaded castaway v0.2.4
5802026-08-13T20:57:47.878Z Downloaded hex-literal v1.1.0
5812026-08-13T20:57:47.878Z Downloaded float-cmp v0.10.0
5822026-08-13T20:57:47.881Z Downloaded openssl-probe v0.2.1
5832026-08-13T20:57:47.881Z Downloaded hash32 v0.3.1
5842026-08-13T20:57:47.881Z Downloaded async-bb8-diesel v0.2.1
5852026-08-13T20:57:47.884Z Downloaded futures-executor v0.3.32
5862026-08-13T20:57:47.886Z Downloaded byte-wrapper v0.1.0
5872026-08-13T20:57:47.890Z Downloaded backon v1.6.0
5882026-08-13T20:57:47.890Z Downloaded getrandom v0.2.17
5892026-08-13T20:57:47.890Z Downloaded bitfield v0.19.4
5902026-08-13T20:57:47.892Z Downloaded bitflags v1.3.2
5912026-08-13T20:57:47.892Z Downloaded hubpack_derive v0.1.1
5922026-08-13T20:57:47.892Z Downloaded http-range v0.1.5
5932026-08-13T20:57:47.892Z Downloaded blake2 v0.10.6
5942026-08-13T20:57:47.896Z Downloaded http-body v1.0.1
5952026-08-13T20:57:47.905Z Downloaded hostname v0.3.1
5962026-08-13T20:57:47.908Z Downloaded num_enum_derive v0.5.11
5972026-08-13T20:57:47.909Z Downloaded hubpack v0.1.2
5982026-08-13T20:57:47.909Z Downloaded ciborium-io v0.2.2
5992026-08-13T20:57:47.915Z Downloaded hyper-tls v0.6.0
6002026-08-13T20:57:47.917Z Downloaded ahash v0.8.12
6012026-08-13T20:57:47.920Z Downloaded argon2 v0.6.0-rc.8
6022026-08-13T20:57:47.923Z Downloaded predicates-core v1.0.10
6032026-08-13T20:57:47.923Z Downloaded recursive-proc-macro-impl v0.1.1
6042026-08-13T20:57:47.926Z Downloaded predicates-tree v1.0.13
6052026-08-13T20:57:47.929Z Downloaded rand_xorshift v0.4.0
6062026-08-13T20:57:47.929Z Downloaded recursive v0.1.1
6072026-08-13T20:57:47.929Z Downloaded futures v0.3.32
6082026-08-13T20:57:47.932Z Downloaded generic-array v1.4.3
6092026-08-13T20:57:47.933Z Downloaded num-conv v0.2.0
6102026-08-13T20:57:47.933Z Downloaded password-hash v0.6.1
6112026-08-13T20:57:47.933Z Downloaded phf_shared v0.13.1
6122026-08-13T20:57:47.933Z Downloaded powerfmt v0.2.0
6132026-08-13T20:57:47.936Z Downloaded foldhash v0.2.0
6142026-08-13T20:57:47.936Z Downloaded progenitor-macro v0.14.0
6152026-08-13T20:57:47.936Z Downloaded env_logger v0.11.9
6162026-08-13T20:57:47.939Z Downloaded foldhash v0.1.5
6172026-08-13T20:57:47.939Z Downloaded rustc_version v0.1.7
6182026-08-13T20:57:47.943Z Downloaded bzip2 v0.6.1
6192026-08-13T20:57:47.943Z Downloaded humantime v2.3.0
6202026-08-13T20:57:47.943Z Downloaded hyper-staticfile v0.10.1
6212026-08-13T20:57:47.949Z Downloaded camino-tempfile-ext v0.3.3
6222026-08-13T20:57:47.949Z Downloaded cbc v0.2.1
6232026-08-13T20:57:47.949Z Downloaded cexpr v0.6.0
6242026-08-13T20:57:47.949Z Downloaded bs58 v0.5.1
6252026-08-13T20:57:47.952Z Downloaded cipher v0.4.4
6262026-08-13T20:57:47.952Z Downloaded constant_time_eq v0.4.2
6272026-08-13T20:57:47.957Z Downloaded scroll_derive v0.13.1
6282026-08-13T20:57:47.957Z Downloaded serde_plain v1.0.2
6292026-08-13T20:57:47.957Z Downloaded serde_spanned v1.1.1
6302026-08-13T20:57:47.957Z Downloaded serde_repr v0.1.20
6312026-08-13T20:57:47.957Z Downloaded signature v2.2.0
6322026-08-13T20:57:47.957Z Downloaded sigpipe v0.1.3
6332026-08-13T20:57:47.958Z Downloaded rfc6979 v0.4.0
6342026-08-13T20:57:47.961Z Downloaded sapling-renderdag v0.1.0
6352026-08-13T20:57:47.961Z Downloaded same-file v1.0.6
6362026-08-13T20:57:47.961Z Downloaded seq-macro v0.3.6
6372026-08-13T20:57:47.961Z Downloaded shell-words v1.1.1
6382026-08-13T20:57:47.964Z Downloaded strip-ansi-escapes v0.2.1
6392026-08-13T20:57:47.964Z Downloaded supports-color v3.0.2
6402026-08-13T20:57:47.968Z Downloaded globset v0.4.18
6412026-08-13T20:57:47.971Z Downloaded group v0.13.0
6422026-08-13T20:57:47.974Z Downloaded glob v0.3.3
6432026-08-13T20:57:47.977Z Downloaded git-stub-vcs v0.1.0
6442026-08-13T20:57:47.977Z Downloaded pem-rfc7468 v0.7.0
6452026-08-13T20:57:47.977Z Downloaded group v0.14.0
6462026-08-13T20:57:47.980Z Downloaded phf v0.12.1
6472026-08-13T20:57:47.983Z Downloaded const_format_proc_macros v0.2.34
6482026-08-13T20:57:47.983Z Downloaded num-rational v0.4.2
6492026-08-13T20:57:47.986Z Downloaded strsim v0.10.0
6502026-08-13T20:57:47.986Z Downloaded blowfish v0.10.0
6512026-08-13T20:57:47.990Z Downloaded testing_table v0.3.0
6522026-08-13T20:57:47.990Z Downloaded thread-id v5.1.0
6532026-08-13T20:57:47.990Z Downloaded cmake v0.1.57
6542026-08-13T20:57:47.990Z Downloaded chacha20 v0.9.1
6552026-08-13T20:57:47.990Z Downloaded getrandom v0.3.4
6562026-08-13T20:57:47.994Z Downloaded hmac v0.12.1
6572026-08-13T20:57:47.994Z Downloaded pem v3.0.6
6582026-08-13T20:57:47.994Z Downloaded cipher v0.5.2
6592026-08-13T20:57:47.997Z Downloaded rand_core v0.6.4
6602026-08-13T20:57:47.997Z Downloaded cassowary v0.3.0
6612026-08-13T20:57:47.997Z Downloaded oxnet v0.1.6
6622026-08-13T20:57:47.997Z Downloaded unarray v0.1.4
6632026-08-13T20:57:48.003Z Downloaded rpassword v7.5.4
6642026-08-13T20:57:48.006Z Downloaded buf-list v1.1.2
6652026-08-13T20:57:48.012Z Downloaded half v1.8.3
6662026-08-13T20:57:48.012Z Downloaded password-hash v0.5.0
6672026-08-13T20:57:48.015Z Downloaded progenitor-macro v0.13.0
6682026-08-13T20:57:48.015Z Downloaded http-body-util v0.1.3
6692026-08-13T20:57:48.019Z Downloaded want v0.3.1
6702026-08-13T20:57:48.022Z Downloaded progenitor v0.13.0
6712026-08-13T20:57:48.025Z Downloaded scroll v0.13.0
6722026-08-13T20:57:48.025Z Downloaded signature v3.0.0
6732026-08-13T20:57:48.025Z Downloaded shlex v1.3.0
6742026-08-13T20:57:48.025Z Downloaded smf v0.2.3
6752026-08-13T20:57:48.028Z Downloaded unicode-xid v0.2.6
6762026-08-13T20:57:48.028Z Downloaded usdt v0.6.0
6772026-08-13T20:57:48.028Z Downloaded usdt-attr-macro v0.6.0
6782026-08-13T20:57:48.028Z Downloaded blake2 v0.11.0-rc.6
6792026-08-13T20:57:48.031Z Downloaded rustls-native-certs v0.8.3
6802026-08-13T20:57:48.031Z Downloaded xshell-macros v0.2.7
6812026-08-13T20:57:48.034Z Downloaded bzip2 v0.4.4
6822026-08-13T20:57:48.034Z Downloaded const-oid v0.9.6
6832026-08-13T20:57:48.037Z Downloaded highway v1.3.0
6842026-08-13T20:57:48.037Z Downloaded cmov v0.5.4
6852026-08-13T20:57:48.040Z Downloaded semver v0.1.20
6862026-08-13T20:57:48.043Z Downloaded hybrid-array v0.4.13
6872026-08-13T20:57:48.046Z Downloaded slog-scope v4.4.1
6882026-08-13T20:57:48.046Z Downloaded httparse v1.10.1
6892026-08-13T20:57:48.046Z Downloaded zeroize_derive v1.5.0
6902026-08-13T20:57:48.050Z Downloaded zone_cfg_derive v0.3.1
6912026-08-13T20:57:48.053Z Downloaded sqlformat v0.3.5
6922026-08-13T20:57:48.053Z Downloaded static_assertions v1.1.0
6932026-08-13T20:57:48.053Z Downloaded synstructure v0.13.2
6942026-08-13T20:57:48.053Z Downloaded parking_lot_core v0.9.12
6952026-08-13T20:57:48.056Z Downloaded pkcs8 v0.11.0
6962026-08-13T20:57:48.056Z Downloaded cpubits v0.1.1
6972026-08-13T20:57:48.056Z Downloaded console v0.16.2
6982026-08-13T20:57:48.059Z Downloaded cpufeatures v0.3.0
6992026-08-13T20:57:48.059Z Downloaded debug-ignore v1.0.5
7002026-08-13T20:57:48.062Z Downloaded compression-codecs v0.4.37
7012026-08-13T20:57:48.065Z Downloaded defmt v0.3.100
7022026-08-13T20:57:48.065Z Downloaded chacha20 v0.10.0
7032026-08-13T20:57:48.065Z Downloaded clang-sys v1.8.1
7042026-08-13T20:57:48.068Z Downloaded colored v2.2.0
7052026-08-13T20:57:48.068Z Downloaded colored v3.1.1
7062026-08-13T20:57:48.068Z Downloaded half v2.7.1
7072026-08-13T20:57:48.071Z Downloaded tiny-keccak v2.0.2
7082026-08-13T20:57:48.071Z Downloaded allocator-api2 v0.2.21
7092026-08-13T20:57:48.074Z Downloaded toml_writer v1.1.1+spec-1.1.0
7102026-08-13T20:57:48.074Z Downloaded tui-tree-widget v0.23.1
7112026-08-13T20:57:48.074Z Downloaded strum_macros v0.24.3
7122026-08-13T20:57:48.074Z Downloaded tokio-macros v2.7.0
7132026-08-13T20:57:48.078Z Downloaded darling_macro v0.20.11
7142026-08-13T20:57:48.078Z Downloaded digest-io v0.1.0
7152026-08-13T20:57:48.078Z Downloaded hyper-rustls v0.27.7
7162026-08-13T20:57:48.078Z Downloaded cstr-argument v0.1.2
7172026-08-13T20:57:48.078Z Downloaded curve25519-dalek-derive v0.1.1
7182026-08-13T20:57:48.078Z Downloaded dunce v1.0.5
7192026-08-13T20:57:48.081Z Downloaded vergen-gitcl v1.0.8
7202026-08-13T20:57:48.081Z Downloaded embedded-io v0.4.0
7212026-08-13T20:57:48.081Z Downloaded inout v0.2.2
7222026-08-13T20:57:48.081Z Downloaded dtrace-parser v0.3.0
7232026-08-13T20:57:48.081Z Downloaded embedded-io v0.6.1
7242026-08-13T20:57:48.086Z Downloaded poly1305 v0.9.0
7252026-08-13T20:57:48.089Z Downloaded flume v0.11.1
7262026-08-13T20:57:48.089Z Downloaded postcard v1.1.3
7272026-08-13T20:57:48.092Z Downloaded tls_codec v0.4.2
7282026-08-13T20:57:48.092Z Downloaded tokio-dtrace v0.1.1
7292026-08-13T20:57:48.092Z Downloaded toml_datetime v0.7.5+spec-1.1.0
7302026-08-13T20:57:48.095Z Downloaded smallvec v1.15.1
7312026-08-13T20:57:48.099Z Downloaded difflib v0.4.0
7322026-08-13T20:57:48.099Z Downloaded indent_write v2.2.0
7332026-08-13T20:57:48.099Z Downloaded inout v0.1.4
7342026-08-13T20:57:48.102Z Downloaded cancel-safe-futures v0.1.5
7352026-08-13T20:57:48.102Z Downloaded keccak v0.1.6
7362026-08-13T20:57:48.105Z Downloaded yoke v0.8.1
7372026-08-13T20:57:48.113Z Downloaded sha2 v0.11.0
7382026-08-13T20:57:48.115Z Downloaded hmac v0.13.0
7392026-08-13T20:57:48.116Z Downloaded match_cfg v0.1.0
7402026-08-13T20:57:48.119Z Downloaded nodrop v0.1.14
7412026-08-13T20:57:48.123Z Downloaded lru-cache v0.1.2
7422026-08-13T20:57:48.126Z Downloaded multimap v0.10.1
7432026-08-13T20:57:48.130Z Downloaded arc-swap v1.8.2
7442026-08-13T20:57:48.130Z Downloaded prefix-trie v0.7.0
7452026-08-13T20:57:48.133Z Downloaded term v1.2.1
7462026-08-13T20:57:48.133Z Downloaded base64 v0.21.7
7472026-08-13T20:57:48.136Z Downloaded ar_archive_writer v0.5.1
7482026-08-13T20:57:48.136Z Downloaded console v0.15.11
7492026-08-13T20:57:48.139Z Downloaded ciborium v0.2.2
7502026-08-13T20:57:48.139Z Downloaded proc-macro-crate v1.3.1
7512026-08-13T20:57:48.142Z Downloaded proc-macro-crate v3.4.0
7522026-08-13T20:57:48.142Z Downloaded openssl-macros v0.1.1
7532026-08-13T20:57:48.142Z Downloaded rand_chacha v0.3.1
7542026-08-13T20:57:48.145Z Downloaded digest v0.11.3
7552026-08-13T20:57:48.148Z Downloaded headers v0.4.1
7562026-08-13T20:57:48.151Z Downloaded radium v0.7.0
7572026-08-13T20:57:48.151Z Downloaded rcgen v0.12.1
7582026-08-13T20:57:48.151Z Downloaded heapless v0.7.17
7592026-08-13T20:57:48.158Z Downloaded ed25519 v3.0.0
7602026-08-13T20:57:48.161Z Downloaded potential_utf v0.1.4
7612026-08-13T20:57:48.164Z Downloaded proc-macro-error-attr2 v2.0.0
7622026-08-13T20:57:48.164Z Downloaded rand_pcg v0.10.2
7632026-08-13T20:57:48.164Z Downloaded pin-project v1.1.11
7642026-08-13T20:57:48.169Z Downloaded unicode-properties v0.1.4
7652026-08-13T20:57:48.172Z Downloaded der_derive v0.7.3
7662026-08-13T20:57:48.172Z Downloaded socket2 v0.5.10
7672026-08-13T20:57:48.179Z Downloaded keccak v0.2.0
7682026-08-13T20:57:48.182Z Downloaded libefi-sys v0.1.0
7692026-08-13T20:57:48.182Z Downloaded libscf-sys v1.2.0
7702026-08-13T20:57:48.185Z Downloaded russh-util v0.52.0
7712026-08-13T20:57:48.185Z Downloaded serde_urlencoded v0.7.1
7722026-08-13T20:57:48.189Z Downloaded heapless v0.8.0
7732026-08-13T20:57:48.192Z Downloaded chacha20poly1305 v0.10.1
7742026-08-13T20:57:48.195Z Downloaded ryu v1.0.23
7752026-08-13T20:57:48.195Z Downloaded oxide-update-engine-display v0.1.2
7762026-08-13T20:57:48.198Z Downloaded owo-colors v4.3.0
7772026-08-13T20:57:48.198Z Downloaded papergrid v0.17.0
7782026-08-13T20:57:48.201Z Downloaded phf v0.13.1
7792026-08-13T20:57:48.204Z Downloaded tabwriter v1.4.1
7802026-08-13T20:57:48.204Z Downloaded time-core v0.1.8
7812026-08-13T20:57:48.207Z Downloaded tower-layer v0.3.3
7822026-08-13T20:57:48.210Z Downloaded structmeta v0.3.0
7832026-08-13T20:57:48.213Z Downloaded tokio-test v0.4.5
7842026-08-13T20:57:48.213Z Downloaded corncobs v0.1.4
7852026-08-13T20:57:48.213Z Downloaded crossbeam-utils v0.8.21
7862026-08-13T20:57:48.216Z Downloaded paste v1.0.15
7872026-08-13T20:57:48.216Z Downloaded base64 v0.22.1
7882026-08-13T20:57:48.219Z Downloaded nanorand v0.7.0
7892026-08-13T20:57:48.221Z Downloaded parking_lot_core v0.8.6
7902026-08-13T20:57:48.221Z Downloaded pkcs8 v0.10.2
7912026-08-13T20:57:48.224Z Downloaded take_mut v0.2.2
7922026-08-13T20:57:48.224Z Downloaded oxide-update-engine-types v0.1.2
7932026-08-13T20:57:48.224Z Downloaded tagptr v0.2.0
7942026-08-13T20:57:48.227Z Downloaded try-lock v0.2.5
7952026-08-13T20:57:48.228Z Downloaded void v1.0.2
7962026-08-13T20:57:48.228Z Downloaded trait-variant v0.1.2
7972026-08-13T20:57:48.228Z Downloaded unicode-truncate v1.1.0
7982026-08-13T20:57:48.228Z Downloaded utf8_iter v1.0.4
7992026-08-13T20:57:48.228Z Downloaded flate2 v1.1.9
8002026-08-13T20:57:48.231Z Downloaded packed_struct v0.10.1
8012026-08-13T20:57:48.231Z Downloaded peg-macros v0.8.5
8022026-08-13T20:57:48.235Z Downloaded hickory-resolver v0.24.4
8032026-08-13T20:57:48.235Z Downloaded tracing-attributes v0.1.31
8042026-08-13T20:57:48.238Z Downloaded darling v0.20.11
8052026-08-13T20:57:48.239Z Downloaded deranged v0.5.8
8062026-08-13T20:57:48.239Z Downloaded primeorder v0.14.0
8072026-08-13T20:57:48.242Z Downloaded resolv-conf v0.7.6
8082026-08-13T20:57:48.242Z Downloaded unsafe-libyaml v0.2.11
8092026-08-13T20:57:48.242Z Downloaded uuid v1.23.4
8102026-08-13T20:57:48.245Z Downloaded zone v0.3.1
8112026-08-13T20:57:48.245Z Downloaded polyval v0.7.1
8122026-08-13T20:57:48.246Z Downloaded proc-macro-error2 v2.0.1
8132026-08-13T20:57:48.249Z Downloaded compact_str v0.8.1
8142026-08-13T20:57:48.254Z Downloaded vte v0.14.1
8152026-08-13T20:57:48.257Z Downloaded scrypt v0.12.0
8162026-08-13T20:57:48.260Z Downloaded snafu-derive v0.8.9
8172026-08-13T20:57:48.264Z Downloaded defmt-parser v1.0.0
8182026-08-13T20:57:48.264Z Downloaded darling_macro v0.23.0
8192026-08-13T20:57:48.264Z Downloaded derive_builder_macro v0.20.2
8202026-08-13T20:57:48.267Z Downloaded rustls-pemfile v2.2.0
8212026-08-13T20:57:48.267Z Downloaded hickory-resolver v0.25.2
8222026-08-13T20:57:48.279Z Downloaded document-features v0.2.12
8232026-08-13T20:57:48.282Z Downloaded litrs v1.0.0
8242026-08-13T20:57:48.307Z Downloaded zopfli v0.8.3
8252026-08-13T20:57:48.307Z Downloaded const-oid v0.10.2
8262026-08-13T20:57:48.307Z Downloaded const_format v0.2.35
8272026-08-13T20:57:48.307Z Downloaded memmap2 v0.9.10
8282026-08-13T20:57:48.307Z Downloaded serdect v0.4.3
8292026-08-13T20:57:48.307Z Downloaded simd-adler32 v0.3.8
8302026-08-13T20:57:48.307Z Downloaded slog-term v2.9.2
8312026-08-13T20:57:48.307Z Downloaded lalrpop-util v0.19.12
8322026-08-13T20:57:48.307Z Downloaded indoc v1.0.9
8332026-08-13T20:57:48.307Z Downloaded pretty_assertions v1.4.1
8342026-08-13T20:57:48.307Z Downloaded async-compression v0.4.41
8352026-08-13T20:57:48.307Z Downloaded thread_local v1.1.9
8362026-08-13T20:57:48.307Z Downloaded unicase v2.9.0
8372026-08-13T20:57:48.307Z Downloaded pin-project-lite v0.2.17
8382026-08-13T20:57:48.307Z Downloaded is-terminal v0.4.17
8392026-08-13T20:57:48.307Z Downloaded strum_macros v0.26.4
8402026-08-13T20:57:48.307Z Downloaded is_ci v1.2.0
8412026-08-13T20:57:48.312Z Downloaded bumpalo v3.20.2
8422026-08-13T20:57:48.312Z Downloaded bytes v1.11.1
8432026-08-13T20:57:48.312Z Downloaded icu_properties v2.1.2
8442026-08-13T20:57:48.318Z Downloaded vergen-lib v9.1.0
8452026-08-13T20:57:48.318Z Downloaded vsss-rs v3.3.4
8462026-08-13T20:57:48.318Z Downloaded vergen-lib v0.1.6
8472026-08-13T20:57:48.318Z Downloaded postgres-types v0.2.12
8482026-08-13T20:57:48.318Z Downloaded wyz v0.5.1
8492026-08-13T20:57:48.324Z Downloaded managed v0.8.0
8502026-08-13T20:57:48.324Z Downloaded maybe-uninit v2.0.0
8512026-08-13T20:57:48.324Z Downloaded crunchy v0.2.4
8522026-08-13T20:57:48.324Z Downloaded rayon-core v1.13.0
8532026-08-13T20:57:48.324Z Downloaded crossbeam-deque v0.8.6
8542026-08-13T20:57:48.324Z Downloaded normalize-line-endings v0.3.0
8552026-08-13T20:57:48.324Z Downloaded num-derive v0.4.2
8562026-08-13T20:57:48.330Z Downloaded peg-runtime v0.8.5
8572026-08-13T20:57:48.337Z Downloaded darling v0.13.4
8582026-08-13T20:57:48.337Z Downloaded oso-derive v0.27.3
8592026-08-13T20:57:48.340Z Downloaded indexmap v1.9.3
8602026-08-13T20:57:48.340Z Downloaded sec1 v0.7.3
8612026-08-13T20:57:48.340Z Downloaded slog-dtrace v0.3.0
8622026-08-13T20:57:48.340Z Downloaded openssl-sys v0.9.117
8632026-08-13T20:57:48.348Z Downloaded diesel-dtrace v0.5.0
8642026-08-13T20:57:48.352Z Downloaded dropshot-api-manager-types v0.7.2
8652026-08-13T20:57:48.355Z Downloaded quinn v0.11.11
8662026-08-13T20:57:48.358Z Downloaded siphasher v1.0.2
8672026-08-13T20:57:48.358Z Downloaded rustls-webpki v0.103.13
8682026-08-13T20:57:48.363Z Downloaded ref-cast-impl v1.0.25
8692026-08-13T20:57:48.363Z Downloaded russh-cryptovec v0.62.0
8702026-08-13T20:57:48.363Z Downloaded rtoolbox v0.0.3
8712026-08-13T20:57:48.363Z Downloaded scopeguard v1.2.0
8722026-08-13T20:57:48.363Z Downloaded rustc-hash v2.1.1
8732026-08-13T20:57:48.367Z Downloaded cc v1.2.56
8742026-08-13T20:57:48.367Z Downloaded darling_core v0.20.11
8752026-08-13T20:57:48.370Z Downloaded omicron-zone-package v0.12.3
8762026-08-13T20:57:48.370Z Downloaded num-traits v0.2.19
8772026-08-13T20:57:48.370Z Downloaded jobserver v0.1.34
8782026-08-13T20:57:48.376Z Downloaded ref-cast v1.0.25
8792026-08-13T20:57:48.376Z Downloaded strum_macros v0.27.2
8802026-08-13T20:57:48.379Z Downloaded libloading v0.8.9
8812026-08-13T20:57:48.379Z Downloaded zip v0.6.6
8822026-08-13T20:57:48.382Z Downloaded usdt-impl v0.6.0
8832026-08-13T20:57:48.382Z Downloaded hashbrown v0.12.3
8842026-08-13T20:57:48.385Z Downloaded icu_normalizer_data v2.1.1
8852026-08-13T20:57:48.385Z Downloaded lock_api v0.4.14
8862026-08-13T20:57:48.385Z Downloaded maplit v1.0.2
8872026-08-13T20:57:48.388Z Downloaded native-tls v0.2.18
8882026-08-13T20:57:48.388Z Downloaded multer v3.1.0
8892026-08-13T20:57:48.388Z Downloaded tap v1.0.1
8902026-08-13T20:57:48.388Z Downloaded termtree v0.5.1
8912026-08-13T20:57:48.392Z Downloaded cookie_store v0.22.1
8922026-08-13T20:57:48.396Z Downloaded crc32fast v1.5.0
8932026-08-13T20:57:48.401Z Downloaded num_enum_derive v0.7.6
8942026-08-13T20:57:48.401Z Downloaded zeroize v1.9.0
8952026-08-13T20:57:48.404Z Downloaded unit-prefix v0.5.2
8962026-08-13T20:57:48.404Z Downloaded universal-hash v0.5.1
8972026-08-13T20:57:48.408Z Downloaded zerofrom-derive v0.1.6
8982026-08-13T20:57:48.408Z Downloaded crc-catalog v2.4.0
8992026-08-13T20:57:48.411Z Downloaded dof v0.4.0
9002026-08-13T20:57:48.411Z Downloaded phc v0.6.1
9012026-08-13T20:57:48.411Z Downloaded universal-hash v0.6.1
9022026-08-13T20:57:48.411Z Downloaded untrusted v0.7.1
9032026-08-13T20:57:48.414Z Downloaded aes v0.9.1
9042026-08-13T20:57:48.418Z Downloaded wnaf v0.14.0
9052026-08-13T20:57:48.418Z Downloaded yoke-derive v0.8.1
9062026-08-13T20:57:48.418Z Downloaded hashbrown v0.13.2
9072026-08-13T20:57:48.421Z Downloaded http v1.4.2
9082026-08-13T20:57:48.421Z Downloaded hickory-server v0.25.2
9092026-08-13T20:57:48.424Z Downloaded miniz_oxide v0.8.9
9102026-08-13T20:57:48.427Z Downloaded signal-hook v0.3.18
9112026-08-13T20:57:48.427Z Downloaded socket2 v0.6.3
9122026-08-13T20:57:48.430Z Downloaded derive-ex v0.1.8
9132026-08-13T20:57:48.430Z Downloaded pkg-config v0.3.32
9142026-08-13T20:57:48.430Z Downloaded progenitor v0.14.0
9152026-08-13T20:57:48.433Z Downloaded rand_core v0.10.0
9162026-08-13T20:57:48.433Z Downloaded schemars_derive v0.8.22
9172026-08-13T20:57:48.433Z Downloaded dirs-next v2.0.0
9182026-08-13T20:57:48.433Z Downloaded slab v0.4.12
9192026-08-13T20:57:48.436Z Downloaded downcast-rs v2.0.2
9202026-08-13T20:57:48.437Z Downloaded derive_more v2.1.1
9212026-08-13T20:57:48.442Z Downloaded r2d2 v0.8.10
9222026-08-13T20:57:48.445Z Downloaded instability v0.3.11
9232026-08-13T20:57:48.445Z Downloaded illumos-nvpair v0.3.0
9242026-08-13T20:57:48.445Z Downloaded idna_adapter v1.2.1
9252026-08-13T20:57:48.451Z Downloaded string_cache v0.8.9
9262026-08-13T20:57:48.454Z Downloaded tls_codec_derive v0.4.2
9272026-08-13T20:57:48.454Z Downloaded topological-sort v0.2.2
9282026-08-13T20:57:48.454Z Downloaded support-bundle-viewer v0.1.2
9292026-08-13T20:57:48.454Z Downloaded kstat-rs v0.2.5
9302026-08-13T20:57:48.460Z Downloaded toml v1.1.2+spec-1.1.0
9312026-08-13T20:57:48.460Z Downloaded lru-slab v0.1.2
9322026-08-13T20:57:48.464Z Downloaded memoffset v0.9.1
9332026-08-13T20:57:48.464Z Downloaded futures-util v0.3.32
9342026-08-13T20:57:48.468Z Downloaded poly1305 v0.8.0
9352026-08-13T20:57:48.474Z Downloaded newline-converter v0.3.0
9362026-08-13T20:57:48.477Z Downloaded percent-encoding v2.3.2
9372026-08-13T20:57:48.483Z Downloaded time-macros v0.2.27
9382026-08-13T20:57:48.490Z Downloaded parse-size v1.1.0
9392026-08-13T20:57:48.493Z Downloaded icu_provider v2.1.1
9402026-08-13T20:57:48.493Z Downloaded rustc_version v0.4.1
9412026-08-13T20:57:48.497Z Downloaded parking_lot v0.12.5
9422026-08-13T20:57:48.497Z Downloaded zstd v0.13.3
9432026-08-13T20:57:48.500Z Downloaded parking_lot v0.11.2
9442026-08-13T20:57:48.506Z Downloaded derive_more-impl v2.1.1
9452026-08-13T20:57:48.509Z Downloaded psm v0.1.30
9462026-08-13T20:57:48.513Z Downloaded sha1 v0.11.0
9472026-08-13T20:57:48.513Z Downloaded ena v0.14.4
9482026-08-13T20:57:48.513Z Downloaded serde-big-array v0.5.1
9492026-08-13T20:57:48.516Z Downloaded elliptic-curve v0.14.1
9502026-08-13T20:57:48.516Z Downloaded strum v0.26.3
9512026-08-13T20:57:48.516Z Downloaded tower v0.5.3
9522026-08-13T20:57:48.520Z Downloaded serde_with_macros v1.5.2
9532026-08-13T20:57:48.523Z Downloaded defmt-macros v1.0.1
9542026-08-13T20:57:48.523Z Downloaded delegate v0.13.5
9552026-08-13T20:57:48.523Z Downloaded ed25519 v2.2.3
9562026-08-13T20:57:48.526Z Downloaded ipnetwork v0.21.1
9572026-08-13T20:57:48.526Z Downloaded serde_cbor v0.11.2
9582026-08-13T20:57:48.529Z Downloaded smallvec v0.6.14
9592026-08-13T20:57:48.529Z Downloaded sponge-cursor v0.1.0
9602026-08-13T20:57:48.529Z Downloaded sync-ptr v0.1.4
9612026-08-13T20:57:48.529Z Downloaded thiserror-impl-no-std v2.0.2
9622026-08-13T20:57:48.529Z Downloaded untrusted v0.9.0
9632026-08-13T20:57:48.532Z Downloaded ignore v0.4.25
9642026-08-13T20:57:48.532Z Downloaded ssh-encoding v0.3.0
9652026-08-13T20:57:48.535Z Downloaded rand v0.10.1
9662026-08-13T20:57:48.536Z Downloaded zerocopy-derive v0.8.40
9672026-08-13T20:57:48.543Z Downloaded toml_edit v0.23.10+spec-1.0.0
9682026-08-13T20:57:48.547Z Downloaded ctutils v0.4.2
9692026-08-13T20:57:48.549Z Downloaded pem-rfc7468 v1.0.0
9702026-08-13T20:57:48.550Z Downloaded port-file v0.1.0
9712026-08-13T20:57:48.554Z Downloaded primefield v0.14.0
9722026-08-13T20:57:48.554Z Downloaded linear-map v1.2.0
9732026-08-13T20:57:48.554Z Downloaded wait-timeout v0.2.1
9742026-08-13T20:57:48.557Z Downloaded newtype-uuid v1.3.2
9752026-08-13T20:57:48.560Z Downloaded crypto-common v0.2.2
9762026-08-13T20:57:48.560Z Downloaded dyn-clone v1.0.20
9772026-08-13T20:57:48.563Z Downloaded tokio-rustls v0.26.4
9782026-08-13T20:57:48.566Z Downloaded tokio-stream v0.1.18
9792026-08-13T20:57:48.569Z Downloaded zerotrie v0.2.3
9802026-08-13T20:57:48.569Z Downloaded num_enum v0.7.6
9812026-08-13T20:57:48.573Z Downloaded rand_core v0.9.5
9822026-08-13T20:57:48.573Z Downloaded oxide-update-engine v0.1.2
9832026-08-13T20:57:48.576Z Downloaded twox-hash v2.1.2
9842026-08-13T20:57:48.576Z Downloaded aes-gcm v0.11.0
9852026-08-13T20:57:48.579Z Downloaded darling v0.21.3
9862026-08-13T20:57:48.582Z Downloaded oxide-tokio-rt v0.1.4
9872026-08-13T20:57:48.582Z Downloaded indicatif v0.18.4
9882026-08-13T20:57:48.585Z Downloaded progenitor-impl v0.13.0
9892026-08-13T20:57:48.585Z Downloaded illumos-nvpair-sys v0.2.0
9902026-08-13T20:57:48.585Z Downloaded opaque-debug v0.3.1
9912026-08-13T20:57:48.588Z Downloaded lazy_static v1.5.0
9922026-08-13T20:57:48.591Z Downloaded sha1 v0.10.6
9932026-08-13T20:57:48.591Z Downloaded serde_path_to_error v0.1.20
9942026-08-13T20:57:48.594Z Downloaded scuffle v0.1.0
9952026-08-13T20:57:48.594Z Downloaded snafu v0.8.9
9962026-08-13T20:57:48.597Z Downloaded typed-path v0.9.3
9972026-08-13T20:57:48.601Z Downloaded lzss v0.8.2
9982026-08-13T20:57:48.604Z Downloaded md-5 v0.10.6
9992026-08-13T20:57:48.604Z Downloaded slog-stdlog v4.1.1
10002026-08-13T20:57:48.604Z Downloaded serde_with_macros v3.21.0
10012026-08-13T20:57:48.609Z Downloaded sqlparser_derive v0.5.0
10022026-08-13T20:57:48.609Z Downloaded minimal-lexical v0.2.1
10032026-08-13T20:57:48.612Z Downloaded nu-ansi-term v0.50.3
10042026-08-13T20:57:48.612Z Downloaded md5 v0.8.0
10052026-08-13T20:57:48.615Z Downloaded tokio-native-tls v0.3.1
10062026-08-13T20:57:48.618Z Downloaded darling_core v0.21.3
10072026-08-13T20:57:48.625Z Downloaded unicode-bidi v0.3.18
10082026-08-13T20:57:48.630Z Downloaded whoami v2.1.0
10092026-08-13T20:57:48.633Z Downloaded ml-kem v0.3.2
10102026-08-13T20:57:48.633Z Downloaded daft v0.1.7
10112026-08-13T20:57:48.636Z Downloaded num_enum v0.5.11
10122026-08-13T20:57:48.640Z Downloaded xshell v0.2.7
10132026-08-13T20:57:48.640Z Downloaded zstd-safe v7.2.4
10142026-08-13T20:57:48.640Z Downloaded critical-section v1.2.0
10152026-08-13T20:57:48.643Z Downloaded defmt v1.0.1
10162026-08-13T20:57:48.643Z Downloaded ecdsa v0.16.9
10172026-08-13T20:57:48.643Z Downloaded secrecy v0.8.0
10182026-08-13T20:57:48.643Z Downloaded secrecy v0.10.3
10192026-08-13T20:57:48.646Z Downloaded tinyvec_macros v0.1.1
10202026-08-13T20:57:48.646Z Downloaded strum v0.27.2
10212026-08-13T20:57:48.646Z Downloaded typify-macro v0.6.2
10222026-08-13T20:57:48.646Z Downloaded schemars v0.9.0
10232026-08-13T20:57:48.652Z Downloaded hashbrown v0.16.1
10242026-08-13T20:57:48.656Z Downloaded crossbeam-epoch v0.9.18
10252026-08-13T20:57:48.659Z Downloaded progenitor-extras v0.2.0
10262026-08-13T20:57:48.659Z Downloaded xattr v1.6.1
10272026-08-13T20:57:48.659Z Downloaded crc8 v0.1.1
10282026-08-13T20:57:48.662Z Downloaded nom v8.0.0
10292026-08-13T20:57:48.665Z Downloaded darling v0.23.0
10302026-08-13T20:57:48.668Z Downloaded structmeta-derive v0.3.0
10312026-08-13T20:57:48.668Z Downloaded ipnet v2.11.0
10322026-08-13T20:57:48.668Z Downloaded num-bigint v0.4.6
10332026-08-13T20:57:48.671Z Downloaded salsa20 v0.11.0
10342026-08-13T20:57:48.674Z Downloaded postgres-protocol v0.6.10
10352026-08-13T20:57:48.678Z Downloaded kem v0.3.0
10362026-08-13T20:57:48.678Z Downloaded newtype-uuid-macros v0.1.0
10372026-08-13T20:57:48.682Z Downloaded hyper v1.10.1
10382026-08-13T20:57:48.685Z Downloaded hashbrown v0.15.5
10392026-08-13T20:57:48.688Z Downloaded hkdf v0.13.0
10402026-08-13T20:57:48.688Z Downloaded term v0.7.0
10412026-08-13T20:57:48.691Z Downloaded peg v0.8.5
10422026-08-13T20:57:48.694Z Downloaded pin-project-internal v1.1.11
10432026-08-13T20:57:48.694Z Downloaded display-error-chain v0.2.2
10442026-08-13T20:57:48.694Z Downloaded dsl_auto_type v0.2.0
10452026-08-13T20:57:48.694Z Downloaded linked-hash-map v0.5.6
10462026-08-13T20:57:48.694Z Downloaded rfc6979 v0.6.0
10472026-08-13T20:57:48.697Z Downloaded new_debug_unreachable v1.0.6
10482026-08-13T20:57:48.697Z Downloaded num_threads v0.1.7
10492026-08-13T20:57:48.697Z Downloaded crypto-bigint v0.5.5
10502026-08-13T20:57:48.703Z Downloaded unicode-segmentation v1.12.0
10512026-08-13T20:57:48.706Z Downloaded libxml v0.3.3
10522026-08-13T20:57:48.711Z Downloaded aho-corasick v1.1.4
10532026-08-13T20:57:48.715Z Downloaded des v0.9.0
10542026-08-13T20:57:48.718Z Downloaded rand_chacha v0.9.0
10552026-08-13T20:57:48.718Z Downloaded signal-hook-mio v0.2.5
10562026-08-13T20:57:48.718Z Downloaded derive_builder_core v0.20.2
10572026-08-13T20:57:48.721Z Downloaded waitgroup v0.1.2
10582026-08-13T20:57:48.721Z Downloaded stable_deref_trait v1.2.1
10592026-08-13T20:57:48.721Z Downloaded utf-8 v0.7.6
10602026-08-13T20:57:48.721Z Downloaded slog-bunyan v2.5.0
10612026-08-13T20:57:48.724Z Downloaded rsa v0.9.10
10622026-08-13T20:57:48.727Z Downloaded spki v0.8.0
10632026-08-13T20:57:48.730Z Downloaded stringprep v0.1.5
10642026-08-13T20:57:48.730Z Downloaded serde_with v1.14.0
10652026-08-13T20:57:48.733Z Downloaded slog-json v2.6.1
10662026-08-13T20:57:48.733Z Downloaded hkdf v0.12.4
10672026-08-13T20:57:48.736Z Downloaded ed25519-dalek v2.2.0
10682026-08-13T20:57:48.740Z Downloaded h2 v0.4.15
10692026-08-13T20:57:48.743Z Downloaded ron v0.8.1
10702026-08-13T20:57:48.745Z Downloaded tinystr v0.8.2
10712026-08-13T20:57:48.745Z Downloaded pkcs5 v0.8.1
10722026-08-13T20:57:48.749Z Downloaded ingot-macros v0.2.0
10732026-08-13T20:57:48.749Z Downloaded crc v3.4.0
10742026-08-13T20:57:48.752Z Downloaded tokio-util v0.7.18
10752026-08-13T20:57:48.755Z Downloaded crossterm v0.28.1
10762026-08-13T20:57:48.758Z Downloaded num-bigint-dig v0.8.6
10772026-08-13T20:57:48.760Z Downloaded serde_yaml v0.9.34+deprecated
10782026-08-13T20:57:48.763Z Downloaded convert_case v0.10.0
10792026-08-13T20:57:48.763Z Downloaded ingot v0.2.1
10802026-08-13T20:57:48.763Z Downloaded steno v0.4.1
10812026-08-13T20:57:48.766Z Downloaded darling_macro v0.13.4
10822026-08-13T20:57:48.766Z Downloaded dirs-sys-next v0.1.2
10832026-08-13T20:57:48.766Z Downloaded icu_collections v2.1.1
10842026-08-13T20:57:48.770Z Downloaded libsw-core v0.3.2
10852026-08-13T20:57:48.773Z Downloaded parse-display v0.10.0
10862026-08-13T20:57:48.773Z Downloaded tracing-core v0.1.36
10872026-08-13T20:57:48.773Z Downloaded jiff-static v0.2.34
10882026-08-13T20:57:48.776Z Downloaded rusty-fork v0.3.1
10892026-08-13T20:57:48.779Z Downloaded sec1 v0.8.1
10902026-08-13T20:57:48.779Z Downloaded winnow v0.6.26
10912026-08-13T20:57:48.783Z Downloaded phf_shared v0.12.1
10922026-08-13T20:57:48.787Z Downloaded itertools v0.12.1
10932026-08-13T20:57:48.790Z Downloaded serde_bytes v0.11.19
10942026-08-13T20:57:48.790Z Downloaded itertools v0.13.0
10952026-08-13T20:57:48.794Z Downloaded signal-hook-tokio v0.3.1
10962026-08-13T20:57:48.794Z Downloaded derive_more v0.99.20
10972026-08-13T20:57:48.797Z Downloaded usdt-macro v0.6.0
10982026-08-13T20:57:48.800Z Downloaded termios v0.3.3
10992026-08-13T20:57:48.804Z Downloaded tokio-tungstenite v0.23.1
11002026-08-13T20:57:48.807Z Downloaded der v0.7.10
11012026-08-13T20:57:48.810Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11022026-08-13T20:57:48.813Z Downloaded internal-russh-num-bigint v0.5.0
11032026-08-13T20:57:48.816Z Downloaded rsa v0.10.0-rc.18
11042026-08-13T20:57:48.819Z Downloaded vergen v9.1.0
11052026-08-13T20:57:48.820Z Downloaded precomputed-hash v0.1.1
11062026-08-13T20:57:48.820Z Downloaded internet-checksum v0.2.1
11072026-08-13T20:57:48.825Z Downloaded iana-time-zone v0.1.65
11082026-08-13T20:57:48.828Z Downloaded diesel_derives v2.3.7
11092026-08-13T20:57:48.832Z Downloaded indoc v2.0.7
11102026-08-13T20:57:48.834Z Downloaded num-integer v0.1.46
11112026-08-13T20:57:48.835Z Downloaded openssl-probe v0.1.6
11122026-08-13T20:57:48.839Z Downloaded predicates v3.1.4
11132026-08-13T20:57:48.842Z Downloaded primeorder v0.13.6
11142026-08-13T20:57:48.842Z Downloaded rand_seeder v0.4.0
11152026-08-13T20:57:48.842Z Downloaded zerofrom v0.1.6
11162026-08-13T20:57:48.842Z Downloaded tabled_derive v0.11.0
11172026-08-13T20:57:48.852Z Downloaded publicsuffix v2.3.0
11182026-08-13T20:57:48.855Z Downloaded zerocopy v0.6.6
11192026-08-13T20:57:48.859Z Downloaded similar v2.7.0
11202026-08-13T20:57:48.859Z Downloaded rustls-platform-verifier v0.6.2
11212026-08-13T20:57:48.862Z Downloaded progenitor-impl v0.14.0
11222026-08-13T20:57:48.862Z Downloaded pkcs1 v0.7.5
11232026-08-13T20:57:48.865Z Downloaded pkcs1 v0.8.0-rc.4
11242026-08-13T20:57:48.865Z Downloaded signal-hook-registry v1.4.8
11252026-08-13T20:57:48.868Z Downloaded newtype_derive v0.1.6
11262026-08-13T20:57:48.883Z Downloaded subtle v2.6.1
11272026-08-13T20:57:48.889Z Downloaded darling_macro v0.21.3
11282026-08-13T20:57:48.892Z Downloaded qorb v0.4.1
11292026-08-13T20:57:48.892Z Downloaded walkdir v2.5.0
11302026-08-13T20:57:48.892Z Downloaded path-slash v0.1.5
11312026-08-13T20:57:48.892Z Downloaded quick-error v1.2.3
11322026-08-13T20:57:48.892Z Downloaded tungstenite v0.23.0
11332026-08-13T20:57:48.896Z Downloaded typify v0.6.2
11342026-08-13T20:57:48.896Z Downloaded darling_core v0.13.4
11352026-08-13T20:57:48.899Z Downloaded data-encoding v2.10.0
11362026-08-13T20:57:48.899Z Downloaded libsw v3.5.0
11372026-08-13T20:57:48.899Z Downloaded nibble_vec v0.1.0
11382026-08-13T20:57:48.899Z Downloaded num-complex v0.4.6
11392026-08-13T20:57:48.902Z Downloaded tinyvec v1.10.0
11402026-08-13T20:57:48.902Z Downloaded pbkdf2 v0.13.0
11412026-08-13T20:57:48.905Z Downloaded elliptic-curve v0.13.8
11422026-08-13T20:57:48.909Z Downloaded p256 v0.14.0
11432026-08-13T20:57:48.909Z Downloaded p384 v0.14.0
11442026-08-13T20:57:48.911Z Downloaded rustversion v1.0.22
11452026-08-13T20:57:48.912Z Downloaded dropshot-api-manager v0.7.2
11462026-08-13T20:57:48.916Z Downloaded ecdsa v0.17.0
11472026-08-13T20:57:48.919Z Downloaded progenitor-client v0.13.0
11482026-08-13T20:57:48.920Z Downloaded schemars v1.2.1
11492026-08-13T20:57:48.926Z Downloaded slog-async v2.8.0
11502026-08-13T20:57:48.929Z Downloaded stacker v0.1.23
11512026-08-13T20:57:48.929Z Downloaded whoami v1.6.1
11522026-08-13T20:57:48.929Z Downloaded impl-trait-for-tuples v0.2.3
11532026-08-13T20:57:48.932Z Downloaded winnow v1.0.3
11542026-08-13T20:57:48.935Z Downloaded progenitor-client v0.14.0
11552026-08-13T20:57:48.937Z Downloaded ident_case v1.0.1
11562026-08-13T20:57:48.938Z Downloaded zerovec-derive v0.11.2
11572026-08-13T20:57:48.938Z Downloaded iri-string v0.7.10
11582026-08-13T20:57:48.940Z Downloaded ppv-lite86 v0.2.21
11592026-08-13T20:57:48.943Z Downloaded url v2.5.8
11602026-08-13T20:57:48.943Z Downloaded tokio-postgres v0.7.16
11612026-08-13T20:57:48.946Z Downloaded module-lattice v0.2.3
11622026-08-13T20:57:48.946Z Downloaded spin v0.9.8
11632026-08-13T20:57:48.949Z Downloaded mime v0.3.17
11642026-08-13T20:57:48.949Z Downloaded packed_struct_codegen v0.10.1
11652026-08-13T20:57:48.949Z Downloaded nonempty v0.12.0
11662026-08-13T20:57:48.949Z Downloaded toml v0.7.8
11672026-08-13T20:57:48.954Z Downloaded crucible-workspace-hack v0.1.0
11682026-08-13T20:57:48.957Z Downloaded yasna v0.5.2
11692026-08-13T20:57:48.960Z Downloaded diff v0.1.13
11702026-08-13T20:57:48.960Z Downloaded ingot-types v0.2.0
11712026-08-13T20:57:48.963Z Downloaded phf_shared v0.11.3
11722026-08-13T20:57:48.963Z Downloaded hyper-util v0.1.20
11732026-08-13T20:57:48.967Z Downloaded yansi v1.0.1
11742026-08-13T20:57:48.967Z Downloaded mime_guess v2.0.5
11752026-08-13T20:57:48.967Z Downloaded icu_normalizer v2.1.1
11762026-08-13T20:57:48.970Z Downloaded diesel_table_macro_syntax v0.3.0
11772026-08-13T20:57:48.970Z Downloaded instant v0.1.13
11782026-08-13T20:57:48.973Z Downloaded ssh-cipher v0.3.0
11792026-08-13T20:57:48.975Z Downloaded prettyplease v0.2.37
11802026-08-13T20:57:48.978Z Downloaded tower-service v0.3.3
11812026-08-13T20:57:48.978Z Downloaded icu_properties_data v2.1.2
11822026-08-13T20:57:48.983Z Downloaded vergen-git2 v9.1.0
11832026-08-13T20:57:48.986Z Downloaded oso v0.27.3
11842026-08-13T20:57:48.986Z Downloaded serde_derive_internals v0.29.1
11852026-08-13T20:57:48.990Z Downloaded scheduled-thread-pool v0.2.7
11862026-08-13T20:57:48.993Z Downloaded sync_wrapper v1.0.2
11872026-08-13T20:57:48.996Z Downloaded num-iter v0.1.45
11882026-08-13T20:57:48.996Z Downloaded uzers v0.12.2
11892026-08-13T20:57:48.999Z Downloaded slog-envlogger v2.2.0
11902026-08-13T20:57:49.006Z Downloaded blake3 v1.8.5
11912026-08-13T20:57:49.011Z Downloaded thiserror-no-std v2.0.2
11922026-08-13T20:57:49.014Z Downloaded ctr v0.10.1
11932026-08-13T20:57:49.014Z Downloaded psl-types v2.0.11
11942026-08-13T20:57:49.017Z Downloaded derive_builder v0.20.2
11952026-08-13T20:57:49.020Z Downloaded toml_parser v1.1.2+spec-1.1.0
11962026-08-13T20:57:49.020Z Downloaded writeable v0.6.2
11972026-08-13T20:57:49.020Z Downloaded tokio-tungstenite v0.21.0
11982026-08-13T20:57:49.023Z Downloaded aws-lc-rs v1.16.3
11992026-08-13T20:57:49.027Z Downloaded bindgen v0.71.1
12002026-08-13T20:57:49.031Z Downloaded displaydoc v0.2.5
12012026-08-13T20:57:49.034Z Downloaded rustls-pki-types v1.14.0
12022026-08-13T20:57:49.034Z Downloaded libbz2-rs-sys v0.2.2
12032026-08-13T20:57:49.038Z Downloaded cookie v0.18.1
12042026-08-13T20:57:49.038Z Downloaded samael v0.0.19
12052026-08-13T20:57:49.041Z Downloaded crc-any v2.5.0
12062026-08-13T20:57:49.041Z Downloaded daft-derive v0.1.7
12072026-08-13T20:57:49.044Z Downloaded either v1.15.0
12082026-08-13T20:57:49.044Z Downloaded rayon v1.11.0
12092026-08-13T20:57:49.047Z Downloaded regex v1.12.3
12102026-08-13T20:57:49.050Z Downloaded csv-core v0.1.13
12112026-08-13T20:57:49.053Z Downloaded derive-where v1.6.0
12122026-08-13T20:57:49.053Z Downloaded litemap v0.8.1
12132026-08-13T20:57:49.057Z Downloaded parse-display-derive v0.10.0
12142026-08-13T20:57:49.057Z Downloaded crypto-primes v0.7.2
12152026-08-13T20:57:49.060Z Downloaded lru v0.12.5
12162026-08-13T20:57:49.060Z Downloaded spki v0.7.3
12172026-08-13T20:57:49.060Z Downloaded russh v0.62.4
12182026-08-13T20:57:49.063Z Downloaded salty v0.3.0
12192026-08-13T20:57:49.066Z Downloaded reedline v0.40.0
12202026-08-13T20:57:49.070Z Downloaded zip v4.6.1
12212026-08-13T20:57:49.073Z Downloaded drift v0.2.0
12222026-08-13T20:57:49.078Z Downloaded serde-hex v0.1.0
12232026-08-13T20:57:49.081Z Downloaded olpc-cjson v0.1.4
12242026-08-13T20:57:49.081Z Downloaded tar v0.4.46
12252026-08-13T20:57:49.081Z Downloaded slog v2.8.2
12262026-08-13T20:57:49.084Z Downloaded git2 v0.20.4
12272026-08-13T20:57:49.087Z Downloaded libm v0.2.16
12282026-08-13T20:57:49.091Z Downloaded darling_core v0.23.0
12292026-08-13T20:57:49.094Z Downloaded quinn-udp v0.5.14
12302026-08-13T20:57:49.097Z Downloaded rand v0.8.6
12312026-08-13T20:57:49.097Z Downloaded bitvec v1.0.1
12322026-08-13T20:57:49.104Z Downloaded crossterm v0.29.0
12332026-08-13T20:57:49.108Z Downloaded test-strategy v0.4.5
12342026-08-13T20:57:49.111Z Downloaded winnow v0.5.40
12352026-08-13T20:57:49.114Z Downloaded chrono v0.4.45
12362026-08-13T20:57:49.118Z Downloaded toml_edit v0.19.15
12372026-08-13T20:57:49.128Z Downloaded dropshot_endpoint v0.17.1
12382026-08-13T20:57:49.131Z Downloaded goblin v0.10.5
12392026-08-13T20:57:49.134Z Downloaded schemars v0.8.22
12402026-08-13T20:57:49.139Z Downloaded icu_locale_core v2.1.1
12412026-08-13T20:57:49.142Z Downloaded itertools v0.10.5
12422026-08-13T20:57:49.145Z Downloaded subprocess v0.2.15
12432026-08-13T20:57:49.148Z Downloaded x509-cert v0.2.5
12442026-08-13T20:57:49.151Z Downloaded tabled v0.20.0
12452026-08-13T20:57:49.160Z Downloaded nom v7.1.3
12462026-08-13T20:57:49.163Z Downloaded tungstenite v0.21.0
12472026-08-13T20:57:49.166Z Downloaded quinn-proto v0.11.16
12482026-08-13T20:57:49.169Z Downloaded ed25519-dalek v3.0.0
12492026-08-13T20:57:49.175Z Downloaded reqwest v0.12.28
12502026-08-13T20:57:49.182Z Downloaded p521 v0.14.0
12512026-08-13T20:57:49.185Z Downloaded zerovec v0.11.5
12522026-08-13T20:57:49.188Z Downloaded jiff-core v0.1.0
12532026-08-13T20:57:49.193Z Downloaded rand v0.9.2
12542026-08-13T20:57:49.196Z Downloaded der v0.8.0
12552026-08-13T20:57:49.199Z Downloaded crossbeam-channel v0.5.15
12562026-08-13T20:57:49.202Z Downloaded unicode_categories v0.1.1
12572026-08-13T20:57:49.207Z Downloaded mio v1.2.0
12582026-08-13T20:57:49.212Z Downloaded rustyline v14.0.0
12592026-08-13T20:57:49.218Z Downloaded object v0.30.4
12602026-08-13T20:57:49.226Z Downloaded petname v2.0.2
12612026-08-13T20:57:49.229Z Downloaded p384 v0.13.1
12622026-08-13T20:57:49.232Z Downloaded tower-http v0.6.8
12632026-08-13T20:57:49.253Z Downloaded zlib-rs v0.6.2
12642026-08-13T20:57:49.253Z Downloaded itertools v0.14.0
12652026-08-13T20:57:49.253Z Downloaded itertools v0.15.0
12662026-08-13T20:57:49.253Z Downloaded rawzip v0.4.4
12672026-08-13T20:57:49.258Z Downloaded time v0.3.47
12682026-08-13T20:57:49.262Z Downloaded ssh-key v0.7.0-rc.11
12692026-08-13T20:57:49.285Z Downloaded serde_with v3.21.0
12702026-08-13T20:57:49.293Z Downloaded tough v0.22.0
12712026-08-13T20:57:49.297Z Downloaded unicode-normalization v0.1.25
12722026-08-13T20:57:49.301Z Downloaded polar-core v0.27.3
12732026-08-13T20:57:49.310Z Downloaded idna v1.1.0
12742026-08-13T20:57:49.313Z Downloaded smoltcp v0.9.1
12752026-08-13T20:57:49.320Z Downloaded quick-xml v0.37.5
12762026-08-13T20:57:49.323Z Downloaded reqwest v0.13.2
12772026-08-13T20:57:49.341Z Downloaded portable-atomic v1.13.1
12782026-08-13T20:57:49.345Z Downloaded hickory-proto v0.24.4
12792026-08-13T20:57:49.354Z Downloaded iddqd v0.4.2
12802026-08-13T20:57:49.358Z Downloaded lalrpop v0.19.12
12812026-08-13T20:57:49.364Z Downloaded nix v0.28.0
12822026-08-13T20:57:49.380Z Downloaded nix v0.27.1
12832026-08-13T20:57:49.389Z Downloaded radix_trie v0.2.1
12842026-08-13T20:57:49.393Z Downloaded hickory-proto v0.25.2
12852026-08-13T20:57:49.400Z Downloaded zerocopy v0.8.40
12862026-08-13T20:57:49.408Z Downloaded regress v0.10.5
12872026-08-13T20:57:49.422Z Downloaded sqlparser v0.61.0
12882026-08-13T20:57:49.427Z Downloaded smoltcp v0.11.0
12892026-08-13T20:57:49.433Z Downloaded sha3 v0.12.0
12902026-08-13T20:57:49.439Z Downloaded bstr v1.12.1
12912026-08-13T20:57:49.447Z Downloaded proptest v1.11.0
12922026-08-13T20:57:49.452Z Downloaded object v0.37.3
12932026-08-13T20:57:49.458Z Downloaded curve25519-dalek v4.1.3
12942026-08-13T20:57:49.469Z Downloaded moka v0.12.13
12952026-08-13T20:57:49.498Z Downloaded regress v0.11.1
12962026-08-13T20:57:49.503Z Downloaded vcpkg v0.2.15
12972026-08-13T20:57:49.525Z Downloaded tracing v0.1.44
12982026-08-13T20:57:49.535Z Downloaded rustls v0.23.41
12992026-08-13T20:57:49.541Z Downloaded sled v0.34.7
13002026-08-13T20:57:49.546Z Downloaded regex-syntax v0.8.10
13012026-08-13T20:57:49.550Z Downloaded rustix v0.38.44
13022026-08-13T20:57:49.562Z Downloaded dropshot v0.17.1
13032026-08-13T20:57:49.574Z Downloaded crypto-bigint v0.7.5
13042026-08-13T20:57:49.582Z Downloaded regex-syntax v0.6.29
13052026-08-13T20:57:49.586Z Downloaded openapiv3 v2.2.0
13062026-08-13T20:57:49.592Z Downloaded curve25519-dalek v5.0.0
13072026-08-13T20:57:49.597Z Downloaded nix v0.31.2
13082026-08-13T20:57:49.604Z Downloaded ratatui v0.29.0
13092026-08-13T20:57:49.615Z Downloaded zerocopy-derive v0.6.6
13102026-08-13T20:57:49.620Z Downloaded regex-automata v0.4.14
13112026-08-13T20:57:49.629Z Downloaded openssl v0.10.80
13122026-08-13T20:57:49.658Z Downloaded typify-impl v0.6.2
13132026-08-13T20:57:49.677Z Downloaded diesel v2.3.7
13142026-08-13T20:57:49.692Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13152026-08-13T20:57:49.700Z Downloaded libz-sys v1.1.24
13162026-08-13T20:57:49.712Z Downloaded sha3 v0.10.8
13172026-08-13T20:57:49.748Z Downloaded bzip2-sys v0.1.13+1.0.8
13182026-08-13T20:57:49.757Z Downloaded encoding_rs v0.8.35
13192026-08-13T20:57:49.770Z Downloaded ring v0.17.14
13202026-08-13T20:57:49.796Z Downloaded sha3 v0.11.0
13212026-08-13T20:57:49.807Z Downloaded jiff v0.2.34
13222026-08-13T20:57:49.816Z Downloaded petgraph v0.6.5
13232026-08-13T20:57:49.829Z Downloaded chrono-tz v0.10.4
13242026-08-13T20:57:49.877Z Downloaded petgraph v0.8.3
13252026-08-13T20:57:49.886Z Downloaded tokio v1.52.1
13262026-08-13T20:57:49.910Z Downloaded csv v1.4.0
13272026-08-13T20:57:50.033Z Downloaded libgit2-sys v0.18.3+1.9.2
13282026-08-13T20:57:50.559Z Downloaded aws-lc-sys v0.40.0
13292026-08-13T20:57:50.816Z Compiling libc v0.2.185
13302026-08-13T20:57:50.816Z Compiling serde_core v1.0.228
13312026-08-13T20:57:50.816Z Compiling serde v1.0.228
13322026-08-13T20:57:50.820Z Compiling log v0.4.29
13332026-08-13T20:57:50.820Z Compiling smallvec v1.15.1
13342026-08-13T20:57:50.820Z Compiling find-msvc-tools v0.1.9
13352026-08-13T20:57:50.820Z Compiling shlex v1.3.0
13362026-08-13T20:57:50.820Z Compiling syn v2.0.117
13372026-08-13T20:57:51.162Z Compiling subtle v2.6.1
13382026-08-13T20:57:51.176Z Compiling scopeguard v1.2.0
13392026-08-13T20:57:51.213Z Compiling typenum v1.20.1
13402026-08-13T20:57:51.241Z Compiling stable_deref_trait v1.2.1
13412026-08-13T20:57:51.270Z Compiling lock_api v0.4.14
13422026-08-13T20:57:51.282Z Compiling zerocopy v0.8.40
13432026-08-13T20:57:51.310Z Compiling portable-atomic v1.13.1
13442026-08-13T20:57:51.338Z Compiling serde_json v1.0.151
13452026-08-13T20:57:51.493Z Compiling critical-section v1.2.0
13462026-08-13T20:57:51.543Z Compiling libm v0.2.16
13472026-08-13T20:57:51.597Z Compiling num-traits v0.2.19
13482026-08-13T20:57:51.711Z Compiling pkg-config v0.3.32
13492026-08-13T20:57:51.775Z Compiling jobserver v0.1.34
13502026-08-13T20:57:51.799Z Compiling errno v0.3.14
13512026-08-13T20:57:51.844Z Compiling getrandom v0.2.17
13522026-08-13T20:57:51.963Z Compiling cc v1.2.56
13532026-08-13T20:57:51.999Z Compiling rand_core v0.6.4
13542026-08-13T20:57:52.238Z Compiling once_cell v1.21.3
13552026-08-13T20:57:52.281Z Compiling generic-array v0.14.7
13562026-08-13T20:57:52.290Z Compiling pin-project-lite v0.2.17
13572026-08-13T20:57:52.315Z Compiling const-oid v0.9.6
13582026-08-13T20:57:52.388Z Compiling getrandom v0.4.1
13592026-08-13T20:57:52.453Z Compiling parking_lot_core v0.9.12
13602026-08-13T20:57:52.510Z Compiling rand_core v0.10.0
13612026-08-13T20:57:52.683Z Compiling signal-hook-registry v1.4.8
13622026-08-13T20:57:52.940Z Compiling bitflags v2.11.0
13632026-08-13T20:57:53.033Z Compiling litemap v0.8.1
13642026-08-13T20:57:53.164Z Compiling futures-core v0.3.32
13652026-08-13T20:57:53.298Z Compiling writeable v0.6.2
13662026-08-13T20:57:53.298Z Compiling percent-encoding v2.3.2
13672026-08-13T20:57:53.298Z Compiling semver v1.0.28
13682026-08-13T20:57:53.370Z Compiling parking_lot v0.12.5
13692026-08-13T20:57:53.370Z Compiling mio v1.2.0
13702026-08-13T20:57:53.398Z Compiling icu_normalizer_data v2.1.1
13712026-08-13T20:57:53.520Z Compiling icu_properties_data v2.1.2
13722026-08-13T20:57:53.614Z Compiling socket2 v0.6.3
13732026-08-13T20:57:53.764Z Compiling getrandom v0.3.4
13742026-08-13T20:57:53.764Z Compiling futures-sink v0.3.32
13752026-08-13T20:57:53.764Z Compiling indexmap v2.14.0
13762026-08-13T20:57:53.810Z Compiling synstructure v0.13.2
13772026-08-13T20:57:53.811Z Compiling futures-channel v0.3.32
13782026-08-13T20:57:53.863Z Compiling futures-io v0.3.32
13792026-08-13T20:57:54.004Z Compiling futures-task v0.3.32
13802026-08-13T20:57:54.079Z Compiling utf8_iter v1.0.4
13812026-08-13T20:57:54.107Z Compiling rustix v1.1.3
13822026-08-13T20:57:54.131Z Compiling slab v0.4.12
13832026-08-13T20:57:54.175Z Compiling form_urlencoded v1.2.2
13842026-08-13T20:57:54.218Z Compiling rustversion v1.0.22
13852026-08-13T20:57:54.280Z Compiling base64ct v1.8.3
13862026-08-13T20:57:54.361Z Compiling iana-time-zone v0.1.65
13872026-08-13T20:57:54.456Z Compiling cmake v0.1.57
13882026-08-13T20:57:54.501Z Compiling regex-syntax v0.8.10
13892026-08-13T20:57:54.600Z Compiling pem-rfc7468 v0.7.0
13902026-08-13T20:57:54.668Z Compiling ident_case v1.0.1
13912026-08-13T20:57:54.668Z Compiling flagset v0.4.7
13922026-08-13T20:57:54.736Z Compiling dunce v1.0.5
13932026-08-13T20:57:54.780Z Compiling fs_extra v1.3.0
13942026-08-13T20:57:54.780Z Compiling rand_core v0.9.5
13952026-08-13T20:57:54.844Z Compiling uuid v1.23.4
13962026-08-13T20:57:54.933Z Compiling base64 v0.22.1
13972026-08-13T20:57:55.007Z Compiling aws-lc-sys v0.40.0
13982026-08-13T20:57:55.074Z Compiling vcpkg v0.2.15
13992026-08-13T20:57:55.199Z Compiling syn v1.0.109
14002026-08-13T20:57:55.285Z Compiling serde_derive_internals v0.29.1
14012026-08-13T20:57:55.530Z Compiling rustc_version v0.4.1
14022026-08-13T20:57:55.555Z Compiling tracing-core v0.1.36
14032026-08-13T20:57:55.606Z Compiling serde_derive v1.0.228
14042026-08-13T20:57:55.782Z Compiling zeroize_derive v1.5.0
14052026-08-13T20:57:55.844Z Compiling zerocopy-derive v0.8.40
14062026-08-13T20:57:55.890Z Compiling zerofrom-derive v0.1.6
14072026-08-13T20:57:56.083Z Compiling yoke-derive v0.8.1
14082026-08-13T20:57:56.086Z Compiling zerovec-derive v0.11.2
14092026-08-13T20:57:56.443Z Compiling zeroize v1.9.0
14102026-08-13T20:57:56.665Z Compiling displaydoc v0.2.5
14112026-08-13T20:57:57.314Z Compiling tokio-macros v2.7.0
14122026-08-13T20:57:57.367Z Compiling zerofrom v0.1.6
14132026-08-13T20:57:57.367Z Compiling futures-macro v0.3.32
14142026-08-13T20:57:57.384Z Compiling yoke v0.8.1
14152026-08-13T20:57:57.413Z Compiling crypto-common v0.1.7
14162026-08-13T20:57:57.426Z Compiling block-buffer v0.10.4
14172026-08-13T20:57:57.560Z Compiling zerovec v0.11.5
14182026-08-13T20:57:57.574Z Compiling zerotrie v0.2.3
14192026-08-13T20:57:57.591Z Compiling digest v0.10.7
14202026-08-13T20:57:57.841Z Compiling thiserror-impl v2.0.18
14212026-08-13T20:57:57.869Z Compiling der_derive v0.7.3
14222026-08-13T20:57:57.977Z Compiling openssl-sys v0.9.117
14232026-08-13T20:57:58.062Z Compiling tinystr v0.8.2
14242026-08-13T20:57:58.104Z Compiling potential_utf v0.1.4
14252026-08-13T20:57:58.264Z Compiling icu_locale_core v2.1.1
14262026-08-13T20:57:58.267Z Compiling icu_collections v2.1.1
14272026-08-13T20:57:58.487Z Compiling futures-util v0.3.32
14282026-08-13T20:57:58.735Z Compiling tracing-attributes v0.1.31
14292026-08-13T20:57:58.827Z Compiling der v0.7.10
14302026-08-13T20:57:59.086Z Compiling bytes v1.11.1
14312026-08-13T20:57:59.198Z Compiling icu_provider v2.1.1
14322026-08-13T20:57:59.224Z Compiling chrono v0.4.45
14332026-08-13T20:57:59.495Z Compiling icu_properties v2.1.2
14342026-08-13T20:57:59.717Z Compiling tokio v1.52.1
14352026-08-13T20:58:00.109Z Compiling icu_normalizer v2.1.1
14362026-08-13T20:58:00.136Z Compiling thiserror v2.0.18
14372026-08-13T20:58:00.248Z Compiling ppv-lite86 v0.2.21
14382026-08-13T20:58:00.347Z Compiling spki v0.7.3
14392026-08-13T20:58:00.557Z Compiling idna_adapter v1.2.1
14402026-08-13T20:58:00.574Z Compiling http v1.4.2
14412026-08-13T20:58:00.604Z Compiling rand_chacha v0.9.0
14422026-08-13T20:58:00.619Z Compiling dyn-clone v1.0.20
14432026-08-13T20:58:00.639Z Compiling schemars v0.8.22
14442026-08-13T20:58:00.687Z Compiling idna v1.1.0
14452026-08-13T20:58:00.758Z Compiling aws-lc-rs v1.16.3
14462026-08-13T20:58:00.832Z Compiling cpufeatures v0.2.17
14472026-08-13T20:58:00.898Z Compiling rand v0.9.2
14482026-08-13T20:58:00.913Z Compiling pkcs8 v0.10.2
14492026-08-13T20:58:01.042Z Compiling url v2.5.8
14502026-08-13T20:58:01.172Z Compiling tracing v0.1.44
14512026-08-13T20:58:01.293Z Compiling http-body v1.0.1
14522026-08-13T20:58:01.406Z Compiling rustls-pki-types v1.14.0
14532026-08-13T20:58:01.435Z Compiling schemars_derive v0.8.22
14542026-08-13T20:58:01.464Z Compiling spin v0.9.8
14552026-08-13T20:58:01.650Z Compiling openssl-probe v0.2.1
14562026-08-13T20:58:01.668Z Compiling cmov v0.5.4
14572026-08-13T20:58:01.817Z Compiling tinyvec_macros v0.1.1
14582026-08-13T20:58:01.832Z Compiling httparse v1.10.1
14592026-08-13T20:58:01.845Z Compiling crc32fast v1.5.0
14602026-08-13T20:58:01.869Z Compiling tinyvec v1.10.0
14612026-08-13T20:58:01.884Z Compiling ctutils v0.4.2
14622026-08-13T20:58:02.113Z Compiling tempfile v3.25.0
14632026-08-13T20:58:02.142Z Compiling pest_generator v2.8.6
14642026-08-13T20:58:02.198Z Compiling sha2 v0.10.9
14652026-08-13T20:58:02.213Z Compiling aho-corasick v1.1.4
14662026-08-13T20:58:02.469Z Compiling atomic-waker v1.1.2
14672026-08-13T20:58:02.596Z Compiling tower-layer v0.3.3
14682026-08-13T20:58:02.757Z Compiling tower-service v0.3.3
14692026-08-13T20:58:02.806Z Compiling try-lock v0.2.5
14702026-08-13T20:58:02.850Z Compiling radium v0.7.0
14712026-08-13T20:58:02.914Z Compiling untrusted v0.7.1
14722026-08-13T20:58:03.039Z Compiling regex-automata v0.4.14
14732026-08-13T20:58:03.113Z Compiling want v0.3.1
14742026-08-13T20:58:03.277Z Compiling pest_derive v2.8.6
14752026-08-13T20:58:03.463Z Compiling tokio-util v0.7.18
14762026-08-13T20:58:03.904Z Compiling hybrid-array v0.4.13
14772026-08-13T20:58:04.047Z Compiling ipnet v2.11.0
14782026-08-13T20:58:04.099Z Compiling scroll_derive v0.13.1
14792026-08-13T20:58:04.534Z Compiling h2 v0.4.15
14802026-08-13T20:58:04.550Z Compiling darling_core v0.20.11
14812026-08-13T20:58:04.673Z Compiling simd-adler32 v0.3.8
14822026-08-13T20:58:04.902Z Compiling httpdate v1.0.3
14832026-08-13T20:58:04.921Z Compiling openssl v0.10.80
14842026-08-13T20:58:05.134Z Compiling tap v1.0.1
14852026-08-13T20:58:05.150Z Compiling maybe-uninit v2.0.0
14862026-08-13T20:58:05.211Z Compiling foreign-types-shared v0.1.1
14872026-08-13T20:58:05.246Z Compiling untrusted v0.9.0
14882026-08-13T20:58:05.299Z Compiling rustls v0.23.41
14892026-08-13T20:58:05.365Z Compiling foreign-types v0.3.2
14902026-08-13T20:58:05.382Z Compiling wyz v0.5.1
14912026-08-13T20:58:05.453Z Compiling scroll v0.13.0
14922026-08-13T20:58:05.469Z Compiling unicode-normalization v0.1.25
14932026-08-13T20:58:05.680Z Compiling rand_chacha v0.3.1
14942026-08-13T20:58:05.720Z Compiling hex v0.4.3
14952026-08-13T20:58:05.911Z Compiling signature v2.2.0
14962026-08-13T20:58:05.964Z Compiling thiserror-impl v1.0.69
14972026-08-13T20:58:05.991Z Compiling openssl-macros v0.1.1
14982026-08-13T20:58:06.088Z Compiling terminal_size v0.4.3
14992026-08-13T20:58:06.226Z Compiling num-integer v0.1.46
15002026-08-13T20:58:06.381Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15012026-08-13T20:58:06.427Z Compiling bzip2-sys v0.1.13+1.0.8
15022026-08-13T20:58:06.541Z Compiling wait-timeout v0.2.1
15032026-08-13T20:58:06.700Z Compiling ahash v0.8.12
15042026-08-13T20:58:06.751Z Compiling bit-vec v0.8.0
15052026-08-13T20:58:06.801Z Compiling quick-error v1.2.3
15062026-08-13T20:58:06.816Z Compiling darling_macro v0.20.11
15072026-08-13T20:58:06.899Z Compiling powerfmt v0.2.0
15082026-08-13T20:58:06.914Z Compiling adler2 v2.0.1
15092026-08-13T20:58:06.974Z Compiling num-bigint-dig v0.8.6
15102026-08-13T20:58:07.040Z Compiling num-conv v0.2.0
15112026-08-13T20:58:07.100Z Compiling time-core v0.1.8
15122026-08-13T20:58:07.146Z Compiling native-tls v0.2.18
15132026-08-13T20:58:07.161Z Compiling packed_struct v0.10.1
15142026-08-13T20:58:07.175Z Compiling funty v2.0.0
15152026-08-13T20:58:07.190Z Compiling thiserror v1.0.69
15162026-08-13T20:58:07.245Z Compiling time-macros v0.2.27
15172026-08-13T20:58:07.285Z Compiling darling v0.20.11
15182026-08-13T20:58:07.319Z Compiling deranged v0.5.8
15192026-08-13T20:58:07.362Z Compiling miniz_oxide v0.8.9
15202026-08-13T20:58:07.376Z Compiling bit-set v0.8.0
15212026-08-13T20:58:07.458Z Compiling rusty-fork v0.3.1
15222026-08-13T20:58:07.533Z Compiling bitvec v1.0.1
15232026-08-13T20:58:07.742Z Compiling hyper v1.10.1
15242026-08-13T20:58:07.763Z Compiling clap_builder v4.6.0
15252026-08-13T20:58:08.278Z Compiling num-iter v0.1.45
15262026-08-13T20:58:08.613Z Compiling rand v0.8.6
15272026-08-13T20:58:08.986Z Compiling hyper-util v0.1.20
15282026-08-13T20:58:09.041Z Compiling goblin v0.10.5
15292026-08-13T20:58:09.367Z Compiling packed_struct_codegen v0.10.1
15302026-08-13T20:58:09.470Z Compiling lazy_static v1.5.0
15312026-08-13T20:58:09.565Z Compiling toml_datetime v0.6.11
15322026-08-13T20:58:09.823Z Compiling serde_spanned v0.6.9
15332026-08-13T20:58:09.971Z Compiling hmac v0.12.1
15342026-08-13T20:58:10.133Z Compiling bitfield-macros v0.19.4
15352026-08-13T20:58:10.432Z Compiling zerocopy-derive v0.6.6
15362026-08-13T20:58:10.711Z Compiling clap_derive v4.6.1
15372026-08-13T20:58:10.761Z Compiling anstyle-parse v0.2.7
15382026-08-13T20:58:10.829Z Compiling rand_xorshift v0.4.0
15392026-08-13T20:58:10.936Z Compiling sync_wrapper v1.0.2
15402026-08-13T20:58:10.997Z Compiling indexmap v1.9.3
15412026-08-13T20:58:11.045Z Compiling usdt-impl v0.6.0
15422026-08-13T20:58:11.186Z Compiling crossbeam-utils v0.8.21
15432026-08-13T20:58:11.248Z Compiling unarray v0.1.4
15442026-08-13T20:58:11.262Z Compiling siphasher v1.0.2
15452026-08-13T20:58:11.363Z Compiling num_threads v0.1.7
15462026-08-13T20:58:11.418Z Compiling crc-catalog v2.4.0
15472026-08-13T20:58:11.449Z Compiling zlib-rs v0.6.2
15482026-08-13T20:58:11.463Z Compiling nodrop v0.1.14
15492026-08-13T20:58:11.477Z Compiling paste v1.0.15
15502026-08-13T20:58:11.509Z Compiling crc v3.4.0
15512026-08-13T20:58:11.553Z Compiling array-init v0.0.4
15522026-08-13T20:58:11.723Z Compiling time v0.3.47
15532026-08-13T20:58:11.783Z Compiling dof v0.4.0
15542026-08-13T20:58:11.898Z Compiling proptest v1.11.0
15552026-08-13T20:58:12.428Z Compiling clap v4.6.1
15562026-08-13T20:58:12.514Z Compiling zerocopy v0.6.6
15572026-08-13T20:58:12.865Z Compiling tower v0.5.3
15582026-08-13T20:58:12.896Z Compiling anstream v0.6.21
15592026-08-13T20:58:13.185Z Compiling bitfield v0.19.4
15602026-08-13T20:58:13.464Z Compiling smallvec v0.6.14
15612026-08-13T20:58:13.663Z Compiling derive_builder_core v0.20.2
15622026-08-13T20:58:13.851Z Compiling dtrace-parser v0.3.0
15632026-08-13T20:58:14.453Z Compiling flate2 v1.1.9
15642026-08-13T20:58:14.542Z Compiling ipnetwork v0.21.1
15652026-08-13T20:58:14.557Z Compiling http-body-util v0.1.3
15662026-08-13T20:58:14.584Z Compiling pkcs1 v0.7.5
15672026-08-13T20:58:14.615Z Compiling heapless v0.7.17
15682026-08-13T20:58:14.797Z Compiling structmeta-derive v0.3.0
15692026-08-13T20:58:14.857Z Compiling scroll_derive v0.12.1
15702026-08-13T20:58:14.872Z Compiling slog v2.8.2
15712026-08-13T20:58:14.929Z Compiling darling_core v0.23.0
15722026-08-13T20:58:14.976Z Compiling thread-id v5.1.0
15732026-08-13T20:58:15.054Z Compiling cookie v0.18.1
15742026-08-13T20:58:15.069Z Compiling env_filter v1.0.0
15752026-08-13T20:58:15.236Z Compiling base64 v0.21.7
15762026-08-13T20:58:15.357Z Compiling winnow v0.5.40
15772026-08-13T20:58:15.510Z Compiling iri-string v0.7.10
15782026-08-13T20:58:15.551Z Compiling anyhow v1.0.102
15792026-08-13T20:58:15.847Z Compiling allocator-api2 v0.2.21
15802026-08-13T20:58:15.864Z Compiling zstd-safe v7.2.4
15812026-08-13T20:58:16.055Z Compiling ryu v1.0.23
15822026-08-13T20:58:16.180Z Compiling unicode-bidi v0.3.18
15832026-08-13T20:58:16.239Z Compiling hashbrown v0.12.3
15842026-08-13T20:58:16.700Z Compiling unicode-properties v0.1.4
15852026-08-13T20:58:16.704Z Compiling signal-hook v0.3.18
15862026-08-13T20:58:16.895Z Compiling stringprep v0.1.5
15872026-08-13T20:58:16.924Z Compiling tower-http v0.6.8
15882026-08-13T20:58:17.004Z Compiling toml_edit v0.19.15
15892026-08-13T20:58:17.152Z Compiling serde_urlencoded v0.7.1
15902026-08-13T20:58:17.352Z Compiling structmeta v0.3.0
15912026-08-13T20:58:17.398Z Compiling scroll v0.12.0
15922026-08-13T20:58:17.414Z Compiling darling_macro v0.23.0
15932026-08-13T20:58:17.542Z Compiling ron v0.8.1
15942026-08-13T20:58:17.606Z Compiling env_logger v0.11.9
15952026-08-13T20:58:17.947Z Compiling rsa v0.9.10
15962026-08-13T20:58:17.973Z Compiling oxnet v0.1.6
15972026-08-13T20:58:18.271Z Compiling derive_builder_macro v0.20.2
15982026-08-13T20:58:18.461Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15992026-08-13T20:58:18.525Z Compiling newtype-uuid v1.3.2
16002026-08-13T20:58:18.712Z Compiling hashbrown v0.13.2
16012026-08-13T20:58:18.741Z Compiling serde-hex v0.1.0
16022026-08-13T20:58:18.845Z Compiling bzip2 v0.4.4
16032026-08-13T20:58:19.081Z Compiling tokio-native-tls v0.3.1
16042026-08-13T20:58:19.218Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16052026-08-13T20:58:19.406Z Compiling camino v1.2.2
16062026-08-13T20:58:19.768Z Compiling bstr v1.12.1
16072026-08-13T20:58:19.788Z Compiling crypto-common v0.2.2
16082026-08-13T20:58:20.166Z Compiling block-padding v0.4.2
16092026-08-13T20:58:20.338Z Compiling block-buffer v0.12.1
16102026-08-13T20:58:20.403Z Compiling rustls-native-certs v0.8.3
16112026-08-13T20:58:20.515Z Compiling x509-cert v0.2.5
16122026-08-13T20:58:20.538Z Compiling erased-serde v0.3.31
16132026-08-13T20:58:20.685Z Compiling serde_tokenstream v0.2.3
16142026-08-13T20:58:21.006Z Compiling md-5 v0.10.6
16152026-08-13T20:58:21.021Z Compiling curve25519-dalek v4.1.3
16162026-08-13T20:58:21.034Z Compiling pin-project-internal v1.1.11
16172026-08-13T20:58:21.169Z Compiling async-trait v0.1.89
16182026-08-13T20:58:21.345Z Compiling zerocopy-derive v0.7.35
16192026-08-13T20:58:21.500Z Compiling daft-derive v0.1.7
16202026-08-13T20:58:22.114Z Compiling vergen-lib v9.1.0
16212026-08-13T20:58:22.141Z Compiling hash32 v0.2.1
16222026-08-13T20:58:22.183Z Compiling memoffset v0.9.1
16232026-08-13T20:58:22.205Z Compiling encoding_rs v0.8.35
16242026-08-13T20:58:22.221Z Compiling ref-cast v1.0.25
16252026-08-13T20:58:22.287Z Compiling cfg_aliases v0.2.1
16262026-08-13T20:58:22.327Z Compiling smoltcp v0.9.1
16272026-08-13T20:58:22.361Z Compiling mime v0.3.17
16282026-08-13T20:58:22.374Z Compiling rustix v0.38.44
16292026-08-13T20:58:22.511Z Compiling psl-types v2.0.11
16302026-08-13T20:58:22.619Z Compiling fallible-iterator v0.2.0
16312026-08-13T20:58:22.637Z Compiling crc-any v2.5.0
16322026-08-13T20:58:22.655Z Compiling litrs v1.0.0
16332026-08-13T20:58:22.743Z Compiling publicsuffix v2.3.0
16342026-08-13T20:58:22.840Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16352026-08-13T20:58:22.910Z Compiling postgres-protocol v0.6.10
16362026-08-13T20:58:22.926Z Compiling nix v0.31.2
16372026-08-13T20:58:23.062Z Compiling daft v0.1.7
16382026-08-13T20:58:23.150Z Compiling document-features v0.2.12
16392026-08-13T20:58:23.282Z Compiling zerocopy v0.7.35
16402026-08-13T20:58:23.335Z Compiling pin-project v1.1.11
16412026-08-13T20:58:23.463Z Compiling inout v0.2.2
16422026-08-13T20:58:23.520Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16432026-08-13T20:58:23.636Z Compiling hyper-tls v0.6.0
16442026-08-13T20:58:23.682Z Compiling object v0.30.4
16452026-08-13T20:58:23.718Z Compiling zip v0.6.6
16462026-08-13T20:58:23.799Z Compiling derive_builder v0.20.2
16472026-08-13T20:58:23.813Z Compiling toml v0.7.8
16482026-08-13T20:58:23.853Z Compiling darling v0.23.0
16492026-08-13T20:58:23.981Z Compiling goblin v0.8.2
16502026-08-13T20:58:24.061Z Compiling derive-ex v0.1.8
16512026-08-13T20:58:24.501Z Compiling phf_shared v0.13.1
16522026-08-13T20:58:24.702Z Compiling regex v1.12.3
16532026-08-13T20:58:24.733Z Compiling hubpack_derive v0.1.1
16542026-08-13T20:58:24.746Z Compiling futures-executor v0.3.32
16552026-08-13T20:58:25.009Z Compiling curve25519-dalek-derive v0.1.1
16562026-08-13T20:58:25.129Z Compiling snafu-derive v0.8.9
16572026-08-13T20:58:25.182Z Compiling strum_macros v0.27.2
16582026-08-13T20:58:25.648Z Compiling ref-cast-impl v1.0.25
16592026-08-13T20:58:25.734Z Compiling vergen v9.1.0
16602026-08-13T20:58:25.906Z Compiling cargo-platform v0.3.2
16612026-08-13T20:58:26.182Z Compiling ff v0.13.1
16622026-08-13T20:58:26.187Z Compiling fs-err v3.3.0
16632026-08-13T20:58:26.325Z Compiling libbz2-rs-sys v0.2.2
16642026-08-13T20:58:26.376Z Compiling managed v0.8.0
16652026-08-13T20:58:26.545Z Compiling bumpalo v3.20.2
16662026-08-13T20:58:26.588Z Compiling foldhash v0.2.0
16672026-08-13T20:58:26.790Z Compiling bitflags v1.3.2
16682026-08-13T20:58:26.819Z Compiling jiff-core v0.1.0
16692026-08-13T20:58:26.869Z Compiling path-slash v0.1.5
16702026-08-13T20:58:26.987Z Compiling either v1.15.0
16712026-08-13T20:58:27.001Z Compiling base16ct v0.2.0
16722026-08-13T20:58:27.004Z Compiling same-file v1.0.6
16732026-08-13T20:58:27.112Z Compiling unicode-segmentation v1.12.0
16742026-08-13T20:58:27.163Z Compiling object v0.37.3
16752026-08-13T20:58:27.188Z Compiling foldhash v0.1.5
16762026-08-13T20:58:27.193Z Compiling sec1 v0.7.3
16772026-08-13T20:58:27.358Z Compiling hashbrown v0.15.5
16782026-08-13T20:58:27.455Z Compiling strum v0.27.2
16792026-08-13T20:58:27.473Z Compiling walkdir v2.5.0
16802026-08-13T20:58:27.488Z Compiling snafu v0.8.9
16812026-08-13T20:58:27.491Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16822026-08-13T20:58:27.585Z Compiling jiff v0.2.34
16832026-08-13T20:58:27.841Z Compiling hashbrown v0.16.1
16842026-08-13T20:58:27.865Z Compiling bzip2 v0.6.1
16852026-08-13T20:58:27.902Z Compiling zopfli v0.8.3
16862026-08-13T20:58:28.169Z Compiling group v0.13.0
16872026-08-13T20:58:28.356Z Compiling dof v0.3.0
16882026-08-13T20:58:28.536Z Compiling cargo_metadata v0.23.1
16892026-08-13T20:58:28.559Z Compiling test-strategy v0.4.5
16902026-08-13T20:58:28.940Z Compiling hubpack v0.1.2
16912026-08-13T20:58:29.087Z Compiling futures v0.3.32
16922026-08-13T20:58:29.162Z Compiling phf v0.13.1
16932026-08-13T20:58:29.177Z Compiling signal-hook-mio v0.2.5
16942026-08-13T20:58:29.327Z Compiling cookie_store v0.22.1
16952026-08-13T20:58:29.663Z Compiling zstd v0.13.3
16962026-08-13T20:58:29.932Z Compiling serde_with_macros v3.21.0
16972026-08-13T20:58:29.946Z Compiling reqwest v0.12.28
16982026-08-13T20:58:29.984Z Compiling cipher v0.5.2
16992026-08-13T20:58:30.104Z Compiling postgres-types v0.2.12
17002026-08-13T20:58:30.653Z Compiling usdt-macro v0.6.0
17012026-08-13T20:58:31.046Z Compiling usdt-attr-macro v0.6.0
17022026-08-13T20:58:31.132Z Compiling globset v0.4.18
17032026-08-13T20:58:31.405Z Compiling phf_shared v0.11.3
17042026-08-13T20:58:31.479Z Compiling hkdf v0.12.4
17052026-08-13T20:58:31.589Z Compiling dtrace-parser v0.2.0
17062026-08-13T20:58:31.603Z Compiling ed25519 v2.2.3
17072026-08-13T20:58:31.652Z Compiling byte-wrapper v0.1.0
17082026-08-13T20:58:31.820Z Compiling olpc-cjson v0.1.4
17092026-08-13T20:58:31.845Z Compiling serde-big-array v0.5.1
17102026-08-13T20:58:31.912Z Compiling serde_plain v1.0.2
17112026-08-13T20:58:31.977Z Compiling crypto-bigint v0.5.5
17122026-08-13T20:58:31.983Z Compiling enum-as-inner v0.6.1
17132026-08-13T20:58:32.005Z Compiling async-recursion v1.1.1
17142026-08-13T20:58:32.106Z Compiling serde_repr v0.1.20
17152026-08-13T20:58:32.327Z Compiling strum_macros v0.26.4
17162026-08-13T20:58:32.490Z Compiling pem v3.0.6
17172026-08-13T20:58:32.508Z Compiling float-cmp v0.10.0
17182026-08-13T20:58:32.646Z Compiling memmap2 v0.9.10
17192026-08-13T20:58:32.660Z Compiling thread-id v4.2.2
17202026-08-13T20:58:32.664Z Compiling cpufeatures v0.3.0
17212026-08-13T20:58:32.746Z Compiling winnow v1.0.3
17222026-08-13T20:58:32.762Z Compiling fixedbitset v0.5.7
17232026-08-13T20:58:32.812Z Compiling const-oid v0.10.2
17242026-08-13T20:58:32.857Z Compiling difflib v0.4.0
17252026-08-13T20:58:33.019Z Compiling new_debug_unreachable v1.0.6
17262026-08-13T20:58:33.068Z Compiling data-encoding v2.10.0
17272026-08-13T20:58:33.090Z Compiling predicates-core v1.0.10
17282026-08-13T20:58:33.107Z Compiling keccak v0.1.6
17292026-08-13T20:58:33.270Z Compiling typed-path v0.9.3
17302026-08-13T20:58:33.411Z Compiling static_assertions v1.1.0
17312026-08-13T20:58:33.492Z Compiling normalize-line-endings v0.3.0
17322026-08-13T20:58:33.593Z Compiling fixedbitset v0.4.2
17332026-08-13T20:58:33.716Z Compiling precomputed-hash v0.1.1
17342026-08-13T20:58:33.766Z Compiling whoami v2.1.0
17352026-08-13T20:58:33.802Z Compiling string_cache v0.8.9
17362026-08-13T20:58:33.817Z Compiling petgraph v0.6.5
17372026-08-13T20:58:33.831Z Compiling toml_edit v0.22.27
17382026-08-13T20:58:34.038Z Compiling tokio-postgres v0.7.16
17392026-08-13T20:58:34.110Z Compiling strum v0.26.3
17402026-08-13T20:58:34.159Z Compiling predicates v3.1.4
17412026-08-13T20:58:34.203Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17422026-08-13T20:58:34.248Z Compiling hickory-proto v0.25.2
17432026-08-13T20:58:34.535Z Compiling sha3 v0.10.8
17442026-08-13T20:58:34.853Z Compiling toml_parser v1.1.2+spec-1.1.0
17452026-08-13T20:58:34.999Z Compiling digest v0.11.3
17462026-08-13T20:58:35.222Z Compiling petgraph v0.8.3
17472026-08-13T20:58:35.348Z Compiling elliptic-curve v0.13.8
17482026-08-13T20:58:35.436Z Compiling usdt v0.6.0
17492026-08-13T20:58:35.700Z Compiling chacha20 v0.10.0
17502026-08-13T20:58:35.796Z Compiling usdt-impl v0.5.0
17512026-08-13T20:58:36.082Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17522026-08-13T20:58:36.305Z Compiling ed25519-dalek v2.2.0
17532026-08-13T20:58:36.338Z Compiling crossterm v0.28.1
17542026-08-13T20:58:36.625Z Compiling serde_with v3.21.0
17552026-08-13T20:58:37.008Z Compiling zip v4.6.1
17562026-08-13T20:58:37.554Z Compiling iddqd v0.4.2
17572026-08-13T20:58:37.937Z Compiling heck v0.4.1
17582026-08-13T20:58:37.976Z Compiling similar v2.7.0
17592026-08-13T20:58:38.159Z Compiling itertools v0.13.0
17602026-08-13T20:58:38.413Z Compiling itertools v0.15.0
17612026-08-13T20:58:38.478Z Compiling crossbeam-epoch v0.9.18
17622026-08-13T20:58:38.802Z Compiling tokio-stream v0.1.18
17632026-08-13T20:58:38.809Z Compiling buf-list v1.1.2
17642026-08-13T20:58:38.830Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17652026-08-13T20:58:38.857Z Compiling openapiv3 v2.2.0
17662026-08-13T20:58:39.108Z Compiling peg-runtime v0.8.5
17672026-08-13T20:58:39.158Z Compiling lalrpop-util v0.19.12
17682026-08-13T20:58:39.275Z Compiling thread_local v1.1.9
17692026-08-13T20:58:39.352Z Compiling slog-async v2.8.0
17702026-08-13T20:58:39.389Z Compiling crossbeam-channel v0.5.15
17712026-08-13T20:58:39.447Z Compiling is-terminal v0.4.17
17722026-08-13T20:58:39.529Z Compiling filetime v0.2.27
17732026-08-13T20:58:39.551Z Compiling take_mut v0.2.2
17742026-08-13T20:58:39.661Z Compiling xattr v1.6.1
17752026-08-13T20:58:39.664Z Compiling term v1.2.1
17762026-08-13T20:58:39.707Z Compiling camino-tempfile v1.4.1
17772026-08-13T20:58:39.831Z Compiling tar v0.4.46
17782026-08-13T20:58:40.236Z Compiling slog-term v2.9.2
17792026-08-13T20:58:46.004Z Compiling rustls-webpki v0.103.13
17802026-08-13T20:58:48.643Z Compiling tokio-rustls v0.26.4
17812026-08-13T20:58:48.643Z Compiling rustls-platform-verifier v0.6.2
17822026-08-13T20:58:48.643Z Compiling tough v0.22.0
17832026-08-13T20:58:48.847Z Compiling hyper-rustls v0.27.7
17842026-08-13T20:58:49.064Z Compiling reqwest v0.13.2
17852026-08-13T20:58:51.266Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17862026-08-13T20:58:51.476Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17872026-08-13T20:58:54.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17882026-08-13T20:58:54.537Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17892026-08-13T20:58:54.594ZAug 13 20:58:53.662 INFO Starting download, target: Clickhouse
17902026-08-13T20:58:54.594ZAug 13 20:58:53.663 INFO Starting download, target: Cockroach
17912026-08-13T20:58:54.601ZAug 13 20:58:53.663 INFO Starting download, target: Console
17922026-08-13T20:58:54.601ZAug 13 20:58:53.663 INFO Starting download, target: DendriteStub
17932026-08-13T20:58:54.601ZAug 13 20:58:53.663 INFO Starting download, target: MaghemiteMgd
17942026-08-13T20:58:54.601ZAug 13 20:58:53.663 INFO Starting download, target: MaghemiteDdmd
17952026-08-13T20:58:54.601ZAug 13 20:58:53.663 INFO Starting download, target: TransceiverControl
17962026-08-13T20:58:54.602ZAug 13 20:58:53.663 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17972026-08-13T20:58:54.602ZAug 13 20:58:53.663 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17982026-08-13T20:58:54.602ZAug 13 20:58:53.663 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17992026-08-13T20:58:54.602ZAug 13 20:58:53.663 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18002026-08-13T20:58:54.602ZAug 13 20:58:53.663 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18012026-08-13T20:58:54.602ZAug 13 20:58:53.663 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18022026-08-13T20:58:54.602ZAug 13 20:58:53.663 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18032026-08-13T20:58:55.155ZAug 13 20:58:54.197 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18042026-08-13T20:58:55.330ZAug 13 20:58:54.405 INFO Download complete, target: TransceiverControl
18052026-08-13T20:58:56.427ZAug 13 20:58:55.485 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18062026-08-13T20:58:56.705ZAug 13 20:58:55.734 INFO Download complete, target: Console
18072026-08-13T20:58:57.826ZAug 13 20:58:56.716 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18082026-08-13T20:58:59.321ZAug 13 20:58:58.363 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18092026-08-13T20:58:59.795ZAug 13 20:58:58.835 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18102026-08-13T20:59:00.302ZAug 13 20:58:59.284 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18112026-08-13T20:59:01.483ZAug 13 20:59:00.529 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18122026-08-13T20:59:01.484ZAug 13 20:59:00.529 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18132026-08-13T20:59:01.755ZAug 13 20:59:00.809 INFO Download complete, target: DendriteStub
18142026-08-13T20:59:01.811ZAug 13 20:59:00.834 INFO Download complete, target: MaghemiteDdmd
18152026-08-13T20:59:02.642ZAug 13 20:59:01.708 INFO Download complete, target: MaghemiteMgd
18162026-08-13T20:59:04.388ZAug 13 20:59:03.457 INFO Checking that binary works, target: Clickhouse
18172026-08-13T20:59:04.555ZAug 13 20:59:03.594 INFO Download complete, target: Clickhouse
18182026-08-13T20:59:06.115ZAug 13 20:59:05.191 INFO Checking that binary works, target: Cockroach
18192026-08-13T20:59:06.231ZAug 13 20:59:05.303 INFO Download complete, target: Cockroach
18202026-08-13T20:59:06.242ZAll builder prerequisites installed successfully, and PATH looks valid
18212026-08-13T20:59:06.246Z
18222026-08-13T20:59:06.246Zreal 2:10.752848287
18232026-08-13T20:59:06.246Zuser 7:10.061481491
18242026-08-13T20:59:06.246Zsys 1:25.116553785
18252026-08-13T20:59:06.246Ztrap 0.243274874
18262026-08-13T20:59:06.246Ztflt 0.563101339
18272026-08-13T20:59:06.246Zdflt 0.861370015
18282026-08-13T20:59:06.246Zkflt 0.027203436
18292026-08-13T20:59:06.246Zlock 27:20.241137628
18302026-08-13T20:59:06.246Zslp 21:34.113380346
18312026-08-13T20:59:06.246Zlat 48.005434765
18322026-08-13T20:59:06.246Zstop 2:42.304492748
18332026-08-13T20:59:06.246Z+ banner hack-check
18342026-08-13T20:59:06.246Z
18352026-08-13T20:59:06.246Z # # ## #### # # #### # # ###### #### # #
18362026-08-13T20:59:06.246Z # # # # # # # # # # # # # # # # #
18372026-08-13T20:59:06.246Z ###### # # # #### ##### # ###### ##### # ####
18382026-08-13T20:59:06.246Z # # ###### # # # # # # # # # #
18392026-08-13T20:59:06.246Z # # # # # # # # # # # # # # # # #
18402026-08-13T20:59:06.246Z # # # # #### # # #### # # ###### #### # #
18412026-08-13T20:59:06.246Z
18422026-08-13T20:59:06.247Z+ export CARGO_INCREMENTAL=0
18432026-08-13T20:59:06.247Z+ CARGO_INCREMENTAL=0
18442026-08-13T20:59:06.247Z+ ptime -m timeout 2h cargo xtask check-features --ci
18452026-08-13T20:59:06.718Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18462026-08-13T20:59:07.004Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18472026-08-13T20:59:08.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.54s
18482026-08-13T20:59:08.867Z Running `target/debug/xtask check-features --ci`
18492026-08-13T20:59:08.913Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18502026-08-13T20:59:08.920Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18512026-08-13T20:59:09.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18522026-08-13T20:59:09.342Z Running `target/debug/xtask download cargo-hack`
18532026-08-13T20:59:10.112Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18542026-08-13T20:59:10.414Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18552026-08-13T20:59:13.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.63s
18562026-08-13T20:59:13.177Z Running `target/debug/xtask-downloader cargo-hack`
18572026-08-13T20:59:13.218ZAug 13 20:59:12.293 INFO Starting download, target: CargoHack
18582026-08-13T20:59:13.221ZAug 13 20:59:12.294 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18592026-08-13T20:59:13.571ZAug 13 20:59:12.647 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18602026-08-13T20:59:13.621ZAug 13 20:59:12.696 INFO Download complete, target: CargoHack
18612026-08-13T20:59:13.624Zrunning: "/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"
18622026-08-13T20:59:13.636Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18632026-08-13T20:59:13.792Zinfo: running `cargo check --bins` on api_identity (1/335)
18642026-08-13T20:59:14.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-08-13T20:59:14.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-08-13T20:59:14.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-08-13T20:59:14.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18682026-08-13T20:59:14.341Z
18692026-08-13T20:59:14.341Zinfo: running `cargo check --bins` on bootstore (2/335)
18702026-08-13T20:59:14.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-08-13T20:59:14.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-08-13T20:59:14.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-08-13T20:59:14.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18742026-08-13T20:59:14.891Z
18752026-08-13T20:59:14.891Zinfo: running `cargo check --bins` on omicron-ledger (3/335)
18762026-08-13T20:59:15.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-08-13T20:59:15.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-08-13T20:59:15.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-08-13T20:59:15.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18802026-08-13T20:59:15.437Z
18812026-08-13T20:59:15.437Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/335)
18822026-08-13T20:59:15.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-08-13T20:59:15.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-08-13T20:59:15.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-08-13T20:59:15.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18862026-08-13T20:59:15.980Z
18872026-08-13T20:59:15.980Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/335)
18882026-08-13T20:59:16.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-08-13T20:59:16.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-08-13T20:59:16.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-08-13T20:59:16.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18922026-08-13T20:59:16.516Z
18932026-08-13T20:59:16.517Zinfo: running `cargo check --bins` on omicron-certificates (6/335)
18942026-08-13T20:59:16.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-08-13T20:59:16.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-08-13T20:59:16.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-08-13T20:59:16.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18982026-08-13T20:59:17.077Z
18992026-08-13T20:59:17.077Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/335)
19002026-08-13T20:59:17.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-08-13T20:59:17.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-08-13T20:59:17.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-08-13T20:59:17.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19042026-08-13T20:59:17.627Z
19052026-08-13T20:59:17.627Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/335)
19062026-08-13T20:59:18.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-08-13T20:59:18.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-08-13T20:59:18.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-08-13T20:59:18.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19102026-08-13T20:59:18.187Z
19112026-08-13T20:59:18.187Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/335)
19122026-08-13T20:59:18.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-08-13T20:59:18.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-08-13T20:59:18.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-08-13T20:59:18.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19162026-08-13T20:59:18.599Z
19172026-08-13T20:59:18.600Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/335)
19182026-08-13T20:59:18.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-08-13T20:59:18.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-08-13T20:59:18.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-08-13T20:59:18.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19222026-08-13T20:59:19.014Z
19232026-08-13T20:59:19.014Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/335)
19242026-08-13T20:59:19.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-08-13T20:59:19.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-08-13T20:59:19.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-08-13T20:59:19.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19282026-08-13T20:59:19.426Z
19292026-08-13T20:59:19.426Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/335)
19302026-08-13T20:59:19.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-08-13T20:59:19.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-08-13T20:59:19.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-08-13T20:59:19.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19342026-08-13T20:59:19.838Z
19352026-08-13T20:59:19.838Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/335)
19362026-08-13T20:59:20.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-08-13T20:59:20.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-08-13T20:59:20.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-08-13T20:59:20.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19402026-08-13T20:59:20.250Z
19412026-08-13T20:59:20.250Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/335)
19422026-08-13T20:59:20.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-08-13T20:59:20.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-08-13T20:59:20.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-08-13T20:59:20.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19462026-08-13T20:59:20.660Z
19472026-08-13T20:59:20.660Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/335)
19482026-08-13T20:59:21.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-08-13T20:59:21.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-08-13T20:59:21.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-08-13T20:59:21.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19522026-08-13T20:59:21.074Z
19532026-08-13T20:59:21.074Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/335)
19542026-08-13T20:59:21.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-08-13T20:59:21.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-08-13T20:59:21.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-08-13T20:59:21.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19582026-08-13T20:59:21.487Z
19592026-08-13T20:59:21.487Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/335)
19602026-08-13T20:59:21.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-08-13T20:59:21.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-08-13T20:59:21.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-08-13T20:59:21.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19642026-08-13T20:59:21.898Z
19652026-08-13T20:59:21.898Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/335)
19662026-08-13T20:59:22.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-08-13T20:59:22.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-08-13T20:59:22.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-08-13T20:59:22.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19702026-08-13T20:59:22.312Z
19712026-08-13T20:59:22.312Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/335)
19722026-08-13T20:59:22.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-08-13T20:59:22.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-08-13T20:59:22.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-08-13T20:59:22.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19762026-08-13T20:59:22.722Z
19772026-08-13T20:59:22.722Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/335)
19782026-08-13T20:59:23.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-08-13T20:59:23.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-08-13T20:59:23.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-08-13T20:59:23.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19822026-08-13T20:59:23.138Z
19832026-08-13T20:59:23.138Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/335)
19842026-08-13T20:59:23.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-08-13T20:59:23.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-08-13T20:59:23.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-08-13T20:59:23.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19882026-08-13T20:59:23.550Z
19892026-08-13T20:59:23.550Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/335)
19902026-08-13T20:59:23.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-08-13T20:59:23.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-08-13T20:59:23.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-08-13T20:59:23.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19942026-08-13T20:59:23.962Z
19952026-08-13T20:59:23.962Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/335)
19962026-08-13T20:59:24.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-08-13T20:59:24.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-08-13T20:59:24.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-08-13T20:59:24.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20002026-08-13T20:59:24.377Z
20012026-08-13T20:59:24.377Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/335)
20022026-08-13T20:59:24.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-08-13T20:59:24.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-08-13T20:59:24.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-08-13T20:59:24.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20062026-08-13T20:59:24.790Z
20072026-08-13T20:59:24.790Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/335)
20082026-08-13T20:59:25.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-08-13T20:59:25.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-08-13T20:59:25.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-08-13T20:59:25.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20122026-08-13T20:59:25.204Z
20132026-08-13T20:59:25.204Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/335)
20142026-08-13T20:59:25.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-08-13T20:59:25.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-08-13T20:59:25.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-08-13T20:59:25.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20182026-08-13T20:59:25.617Z
20192026-08-13T20:59:25.617Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/335)
20202026-08-13T20:59:25.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-08-13T20:59:25.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-08-13T20:59:25.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-08-13T20:59:25.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20242026-08-13T20:59:26.031Z
20252026-08-13T20:59:26.031Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/335)
20262026-08-13T20:59:26.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-08-13T20:59:26.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-08-13T20:59:26.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-08-13T20:59:26.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20302026-08-13T20:59:26.445Z
20312026-08-13T20:59:26.445Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/335)
20322026-08-13T20:59:26.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-08-13T20:59:26.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-08-13T20:59:26.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-08-13T20:59:26.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20362026-08-13T20:59:26.859Z
20372026-08-13T20:59:26.859Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/335)
20382026-08-13T20:59:27.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-08-13T20:59:27.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-08-13T20:59:27.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-08-13T20:59:27.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20422026-08-13T20:59:27.274Z
20432026-08-13T20:59:27.274Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/335)
20442026-08-13T20:59:27.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-08-13T20:59:27.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-08-13T20:59:27.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-08-13T20:59:27.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20482026-08-13T20:59:27.685Z
20492026-08-13T20:59:27.685Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/335)
20502026-08-13T20:59:28.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-08-13T20:59:28.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-08-13T20:59:28.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-08-13T20:59:28.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20542026-08-13T20:59:28.098Z
20552026-08-13T20:59:28.098Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/335)
20562026-08-13T20:59:28.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-08-13T20:59:28.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-08-13T20:59:28.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-08-13T20:59:28.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20602026-08-13T20:59:28.507Z
20612026-08-13T20:59:28.507Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/335)
20622026-08-13T20:59:28.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-08-13T20:59:28.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-08-13T20:59:28.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-08-13T20:59:28.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20662026-08-13T20:59:28.921Z
20672026-08-13T20:59:28.921Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/335)
20682026-08-13T20:59:29.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-08-13T20:59:29.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-08-13T20:59:29.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-08-13T20:59:29.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20722026-08-13T20:59:29.340Z
20732026-08-13T20:59:29.340Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/335)
20742026-08-13T20:59:29.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-08-13T20:59:29.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-08-13T20:59:29.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-08-13T20:59:29.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20782026-08-13T20:59:29.752Z
20792026-08-13T20:59:29.752Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/335)
20802026-08-13T20:59:30.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-08-13T20:59:30.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-08-13T20:59:30.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-08-13T20:59:30.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20842026-08-13T20:59:30.163Z
20852026-08-13T20:59:30.163Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/335)
20862026-08-13T20:59:30.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-08-13T20:59:30.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-08-13T20:59:30.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-08-13T20:59:30.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20902026-08-13T20:59:30.575Z
20912026-08-13T20:59:30.575Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/335)
20922026-08-13T20:59:30.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-08-13T20:59:30.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-08-13T20:59:30.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-08-13T20:59:30.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20962026-08-13T20:59:30.991Z
20972026-08-13T20:59:30.991Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/335)
20982026-08-13T20:59:31.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-08-13T20:59:31.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-08-13T20:59:31.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-08-13T20:59:31.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21022026-08-13T20:59:31.406Z
21032026-08-13T20:59:31.406Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/335)
21042026-08-13T20:59:31.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-08-13T20:59:31.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-08-13T20:59:31.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-08-13T20:59:31.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21082026-08-13T20:59:31.814Z
21092026-08-13T20:59:31.814Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/335)
21102026-08-13T20:59:32.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-08-13T20:59:32.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-08-13T20:59:32.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132026-08-13T20:59:32.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21142026-08-13T20:59:32.230Z
21152026-08-13T20:59:32.230Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/335)
21162026-08-13T20:59:32.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172026-08-13T20:59:32.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182026-08-13T20:59:32.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21192026-08-13T20:59:32.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21202026-08-13T20:59:32.644Z
21212026-08-13T20:59:32.644Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/335)
21222026-08-13T20:59:33.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232026-08-13T20:59:33.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242026-08-13T20:59:33.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21252026-08-13T20:59:33.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21262026-08-13T20:59:33.056Z
21272026-08-13T20:59:33.056Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/335)
21282026-08-13T20:59:33.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292026-08-13T20:59:33.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302026-08-13T20:59:33.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21312026-08-13T20:59:33.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21322026-08-13T20:59:33.466Z
21332026-08-13T20:59:33.466Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/335)
21342026-08-13T20:59:33.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352026-08-13T20:59:33.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362026-08-13T20:59:33.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21372026-08-13T20:59:33.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21382026-08-13T20:59:33.879Z
21392026-08-13T20:59:33.879Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/335)
21402026-08-13T20:59:34.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412026-08-13T20:59:34.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422026-08-13T20:59:34.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21432026-08-13T20:59:34.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21442026-08-13T20:59:34.295Z
21452026-08-13T20:59:34.295Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/335)
21462026-08-13T20:59:34.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21472026-08-13T20:59:34.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21482026-08-13T20:59:34.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21492026-08-13T20:59:34.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21502026-08-13T20:59:34.707Z
21512026-08-13T20:59:34.707Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/335)
21522026-08-13T20:59:35.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21532026-08-13T20:59:35.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21542026-08-13T20:59:35.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21552026-08-13T20:59:35.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21562026-08-13T20:59:35.300Z
21572026-08-13T20:59:35.300Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/335)
21582026-08-13T20:59:35.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21592026-08-13T20:59:35.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21602026-08-13T20:59:35.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21612026-08-13T20:59:35.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21622026-08-13T20:59:35.895Z
21632026-08-13T20:59:35.895Zinfo: running `cargo check --bins` on nexus-config (51/335)
21642026-08-13T20:59:36.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21652026-08-13T20:59:36.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21662026-08-13T20:59:36.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21672026-08-13T20:59:36.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21682026-08-13T20:59:36.491Z
21692026-08-13T20:59:36.491Zinfo: running `cargo check --bins` on nexus-types (52/335)
21702026-08-13T20:59:37.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21712026-08-13T20:59:37.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21722026-08-13T20:59:37.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21732026-08-13T20:59:37.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21742026-08-13T20:59:37.082Z
21752026-08-13T20:59:37.083Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/335)
21762026-08-13T20:59:37.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21772026-08-13T20:59:37.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21782026-08-13T20:59:37.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21792026-08-13T20:59:37.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21802026-08-13T20:59:37.649Z
21812026-08-13T20:59:37.649Zinfo: running `cargo check --bins` on omicron-passwords (54/335)
21822026-08-13T20:59:38.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21832026-08-13T20:59:38.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21842026-08-13T20:59:38.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21852026-08-13T20:59:38.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21862026-08-13T20:59:38.190Z
21872026-08-13T20:59:38.190Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/335)
21882026-08-13T20:59:38.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21892026-08-13T20:59:38.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21902026-08-13T20:59:38.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21912026-08-13T20:59:38.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21922026-08-13T20:59:38.752Z
21932026-08-13T20:59:38.753Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/335)
21942026-08-13T20:59:39.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21952026-08-13T20:59:39.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21962026-08-13T20:59:39.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21972026-08-13T20:59:39.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21982026-08-13T20:59:39.321Z
21992026-08-13T20:59:39.321Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/335)
22002026-08-13T20:59:39.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22012026-08-13T20:59:39.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22022026-08-13T20:59:39.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22032026-08-13T20:59:39.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22042026-08-13T20:59:39.890Z
22052026-08-13T20:59:39.890Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/335)
22062026-08-13T20:59:40.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22072026-08-13T20:59:40.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22082026-08-13T20:59:40.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22092026-08-13T20:59:40.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22102026-08-13T20:59:40.458Z
22112026-08-13T20:59:40.458Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/335)
22122026-08-13T20:59:40.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22132026-08-13T20:59:40.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22142026-08-13T20:59:40.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22152026-08-13T20:59:40.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22162026-08-13T20:59:41.011Z
22172026-08-13T20:59:41.011Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/335)
22182026-08-13T20:59:41.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22192026-08-13T20:59:41.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22202026-08-13T20:59:41.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22212026-08-13T20:59:41.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22222026-08-13T20:59:41.561Z
22232026-08-13T20:59:41.561Zinfo: running `cargo check --bins --no-default-features` on gfss (61/335)
22242026-08-13T20:59:42.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252026-08-13T20:59:42.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262026-08-13T20:59:42.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22272026-08-13T20:59:42.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22282026-08-13T20:59:42.101Z
22292026-08-13T20:59:42.102Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/335)
22302026-08-13T20:59:42.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312026-08-13T20:59:42.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322026-08-13T20:59:42.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22332026-08-13T20:59:42.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22342026-08-13T20:59:42.646Z
22352026-08-13T20:59:42.646Zinfo: running `cargo check --bins` on wicketd-commission-types (63/335)
22362026-08-13T20:59:43.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22372026-08-13T20:59:43.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22382026-08-13T20:59:43.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22392026-08-13T20:59:43.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22402026-08-13T20:59:43.206Z
22412026-08-13T20:59:43.206Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (64/335)
22422026-08-13T20:59:43.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22432026-08-13T20:59:43.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22442026-08-13T20:59:43.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22452026-08-13T20:59:43.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22462026-08-13T20:59:43.763Z
22472026-08-13T20:59:43.763Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (65/335)
22482026-08-13T20:59:44.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22492026-08-13T20:59:44.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22502026-08-13T20:59:44.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22512026-08-13T20:59:44.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22522026-08-13T20:59:44.314Z
22532026-08-13T20:59:44.314Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (66/335)
22542026-08-13T20:59:44.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22552026-08-13T20:59:44.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22562026-08-13T20:59:44.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22572026-08-13T20:59:44.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22582026-08-13T20:59:44.868Z
22592026-08-13T20:59:44.868Zinfo: running `cargo check --bins` on clickhouse-admin-types (67/335)
22602026-08-13T20:59:45.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22612026-08-13T20:59:45.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22622026-08-13T20:59:45.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22632026-08-13T20:59:45.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22642026-08-13T20:59:45.430Z
22652026-08-13T20:59:45.430Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (68/335)
22662026-08-13T20:59:45.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22672026-08-13T20:59:45.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22682026-08-13T20:59:45.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22692026-08-13T20:59:45.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22702026-08-13T20:59:45.997Z
22712026-08-13T20:59:45.997Zinfo: running `cargo check --bins` on cockroach-admin-types (69/335)
22722026-08-13T20:59:46.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22732026-08-13T20:59:46.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22742026-08-13T20:59:46.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22752026-08-13T20:59:46.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22762026-08-13T20:59:46.545Z
22772026-08-13T20:59:46.545Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (70/335)
22782026-08-13T20:59:47.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22792026-08-13T20:59:47.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22802026-08-13T20:59:47.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22812026-08-13T20:59:47.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22822026-08-13T20:59:47.096Z
22832026-08-13T20:59:47.096Zinfo: running `cargo check --bins` on ereport-types (71/335)
22842026-08-13T20:59:47.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22852026-08-13T20:59:47.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22862026-08-13T20:59:47.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22872026-08-13T20:59:47.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22882026-08-13T20:59:47.645Z
22892026-08-13T20:59:47.645Zinfo: running `cargo check --bins` on gateway-client (72/335)
22902026-08-13T20:59:48.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22912026-08-13T20:59:48.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22922026-08-13T20:59:48.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22932026-08-13T20:59:48.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22942026-08-13T20:59:48.200Z
22952026-08-13T20:59:48.200Zinfo: running `cargo check --bins --no-default-features` on gateway-types (73/335)
22962026-08-13T20:59:48.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22972026-08-13T20:59:48.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22982026-08-13T20:59:48.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22992026-08-13T20:59:48.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
23002026-08-13T20:59:48.751Z
23012026-08-13T20:59:48.751Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (74/335)
23022026-08-13T20:59:49.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23032026-08-13T20:59:49.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23042026-08-13T20:59:49.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23052026-08-13T20:59:49.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
23062026-08-13T20:59:49.300Z
23072026-08-13T20:59:49.300Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (75/335)
23082026-08-13T20:59:49.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23092026-08-13T20:59:49.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23102026-08-13T20:59:49.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23112026-08-13T20:59:49.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23122026-08-13T20:59:49.870Z
23132026-08-13T20:59:49.870Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (76/335)
23142026-08-13T20:59:50.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23152026-08-13T20:59:50.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23162026-08-13T20:59:50.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23172026-08-13T20:59:50.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23182026-08-13T20:59:50.445Z
23192026-08-13T20:59:50.445Zinfo: running `cargo check --bins` on key-manager-types (77/335)
23202026-08-13T20:59:50.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23212026-08-13T20:59:50.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23222026-08-13T20:59:50.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23232026-08-13T20:59:50.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
23242026-08-13T20:59:50.990Z
23252026-08-13T20:59:50.990Zinfo: running `cargo check --bins` on oxlog (78/335)
23262026-08-13T20:59:51.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23272026-08-13T20:59:51.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23282026-08-13T20:59:51.584Z Checking cfg-if v1.0.4
23292026-08-13T20:59:51.587Z Checking libc v0.2.185
23302026-08-13T20:59:51.688Z Checking serde_core v1.0.228
23312026-08-13T20:59:51.700Z Checking memchr v2.8.0
23322026-08-13T20:59:51.707Z Checking zeroize v1.9.0
23332026-08-13T20:59:51.717Z Checking smallvec v1.15.1
23342026-08-13T20:59:51.717Z Checking log v0.4.29
23352026-08-13T20:59:51.735Z Checking subtle v2.6.1
23362026-08-13T20:59:51.745Z Checking itoa v1.0.17
23372026-08-13T20:59:51.854Z Checking scopeguard v1.2.0
23382026-08-13T20:59:51.878Z Checking stable_deref_trait v1.2.1
23392026-08-13T20:59:51.881Z Checking typenum v1.20.1
23402026-08-13T20:59:51.903Z Checking zerofrom v0.1.6
23412026-08-13T20:59:51.911Z Checking portable-atomic v1.13.1
23422026-08-13T20:59:51.946Z Checking zerocopy v0.8.40
23432026-08-13T20:59:51.949Z Checking lock_api v0.4.14
23442026-08-13T20:59:52.007Z Checking yoke v0.8.1
23452026-08-13T20:59:52.069Z Checking critical-section v1.2.0
23462026-08-13T20:59:52.080Z Checking errno v0.3.14
23472026-08-13T20:59:52.151Z Checking getrandom v0.2.17
23482026-08-13T20:59:52.164Z Checking pin-project-lite v0.2.17
23492026-08-13T20:59:52.177Z Checking zerovec v0.11.5
23502026-08-13T20:59:52.190Z Checking const-oid v0.9.6
23512026-08-13T20:59:52.252Z Checking libm v0.2.16
23522026-08-13T20:59:52.295Z Checking rand_core v0.6.4
23532026-08-13T20:59:52.323Z Checking once_cell v1.21.3
23542026-08-13T20:59:52.468Z Checking zmij v1.0.21
23552026-08-13T20:59:52.490Z Checking signal-hook-registry v1.4.8
23562026-08-13T20:59:52.612Z Checking tinystr v0.8.2
23572026-08-13T20:59:52.627Z Checking generic-array v0.14.7
23582026-08-13T20:59:52.650Z Checking parking_lot_core v0.9.12
23592026-08-13T20:59:52.673Z Checking futures-core v0.3.32
23602026-08-13T20:59:52.777Z Checking rand_core v0.10.0
23612026-08-13T20:59:52.792Z Checking litemap v0.8.1
23622026-08-13T20:59:52.834Z Checking percent-encoding v2.3.2
23632026-08-13T20:59:52.861Z Checking writeable v0.6.2
23642026-08-13T20:59:52.915Z Checking getrandom v0.4.1
23652026-08-13T20:59:52.946Z Checking num-traits v0.2.19
23662026-08-13T20:59:52.979Z Checking parking_lot v0.12.5
23672026-08-13T20:59:52.979Z Checking potential_utf v0.1.4
23682026-08-13T20:59:53.013Z Checking icu_locale_core v2.1.1
23692026-08-13T20:59:53.056Z Checking zerotrie v0.2.3
23702026-08-13T20:59:53.074Z Checking mio v1.2.0
23712026-08-13T20:59:53.106Z Checking equivalent v1.0.2
23722026-08-13T20:59:53.157Z Checking icu_collections v2.1.1
23732026-08-13T20:59:53.184Z Checking serde v1.0.228
23742026-08-13T20:59:53.184Z Checking bitflags v2.11.0
23752026-08-13T20:59:53.294Z Checking serde_json v1.0.151
23762026-08-13T20:59:53.347Z Checking socket2 v0.6.3
23772026-08-13T20:59:53.363Z Checking icu_normalizer_data v2.1.1
23782026-08-13T20:59:53.430Z Checking icu_properties_data v2.1.2
23792026-08-13T20:59:53.454Z Checking byteorder v1.5.0
23802026-08-13T20:59:53.487Z Checking crypto-common v0.1.7
23812026-08-13T20:59:53.552Z Checking block-buffer v0.10.4
23822026-08-13T20:59:53.565Z Checking icu_provider v2.1.1
23832026-08-13T20:59:53.584Z Checking futures-sink v0.3.32
23842026-08-13T20:59:53.595Z Checking bytes v1.11.1
23852026-08-13T20:59:53.607Z Checking hashbrown v0.17.0
23862026-08-13T20:59:53.652Z Checking getrandom v0.3.4
23872026-08-13T20:59:53.675Z Checking futures-channel v0.3.32
23882026-08-13T20:59:53.687Z Checking digest v0.10.7
23892026-08-13T20:59:53.785Z Checking icu_normalizer v2.1.1
23902026-08-13T20:59:53.797Z Checking icu_properties v2.1.2
23912026-08-13T20:59:53.864Z Checking futures-io v0.3.32
23922026-08-13T20:59:53.876Z Checking futures-task v0.3.32
23932026-08-13T20:59:53.964Z Checking utf8_iter v1.0.4
23942026-08-13T20:59:53.976Z Checking slab v0.4.12
23952026-08-13T20:59:54.008Z Checking form_urlencoded v1.2.2
23962026-08-13T20:59:54.030Z Checking tokio v1.52.1
23972026-08-13T20:59:54.067Z Checking indexmap v2.14.0
23982026-08-13T20:59:54.083Z Checking rustix v1.1.3
23992026-08-13T20:59:54.097Z Checking base64ct v1.8.3
24002026-08-13T20:59:54.128Z Checking fnv v1.0.7
24012026-08-13T20:59:54.172Z Checking futures-util v0.3.32
24022026-08-13T20:59:54.219Z Checking flagset v0.4.7
24032026-08-13T20:59:54.321Z Checking pem-rfc7468 v0.7.0
24042026-08-13T20:59:54.339Z Checking iana-time-zone v0.1.65
24052026-08-13T20:59:54.441Z Checking chrono v0.4.45
24062026-08-13T20:59:54.475Z Checking der v0.7.10
24072026-08-13T20:59:54.616Z Checking idna_adapter v1.2.1
24082026-08-13T20:59:54.628Z Checking rand_core v0.9.5
24092026-08-13T20:59:54.705Z Checking ppv-lite86 v0.2.21
24102026-08-13T20:59:54.731Z Checking idna v1.1.0
24112026-08-13T20:59:54.797Z Checking uuid v1.23.4
24122026-08-13T20:59:54.909Z Checking base64 v0.22.1
24132026-08-13T20:59:54.970Z Checking url v2.5.8
24142026-08-13T20:59:54.999Z Checking regex-syntax v0.8.10
24152026-08-13T20:59:55.109Z Checking http v1.4.2
24162026-08-13T20:59:55.141Z Checking utf8parse v0.2.2
24172026-08-13T20:59:55.198Z Checking spki v0.7.3
24182026-08-13T20:59:55.243Z Checking rand_chacha v0.9.0
24192026-08-13T20:59:55.280Z Checking tracing-core v0.1.36
24202026-08-13T20:59:55.358Z Checking anstyle v1.0.14
24212026-08-13T20:59:55.415Z Checking dyn-clone v1.0.20
24222026-08-13T20:59:55.454Z Checking cpufeatures v0.2.17
24232026-08-13T20:59:55.517Z Checking rand v0.9.2
24242026-08-13T20:59:55.531Z Checking pkcs8 v0.10.2
24252026-08-13T20:59:55.545Z Checking semver v1.0.28
24262026-08-13T20:59:55.593Z Checking tracing v0.1.44
24272026-08-13T20:59:55.687Z Checking spin v0.9.8
24282026-08-13T20:59:55.690Z Checking http-body v1.0.1
24292026-08-13T20:59:55.758Z Checking rustls-pki-types v1.14.0
24302026-08-13T20:59:55.801Z Checking tinyvec_macros v0.1.1
24312026-08-13T20:59:55.826Z Checking is_terminal_polyfill v1.70.2
24322026-08-13T20:59:55.866Z Checking anstyle-query v1.1.5
24332026-08-13T20:59:55.880Z Checking colorchoice v1.0.4
24342026-08-13T20:59:55.914Z Checking cmov v0.5.4
24352026-08-13T20:59:55.955Z Checking openssl-probe v0.2.1
24362026-08-13T20:59:55.972Z Checking tinyvec v1.10.0
24372026-08-13T20:59:55.996Z Checking schemars v0.8.22
24382026-08-13T20:59:56.041Z Checking sha2 v0.10.9
24392026-08-13T20:59:56.058Z Checking aws-lc-sys v0.40.0
24402026-08-13T20:59:56.079Z Checking thiserror v2.0.18
24412026-08-13T20:59:56.101Z Checking ctutils v0.4.2
24422026-08-13T20:59:56.203Z Checking try-lock v0.2.5
24432026-08-13T20:59:56.275Z Checking fastrand v2.3.0
24442026-08-13T20:59:56.286Z Checking untrusted v0.7.1
24452026-08-13T20:59:56.311Z Checking tower-service v0.3.3
24462026-08-13T20:59:56.323Z Checking atomic-waker v1.1.2
24472026-08-13T20:59:56.326Z Checking tower-layer v0.3.3
24482026-08-13T20:59:56.388Z Checking hybrid-array v0.4.13
24492026-08-13T20:59:56.400Z Checking want v0.3.1
24502026-08-13T20:59:56.416Z Checking anstyle-parse v1.0.0
24512026-08-13T20:59:56.448Z Checking tempfile v3.25.0
24522026-08-13T20:59:56.473Z Checking ipnet v2.11.0
24532026-08-13T20:59:56.518Z Checking crc32fast v1.5.0
24542026-08-13T20:59:56.552Z Checking aws-lc-rs v1.16.3
24552026-08-13T20:59:56.565Z Checking httparse v1.10.1
24562026-08-13T20:59:56.643Z Checking aho-corasick v1.1.4
24572026-08-13T20:59:56.658Z Checking plain v0.2.3
24582026-08-13T20:59:56.670Z Checking untrusted v0.9.0
24592026-08-13T20:59:56.728Z Checking tap v1.0.1
24602026-08-13T20:59:56.755Z Checking foreign-types-shared v0.1.1
24612026-08-13T20:59:56.768Z Checking httpdate v1.0.3
24622026-08-13T20:59:56.779Z Checking simd-adler32 v0.3.8
24632026-08-13T20:59:56.826Z Checking wyz v0.5.1
24642026-08-13T20:59:56.836Z Checking foreign-types v0.3.2
24652026-08-13T20:59:56.901Z Checking anstream v1.0.0
24662026-08-13T20:59:56.915Z Checking unicode-normalization v0.1.25
24672026-08-13T20:59:56.946Z Checking rand_chacha v0.3.1
24682026-08-13T20:59:56.995Z Checking terminal_size v0.4.3
24692026-08-13T20:59:57.095Z Checking radium v0.7.0
24702026-08-13T20:59:57.107Z Checking signature v2.2.0
24712026-08-13T20:59:57.127Z Checking hex v0.4.3
24722026-08-13T20:59:57.158Z Checking openssl-sys v0.9.117
24732026-08-13T20:59:57.233Z Checking num-integer v0.1.46
24742026-08-13T20:59:57.267Z Checking wait-timeout v0.2.1
24752026-08-13T20:59:57.311Z Checking regex-automata v0.4.14
24762026-08-13T20:59:57.323Z Checking funty v2.0.0
24772026-08-13T20:59:57.326Z Checking tokio-util v0.7.18
24782026-08-13T20:59:57.347Z Checking unicode-ident v1.0.24
24792026-08-13T20:59:57.377Z Checking rustls-webpki v0.103.13
24802026-08-13T20:59:57.388Z Checking quick-error v1.2.3
24812026-08-13T20:59:57.452Z Checking clap_lex v1.0.0
24822026-08-13T20:59:57.464Z Checking adler2 v2.0.1
24832026-08-13T20:59:57.480Z Checking strsim v0.11.1
24842026-08-13T20:59:57.527Z Checking ucd-trie v0.1.7
24852026-08-13T20:59:57.564Z Checking bit-vec v0.8.0
24862026-08-13T20:59:57.596Z Checking miniz_oxide v0.8.9
24872026-08-13T20:59:57.631Z Checking bitvec v1.0.1
24882026-08-13T20:59:57.642Z Checking clap_builder v4.6.0
24892026-08-13T20:59:57.653Z Checking pest v2.8.6
24902026-08-13T20:59:57.755Z Checking bit-set v0.8.0
24912026-08-13T20:59:57.785Z Checking rustls v0.23.41
24922026-08-13T20:59:57.917Z Checking openssl v0.10.80
24932026-08-13T20:59:57.930Z Checking h2 v0.4.15
24942026-08-13T20:59:57.950Z Checking rusty-fork v0.3.1
24952026-08-13T20:59:58.116Z Checking num-iter v0.1.45
24962026-08-13T20:59:58.226Z Checking proc-macro2 v1.0.106
24972026-08-13T20:59:58.528Z Checking rand v0.8.6
24982026-08-13T20:59:58.686Z Checking lazy_static v1.5.0
24992026-08-13T20:59:58.776Z Checking anstyle-parse v0.2.7
25002026-08-13T20:59:58.872Z Checking rand_xorshift v0.4.0
25012026-08-13T20:59:58.928Z Checking thiserror v1.0.69
25022026-08-13T20:59:58.933Z Checking maybe-uninit v2.0.0
25032026-08-13T20:59:58.986Z Checking hmac v0.12.1
25042026-08-13T20:59:59.002Z Checking serde_spanned v0.6.9
25052026-08-13T20:59:59.023Z Checking toml_datetime v0.6.11
25062026-08-13T20:59:59.036Z Checking sync_wrapper v1.0.2
25072026-08-13T20:59:59.107Z Checking nodrop v0.1.14
25082026-08-13T20:59:59.119Z Checking pretty-hex v0.4.1
25092026-08-13T20:59:59.122Z Checking crc-catalog v2.4.0
25102026-08-13T20:59:59.140Z Checking powerfmt v0.2.0
25112026-08-13T20:59:59.191Z Checking siphasher v1.0.2
25122026-08-13T20:59:59.202Z Checking zlib-rs v0.6.2
25132026-08-13T20:59:59.214Z Checking unarray v0.1.4
25142026-08-13T20:59:59.230Z Checking crc v3.4.0
25152026-08-13T20:59:59.287Z Checking deranged v0.5.8
25162026-08-13T20:59:59.314Z Checking proptest v1.11.0
25172026-08-13T20:59:59.340Z Checking array-init v0.0.4
25182026-08-13T20:59:59.392Z Checking tower v0.5.3
25192026-08-13T20:59:59.628Z Checking num-bigint-dig v0.8.6
25202026-08-13T20:59:59.771Z Checking smallvec v0.6.14
25212026-08-13T20:59:59.894Z Checking native-tls v0.2.18
25222026-08-13T20:59:59.956Z Checking packed_struct v0.10.1
25232026-08-13T21:00:00.024Z Checking anstream v0.6.21
25242026-08-13T21:00:00.070Z Checking clap v4.6.1
25252026-08-13T21:00:00.082Z Checking flate2 v1.1.9
25262026-08-13T21:00:00.149Z Checking quote v1.0.45
25272026-08-13T21:00:00.208Z Checking ipnetwork v0.21.1
25282026-08-13T21:00:00.227Z Checking http-body-util v0.1.3
25292026-08-13T21:00:00.313Z Checking pkcs1 v0.7.5
25302026-08-13T21:00:00.372Z Checking crossbeam-utils v0.8.21
25312026-08-13T21:00:00.422Z Checking bitfield v0.19.4
25322026-08-13T21:00:00.439Z Checking zerocopy v0.6.6
25332026-08-13T21:00:00.451Z Checking ahash v0.8.12
25342026-08-13T21:00:00.539Z Checking bzip2-sys v0.1.13+1.0.8
25352026-08-13T21:00:00.624Z Checking scroll v0.13.0
25362026-08-13T21:00:00.647Z Checking env_filter v1.0.0
25372026-08-13T21:00:00.691Z Checking winnow v0.5.40
25382026-08-13T21:00:00.728Z Checking unicode-properties v0.1.4
25392026-08-13T21:00:00.740Z Checking allocator-api2 v0.2.21
25402026-08-13T21:00:00.788Z Checking time-core v0.1.8
25412026-08-13T21:00:00.791Z Checking hyper v1.10.1
25422026-08-13T21:00:00.852Z Checking unicode-bidi v0.3.18
25432026-08-13T21:00:00.916Z Checking num-conv v0.2.0
25442026-08-13T21:00:00.934Z Checking ryu v1.0.23
25452026-08-13T21:00:01.031Z Checking hashbrown v0.12.3
25462026-08-13T21:00:01.043Z Checking base64 v0.21.7
25472026-08-13T21:00:01.054Z Checking iri-string v0.7.10
25482026-08-13T21:00:01.070Z Checking num_threads v0.1.7
25492026-08-13T21:00:01.131Z Checking newtype-uuid v1.3.2
25502026-08-13T21:00:01.144Z Checking stringprep v0.1.5
25512026-08-13T21:00:01.156Z Checking time v0.3.47
25522026-08-13T21:00:01.274Z Checking ron v0.8.1
25532026-08-13T21:00:01.294Z Checking serde_urlencoded v0.7.1
25542026-08-13T21:00:01.330Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25552026-08-13T21:00:01.442Z Checking indexmap v1.9.3
25562026-08-13T21:00:01.494Z Checking goblin v0.10.5
25572026-08-13T21:00:01.741Z Checking hyper-util v0.1.20
25582026-08-13T21:00:01.753Z Checking env_logger v0.11.9
25592026-08-13T21:00:01.787Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25602026-08-13T21:00:01.842Z Checking toml_edit v0.19.15
25612026-08-13T21:00:01.933Z Checking crossbeam-epoch v0.9.18
25622026-08-13T21:00:01.946Z Checking hashbrown v0.13.2
25632026-08-13T21:00:02.078Z Checking tower-http v0.6.8
25642026-08-13T21:00:02.161Z Checking bzip2 v0.4.4
25652026-08-13T21:00:02.272Z Checking rsa v0.9.10
25662026-08-13T21:00:02.321Z Checking oxnet v0.1.6
25672026-08-13T21:00:02.355Z Checking syn v2.0.117
25682026-08-13T21:00:02.369Z Checking tokio-native-tls v0.3.1
25692026-08-13T21:00:02.527Z Checking serde-hex v0.1.0
25702026-08-13T21:00:02.573Z Checking bstr v1.12.1
25712026-08-13T21:00:02.741Z Checking crypto-common v0.2.2
25722026-08-13T21:00:02.860Z Checking block-buffer v0.12.1
25732026-08-13T21:00:02.959Z Checking block-padding v0.4.2
25742026-08-13T21:00:02.988Z Checking rustls-native-certs v0.8.3
25752026-08-13T21:00:03.020Z Checking scroll v0.12.0
25762026-08-13T21:00:03.088Z Checking x509-cert v0.2.5
25772026-08-13T21:00:03.116Z Checking zstd-sys v2.0.16+zstd.1.5.7
25782026-08-13T21:00:03.225Z Checking md-5 v0.10.6
25792026-08-13T21:00:03.246Z Checking hash32 v0.2.1
25802026-08-13T21:00:03.339Z Checking encoding_rs v0.8.35
25812026-08-13T21:00:03.361Z Checking either v1.15.0
25822026-08-13T21:00:03.398Z Checking fallible-iterator v0.2.0
25832026-08-13T21:00:03.543Z Checking mime v0.3.17
25842026-08-13T21:00:03.672Z Checking psl-types v2.0.11
25852026-08-13T21:00:03.719Z Checking crc-any v2.5.0
25862026-08-13T21:00:03.743Z Checking postgres-protocol v0.6.10
25872026-08-13T21:00:03.790Z Checking publicsuffix v2.3.0
25882026-08-13T21:00:03.818Z Checking dof v0.4.0
25892026-08-13T21:00:03.891Z Checking heapless v0.7.17
25902026-08-13T21:00:03.946Z Checking goblin v0.8.2
25912026-08-13T21:00:04.026Z Checking zstd-safe v7.2.4
25922026-08-13T21:00:04.061Z Checking inout v0.2.2
25932026-08-13T21:00:04.189Z Checking hyper-tls v0.6.0
25942026-08-13T21:00:04.207Z Checking toml v0.7.8
25952026-08-13T21:00:04.280Z Checking daft v0.1.7
25962026-08-13T21:00:04.304Z Checking object v0.30.4
25972026-08-13T21:00:04.359Z Checking zip v0.6.6
25982026-08-13T21:00:04.371Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25992026-08-13T21:00:04.453Z Checking cookie v0.18.1
26002026-08-13T21:00:04.516Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26012026-08-13T21:00:04.530Z Checking tokio-rustls v0.26.4
26022026-08-13T21:00:04.639Z Checking phf_shared v0.13.1
26032026-08-13T21:00:04.670Z Checking dtrace-parser v0.3.0
26042026-08-13T21:00:04.682Z Checking pin-project v1.1.11
26052026-08-13T21:00:04.685Z Checking zerocopy v0.7.35
26062026-08-13T21:00:04.757Z Checking futures-executor v0.3.32
26072026-08-13T21:00:04.771Z Checking signal-hook v0.3.18
26082026-08-13T21:00:04.834Z Checking ff v0.13.1
26092026-08-13T21:00:04.898Z Checking thread-id v5.1.0
26102026-08-13T21:00:04.902Z Checking libbz2-rs-sys v0.2.2
26112026-08-13T21:00:04.955Z Checking same-file v1.0.6
26122026-08-13T21:00:04.958Z Checking foldhash v0.2.0
26132026-08-13T21:00:04.978Z Checking base16ct v0.2.0
26142026-08-13T21:00:05.078Z Checking bumpalo v3.20.2
26152026-08-13T21:00:05.097Z Checking managed v0.8.0
26162026-08-13T21:00:05.110Z Checking bitflags v1.3.2
26172026-08-13T21:00:05.176Z Checking path-slash v0.1.5
26182026-08-13T21:00:05.184Z Checking foldhash v0.1.5
26192026-08-13T21:00:05.269Z Compiling rayon-core v1.13.0
26202026-08-13T21:00:05.273Z Checking jiff-core v0.1.0
26212026-08-13T21:00:05.281Z Checking zopfli v0.8.3
26222026-08-13T21:00:05.303Z Checking bzip2 v0.6.1
26232026-08-13T21:00:05.314Z Checking hashbrown v0.15.5
26242026-08-13T21:00:05.332Z Checking smoltcp v0.9.1
26252026-08-13T21:00:05.465Z Checking hashbrown v0.16.1
26262026-08-13T21:00:05.478Z Checking sec1 v0.7.3
26272026-08-13T21:00:05.621Z Checking walkdir v2.5.0
26282026-08-13T21:00:05.683Z Checking usdt-impl v0.6.0
26292026-08-13T21:00:05.782Z Checking signal-hook-mio v0.2.5
26302026-08-13T21:00:05.797Z Checking group v0.13.0
26312026-08-13T21:00:05.866Z Checking dof v0.3.0
26322026-08-13T21:00:05.885Z Checking futures v0.3.32
26332026-08-13T21:00:05.943Z Checking phf v0.13.1
26342026-08-13T21:00:05.955Z Checking snafu v0.8.9
26352026-08-13T21:00:05.964Z Checking hyper-rustls v0.27.7
26362026-08-13T21:00:05.967Z Checking cookie_store v0.22.1
26372026-08-13T21:00:05.988Z Checking jiff v0.2.34
26382026-08-13T21:00:05.988Z Checking reqwest v0.12.28
26392026-08-13T21:00:06.084Z Checking cipher v0.5.2
26402026-08-13T21:00:06.153Z Checking zstd v0.13.3
26412026-08-13T21:00:06.165Z Checking postgres-types v0.2.12
26422026-08-13T21:00:06.181Z Checking rustls-platform-verifier v0.6.2
26432026-08-13T21:00:06.308Z Checking globset v0.4.18
26442026-08-13T21:00:06.319Z Checking crossbeam-deque v0.8.6
26452026-08-13T21:00:06.322Z Checking phf_shared v0.11.3
26462026-08-13T21:00:06.341Z Checking hkdf v0.12.4
26472026-08-13T21:00:06.437Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26482026-08-13T21:00:06.467Z Checking regex v1.12.3
26492026-08-13T21:00:06.467Z Checking dtrace-parser v0.2.0
26502026-08-13T21:00:06.489Z Checking byte-wrapper v0.1.0
26512026-08-13T21:00:06.502Z Checking curve25519-dalek v4.1.3
26522026-08-13T21:00:06.552Z Checking ref-cast v1.0.25
26532026-08-13T21:00:06.649Z Checking strum v0.27.2
26542026-08-13T21:00:06.689Z Checking olpc-cjson v0.1.4
26552026-08-13T21:00:06.706Z Checking hubpack v0.1.2
26562026-08-13T21:00:06.741Z Checking ed25519 v2.2.3
26572026-08-13T21:00:06.754Z Checking memoffset v0.9.1
26582026-08-13T21:00:06.757Z Checking rustix v0.38.44
26592026-08-13T21:00:06.777Z Checking pem v3.0.6
26602026-08-13T21:00:06.820Z Checking serde-big-array v0.5.1
26612026-08-13T21:00:06.831Z Checking serde_plain v1.0.2
26622026-08-13T21:00:06.866Z Checking erased-serde v0.3.31
26632026-08-13T21:00:06.918Z Checking float-cmp v0.10.0
26642026-08-13T21:00:06.930Z Checking crypto-bigint v0.5.5
26652026-08-13T21:00:06.948Z Checking memmap2 v0.9.10
26662026-08-13T21:00:06.971Z Checking thread-id v4.2.2
26672026-08-13T21:00:07.042Z Checking unicode-segmentation v1.12.0
26682026-08-13T21:00:07.054Z Checking data-encoding v2.10.0
26692026-08-13T21:00:07.107Z Checking toml_write v0.1.2
26702026-08-13T21:00:07.251Z Checking winnow v1.0.3
26712026-08-13T21:00:07.272Z Checking new_debug_unreachable v1.0.6
26722026-08-13T21:00:07.284Z Checking cpufeatures v0.3.0
26732026-08-13T21:00:07.318Z Checking const-oid v0.10.2
26742026-08-13T21:00:07.338Z Checking normalize-line-endings v0.3.0
26752026-08-13T21:00:07.349Z Checking difflib v0.4.0
26762026-08-13T21:00:07.361Z Checking winnow v0.7.14
26772026-08-13T21:00:07.421Z Checking keccak v0.1.6
26782026-08-13T21:00:07.471Z Checking static_assertions v1.1.0
26792026-08-13T21:00:07.519Z Checking predicates-core v1.0.10
26802026-08-13T21:00:07.534Z Checking whoami v2.1.0
26812026-08-13T21:00:07.545Z Checking precomputed-hash v0.1.1
26822026-08-13T21:00:07.609Z Checking typed-path v0.9.3
26832026-08-13T21:00:07.615Z Checking fixedbitset v0.4.2
26842026-08-13T21:00:07.621Z Checking fixedbitset v0.5.7
26852026-08-13T21:00:07.637Z Checking predicates v3.1.4
26862026-08-13T21:00:07.725Z Checking tokio-postgres v0.7.16
26872026-08-13T21:00:07.737Z Checking petgraph v0.6.5
26882026-08-13T21:00:07.812Z Checking petgraph v0.8.3
26892026-08-13T21:00:07.846Z Checking elliptic-curve v0.13.8
26902026-08-13T21:00:07.903Z Checking zip v4.6.1
26912026-08-13T21:00:07.933Z Checking string_cache v0.8.9
26922026-08-13T21:00:08.104Z Checking sha3 v0.10.8
26932026-08-13T21:00:08.149Z Checking crossterm v0.28.1
26942026-08-13T21:00:08.305Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26952026-08-13T21:00:08.335Z Checking tough v0.22.0
26962026-08-13T21:00:08.475Z Checking toml_parser v1.1.2+spec-1.1.0
26972026-08-13T21:00:08.541Z Checking toml_edit v0.22.27
26982026-08-13T21:00:08.799Z Checking digest v0.11.3
26992026-08-13T21:00:08.845Z Checking chacha20 v0.10.0
27002026-08-13T21:00:08.977Z Checking similar v2.7.0
27012026-08-13T21:00:08.990Z Checking hickory-proto v0.25.2
27022026-08-13T21:00:08.993Z Checking ed25519-dalek v2.2.0
27032026-08-13T21:00:09.100Z Checking slog v2.8.2
27042026-08-13T21:00:09.225Z Checking usdt v0.6.0
27052026-08-13T21:00:09.355Z Checking usdt-impl v0.5.0
27062026-08-13T21:00:09.369Z Checking nix v0.31.2
27072026-08-13T21:00:09.384Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27082026-08-13T21:00:09.394Z Checking iddqd v0.4.2
27092026-08-13T21:00:09.641Z Checking reqwest v0.13.2
27102026-08-13T21:00:09.951Z Checking itertools v0.13.0
27112026-08-13T21:00:09.964Z Checking itertools v0.15.0
27122026-08-13T21:00:10.316Z Checking strum v0.26.3
27132026-08-13T21:00:10.345Z Checking serde_with v3.21.0
27142026-08-13T21:00:10.436Z Checking fs-err v3.3.0
27152026-08-13T21:00:10.492Z Checking object v0.37.3
27162026-08-13T21:00:10.586Z Checking tokio-stream v0.1.18
27172026-08-13T21:00:10.597Z Checking buf-list v1.1.2
27182026-08-13T21:00:10.736Z Checking camino v1.2.2
27192026-08-13T21:00:10.781Z Checking anyhow v1.0.102
27202026-08-13T21:00:10.972Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27212026-08-13T21:00:10.984Z Checking openapiv3 v2.2.0
27222026-08-13T21:00:10.995Z Checking lalrpop-util v0.19.12
27232026-08-13T21:00:10.998Z Checking peg-runtime v0.8.5
27242026-08-13T21:00:11.063Z Checking rayon v1.11.0
27252026-08-13T21:00:11.140Z Checking sigpipe v0.1.3
27262026-08-13T21:00:11.151Z Checking glob v0.3.3
27272026-08-13T21:00:12.633Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27282026-08-13T21:00:12.690Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27292026-08-13T21:00:12.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.97s
27302026-08-13T21:00:13.134Z
27312026-08-13T21:00:13.134Zinfo: running `cargo check --bins` on internal-dns-types (79/335)
27322026-08-13T21:00:13.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27332026-08-13T21:00:13.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27342026-08-13T21:00:13.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27352026-08-13T21:00:13.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27362026-08-13T21:00:13.701Z
27372026-08-13T21:00:13.701Zinfo: running `cargo check --bins` on internal-dns-types-versions (80/335)
27382026-08-13T21:00:14.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27392026-08-13T21:00:14.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27402026-08-13T21:00:14.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27412026-08-13T21:00:14.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27422026-08-13T21:00:14.265Z
27432026-08-13T21:00:14.265Zinfo: running `cargo check --bins` on nexus-types-versions (81/335)
27442026-08-13T21:00:14.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27452026-08-13T21:00:14.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27462026-08-13T21:00:14.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27472026-08-13T21:00:14.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27482026-08-13T21:00:14.838Z
27492026-08-13T21:00:14.838Zinfo: running `cargo check --bins` on oxql-types (82/335)
27502026-08-13T21:00:15.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27512026-08-13T21:00:15.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27522026-08-13T21:00:15.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27532026-08-13T21:00:15.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27542026-08-13T21:00:15.397Z
27552026-08-13T21:00:15.397Zinfo: running `cargo check --bins` on oximeter-types (83/335)
27562026-08-13T21:00:15.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27572026-08-13T21:00:15.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27582026-08-13T21:00:15.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27592026-08-13T21:00:15.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27602026-08-13T21:00:15.957Z
27612026-08-13T21:00:15.957Zinfo: running `cargo check --bins` on oximeter-types-versions (84/335)
27622026-08-13T21:00:16.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27632026-08-13T21:00:16.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27642026-08-13T21:00:16.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27652026-08-13T21:00:16.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27662026-08-13T21:00:16.511Z
27672026-08-13T21:00:16.511Zinfo: running `cargo check --bins` on oximeter-macro-impl (85/335)
27682026-08-13T21:00:16.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27692026-08-13T21:00:16.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27702026-08-13T21:00:16.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27712026-08-13T21:00:16.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
27722026-08-13T21:00:17.047Z
27732026-08-13T21:00:17.047Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (86/335)
27742026-08-13T21:00:17.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752026-08-13T21:00:17.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762026-08-13T21:00:17.711Z Compiling multer v3.1.0
27772026-08-13T21:00:17.824Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27782026-08-13T21:00:17.824Z Compiling async-stream-impl v0.3.6
27792026-08-13T21:00:17.839Z Compiling dropshot v0.17.1
27802026-08-13T21:00:17.851Z Compiling parse-display-derive v0.10.0
27812026-08-13T21:00:17.863Z Compiling dropshot_endpoint v0.17.1
27822026-08-13T21:00:17.865Z Compiling newtype-uuid-macros v0.1.0
27832026-08-13T21:00:17.892Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27842026-08-13T21:00:18.036Z Checking thread_local v1.1.9
27852026-08-13T21:00:18.058Z Checking compression-core v0.4.31
27862026-08-13T21:00:18.181Z Checking match_cfg v0.1.0
27872026-08-13T21:00:18.210Z Checking compression-codecs v0.4.37
27882026-08-13T21:00:18.220Z Checking crossbeam-channel v0.5.15
27892026-08-13T21:00:18.255Z Checking hostname v0.3.1
27902026-08-13T21:00:18.283Z Checking atomicwrites v0.4.4
27912026-08-13T21:00:18.351Z Checking slog-json v2.6.1
27922026-08-13T21:00:18.395Z Checking serde_spanned v1.1.1
27932026-08-13T21:00:18.408Z Checking is-terminal v0.4.17
27942026-08-13T21:00:18.411Z Checking toml_datetime v1.1.1+spec-1.1.0
27952026-08-13T21:00:18.497Z Checking debug-ignore v1.0.5
27962026-08-13T21:00:18.510Z Checking toml_writer v1.1.1+spec-1.1.0
27972026-08-13T21:00:18.523Z Checking take_mut v0.2.2
27982026-08-13T21:00:18.569Z Checking term v1.2.1
27992026-08-13T21:00:18.595Z Checking slog-bunyan v2.5.0
28002026-08-13T21:00:18.620Z Checking slog-async v2.8.0
28012026-08-13T21:00:18.623Z Checking async-compression v0.4.41
28022026-08-13T21:00:18.646Z Checking async-stream v0.3.6
28032026-08-13T21:00:18.680Z Checking toml v1.1.2+spec-1.1.0
28042026-08-13T21:00:18.707Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28052026-08-13T21:00:18.768Z Checking progenitor-client v0.14.0
28062026-08-13T21:00:18.785Z Checking slog-term v2.9.2
28072026-08-13T21:00:18.788Z Checking sha1 v0.11.0
28082026-08-13T21:00:18.876Z Checking waitgroup v0.1.2
28092026-08-13T21:00:18.975Z Checking rustls-pemfile v2.2.0
28102026-08-13T21:00:18.989Z Checking backon v1.6.0
28112026-08-13T21:00:19.001Z Checking serde_path_to_error v0.1.20
28122026-08-13T21:00:19.027Z Checking hostname v0.4.2
28132026-08-13T21:00:19.051Z Checking instant v0.1.13
28142026-08-13T21:00:19.139Z Checking backoff v0.4.0
28152026-08-13T21:00:19.153Z Checking progenitor-extras v0.2.0
28162026-08-13T21:00:19.277Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28172026-08-13T21:00:19.280Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28182026-08-13T21:00:19.310Z Checking regress v0.10.5
28192026-08-13T21:00:19.314Z Checking itertools v0.14.0
28202026-08-13T21:00:19.478Z Checking macaddr v1.0.1
28212026-08-13T21:00:19.504Z Checking parse-display v0.10.0
28222026-08-13T21:00:19.664Z Checking humantime v2.3.0
28232026-08-13T21:00:20.485Z Compiling prettyplease v0.2.37
28242026-08-13T21:00:20.742Z Checking num-rational v0.4.2
28252026-08-13T21:00:21.017Z Checking num-complex v0.4.6
28262026-08-13T21:00:21.485Z Compiling num v0.4.3
28272026-08-13T21:00:21.571Z Compiling usdt-macro v0.5.0
28282026-08-13T21:00:21.574Z Compiling usdt-attr-macro v0.5.0
28292026-08-13T21:00:21.595Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28302026-08-13T21:00:21.608Z Checking memmap v0.7.0
28312026-08-13T21:00:21.624Z Checking float-ord v0.3.2
28322026-08-13T21:00:21.740Z Checking unicode-width v0.2.0
28332026-08-13T21:00:21.845Z Compiling convert_case v0.4.0
28342026-08-13T21:00:21.990Z Checking console v0.15.11
28352026-08-13T21:00:22.219Z Compiling derive_more v0.99.20
28362026-08-13T21:00:22.278Z Checking newline-converter v0.3.0
28372026-08-13T21:00:22.303Z Compiling toml v0.8.23
28382026-08-13T21:00:22.341Z Checking usdt v0.5.0
28392026-08-13T21:00:22.392Z Compiling minimal-lexical v0.2.1
28402026-08-13T21:00:22.512Z Checking linked-hash-map v0.5.6
28412026-08-13T21:00:22.649Z Compiling nom v7.1.3
28422026-08-13T21:00:22.681Z Checking lru-cache v0.1.2
28432026-08-13T21:00:22.802Z Checking expectorate v1.2.0
28442026-08-13T21:00:23.240Z Checking camino-tempfile v1.4.1
28452026-08-13T21:00:23.270Z Checking hickory-proto v0.24.4
28462026-08-13T21:00:23.402Z Checking phf_shared v0.12.1
28472026-08-13T21:00:23.424Z Compiling slog-dtrace v0.3.0
28482026-08-13T21:00:23.621Z Checking heck v0.5.0
28492026-08-13T21:00:23.740Z Compiling unicode-xid v0.2.6
28502026-08-13T21:00:23.828Z Compiling chrono-tz v0.10.4
28512026-08-13T21:00:23.867Z Checking resolv-conf v0.7.6
28522026-08-13T21:00:23.983Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-08-13T21:00:24.027Z Compiling const_format_proc_macros v0.2.34
28542026-08-13T21:00:24.101Z Checking phf v0.12.1
28552026-08-13T21:00:24.244Z Checking tokio-dtrace v0.1.1
28562026-08-13T21:00:24.437Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28572026-08-13T21:00:24.466Z Compiling derive-where v1.6.0
28582026-08-13T21:00:24.628Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28592026-08-13T21:00:24.796Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28602026-08-13T21:00:24.828Z Checking highway v1.3.0
28612026-08-13T21:00:25.056Z Checking const_format v0.2.35
28622026-08-13T21:00:25.098Z Checking hickory-resolver v0.24.4
28632026-08-13T21:00:25.289Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
28642026-08-13T21:00:25.799Z Checking oxide-tokio-rt v0.1.4
28652026-08-13T21:00:25.900Z Checking qorb v0.4.1
28662026-08-13T21:00:26.207Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28672026-08-13T21:00:26.220Z Checking gethostname v0.5.0
28682026-08-13T21:00:26.236Z Checking bcs v0.1.6
28692026-08-13T21:00:26.301Z Checking termtree v0.5.1
28702026-08-13T21:00:26.401Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28712026-08-13T21:00:26.487Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28722026-08-13T21:00:26.487Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28732026-08-13T21:00:29.596Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28742026-08-13T21:00:32.851Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28752026-08-13T21:00:35.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.00s
28762026-08-13T21:00:35.228Z
28772026-08-13T21:00:35.228Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (87/335)
28782026-08-13T21:00:35.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28792026-08-13T21:00:35.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28802026-08-13T21:00:35.906Z Compiling ar_archive_writer v0.5.1
28812026-08-13T21:00:36.017Z Compiling stacker v0.1.23
28822026-08-13T21:00:36.019Z Compiling cfg_aliases v0.1.1
28832026-08-13T21:00:36.033Z Compiling convert_case v0.10.0
28842026-08-13T21:00:36.035Z Checking unicode-width v0.1.14
28852026-08-13T21:00:36.050Z Compiling proc-macro-error v1.0.4
28862026-08-13T21:00:36.060Z Checking fd-lock v4.0.4
28872026-08-13T21:00:36.063Z Checking nibble_vec v0.1.0
28882026-08-13T21:00:36.082Z Compiling nix v0.28.0
28892026-08-13T21:00:36.176Z Compiling recursive-proc-macro-impl v0.1.1
28902026-08-13T21:00:36.188Z Checking vte v0.14.1
28912026-08-13T21:00:36.270Z Checking endian-type v0.1.2
28922026-08-13T21:00:36.283Z Checking bytecount v0.6.9
28932026-08-13T21:00:36.326Z Compiling derive_more-impl v2.1.1
28942026-08-13T21:00:36.337Z Checking strip-ansi-escapes v0.2.1
28952026-08-13T21:00:36.350Z Compiling tabled_derive v0.7.0
28962026-08-13T21:00:36.399Z Checking papergrid v0.11.0
28972026-08-13T21:00:36.410Z Checking radix_trie v0.2.1
28982026-08-13T21:00:36.433Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28992026-08-13T21:00:36.581Z Compiling peg-macros v0.8.5
29002026-08-13T21:00:36.595Z Checking winnow v0.6.26
29012026-08-13T21:00:36.841Z Compiling psm v0.1.30
29022026-08-13T21:00:36.932Z Compiling sqlparser_derive v0.5.0
29032026-08-13T21:00:36.991Z Checking nu-ansi-term v0.50.3
29042026-08-13T21:00:37.128Z Checking derive_more v2.1.1
29052026-08-13T21:00:37.204Z Checking unicode_categories v0.1.1
29062026-08-13T21:00:37.215Z Checking home v0.5.12
29072026-08-13T21:00:37.304Z Checking tabled v0.15.0
29082026-08-13T21:00:37.319Z Checking crossterm v0.29.0
29092026-08-13T21:00:37.359Z Checking reedline v0.40.0
29102026-08-13T21:00:37.416Z Checking rustyline v14.0.0
29112026-08-13T21:00:37.615Z Checking recursive v0.1.1
29122026-08-13T21:00:37.706Z Checking sqlparser v0.61.0
29132026-08-13T21:00:37.723Z Checking display-error-chain v0.2.2
29142026-08-13T21:00:37.746Z Checking sqlformat v0.3.5
29152026-08-13T21:00:37.915Z Checking peg v0.8.5
29162026-08-13T21:00:49.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.79s
29172026-08-13T21:00:49.197Z
29182026-08-13T21:00:49.197Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (88/335)
29192026-08-13T21:00:49.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202026-08-13T21:00:49.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212026-08-13T21:00:49.868Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29222026-08-13T21:00:53.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
29232026-08-13T21:00:53.564Z
29242026-08-13T21:00:53.564Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (89/335)
29252026-08-13T21:00:54.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29262026-08-13T21:00:54.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29272026-08-13T21:00:54.226Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29282026-08-13T21:00:56.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
29292026-08-13T21:00:56.939Z
29302026-08-13T21:00:56.939Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (90/335)
29312026-08-13T21:00:57.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29322026-08-13T21:00:57.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29332026-08-13T21:00:57.599Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29342026-08-13T21:01:00.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s
29352026-08-13T21:01:01.091Z
29362026-08-13T21:01:01.092Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (91/335)
29372026-08-13T21:01:01.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29382026-08-13T21:01:01.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29392026-08-13T21:01:01.753Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29402026-08-13T21:01:05.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
29412026-08-13T21:01:05.291Z
29422026-08-13T21:01:05.291Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (92/335)
29432026-08-13T21:01:05.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29442026-08-13T21:01:05.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29452026-08-13T21:01:05.954Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29462026-08-13T21:01:08.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.33s
29472026-08-13T21:01:08.800Z
29482026-08-13T21:01:08.800Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (93/335)
29492026-08-13T21:01:09.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29502026-08-13T21:01:09.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29512026-08-13T21:01:09.465Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29522026-08-13T21:01:12.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s
29532026-08-13T21:01:12.373Z
29542026-08-13T21:01:12.373Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (94/335)
29552026-08-13T21:01:12.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29562026-08-13T21:01:12.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29572026-08-13T21:01:13.033Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29582026-08-13T21:01:16.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
29592026-08-13T21:01:16.731Z
29602026-08-13T21:01:16.731Zinfo: running `cargo check --bins` on oximeter (95/335)
29612026-08-13T21:01:17.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29622026-08-13T21:01:17.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29632026-08-13T21:01:17.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29642026-08-13T21:01:17.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29652026-08-13T21:01:17.287Z
29662026-08-13T21:01:17.287Zinfo: running `cargo check --bins` on oximeter-schema (96/335)
29672026-08-13T21:01:17.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29682026-08-13T21:01:17.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29692026-08-13T21:01:17.903Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29702026-08-13T21:01:18.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
29712026-08-13T21:01:18.463Z
29722026-08-13T21:01:18.463Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (97/335)
29732026-08-13T21:01:18.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29742026-08-13T21:01:18.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29752026-08-13T21:01:18.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29762026-08-13T21:01:18.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29772026-08-13T21:01:19.020Z
29782026-08-13T21:01:19.020Zinfo: running `cargo check --bins` on oximeter-test-utils (98/335)
29792026-08-13T21:01:19.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29802026-08-13T21:01:19.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29812026-08-13T21:01:19.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29822026-08-13T21:01:19.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29832026-08-13T21:01:19.623Z
29842026-08-13T21:01:19.623Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (99/335)
29852026-08-13T21:01:20.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29862026-08-13T21:01:20.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29872026-08-13T21:01:20.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29882026-08-13T21:01:20.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29892026-08-13T21:01:20.192Z
29902026-08-13T21:01:20.192Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (100/335)
29912026-08-13T21:01:20.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29922026-08-13T21:01:20.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29932026-08-13T21:01:20.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29942026-08-13T21:01:20.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29952026-08-13T21:01:20.762Z
29962026-08-13T21:01:20.762Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (101/335)
29972026-08-13T21:01:21.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29982026-08-13T21:01:21.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29992026-08-13T21:01:21.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30002026-08-13T21:01:21.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30012026-08-13T21:01:21.335Z
30022026-08-13T21:01:21.335Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (102/335)
30032026-08-13T21:01:21.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30042026-08-13T21:01:21.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30052026-08-13T21:01:21.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30062026-08-13T21:01:21.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30072026-08-13T21:01:21.908Z
30082026-08-13T21:01:21.908Zinfo: running `cargo check --bins` on trust-quorum-types (103/335)
30092026-08-13T21:01:22.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30102026-08-13T21:01:22.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30112026-08-13T21:01:22.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30122026-08-13T21:01:22.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30132026-08-13T21:01:22.467Z
30142026-08-13T21:01:22.467Zinfo: running `cargo check --bins` on trust-quorum-test-utils (104/335)
30152026-08-13T21:01:22.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30162026-08-13T21:01:22.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30172026-08-13T21:01:22.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30182026-08-13T21:01:22.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30192026-08-13T21:01:23.036Z
30202026-08-13T21:01:23.036Zinfo: running `cargo check --bins` on reconfigurator-cli (105/335)
30212026-08-13T21:01:23.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30222026-08-13T21:01:23.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30232026-08-13T21:01:23.851Z Compiling regress v0.11.1
30242026-08-13T21:01:23.851Z Checking secrecy v0.10.3
30252026-08-13T21:01:23.851Z Compiling crucible-workspace-hack v0.1.0
30262026-08-13T21:01:23.853Z Checking half v2.7.1
30272026-08-13T21:01:23.853Z Checking ciborium-io v0.2.2
30282026-08-13T21:01:23.853Z Checking inout v0.1.4
30292026-08-13T21:01:23.853Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30302026-08-13T21:01:24.059Z Checking universal-hash v0.5.1
30312026-08-13T21:01:24.130Z Checking cipher v0.4.4
30322026-08-13T21:01:24.143Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30332026-08-13T21:01:24.178Z Compiling thiserror-impl-no-std v2.0.2
30342026-08-13T21:01:24.227Z Checking opaque-debug v0.3.1
30352026-08-13T21:01:24.263Z Checking ciborium-ll v0.2.2
30362026-08-13T21:01:24.297Z Compiling toml_datetime v0.7.5+spec-1.1.0
30372026-08-13T21:01:24.310Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30382026-08-13T21:01:24.324Z Checking chacha20 v0.9.1
30392026-08-13T21:01:24.376Z Checking poly1305 v0.8.0
30402026-08-13T21:01:24.432Z Checking ciborium v0.2.2
30412026-08-13T21:01:24.515Z Compiling toml_edit v0.23.10+spec-1.0.0
30422026-08-13T21:01:24.542Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30432026-08-13T21:01:24.635Z Checking password-hash v0.5.0
30442026-08-13T21:01:24.712Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30452026-08-13T21:01:24.835Z Checking blake2 v0.10.6
30462026-08-13T21:01:24.856Z Checking aead v0.5.2
30472026-08-13T21:01:24.870Z Compiling unsafe-libyaml v0.2.11
30482026-08-13T21:01:25.003Z Checking indent_write v2.2.0
30492026-08-13T21:01:25.083Z Checking argon2 v0.5.3
30502026-08-13T21:01:25.136Z Compiling proc-macro-crate v3.4.0
30512026-08-13T21:01:25.336Z Checking thiserror-no-std v2.0.2
30522026-08-13T21:01:25.434Z Checking vsss-rs v3.3.4
30532026-08-13T21:01:25.450Z Compiling serde_yaml v0.9.34+deprecated
30542026-08-13T21:01:25.464Z Checking typify-impl v0.6.2
30552026-08-13T21:01:25.623Z Checking chacha20poly1305 v0.10.1
30562026-08-13T21:01:25.688Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30572026-08-13T21:01:25.752Z Compiling num_enum_derive v0.7.6
30582026-08-13T21:01:26.310Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30592026-08-13T21:01:26.413Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30602026-08-13T21:01:26.514Z Compiling heapless v0.8.0
30612026-08-13T21:01:26.530Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30622026-08-13T21:01:26.546Z Compiling ingot-macros v0.2.0
30632026-08-13T21:01:26.609Z Checking hash32 v0.3.1
30642026-08-13T21:01:26.740Z Compiling smoltcp v0.11.0
30652026-08-13T21:01:26.792Z Checking num_enum v0.7.6
30662026-08-13T21:01:26.868Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30672026-08-13T21:01:26.911Z Checking tabwriter v1.4.1
30682026-08-13T21:01:27.061Z Checking cobs v0.3.0
30692026-08-13T21:01:27.111Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30702026-08-13T21:01:27.125Z Compiling proc-macro-crate v1.3.1
30712026-08-13T21:01:27.171Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30722026-08-13T21:01:27.209Z Checking postcard v1.1.3
30732026-08-13T21:01:27.309Z Compiling foreign-types-macros v0.2.3
30742026-08-13T21:01:27.387Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30752026-08-13T21:01:27.510Z Checking foreign-types-shared v0.3.1
30762026-08-13T21:01:27.542Z Checking colored v3.1.1
30772026-08-13T21:01:27.580Z Checking swrite v0.1.0
30782026-08-13T21:01:27.618Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30792026-08-13T21:01:27.652Z Compiling num_enum_derive v0.5.11
30802026-08-13T21:01:27.780Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30812026-08-13T21:01:27.860Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30822026-08-13T21:01:27.910Z Checking foreign-types v0.5.0
30832026-08-13T21:01:27.993Z Checking cstr-argument v0.1.2
30842026-08-13T21:01:28.121Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30852026-08-13T21:01:28.211Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30862026-08-13T21:01:28.306Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30872026-08-13T21:01:28.335Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30882026-08-13T21:01:28.350Z Checking rand v0.10.1
30892026-08-13T21:01:28.492Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30902026-08-13T21:01:28.508Z Compiling zone_cfg_derive v0.3.1
30912026-08-13T21:01:28.556Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30922026-08-13T21:01:28.673Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30932026-08-13T21:01:28.688Z Checking num_enum v0.5.11
30942026-08-13T21:01:28.799Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30952026-08-13T21:01:28.814Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30962026-08-13T21:01:28.984Z Checking itertools v0.12.1
30972026-08-13T21:01:28.998Z Compiling num-derive v0.4.2
30982026-08-13T21:01:29.172Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30992026-08-13T21:01:29.356Z Compiling semver v0.1.20
31002026-08-13T21:01:29.383Z Checking ingot-types v0.2.0
31012026-08-13T21:01:29.650Z Compiling rustc_version v0.1.7
31022026-08-13T21:01:29.720Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31032026-08-13T21:01:29.756Z Checking ingot v0.2.1
31042026-08-13T21:01:29.895Z Checking smf v0.2.3
31052026-08-13T21:01:29.913Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31062026-08-13T21:01:30.016Z Checking zone v0.3.1
31072026-08-13T21:01:30.039Z Checking csv-core v0.1.13
31082026-08-13T21:01:30.104Z Compiling typify-macro v0.6.2
31092026-08-13T21:01:30.127Z Checking nom v8.0.0
31102026-08-13T21:01:30.139Z Checking whoami v1.6.1
31112026-08-13T21:01:30.218Z Checking csv v1.4.0
31122026-08-13T21:01:30.237Z Compiling newtype_derive v0.1.6
31132026-08-13T21:01:30.309Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31142026-08-13T21:01:30.376Z Compiling cancel-safe-futures v0.1.5
31152026-08-13T21:01:30.525Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31162026-08-13T21:01:30.668Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31172026-08-13T21:01:30.683Z Compiling owo-colors v4.3.0
31182026-08-13T21:01:30.697Z Compiling libefi-sys v0.1.0
31192026-08-13T21:01:30.885Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31202026-08-13T21:01:30.909Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31212026-08-13T21:01:31.108Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31222026-08-13T21:01:31.138Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31232026-08-13T21:01:31.232Z Checking oxide-update-engine-types v0.1.2
31242026-08-13T21:01:31.288Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31252026-08-13T21:01:31.346Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
31262026-08-13T21:01:31.361Z Compiling bitfield-struct v0.6.2
31272026-08-13T21:01:31.421Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31282026-08-13T21:01:31.647Z Checking unicode-linebreak v0.1.5
31292026-08-13T21:01:31.827Z Checking smawk v0.3.2
31302026-08-13T21:01:31.864Z Compiling typify v0.6.2
31312026-08-13T21:01:31.965Z Compiling progenitor-impl v0.14.0
31322026-08-13T21:01:31.986Z Checking linear-map v1.2.0
31332026-08-13T21:01:32.017Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31342026-08-13T21:01:32.135Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31352026-08-13T21:01:32.149Z Checking textwrap v0.16.2
31362026-08-13T21:01:32.164Z Checking oxide-update-engine v0.1.2
31372026-08-13T21:01:32.252Z Checking steno v0.4.1
31382026-08-13T21:01:32.553Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31392026-08-13T21:01:32.764Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31402026-08-13T21:01:32.899Z Checking sha1 v0.10.6
31412026-08-13T21:01:32.930Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31422026-08-13T21:01:32.943Z Checking utf-8 v0.7.6
31432026-08-13T21:01:33.009Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31442026-08-13T21:01:33.070Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31452026-08-13T21:01:33.085Z Checking tungstenite v0.21.0
31462026-08-13T21:01:33.226Z Checking ignore v0.4.25
31472026-08-13T21:01:33.251Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31482026-08-13T21:01:33.274Z Compiling xshell-macros v0.2.7
31492026-08-13T21:01:33.458Z Checking predicates-tree v1.0.13
31502026-08-13T21:01:33.514Z Checking tokio-tungstenite v0.21.0
31512026-08-13T21:01:33.573Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31522026-08-13T21:01:33.577Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31532026-08-13T21:01:33.636Z Checking globwalk v0.9.1
31542026-08-13T21:01:33.656Z Checking xshell v0.2.7
31552026-08-13T21:01:33.801Z Checking filetime v0.2.27
31562026-08-13T21:01:33.821Z Checking xattr v1.6.1
31572026-08-13T21:01:33.821Z Checking tagptr v0.2.0
31582026-08-13T21:01:33.848Z Checking camino-tempfile-ext v0.3.3
31592026-08-13T21:01:33.938Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31602026-08-13T21:01:33.955Z Checking tar v0.4.46
31612026-08-13T21:01:33.969Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31622026-08-13T21:01:33.983Z Checking moka v0.12.13
31632026-08-13T21:01:34.043Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31642026-08-13T21:01:34.100Z Checking rand_seeder v0.4.0
31652026-08-13T21:01:34.120Z Checking half v1.8.3
31662026-08-13T21:01:34.186Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31672026-08-13T21:01:34.249Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31682026-08-13T21:01:34.317Z Checking serde_cbor v0.11.2
31692026-08-13T21:01:34.332Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
31702026-08-13T21:01:34.552Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
31712026-08-13T21:01:34.567Z Compiling progenitor-macro v0.14.0
31722026-08-13T21:01:34.585Z Checking digest-io v0.1.0
31732026-08-13T21:01:34.630Z Checking hickory-resolver v0.25.2
31742026-08-13T21:01:34.704Z Checking sha2 v0.11.0
31752026-08-13T21:01:34.718Z Compiling petname v2.0.2
31762026-08-13T21:01:35.113Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31772026-08-13T21:01:35.168Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
31782026-08-13T21:01:35.192Z Checking rawzip v0.4.4
31792026-08-13T21:01:35.346Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31802026-08-13T21:01:35.360Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31812026-08-13T21:01:35.767Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31822026-08-13T21:01:35.857Z Checking sapling-renderdag v0.1.0
31832026-08-13T21:01:35.949Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31842026-08-13T21:01:36.109Z Checking subprocess v0.2.15
31852026-08-13T21:01:36.166Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
31862026-08-13T21:01:36.182Z Checking sync-ptr v0.1.4
31872026-08-13T21:01:36.185Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31882026-08-13T21:01:36.337Z Checking colored v2.2.0
31892026-08-13T21:01:36.403Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31902026-08-13T21:01:36.444Z Checking assert_matches v1.5.0
31912026-08-13T21:01:37.247Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
31922026-08-13T21:01:37.467Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31932026-08-13T21:01:37.755Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31942026-08-13T21:01:38.229Z Checking progenitor v0.14.0
31952026-08-13T21:01:38.358Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31962026-08-13T21:01:38.358Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31972026-08-13T21:01:38.361Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31982026-08-13T21:01:38.361Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31992026-08-13T21:01:38.361Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32002026-08-13T21:01:38.361Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32012026-08-13T21:01:38.361Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32022026-08-13T21:01:38.570Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32032026-08-13T21:01:38.711Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32042026-08-13T21:01:39.003Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32052026-08-13T21:01:39.271Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32062026-08-13T21:01:40.058Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32072026-08-13T21:01:41.226Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32082026-08-13T21:01:49.676Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32092026-08-13T21:01:56.647Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32102026-08-13T21:01:56.647Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32112026-08-13T21:01:56.650Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32122026-08-13T21:01:58.122Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32132026-08-13T21:01:59.380Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32142026-08-13T21:02:01.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.59s
32152026-08-13T21:02:01.839Z
32162026-08-13T21:02:01.839Zinfo: running `cargo check --bins` on nexus-inventory (106/335)
32172026-08-13T21:02:02.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182026-08-13T21:02:02.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192026-08-13T21:02:02.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32202026-08-13T21:02:02.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32212026-08-13T21:02:02.445Z
32222026-08-13T21:02:02.445Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (107/335)
32232026-08-13T21:02:02.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32242026-08-13T21:02:02.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32252026-08-13T21:02:02.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32262026-08-13T21:02:02.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32272026-08-13T21:02:03.012Z
32282026-08-13T21:02:03.012Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (108/335)
32292026-08-13T21:02:03.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32302026-08-13T21:02:03.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32312026-08-13T21:02:03.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32322026-08-13T21:02:03.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32332026-08-13T21:02:03.578Z
32342026-08-13T21:02:03.579Zinfo: running `cargo check --bins` on dns-service-client (109/335)
32352026-08-13T21:02:04.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32362026-08-13T21:02:04.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32372026-08-13T21:02:04.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32382026-08-13T21:02:04.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32392026-08-13T21:02:04.142Z
32402026-08-13T21:02:04.142Zinfo: running `cargo check --bins` on ntp-admin-client (110/335)
32412026-08-13T21:02:04.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32422026-08-13T21:02:04.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32432026-08-13T21:02:04.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32442026-08-13T21:02:04.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32452026-08-13T21:02:04.690Z
32462026-08-13T21:02:04.690Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (111/335)
32472026-08-13T21:02:05.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32482026-08-13T21:02:05.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32492026-08-13T21:02:05.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32502026-08-13T21:02:05.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32512026-08-13T21:02:05.238Z
32522026-08-13T21:02:05.238Zinfo: running `cargo check --bins` on cockroach-admin-client (112/335)
32532026-08-13T21:02:05.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32542026-08-13T21:02:05.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32552026-08-13T21:02:05.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32562026-08-13T21:02:05.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32572026-08-13T21:02:05.790Z
32582026-08-13T21:02:05.790Zinfo: running `cargo check --bins` on parallel-task-set (113/335)
32592026-08-13T21:02:06.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32602026-08-13T21:02:06.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32612026-08-13T21:02:06.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32622026-08-13T21:02:06.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32632026-08-13T21:02:06.337Z
32642026-08-13T21:02:06.337Zinfo: running `cargo check --bins` on sled-agent-client (114/335)
32652026-08-13T21:02:06.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32662026-08-13T21:02:06.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32672026-08-13T21:02:06.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32682026-08-13T21:02:06.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32692026-08-13T21:02:06.910Z
32702026-08-13T21:02:06.910Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (115/335)
32712026-08-13T21:02:07.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32722026-08-13T21:02:07.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32732026-08-13T21:02:07.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32742026-08-13T21:02:07.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32752026-08-13T21:02:07.490Z
32762026-08-13T21:02:07.490Zinfo: running `cargo check --bins --no-default-features` on sled-storage (116/335)
32772026-08-13T21:02:07.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32782026-08-13T21:02:07.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32792026-08-13T21:02:07.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32802026-08-13T21:02:07.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32812026-08-13T21:02:08.065Z
32822026-08-13T21:02:08.065Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (117/335)
32832026-08-13T21:02:08.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32842026-08-13T21:02:08.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32852026-08-13T21:02:08.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32862026-08-13T21:02:08.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32872026-08-13T21:02:08.637Z
32882026-08-13T21:02:08.637Zinfo: running `cargo check --bins` on key-manager (118/335)
32892026-08-13T21:02:09.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32902026-08-13T21:02:09.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32912026-08-13T21:02:09.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32922026-08-13T21:02:09.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32932026-08-13T21:02:09.199Z
32942026-08-13T21:02:09.199Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (119/335)
32952026-08-13T21:02:09.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32962026-08-13T21:02:09.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32972026-08-13T21:02:09.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32982026-08-13T21:02:09.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32992026-08-13T21:02:09.775Z
33002026-08-13T21:02:09.775Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (120/335)
33012026-08-13T21:02:10.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33022026-08-13T21:02:10.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33032026-08-13T21:02:10.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33042026-08-13T21:02:10.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33052026-08-13T21:02:10.350Z
33062026-08-13T21:02:10.350Zinfo: running `cargo check --bins` on typed-rng (121/335)
33072026-08-13T21:02:10.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33082026-08-13T21:02:10.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33092026-08-13T21:02:10.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33102026-08-13T21:02:10.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33112026-08-13T21:02:10.893Z
33122026-08-13T21:02:10.893Zinfo: running `cargo check --bins` on gateway-test-utils (122/335)
33132026-08-13T21:02:11.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33142026-08-13T21:02:11.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33152026-08-13T21:02:11.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33162026-08-13T21:02:11.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33172026-08-13T21:02:11.494Z
33182026-08-13T21:02:11.494Zinfo: running `cargo check --bins` on omicron-gateway (123/335)
33192026-08-13T21:02:12.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33202026-08-13T21:02:12.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33212026-08-13T21:02:12.207Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33222026-08-13T21:02:12.210Z Checking void v1.0.2
33232026-08-13T21:02:12.210Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33242026-08-13T21:02:12.210Z Checking dropshot-api-manager-types v0.7.2
33252026-08-13T21:02:12.210Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33262026-08-13T21:02:12.327Z Checking tungstenite v0.23.0
33272026-08-13T21:02:12.334Z Checking nix v0.27.1
33282026-08-13T21:02:12.337Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33292026-08-13T21:02:12.474Z Checking lzss v0.8.2
33302026-08-13T21:02:12.477Z Checking kstat-rs v0.2.5
33312026-08-13T21:02:12.477Z Checking fxhash v0.2.1
33322026-08-13T21:02:12.586Z Checking serde_bytes v0.11.19
33332026-08-13T21:02:12.620Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33342026-08-13T21:02:12.656Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33352026-08-13T21:02:12.668Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33362026-08-13T21:02:12.681Z Checking signal-hook-tokio v0.3.1
33372026-08-13T21:02:12.761Z Checking tokio-tungstenite v0.23.1
33382026-08-13T21:02:12.825Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33392026-08-13T21:02:13.873Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33402026-08-13T21:02:14.423Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33412026-08-13T21:02:16.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.05s
33422026-08-13T21:02:16.745Z
33432026-08-13T21:02:16.746Zinfo: running `cargo check --bins` on gateway-api (124/335)
33442026-08-13T21:02:17.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33452026-08-13T21:02:17.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33462026-08-13T21:02:17.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33472026-08-13T21:02:17.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33482026-08-13T21:02:17.307Z
33492026-08-13T21:02:17.308Zinfo: running `cargo check --bins` on ipcc (125/335)
33502026-08-13T21:02:17.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33512026-08-13T21:02:17.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33522026-08-13T21:02:17.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33532026-08-13T21:02:17.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33542026-08-13T21:02:17.869Z
33552026-08-13T21:02:17.869Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (126/335)
33562026-08-13T21:02:18.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33572026-08-13T21:02:18.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33582026-08-13T21:02:18.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33592026-08-13T21:02:18.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33602026-08-13T21:02:18.414Z
33612026-08-13T21:02:18.414Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (127/335)
33622026-08-13T21:02:18.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33632026-08-13T21:02:18.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33642026-08-13T21:02:18.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33652026-08-13T21:02:18.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33662026-08-13T21:02:18.995Z
33672026-08-13T21:02:18.995Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (128/335)
33682026-08-13T21:02:19.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33692026-08-13T21:02:19.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33702026-08-13T21:02:19.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33712026-08-13T21:02:19.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33722026-08-13T21:02:19.557Z
33732026-08-13T21:02:19.557Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (129/335)
33742026-08-13T21:02:20.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33752026-08-13T21:02:20.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33762026-08-13T21:02:20.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33772026-08-13T21:02:20.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33782026-08-13T21:02:20.132Z
33792026-08-13T21:02:20.132Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (130/335)
33802026-08-13T21:02:20.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33812026-08-13T21:02:20.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33822026-08-13T21:02:20.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33832026-08-13T21:02:20.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33842026-08-13T21:02:20.699Z
33852026-08-13T21:02:20.699Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (131/335)
33862026-08-13T21:02:21.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33872026-08-13T21:02:21.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33882026-08-13T21:02:21.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33892026-08-13T21:02:21.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33902026-08-13T21:02:21.286Z
33912026-08-13T21:02:21.287Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (132/335)
33922026-08-13T21:02:21.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33932026-08-13T21:02:21.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33942026-08-13T21:02:21.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33952026-08-13T21:02:21.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33962026-08-13T21:02:21.854Z
33972026-08-13T21:02:21.854Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (133/335)
33982026-08-13T21:02:22.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33992026-08-13T21:02:22.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34002026-08-13T21:02:22.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34012026-08-13T21:02:22.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34022026-08-13T21:02:22.421Z
34032026-08-13T21:02:22.421Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (134/335)
34042026-08-13T21:02:22.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34052026-08-13T21:02:22.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34062026-08-13T21:02:22.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34072026-08-13T21:02:22.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34082026-08-13T21:02:22.986Z
34092026-08-13T21:02:22.986Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (135/335)
34102026-08-13T21:02:23.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34112026-08-13T21:02:23.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34122026-08-13T21:02:23.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34132026-08-13T21:02:23.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34142026-08-13T21:02:23.550Z
34152026-08-13T21:02:23.550Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (136/335)
34162026-08-13T21:02:24.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34172026-08-13T21:02:24.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34182026-08-13T21:02:24.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34192026-08-13T21:02:24.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34202026-08-13T21:02:24.114Z
34212026-08-13T21:02:24.114Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/335)
34222026-08-13T21:02:24.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34232026-08-13T21:02:24.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34242026-08-13T21:02:24.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34252026-08-13T21:02:24.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34262026-08-13T21:02:24.672Z
34272026-08-13T21:02:24.672Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (138/335)
34282026-08-13T21:02:25.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34292026-08-13T21:02:25.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34302026-08-13T21:02:25.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34312026-08-13T21:02:25.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34322026-08-13T21:02:25.240Z
34332026-08-13T21:02:25.241Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (139/335)
34342026-08-13T21:02:25.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34352026-08-13T21:02:25.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34362026-08-13T21:02:25.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34372026-08-13T21:02:25.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34382026-08-13T21:02:25.800Z
34392026-08-13T21:02:25.800Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (140/335)
34402026-08-13T21:02:26.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34412026-08-13T21:02:26.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34422026-08-13T21:02:26.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34432026-08-13T21:02:26.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34442026-08-13T21:02:26.361Z
34452026-08-13T21:02:26.361Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (141/335)
34462026-08-13T21:02:26.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34472026-08-13T21:02:26.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34482026-08-13T21:02:26.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34492026-08-13T21:02:26.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34502026-08-13T21:02:26.921Z
34512026-08-13T21:02:26.922Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (142/335)
34522026-08-13T21:02:27.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34532026-08-13T21:02:27.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34542026-08-13T21:02:27.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34552026-08-13T21:02:27.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34562026-08-13T21:02:27.498Z
34572026-08-13T21:02:27.498Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (143/335)
34582026-08-13T21:02:27.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34592026-08-13T21:02:27.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34602026-08-13T21:02:27.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34612026-08-13T21:02:27.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34622026-08-13T21:02:28.053Z
34632026-08-13T21:02:28.053Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (144/335)
34642026-08-13T21:02:28.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34652026-08-13T21:02:28.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34662026-08-13T21:02:28.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34672026-08-13T21:02:28.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34682026-08-13T21:02:28.624Z
34692026-08-13T21:02:28.625Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (145/335)
34702026-08-13T21:02:29.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34712026-08-13T21:02:29.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34722026-08-13T21:02:29.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34732026-08-13T21:02:29.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34742026-08-13T21:02:29.193Z
34752026-08-13T21:02:29.193Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (146/335)
34762026-08-13T21:02:29.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34772026-08-13T21:02:29.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34782026-08-13T21:02:29.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34792026-08-13T21:02:29.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34802026-08-13T21:02:29.808Z
34812026-08-13T21:02:29.808Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (147/335)
34822026-08-13T21:02:30.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34832026-08-13T21:02:30.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34842026-08-13T21:02:30.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34852026-08-13T21:02:30.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34862026-08-13T21:02:30.365Z
34872026-08-13T21:02:30.365Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (148/335)
34882026-08-13T21:02:30.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34892026-08-13T21:02:30.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34902026-08-13T21:02:30.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34912026-08-13T21:02:30.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34922026-08-13T21:02:30.953Z
34932026-08-13T21:02:30.953Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (149/335)
34942026-08-13T21:02:31.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34952026-08-13T21:02:31.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34962026-08-13T21:02:31.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34972026-08-13T21:02:31.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34982026-08-13T21:02:31.542Z
34992026-08-13T21:02:31.542Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (150/335)
35002026-08-13T21:02:32.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012026-08-13T21:02:32.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022026-08-13T21:02:32.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35032026-08-13T21:02:32.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35042026-08-13T21:02:32.135Z
35052026-08-13T21:02:32.135Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (151/335)
35062026-08-13T21:02:32.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072026-08-13T21:02:32.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082026-08-13T21:02:32.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35092026-08-13T21:02:32.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35102026-08-13T21:02:32.720Z
35112026-08-13T21:02:32.720Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (152/335)
35122026-08-13T21:02:33.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132026-08-13T21:02:33.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142026-08-13T21:02:33.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35152026-08-13T21:02:33.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35162026-08-13T21:02:33.304Z
35172026-08-13T21:02:33.304Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (153/335)
35182026-08-13T21:02:33.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192026-08-13T21:02:33.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202026-08-13T21:02:33.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35212026-08-13T21:02:33.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35222026-08-13T21:02:33.894Z
35232026-08-13T21:02:33.894Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (154/335)
35242026-08-13T21:02:34.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35252026-08-13T21:02:34.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35262026-08-13T21:02:34.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35272026-08-13T21:02:34.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35282026-08-13T21:02:34.487Z
35292026-08-13T21:02:34.487Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (155/335)
35302026-08-13T21:02:34.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35312026-08-13T21:02:34.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35322026-08-13T21:02:34.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35332026-08-13T21:02:34.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35342026-08-13T21:02:35.069Z
35352026-08-13T21:02:35.069Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (156/335)
35362026-08-13T21:02:35.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35372026-08-13T21:02:35.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35382026-08-13T21:02:35.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35392026-08-13T21:02:35.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35402026-08-13T21:02:35.647Z
35412026-08-13T21:02:35.647Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (157/335)
35422026-08-13T21:02:36.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35432026-08-13T21:02:36.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35442026-08-13T21:02:36.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35452026-08-13T21:02:36.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35462026-08-13T21:02:36.235Z
35472026-08-13T21:02:36.235Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (158/335)
35482026-08-13T21:02:36.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35492026-08-13T21:02:36.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35502026-08-13T21:02:36.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35512026-08-13T21:02:36.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35522026-08-13T21:02:36.814Z
35532026-08-13T21:02:36.814Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (159/335)
35542026-08-13T21:02:37.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552026-08-13T21:02:37.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562026-08-13T21:02:37.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35572026-08-13T21:02:37.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35582026-08-13T21:02:37.400Z
35592026-08-13T21:02:37.400Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (160/335)
35602026-08-13T21:02:37.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35612026-08-13T21:02:37.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35622026-08-13T21:02:37.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35632026-08-13T21:02:37.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35642026-08-13T21:02:37.984Z
35652026-08-13T21:02:37.985Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (161/335)
35662026-08-13T21:02:39.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35672026-08-13T21:02:39.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35682026-08-13T21:02:39.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35692026-08-13T21:02:39.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35702026-08-13T21:02:39.150Z
35712026-08-13T21:02:39.150Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (162/335)
35722026-08-13T21:02:39.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35732026-08-13T21:02:39.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35742026-08-13T21:02:39.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35752026-08-13T21:02:39.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35762026-08-13T21:02:39.162Z
35772026-08-13T21:02:39.162Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (163/335)
35782026-08-13T21:02:39.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35792026-08-13T21:02:39.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35802026-08-13T21:02:39.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35812026-08-13T21:02:39.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35822026-08-13T21:02:39.730Z
35832026-08-13T21:02:39.730Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (164/335)
35842026-08-13T21:02:40.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852026-08-13T21:02:40.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862026-08-13T21:02:40.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872026-08-13T21:02:40.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35882026-08-13T21:02:40.301Z
35892026-08-13T21:02:40.301Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (165/335)
35902026-08-13T21:02:40.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-08-13T21:02:40.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-08-13T21:02:40.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35932026-08-13T21:02:40.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35942026-08-13T21:02:40.883Z
35952026-08-13T21:02:40.883Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (166/335)
35962026-08-13T21:02:41.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972026-08-13T21:02:41.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982026-08-13T21:02:41.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35992026-08-13T21:02:41.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36002026-08-13T21:02:41.955Z
36012026-08-13T21:02:41.955Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (167/335)
36022026-08-13T21:02:42.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032026-08-13T21:02:42.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042026-08-13T21:02:42.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36052026-08-13T21:02:42.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36062026-08-13T21:02:42.041Z
36072026-08-13T21:02:42.041Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (168/335)
36082026-08-13T21:02:42.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092026-08-13T21:02:42.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102026-08-13T21:02:42.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36112026-08-13T21:02:42.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36122026-08-13T21:02:42.568Z
36132026-08-13T21:02:42.568Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (169/335)
36142026-08-13T21:02:43.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152026-08-13T21:02:43.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162026-08-13T21:02:43.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36172026-08-13T21:02:43.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36182026-08-13T21:02:43.137Z
36192026-08-13T21:02:43.137Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (170/335)
36202026-08-13T21:02:43.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212026-08-13T21:02:43.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222026-08-13T21:02:43.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36232026-08-13T21:02:43.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36242026-08-13T21:02:43.691Z
36252026-08-13T21:02:43.691Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (171/335)
36262026-08-13T21:02:44.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272026-08-13T21:02:44.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282026-08-13T21:02:44.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36292026-08-13T21:02:44.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36302026-08-13T21:02:44.254Z
36312026-08-13T21:02:44.254Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (172/335)
36322026-08-13T21:02:44.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36332026-08-13T21:02:44.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36342026-08-13T21:02:44.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36352026-08-13T21:02:44.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36362026-08-13T21:02:44.835Z
36372026-08-13T21:02:44.835Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (173/335)
36382026-08-13T21:02:45.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36392026-08-13T21:02:45.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36402026-08-13T21:02:45.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36412026-08-13T21:02:45.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36422026-08-13T21:02:45.378Z
36432026-08-13T21:02:45.379Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (174/335)
36442026-08-13T21:02:45.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36452026-08-13T21:02:45.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36462026-08-13T21:02:45.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36472026-08-13T21:02:45.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36482026-08-13T21:02:45.942Z
36492026-08-13T21:02:45.942Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (175/335)
36502026-08-13T21:02:46.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36512026-08-13T21:02:46.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36522026-08-13T21:02:46.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36532026-08-13T21:02:46.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36542026-08-13T21:02:46.502Z
36552026-08-13T21:02:46.502Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (176/335)
36562026-08-13T21:02:46.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36572026-08-13T21:02:46.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36582026-08-13T21:02:46.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36592026-08-13T21:02:46.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36602026-08-13T21:02:47.073Z
36612026-08-13T21:02:47.073Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (177/335)
36622026-08-13T21:02:47.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36632026-08-13T21:02:47.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36642026-08-13T21:02:47.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36652026-08-13T21:02:47.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36662026-08-13T21:02:47.642Z
36672026-08-13T21:02:47.642Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (178/335)
36682026-08-13T21:02:48.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36692026-08-13T21:02:48.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36702026-08-13T21:02:48.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36712026-08-13T21:02:48.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36722026-08-13T21:02:48.571Z
36732026-08-13T21:02:48.571Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (179/335)
36742026-08-13T21:02:48.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36752026-08-13T21:02:48.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36762026-08-13T21:02:48.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36772026-08-13T21:02:48.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36782026-08-13T21:02:48.811Z
36792026-08-13T21:02:48.811Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (180/335)
36802026-08-13T21:02:49.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36812026-08-13T21:02:49.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36822026-08-13T21:02:49.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36832026-08-13T21:02:49.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36842026-08-13T21:02:49.368Z
36852026-08-13T21:02:49.368Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (181/335)
36862026-08-13T21:02:53.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36872026-08-13T21:02:53.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36882026-08-13T21:02:53.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36892026-08-13T21:02:53.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36902026-08-13T21:02:53.885Z
36912026-08-13T21:02:53.885Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (182/335)
36922026-08-13T21:02:53.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36932026-08-13T21:02:53.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36942026-08-13T21:02:53.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36952026-08-13T21:02:53.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36962026-08-13T21:02:53.888Z
36972026-08-13T21:02:53.888Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (183/335)
36982026-08-13T21:02:53.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36992026-08-13T21:02:53.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37002026-08-13T21:02:53.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37012026-08-13T21:02:53.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37022026-08-13T21:02:53.889Z
37032026-08-13T21:02:53.889Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (184/335)
37042026-08-13T21:02:53.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37052026-08-13T21:02:53.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37062026-08-13T21:02:53.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37072026-08-13T21:02:53.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37082026-08-13T21:02:53.890Z
37092026-08-13T21:02:53.890Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (185/335)
37102026-08-13T21:02:53.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37112026-08-13T21:02:53.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37122026-08-13T21:02:53.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37132026-08-13T21:02:53.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37142026-08-13T21:02:53.890Z
37152026-08-13T21:02:53.890Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (186/335)
37162026-08-13T21:02:53.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-08-13T21:02:53.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-08-13T21:02:53.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37192026-08-13T21:02:53.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37202026-08-13T21:02:53.946Z
37212026-08-13T21:02:53.946Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (187/335)
37222026-08-13T21:02:53.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232026-08-13T21:02:53.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242026-08-13T21:02:53.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37252026-08-13T21:02:53.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37262026-08-13T21:02:53.946Z
37272026-08-13T21:02:53.946Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (188/335)
37282026-08-13T21:02:53.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292026-08-13T21:02:53.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302026-08-13T21:02:53.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37312026-08-13T21:02:53.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37322026-08-13T21:02:54.033Z
37332026-08-13T21:02:54.033Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (189/335)
37342026-08-13T21:02:54.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-08-13T21:02:54.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-08-13T21:02:54.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37372026-08-13T21:02:54.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37382026-08-13T21:02:54.619Z
37392026-08-13T21:02:54.619Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (190/335)
37402026-08-13T21:02:55.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-08-13T21:02:55.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-08-13T21:02:55.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37432026-08-13T21:02:55.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37442026-08-13T21:02:55.203Z
37452026-08-13T21:02:55.203Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (191/335)
37462026-08-13T21:02:55.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-08-13T21:02:55.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-08-13T21:02:55.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37492026-08-13T21:02:55.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37502026-08-13T21:02:55.782Z
37512026-08-13T21:02:55.783Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (192/335)
37522026-08-13T21:02:56.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532026-08-13T21:02:56.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542026-08-13T21:02:56.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37552026-08-13T21:02:56.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37562026-08-13T21:02:56.361Z
37572026-08-13T21:02:56.361Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (193/335)
37582026-08-13T21:02:56.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-08-13T21:02:56.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-08-13T21:02:56.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37612026-08-13T21:02:56.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37622026-08-13T21:02:56.938Z
37632026-08-13T21:02:56.938Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (194/335)
37642026-08-13T21:02:57.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-08-13T21:02:57.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-08-13T21:02:57.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37672026-08-13T21:02:57.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37682026-08-13T21:02:57.513Z
37692026-08-13T21:02:57.513Zinfo: running `cargo check --bins` on oximeter-producer (195/335)
37702026-08-13T21:02:58.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-08-13T21:02:58.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-08-13T21:02:58.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37732026-08-13T21:02:58.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37742026-08-13T21:02:58.113Z
37752026-08-13T21:02:58.113Zinfo: running `cargo check --bins` on internal-dns-resolver (196/335)
37762026-08-13T21:02:58.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-08-13T21:02:58.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-08-13T21:02:58.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37792026-08-13T21:02:58.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37802026-08-13T21:02:58.680Z
37812026-08-13T21:02:58.680Zinfo: running `cargo check --bins` on dns-server (197/335)
37822026-08-13T21:02:59.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832026-08-13T21:02:59.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842026-08-13T21:02:59.315Z Compiling parking_lot_core v0.8.6
37852026-08-13T21:02:59.318Z Compiling git-stub v1.0.0
37862026-08-13T21:02:59.429Z Checking prefix-trie v0.7.0
37872026-08-13T21:02:59.434Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37882026-08-13T21:02:59.544Z Compiling git-stub-vcs v0.1.0
37892026-08-13T21:02:59.708Z Checking hickory-server v0.25.2
37902026-08-13T21:02:59.809Z Checking parking_lot v0.11.2
37912026-08-13T21:02:59.842Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37922026-08-13T21:02:59.976Z Checking sled v0.34.7
37932026-08-13T21:03:01.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
37942026-08-13T21:03:02.083Z
37952026-08-13T21:03:02.083Zinfo: running `cargo check --bins` on dns-server-api (198/335)
37962026-08-13T21:03:02.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-08-13T21:03:02.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-08-13T21:03:02.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992026-08-13T21:03:02.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
38002026-08-13T21:03:02.648Z
38012026-08-13T21:03:02.648Zinfo: running `cargo check --bins` on nexus-client (199/335)
38022026-08-13T21:03:03.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-08-13T21:03:03.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-08-13T21:03:03.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-08-13T21:03:03.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38062026-08-13T21:03:03.257Z
38072026-08-13T21:03:03.257Zinfo: running `cargo check --bins` on oximeter-producer-api (200/335)
38082026-08-13T21:03:03.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-08-13T21:03:03.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-08-13T21:03:03.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112026-08-13T21:03:03.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38122026-08-13T21:03:03.826Z
38132026-08-13T21:03:03.826Zinfo: running `cargo check --bins` on sp-sim (201/335)
38142026-08-13T21:03:04.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152026-08-13T21:03:04.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162026-08-13T21:03:04.528Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
38172026-08-13T21:03:05.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
38182026-08-13T21:03:05.229Z
38192026-08-13T21:03:05.229Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/335)
38202026-08-13T21:03:05.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38212026-08-13T21:03:05.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38222026-08-13T21:03:06.029Z Compiling salty v0.3.0
38232026-08-13T21:03:06.155Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38242026-08-13T21:03:06.169Z Checking libscf-sys v1.2.0
38252026-08-13T21:03:06.169Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
38262026-08-13T21:03:06.172Z Checking rfc6979 v0.4.0
38272026-08-13T21:03:06.172Z Compiling proc-macro-error-attr2 v2.0.0
38282026-08-13T21:03:06.212Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38292026-08-13T21:03:06.213Z Checking primeorder v0.13.6
38302026-08-13T21:03:06.283Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
38312026-08-13T21:03:06.310Z Checking ecdsa v0.16.9
38322026-08-13T21:03:06.397Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
38332026-08-13T21:03:06.445Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38342026-08-13T21:03:06.481Z Checking papergrid v0.17.0
38352026-08-13T21:03:06.566Z Compiling proc-macro-error2 v2.0.1
38362026-08-13T21:03:06.619Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38372026-08-13T21:03:06.638Z Checking testing_table v0.3.0
38382026-08-13T21:03:06.654Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38392026-08-13T21:03:06.657Z Checking p384 v0.13.1
38402026-08-13T21:03:06.728Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38412026-08-13T21:03:06.789Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38422026-08-13T21:03:06.870Z Compiling tabled_derive v0.11.0
38432026-08-13T21:03:07.078Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38442026-08-13T21:03:07.096Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
38452026-08-13T21:03:07.110Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38462026-08-13T21:03:07.168Z Compiling unicase v2.9.0
38472026-08-13T21:03:07.243Z Checking corncobs v0.1.4
38482026-08-13T21:03:07.293Z Compiling illumos-nvpair-sys v0.2.0
38492026-08-13T21:03:07.328Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38502026-08-13T21:03:07.350Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38512026-08-13T21:03:07.364Z Compiling mime_guess v2.0.5
38522026-08-13T21:03:07.378Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38532026-08-13T21:03:07.407Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38542026-08-13T21:03:07.446Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38552026-08-13T21:03:07.492Z Compiling progenitor-impl v0.13.0
38562026-08-13T21:03:07.629Z Checking secrecy v0.8.0
38572026-08-13T21:03:07.647Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38582026-08-13T21:03:07.726Z Checking crc8 v0.1.1
38592026-08-13T21:03:07.824Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38602026-08-13T21:03:07.918Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38612026-08-13T21:03:08.003Z Checking tabled v0.20.0
38622026-08-13T21:03:08.160Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38632026-08-13T21:03:08.270Z Checking progenitor-client v0.13.0
38642026-08-13T21:03:08.322Z Checking http-range v0.1.5
38652026-08-13T21:03:08.445Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38662026-08-13T21:03:08.505Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38672026-08-13T21:03:08.688Z Checking illumos-nvpair v0.3.0
38682026-08-13T21:03:08.864Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38692026-08-13T21:03:08.880Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38702026-08-13T21:03:08.895Z Checking scuffle v0.1.0
38712026-08-13T21:03:08.899Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38722026-08-13T21:03:08.983Z Checking nanorand v0.7.0
38732026-08-13T21:03:09.187Z Checking flume v0.11.1
38742026-08-13T21:03:09.241Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38752026-08-13T21:03:09.431Z Checking hyper-staticfile v0.10.1
38762026-08-13T21:03:09.463Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38772026-08-13T21:03:09.581Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38782026-08-13T21:03:09.658Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38792026-08-13T21:03:09.726Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38802026-08-13T21:03:09.836Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38812026-08-13T21:03:09.920Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
38822026-08-13T21:03:09.945Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38832026-08-13T21:03:10.069Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38842026-08-13T21:03:10.098Z Compiling progenitor-macro v0.13.0
38852026-08-13T21:03:10.123Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38862026-08-13T21:03:10.240Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
38872026-08-13T21:03:10.256Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38882026-08-13T21:03:10.347Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38892026-08-13T21:03:10.897Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38902026-08-13T21:03:11.383Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38912026-08-13T21:03:12.908Z Checking progenitor v0.13.0
38922026-08-13T21:03:13.043Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38932026-08-13T21:03:14.545Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38942026-08-13T21:03:15.736Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
38952026-08-13T21:03:28.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.44s
38962026-08-13T21:03:28.685Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38972026-08-13T21:03:28.685Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38982026-08-13T21:03:28.884Z
38992026-08-13T21:03:28.884Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/335)
39002026-08-13T21:03:29.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39012026-08-13T21:03:29.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39022026-08-13T21:03:29.645Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39032026-08-13T21:03:40.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.28s
39042026-08-13T21:03:40.180Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39052026-08-13T21:03:40.180Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39062026-08-13T21:03:40.378Z
39072026-08-13T21:03:40.378Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/335)
39082026-08-13T21:03:40.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-08-13T21:03:40.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-08-13T21:03:41.146Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39112026-08-13T21:03:51.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.25s
39122026-08-13T21:03:51.645Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39132026-08-13T21:03:51.645Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39142026-08-13T21:03:51.851Z
39152026-08-13T21:03:51.851Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/335)
39162026-08-13T21:03:52.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39172026-08-13T21:03:52.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39182026-08-13T21:03:52.616Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39192026-08-13T21:04:03.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.29s
39202026-08-13T21:04:03.148Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39212026-08-13T21:04:03.148Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39222026-08-13T21:04:03.346Z
39232026-08-13T21:04:03.346Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/335)
39242026-08-13T21:04:03.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39252026-08-13T21:04:03.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39262026-08-13T21:04:04.113Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39272026-08-13T21:04:14.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.26s
39282026-08-13T21:04:14.617Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39292026-08-13T21:04:14.617Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39302026-08-13T21:04:14.814Z
39312026-08-13T21:04:14.814Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/335)
39322026-08-13T21:04:15.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39332026-08-13T21:04:15.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39342026-08-13T21:04:15.576Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39352026-08-13T21:04:26.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.23s
39362026-08-13T21:04:26.059Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39372026-08-13T21:04:26.059Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39382026-08-13T21:04:26.257Z
39392026-08-13T21:04:26.258Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/335)
39402026-08-13T21:04:26.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39412026-08-13T21:04:26.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39422026-08-13T21:04:27.024Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39432026-08-13T21:04:37.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.25s
39442026-08-13T21:04:37.521Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39452026-08-13T21:04:37.521Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39462026-08-13T21:04:37.795Z
39472026-08-13T21:04:37.795Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/335)
39482026-08-13T21:04:38.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39492026-08-13T21:04:38.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39502026-08-13T21:04:38.487Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39512026-08-13T21:04:48.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.25s
39522026-08-13T21:04:48.979Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39532026-08-13T21:04:48.979Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39542026-08-13T21:04:49.194Z
39552026-08-13T21:04:49.194Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (210/335)
39562026-08-13T21:04:49.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-08-13T21:04:49.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-08-13T21:04:49.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39592026-08-13T21:04:49.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39602026-08-13T21:04:49.752Z
39612026-08-13T21:04:49.752Zinfo: running `cargo check --bins` on installinator-common (211/335)
39622026-08-13T21:04:50.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-08-13T21:04:50.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-08-13T21:04:50.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39652026-08-13T21:04:50.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39662026-08-13T21:04:50.543Z
39672026-08-13T21:04:50.543Zinfo: running `cargo check --bins` on installinator-common-versions (212/335)
39682026-08-13T21:04:51.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-08-13T21:04:51.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-08-13T21:04:51.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39712026-08-13T21:04:51.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39722026-08-13T21:04:51.773Z
39732026-08-13T21:04:51.773Zinfo: running `cargo check --bins` on nexus-lockstep-client (213/335)
39742026-08-13T21:04:51.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-08-13T21:04:51.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-08-13T21:04:51.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39772026-08-13T21:04:51.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39782026-08-13T21:04:51.773Z
39792026-08-13T21:04:51.773Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (214/335)
39802026-08-13T21:04:51.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39812026-08-13T21:04:52.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39822026-08-13T21:04:52.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39832026-08-13T21:04:52.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39842026-08-13T21:04:52.083Z
39852026-08-13T21:04:52.083Zinfo: running `cargo check --bins` on range-requests (215/335)
39862026-08-13T21:04:52.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-08-13T21:04:52.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-08-13T21:04:52.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39892026-08-13T21:04:52.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39902026-08-13T21:04:52.648Z
39912026-08-13T21:04:52.648Zinfo: running `cargo check --bins` on repo-depot-api (216/335)
39922026-08-13T21:04:53.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-08-13T21:04:53.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-08-13T21:04:53.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39952026-08-13T21:04:53.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39962026-08-13T21:04:53.212Z
39972026-08-13T21:04:53.212Zinfo: running `cargo check --bins` on repo-depot-client (217/335)
39982026-08-13T21:04:53.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-08-13T21:04:53.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-08-13T21:04:53.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40012026-08-13T21:04:53.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40022026-08-13T21:04:53.771Z
40032026-08-13T21:04:53.771Zinfo: running `cargo check --bins` on sled-agent-api (218/335)
40042026-08-13T21:04:54.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-08-13T21:04:54.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-08-13T21:04:54.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40072026-08-13T21:04:54.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40082026-08-13T21:04:54.359Z
40092026-08-13T21:04:54.359Zinfo: running `cargo check --bins` on sled-diagnostics (219/335)
40102026-08-13T21:04:54.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-08-13T21:04:54.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-08-13T21:04:54.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40132026-08-13T21:04:54.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40142026-08-13T21:04:54.953Z
40152026-08-13T21:04:54.953Zinfo: running `cargo check --bins` on zfs-test-harness (220/335)
40162026-08-13T21:04:55.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-08-13T21:04:55.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-08-13T21:04:55.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40192026-08-13T21:04:55.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40202026-08-13T21:04:55.550Z
40212026-08-13T21:04:55.550Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (221/335)
40222026-08-13T21:04:56.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-08-13T21:04:56.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-08-13T21:04:56.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40252026-08-13T21:04:56.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40262026-08-13T21:04:56.145Z
40272026-08-13T21:04:56.145Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (222/335)
40282026-08-13T21:04:56.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40292026-08-13T21:04:56.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40302026-08-13T21:04:56.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40312026-08-13T21:04:56.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40322026-08-13T21:04:56.731Z
40332026-08-13T21:04:56.731Zinfo: running `cargo check --bins` on sled-agent-early-networking (223/335)
40342026-08-13T21:04:57.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40352026-08-13T21:04:57.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40362026-08-13T21:04:57.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40372026-08-13T21:04:57.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40382026-08-13T21:04:57.316Z
40392026-08-13T21:04:57.317Zinfo: running `cargo check --bins` on sled-agent-health-monitor (224/335)
40402026-08-13T21:04:57.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40412026-08-13T21:04:57.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40422026-08-13T21:04:57.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40432026-08-13T21:04:57.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40442026-08-13T21:04:57.909Z
40452026-08-13T21:04:57.910Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (225/335)
40462026-08-13T21:04:58.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40472026-08-13T21:04:58.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40482026-08-13T21:04:58.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40492026-08-13T21:04:58.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40502026-08-13T21:04:58.504Z
40512026-08-13T21:04:58.505Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (226/335)
40522026-08-13T21:05:00.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40532026-08-13T21:05:00.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40542026-08-13T21:05:00.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40552026-08-13T21:05:00.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40562026-08-13T21:05:00.379Z
40572026-08-13T21:05:00.379Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (227/335)
40582026-08-13T21:05:00.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40592026-08-13T21:05:00.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40602026-08-13T21:05:00.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40612026-08-13T21:05:00.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40622026-08-13T21:05:00.379Z
40632026-08-13T21:05:00.379Zinfo: running `cargo check --bins` on sled-agent-rack-setup (228/335)
40642026-08-13T21:05:00.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40652026-08-13T21:05:00.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40662026-08-13T21:05:00.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40672026-08-13T21:05:00.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40682026-08-13T21:05:00.380Z
40692026-08-13T21:05:00.380Zinfo: running `cargo check --bins` on trust-quorum (229/335)
40702026-08-13T21:05:00.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40712026-08-13T21:05:00.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40722026-08-13T21:05:00.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40732026-08-13T21:05:00.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40742026-08-13T21:05:00.903Z
40752026-08-13T21:05:00.903Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (230/335)
40762026-08-13T21:05:01.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40772026-08-13T21:05:01.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40782026-08-13T21:05:01.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40792026-08-13T21:05:01.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40802026-08-13T21:05:01.502Z
40812026-08-13T21:05:01.502Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (231/335)
40822026-08-13T21:05:02.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40832026-08-13T21:05:02.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40842026-08-13T21:05:02.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40852026-08-13T21:05:02.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40862026-08-13T21:05:02.112Z
40872026-08-13T21:05:02.112Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (232/335)
40882026-08-13T21:05:02.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40892026-08-13T21:05:02.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40902026-08-13T21:05:02.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40912026-08-13T21:05:02.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40922026-08-13T21:05:02.734Z
40932026-08-13T21:05:02.734Zinfo: running `cargo check --bins` on omicron-deployment-graph (233/335)
40942026-08-13T21:05:03.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40952026-08-13T21:05:03.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40962026-08-13T21:05:03.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40972026-08-13T21:05:03.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40982026-08-13T21:05:03.288Z
40992026-08-13T21:05:03.288Zinfo: running `cargo check --bins` on transient-dns-server (234/335)
41002026-08-13T21:05:03.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41012026-08-13T21:05:03.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41022026-08-13T21:05:03.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41032026-08-13T21:05:03.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41042026-08-13T21:05:03.863Z
41052026-08-13T21:05:03.864Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (235/335)
41062026-08-13T21:05:04.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41072026-08-13T21:05:04.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41082026-08-13T21:05:04.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41092026-08-13T21:05:04.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41102026-08-13T21:05:04.451Z
41112026-08-13T21:05:04.451Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (236/335)
41122026-08-13T21:05:04.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41132026-08-13T21:05:04.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41142026-08-13T21:05:04.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41152026-08-13T21:05:04.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41162026-08-13T21:05:05.045Z
41172026-08-13T21:05:05.045Zinfo: running `cargo check --bins` on omicron-rpaths (237/335)
41182026-08-13T21:05:05.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41192026-08-13T21:05:05.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41202026-08-13T21:05:05.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41212026-08-13T21:05:05.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41222026-08-13T21:05:05.602Z
41232026-08-13T21:05:05.602Zinfo: running `cargo check --bins` on omicron-repl-utils (238/335)
41242026-08-13T21:05:06.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41252026-08-13T21:05:06.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41262026-08-13T21:05:06.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41272026-08-13T21:05:06.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41282026-08-13T21:05:06.781Z
41292026-08-13T21:05:06.782Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (239/335)
41302026-08-13T21:05:06.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41312026-08-13T21:05:06.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41322026-08-13T21:05:06.856Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
41332026-08-13T21:05:07.270Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
41342026-08-13T21:05:08.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.29s
41352026-08-13T21:05:08.639Z
41362026-08-13T21:05:08.639Zinfo: running `cargo check --bins` on clickhouse-admin-api (240/335)
41372026-08-13T21:05:09.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41382026-08-13T21:05:09.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41392026-08-13T21:05:09.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41402026-08-13T21:05:09.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41412026-08-13T21:05:09.211Z
41422026-08-13T21:05:09.211Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (241/335)
41432026-08-13T21:05:09.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-08-13T21:05:09.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-08-13T21:05:09.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41462026-08-13T21:05:09.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41472026-08-13T21:05:09.782Z
41482026-08-13T21:05:09.782Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (242/335)
41492026-08-13T21:05:10.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-08-13T21:05:10.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-08-13T21:05:10.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41522026-08-13T21:05:10.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41532026-08-13T21:05:10.364Z
41542026-08-13T21:05:10.364Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (243/335)
41552026-08-13T21:05:10.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-08-13T21:05:10.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-08-13T21:05:10.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41582026-08-13T21:05:10.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41592026-08-13T21:05:10.942Z
41602026-08-13T21:05:10.942Zinfo: running `cargo check --bins` on installinator-client (244/335)
41612026-08-13T21:05:11.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41622026-08-13T21:05:11.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41632026-08-13T21:05:11.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41642026-08-13T21:05:11.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41652026-08-13T21:05:11.504Z
41662026-08-13T21:05:11.504Zinfo: running `cargo check --bins` on oxide-client (245/335)
41672026-08-13T21:05:11.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41682026-08-13T21:05:11.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41692026-08-13T21:05:11.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41702026-08-13T21:05:11.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41712026-08-13T21:05:12.064Z
41722026-08-13T21:05:12.064Zinfo: running `cargo check --bins` on oximeter-client (246/335)
41732026-08-13T21:05:12.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41742026-08-13T21:05:12.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41752026-08-13T21:05:12.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41762026-08-13T21:05:12.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41772026-08-13T21:05:12.634Z
41782026-08-13T21:05:12.634Zinfo: running `cargo check --bins` on wicketd-client (247/335)
41792026-08-13T21:05:13.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41802026-08-13T21:05:13.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41812026-08-13T21:05:13.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41822026-08-13T21:05:13.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41832026-08-13T21:05:13.227Z
41842026-08-13T21:05:13.227Zinfo: running `cargo check --bins` on wicket-common (248/335)
41852026-08-13T21:05:13.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41862026-08-13T21:05:13.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41872026-08-13T21:05:13.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41882026-08-13T21:05:13.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41892026-08-13T21:05:13.802Z
41902026-08-13T21:05:13.802Zinfo: running `cargo check --bins` on wicketd-commission-client (249/335)
41912026-08-13T21:05:14.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41922026-08-13T21:05:14.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41932026-08-13T21:05:14.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41942026-08-13T21:05:14.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41952026-08-13T21:05:14.378Z
41962026-08-13T21:05:14.378Zinfo: running `cargo check --bins` on omicron-cockroach-admin (250/335)
41972026-08-13T21:05:14.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41982026-08-13T21:05:14.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41992026-08-13T21:05:15.053Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42002026-08-13T21:05:15.058Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
42012026-08-13T21:05:16.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
42022026-08-13T21:05:16.430Z
42032026-08-13T21:05:16.430Zinfo: running `cargo check --bins` on cockroach-admin-api (251/335)
42042026-08-13T21:05:16.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42052026-08-13T21:05:16.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42062026-08-13T21:05:16.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42072026-08-13T21:05:16.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42082026-08-13T21:05:16.999Z
42092026-08-13T21:05:16.999Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (252/335)
42102026-08-13T21:05:17.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-08-13T21:05:17.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-08-13T21:05:17.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42132026-08-13T21:05:17.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42142026-08-13T21:05:17.650Z
42152026-08-13T21:05:17.650Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (253/335)
42162026-08-13T21:05:18.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42172026-08-13T21:05:18.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42182026-08-13T21:05:18.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42192026-08-13T21:05:18.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42202026-08-13T21:05:18.314Z
42212026-08-13T21:05:18.314Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (254/335)
42222026-08-13T21:05:18.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42232026-08-13T21:05:18.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42242026-08-13T21:05:18.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42252026-08-13T21:05:18.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42262026-08-13T21:05:18.954Z
42272026-08-13T21:05:18.955Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (255/335)
42282026-08-13T21:05:19.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42292026-08-13T21:05:19.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42302026-08-13T21:05:19.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42312026-08-13T21:05:19.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42322026-08-13T21:05:19.591Z
42332026-08-13T21:05:19.591Zinfo: running `cargo check --bins` on db-macros (256/335)
42342026-08-13T21:05:20.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42352026-08-13T21:05:20.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42362026-08-13T21:05:20.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42372026-08-13T21:05:20.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42382026-08-13T21:05:20.161Z
42392026-08-13T21:05:20.161Zinfo: running `cargo check --bins` on nexus-macros-common (257/335)
42402026-08-13T21:05:20.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42412026-08-13T21:05:20.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42422026-08-13T21:05:20.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42432026-08-13T21:05:20.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42442026-08-13T21:05:20.732Z
42452026-08-13T21:05:20.732Zinfo: running `cargo check --bins` on nexus-auth (258/335)
42462026-08-13T21:05:21.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42472026-08-13T21:05:21.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42482026-08-13T21:05:21.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42492026-08-13T21:05:21.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42502026-08-13T21:05:21.372Z
42512026-08-13T21:05:21.372Zinfo: running `cargo check --bins` on authz-macros (259/335)
42522026-08-13T21:05:21.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42532026-08-13T21:05:21.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42542026-08-13T21:05:21.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42552026-08-13T21:05:21.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42562026-08-13T21:05:21.946Z
42572026-08-13T21:05:21.946Zinfo: running `cargo check --bins` on nexus-db-fixed-data (260/335)
42582026-08-13T21:05:22.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42592026-08-13T21:05:22.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42602026-08-13T21:05:22.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42612026-08-13T21:05:22.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42622026-08-13T21:05:22.573Z
42632026-08-13T21:05:22.573Zinfo: running `cargo check --bins` on nexus-db-model (261/335)
42642026-08-13T21:05:23.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42652026-08-13T21:05:23.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42662026-08-13T21:05:23.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42672026-08-13T21:05:23.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42682026-08-13T21:05:23.186Z
42692026-08-13T21:05:23.186Zinfo: running `cargo check --bins` on nexus-db-schema (262/335)
42702026-08-13T21:05:23.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42712026-08-13T21:05:23.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42722026-08-13T21:05:23.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42732026-08-13T21:05:23.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42742026-08-13T21:05:23.745Z
42752026-08-13T21:05:23.745Zinfo: running `cargo check --bins` on nexus-defaults (263/335)
42762026-08-13T21:05:24.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42772026-08-13T21:05:24.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42782026-08-13T21:05:24.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42792026-08-13T21:05:24.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42802026-08-13T21:05:24.317Z
42812026-08-13T21:05:24.317Zinfo: running `cargo check --bins` on omicron-git-version (264/335)
42822026-08-13T21:05:24.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42832026-08-13T21:05:24.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42842026-08-13T21:05:24.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42852026-08-13T21:05:24.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42862026-08-13T21:05:24.869Z
42872026-08-13T21:05:24.869Zinfo: running `cargo check --bins` on nexus-db-errors (265/335)
42882026-08-13T21:05:25.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42892026-08-13T21:05:25.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42902026-08-13T21:05:25.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42912026-08-13T21:05:25.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42922026-08-13T21:05:25.485Z
42932026-08-13T21:05:25.485Zinfo: running `cargo check --bins` on nexus-db-lookup (266/335)
42942026-08-13T21:05:26.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42952026-08-13T21:05:26.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42962026-08-13T21:05:26.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42972026-08-13T21:05:26.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42982026-08-13T21:05:26.109Z
42992026-08-13T21:05:26.109Zinfo: running `cargo check --bins` on nexus-test-interface (267/335)
43002026-08-13T21:05:26.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43012026-08-13T21:05:26.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43022026-08-13T21:05:26.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43032026-08-13T21:05:26.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43042026-08-13T21:05:26.734Z
43052026-08-13T21:05:26.734Zinfo: running `cargo check --bins` on oximeter-collector (268/335)
43062026-08-13T21:05:27.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43072026-08-13T21:05:27.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43082026-08-13T21:05:27.447Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
43092026-08-13T21:05:27.478Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
43102026-08-13T21:05:28.121Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43112026-08-13T21:05:29.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s
43122026-08-13T21:05:30.020Z
43132026-08-13T21:05:30.020Zinfo: running `cargo check --bins` on oximeter-api (269/335)
43142026-08-13T21:05:30.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43152026-08-13T21:05:30.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43162026-08-13T21:05:30.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43172026-08-13T21:05:30.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43182026-08-13T21:05:30.606Z
43192026-08-13T21:05:30.607Zinfo: running `cargo check --bins` on cert-dev (270/335)
43202026-08-13T21:05:31.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43212026-08-13T21:05:31.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43222026-08-13T21:05:31.222Z Checking yasna v0.5.2
43232026-08-13T21:05:31.633Z Checking rcgen v0.12.1
43242026-08-13T21:05:31.916Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
43252026-08-13T21:05:32.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
43262026-08-13T21:05:32.253Z
43272026-08-13T21:05:32.253Zinfo: running `cargo check --bins` on clickana (271/335)
43282026-08-13T21:05:32.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43292026-08-13T21:05:32.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43302026-08-13T21:05:32.887Z Compiling instability v0.3.11
43312026-08-13T21:05:32.891Z Checking castaway v0.2.4
43322026-08-13T21:05:32.891Z Compiling indoc v2.0.7
43332026-08-13T21:05:32.891Z Checking unicode-truncate v1.1.0
43342026-08-13T21:05:32.996Z Checking lru v0.12.5
43352026-08-13T21:05:33.003Z Checking cassowary v0.3.0
43362026-08-13T21:05:33.116Z Checking compact_str v0.8.1
43372026-08-13T21:05:33.880Z Checking ratatui v0.29.0
43382026-08-13T21:05:34.932Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
43392026-08-13T21:05:35.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s
43402026-08-13T21:05:35.826Z
43412026-08-13T21:05:35.826Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (272/335)
43422026-08-13T21:05:36.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43432026-08-13T21:05:36.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43442026-08-13T21:05:36.533Z Checking headers-core v0.3.0
43452026-08-13T21:05:36.537Z Checking port-file v0.1.0
43462026-08-13T21:05:36.537Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
43472026-08-13T21:05:36.728Z Checking headers v0.4.1
43482026-08-13T21:05:37.093Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43492026-08-13T21:05:38.051Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43502026-08-13T21:05:38.569Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
43512026-08-13T21:05:39.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
43522026-08-13T21:05:39.193Z
43532026-08-13T21:05:39.193Zinfo: running `cargo check --bins` on ch-dev (273/335)
43542026-08-13T21:05:39.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43552026-08-13T21:05:39.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43562026-08-13T21:05:39.902Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
43572026-08-13T21:05:40.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
43582026-08-13T21:05:40.848Z
43592026-08-13T21:05:40.848Zinfo: running `cargo check --bins` on dev-tools-common (274/335)
43602026-08-13T21:05:41.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43612026-08-13T21:05:41.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43622026-08-13T21:05:41.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43632026-08-13T21:05:41.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
43642026-08-13T21:05:41.264Z
43652026-08-13T21:05:41.265Zinfo: running `cargo check --bins` on corpus-adjust (275/335)
43662026-08-13T21:05:41.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43672026-08-13T21:05:41.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43682026-08-13T21:05:41.901Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
43692026-08-13T21:05:42.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
43702026-08-13T21:05:42.443Z
43712026-08-13T21:05:42.443Zinfo: running `cargo check --bins` on crdb-seed (276/335)
43722026-08-13T21:05:42.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43732026-08-13T21:05:42.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43742026-08-13T21:05:43.185Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43752026-08-13T21:05:44.256Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
43762026-08-13T21:05:44.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s
43772026-08-13T21:05:44.795Z
43782026-08-13T21:05:44.795Zinfo: running `cargo check --bins` on db-dev (277/335)
43792026-08-13T21:05:45.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43802026-08-13T21:05:45.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43812026-08-13T21:05:45.497Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
43822026-08-13T21:05:46.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
43832026-08-13T21:05:46.446Z
43842026-08-13T21:05:46.447Zinfo: running `cargo check --bins` on omicron-dev-lib (278/335)
43852026-08-13T21:05:46.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43862026-08-13T21:05:46.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43872026-08-13T21:05:46.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43882026-08-13T21:05:46.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43892026-08-13T21:05:47.051Z
43902026-08-13T21:05:47.051Zinfo: running `cargo check --bins` on xtask-downloader (279/335)
43912026-08-13T21:05:47.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43922026-08-13T21:05:47.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43932026-08-13T21:05:47.662Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
43942026-08-13T21:05:48.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
43952026-08-13T21:05:48.518Z
43962026-08-13T21:05:48.518Zinfo: running `cargo check --bins` on omicron-dropshot-apis (280/335)
43972026-08-13T21:05:49.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43982026-08-13T21:05:49.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43992026-08-13T21:05:49.252Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
44002026-08-13T21:05:49.252Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
44012026-08-13T21:05:49.257Z Checking git-stub v1.0.0
44022026-08-13T21:05:49.257Z Compiling trait-variant v0.1.2
44032026-08-13T21:05:49.371Z Checking maplit v1.0.2
44042026-08-13T21:05:49.384Z Checking is_ci v1.2.0
44052026-08-13T21:05:49.410Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44062026-08-13T21:05:49.410Z Checking drift v0.2.0
44072026-08-13T21:05:49.448Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
44082026-08-13T21:05:49.486Z Checking supports-color v3.0.2
44092026-08-13T21:05:49.505Z Checking git-stub-vcs v0.1.0
44102026-08-13T21:05:49.609Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44112026-08-13T21:05:49.632Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44122026-08-13T21:05:49.647Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
44132026-08-13T21:05:49.696Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
44142026-08-13T21:05:49.765Z Checking dropshot-api-manager v0.7.2
44152026-08-13T21:05:49.792Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
44162026-08-13T21:05:49.886Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
44172026-08-13T21:05:50.097Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
44182026-08-13T21:05:50.602Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44192026-08-13T21:05:51.562Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
44202026-08-13T21:05:52.560Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
44212026-08-13T21:05:53.256Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
44222026-08-13T21:05:53.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s
44232026-08-13T21:05:53.711Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44242026-08-13T21:05:53.711Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44252026-08-13T21:05:53.885Z
44262026-08-13T21:05:53.885Zinfo: running `cargo check --bins` on installinator-api (281/335)
44272026-08-13T21:05:54.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44282026-08-13T21:05:54.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44292026-08-13T21:05:54.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44302026-08-13T21:05:54.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44312026-08-13T21:05:54.454Z
44322026-08-13T21:05:54.454Zinfo: running `cargo check --bins` on nexus-external-api (282/335)
44332026-08-13T21:05:54.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44342026-08-13T21:05:54.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44352026-08-13T21:05:54.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44362026-08-13T21:05:54.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44372026-08-13T21:05:55.070Z
44382026-08-13T21:05:55.070Zinfo: running `cargo check --bins` on nexus-internal-api (283/335)
44392026-08-13T21:05:55.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44402026-08-13T21:05:55.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44412026-08-13T21:05:55.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44422026-08-13T21:05:55.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44432026-08-13T21:05:55.680Z
44442026-08-13T21:05:55.680Zinfo: running `cargo check --bins` on nexus-lockstep-api (284/335)
44452026-08-13T21:05:56.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44462026-08-13T21:05:56.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44472026-08-13T21:05:56.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44482026-08-13T21:05:56.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44492026-08-13T21:05:56.285Z
44502026-08-13T21:05:56.285Zinfo: running `cargo check --bins` on ntp-admin-api (285/335)
44512026-08-13T21:05:56.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44522026-08-13T21:05:56.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44532026-08-13T21:05:56.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44542026-08-13T21:05:56.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44552026-08-13T21:05:56.845Z
44562026-08-13T21:05:56.845Zinfo: running `cargo check --bins` on ntp-admin-types-versions (286/335)
44572026-08-13T21:05:57.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44582026-08-13T21:05:57.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44592026-08-13T21:05:57.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44602026-08-13T21:05:57.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44612026-08-13T21:05:57.399Z
44622026-08-13T21:05:57.399Zinfo: running `cargo check --bins` on wicketd-api (287/335)
44632026-08-13T21:05:57.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44642026-08-13T21:05:57.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44652026-08-13T21:05:57.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44662026-08-13T21:05:57.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44672026-08-13T21:05:57.988Z
44682026-08-13T21:05:57.988Zinfo: running `cargo check --bins` on wicketd-commission-api (288/335)
44692026-08-13T21:05:58.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44702026-08-13T21:05:58.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44712026-08-13T21:05:58.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44722026-08-13T21:05:58.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44732026-08-13T21:05:58.565Z
44742026-08-13T21:05:58.565Zinfo: running `cargo check --bins` on omicron-ls-apis (289/335)
44752026-08-13T21:05:59.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44762026-08-13T21:05:59.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44772026-08-13T21:05:59.168Z Compiling blake3 v1.8.5
44782026-08-13T21:05:59.277Z Checking arrayref v0.3.9
44792026-08-13T21:05:59.281Z Checking arrayvec v0.7.6
44802026-08-13T21:05:59.290Z Checking constant_time_eq v0.4.2
44812026-08-13T21:05:59.298Z Checking cargo-platform v0.3.2
44822026-08-13T21:05:59.301Z Checking topological-sort v0.2.2
44832026-08-13T21:05:59.301Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
44842026-08-13T21:05:59.460Z Checking cargo_metadata v0.23.1
44852026-08-13T21:06:00.053Z Checking omicron-zone-package v0.12.3
44862026-08-13T21:06:00.750Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
44872026-08-13T21:06:01.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s
44882026-08-13T21:06:01.742Z
44892026-08-13T21:06:01.742Zinfo: running `cargo check --bins` on mgs-dev (290/335)
44902026-08-13T21:06:02.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44912026-08-13T21:06:02.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44922026-08-13T21:06:02.448Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44932026-08-13T21:06:03.074Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
44942026-08-13T21:06:03.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
44952026-08-13T21:06:03.769Z
44962026-08-13T21:06:03.769Zinfo: running `cargo check --bins` on omicron-omdb (291/335)
44972026-08-13T21:06:04.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44982026-08-13T21:06:04.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44992026-08-13T21:06:04.726Z Compiling darling_core v0.21.3
45002026-08-13T21:06:04.726Z Compiling vergen-lib v0.1.6
45012026-08-13T21:06:04.726Z Compiling diesel_derives v2.3.7
45022026-08-13T21:06:04.726Z Checking scheduled-thread-pool v0.2.7
45032026-08-13T21:06:04.730Z Compiling vergen-gitcl v1.0.8
45042026-08-13T21:06:04.730Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45052026-08-13T21:06:04.730Z Compiling diesel_table_macro_syntax v0.3.0
45062026-08-13T21:06:04.890Z Compiling dirs-sys-next v0.1.2
45072026-08-13T21:06:05.040Z Compiling crunchy v0.2.4
45082026-08-13T21:06:05.080Z Compiling glob v0.3.3
45092026-08-13T21:06:05.110Z Checking r2d2 v0.8.10
45102026-08-13T21:06:05.161Z Compiling dirs-next v2.0.0
45112026-08-13T21:06:05.230Z Checking downcast-rs v2.0.2
45122026-08-13T21:06:05.280Z Compiling tiny-keccak v2.0.2
45132026-08-13T21:06:05.296Z Compiling term v0.7.0
45142026-08-13T21:06:05.327Z Compiling bit-vec v0.6.3
45152026-08-13T21:06:05.460Z Compiling clang-sys v1.8.1
45162026-08-13T21:06:05.515Z Compiling bit-set v0.5.3
45172026-08-13T21:06:05.556Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45182026-08-13T21:06:05.675Z Compiling ascii-canvas v3.0.0
45192026-08-13T21:06:05.743Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45202026-08-13T21:06:05.838Z Compiling itertools v0.10.5
45212026-08-13T21:06:05.855Z Compiling ena v0.14.4
45222026-08-13T21:06:05.895Z Compiling libloading v0.8.9
45232026-08-13T21:06:05.915Z Compiling regex-syntax v0.6.29
45242026-08-13T21:06:05.932Z Compiling bindgen v0.71.1
45252026-08-13T21:06:05.994Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45262026-08-13T21:06:06.066Z Compiling diff v0.1.13
45272026-08-13T21:06:06.326Z Compiling cexpr v0.6.0
45282026-08-13T21:06:06.363Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45292026-08-13T21:06:06.556Z Compiling rustc-hash v2.1.1
45302026-08-13T21:06:06.689Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45312026-08-13T21:06:06.825Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45322026-08-13T21:06:06.914Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45332026-08-13T21:06:07.019Z Compiling libxml v0.3.3
45342026-08-13T21:06:07.039Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45352026-08-13T21:06:07.208Z Compiling strum_macros v0.24.3
45362026-08-13T21:06:07.229Z Compiling lalrpop v0.19.12
45372026-08-13T21:06:07.274Z Compiling indoc v1.0.9
45382026-08-13T21:06:07.376Z Compiling darling_macro v0.21.3
45392026-08-13T21:06:07.890Z Compiling darling v0.21.3
45402026-08-13T21:06:07.975Z Compiling dsl_auto_type v0.2.0
45412026-08-13T21:06:08.104Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45422026-08-13T21:06:08.290Z Checking derive_builder v0.20.2
45432026-08-13T21:06:08.416Z Compiling oso-derive v0.27.3
45442026-08-13T21:06:08.531Z Checking quick-xml v0.37.5
45452026-08-13T21:06:08.566Z Compiling impl-trait-for-tuples v0.2.3
45462026-08-13T21:06:08.919Z Checking openssl-probe v0.1.6
45472026-08-13T21:06:09.060Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45482026-08-13T21:06:09.400Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45492026-08-13T21:06:09.589Z Checking bb8 v0.8.6
45502026-08-13T21:06:09.694Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45512026-08-13T21:06:09.792Z Checking nonempty v0.12.0
45522026-08-13T21:06:09.876Z Compiling libz-sys v1.1.24
45532026-08-13T21:06:09.917Z Compiling strsim v0.10.0
45542026-08-13T21:06:09.958Z Compiling libgit2-sys v0.18.3+1.9.2
45552026-08-13T21:06:10.098Z Compiling darling_core v0.13.4
45562026-08-13T21:06:10.242Z Compiling vergen-git2 v9.1.0
45572026-08-13T21:06:10.505Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45582026-08-13T21:06:10.526Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
45592026-08-13T21:06:10.714Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45602026-08-13T21:06:10.928Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45612026-08-13T21:06:11.116Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45622026-08-13T21:06:11.303Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45632026-08-13T21:06:11.493Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45642026-08-13T21:06:11.520Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
45652026-08-13T21:06:11.680Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45662026-08-13T21:06:11.868Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
45672026-08-13T21:06:12.030Z Compiling darling_macro v0.13.4
45682026-08-13T21:06:12.056Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45692026-08-13T21:06:12.243Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45702026-08-13T21:06:12.518Z Compiling darling v0.13.4
45712026-08-13T21:06:12.627Z Compiling serde_with_macros v1.5.2
45722026-08-13T21:06:12.648Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45732026-08-13T21:06:13.034Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
45742026-08-13T21:06:13.473Z Compiling serde_with v1.14.0
45752026-08-13T21:06:13.544Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45762026-08-13T21:06:13.629Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
45772026-08-13T21:06:13.883Z Checking diesel v2.3.7
45782026-08-13T21:06:14.604Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
45792026-08-13T21:06:15.243Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45802026-08-13T21:06:15.421Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
45812026-08-13T21:06:16.171Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45822026-08-13T21:06:16.274Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45832026-08-13T21:06:16.864Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
45842026-08-13T21:06:16.933Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45852026-08-13T21:06:17.298Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45862026-08-13T21:06:17.381Z Checking twox-hash v2.1.2
45872026-08-13T21:06:17.488Z Checking libsw-core v0.3.2
45882026-08-13T21:06:17.647Z Checking atty v0.2.14
45892026-08-13T21:06:17.681Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45902026-08-13T21:06:17.748Z Checking libsw v3.5.0
45912026-08-13T21:06:17.771Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45922026-08-13T21:06:17.934Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
45932026-08-13T21:06:18.025Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45942026-08-13T21:06:18.178Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45952026-08-13T21:06:19.390Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
45962026-08-13T21:06:19.499Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
45972026-08-13T21:06:20.004Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
45982026-08-13T21:06:20.203Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
45992026-08-13T21:06:20.742Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
46002026-08-13T21:06:20.932Z Checking console v0.16.2
46012026-08-13T21:06:21.182Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
46022026-08-13T21:06:21.245Z Checking fatfs v0.3.6
46032026-08-13T21:06:21.331Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
46042026-08-13T21:06:21.712Z Compiling seq-macro v0.3.6
46052026-08-13T21:06:22.207Z Checking unit-prefix v0.5.2
46062026-08-13T21:06:22.387Z Checking indicatif v0.18.4
46072026-08-13T21:06:22.546Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
46082026-08-13T21:06:22.639Z Checking oxide-update-engine-display v0.1.2
46092026-08-13T21:06:22.761Z Checking support-bundle-viewer v0.1.2
46102026-08-13T21:06:22.946Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
46112026-08-13T21:06:23.005Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46122026-08-13T21:06:23.202Z Checking multimap v0.10.1
46132026-08-13T21:06:29.042Z Checking diesel-dtrace v0.5.0
46142026-08-13T21:06:29.288Z Checking async-bb8-diesel v0.2.1
46152026-08-13T21:06:32.469Z Compiling samael v0.0.19
46162026-08-13T21:06:37.354Z Compiling git2 v0.20.4
46172026-08-13T21:06:38.613Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
46182026-08-13T21:06:39.331Z Compiling polar-core v0.27.3
46192026-08-13T21:06:39.817Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46202026-08-13T21:06:43.856Z Checking oso v0.27.3
46212026-08-13T21:07:16.063Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
46222026-08-13T21:08:30.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s
46232026-08-13T21:08:30.297Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
46242026-08-13T21:08:30.297Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
46252026-08-13T21:08:30.528Z
46262026-08-13T21:08:30.528Zinfo: running `cargo check --bins` on nexus-networking (292/335)
46272026-08-13T21:08:31.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46282026-08-13T21:08:31.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46292026-08-13T21:08:31.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46302026-08-13T21:08:31.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
46312026-08-13T21:08:31.202Z
46322026-08-13T21:08:31.202Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (293/335)
46332026-08-13T21:08:31.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46342026-08-13T21:08:31.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46352026-08-13T21:08:31.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46362026-08-13T21:08:31.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46372026-08-13T21:08:31.829Z
46382026-08-13T21:08:31.829Zinfo: running `cargo check --bins` on nexus-saga-recovery (294/335)
46392026-08-13T21:08:32.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46402026-08-13T21:08:32.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46412026-08-13T21:08:32.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46422026-08-13T21:08:32.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46432026-08-13T21:08:32.460Z
46442026-08-13T21:08:32.460Zinfo: running `cargo check --bins` on nexus-test-utils-macros (295/335)
46452026-08-13T21:08:32.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46462026-08-13T21:08:32.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46472026-08-13T21:08:32.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46482026-08-13T21:08:32.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
46492026-08-13T21:08:33.016Z
46502026-08-13T21:08:33.016Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (296/335)
46512026-08-13T21:08:33.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46522026-08-13T21:08:33.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46532026-08-13T21:08:33.833Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46542026-08-13T21:08:34.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
46552026-08-13T21:08:34.588Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
46562026-08-13T21:08:34.588Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
46572026-08-13T21:08:34.794Z
46582026-08-13T21:08:34.794Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (297/335)
46592026-08-13T21:08:35.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46602026-08-13T21:08:35.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46612026-08-13T21:08:35.610Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46622026-08-13T21:09:13.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.18s
46632026-08-13T21:09:13.981Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
46642026-08-13T21:09:13.981Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
46652026-08-13T21:09:14.196Z
46662026-08-13T21:09:14.196Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (298/335)
46672026-08-13T21:09:14.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46682026-08-13T21:09:14.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46692026-08-13T21:09:14.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46702026-08-13T21:09:14.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
46712026-08-13T21:09:14.748Z
46722026-08-13T21:09:14.748Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (299/335)
46732026-08-13T21:09:15.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46742026-08-13T21:09:15.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46752026-08-13T21:09:15.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46762026-08-13T21:09:15.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
46772026-08-13T21:09:15.299Z
46782026-08-13T21:09:15.299Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (300/335)
46792026-08-13T21:09:15.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46802026-08-13T21:09:15.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46812026-08-13T21:09:15.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46822026-08-13T21:09:15.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46832026-08-13T21:09:15.915Z
46842026-08-13T21:09:15.916Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (301/335)
46852026-08-13T21:09:16.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46862026-08-13T21:09:16.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46872026-08-13T21:09:16.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46882026-08-13T21:09:16.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46892026-08-13T21:09:16.541Z
46902026-08-13T21:09:16.541Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (302/335)
46912026-08-13T21:09:17.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46922026-08-13T21:09:17.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46932026-08-13T21:09:17.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46942026-08-13T21:09:17.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46952026-08-13T21:09:17.183Z
46962026-08-13T21:09:17.183Zinfo: running `cargo check --bins` on nexus-mgs-updates (303/335)
46972026-08-13T21:09:17.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46982026-08-13T21:09:17.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46992026-08-13T21:09:17.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47002026-08-13T21:09:17.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47012026-08-13T21:09:17.815Z
47022026-08-13T21:09:17.815Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (304/335)
47032026-08-13T21:09:19.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47042026-08-13T21:09:19.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47052026-08-13T21:09:19.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47062026-08-13T21:09:19.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47072026-08-13T21:09:19.438Z
47082026-08-13T21:09:19.439Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (305/335)
47092026-08-13T21:09:19.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47102026-08-13T21:09:19.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47112026-08-13T21:09:19.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47122026-08-13T21:09:19.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47132026-08-13T21:09:19.439Z
47142026-08-13T21:09:19.439Zinfo: running `cargo check --bins` on nexus-switch-config (306/335)
47152026-08-13T21:09:19.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47162026-08-13T21:09:19.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47172026-08-13T21:09:19.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47182026-08-13T21:09:19.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47192026-08-13T21:09:19.627Z
47202026-08-13T21:09:19.627Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (307/335)
47212026-08-13T21:09:20.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47222026-08-13T21:09:20.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47232026-08-13T21:09:20.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47242026-08-13T21:09:20.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47252026-08-13T21:09:20.246Z
47262026-08-13T21:09:20.246Zinfo: running `cargo check --bins` on support-bundle-collection (308/335)
47272026-08-13T21:09:21.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47282026-08-13T21:09:21.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47292026-08-13T21:09:21.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47302026-08-13T21:09:21.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47312026-08-13T21:09:21.942Z
47322026-08-13T21:09:21.942Zinfo: running `cargo check --bins` on omicron-dev (309/335)
47332026-08-13T21:09:21.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47342026-08-13T21:09:21.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47352026-08-13T21:09:21.942Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47362026-08-13T21:09:21.942Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47372026-08-13T21:09:21.974Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
47382026-08-13T21:09:21.989Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
47392026-08-13T21:09:24.535Z Checking yansi v1.0.1
47402026-08-13T21:09:24.535Z Checking diff v0.1.13
47412026-08-13T21:09:24.601Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
47422026-08-13T21:09:24.601Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
47432026-08-13T21:09:24.601Z Checking pretty_assertions v1.4.1
47442026-08-13T21:09:24.601Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47452026-08-13T21:09:24.601Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47462026-08-13T21:09:48.059Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47472026-08-13T21:09:48.148Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47482026-08-13T21:09:48.148Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47492026-08-13T21:09:48.149Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
47502026-08-13T21:09:48.149Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
47512026-08-13T21:09:48.149Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
47522026-08-13T21:09:48.149Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
47532026-08-13T21:09:48.893Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47542026-08-13T21:09:48.893Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
47552026-08-13T21:09:50.175Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47562026-08-13T21:10:28.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
47572026-08-13T21:10:28.848Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
47582026-08-13T21:10:28.848Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
47592026-08-13T21:10:29.076Z
47602026-08-13T21:10:29.076Zinfo: running `cargo check --bins` on oximeter-load-test (310/335)
47612026-08-13T21:10:29.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47622026-08-13T21:10:29.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47632026-08-13T21:10:29.761Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
47642026-08-13T21:10:30.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
47652026-08-13T21:10:30.592Z
47662026-08-13T21:10:30.592Zinfo: running `cargo check --bins` on omicron-pins (311/335)
47672026-08-13T21:10:31.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47682026-08-13T21:10:31.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47692026-08-13T21:10:31.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47702026-08-13T21:10:31.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47712026-08-13T21:10:31.145Z
47722026-08-13T21:10:31.145Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (312/335)
47732026-08-13T21:10:31.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47742026-08-13T21:10:31.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47752026-08-13T21:10:31.910Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
47762026-08-13T21:10:32.033Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
47772026-08-13T21:10:32.039Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
47782026-08-13T21:10:58.852Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
47792026-08-13T21:10:59.257Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
47802026-08-13T21:11:01.021Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
47812026-08-13T21:11:01.495Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
47822026-08-13T21:11:04.595Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47832026-08-13T21:11:28.421Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47842026-08-13T21:11:29.156Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47852026-08-13T21:11:30.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.71s
47862026-08-13T21:11:31.065Z
47872026-08-13T21:11:31.066Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (313/335)
47882026-08-13T21:11:31.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47892026-08-13T21:11:31.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47902026-08-13T21:11:31.773Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
47912026-08-13T21:11:32.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
47922026-08-13T21:11:32.658Z
47932026-08-13T21:11:32.658Zinfo: running `cargo check --bins` on omicron-releng (314/335)
47942026-08-13T21:11:33.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47952026-08-13T21:11:33.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47962026-08-13T21:11:33.295Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
47972026-08-13T21:11:33.401Z Compiling fs-err v2.11.0
47982026-08-13T21:11:33.413Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
47992026-08-13T21:11:33.422Z Checking parse-size v1.1.0
48002026-08-13T21:11:33.431Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
48012026-08-13T21:11:33.434Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48022026-08-13T21:11:33.434Z Checking shell-words v1.1.1
48032026-08-13T21:11:33.521Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48042026-08-13T21:11:33.855Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48052026-08-13T21:11:34.033Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48062026-08-13T21:11:34.707Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
48072026-08-13T21:11:35.310Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
48082026-08-13T21:11:36.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.66s
48092026-08-13T21:11:36.500Z
48102026-08-13T21:11:36.500Zinfo: running `cargo check --bins` on update-common (315/335)
48112026-08-13T21:11:36.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48122026-08-13T21:11:36.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48132026-08-13T21:11:36.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48142026-08-13T21:11:36.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
48152026-08-13T21:11:37.072Z
48162026-08-13T21:11:37.072Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (316/335)
48172026-08-13T21:11:37.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48182026-08-13T21:11:37.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48192026-08-13T21:11:37.704Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
48202026-08-13T21:11:38.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
48212026-08-13T21:11:38.377Z
48222026-08-13T21:11:38.377Zinfo: running `cargo check --bins` on schema (317/335)
48232026-08-13T21:11:38.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48242026-08-13T21:11:38.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48252026-08-13T21:11:39.093Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
48262026-08-13T21:11:39.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
48272026-08-13T21:11:39.984Z
48282026-08-13T21:11:39.985Zinfo: running `cargo check --bins` on xtask (318/335)
48292026-08-13T21:11:40.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48302026-08-13T21:11:40.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48312026-08-13T21:11:40.381Z Checking serde_core v1.0.228
48322026-08-13T21:11:40.381Z Checking libc v0.2.185
48332026-08-13T21:11:40.383Z Checking bitflags v2.11.0
48342026-08-13T21:11:40.470Z Checking scroll v0.12.0
48352026-08-13T21:11:40.472Z Checking thiserror v1.0.69
48362026-08-13T21:11:40.484Z Checking log v0.4.29
48372026-08-13T21:11:40.491Z Checking indexmap v2.14.0
48382026-08-13T21:11:40.498Z Checking zerocopy v0.7.35
48392026-08-13T21:11:40.567Z Checking syn v2.0.117
48402026-08-13T21:11:40.601Z Checking dtrace-parser v0.2.0
48412026-08-13T21:11:40.625Z Checking once_cell v1.21.3
48422026-08-13T21:11:40.689Z Checking goblin v0.8.2
48432026-08-13T21:11:40.740Z Checking errno v0.3.14
48442026-08-13T21:11:40.795Z Checking getrandom v0.4.1
48452026-08-13T21:11:40.827Z Checking thread-id v4.2.2
48462026-08-13T21:11:40.856Z Checking rustix v1.1.3
48472026-08-13T21:11:40.902Z Checking memmap v0.7.0
48482026-08-13T21:11:40.926Z Checking thiserror v2.0.18
48492026-08-13T21:11:40.985Z Checking fs-err v3.3.0
48502026-08-13T21:11:41.025Z Checking anyhow v1.0.102
48512026-08-13T21:11:41.028Z Checking tabled v0.15.0
48522026-08-13T21:11:41.621Z Checking terminal_size v0.4.3
48532026-08-13T21:11:41.621Z Checking tempfile v3.25.0
48542026-08-13T21:11:41.737Z Checking clap_builder v4.6.0
48552026-08-13T21:11:41.740Z Checking textwrap v0.16.2
48562026-08-13T21:11:41.894Z Checking serde v1.0.228
48572026-08-13T21:11:41.897Z Checking serde_json v1.0.151
48582026-08-13T21:11:41.897Z Checking camino v1.2.2
48592026-08-13T21:11:41.955Z Checking cargo-platform v0.3.2
48602026-08-13T21:11:42.128Z Checking semver v1.0.28
48612026-08-13T21:11:42.147Z Checking camino-tempfile v1.4.1
48622026-08-13T21:11:42.299Z Checking toml_datetime v0.6.11
48632026-08-13T21:11:42.299Z Checking serde_spanned v0.6.9
48642026-08-13T21:11:42.302Z Checking macaddr v1.0.1
48652026-08-13T21:11:42.334Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48662026-08-13T21:11:42.478Z Checking toml_edit v0.22.27
48672026-08-13T21:11:42.505Z Checking cargo_metadata v0.23.1
48682026-08-13T21:11:42.515Z Checking dof v0.3.0
48692026-08-13T21:11:42.771Z Checking usdt-impl v0.5.0
48702026-08-13T21:11:42.940Z Checking clap v4.6.1
48712026-08-13T21:11:43.036Z Checking usdt v0.5.0
48722026-08-13T21:11:43.435Z Checking toml v0.8.23
48732026-08-13T21:11:43.699Z Checking cargo_toml v0.21.0
48742026-08-13T21:11:44.336Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
48752026-08-13T21:11:44.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.74s
48762026-08-13T21:11:44.832Z
48772026-08-13T21:11:44.832Zinfo: running `cargo check --bins` on dnsadm (319/335)
48782026-08-13T21:11:45.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48792026-08-13T21:11:45.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48802026-08-13T21:11:45.460Z Checking arc-swap v1.8.2
48812026-08-13T21:11:45.742Z Checking slog-scope v4.4.1
48822026-08-13T21:11:45.854Z Checking slog-stdlog v4.1.1
48832026-08-13T21:11:45.955Z Checking slog-envlogger v2.2.0
48842026-08-13T21:11:46.074Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
48852026-08-13T21:11:46.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
48862026-08-13T21:11:46.683Z
48872026-08-13T21:11:46.683Zinfo: running `cargo check --bins` on end-to-end-tests (320/335)
48882026-08-13T21:11:47.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48892026-08-13T21:11:47.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48902026-08-13T21:11:47.483Z Checking cpubits v0.1.1
48912026-08-13T21:11:47.610Z Checking pem-rfc7468 v1.0.0
48922026-08-13T21:11:47.623Z Checking hmac v0.13.0
48932026-08-13T21:11:47.626Z Checking universal-hash v0.6.1
48942026-08-13T21:11:47.649Z Checking ctr v0.10.1
48952026-08-13T21:11:47.649Z Checking aead v0.6.1
48962026-08-13T21:11:47.677Z Checking crypto-bigint v0.7.5
48972026-08-13T21:11:47.677Z Checking aes v0.9.1
48982026-08-13T21:11:47.704Z Checking salsa20 v0.11.0
48992026-08-13T21:11:47.749Z Checking der v0.8.0
49002026-08-13T21:11:47.752Z Checking polyval v0.7.1
49012026-08-13T21:11:47.778Z Checking pbkdf2 v0.13.0
49022026-08-13T21:11:47.804Z Checking cbc v0.2.1
49032026-08-13T21:11:47.854Z Checking ff v0.14.0
49042026-08-13T21:11:47.877Z Checking signature v3.0.0
49052026-08-13T21:11:47.925Z Checking ghash v0.6.0
49062026-08-13T21:11:47.940Z Checking scrypt v0.12.0
49072026-08-13T21:11:47.962Z Checking base16ct v1.0.0
49082026-08-13T21:11:47.987Z Checking group v0.14.0
49092026-08-13T21:11:48.027Z Checking hkdf v0.13.0
49102026-08-13T21:11:48.048Z Compiling curve25519-dalek v5.0.0
49112026-08-13T21:11:48.066Z Checking aes-gcm v0.11.0
49122026-08-13T21:11:48.090Z Checking keccak v0.2.0
49132026-08-13T21:11:48.109Z Checking poly1305 v0.9.0
49142026-08-13T21:11:48.134Z Checking wnaf v0.14.0
49152026-08-13T21:11:48.159Z Checking blowfish v0.10.0
49162026-08-13T21:11:48.226Z Checking blake2 v0.11.0-rc.6
49172026-08-13T21:11:48.250Z Checking sha3 v0.11.0
49182026-08-13T21:11:48.301Z Checking kem v0.3.0
49192026-08-13T21:11:48.316Z Checking bcrypt-pbkdf v0.11.0
49202026-08-13T21:11:48.376Z Checking module-lattice v0.2.3
49212026-08-13T21:11:48.417Z Checking sponge-cursor v0.1.0
49222026-08-13T21:11:48.469Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
49232026-08-13T21:11:48.485Z Checking argon2 v0.6.0-rc.8
49242026-08-13T21:11:48.543Z Checking sha3 v0.12.0
49252026-08-13T21:11:48.558Z Checking spki v0.8.0
49262026-08-13T21:11:48.589Z Checking sec1 v0.8.1
49272026-08-13T21:11:48.603Z Checking ml-kem v0.3.2
49282026-08-13T21:11:48.647Z Checking internal-russh-num-bigint v0.5.0
49292026-08-13T21:11:48.722Z Checking pkcs5 v0.8.1
49302026-08-13T21:11:48.744Z Checking pkcs1 v0.8.0-rc.4
49312026-08-13T21:11:48.789Z Checking num-bigint v0.4.6
49322026-08-13T21:11:48.789Z Checking generic-array v1.4.3
49332026-08-13T21:11:48.945Z Compiling enum_dispatch v0.3.13
49342026-08-13T21:11:49.012Z Checking pkcs8 v0.11.0
49352026-08-13T21:11:49.199Z Checking russh-util v0.52.0
49362026-08-13T21:11:49.214Z Checking ed25519 v3.0.0
49372026-08-13T21:11:49.322Z Compiling delegate v0.13.5
49382026-08-13T21:11:49.324Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49392026-08-13T21:11:49.368Z Checking md5 v0.8.0
49402026-08-13T21:11:49.408Z Checking ed25519-dalek v3.0.0
49412026-08-13T21:11:49.486Z Checking hex-literal v1.1.0
49422026-08-13T21:11:49.556Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
49432026-08-13T21:11:49.589Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
49442026-08-13T21:11:49.629Z Checking socket2 v0.5.10
49452026-08-13T21:11:49.719Z Checking internet-checksum v0.2.1
49462026-08-13T21:11:49.740Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49472026-08-13T21:11:49.925Z Checking elliptic-curve v0.14.1
49482026-08-13T21:11:49.925Z Checking rfc6979 v0.6.0
49492026-08-13T21:11:49.928Z Checking primefield v0.14.0
49502026-08-13T21:11:49.928Z Checking ssh-encoding v0.3.0
49512026-08-13T21:11:49.928Z Checking crypto-primes v0.7.2
49522026-08-13T21:11:50.181Z Checking ssh-cipher v0.3.0
49532026-08-13T21:11:50.181Z Checking russh-cryptovec v0.62.0
49542026-08-13T21:11:50.319Z Checking primeorder v0.14.0
49552026-08-13T21:11:50.322Z Checking ecdsa v0.17.0
49562026-08-13T21:11:50.697Z Checking p521 v0.14.0
49572026-08-13T21:11:50.697Z Checking p256 v0.14.0
49582026-08-13T21:11:50.701Z Checking p384 v0.14.0
49592026-08-13T21:11:50.923Z Checking rsa v0.10.0-rc.18
49602026-08-13T21:11:53.513Z Checking ssh-key v0.7.0-rc.11
49612026-08-13T21:11:54.262Z Checking russh v0.62.4
49622026-08-13T21:12:07.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.96s
49632026-08-13T21:12:07.651Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
49642026-08-13T21:12:07.651Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
49652026-08-13T21:12:07.859Z
49662026-08-13T21:12:07.859Zinfo: running `cargo check --bins` on gateway-cli (321/335)
49672026-08-13T21:12:08.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49682026-08-13T21:12:08.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49692026-08-13T21:12:08.496Z Checking termios v0.3.3
49702026-08-13T21:12:08.691Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
49712026-08-13T21:12:09.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
49722026-08-13T21:12:09.455Z
49732026-08-13T21:12:09.455Zinfo: running `cargo check --bins --no-default-features` on installinator (322/335)
49742026-08-13T21:12:09.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49752026-08-13T21:12:09.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49762026-08-13T21:12:10.134Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
49772026-08-13T21:12:10.832Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
49782026-08-13T21:12:12.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s
49792026-08-13T21:12:12.618Z
49802026-08-13T21:12:12.618Zinfo: running `cargo check --bins` on internal-dns-cli (323/335)
49812026-08-13T21:12:13.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49822026-08-13T21:12:13.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49832026-08-13T21:12:13.250Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
49842026-08-13T21:12:13.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
49852026-08-13T21:12:13.853Z
49862026-08-13T21:12:13.853Zinfo: running `cargo check --bins` on omicron-live-tests (324/335)
49872026-08-13T21:12:14.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49882026-08-13T21:12:14.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49892026-08-13T21:12:14.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49902026-08-13T21:12:14.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49912026-08-13T21:12:14.415Z
49922026-08-13T21:12:14.415Zinfo: running `cargo check --bins` on live-tests-macros (325/335)
49932026-08-13T21:12:14.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49942026-08-13T21:12:14.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49952026-08-13T21:12:14.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49962026-08-13T21:12:14.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49972026-08-13T21:12:14.980Z
49982026-08-13T21:12:14.981Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (326/335)
49992026-08-13T21:12:15.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50002026-08-13T21:12:15.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50012026-08-13T21:12:15.719Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
50022026-08-13T21:12:16.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
50032026-08-13T21:12:16.500Z
50042026-08-13T21:12:16.500Zinfo: running `cargo check --bins` on omicron-ntp-admin (327/335)
50052026-08-13T21:12:16.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50062026-08-13T21:12:16.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50072026-08-13T21:12:17.144Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
50082026-08-13T21:12:17.144Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
50092026-08-13T21:12:18.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
50102026-08-13T21:12:18.235Z
50112026-08-13T21:12:18.235Zinfo: running `cargo check --bins` on ntp-admin-types (328/335)
50122026-08-13T21:12:18.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50132026-08-13T21:12:18.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50142026-08-13T21:12:18.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50152026-08-13T21:12:18.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
50162026-08-13T21:12:18.796Z
50172026-08-13T21:12:18.796Zinfo: running `cargo check --bins` on omicron-package (329/335)
50182026-08-13T21:12:19.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50192026-08-13T21:12:19.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50202026-08-13T21:12:19.899Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
50212026-08-13T21:12:23.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
50222026-08-13T21:12:23.160Z
50232026-08-13T21:12:23.160Zinfo: running `cargo check --bins` on tqdb (330/335)
50242026-08-13T21:12:23.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50252026-08-13T21:12:23.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50262026-08-13T21:12:23.161Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
50272026-08-13T21:12:23.161Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
50282026-08-13T21:12:23.161Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
50292026-08-13T21:12:23.161Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
50302026-08-13T21:12:28.612Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
50312026-08-13T21:12:28.623Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
50322026-08-13T21:12:28.623Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
50332026-08-13T21:12:29.224Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
50342026-08-13T21:12:29.224Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
50352026-08-13T21:12:29.226Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
50362026-08-13T21:12:30.002Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
50372026-08-13T21:12:30.515Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
50382026-08-13T21:12:30.752Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
50392026-08-13T21:12:31.070Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
50402026-08-13T21:12:31.922Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
50412026-08-13T21:12:32.606Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
50422026-08-13T21:12:37.310Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
50432026-08-13T21:12:44.335Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
50442026-08-13T21:12:44.336Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
50452026-08-13T21:12:44.338Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
50462026-08-13T21:12:44.339Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
50472026-08-13T21:12:45.836Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
50482026-08-13T21:12:47.124Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
50492026-08-13T21:12:47.800Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
50502026-08-13T21:12:49.082Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
50512026-08-13T21:12:49.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.90s
50522026-08-13T21:12:49.846Z
50532026-08-13T21:12:49.847Zinfo: running `cargo check --bins` on wicket-dbg (331/335)
50542026-08-13T21:12:50.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50552026-08-13T21:12:50.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50562026-08-13T21:12:50.552Z Checking rtoolbox v0.0.3
50572026-08-13T21:12:50.555Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
50582026-08-13T21:12:50.678Z Checking tui-tree-widget v0.23.1
50592026-08-13T21:12:50.687Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
50602026-08-13T21:12:50.771Z Checking rpassword v7.5.4
50612026-08-13T21:12:53.677Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
50622026-08-13T21:12:55.514Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
50632026-08-13T21:12:56.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.58s
50642026-08-13T21:12:56.439Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
50652026-08-13T21:12:56.439Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
50662026-08-13T21:12:56.628Z
50672026-08-13T21:12:56.628Zinfo: running `cargo check --bins` on wicket (332/335)
50682026-08-13T21:12:57.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50692026-08-13T21:12:57.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50702026-08-13T21:12:57.321Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
50712026-08-13T21:12:57.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
50722026-08-13T21:12:57.690Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
50732026-08-13T21:12:57.690Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
50742026-08-13T21:12:57.873Z
50752026-08-13T21:12:57.873Zinfo: running `cargo check --bins` on wicketd (333/335)
50762026-08-13T21:12:58.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50772026-08-13T21:12:58.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50782026-08-13T21:12:58.570Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
50792026-08-13T21:13:02.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.36s
50802026-08-13T21:13:02.243Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
50812026-08-13T21:13:02.243Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
50822026-08-13T21:13:02.427Z
50832026-08-13T21:13:02.427Zinfo: running `cargo check --bins` on omicron-workspace-hack (334/335)
50842026-08-13T21:13:02.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50852026-08-13T21:13:02.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50862026-08-13T21:13:02.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50872026-08-13T21:13:02.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
50882026-08-13T21:13:02.995Z
50892026-08-13T21:13:02.995Zinfo: running `cargo check --bins` on zone-setup (335/335)
50902026-08-13T21:13:03.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50912026-08-13T21:13:03.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50922026-08-13T21:13:03.661Z Checking uzers v0.12.2
50932026-08-13T21:13:03.931Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
50942026-08-13T21:13:04.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
50952026-08-13T21:13:04.911Z
50962026-08-13T21:13:04.911Zreal 13:58.658674051
50972026-08-13T21:13:04.911Zuser 21:05.417375948
50982026-08-13T21:13:04.911Zsys 4:18.457077980
50992026-08-13T21:13:04.911Ztrap 0.330816612
51002026-08-13T21:13:04.911Ztflt 0.605366063
51012026-08-13T21:13:04.911Zdflt 0.884824216
51022026-08-13T21:13:04.915Zkflt 0.004790942
51032026-08-13T21:13:04.915Zlock 1:26:19.875155991
51042026-08-13T21:13:04.915Zslp 1:40:31.148850835
51052026-08-13T21:13:04.915Zlat 56.245176276
51062026-08-13T21:13:04.915Zstop 3:55.231458289
51072026-08-13T21:13:04.915Zprocess exited: duration 969467 ms, exit code 0
 
51082026-08-13T21:13:04.920Zfound 0 output files