01M0K6M9ZWCGMAZARRDFQHZDW5: 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: 01M0K6MPBK5F6CT87A0AQDFJYS

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-21T22:22:31.928Zjob assigned to worker 01M0K6N27H8NHGFJ31FQXEQ1Y2 [factory aws, i-09fa2cb491b56c6ca] (queued for 52 s)
 
22026-08-21T22:22:38.385Zstarting task 0: "setup"
32026-08-21T22:22:38.391Z++ uname -s
42026-08-21T22:22:38.394Z+ kern=SunOS
52026-08-21T22:22:38.394Z+ build_user=build
62026-08-21T22:22:38.394Z+ build_uid=12345
72026-08-21T22:22:38.394Z+ work_dir=/work
82026-08-21T22:22:38.394Z+ input_dir=/input
92026-08-21T22:22:38.394Z+ [[ 0 == 12345 ]]
102026-08-21T22:22:38.395Z+ case "$kern" in
112026-08-21T22:22:38.395Z+ groupadd -g 12345 build
122026-08-21T22:22:38.395Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-21T22:22:40.400Z+ zfs create -o mountpoint=/work rpool/work
142026-08-21T22:22:40.457Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-21T22:22:40.460Z+ home_fs=zfs
162026-08-21T22:22:40.460Z+ [[ zfs == autofs ]]
172026-08-21T22:22:40.460Z+ mkdir -p /home/build
182026-08-21T22:22:40.460Z+ chown build:build /home/build /work
192026-08-21T22:22:42.461Z+ chmod 0700 /home/build /work
202026-08-21T22:22:42.464Zprocess exited: duration 4076 ms, exit code 0
 
212026-08-21T22:22:42.470Zstarting task 1: "rust-toolchain"
222026-08-21T22:22:42.473Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-21T22:22:42.473Z * rust toolchain channel = "1.97.1"
242026-08-21T22:22:42.473Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-21T22:22:42.473Z * rust toolchain profile = "default"
262026-08-21T22:22:42.473Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-21T22:22:42.473Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-21T22:22:42.477Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-21T22:22:42.477Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-21T22:22:42.609Zinfo: downloading installer
312026-08-21T22:22:43.802Zwarn: It looks like you have an existing rustup settings file at:
322026-08-21T22:22:43.802Zwarn: /home/build/.rustup/settings.toml
332026-08-21T22:22:43.802Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-21T22:22:43.802Zwarn: instead of the one inferred from the default host triple.
352026-08-21T22:22:43.814Zinfo: profile set to default
362026-08-21T22:22:43.814Zinfo: default host triple is x86_64-unknown-illumos
372026-08-21T22:22:43.818Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-21T22:22:43.947Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-21T22:22:43.951Zinfo: downloading 6 components
402026-08-21T22:22:59.027Z
412026-08-21T22:22:59.028Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-08-21T22:22:59.053Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-21T22:22:59.053Z
442026-08-21T22:22:59.053Z
452026-08-21T22:22:59.053ZRust is installed now. Great!
462026-08-21T22:22:59.053Z
472026-08-21T22:22:59.056ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-21T22:22:59.056Zenvironment variable. This has not been done automatically.
492026-08-21T22:22:59.056Z
502026-08-21T22:22:59.056ZTo configure your current shell, you need to source
512026-08-21T22:22:59.056Zthe corresponding env file under $HOME/.cargo.
522026-08-21T22:22:59.056Z
532026-08-21T22:22:59.056ZThis is usually done by running one of the following (note the leading DOT):
542026-08-21T22:22:59.057Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-21T22:22:59.057Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-21T22:22:59.057Zsource "~/.cargo/env.nu" # For nushell
572026-08-21T22:22:59.057Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-21T22:22:59.057Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-21T22:22:59.057Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-21T22:22:59.057Zwarn: no default linker (`cc`) was found in your PATH
612026-08-21T22:22:59.057Zwarn: many Rust crates require a system C toolchain to build
622026-08-21T22:22:59.142Z+ rustup --version
632026-08-21T22:22:59.150Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-21T22:22:59.153Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-21T22:22:59.171Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-21T22:22:59.174Z+ cargo --version
672026-08-21T22:22:59.189Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-21T22:22:59.192Z+ rustc --version
692026-08-21T22:22:59.210Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-21T22:22:59.213Zprocess exited: duration 16742 ms, exit code 0
 
712026-08-21T22:22:59.219Zstarting task 2: "authentication"
722026-08-21T22:22:59.236Zprocess exited: duration 16 ms, exit code 0
 
732026-08-21T22:22:59.242Zstarting task 3: "clone repository"
742026-08-21T22:22:59.245Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-21T22:22:59.248Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-21T22:22:59.275ZCloning into '/work/oxidecomputer/omicron'...
772026-08-21T22:23:17.419Z+ cd /work/oxidecomputer/omicron
782026-08-21T22:23:17.419Z+ git fetch origin 27b889144e3e93ce35ede8012f8a2ab6131cf5d6
792026-08-21T22:23:17.787ZFrom https://github.com/oxidecomputer/omicron
802026-08-21T22:23:17.787Z * branch 27b889144e3e93ce35ede8012f8a2ab6131cf5d6 -> FETCH_HEAD
812026-08-21T22:23:17.797Z+ [[ -n oxlog-crtime-date-range ]]
822026-08-21T22:23:17.800Z++ git branch --show-current
832026-08-21T22:23:17.800Z+ current=main
842026-08-21T22:23:17.800Z+ [[ main != oxlog-crtime-date-range ]]
852026-08-21T22:23:17.800Z+ git branch -f oxlog-crtime-date-range 27b889144e3e93ce35ede8012f8a2ab6131cf5d6
862026-08-21T22:23:17.803Z+ git checkout -f oxlog-crtime-date-range
872026-08-21T22:23:18.053ZSwitched to branch 'oxlog-crtime-date-range'
882026-08-21T22:23:18.056Z+ git reset --hard 27b889144e3e93ce35ede8012f8a2ab6131cf5d6
892026-08-21T22:23:18.305ZHEAD is now at 27b889144 [oxlog] Look up crtime only where it can affect date filtering
902026-08-21T22:23:18.308Zprocess exited: duration 19064 ms, exit code 0
 
912026-08-21T22:23:18.314Zstarting task 4: "build"
922026-08-21T22:23:18.318Z+ source .github/buildomat/ci-env.sh
932026-08-21T22:23:18.322Z++ export CARGO_TERM_COLOR=always
942026-08-21T22:23:18.322Z++ CARGO_TERM_COLOR=always
952026-08-21T22:23:18.323Z+++ uname -s
962026-08-21T22:23:18.323Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-21T22:23:18.323Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-21T22:23:18.325Z+ cargo --version
992026-08-21T22:23:18.331Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-21T22:23:18.335Z+ rustc --version
1012026-08-21T22:23:18.352Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-21T22:23:18.356Z+ source ./env.sh
1032026-08-21T22:23:18.356Z++ OLD_SHELL_OPTS=ehxB
1042026-08-21T22:23:18.356Z++ set -o xtrace
1052026-08-21T22:23:18.359Z++++ dirname ./env.sh
1062026-08-21T22:23:18.359Z+++ readlink -f .
1072026-08-21T22:23:18.362Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-08-21T22:23:18.362Z++ 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-21T22:23:18.362Z++ 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-21T22:23:18.362Z++ 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-21T22:23:18.362Z++ 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-21T22:23:18.362Z++ 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-21T22:23:18.362Z++ 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-21T22:23:18.362Z++ 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-21T22:23:18.362Z++ 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-21T22:23:18.362Z++ 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-21T22:23:18.362Z++ 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-21T22:23:18.362Z++ case $OLD_SHELL_OPTS in
1192026-08-21T22:23:18.362Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-08-21T22:23:18.362Z+ 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-21T22:23:18.362Z+ 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-21T22:23:18.362Z+ banner prerequisites
1232026-08-21T22:23:18.366Z
1242026-08-21T22:23:18.366Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-08-21T22:23:18.366Z # # # # # # # # # # # # # # #
1262026-08-21T22:23:18.366Z # # # # ##### # # ##### # # # # # #### #
1272026-08-21T22:23:18.366Z ##### ##### # ##### # # # # # # # # #
1282026-08-21T22:23:18.366Z # # # # # # # # # # # # # # #
1292026-08-21T22:23:18.366Z # # # ###### # # ###### ### # #### # #### #
1302026-08-21T22:23:18.366Z
1312026-08-21T22:23:18.366Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-08-21T22:23:20.238Z Startup: Refreshing catalog 'helios' ... Done
1332026-08-21T22:23:20.581Z Startup: Caching catalogs ... Done
1342026-08-21T22:23:22.508ZPlanning: Solver setup ... Done (1.823s)
1352026-08-21T22:23:22.565ZPlanning: Running solver ... Done (0.057s)
1362026-08-21T22:23:22.610ZPlanning: Finding local manifests ... Done (0.003s)
1372026-08-21T22:23:22.623ZPlanning: Fetching manifests: 0/2 0% complete
1382026-08-21T22:23:22.644ZPlanning: Fetching manifests: 2/2 100% complete
1392026-08-21T22:23:22.658ZPlanning: Package planning ... Done (0.013s)
1402026-08-21T22:23:22.661ZPlanning: Merging actions ... Done (0.001s)
1412026-08-21T22:23:22.819ZPlanning: Checking for conflicting actions ... Done (0.159s)
1422026-08-21T22:23:22.822ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-08-21T22:23:23.663ZPlanning: Evaluating mediators ... Done (0.844s)
1442026-08-21T22:23:23.666ZPlanning: Planning completed in 3.05 seconds
1452026-08-21T22:23:23.673Z Packages to install: 2
1462026-08-21T22:23:23.673Z Estimated space available: 156.01 GB
1472026-08-21T22:23:23.677ZEstimated space to be consumed: 73.56 MB
1482026-08-21T22:23:23.677Z Create boot environment: No
1492026-08-21T22:23:23.677ZCreate backup boot environment: No
1502026-08-21T22:23:23.677Z Rebuild boot archive: No
1512026-08-21T22:23:23.677Z
1522026-08-21T22:23:23.677ZChanged packages:
1532026-08-21T22:23:23.677Zhelios
1542026-08-21T22:23:23.677Z developer/build-essential
1552026-08-21T22:23:23.677Z None -> 11-3.0
1562026-08-21T22:23:23.677Z library/libxmlsec1
1572026-08-21T22:23:23.677Z None -> 1.2.35-3.0
1582026-08-21T22:23:23.698Z
1592026-08-21T22:23:23.698ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-08-21T22:23:23.776ZDownload: Completed 1.28 MB in 0.08 seconds (16.4M/s)
1612026-08-21T22:23:23.844Z Actions: 1/268 actions (Installing new actions)
1622026-08-21T22:23:23.882Z Actions: Completed 268 actions in 0.04 seconds.
1632026-08-21T22:23:23.914ZFinalize: Updating package state database ... Done (0.031s)
1642026-08-21T22:23:23.919ZFinalize: Updating package cache ... Done (0.000s)
1652026-08-21T22:23:23.995ZFinalize: Updating image state ... Done (0.080s)
1662026-08-21T22:23:26.386ZFinalize: Creating fast lookup database ... Done (2.343s)
1672026-08-21T22:23:26.449ZFinalize: Reading search index ... Done (0.011s)
1682026-08-21T22:23:26.452ZFinalize: Updating search index ... Done (0.000s)
1692026-08-21T22:23:26.532ZFinalize: Updating package cache ... Done (0.000s)
1702026-08-21T22:23:26.883ZPlanning: Evaluating mediator changes ... Done
1712026-08-21T22:23:26.987ZPlanning: Checking for conflicting actions ... Done
1722026-08-21T22:23:26.990ZPlanning: Consolidating action changes ... Done
1732026-08-21T22:23:27.144ZPlanning: Evaluating mediators ... Done
1742026-08-21T22:23:27.147ZPlanning: Planning completed in 0.26 seconds
1752026-08-21T22:23:27.167Z Mediators to change: 2
1762026-08-21T22:23:27.167Z Create boot environment: No
1772026-08-21T22:23:27.170ZCreate backup boot environment: No
1782026-08-21T22:23:27.204ZFinalize: Updating package state database ... Done
1792026-08-21T22:23:27.204ZFinalize: Updating package cache ... Done
1802026-08-21T22:23:27.252ZFinalize: Updating image state ... Done
1812026-08-21T22:23:29.174ZFinalize: Creating fast lookup database ... Done
1822026-08-21T22:23:29.236ZFinalize: Reading search index ... Done
1832026-08-21T22:23:29.240ZFinalize: Updating search index ... Done
1842026-08-21T22:23:29.294ZFinalize: Updating package cache ... Done
1852026-08-21T22:23:29.575ZPlanning: Evaluating mediator changes ... Done
1862026-08-21T22:23:29.679ZPlanning: Checking for conflicting actions ... Done
1872026-08-21T22:23:29.682ZPlanning: Consolidating action changes ... Done
1882026-08-21T22:23:29.837ZPlanning: Evaluating mediators ... Done
1892026-08-21T22:23:29.840ZPlanning: Planning completed in 0.26 seconds
1902026-08-21T22:23:29.860Z Mediators to change: 1
1912026-08-21T22:23:29.860Z Create boot environment: No
1922026-08-21T22:23:29.860ZCreate backup boot environment: No
1932026-08-21T22:23:29.906ZFinalize: Updating package state database ... Done
1942026-08-21T22:23:29.906ZFinalize: Updating package cache ... Done
1952026-08-21T22:23:29.955ZFinalize: Updating image state ... Done
1962026-08-21T22:23:31.890ZFinalize: Creating fast lookup database ... Done
1972026-08-21T22:23:31.952ZFinalize: Reading search index ... Done
1982026-08-21T22:23:31.955ZFinalize: Updating search index ... Done
1992026-08-21T22:23:32.021ZFinalize: Updating package cache ... Done
2002026-08-21T22:23:32.333ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-08-21T22:23:32.333Zapache system 2.4 system
2022026-08-21T22:23:32.333Zclang system 15 system
2032026-08-21T22:23:32.333Zcsh system system illumos
2042026-08-21T22:23:32.333Zctags system system illumos
2052026-08-21T22:23:32.333Zfile vendor vendor darwinsys
2062026-08-21T22:23:32.333Zfile system system illumos
2072026-08-21T22:23:32.333Zgcc vendor 14 vendor
2082026-08-21T22:23:32.333Zgcc system 13 system
2092026-08-21T22:23:32.333Zgcc system 10 system
2102026-08-21T22:23:32.333Zgo system 1.25 system
2112026-08-21T22:23:32.333Zllvm system 15 system
2122026-08-21T22:23:32.333Zmariadb system 11.4 system
2132026-08-21T22:23:32.333Zmta vendor vendor dma
2142026-08-21T22:23:32.333Zopenjdk system 17 system
2152026-08-21T22:23:32.333Zopenjdk system 11 system
2162026-08-21T22:23:32.333Zopenssl vendor 3 vendor
2172026-08-21T22:23:32.333Zperl system 5.40 system
2182026-08-21T22:23:32.334Zpostgresql system 18 system
2192026-08-21T22:23:32.334Zpostgresql system 17 system
2202026-08-21T22:23:32.334Zpython vendor 3 vendor
2212026-08-21T22:23:32.334Zpython system 2 system
2222026-08-21T22:23:32.334Zpython3 vendor 3.13 vendor
2232026-08-21T22:23:32.334Zruby system 3.4 system
2242026-08-21T22:23:32.334Zruby system 3.0 system
2252026-08-21T22:23:32.334Zwords vendor vendor american-english
2262026-08-21T22:23:32.334Zwords system system australian-english
2272026-08-21T22:23:32.334Zwords system system british-english
2282026-08-21T22:23:32.334Zwords system system canadian-english
2292026-08-21T22:23:32.334Zwords system system french
2302026-08-21T22:23:32.334Zwords system system italian
2312026-08-21T22:23:32.334Zwords system system ngerman
2322026-08-21T22:23:32.334Zwords system system ogerman
2332026-08-21T22:23:32.334Zwords system system spanish
2342026-08-21T22:23:32.583ZPUBLISHER TYPE STATUS P LOCATION
2352026-08-21T22:23:32.584Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-08-21T22:23:33.044ZFMRI IFO
2372026-08-21T22:23:33.044Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-08-21T22:23:33.044Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-08-21T22:23:33.044Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-08-21T22:23:33.044Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-08-21T22:23:33.044Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-08-21T22:23:33.044Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-08-21T22:23:33.044Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-08-21T22:23:33.044Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-08-21T22:23:33.044Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-08-21T22:23:33.371Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-08-21T22:23:33.708Z Updating crates.io index
2482026-08-21T22:23:33.711Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-08-21T22:23:33.988Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-21T22:23:34.362Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-08-21T22:23:36.437Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-08-21T22:23:37.084Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-08-21T22:23:39.036Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-08-21T22:23:40.239Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-08-21T22:23:40.541Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-08-21T22:23:40.939Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-08-21T22:23:42.270Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-08-21T22:23:42.551Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-08-21T22:23:42.982Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-08-21T22:23:43.274Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-08-21T22:23:43.561Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-08-21T22:23:43.833Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-08-21T22:23:44.205Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-08-21T22:23:44.514Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-08-21T22:23:44.817Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2662026-08-21T22:23:45.723Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2672026-08-21T22:23:46.147Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2682026-08-21T22:23:47.039Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2692026-08-21T22:23:47.326Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2702026-08-21T22:23:47.879Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2712026-08-21T22:23:48.197Z Updating git repository `https://github.com/oxidecomputer/erebor`
2722026-08-21T22:23:48.467Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2732026-08-21T22:23:48.897Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2742026-08-21T22:23:49.518Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2752026-08-21T22:23:49.927Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2762026-08-21T22:23:50.272Z Updating git repository `https://github.com/oxidecomputer/ispf`
2772026-08-21T22:23:50.543Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-08-21T22:23:50.892Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2792026-08-21T22:23:51.279Z Updating git repository `https://github.com/oxidecomputer/tough`
2802026-08-21T22:23:51.824Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2812026-08-21T22:23:52.398Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2822026-08-21T22:23:52.685Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2832026-08-21T22:23:53.024Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2842026-08-21T22:23:53.716Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2852026-08-21T22:23:53.962Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2862026-08-21T22:23:54.202Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2872026-08-21T22:23:54.525Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2882026-08-21T22:23:54.775Z Updating git repository `https://github.com/illumos/smf-rs`
2892026-08-21T22:23:55.049Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2902026-08-21T22:23:57.824Z Downloading crates ...
2912026-08-21T22:23:57.871Z Downloaded cpufeatures v0.2.17
2922026-08-21T22:23:57.875Z Downloaded clap_derive v4.6.1
2932026-08-21T22:23:57.879Z Downloaded log v0.4.33
2942026-08-21T22:23:57.882Z Downloaded anstyle-query v1.1.5
2952026-08-21T22:23:57.886Z Downloaded anstream v1.0.0
2962026-08-21T22:23:57.886Z Downloaded toml_datetime v0.6.11
2972026-08-21T22:23:57.889Z Downloaded anstyle-parse v1.0.0
2982026-08-21T22:23:57.892Z Downloaded bitflags v2.11.0
2992026-08-21T22:23:57.892Z Downloaded colorchoice v1.0.4
3002026-08-21T22:23:57.892Z Downloaded anstyle v1.0.14
3012026-08-21T22:23:57.895Z Downloaded block-buffer v0.10.4
3022026-08-21T22:23:57.897Z Downloaded clap_lex v1.0.0
3032026-08-21T22:23:57.901Z Downloaded dtrace-parser v0.2.0
3042026-08-21T22:23:57.901Z Downloaded generic-array v0.14.7
3052026-08-21T22:23:57.901Z Downloaded heck v0.5.0
3062026-08-21T22:23:57.904Z Downloaded zmij v1.0.21
3072026-08-21T22:23:57.907Z Downloaded autocfg v1.5.0
3082026-08-21T22:23:57.907Z Downloaded cargo_toml v0.21.0
3092026-08-21T22:23:57.907Z Downloaded fastrand v2.3.0
3102026-08-21T22:23:57.910Z Downloaded anyhow v1.0.104
3112026-08-21T22:23:57.913Z Downloaded zerocopy v0.7.35
3122026-08-21T22:23:57.919Z Downloaded once_cell v1.21.3
3132026-08-21T22:23:57.923Z Downloaded usdt-attr-macro v0.5.0
3142026-08-21T22:23:57.923Z Downloaded dof v0.3.0
3152026-08-21T22:23:57.936Z Downloaded camino v1.2.5
3162026-08-21T22:23:57.939Z Downloaded pest_derive v2.8.6
3172026-08-21T22:23:57.939Z Downloaded is_terminal_polyfill v1.70.2
3182026-08-21T22:23:57.943Z Downloaded errno v0.3.14
3192026-08-21T22:23:57.946Z Downloaded strsim v0.11.1
3202026-08-21T22:23:57.947Z Downloaded fnv v1.0.7
3212026-08-21T22:23:57.947Z Downloaded smawk v0.3.2
3222026-08-21T22:23:57.950Z Downloaded macaddr v1.0.1
3232026-08-21T22:23:57.953Z Downloaded utf8parse v0.2.2
3242026-08-21T22:23:57.953Z Downloaded itoa v1.0.17
3252026-08-21T22:23:57.957Z Downloaded crypto-common v0.1.7
3262026-08-21T22:23:57.961Z Downloaded memmap v0.7.0
3272026-08-21T22:23:57.964Z Downloaded toml_write v0.1.2
3282026-08-21T22:23:57.968Z Downloaded pretty-hex v0.4.1
3292026-08-21T22:23:57.968Z Downloaded terminal_size v0.4.3
3302026-08-21T22:23:57.971Z Downloaded heck v0.4.1
3312026-08-21T22:23:57.971Z Downloaded scroll_derive v0.12.1
3322026-08-21T22:23:57.976Z Downloaded cargo-platform v0.3.2
3332026-08-21T22:23:57.980Z Downloaded proc-macro-error-attr v1.0.4
3342026-08-21T22:23:57.980Z Downloaded usdt-macro v0.5.0
3352026-08-21T22:23:57.983Z Downloaded serde_spanned v0.6.9
3362026-08-21T22:23:57.983Z Downloaded usdt v0.5.0
3372026-08-21T22:23:57.991Z Downloaded thread-id v4.2.2
3382026-08-21T22:23:57.994Z Downloaded unicode-linebreak v0.1.5
3392026-08-21T22:23:57.994Z Downloaded swrite v0.1.0
3402026-08-21T22:23:57.999Z Downloaded cfg-if v1.0.4
3412026-08-21T22:23:58.003Z Downloaded tabled_derive v0.7.0
3422026-08-21T22:23:58.003Z Downloaded equivalent v1.0.2
3432026-08-21T22:23:58.003Z Downloaded version_check v0.9.5
3442026-08-21T22:23:58.013Z Downloaded byteorder v1.5.0
3452026-08-21T22:23:58.017Z Downloaded plain v0.2.3
3462026-08-21T22:23:58.020Z Downloaded fs-err v3.3.0
3472026-08-21T22:23:58.024Z Downloaded proc-macro-error v1.0.4
3482026-08-21T22:23:58.024Z Downloaded thiserror-impl v1.0.69
3492026-08-21T22:23:58.024Z Downloaded camino-tempfile v1.4.1
3502026-08-21T22:23:58.027Z Downloaded usdt-impl v0.5.0
3512026-08-21T22:23:58.027Z Downloaded digest v0.10.7
3522026-08-21T22:23:58.030Z Downloaded bytecount v0.6.9
3532026-08-21T22:23:58.030Z Downloaded scroll v0.12.0
3542026-08-21T22:23:58.035Z Downloaded thiserror v1.0.69
3552026-08-21T22:23:58.046Z Downloaded cargo_metadata v0.23.1
3562026-08-21T22:23:58.053Z Downloaded memchr v2.8.0
3572026-08-21T22:23:58.057Z Downloaded thiserror-impl v2.0.18
3582026-08-21T22:23:58.064Z Downloaded thiserror v2.0.18
3592026-08-21T22:23:58.069Z Downloaded pest_generator v2.8.6
3602026-08-21T22:23:58.073Z Downloaded quote v1.0.45
3612026-08-21T22:23:58.073Z Downloaded tempfile v3.27.0
3622026-08-21T22:23:58.077Z Downloaded serde_tokenstream v0.2.3
3632026-08-21T22:23:58.080Z Downloaded semver v1.0.28
3642026-08-21T22:23:58.084Z Downloaded sha2 v0.10.9
3652026-08-21T22:23:58.087Z Downloaded ucd-trie v0.1.7
3662026-08-21T22:23:58.090Z Downloaded zerocopy-derive v0.7.35
3672026-08-21T22:23:58.093Z Downloaded getrandom v0.3.4
3682026-08-21T22:23:58.093Z Downloaded toml v0.8.23
3692026-08-21T22:23:58.096Z Downloaded unicode-ident v1.0.24
3702026-08-21T22:23:58.100Z Downloaded proc-macro2 v1.0.106
3712026-08-21T22:23:58.118Z Downloaded serde_derive v1.0.228
3722026-08-21T22:23:58.121Z Downloaded clap v4.6.1
3732026-08-21T22:23:58.127Z Downloaded papergrid v0.11.0
3742026-08-21T22:23:58.130Z Downloaded serde_core v1.0.228
3752026-08-21T22:23:58.133Z Downloaded toml_edit v0.22.27
3762026-08-21T22:23:58.140Z Downloaded textwrap v0.16.2
3772026-08-21T22:23:58.147Z Downloaded hashbrown v0.17.0
3782026-08-21T22:23:58.151Z Downloaded pest_meta v2.8.6
3792026-08-21T22:23:58.154Z Downloaded pest v2.8.6
3802026-08-21T22:23:58.158Z Downloaded serde v1.0.228
3812026-08-21T22:23:58.162Z Downloaded typenum v1.20.1
3822026-08-21T22:23:58.165Z Downloaded indexmap v2.14.0
3832026-08-21T22:23:58.212Z Downloaded winnow v0.7.14
3842026-08-21T22:23:58.217Z Downloaded serde_json v1.0.151
3852026-08-21T22:23:58.222Z Downloaded clap_builder v4.6.0
3862026-08-21T22:23:58.228Z Downloaded unicode-width v0.1.14
3872026-08-21T22:23:58.231Z Downloaded goblin v0.8.2
3882026-08-21T22:23:58.236Z Downloaded tabled v0.15.0
3892026-08-21T22:23:58.257Z Downloaded syn v1.0.109
3902026-08-21T22:23:58.266Z Downloaded syn v2.0.117
3912026-08-21T22:23:58.271Z Downloaded unicode-width v0.2.0
3922026-08-21T22:23:58.280Z Downloaded rustix v1.1.4
3932026-08-21T22:23:58.312Z Downloaded libc v0.2.185
3942026-08-21T22:23:58.372Z Compiling proc-macro2 v1.0.106
3952026-08-21T22:23:58.372Z Compiling unicode-ident v1.0.24
3962026-08-21T22:23:58.372Z Compiling quote v1.0.45
3972026-08-21T22:23:58.375Z Compiling serde_core v1.0.228
3982026-08-21T22:23:58.375Z Compiling libc v0.2.185
3992026-08-21T22:23:58.375Z Compiling version_check v0.9.5
4002026-08-21T22:23:58.375Z Compiling memchr v2.8.0
4012026-08-21T22:23:58.375Z Compiling serde v1.0.228
4022026-08-21T22:23:58.717Z Compiling zmij v1.0.21
4032026-08-21T22:23:58.865Z Compiling itoa v1.0.17
4042026-08-21T22:23:58.955Z Compiling thiserror v1.0.69
4052026-08-21T22:23:59.045Z Compiling ucd-trie v0.1.7
4062026-08-21T22:23:59.302Z Compiling pest v2.8.6
4072026-08-21T22:23:59.334Z Compiling byteorder v1.5.0
4082026-08-21T22:23:59.352Z Compiling rustix v1.1.4
4092026-08-21T22:23:59.404Z Compiling errno v0.3.14
4102026-08-21T22:23:59.473Z Compiling serde_json v1.0.151
4112026-08-21T22:23:59.553Z Compiling bitflags v2.11.0
4122026-08-21T22:23:59.790Z Compiling thread-id v4.2.2
4132026-08-21T22:23:59.809Z Compiling proc-macro-error-attr v1.0.4
4142026-08-21T22:23:59.863Z Compiling syn v2.0.117
4152026-08-21T22:23:59.882Z Compiling usdt-impl v0.5.0
4162026-08-21T22:23:59.930Z Compiling syn v1.0.109
4172026-08-21T22:23:59.985Z Compiling camino v1.2.5
4182026-08-21T22:24:00.244Z Compiling proc-macro-error v1.0.4
4192026-08-21T22:24:00.276Z Compiling plain v0.2.3
4202026-08-21T22:24:00.349Z Compiling pest_meta v2.8.6
4212026-08-21T22:24:00.385Z Compiling utf8parse v0.2.2
4222026-08-21T22:24:00.423Z Compiling getrandom v0.3.4
4232026-08-21T22:24:00.497Z Compiling equivalent v1.0.2
4242026-08-21T22:24:00.541Z Compiling log v0.4.33
4252026-08-21T22:24:00.588Z Compiling hashbrown v0.17.0
4262026-08-21T22:24:00.845Z Compiling terminal_size v0.4.3
4272026-08-21T22:24:01.082Z Compiling indexmap v2.14.0
4282026-08-21T22:24:01.116Z Compiling anstyle-parse v1.0.0
4292026-08-21T22:24:01.587Z Compiling is_terminal_polyfill v1.70.2
4302026-08-21T22:24:01.685Z Compiling pretty-hex v0.4.1
4312026-08-21T22:24:01.690Z Compiling autocfg v1.5.0
4322026-08-21T22:24:01.701Z Compiling winnow v0.7.14
4332026-08-21T22:24:01.732Z Compiling anstyle v1.0.14
4342026-08-21T22:24:01.823Z Compiling colorchoice v1.0.4
4352026-08-21T22:24:01.944Z Compiling cfg-if v1.0.4
4362026-08-21T22:24:01.944Z Compiling toml_write v0.1.2
4372026-08-21T22:24:01.982Z Compiling anstyle-query v1.1.5
4382026-08-21T22:24:02.047Z Compiling thiserror v2.0.18
4392026-08-21T22:24:02.145Z Compiling pest_generator v2.8.6
4402026-08-21T22:24:02.162Z Compiling fs-err v3.3.0
4412026-08-21T22:24:02.182Z Compiling anstream v1.0.0
4422026-08-21T22:24:02.345Z Compiling fastrand v2.3.0
4432026-08-21T22:24:02.494Z Compiling once_cell v1.21.3
4442026-08-21T22:24:02.589Z Compiling bytecount v0.6.9
4452026-08-21T22:24:02.606Z Compiling anyhow v1.0.104
4462026-08-21T22:24:02.661Z Compiling fnv v1.0.7
4472026-08-21T22:24:02.712Z Compiling unicode-width v0.1.14
4482026-08-21T22:24:02.729Z Compiling clap_lex v1.0.0
4492026-08-21T22:24:02.770Z Compiling heck v0.4.1
4502026-08-21T22:24:02.851Z Compiling heck v0.5.0
4512026-08-21T22:24:02.918Z Compiling strsim v0.11.1
4522026-08-21T22:24:02.969Z Compiling papergrid v0.11.0
4532026-08-21T22:24:03.008Z Compiling tempfile v3.27.0
4542026-08-21T22:24:03.190Z Compiling clap_builder v4.6.0
4552026-08-21T22:24:03.211Z Compiling semver v1.0.28
4562026-08-21T22:24:03.243Z Compiling cargo-platform v0.3.2
4572026-08-21T22:24:03.271Z Compiling memmap v0.7.0
4582026-08-21T22:24:03.287Z Compiling tabled_derive v0.7.0
4592026-08-21T22:24:03.391Z Compiling unicode-linebreak v0.1.5
4602026-08-21T22:24:03.457Z Compiling unicode-width v0.2.0
4612026-08-21T22:24:03.524Z Compiling smawk v0.3.2
4622026-08-21T22:24:03.544Z Compiling camino-tempfile v1.4.1
4632026-08-21T22:24:03.738Z Compiling textwrap v0.16.2
4642026-08-21T22:24:03.779Z Compiling swrite v0.1.0
4652026-08-21T22:24:03.831Z Compiling serde_derive v1.0.228
4662026-08-21T22:24:03.880Z Compiling thiserror-impl v1.0.69
4672026-08-21T22:24:03.963Z Compiling zerocopy-derive v0.7.35
4682026-08-21T22:24:03.996Z Compiling pest_derive v2.8.6
4692026-08-21T22:24:04.190Z Compiling scroll_derive v0.12.1
4702026-08-21T22:24:04.206Z Compiling thiserror-impl v2.0.18
4712026-08-21T22:24:04.412Z Compiling clap_derive v4.6.1
4722026-08-21T22:24:04.448Z Compiling tabled v0.15.0
4732026-08-21T22:24:04.817Z Compiling zerocopy v0.7.35
4742026-08-21T22:24:04.845Z Compiling scroll v0.12.0
4752026-08-21T22:24:05.125Z Compiling goblin v0.8.2
4762026-08-21T22:24:05.219Z Compiling dtrace-parser v0.2.0
4772026-08-21T22:24:06.087Z Compiling clap v4.6.1
4782026-08-21T22:24:06.745Z Compiling dof v0.3.0
4792026-08-21T22:24:06.745Z Compiling serde_tokenstream v0.2.3
4802026-08-21T22:24:06.749Z Compiling toml_datetime v0.6.11
4812026-08-21T22:24:06.749Z Compiling serde_spanned v0.6.9
4822026-08-21T22:24:06.749Z Compiling cargo_metadata v0.23.1
4832026-08-21T22:24:06.824Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4842026-08-21T22:24:06.828Z Compiling macaddr v1.0.1
4852026-08-21T22:24:06.931Z Compiling toml_edit v0.22.27
4862026-08-21T22:24:07.555Z Compiling usdt-macro v0.5.0
4872026-08-21T22:24:07.555Z Compiling usdt-attr-macro v0.5.0
4882026-08-21T22:24:08.170Z Compiling usdt v0.5.0
4892026-08-21T22:24:08.342Z Compiling toml v0.8.23
4902026-08-21T22:24:08.661Z Compiling cargo_toml v0.21.0
4912026-08-21T22:24:09.904Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4922026-08-21T22:24:11.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.67s
4932026-08-21T22:24:12.079Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4942026-08-21T22:24:12.590Z Downloading crates ...
4952026-08-21T22:24:12.636Z Downloaded adler2 v2.0.1
4962026-08-21T22:24:12.640Z Downloaded addr2line v0.25.1
4972026-08-21T22:24:12.643Z Downloaded bitflags v1.3.2
4982026-08-21T22:24:12.646Z Downloaded async-stream-impl v0.3.6
4992026-08-21T22:24:12.646Z Downloaded argon2 v0.5.3
5002026-08-21T22:24:12.649Z Downloaded argon2 v0.6.0-rc.8
5012026-08-21T22:24:12.649Z Downloaded arrayref v0.3.9
5022026-08-21T22:24:12.655Z Downloaded backtrace v0.3.76
5032026-08-21T22:24:12.658Z Downloaded atomic-waker v1.1.2
5042026-08-21T22:24:12.662Z Downloaded anstyle-parse v0.2.7
5052026-08-21T22:24:12.662Z Downloaded assert_matches v1.5.0
5062026-08-21T22:24:12.665Z Downloaded backtrace-ext v0.2.1
5072026-08-21T22:24:12.665Z Downloaded base16ct v1.0.0
5082026-08-21T22:24:12.669Z Downloaded bb8 v0.8.6
5092026-08-21T22:24:12.673Z Downloaded const-oid v0.10.2
5102026-08-21T22:24:12.675Z Downloaded bitfield-macros v0.19.4
5112026-08-21T22:24:12.676Z Downloaded arrayvec v0.7.6
5122026-08-21T22:24:12.676Z Downloaded aead v0.6.1
5132026-08-21T22:24:12.678Z Downloaded async-stream v0.3.6
5142026-08-21T22:24:12.681Z Downloaded atomicwrites v0.4.4
5152026-08-21T22:24:12.681Z Downloaded bit-set v0.5.3
5162026-08-21T22:24:12.681Z Downloaded base16ct v0.2.0
5172026-08-21T22:24:12.681Z Downloaded expectorate v1.2.0
5182026-08-21T22:24:12.684Z Downloaded fixedbitset v0.4.2
5192026-08-21T22:24:12.687Z Downloaded futures-io v0.3.32
5202026-08-21T22:24:12.688Z Downloaded erased-serde v0.3.31
5212026-08-21T22:24:12.688Z Downloaded find-msvc-tools v0.1.9
5222026-08-21T22:24:12.692Z Downloaded ascii-canvas v3.0.0
5232026-08-21T22:24:12.694Z Downloaded bitfield-struct v0.6.2
5242026-08-21T22:24:12.694Z Downloaded foreign-types v0.5.0
5252026-08-21T22:24:12.694Z Downloaded fxhash v0.2.1
5262026-08-21T22:24:12.694Z Downloaded endian-type v0.1.2
5272026-08-21T22:24:12.698Z Downloaded fd-lock v4.0.4
5282026-08-21T22:24:12.698Z Downloaded futures-core v0.3.32
5292026-08-21T22:24:12.698Z Downloaded bit-set v0.8.0
5302026-08-21T22:24:12.701Z Downloaded fs_extra v1.3.0
5312026-08-21T22:24:12.701Z Downloaded funty v2.0.0
5322026-08-21T22:24:12.704Z Downloaded backoff v0.4.0
5332026-08-21T22:24:12.704Z Downloaded foreign-types v0.3.2
5342026-08-21T22:24:12.710Z Downloaded bit-vec v0.8.0
5352026-08-21T22:24:12.713Z Downloaded bcrypt-pbkdf v0.11.0
5362026-08-21T22:24:12.713Z Downloaded block-padding v0.4.2
5372026-08-21T22:24:12.713Z Downloaded home v0.5.12
5382026-08-21T22:24:12.713Z Downloaded foreign-types-macros v0.2.3
5392026-08-21T22:24:12.713Z Downloaded futures-sink v0.3.32
5402026-08-21T22:24:12.713Z Downloaded headers-core v0.3.0
5412026-08-21T22:24:12.713Z Downloaded array-init v0.0.4
5422026-08-21T22:24:12.713Z Downloaded cobs v0.3.0
5432026-08-21T22:24:12.717Z Downloaded aead v0.5.2
5442026-08-21T22:24:12.717Z Downloaded foreign-types-shared v0.1.1
5452026-08-21T22:24:12.720Z Downloaded float-cmp v0.10.0
5462026-08-21T22:24:12.723Z Downloaded compression-core v0.4.31
5472026-08-21T22:24:12.723Z Downloaded ciborium-ll v0.2.2
5482026-08-21T22:24:12.726Z Downloaded cfg_aliases v0.1.1
5492026-08-21T22:24:12.726Z Downloaded cfg_aliases v0.2.1
5502026-08-21T22:24:12.726Z Downloaded flagset v0.4.7
5512026-08-21T22:24:12.729Z Downloaded fatfs v0.3.6
5522026-08-21T22:24:12.732Z Downloaded futures-task v0.3.32
5532026-08-21T22:24:12.737Z Downloaded castaway v0.2.4
5542026-08-21T22:24:12.737Z Downloaded form_urlencoded v1.2.2
5552026-08-21T22:24:12.737Z Downloaded atty v0.2.14
5562026-08-21T22:24:12.740Z Downloaded env_logger v0.11.11
5572026-08-21T22:24:12.740Z Downloaded foreign-types-shared v0.3.1
5582026-08-21T22:24:12.740Z Downloaded ghash v0.6.0
5592026-08-21T22:24:12.740Z Downloaded async-recursion v1.1.1
5602026-08-21T22:24:12.743Z Downloaded foldhash v0.1.5
5612026-08-21T22:24:12.746Z Downloaded enum-as-inner v0.6.1
5622026-08-21T22:24:12.749Z Downloaded futures-macro v0.3.32
5632026-08-21T22:24:12.757Z Downloaded anstream v0.6.21
5642026-08-21T22:24:12.760Z Downloaded flume v0.11.1
5652026-08-21T22:24:12.763Z Downloaded async-trait v0.1.89
5662026-08-21T22:24:12.763Z Downloaded ff v0.13.1
5672026-08-21T22:24:12.766Z Downloaded filetime v0.2.27
5682026-08-21T22:24:12.766Z Downloaded futures-channel v0.3.32
5692026-08-21T22:24:12.766Z Downloaded glob v0.3.3
5702026-08-21T22:24:12.766Z Downloaded group v0.13.0
5712026-08-21T22:24:12.769Z Downloaded bit-vec v0.6.3
5722026-08-21T22:24:12.769Z Downloaded nibble_vec v0.1.0
5732026-08-21T22:24:12.769Z Downloaded nodrop v0.1.14
5742026-08-21T22:24:12.769Z Downloaded hostname v0.3.1
5752026-08-21T22:24:12.774Z Downloaded normalize-line-endings v0.3.0
5762026-08-21T22:24:12.774Z Downloaded gethostname v0.5.0
5772026-08-21T22:24:12.774Z Downloaded http-range v0.1.5
5782026-08-21T22:24:12.774Z Downloaded bumpalo v3.20.2
5792026-08-21T22:24:12.777Z Downloaded hubpack_derive v0.1.1
5802026-08-21T22:24:12.777Z Downloaded byte-wrapper v0.1.0
5812026-08-21T22:24:12.780Z Downloaded float-ord v0.3.2
5822026-08-21T22:24:12.780Z Downloaded ciborium-io v0.2.2
5832026-08-21T22:24:12.783Z Downloaded olpc-cjson v0.1.4
5842026-08-21T22:24:12.786Z Downloaded hash32 v0.3.1
5852026-08-21T22:24:12.786Z Downloaded hex v0.4.3
5862026-08-21T22:24:12.786Z Downloaded openssl-probe v0.1.6
5872026-08-21T22:24:12.786Z Downloaded num_threads v0.1.7
5882026-08-21T22:24:12.790Z Downloaded openssl-macros v0.1.1
5892026-08-21T22:24:12.790Z Downloaded httpdate v1.0.3
5902026-08-21T22:24:12.790Z Downloaded password-hash v0.6.1
5912026-08-21T22:24:12.790Z Downloaded globwalk v0.9.1
5922026-08-21T22:24:12.793Z Downloaded hash32 v0.2.1
5932026-08-21T22:24:12.796Z Downloaded hex-literal v1.1.0
5942026-08-21T22:24:12.796Z Downloaded phf_shared v0.12.1
5952026-08-21T22:24:12.800Z Downloaded http-body v1.0.1
5962026-08-21T22:24:12.803Z Downloaded block-buffer v0.12.1
5972026-08-21T22:24:12.803Z Downloaded chacha20 v0.9.1
5982026-08-21T22:24:12.806Z Downloaded git-stub v1.0.0
5992026-08-21T22:24:12.806Z Downloaded hostname v0.4.2
6002026-08-21T22:24:12.806Z Downloaded cbc v0.2.1
6012026-08-21T22:24:12.809Z Downloaded cassowary v0.3.0
6022026-08-21T22:24:12.812Z Downloaded buf-list v1.1.2
6032026-08-21T22:24:12.812Z Downloaded potential_utf v0.1.4
6042026-08-21T22:24:12.816Z Downloaded bcs v0.1.6
6052026-08-21T22:24:12.819Z Downloaded cmov v0.5.4
6062026-08-21T22:24:12.819Z Downloaded fallible-iterator v0.2.0
6072026-08-21T22:24:12.819Z Downloaded getrandom v0.2.17
6082026-08-21T22:24:12.823Z Downloaded hubpack v0.1.2
6092026-08-21T22:24:12.823Z Downloaded enum_dispatch v0.3.13
6102026-08-21T22:24:12.823Z Downloaded env_filter v2.0.0
6112026-08-21T22:24:12.823Z Downloaded cexpr v0.6.0
6122026-08-21T22:24:12.827Z Downloaded fixedbitset v0.5.7
6132026-08-21T22:24:12.827Z Downloaded blowfish v0.10.0
6142026-08-21T22:24:12.827Z Downloaded cipher v0.5.2
6152026-08-21T22:24:12.827Z Downloaded ff v0.14.0
6162026-08-21T22:24:12.831Z Downloaded http-body-util v0.1.3
6172026-08-21T22:24:12.831Z Downloaded cipher v0.4.4
6182026-08-21T22:24:12.831Z Downloaded progenitor-client v0.14.0
6192026-08-21T22:24:12.831Z Downloaded psl-types v2.0.11
6202026-08-21T22:24:12.831Z Downloaded ref-cast-impl v1.0.25
6212026-08-21T22:24:12.835Z Downloaded hybrid-array v0.4.13
6222026-08-21T22:24:12.835Z Downloaded foldhash v0.2.0
6232026-08-21T22:24:12.835Z Downloaded backon v1.6.0
6242026-08-21T22:24:12.839Z Downloaded bitfield v0.19.4
6252026-08-21T22:24:12.839Z Downloaded camino-tempfile-ext v0.3.3
6262026-08-21T22:24:12.839Z Downloaded cmake v0.1.57
6272026-08-21T22:24:12.839Z Downloaded base64ct v1.8.3
6282026-08-21T22:24:12.842Z Downloaded sapling-renderdag v0.1.0
6292026-08-21T22:24:12.845Z Downloaded recursive v0.1.1
6302026-08-21T22:24:12.845Z Downloaded compression-codecs v0.4.37
6312026-08-21T22:24:12.848Z Downloaded serde_repr v0.1.20
6322026-08-21T22:24:12.848Z Downloaded rustc_version v0.4.1
6332026-08-21T22:24:12.848Z Downloaded sha1 v0.10.6
6342026-08-21T22:24:12.851Z Downloaded signal-hook-tokio v0.3.1
6352026-08-21T22:24:12.851Z Downloaded fs-err v2.11.0
6362026-08-21T22:24:12.851Z Downloaded scroll_derive v0.13.1
6372026-08-21T22:24:12.851Z Downloaded ahash v0.8.12
6382026-08-21T22:24:12.854Z Downloaded async-bb8-diesel v0.2.1
6392026-08-21T22:24:12.854Z Downloaded futures-executor v0.3.32
6402026-08-21T22:24:12.854Z Downloaded group v0.14.0
6412026-08-21T22:24:12.858Z Downloaded git-stub-vcs v0.1.0
6422026-08-21T22:24:12.861Z Downloaded globset v0.4.18
6432026-08-21T22:24:12.861Z Downloaded num-integer v0.1.46
6442026-08-21T22:24:12.864Z Downloaded num_enum v0.5.11
6452026-08-21T22:24:12.867Z Downloaded oxide-update-engine v0.1.2
6462026-08-21T22:24:12.867Z Downloaded oxide-update-engine-display v0.1.2
6472026-08-21T22:24:12.867Z Downloaded packed_struct v0.10.1
6482026-08-21T22:24:12.870Z Downloaded parse-display-derive v0.10.0
6492026-08-21T22:24:12.870Z Downloaded peg-macros v0.8.5
6502026-08-21T22:24:12.870Z Downloaded pem-rfc7468 v1.0.0
6512026-08-21T22:24:12.870Z Downloaded percent-encoding v2.3.2
6522026-08-21T22:24:12.870Z Downloaded pkcs8 v0.10.2
6532026-08-21T22:24:12.873Z Downloaded highway v1.3.0
6542026-08-21T22:24:12.873Z Downloaded signature v3.0.0
6552026-08-21T22:24:12.873Z Downloaded take_mut v0.2.2
6562026-08-21T22:24:12.878Z Downloaded signature v2.2.0
6572026-08-21T22:24:12.878Z Downloaded tokio-macros v2.7.0
6582026-08-21T22:24:12.878Z Downloaded primeorder v0.13.6
6592026-08-21T22:24:12.878Z Downloaded proc-macro-crate v1.3.1
6602026-08-21T22:24:12.881Z Downloaded clang-sys v1.8.1
6612026-08-21T22:24:12.886Z Downloaded console v0.16.2
6622026-08-21T22:24:12.886Z Downloaded bzip2 v0.4.4
6632026-08-21T22:24:12.886Z Downloaded cancel-safe-futures v0.1.5
6642026-08-21T22:24:12.889Z Downloaded futures v0.3.32
6652026-08-21T22:24:12.889Z Downloaded blake2 v0.10.6
6662026-08-21T22:24:12.892Z Downloaded colored v3.1.1
6672026-08-21T22:24:12.892Z Downloaded console v0.15.11
6682026-08-21T22:24:12.892Z Downloaded rand_chacha v0.9.0
6692026-08-21T22:24:12.897Z Downloaded port-file v0.1.0
6702026-08-21T22:24:12.897Z Downloaded primeorder v0.14.0
6712026-08-21T22:24:12.897Z Downloaded psm v0.1.30
6722026-08-21T22:24:12.900Z Downloaded tap v1.0.1
6732026-08-21T22:24:12.900Z Downloaded bzip2 v0.6.1
6742026-08-21T22:24:12.900Z Downloaded const-oid v0.9.6
6752026-08-21T22:24:12.900Z Downloaded strip-ansi-escapes v0.2.1
6762026-08-21T22:24:12.900Z Downloaded termtree v0.5.1
6772026-08-21T22:24:12.902Z Downloaded getrandom v0.4.3
6782026-08-21T22:24:12.903Z Downloaded typify-macro v0.6.2
6792026-08-21T22:24:12.903Z Downloaded unarray v0.1.4
6802026-08-21T22:24:12.906Z Downloaded rand_core v0.10.0
6812026-08-21T22:24:12.906Z Downloaded rustversion v1.0.22
6822026-08-21T22:24:12.906Z Downloaded hmac v0.13.0
6832026-08-21T22:24:12.908Z Downloaded blake2 v0.11.0-rc.6
6842026-08-21T22:24:12.908Z Downloaded rpassword v7.5.4
6852026-08-21T22:24:12.912Z Downloaded allocator-api2 v0.2.21
6862026-08-21T22:24:12.916Z Downloaded usdt v0.6.0
6872026-08-21T22:24:12.919Z Downloaded usdt-attr-macro v0.6.0
6882026-08-21T22:24:12.919Z Downloaded sec1 v0.7.3
6892026-08-21T22:24:12.919Z Downloaded sec1 v0.8.1
6902026-08-21T22:24:12.922Z Downloaded serdect v0.4.3
6912026-08-21T22:24:12.925Z Downloaded yoke-derive v0.8.1
6922026-08-21T22:24:12.928Z Downloaded defmt v0.3.100
6932026-08-21T22:24:12.928Z Downloaded crunchy v0.2.4
6942026-08-21T22:24:12.932Z Downloaded zone_cfg_derive v0.3.1
6952026-08-21T22:24:12.932Z Downloaded debug-ignore v1.0.5
6962026-08-21T22:24:12.932Z Downloaded shlex v1.3.0
6972026-08-21T22:24:12.936Z Downloaded slog-dtrace v0.3.0
6982026-08-21T22:24:12.936Z Downloaded spki v0.7.3
6992026-08-21T22:24:12.936Z Downloaded chacha20 v0.10.0
7002026-08-21T22:24:12.936Z Downloaded synstructure v0.13.2
7012026-08-21T22:24:12.940Z Downloaded darling_macro v0.20.11
7022026-08-21T22:24:12.940Z Downloaded dirs-sys-next v0.1.2
7032026-08-21T22:24:12.943Z Downloaded humantime v2.3.0
7042026-08-21T22:24:12.943Z Downloaded hyper-rustls v0.27.7
7052026-08-21T22:24:12.943Z Downloaded display-error-chain v0.2.2
7062026-08-21T22:24:12.948Z Downloaded thread_local v1.1.9
7072026-08-21T22:24:12.952Z Downloaded bs58 v0.5.1
7082026-08-21T22:24:12.952Z Downloaded quinn-udp v0.5.14
7092026-08-21T22:24:12.952Z Downloaded ciborium v0.2.2
7102026-08-21T22:24:12.955Z Downloaded slog-stdlog v4.1.1
7112026-08-21T22:24:12.955Z Downloaded smf v0.2.3
7122026-08-21T22:24:12.961Z Downloaded colored v2.2.0
7132026-08-21T22:24:12.961Z Downloaded toml_writer v1.1.1+spec-1.1.0
7142026-08-21T22:24:12.964Z Downloaded postgres-types v0.2.12
7152026-08-21T22:24:12.964Z Downloaded parking_lot v0.12.5
7162026-08-21T22:24:12.968Z Downloaded generic-array v1.4.3
7172026-08-21T22:24:12.968Z Downloaded static_assertions v1.1.0
7182026-08-21T22:24:12.968Z Downloaded string_cache v0.8.9
7192026-08-21T22:24:12.971Z Downloaded stringprep v0.1.5
7202026-08-21T22:24:12.971Z Downloaded dtrace-parser v0.3.0
7212026-08-21T22:24:12.972Z Downloaded embedded-io v0.6.1
7222026-08-21T22:24:12.972Z Downloaded idna_adapter v1.2.1
7232026-08-21T22:24:12.972Z Downloaded base64 v0.22.1
7242026-08-21T22:24:12.975Z Downloaded is-terminal v0.4.17
7252026-08-21T22:24:12.975Z Downloaded instant v0.1.13
7262026-08-21T22:24:12.979Z Downloaded memoffset v0.9.1
7272026-08-21T22:24:12.979Z Downloaded half v1.8.3
7282026-08-21T22:24:12.982Z Downloaded time-macros v0.2.27
7292026-08-21T22:24:12.982Z Downloaded lazy_static v1.5.0
7302026-08-21T22:24:12.982Z Downloaded keccak v0.1.6
7312026-08-21T22:24:12.982Z Downloaded lalrpop-util v0.19.12
7322026-08-21T22:24:12.986Z Downloaded serde_cbor v0.11.2
7332026-08-21T22:24:12.989Z Downloaded tiny-keccak v2.0.2
7342026-08-21T22:24:12.989Z Downloaded multimap v0.10.1
7352026-08-21T22:24:12.990Z Downloaded whoami v1.6.1
7362026-08-21T22:24:12.993Z Downloaded async-compression v0.4.41
7372026-08-21T22:24:12.996Z Downloaded wyz v0.5.1
7382026-08-21T22:24:12.996Z Downloaded vergen-lib v0.1.6
7392026-08-21T22:24:12.996Z Downloaded want v0.3.1
7402026-08-21T22:24:12.996Z Downloaded zeroize v1.9.0
7412026-08-21T22:24:13.000Z Downloaded zerovec-derive v0.11.2
7422026-08-21T22:24:13.001Z Downloaded zstd v0.13.3
7432026-08-21T22:24:13.001Z Downloaded critical-section v1.2.0
7442026-08-21T22:24:13.007Z Downloaded zstd-safe v7.2.4
7452026-08-21T22:24:13.007Z Downloaded num-iter v0.1.45
7462026-08-21T22:24:13.007Z Downloaded newline-converter v0.3.0
7472026-08-21T22:24:13.011Z Downloaded peg-runtime v0.8.5
7482026-08-21T22:24:13.011Z Downloaded ctr v0.10.1
7492026-08-21T22:24:13.011Z Downloaded predicates-core v1.0.10
7502026-08-21T22:24:13.011Z Downloaded ctutils v0.4.2
7512026-08-21T22:24:13.011Z Downloaded der_derive v0.7.3
7522026-08-21T22:24:13.011Z Downloaded salsa20 v0.11.0
7532026-08-21T22:24:13.014Z Downloaded diesel-dtrace v0.5.0
7542026-08-21T22:24:13.022Z Downloaded rand_chacha v0.3.1
7552026-08-21T22:24:13.027Z Downloaded hmac v0.12.1
7562026-08-21T22:24:13.030Z Downloaded httparse v1.10.1
7572026-08-21T22:24:13.030Z Downloaded pkcs5 v0.8.1
7582026-08-21T22:24:13.034Z Downloaded compact_str v0.8.1
7592026-08-21T22:24:13.034Z Downloaded snafu-derive v0.8.9
7602026-08-21T22:24:13.038Z Downloaded ed25519 v2.2.3
7612026-08-21T22:24:13.038Z Downloaded indoc v1.0.9
7622026-08-21T22:24:13.042Z Downloaded rfc6979 v0.4.0
7632026-08-21T22:24:13.042Z Downloaded rfc6979 v0.6.0
7642026-08-21T22:24:13.042Z Downloaded seq-macro v0.3.6
7652026-08-21T22:24:13.042Z Downloaded radium v0.7.0
7662026-08-21T22:24:13.042Z Downloaded ref-cast v1.0.25
7672026-08-21T22:24:13.045Z Downloaded serde-big-array v0.5.1
7682026-08-21T22:24:13.045Z Downloaded headers v0.4.1
7692026-08-21T22:24:13.051Z Downloaded impl-trait-for-tuples v0.2.3
7702026-08-21T22:24:13.054Z Downloaded ingot-types v0.2.0
7712026-08-21T22:24:13.054Z Downloaded linked-hash-map v0.5.6
7722026-08-21T22:24:13.054Z Downloaded mime_guess v2.0.5
7732026-08-21T22:24:13.058Z Downloaded strum v0.27.2
7742026-08-21T22:24:13.061Z Downloaded ron v0.8.1
7752026-08-21T22:24:13.066Z Downloaded strum v0.26.3
7762026-08-21T22:24:13.066Z Downloaded semver v0.1.20
7772026-08-21T22:24:13.066Z Downloaded shell-words v1.1.1
7782026-08-21T22:24:13.066Z Downloaded sigpipe v0.1.3
7792026-08-21T22:24:13.069Z Downloaded secrecy v0.10.3
7802026-08-21T22:24:13.069Z Downloaded chacha20poly1305 v0.10.1
7812026-08-21T22:24:13.072Z Downloaded tokio-stream v0.1.18
7822026-08-21T22:24:13.072Z Downloaded tracing-attributes v0.1.31
7832026-08-21T22:24:13.075Z Downloaded num-rational v0.4.2
7842026-08-21T22:24:13.075Z Downloaded bytes v1.11.1
7852026-08-21T22:24:13.078Z Downloaded linear-map v1.2.0
7862026-08-21T22:24:13.081Z Downloaded powerfmt v0.2.0
7872026-08-21T22:24:13.081Z Downloaded sync-ptr v0.1.4
7882026-08-21T22:24:13.081Z Downloaded elliptic-curve v0.14.1
7892026-08-21T22:24:13.085Z Downloaded owo-colors v4.3.0
7902026-08-21T22:24:13.085Z Downloaded paste v1.0.15
7912026-08-21T22:24:13.087Z Downloaded pem v3.0.6
7922026-08-21T22:24:13.087Z Downloaded thread-id v5.1.0
7932026-08-21T22:24:13.087Z Downloaded pem-rfc7468 v0.7.0
7942026-08-21T22:24:13.091Z Downloaded tinyvec_macros v0.1.1
7952026-08-21T22:24:13.094Z Downloaded heapless v0.7.17
7962026-08-21T22:24:13.094Z Downloaded supports-color v3.0.2
7972026-08-21T22:24:13.097Z Downloaded trait-variant v0.1.2
7982026-08-21T22:24:13.097Z Downloaded utf8_iter v1.0.4
7992026-08-21T22:24:13.097Z Downloaded ar_archive_writer v0.5.1
8002026-08-21T22:24:13.101Z Downloaded primefield v0.14.0
8012026-08-21T22:24:13.101Z Downloaded darling v0.20.11
8022026-08-21T22:24:13.104Z Downloaded derive_builder v0.20.2
8032026-08-21T22:24:13.107Z Downloaded cc v1.2.56
8042026-08-21T22:24:13.107Z Downloaded prefix-trie v0.7.0
8052026-08-21T22:24:13.111Z Downloaded progenitor v0.14.0
8062026-08-21T22:24:13.111Z Downloaded chumsky v0.9.3
8072026-08-21T22:24:13.114Z Downloaded ecdsa v0.17.0
8082026-08-21T22:24:13.114Z Downloaded half v2.7.1
8092026-08-21T22:24:13.114Z Downloaded progenitor v0.13.0
8102026-08-21T22:24:13.114Z Downloaded void v1.0.2
8112026-08-21T22:24:13.114Z Downloaded xshell-macros v0.2.7
8122026-08-21T22:24:13.117Z Downloaded zerofrom-derive v0.1.6
8132026-08-21T22:24:13.117Z Downloaded universal-hash v0.5.1
8142026-08-21T22:24:13.120Z Downloaded darling_macro v0.23.0
8152026-08-21T22:24:13.120Z Downloaded universal-hash v0.6.1
8162026-08-21T22:24:13.120Z Downloaded rand_seeder v0.4.0
8172026-08-21T22:24:13.124Z Downloaded base64 v0.21.7
8182026-08-21T22:24:13.127Z Downloaded crc-catalog v2.4.0
8192026-08-21T22:24:13.127Z Downloaded crypto-common v0.2.2
8202026-08-21T22:24:13.127Z Downloaded heapless v0.8.0
8212026-08-21T22:24:13.130Z Downloaded jobserver v0.1.34
8222026-08-21T22:24:13.135Z Downloaded litrs v1.0.0
8232026-08-21T22:24:13.135Z Downloaded rustc-demangle v0.1.27
8242026-08-21T22:24:13.137Z Downloaded rustls-native-certs v0.8.3
8252026-08-21T22:24:13.138Z Downloaded crucible-workspace-hack v0.1.0
8262026-08-21T22:24:13.138Z Downloaded slab v0.4.12
8272026-08-21T22:24:13.141Z Downloaded arc-swap v1.8.2
8282026-08-21T22:24:13.148Z Downloaded document-features v0.2.12
8292026-08-21T22:24:13.151Z Downloaded litemap v0.8.1
8302026-08-21T22:24:13.154Z Downloaded slog-term v2.9.2
8312026-08-21T22:24:13.154Z Downloaded dyn-clone v1.0.20
8322026-08-21T22:24:13.154Z Downloaded dunce v1.0.5
8332026-08-21T22:24:13.154Z Downloaded toml v0.7.8
8342026-08-21T22:24:13.158Z Downloaded embedded-io v0.4.0
8352026-08-21T22:24:13.158Z Downloaded scroll v0.13.0
8362026-08-21T22:24:13.158Z Downloaded ident_case v1.0.1
8372026-08-21T22:24:13.158Z Downloaded indent_write v2.2.0
8382026-08-21T22:24:13.161Z Downloaded stacker v0.1.23
8392026-08-21T22:24:13.161Z Downloaded zopfli v0.8.3
8402026-08-21T22:24:13.161Z Downloaded tracing-core v0.1.36
8412026-08-21T22:24:13.164Z Downloaded vte v0.14.1
8422026-08-21T22:24:13.164Z Downloaded darling v0.21.3
8432026-08-21T22:24:13.166Z Downloaded ml-kem v0.3.2
8442026-08-21T22:24:13.169Z Downloaded tls_codec v0.4.2
8452026-08-21T22:24:13.170Z Downloaded jiff-static v0.2.34
8462026-08-21T22:24:13.173Z Downloaded is_ci v1.2.0
8472026-08-21T22:24:13.173Z Downloaded hickory-resolver v0.25.2
8482026-08-21T22:24:13.176Z Downloaded flate2 v1.1.9
8492026-08-21T22:24:13.179Z Downloaded pin-project-lite v0.2.17
8502026-08-21T22:24:13.182Z Downloaded vergen-git2 v9.1.0
8512026-08-21T22:24:13.185Z Downloaded hickory-resolver v0.24.4
8522026-08-21T22:24:13.188Z Downloaded unicase v2.9.0
8532026-08-21T22:24:13.193Z Downloaded const_format_proc_macros v0.2.34
8542026-08-21T22:24:13.193Z Downloaded constant_time_eq v0.4.2
8552026-08-21T22:24:13.193Z Downloaded lzss v0.8.2
8562026-08-21T22:24:13.196Z Downloaded maybe-uninit v2.0.0
8572026-08-21T22:24:13.196Z Downloaded packed_struct_codegen v0.10.1
8582026-08-21T22:24:13.208Z Downloaded whoami v2.1.0
8592026-08-21T22:24:13.208Z Downloaded openssl-probe v0.2.1
8602026-08-21T22:24:13.208Z Downloaded unsafe-libyaml v0.2.11
8612026-08-21T22:24:13.208Z Downloaded precomputed-hash v0.1.1
8622026-08-21T22:24:13.208Z Downloaded deranged v0.5.8
8632026-08-21T22:24:13.211Z Downloaded derive-ex v0.1.8
8642026-08-21T22:24:13.211Z Downloaded digest v0.11.3
8652026-08-21T22:24:13.212Z Downloaded libbz2-rs-sys v0.2.2
8662026-08-21T22:24:13.215Z Downloaded path-slash v0.1.5
8672026-08-21T22:24:13.218Z Downloaded rand v0.8.6
8682026-08-21T22:24:13.218Z Downloaded schemars v1.2.1
8692026-08-21T22:24:13.225Z Downloaded omicron-zone-package v0.12.3
8702026-08-21T22:24:13.228Z Downloaded defmt-macros v1.0.1
8712026-08-21T22:24:13.231Z Downloaded scopeguard v1.2.0
8722026-08-21T22:24:13.231Z Downloaded recursive-proc-macro-impl v0.1.1
8732026-08-21T22:24:13.234Z Downloaded serde_plain v1.0.2
8742026-08-21T22:24:13.234Z Downloaded sha1 v0.11.0
8752026-08-21T22:24:13.239Z Downloaded signal-hook-mio v0.2.5
8762026-08-21T22:24:13.242Z Downloaded structmeta v0.3.0
8772026-08-21T22:24:13.251Z Downloaded ingot v0.2.1
8782026-08-21T22:24:13.254Z Downloaded pkcs1 v0.7.5
8792026-08-21T22:24:13.254Z Downloaded knus-derive v3.4.0
8802026-08-21T22:24:13.257Z Downloaded slog-envlogger v2.2.0
8812026-08-21T22:24:13.257Z Downloaded sponge-cursor v0.1.0
8822026-08-21T22:24:13.260Z Downloaded libloading v0.8.9
8832026-08-21T22:24:13.260Z Downloaded nanorand v0.7.0
8842026-08-21T22:24:13.263Z Downloaded num v0.4.3
8852026-08-21T22:24:13.263Z Downloaded tabwriter v1.4.1
8862026-08-21T22:24:13.263Z Downloaded pkcs1 v0.8.0-rc.4
8872026-08-21T22:24:13.266Z Downloaded zerocopy v0.6.6
8882026-08-21T22:24:13.269Z Downloaded http v1.4.2
8892026-08-21T22:24:13.272Z Downloaded miette-derive v7.6.0
8902026-08-21T22:24:13.276Z Downloaded native-tls v0.2.18
8912026-08-21T22:24:13.276Z Downloaded tagptr v0.2.0
8922026-08-21T22:24:13.276Z Downloaded oxide-tokio-rt v0.1.4
8932026-08-21T22:24:13.281Z Downloaded try-lock v0.2.5
8942026-08-21T22:24:13.281Z Downloaded waitgroup v0.1.2
8952026-08-21T22:24:13.284Z Downloaded convert_case v0.4.0
8962026-08-21T22:24:13.288Z Downloaded pbkdf2 v0.13.0
8972026-08-21T22:24:13.288Z Downloaded peg v0.8.5
8982026-08-21T22:24:13.291Z Downloaded crc v3.4.0
8992026-08-21T22:24:13.295Z Downloaded sha2 v0.11.0
9002026-08-21T22:24:13.298Z Downloaded cpufeatures v0.3.0
9012026-08-21T22:24:13.302Z Downloaded pkg-config v0.3.32
9022026-08-21T22:24:13.306Z Downloaded r2d2 v0.8.10
9032026-08-21T22:24:13.306Z Downloaded rand_xorshift v0.4.0
9042026-08-21T22:24:13.306Z Downloaded scrypt v0.12.0
9052026-08-21T22:24:13.309Z Downloaded socket2 v0.5.10
9062026-08-21T22:24:13.309Z Downloaded steno v0.4.1
9072026-08-21T22:24:13.313Z Downloaded crc32fast v1.5.0
9082026-08-21T22:24:13.313Z Downloaded rustls-pemfile v2.2.0
9092026-08-21T22:24:13.313Z Downloaded icu_normalizer v2.1.1
9102026-08-21T22:24:13.317Z Downloaded icu_normalizer_data v2.1.1
9112026-08-21T22:24:13.317Z Downloaded diesel_table_macro_syntax v0.3.0
9122026-08-21T22:24:13.317Z Downloaded darling v0.13.4
9132026-08-21T22:24:13.320Z Downloaded serde_with_macros v1.5.2
9142026-08-21T22:24:13.320Z Downloaded signal-hook-registry v1.4.8
9152026-08-21T22:24:13.320Z Downloaded aes v0.9.1
9162026-08-21T22:24:13.324Z Downloaded iana-time-zone v0.1.65
9172026-08-21T22:24:13.324Z Downloaded p256 v0.14.0
9182026-08-21T22:24:13.327Z Downloaded p384 v0.14.0
9192026-08-21T22:24:13.327Z Downloaded ingot-macros v0.2.0
9202026-08-21T22:24:13.330Z Downloaded illumos-nvpair v0.3.0
9212026-08-21T22:24:13.330Z Downloaded time-core v0.1.8
9222026-08-21T22:24:13.330Z Downloaded kstat-rs v0.2.5
9232026-08-21T22:24:13.333Z Downloaded md5 v0.8.0
9242026-08-21T22:24:13.336Z Downloaded resolv-conf v0.7.6
9252026-08-21T22:24:13.336Z Downloaded unicode_categories v0.1.1
9262026-08-21T22:24:13.339Z Downloaded crossbeam-channel v0.5.15
9272026-08-21T22:24:13.342Z Downloaded test-strategy v0.4.5
9282026-08-21T22:24:13.344Z Downloaded tinystr v0.8.2
9292026-08-21T22:24:13.344Z Downloaded tinyvec v1.10.0
9302026-08-21T22:24:13.347Z Downloaded internet-checksum v0.2.1
9312026-08-21T22:24:13.347Z Downloaded spki v0.8.0
9322026-08-21T22:24:13.347Z Downloaded rayon-core v1.13.0
9332026-08-21T22:24:13.350Z Downloaded multer v3.1.0
9342026-08-21T22:24:13.350Z Downloaded hashbrown v0.12.3
9352026-08-21T22:24:13.353Z Downloaded hickory-server v0.25.2
9362026-08-21T22:24:13.356Z Downloaded toml v1.1.2+spec-1.1.0
9372026-08-21T22:24:13.359Z Downloaded opaque-debug v0.3.1
9382026-08-21T22:24:13.359Z Downloaded parse-size v1.1.0
9392026-08-21T22:24:13.359Z Downloaded phf_shared v0.13.1
9402026-08-21T22:24:13.359Z Downloaded new_debug_unreachable v1.0.6
9412026-08-21T22:24:13.362Z Downloaded strum_macros v0.27.2
9422026-08-21T22:24:13.362Z Downloaded support-bundle-viewer v0.1.2
9432026-08-21T22:24:13.362Z Downloaded hashbrown v0.13.2
9442026-08-21T22:24:13.365Z Downloaded toml_datetime v1.1.1+spec-1.1.0
9452026-08-21T22:24:13.365Z Downloaded walkdir v2.5.0
9462026-08-21T22:24:13.365Z Downloaded schemars v0.8.22
9472026-08-21T22:24:13.371Z Downloaded ppv-lite86 v0.2.21
9482026-08-21T22:24:13.375Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9492026-08-21T22:24:13.375Z Downloaded usdt-impl v0.6.0
9502026-08-21T22:24:13.375Z Downloaded oso-derive v0.27.3
9512026-08-21T22:24:13.375Z Downloaded snafu v0.8.9
9522026-08-21T22:24:13.378Z Downloaded uzers v0.12.2
9532026-08-21T22:24:13.381Z Downloaded csv-core v0.1.13
9542026-08-21T22:24:13.381Z Downloaded derive_builder_macro v0.20.2
9552026-08-21T22:24:13.381Z Downloaded rustls-pki-types v1.14.0
9562026-08-21T22:24:13.384Z Downloaded either v1.15.0
9572026-08-21T22:24:13.384Z Downloaded indoc v2.0.7
9582026-08-21T22:24:13.384Z Downloaded pkcs8 v0.11.0
9592026-08-21T22:24:13.393Z Downloaded rustc_version v0.1.7
9602026-08-21T22:24:13.399Z Downloaded smallvec v1.15.1
9612026-08-21T22:24:13.402Z Downloaded data-encoding v2.10.0
9622026-08-21T22:24:13.405Z Downloaded libefi-sys v0.1.0
9632026-08-21T22:24:13.405Z Downloaded supports-hyperlinks v3.2.0
9642026-08-21T22:24:13.456Z Downloaded tar v0.4.46
9652026-08-21T22:24:13.461Z Downloaded const_format v0.2.35
9662026-08-21T22:24:13.461Z Downloaded num-traits v0.2.19
9672026-08-21T22:24:13.461Z Downloaded nu-ansi-term v0.50.3
9682026-08-21T22:24:13.461Z Downloaded unicode-truncate v1.1.0
9692026-08-21T22:24:13.461Z Downloaded wnaf v0.14.0
9702026-08-21T22:24:13.461Z Downloaded phc v0.6.1
9712026-08-21T22:24:13.461Z Downloaded yoke v0.8.1
9722026-08-21T22:24:13.461Z Downloaded tungstenite v0.23.0
9732026-08-21T22:24:13.461Z Downloaded thiserror-impl-no-std v2.0.2
9742026-08-21T22:24:13.461Z Downloaded zip v0.6.6
9752026-08-21T22:24:13.461Z Downloaded num_enum v0.7.6
9762026-08-21T22:24:13.461Z Downloaded cstr-argument v0.1.2
9772026-08-21T22:24:13.461Z Downloaded num-bigint-dig v0.8.6
9782026-08-21T22:24:13.461Z Downloaded polyval v0.7.1
9792026-08-21T22:24:13.461Z Downloaded vergen v9.1.0
9802026-08-21T22:24:13.462Z Downloaded diff v0.1.13
9812026-08-21T22:24:13.462Z Downloaded proc-macro-error2 v2.0.1
9822026-08-21T22:24:13.462Z Downloaded progenitor-client v0.13.0
9832026-08-21T22:24:13.462Z Downloaded libscf-sys v1.2.0
9842026-08-21T22:24:13.462Z Downloaded newtype_derive v0.1.6
9852026-08-21T22:24:13.466Z Downloaded schemars_derive v0.8.22
9862026-08-21T22:24:13.466Z Downloaded darling_macro v0.13.4
9872026-08-21T22:24:13.466Z Downloaded digest-io v0.1.0
9882026-08-21T22:24:13.466Z Downloaded derive_more v2.1.1
9892026-08-21T22:24:13.471Z Downloaded simd-adler32 v0.3.8
9902026-08-21T22:24:13.474Z Downloaded zerocopy-derive v0.8.55
9912026-08-21T22:24:13.477Z Downloaded hyper-util v0.1.20
9922026-08-21T22:24:13.480Z Downloaded slog-scope v4.4.1
9932026-08-21T22:24:13.483Z Downloaded ecdsa v0.16.9
9942026-08-21T22:24:13.484Z Downloaded num-conv v0.2.0
9952026-08-21T22:24:13.484Z Downloaded maplit v1.0.2
9962026-08-21T22:24:13.484Z Downloaded num-derive v0.4.2
9972026-08-21T22:24:13.487Z Downloaded downcast-rs v2.0.2
9982026-08-21T22:24:13.487Z Downloaded lru v0.12.5
9992026-08-21T22:24:13.487Z Downloaded mime v0.3.17
10002026-08-21T22:24:13.487Z Downloaded serde_derive_internals v0.29.1
10012026-08-21T22:24:13.487Z Downloaded illumos-nvpair-sys v0.2.0
10022026-08-21T22:24:13.490Z Downloaded quick-error v1.2.3
10032026-08-21T22:24:13.490Z Downloaded predicates-tree v1.0.13
10042026-08-21T22:24:13.490Z Downloaded internal-russh-num-bigint v0.5.0
10052026-08-21T22:24:13.496Z Downloaded unicode-properties v0.1.4
10062026-08-21T22:24:13.499Z Downloaded tokio-dtrace v0.1.1
10072026-08-21T22:24:13.499Z Downloaded tokio-native-tls v0.3.1
10082026-08-21T22:24:13.502Z Downloaded x509-cert v0.2.5
10092026-08-21T22:24:13.505Z Downloaded ssh-encoding v0.3.0
10102026-08-21T22:24:13.505Z Downloaded toml_edit v0.19.15
10112026-08-21T22:24:13.513Z Downloaded rustc-hash v2.1.1
10122026-08-21T22:24:13.516Z Downloaded siphasher v1.0.2
10132026-08-21T22:24:13.516Z Downloaded secrecy v0.8.0
10142026-08-21T22:24:13.516Z Downloaded strum_macros v0.24.3
10152026-08-21T22:24:13.519Z Downloaded subtle v2.6.1
10162026-08-21T22:24:13.519Z Downloaded toml_edit v0.23.10+spec-1.0.0
10172026-08-21T22:24:13.519Z Downloaded hashbrown v0.15.5
10182026-08-21T22:24:13.522Z Downloaded typed-path v0.9.3
10192026-08-21T22:24:13.525Z Downloaded parking_lot v0.11.2
10202026-08-21T22:24:13.528Z Downloaded rand_pcg v0.10.2
10212026-08-21T22:24:13.528Z Downloaded poly1305 v0.9.0
10222026-08-21T22:24:13.531Z Downloaded serde_bytes v0.11.19
10232026-08-21T22:24:13.531Z Downloaded strsim v0.10.0
10242026-08-21T22:24:13.531Z Downloaded vergen-gitcl v1.0.8
10252026-08-21T22:24:13.531Z Downloaded vergen-lib v9.1.0
10262026-08-21T22:24:13.534Z Downloaded elliptic-curve v0.13.8
10272026-08-21T22:24:13.537Z Downloaded ed25519 v3.0.0
10282026-08-21T22:24:13.540Z Downloaded xattr v1.6.1
10292026-08-21T22:24:13.540Z Downloaded curve25519-dalek-derive v0.1.1
10302026-08-21T22:24:13.540Z Downloaded unit-prefix v0.5.2
10312026-08-21T22:24:13.544Z Downloaded unicode-xid v0.2.6
10322026-08-21T22:24:13.544Z Downloaded wait-timeout v0.2.1
10332026-08-21T22:24:13.547Z Downloaded delegate v0.13.5
10342026-08-21T22:24:13.547Z Downloaded hyper-staticfile v0.10.1
10352026-08-21T22:24:13.550Z Downloaded daft-derive v0.1.7
10362026-08-21T22:24:13.553Z Downloaded progenitor-impl v0.13.0
10372026-08-21T22:24:13.556Z Downloaded rustls-webpki v0.103.13
10382026-08-21T22:24:13.556Z Downloaded darling_core v0.21.3
10392026-08-21T22:24:13.559Z Downloaded diesel_derives v2.3.7
10402026-08-21T22:24:13.563Z Downloaded zerofrom v0.1.6
10412026-08-21T22:24:13.567Z Downloaded dof v0.4.0
10422026-08-21T22:24:13.567Z Downloaded drift v0.2.0
10432026-08-21T22:24:13.571Z Downloaded spin v0.9.8
10442026-08-21T22:24:13.571Z Downloaded keccak v0.2.0
10452026-08-21T22:24:13.571Z Downloaded aes-gcm v0.11.0
10462026-08-21T22:24:13.574Z Downloaded tokio-util v0.7.18
10472026-08-21T22:24:13.583Z Downloaded slog-json v2.6.1
10482026-08-21T22:24:13.586Z Downloaded convert_case v0.10.0
10492026-08-21T22:24:13.586Z Downloaded regex v1.12.3
10502026-08-21T22:24:13.586Z Downloaded aho-corasick v1.1.4
10512026-08-21T22:24:13.590Z Downloaded term v0.7.0
10522026-08-21T22:24:13.592Z Downloaded tokio-rustls v0.26.4
10532026-08-21T22:24:13.595Z Downloaded md-5 v0.10.6
10542026-08-21T22:24:13.598Z Downloaded hashbrown v0.14.5
10552026-08-21T22:24:13.598Z Downloaded darling_core v0.20.11
10562026-08-21T22:24:13.601Z Downloaded tokio-tungstenite v0.23.1
10572026-08-21T22:24:13.604Z Downloaded hashbrown v0.16.1
10582026-08-21T22:24:13.607Z Downloaded parse-display v0.10.0
10592026-08-21T22:24:13.607Z Downloaded progenitor-macro v0.14.0
10602026-08-21T22:24:13.607Z Downloaded serde-hex v0.1.0
10612026-08-21T22:24:13.610Z Downloaded crossbeam-utils v0.8.21
10622026-08-21T22:24:13.613Z Downloaded unicode-segmentation v1.12.0
10632026-08-21T22:24:13.615Z Downloaded tls_codec_derive v0.4.2
10642026-08-21T22:24:13.616Z Downloaded tui-tree-widget v0.23.1
10652026-08-21T22:24:13.619Z Downloaded proc-macro-error-attr2 v2.0.0
10662026-08-21T22:24:13.621Z Downloaded serde_spanned v1.1.1
10672026-08-21T22:24:13.622Z Downloaded tower-service v0.3.3
10682026-08-21T22:24:13.624Z Downloaded untrusted v0.9.0
10692026-08-21T22:24:13.624Z Downloaded crc8 v0.1.1
10702026-08-21T22:24:13.627Z Downloaded difflib v0.4.0
10712026-08-21T22:24:13.628Z Downloaded inout v0.1.4
10722026-08-21T22:24:13.628Z Downloaded usdt-macro v0.6.0
10732026-08-21T22:24:13.631Z Downloaded tokio-test v0.4.5
10742026-08-21T22:24:13.631Z Downloaded signal-hook v0.3.18
10752026-08-21T22:24:13.634Z Downloaded publicsuffix v2.3.0
10762026-08-21T22:24:13.637Z Downloaded ryu v1.0.23
10772026-08-21T22:24:13.637Z Downloaded h2 v0.4.15
10782026-08-21T22:24:13.640Z Downloaded icu_provider v2.1.1
10792026-08-21T22:24:13.643Z Downloaded parking_lot_core v0.9.12
10802026-08-21T22:24:13.648Z Downloaded hyper-tls v0.6.0
10812026-08-21T22:24:13.651Z Downloaded displaydoc v0.2.5
10822026-08-21T22:24:13.654Z Downloaded hkdf v0.12.4
10832026-08-21T22:24:13.657Z Downloaded ipnet v2.12.0
10842026-08-21T22:24:13.657Z Downloaded ipnetwork v0.21.1
10852026-08-21T22:24:13.658Z Downloaded miniz_oxide v0.8.9
10862026-08-21T22:24:13.661Z Downloaded postcard v1.1.3
10872026-08-21T22:24:13.661Z Downloaded futures-util v0.3.32
10882026-08-21T22:24:13.667Z Downloaded lock_api v0.4.14
10892026-08-21T22:24:13.669Z Downloaded reqwest v0.13.2
10902026-08-21T22:24:13.672Z Downloaded num-bigint v0.4.6
10912026-08-21T22:24:13.675Z Downloaded tower-http v0.6.8
10922026-08-21T22:24:13.678Z Downloaded libsw v3.5.0
10932026-08-21T22:24:13.681Z Downloaded newtype-uuid v1.3.2
10942026-08-21T22:24:13.681Z Downloaded phf_shared v0.11.3
10952026-08-21T22:24:13.681Z Downloaded hkdf v0.13.0
10962026-08-21T22:24:13.684Z Downloaded typify v0.6.2
10972026-08-21T22:24:13.684Z Downloaded zone v0.3.1
10982026-08-21T22:24:13.684Z Downloaded term v1.2.1
10992026-08-21T22:24:13.687Z Downloaded password-hash v0.5.0
11002026-08-21T22:24:13.687Z Downloaded rtoolbox v0.0.3
11012026-08-21T22:24:13.690Z Downloaded serde_path_to_error v0.1.20
11022026-08-21T22:24:13.690Z Downloaded hyper v1.10.1
11032026-08-21T22:24:13.694Z Downloaded indexmap v1.9.3
11042026-08-21T22:24:13.697Z Downloaded ssh-cipher v0.3.0
11052026-08-21T22:24:13.697Z Downloaded rand_core v0.9.5
11062026-08-21T22:24:13.697Z Downloaded newtype-uuid-macros v0.1.0
11072026-08-21T22:24:13.697Z Downloaded icu_properties v2.1.2
11082026-08-21T22:24:13.701Z Downloaded libsw-core v0.3.2
11092026-08-21T22:24:13.703Z Downloaded serde_yaml v0.9.34+deprecated
11102026-08-21T22:24:13.704Z Downloaded rsa v0.9.10
11112026-08-21T22:24:13.711Z Downloaded lru-slab v0.1.2
11122026-08-21T22:24:13.716Z Downloaded termios v0.3.3
11132026-08-21T22:24:13.722Z Downloaded tokio-tungstenite v0.21.0
11142026-08-21T22:24:13.723Z Downloaded proc-macro-crate v3.4.0
11152026-08-21T22:24:13.723Z Downloaded derive_more v0.99.20
11162026-08-21T22:24:13.736Z Downloaded ssh-key v0.7.0-rc.11
11172026-08-21T22:24:13.740Z Downloaded slog-bunyan v2.5.0
11182026-08-21T22:24:13.740Z Downloaded testing_table v0.3.0
11192026-08-21T22:24:13.740Z Downloaded dropshot-api-manager v0.8.0
11202026-08-21T22:24:13.740Z Downloaded rawzip v0.4.4
11212026-08-21T22:24:13.740Z Downloaded cookie v0.18.1
11222026-08-21T22:24:13.740Z Downloaded des v0.9.0
11232026-08-21T22:24:13.740Z Downloaded xshell v0.2.7
11242026-08-21T22:24:13.740Z Downloaded dsl_auto_type v0.2.0
11252026-08-21T22:24:13.740Z Downloaded scheduled-thread-pool v0.2.7
11262026-08-21T22:24:13.740Z Downloaded oxide-update-engine-types v0.1.2
11272026-08-21T22:24:13.740Z Downloaded tower-layer v0.3.3
11282026-08-21T22:24:13.745Z Downloaded dirs-next v2.0.0
11292026-08-21T22:24:13.745Z Downloaded num_enum_derive v0.7.6
11302026-08-21T22:24:13.745Z Downloaded rusty-fork v0.3.1
11312026-08-21T22:24:13.745Z Downloaded blake3 v1.8.5
11322026-08-21T22:24:13.749Z Downloaded socket2 v0.6.3
11332026-08-21T22:24:13.749Z Downloaded rcgen v0.12.1
11342026-08-21T22:24:13.753Z Downloaded slog-async v2.8.0
11352026-08-21T22:24:13.753Z Downloaded strum_macros v0.26.4
11362026-08-21T22:24:13.753Z Downloaded module-lattice v0.2.3
11372026-08-21T22:24:13.757Z Downloaded defmt-parser v1.0.0
11382026-08-21T22:24:13.757Z Downloaded num_enum_derive v0.5.11
11392026-08-21T22:24:13.757Z Downloaded miette v7.6.0
11402026-08-21T22:24:13.761Z Downloaded nonempty v0.12.0
11412026-08-21T22:24:13.761Z Downloaded rand_core v0.6.4
11422026-08-21T22:24:13.761Z Downloaded thiserror-no-std v2.0.2
11432026-08-21T22:24:13.765Z Downloaded p521 v0.14.0
11442026-08-21T22:24:13.768Z Downloaded progenitor-macro v0.13.0
11452026-08-21T22:24:13.768Z Downloaded managed v0.8.0
11462026-08-21T22:24:13.768Z Downloaded russh-cryptovec v0.62.0
11472026-08-21T22:24:13.768Z Downloaded stable_deref_trait v1.2.1
11482026-08-21T22:24:13.773Z Downloaded darling_macro v0.21.3
11492026-08-21T22:24:13.773Z Downloaded nom v8.0.0
11502026-08-21T22:24:13.776Z Downloaded same-file v1.0.6
11512026-08-21T22:24:13.780Z Downloaded schemars v0.9.0
11522026-08-21T22:24:13.798Z Downloaded der v0.7.10
11532026-08-21T22:24:13.806Z Downloaded writeable v0.6.2
11542026-08-21T22:24:13.806Z Downloaded daft v0.1.7
11552026-08-21T22:24:13.806Z Downloaded derive_builder_core v0.20.2
11562026-08-21T22:24:13.806Z Downloaded ena v0.14.4
11572026-08-21T22:24:13.806Z Downloaded cookie_store v0.22.1
11582026-08-21T22:24:13.806Z Downloaded num-complex v0.4.6
11592026-08-21T22:24:13.806Z Downloaded ignore v0.4.25
11602026-08-21T22:24:13.806Z Downloaded libxml v0.3.3
11612026-08-21T22:24:13.806Z Downloaded inout v0.2.2
11622026-08-21T22:24:13.806Z Downloaded zeroize_derive v1.5.0
11632026-08-21T22:24:13.821Z Downloaded pin-project-internal v1.1.11
11642026-08-21T22:24:13.821Z Downloaded untrusted v0.7.1
11652026-08-21T22:24:13.828Z Downloaded structmeta-derive v0.3.0
11662026-08-21T22:24:13.828Z Downloaded tokio-postgres v0.7.16
11672026-08-21T22:24:13.828Z Downloaded url v2.5.8
11682026-08-21T22:24:13.828Z Downloaded serde_urlencoded v0.7.1
11692026-08-21T22:24:13.828Z Downloaded corncobs v0.1.4
11702026-08-21T22:24:13.828Z Downloaded crossbeam-deque v0.8.6
11712026-08-21T22:24:13.838Z Downloaded sqlparser_derive v0.5.0
11722026-08-21T22:24:13.838Z Downloaded aws-lc-rs v1.16.3
11732026-08-21T22:24:13.849Z Downloaded match_cfg v0.1.0
11742026-08-21T22:24:13.849Z Downloaded subprocess v0.2.15
11752026-08-21T22:24:13.849Z Downloaded crc-any v2.5.0
11762026-08-21T22:24:13.849Z Downloaded darling_core v0.13.4
11772026-08-21T22:24:13.849Z Downloaded supports-unicode v3.0.0
11782026-08-21T22:24:13.849Z Downloaded instability v0.3.11
11792026-08-21T22:24:13.864Z Downloaded russh-util v0.52.0
11802026-08-21T22:24:13.864Z Downloaded crossbeam-epoch v0.9.18
11812026-08-21T22:24:13.864Z Downloaded dropshot-api-manager-types v0.8.0
11822026-08-21T22:24:13.864Z Downloaded rand v0.9.2
11832026-08-21T22:24:13.864Z Downloaded phf v0.12.1
11842026-08-21T22:24:13.864Z Downloaded prettyplease v0.2.37
11852026-08-21T22:24:13.864Z Downloaded itertools v0.15.0
11862026-08-21T22:24:13.874Z Downloaded topological-sort v0.2.2
11872026-08-21T22:24:13.874Z Downloaded darling v0.23.0
11882026-08-21T22:24:13.874Z Downloaded darling_core v0.23.0
11892026-08-21T22:24:13.874Z Downloaded cpubits v0.1.1
11902026-08-21T22:24:13.880Z Downloaded defmt v1.0.1
11912026-08-21T22:24:13.880Z Downloaded sync_wrapper v1.0.2
11922026-08-21T22:24:13.880Z Downloaded kem v0.3.0
11932026-08-21T22:24:13.893Z Downloaded predicates v3.1.4
11942026-08-21T22:24:13.893Z Downloaded utf-8 v0.7.6
11952026-08-21T22:24:13.909Z Downloaded pretty_assertions v1.4.1
11962026-08-21T22:24:13.910Z Downloaded oso v0.27.3
11972026-08-21T22:24:13.910Z Downloaded samael v0.0.19
11982026-08-21T22:24:13.910Z Downloaded bitvec v1.0.1
11992026-08-21T22:24:13.916Z Downloaded papergrid v0.18.0
12002026-08-21T22:24:13.916Z Downloaded serde_with_macros v3.21.0
12012026-08-21T22:24:13.916Z Downloaded unicode-normalization v0.1.25
12022026-08-21T22:24:13.916Z Downloaded lru-cache v0.1.2
12032026-08-21T22:24:13.916Z Downloaded vsss-rs v3.3.4
12042026-08-21T22:24:13.916Z Downloaded phf v0.13.1
12052026-08-21T22:24:13.916Z Downloaded sqlformat v0.3.5
12062026-08-21T22:24:13.916Z Downloaded salty v0.3.0
12072026-08-21T22:24:13.922Z Downloaded smallvec v0.6.14
12082026-08-21T22:24:13.925Z Downloaded progenitor-extras v0.2.0
12092026-08-21T22:24:13.925Z Downloaded rand v0.10.1
12102026-08-21T22:24:13.925Z Downloaded oxnet v0.1.6
12112026-08-21T22:24:13.936Z Downloaded parking_lot_core v0.8.6
12122026-08-21T22:24:13.936Z Downloaded toml_parser v1.1.2+spec-1.1.0
12132026-08-21T22:24:13.942Z Downloaded winnow v0.5.40
12142026-08-21T22:24:13.942Z Downloaded derive-where v1.6.0
12152026-08-21T22:24:13.942Z Downloaded icu_properties_data v2.1.2
12162026-08-21T22:24:13.951Z Downloaded iri-string v0.7.10
12172026-08-21T22:24:13.951Z Downloaded icu_collections v2.1.1
12182026-08-21T22:24:13.967Z Downloaded zerotrie v0.2.3
12192026-08-21T22:24:13.967Z Downloaded yasna v0.5.2
12202026-08-21T22:24:13.967Z Downloaded quick-xml v0.37.5
12212026-08-21T22:24:13.967Z Downloaded progenitor-impl v0.14.0
12222026-08-21T22:24:13.999Z Downloaded icu_locale_core v2.1.1
12232026-08-21T22:24:13.999Z Downloaded pin-project v1.1.11
12242026-08-21T22:24:13.999Z Downloaded postgres-protocol v0.6.10
12252026-08-21T22:24:13.999Z Downloaded twox-hash v2.1.2
12262026-08-21T22:24:13.999Z Downloaded bindgen v0.71.1
12272026-08-21T22:24:13.999Z Downloaded zip v4.6.1
12282026-08-21T22:24:14.004Z Downloaded memmap2 v0.9.10
12292026-08-21T22:24:14.004Z Downloaded uuid v1.23.4
12302026-08-21T22:24:14.004Z Downloaded crossterm v0.29.0
12312026-08-21T22:24:14.004Z Downloaded git2 v0.20.4
12322026-08-21T22:24:14.004Z Downloaded jiff-core v0.1.0
12332026-08-21T22:24:14.004Z Downloaded slog v2.8.2
12342026-08-21T22:24:14.004Z Downloaded knus v3.4.0
12352026-08-21T22:24:14.004Z Downloaded p384 v0.13.1
12362026-08-21T22:24:14.004Z Downloaded minimal-lexical v0.2.1
12372026-08-21T22:24:14.004Z Downloaded openssl-sys v0.9.117
12382026-08-21T22:24:14.004Z Downloaded poly1305 v0.8.0
12392026-08-21T22:24:14.004Z Downloaded itertools v0.12.1
12402026-08-21T22:24:14.012Z Downloaded tungstenite v0.21.0
12412026-08-21T22:24:14.044Z Downloaded serde_with v3.21.0
12422026-08-21T22:24:14.090Z Downloaded dropshot_endpoint v0.17.1
12432026-08-21T22:24:14.090Z Downloaded tower v0.5.3
12442026-08-21T22:24:14.090Z Downloaded zerovec v0.11.5
12452026-08-21T22:24:14.090Z Downloaded reedline v0.40.0
12462026-08-21T22:24:14.090Z Downloaded scuffle v0.1.0
12472026-08-21T22:24:14.090Z Downloaded similar v2.7.0
12482026-08-21T22:24:14.090Z Downloaded der v0.8.0
12492026-08-21T22:24:14.090Z Downloaded quinn v0.11.11
12502026-08-21T22:24:14.306Z Downloaded rustls-platform-verifier v0.6.2
12512026-08-21T22:24:14.306Z Downloaded chrono v0.4.45
12522026-08-21T22:24:14.306Z Downloaded proptest v1.11.0
12532026-08-21T22:24:14.306Z Downloaded vcpkg v0.2.15
12542026-08-21T22:24:14.306Z Downloaded crypto-primes v0.7.2
12552026-08-21T22:24:14.306Z Downloaded yansi v1.0.1
12562026-08-21T22:24:14.306Z Downloaded unicode-bidi v0.3.18
12572026-08-21T22:24:14.306Z Downloaded indicatif v0.18.4
12582026-08-21T22:24:14.307Z Downloaded mio v1.2.0
12592026-08-21T22:24:14.307Z Downloaded libm v0.2.16
12602026-08-21T22:24:14.341Z Downloaded derive_more-impl v2.1.1
12612026-08-21T22:24:14.341Z Downloaded gimli v0.32.3
12622026-08-21T22:24:14.341Z Downloaded rustyline v14.0.0
12632026-08-21T22:24:14.341Z Downloaded crossterm v0.28.1
12642026-08-21T22:24:14.341Z Downloaded qorb v0.4.1
12652026-08-21T22:24:14.341Z Downloaded goblin v0.10.5
12662026-08-21T22:24:14.341Z Downloaded crypto-bigint v0.5.5
12672026-08-21T22:24:14.341Z Downloaded nom v7.1.3
12682026-08-21T22:24:14.341Z Downloaded rsa v0.10.0-rc.18
12692026-08-21T22:24:14.341Z Downloaded zlib-rs v0.6.2
12702026-08-21T22:24:14.341Z Downloaded ed25519-dalek v2.2.0
12712026-08-21T22:24:14.341Z Downloaded itertools v0.13.0
12722026-08-21T22:24:14.341Z Downloaded serde_with v1.14.0
12732026-08-21T22:24:14.341Z Downloaded ed25519-dalek v3.0.0
12742026-08-21T22:24:14.341Z Downloaded itertools v0.10.5
12752026-08-21T22:24:14.341Z Downloaded idna v1.1.0
12762026-08-21T22:24:14.341Z Downloaded sha3 v0.12.0
12772026-08-21T22:24:14.341Z Downloaded object v0.30.4
12782026-08-21T22:24:14.341Z Downloaded nix v0.27.1
12792026-08-21T22:24:14.342Z Downloaded quinn-proto v0.11.16
12802026-08-21T22:24:14.342Z Downloaded tough v0.22.0
12812026-08-21T22:24:14.342Z Downloaded reqwest v0.12.28
12822026-08-21T22:24:14.342Z Downloaded lalrpop v0.19.12
12832026-08-21T22:24:14.342Z Downloaded time v0.3.47
12842026-08-21T22:24:14.342Z Downloaded moka v0.12.13
12852026-08-21T22:24:14.342Z Downloaded portable-atomic v1.13.1
12862026-08-21T22:24:14.342Z Downloaded bstr v1.12.1
12872026-08-21T22:24:14.342Z Downloaded petname v2.0.2
12882026-08-21T22:24:14.342Z Downloaded itertools v0.14.0
12892026-08-21T22:24:14.342Z Downloaded polar-core v0.27.3
12902026-08-21T22:24:14.342Z Downloaded hickory-proto v0.24.4
12912026-08-21T22:24:14.342Z Downloaded radix_trie v0.2.1
12922026-08-21T22:24:14.342Z Downloaded rayon v1.11.0
12932026-08-21T22:24:14.360Z Downloaded iddqd v0.4.2
12942026-08-21T22:24:14.360Z Downloaded winnow v0.6.26
12952026-08-21T22:24:14.360Z Downloaded openssl v0.10.80
12962026-08-21T22:24:14.360Z Downloaded hickory-proto v0.25.2
12972026-08-21T22:24:14.360Z Downloaded zerocopy v0.8.55
12982026-08-21T22:24:14.366Z Downloaded regress v0.10.5
12992026-08-21T22:24:14.367Z Downloaded russh v0.62.4
13002026-08-21T22:24:14.367Z Downloaded dropshot v0.17.1
13012026-08-21T22:24:14.374Z Downloaded winnow v1.0.3
13022026-08-21T22:24:14.378Z Downloaded regex-syntax v0.6.29
13032026-08-21T22:24:14.381Z Downloaded smoltcp v0.9.1
13042026-08-21T22:24:14.388Z Downloaded tabled v0.21.0
13052026-08-21T22:24:14.397Z Downloaded smoltcp v0.11.0
13062026-08-21T22:24:14.404Z Downloaded nix v0.28.0
13072026-08-21T22:24:14.409Z Downloaded rustix v0.38.44
13082026-08-21T22:24:14.422Z Downloaded curve25519-dalek v5.0.0
13092026-08-21T22:24:14.427Z Downloaded sqlparser v0.61.0
13102026-08-21T22:24:14.433Z Downloaded curve25519-dalek v4.1.3
13112026-08-21T22:24:14.438Z Downloaded diesel v2.3.7
13122026-08-21T22:24:14.450Z Downloaded regex-syntax v0.8.10
13132026-08-21T22:24:14.453Z Downloaded rustls v0.23.41
13142026-08-21T22:24:14.462Z Downloaded crypto-bigint v0.7.5
13152026-08-21T22:24:14.480Z Downloaded object v0.37.3
13162026-08-21T22:24:14.485Z Downloaded regress v0.11.1
13172026-08-21T22:24:14.491Z Downloaded sled v0.34.7
13182026-08-21T22:24:14.504Z Downloaded nix v0.31.2
13192026-08-21T22:24:14.518Z Downloaded tracing v0.1.44
13202026-08-21T22:24:14.530Z Downloaded openapiv3 v2.2.0
13212026-08-21T22:24:14.537Z Downloaded zerocopy-derive v0.6.6
13222026-08-21T22:24:14.564Z Downloaded regex-automata v0.4.14
13232026-08-21T22:24:14.577Z Downloaded typify-impl v0.6.2
13242026-08-21T22:24:14.585Z Downloaded bzip2-sys v0.1.13+1.0.8
13252026-08-21T22:24:14.593Z Downloaded petgraph v0.6.5
13262026-08-21T22:24:14.603Z Downloaded sha3 v0.11.0
13272026-08-21T22:24:14.607Z Downloaded ratatui v0.29.0
13282026-08-21T22:24:14.626Z Downloaded chrono-tz v0.10.4
13292026-08-21T22:24:14.642Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13302026-08-21T22:24:14.651Z Downloaded jiff v0.2.34
13312026-08-21T22:24:14.679Z Downloaded sha3 v0.10.8
13322026-08-21T22:24:14.718Z Downloaded csv v1.4.0
13332026-08-21T22:24:14.729Z Downloaded petgraph v0.8.3
13342026-08-21T22:24:14.741Z Downloaded libz-sys v1.1.24
13352026-08-21T22:24:14.753Z Downloaded tokio v1.52.1
13362026-08-21T22:24:14.775Z Downloaded encoding_rs v0.8.35
13372026-08-21T22:24:14.788Z Downloaded ring v0.17.14
13382026-08-21T22:24:14.812Z Downloaded libgit2-sys v0.18.3+1.9.2
13392026-08-21T22:24:15.326Z Downloaded aws-lc-sys v0.40.0
13402026-08-21T22:24:15.583Z Compiling serde_core v1.0.228
13412026-08-21T22:24:15.583Z Compiling libc v0.2.185
13422026-08-21T22:24:15.583Z Compiling serde v1.0.228
13432026-08-21T22:24:15.586Z Compiling log v0.4.33
13442026-08-21T22:24:15.586Z Compiling smallvec v1.15.1
13452026-08-21T22:24:15.586Z Compiling shlex v1.3.0
13462026-08-21T22:24:15.724Z Compiling find-msvc-tools v0.1.9
13472026-08-21T22:24:15.727Z Compiling syn v2.0.117
13482026-08-21T22:24:15.922Z Compiling subtle v2.6.1
13492026-08-21T22:24:15.952Z Compiling scopeguard v1.2.0
13502026-08-21T22:24:15.969Z Compiling typenum v1.20.1
13512026-08-21T22:24:15.999Z Compiling stable_deref_trait v1.2.1
13522026-08-21T22:24:16.051Z Compiling lock_api v0.4.14
13532026-08-21T22:24:16.079Z Compiling zerocopy v0.8.55
13542026-08-21T22:24:16.092Z Compiling portable-atomic v1.13.1
13552026-08-21T22:24:16.119Z Compiling serde_json v1.0.151
13562026-08-21T22:24:16.284Z Compiling critical-section v1.2.0
13572026-08-21T22:24:16.330Z Compiling libm v0.2.16
13582026-08-21T22:24:16.386Z Compiling num-traits v0.2.19
13592026-08-21T22:24:16.496Z Compiling pkg-config v0.3.32
13602026-08-21T22:24:16.567Z Compiling errno v0.3.14
13612026-08-21T22:24:16.588Z Compiling jobserver v0.1.34
13622026-08-21T22:24:16.625Z Compiling getrandom v0.2.17
13632026-08-21T22:24:16.845Z Compiling cc v1.2.56
13642026-08-21T22:24:16.898Z Compiling rand_core v0.6.4
13652026-08-21T22:24:16.942Z Compiling generic-array v0.14.7
13662026-08-21T22:24:17.108Z Compiling once_cell v1.21.3
13672026-08-21T22:24:17.201Z Compiling const-oid v0.9.6
13682026-08-21T22:24:17.238Z Compiling parking_lot_core v0.9.12
13692026-08-21T22:24:17.252Z Compiling pin-project-lite v0.2.17
13702026-08-21T22:24:17.346Z Compiling getrandom v0.3.4
13712026-08-21T22:24:17.369Z Compiling signal-hook-registry v1.4.8
13722026-08-21T22:24:17.780Z Compiling writeable v0.6.2
13732026-08-21T22:24:17.921Z Compiling bitflags v2.11.0
13742026-08-21T22:24:17.987Z Compiling litemap v0.8.1
13752026-08-21T22:24:18.020Z Compiling futures-core v0.3.32
13762026-08-21T22:24:18.058Z Compiling percent-encoding v2.3.2
13772026-08-21T22:24:18.179Z Compiling semver v1.0.28
13782026-08-21T22:24:18.196Z Compiling parking_lot v0.12.5
13792026-08-21T22:24:18.250Z Compiling mio v1.2.0
13802026-08-21T22:24:18.275Z Compiling icu_normalizer_data v2.1.1
13812026-08-21T22:24:18.401Z Compiling icu_properties_data v2.1.2
13822026-08-21T22:24:18.515Z Compiling socket2 v0.6.3
13832026-08-21T22:24:18.531Z Compiling getrandom v0.4.3
13842026-08-21T22:24:18.554Z Compiling rustix v1.1.4
13852026-08-21T22:24:18.585Z Compiling rand_core v0.10.0
13862026-08-21T22:24:18.717Z Compiling synstructure v0.13.2
13872026-08-21T22:24:18.749Z Compiling futures-sink v0.3.32
13882026-08-21T22:24:18.764Z Compiling indexmap v2.14.0
13892026-08-21T22:24:18.855Z Compiling futures-channel v0.3.32
13902026-08-21T22:24:18.919Z Compiling futures-task v0.3.32
13912026-08-21T22:24:19.081Z Compiling futures-io v0.3.32
13922026-08-21T22:24:19.095Z Compiling utf8_iter v1.0.4
13932026-08-21T22:24:19.109Z Compiling slab v0.4.12
13942026-08-21T22:24:19.124Z Compiling form_urlencoded v1.2.2
13952026-08-21T22:24:19.236Z Compiling rustversion v1.0.22
13962026-08-21T22:24:19.239Z Compiling base64ct v1.8.3
13972026-08-21T22:24:19.299Z Compiling iana-time-zone v0.1.65
13982026-08-21T22:24:19.314Z Compiling cmake v0.1.57
13992026-08-21T22:24:19.317Z Compiling fs_extra v1.3.0
14002026-08-21T22:24:19.430Z Compiling ident_case v1.0.1
14012026-08-21T22:24:19.498Z Compiling pem-rfc7468 v0.7.0
14022026-08-21T22:24:19.524Z Compiling dunce v1.0.5
14032026-08-21T22:24:19.557Z Compiling flagset v0.4.7
14042026-08-21T22:24:19.586Z Compiling regex-syntax v0.8.10
14052026-08-21T22:24:19.618Z Compiling uuid v1.23.4
14062026-08-21T22:24:19.685Z Compiling rand_core v0.9.5
14072026-08-21T22:24:19.708Z Compiling aws-lc-sys v0.40.0
14082026-08-21T22:24:19.799Z Compiling base64 v0.22.1
14092026-08-21T22:24:19.959Z Compiling syn v1.0.109
14102026-08-21T22:24:20.128Z Compiling vcpkg v0.2.15
14112026-08-21T22:24:20.223Z Compiling serde_derive_internals v0.29.1
14122026-08-21T22:24:20.255Z Compiling rustc_version v0.4.1
14132026-08-21T22:24:20.306Z Compiling tracing-core v0.1.36
14142026-08-21T22:24:20.329Z Compiling dyn-clone v1.0.20
14152026-08-21T22:24:20.397Z Compiling serde_derive v1.0.228
14162026-08-21T22:24:20.467Z Compiling zeroize_derive v1.5.0
14172026-08-21T22:24:20.583Z Compiling zerofrom-derive v0.1.6
14182026-08-21T22:24:20.860Z Compiling zerocopy-derive v0.8.55
14192026-08-21T22:24:20.874Z Compiling yoke-derive v0.8.1
14202026-08-21T22:24:21.126Z Compiling zerovec-derive v0.11.2
14212026-08-21T22:24:21.144Z Compiling displaydoc v0.2.5
14222026-08-21T22:24:21.912Z Compiling tokio-macros v2.7.0
14232026-08-21T22:24:21.963Z Compiling futures-macro v0.3.32
14242026-08-21T22:24:22.040Z Compiling zerofrom v0.1.6
14252026-08-21T22:24:22.128Z Compiling der_derive v0.7.3
14262026-08-21T22:24:22.169Z Compiling yoke v0.8.1
14272026-08-21T22:24:22.334Z Compiling zerovec v0.11.5
14282026-08-21T22:24:22.358Z Compiling zerotrie v0.2.3
14292026-08-21T22:24:22.656Z Compiling thiserror-impl v2.0.18
14302026-08-21T22:24:22.672Z Compiling openssl-sys v0.9.117
14312026-08-21T22:24:22.807Z Compiling tinystr v0.8.2
14322026-08-21T22:24:22.838Z Compiling potential_utf v0.1.4
14332026-08-21T22:24:23.001Z Compiling icu_locale_core v2.1.1
14342026-08-21T22:24:23.016Z Compiling icu_collections v2.1.1
14352026-08-21T22:24:23.092Z Compiling futures-util v0.3.32
14362026-08-21T22:24:23.191Z Compiling tracing-attributes v0.1.31
14372026-08-21T22:24:23.500Z Compiling aws-lc-rs v1.16.3
14382026-08-21T22:24:23.779Z Compiling icu_provider v2.1.1
14392026-08-21T22:24:23.881Z Compiling simd-adler32 v0.3.8
14402026-08-21T22:24:23.974Z Compiling zeroize v1.9.0
14412026-08-21T22:24:23.989Z Compiling bytes v1.11.1
14422026-08-21T22:24:24.075Z Compiling icu_properties v2.1.2
14432026-08-21T22:24:24.124Z Compiling icu_normalizer v2.1.1
14442026-08-21T22:24:24.489Z Compiling tokio v1.52.1
14452026-08-21T22:24:24.592Z Compiling chrono v0.4.45
14462026-08-21T22:24:24.641Z Compiling der v0.7.10
14472026-08-21T22:24:24.748Z Compiling block-buffer v0.10.4
14482026-08-21T22:24:24.923Z Compiling crypto-common v0.1.7
14492026-08-21T22:24:25.077Z Compiling digest v0.10.7
14502026-08-21T22:24:25.138Z Compiling idna_adapter v1.2.1
14512026-08-21T22:24:25.276Z Compiling ppv-lite86 v0.2.21
14522026-08-21T22:24:25.333Z Compiling idna v1.1.0
14532026-08-21T22:24:25.356Z Compiling thiserror v2.0.18
14542026-08-21T22:24:25.444Z Compiling spki v0.7.3
14552026-08-21T22:24:25.461Z Compiling http v1.4.2
14562026-08-21T22:24:25.594Z Compiling rand_chacha v0.9.0
14572026-08-21T22:24:25.654Z Compiling url v2.5.8
14582026-08-21T22:24:25.817Z Compiling cpufeatures v0.2.17
14592026-08-21T22:24:25.893Z Compiling schemars v0.8.22
14602026-08-21T22:24:25.939Z Compiling rand v0.9.2
14612026-08-21T22:24:25.972Z Compiling pkcs8 v0.10.2
14622026-08-21T22:24:26.107Z Compiling http-body v1.0.1
14632026-08-21T22:24:26.231Z Compiling tracing v0.1.44
14642026-08-21T22:24:26.260Z Compiling rustls-pki-types v1.14.0
14652026-08-21T22:24:26.335Z Compiling schemars_derive v0.8.22
14662026-08-21T22:24:26.418Z Compiling spin v0.9.8
14672026-08-21T22:24:26.486Z Compiling crc32fast v1.5.0
14682026-08-21T22:24:26.618Z Compiling cmov v0.5.4
14692026-08-21T22:24:26.670Z Compiling adler2 v2.0.1
14702026-08-21T22:24:26.694Z Compiling tinyvec_macros v0.1.1
14712026-08-21T22:24:26.740Z Compiling openssl-probe v0.2.1
14722026-08-21T22:24:26.761Z Compiling httparse v1.10.1
14732026-08-21T22:24:26.792Z Compiling ctutils v0.4.2
14742026-08-21T22:24:26.820Z Compiling tempfile v3.27.0
14752026-08-21T22:24:26.908Z Compiling miniz_oxide v0.8.9
14762026-08-21T22:24:27.042Z Compiling tinyvec v1.10.0
14772026-08-21T22:24:27.222Z Compiling pest_generator v2.8.6
14782026-08-21T22:24:27.235Z Compiling sha2 v0.10.9
14792026-08-21T22:24:27.400Z Compiling terminal_size v0.4.3
14802026-08-21T22:24:27.522Z Compiling aho-corasick v1.1.4
14812026-08-21T22:24:27.538Z Compiling tower-service v0.3.3
14822026-08-21T22:24:27.629Z Compiling radium v0.7.0
14832026-08-21T22:24:27.874Z Compiling try-lock v0.2.5
14842026-08-21T22:24:27.894Z Compiling atomic-waker v1.1.2
14852026-08-21T22:24:27.981Z Compiling tower-layer v0.3.3
14862026-08-21T22:24:28.017Z Compiling untrusted v0.7.1
14872026-08-21T22:24:28.203Z Compiling want v0.3.1
14882026-08-21T22:24:28.203Z Compiling pest_derive v2.8.6
14892026-08-21T22:24:28.303Z Compiling tokio-util v0.7.18
14902026-08-21T22:24:28.544Z Compiling regex-automata v0.4.14
14912026-08-21T22:24:28.874Z Compiling hybrid-array v0.4.13
14922026-08-21T22:24:29.069Z Compiling h2 v0.4.15
14932026-08-21T22:24:29.147Z Compiling ipnet v2.12.0
14942026-08-21T22:24:29.318Z Compiling scroll_derive v0.13.1
14952026-08-21T22:24:29.628Z Compiling darling_core v0.20.11
14962026-08-21T22:24:29.631Z Compiling rustls v0.23.41
14972026-08-21T22:24:29.808Z Compiling httpdate v1.0.3
14982026-08-21T22:24:30.033Z Compiling tap v1.0.1
14992026-08-21T22:24:30.091Z Compiling untrusted v0.9.0
15002026-08-21T22:24:30.119Z Compiling foreign-types-shared v0.1.1
15012026-08-21T22:24:30.140Z Compiling openssl v0.10.80
15022026-08-21T22:24:30.156Z Compiling maybe-uninit v2.0.0
15032026-08-21T22:24:30.202Z Compiling foreign-types v0.3.2
15042026-08-21T22:24:30.202Z Compiling wyz v0.5.1
15052026-08-21T22:24:30.272Z Compiling scroll v0.13.0
15062026-08-21T22:24:30.397Z Compiling unicode-normalization v0.1.25
15072026-08-21T22:24:30.529Z Compiling rand_chacha v0.3.1
15082026-08-21T22:24:30.567Z Compiling signature v2.2.0
15092026-08-21T22:24:30.752Z Compiling hex v0.4.3
15102026-08-21T22:24:30.843Z Compiling thiserror-impl v1.0.69
15112026-08-21T22:24:30.858Z Compiling openssl-macros v0.1.1
15122026-08-21T22:24:31.016Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15132026-08-21T22:24:31.258Z Compiling bzip2-sys v0.1.13+1.0.8
15142026-08-21T22:24:31.284Z Compiling num-integer v0.1.46
15152026-08-21T22:24:31.392Z Compiling wait-timeout v0.2.1
15162026-08-21T22:24:31.525Z Compiling ahash v0.8.12
15172026-08-21T22:24:31.594Z Compiling quick-error v1.2.3
15182026-08-21T22:24:31.649Z Compiling powerfmt v0.2.0
15192026-08-21T22:24:31.696Z Compiling bit-vec v0.8.0
15202026-08-21T22:24:31.722Z Compiling packed_struct v0.10.1
15212026-08-21T22:24:31.848Z Compiling time-core v0.1.8
15222026-08-21T22:24:31.863Z Compiling darling_macro v0.20.11
15232026-08-21T22:24:31.920Z Compiling num-conv v0.2.0
15242026-08-21T22:24:31.959Z Compiling funty v2.0.0
15252026-08-21T22:24:32.004Z Compiling native-tls v0.2.18
15262026-08-21T22:24:32.087Z Compiling num-bigint-dig v0.8.6
15272026-08-21T22:24:32.090Z Compiling thiserror v1.0.69
15282026-08-21T22:24:32.208Z Compiling hyper v1.10.1
15292026-08-21T22:24:32.241Z Compiling time-macros v0.2.27
15302026-08-21T22:24:32.308Z Compiling bitvec v1.0.1
15312026-08-21T22:24:32.396Z Compiling darling v0.20.11
15322026-08-21T22:24:32.482Z Compiling bit-set v0.8.0
15332026-08-21T22:24:32.555Z Compiling deranged v0.5.8
15342026-08-21T22:24:32.616Z Compiling rusty-fork v0.3.1
15352026-08-21T22:24:32.640Z Compiling clap_builder v4.6.0
15362026-08-21T22:24:33.155Z Compiling num-iter v0.1.45
15372026-08-21T22:24:33.302Z Compiling hyper-util v0.1.20
15382026-08-21T22:24:33.690Z Compiling rand v0.8.6
15392026-08-21T22:24:33.745Z Compiling goblin v0.10.5
15402026-08-21T22:24:33.846Z Compiling packed_struct_codegen v0.10.1
15412026-08-21T22:24:34.478Z Compiling lazy_static v1.5.0
15422026-08-21T22:24:34.572Z Compiling hmac v0.12.1
15432026-08-21T22:24:34.732Z Compiling serde_spanned v0.6.9
15442026-08-21T22:24:34.877Z Compiling toml_datetime v0.6.11
15452026-08-21T22:24:34.892Z Compiling zerocopy-derive v0.6.6
15462026-08-21T22:24:34.965Z Compiling clap_derive v4.6.1
15472026-08-21T22:24:35.126Z Compiling bitfield-macros v0.19.4
15482026-08-21T22:24:35.580Z Compiling rand_xorshift v0.4.0
15492026-08-21T22:24:35.691Z Compiling sync_wrapper v1.0.2
15502026-08-21T22:24:35.742Z Compiling indexmap v1.9.3
15512026-08-21T22:24:35.798Z Compiling num_threads v0.1.7
15522026-08-21T22:24:35.821Z Compiling zlib-rs v0.6.2
15532026-08-21T22:24:35.895Z Compiling crossbeam-utils v0.8.21
15542026-08-21T22:24:35.925Z Compiling unarray v0.1.4
15552026-08-21T22:24:36.039Z Compiling nodrop v0.1.14
15562026-08-21T22:24:36.131Z Compiling siphasher v1.0.2
15572026-08-21T22:24:36.171Z Compiling paste v1.0.15
15582026-08-21T22:24:36.319Z Compiling object v0.37.3
15592026-08-21T22:24:36.427Z Compiling usdt-impl v0.6.0
15602026-08-21T22:24:36.431Z Compiling crc-catalog v2.4.0
15612026-08-21T22:24:36.532Z Compiling crc v3.4.0
15622026-08-21T22:24:36.656Z Compiling dof v0.4.0
15632026-08-21T22:24:36.670Z Compiling clap v4.6.1
15642026-08-21T22:24:36.702Z Compiling array-init v0.0.4
15652026-08-21T22:24:36.727Z Compiling proptest v1.11.0
15662026-08-21T22:24:36.780Z Compiling time v0.3.47
15672026-08-21T22:24:37.077Z Compiling bitfield v0.19.4
15682026-08-21T22:24:37.374Z Compiling tower v0.5.3
15692026-08-21T22:24:37.836Z Compiling zerocopy v0.6.6
15702026-08-21T22:24:38.175Z Compiling smallvec v0.6.14
15712026-08-21T22:24:38.469Z Compiling derive_builder_core v0.20.2
15722026-08-21T22:24:38.605Z Compiling dtrace-parser v0.3.0
15732026-08-21T22:24:39.025Z Compiling flate2 v1.1.9
15742026-08-21T22:24:39.195Z Compiling ipnetwork v0.21.1
15752026-08-21T22:24:39.298Z Compiling http-body-util v0.1.3
15762026-08-21T22:24:39.319Z Compiling pkcs1 v0.7.5
15772026-08-21T22:24:39.426Z Compiling heapless v0.7.17
15782026-08-21T22:24:39.537Z Compiling scroll_derive v0.12.1
15792026-08-21T22:24:39.574Z Compiling structmeta-derive v0.3.0
15802026-08-21T22:24:39.664Z Compiling slog v2.8.2
15812026-08-21T22:24:39.704Z Compiling darling_core v0.23.0
15822026-08-21T22:24:39.768Z Compiling thread-id v5.1.0
15832026-08-21T22:24:39.845Z Compiling cookie v0.18.1
15842026-08-21T22:24:39.860Z Compiling env_filter v2.0.0
15852026-08-21T22:24:40.027Z Compiling iri-string v0.7.10
15862026-08-21T22:24:40.160Z Compiling winnow v0.5.40
15872026-08-21T22:24:40.197Z Compiling allocator-api2 v0.2.21
15882026-08-21T22:24:40.527Z Compiling signal-hook v0.3.18
15892026-08-21T22:24:40.629Z Compiling base64 v0.21.7
15902026-08-21T22:24:40.700Z Compiling gimli v0.32.3
15912026-08-21T22:24:40.937Z Compiling zstd-safe v7.2.4
15922026-08-21T22:24:41.135Z Compiling hashbrown v0.12.3
15932026-08-21T22:24:41.538Z Compiling ryu v1.0.23
15942026-08-21T22:24:41.568Z Compiling unicode-properties v0.1.4
15952026-08-21T22:24:41.607Z Compiling anyhow v1.0.104
15962026-08-21T22:24:41.718Z Compiling unicode-bidi v0.3.18
15972026-08-21T22:24:41.775Z Compiling serde_urlencoded v0.7.1
15982026-08-21T22:24:42.073Z Compiling stringprep v0.1.5
15992026-08-21T22:24:42.187Z Compiling darling_macro v0.23.0
16002026-08-21T22:24:42.270Z Compiling toml_edit v0.19.15
16012026-08-21T22:24:42.539Z Compiling addr2line v0.25.1
16022026-08-21T22:24:42.556Z Compiling tower-http v0.6.8
16032026-08-21T22:24:42.675Z Compiling ron v0.8.1
16042026-08-21T22:24:42.709Z Compiling structmeta v0.3.0
16052026-08-21T22:24:42.868Z Compiling scroll v0.12.0
16062026-08-21T22:24:42.960Z Compiling env_logger v0.11.11
16072026-08-21T22:24:43.309Z Compiling rsa v0.9.10
16082026-08-21T22:24:43.324Z Compiling oxnet v0.1.6
16092026-08-21T22:24:43.563Z Compiling derive_builder_macro v0.20.2
16102026-08-21T22:24:43.586Z Compiling newtype-uuid v1.3.2
16112026-08-21T22:24:43.604Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16122026-08-21T22:24:43.748Z Compiling hashbrown v0.13.2
16132026-08-21T22:24:43.906Z Compiling bzip2 v0.4.4
16142026-08-21T22:24:44.020Z Compiling serde-hex v0.1.0
16152026-08-21T22:24:44.111Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16162026-08-21T22:24:44.223Z Compiling tokio-native-tls v0.3.1
16172026-08-21T22:24:44.398Z Compiling camino v1.2.5
16182026-08-21T22:24:44.882Z Compiling bstr v1.12.1
16192026-08-21T22:24:45.279Z Compiling block-buffer v0.12.1
16202026-08-21T22:24:45.480Z Compiling block-padding v0.4.2
16212026-08-21T22:24:45.519Z Compiling crypto-common v0.2.2
16222026-08-21T22:24:45.653Z Compiling rustls-native-certs v0.8.3
16232026-08-21T22:24:45.737Z Compiling x509-cert v0.2.5
16242026-08-21T22:24:45.947Z Compiling md-5 v0.10.6
16252026-08-21T22:24:46.122Z Compiling erased-serde v0.3.31
16262026-08-21T22:24:46.322Z Compiling serde_tokenstream v0.2.3
16272026-08-21T22:24:46.607Z Compiling curve25519-dalek v4.1.3
16282026-08-21T22:24:46.633Z Compiling async-trait v0.1.89
16292026-08-21T22:24:46.938Z Compiling zerocopy-derive v0.7.35
16302026-08-21T22:24:47.256Z Compiling pin-project-internal v1.1.11
16312026-08-21T22:24:47.367Z Compiling daft-derive v0.1.7
16322026-08-21T22:24:47.555Z Compiling vergen-lib v9.1.0
16332026-08-21T22:24:47.655Z Compiling hash32 v0.2.1
16342026-08-21T22:24:47.673Z Compiling memoffset v0.9.1
16352026-08-21T22:24:47.730Z Compiling encoding_rs v0.8.35
16362026-08-21T22:24:47.849Z Compiling rustix v0.38.44
16372026-08-21T22:24:47.849Z Compiling litrs v1.0.0
16382026-08-21T22:24:47.878Z Compiling crc-any v2.5.0
16392026-08-21T22:24:48.092Z Compiling smoltcp v0.9.1
16402026-08-21T22:24:48.107Z Compiling rustc-demangle v0.1.27
16412026-08-21T22:24:48.159Z Compiling fallible-iterator v0.2.0
16422026-08-21T22:24:48.182Z Compiling ref-cast v1.0.25
16432026-08-21T22:24:48.357Z Compiling cfg_aliases v0.2.1
16442026-08-21T22:24:48.372Z Compiling mime v0.3.17
16452026-08-21T22:24:48.412Z Compiling owo-colors v4.3.0
16462026-08-21T22:24:48.431Z Compiling psl-types v2.0.11
16472026-08-21T22:24:48.465Z Compiling nix v0.31.2
16482026-08-21T22:24:48.492Z Compiling postgres-protocol v0.6.10
16492026-08-21T22:24:48.524Z Compiling publicsuffix v2.3.0
16502026-08-21T22:24:48.570Z Compiling document-features v0.2.12
16512026-08-21T22:24:48.618Z Compiling pin-project v1.1.11
16522026-08-21T22:24:48.688Z Compiling backtrace v0.3.76
16532026-08-21T22:24:48.756Z Compiling daft v0.1.7
16542026-08-21T22:24:48.806Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16552026-08-21T22:24:48.922Z Compiling zerocopy v0.7.35
16562026-08-21T22:24:49.147Z Compiling inout v0.2.2
16572026-08-21T22:24:49.195Z Compiling hyper-tls v0.6.0
16582026-08-21T22:24:49.322Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16592026-08-21T22:24:49.413Z Compiling object v0.30.4
16602026-08-21T22:24:49.455Z Compiling zip v0.6.6
16612026-08-21T22:24:49.481Z Compiling derive_builder v0.20.2
16622026-08-21T22:24:49.506Z Compiling toml v0.7.8
16632026-08-21T22:24:49.612Z Compiling goblin v0.8.2
16642026-08-21T22:24:49.818Z Compiling derive-ex v0.1.8
16652026-08-21T22:24:50.088Z Compiling darling v0.23.0
16662026-08-21T22:24:50.305Z Compiling phf_shared v0.13.1
16672026-08-21T22:24:50.320Z Compiling regex v1.12.3
16682026-08-21T22:24:50.521Z Compiling hubpack_derive v0.1.1
16692026-08-21T22:24:50.545Z Compiling futures-executor v0.3.32
16702026-08-21T22:24:50.743Z Compiling curve25519-dalek-derive v0.1.1
16712026-08-21T22:24:50.806Z Compiling strum_macros v0.27.2
16722026-08-21T22:24:50.964Z Compiling ref-cast-impl v1.0.25
16732026-08-21T22:24:51.379Z Compiling snafu-derive v0.8.9
16742026-08-21T22:24:51.455Z Compiling vergen v9.1.0
16752026-08-21T22:24:51.507Z Compiling cargo-platform v0.3.2
16762026-08-21T22:24:51.631Z Compiling ff v0.13.1
16772026-08-21T22:24:51.772Z Compiling fs-err v3.3.0
16782026-08-21T22:24:51.776Z Compiling path-slash v0.1.5
16792026-08-21T22:24:51.918Z Compiling base16ct v0.2.0
16802026-08-21T22:24:51.960Z Compiling libbz2-rs-sys v0.2.2
16812026-08-21T22:24:52.150Z Compiling foldhash v0.1.5
16822026-08-21T22:24:52.266Z Compiling is_ci v1.2.0
16832026-08-21T22:24:52.327Z Compiling bitflags v1.3.2
16842026-08-21T22:24:52.404Z Compiling foldhash v0.2.0
16852026-08-21T22:24:52.420Z Compiling jiff-core v0.1.0
16862026-08-21T22:24:52.637Z Compiling same-file v1.0.6
16872026-08-21T22:24:52.689Z Compiling unicode-segmentation v1.12.0
16882026-08-21T22:24:52.796Z Compiling bumpalo v3.20.2
16892026-08-21T22:24:52.810Z Compiling managed v0.8.0
16902026-08-21T22:24:53.034Z Compiling either v1.15.0
16912026-08-21T22:24:53.052Z Compiling textwrap v0.16.2
16922026-08-21T22:24:53.076Z Compiling zopfli v0.8.3
16932026-08-21T22:24:53.244Z Compiling jiff v0.2.34
16942026-08-21T22:24:53.326Z Compiling snafu v0.8.9
16952026-08-21T22:24:53.500Z Compiling strum v0.27.2
16962026-08-21T22:24:53.515Z Compiling walkdir v2.5.0
16972026-08-21T22:24:53.637Z Compiling hashbrown v0.16.1
16982026-08-21T22:24:53.691Z Compiling bzip2 v0.6.1
16992026-08-21T22:24:53.747Z Compiling supports-color v3.0.2
17002026-08-21T22:24:53.821Z Compiling hashbrown v0.15.5
17012026-08-21T22:24:53.899Z Compiling sec1 v0.7.3
17022026-08-21T22:24:53.914Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17032026-08-21T22:24:54.017Z Compiling dof v0.3.0
17042026-08-21T22:24:54.172Z Compiling group v0.13.0
17052026-08-21T22:24:54.216Z Compiling cargo_metadata v0.23.1
17062026-08-21T22:24:54.385Z Compiling test-strategy v0.4.5
17072026-08-21T22:24:54.731Z Compiling hubpack v0.1.2
17082026-08-21T22:24:54.955Z Compiling futures v0.3.32
17092026-08-21T22:24:55.042Z Compiling phf v0.13.1
17102026-08-21T22:24:55.313Z Compiling signal-hook-mio v0.2.5
17112026-08-21T22:24:55.440Z Compiling serde_with_macros v3.21.0
17122026-08-21T22:24:55.567Z Compiling cookie_store v0.22.1
17132026-08-21T22:24:55.592Z Compiling zstd v0.13.3
17142026-08-21T22:24:55.842Z Compiling reqwest v0.12.28
17152026-08-21T22:24:55.858Z Compiling cipher v0.5.2
17162026-08-21T22:24:56.169Z Compiling backtrace-ext v0.2.1
17172026-08-21T22:24:56.299Z Compiling postgres-types v0.2.12
17182026-08-21T22:24:56.757Z Compiling usdt-attr-macro v0.6.0
17192026-08-21T22:24:56.847Z Compiling usdt-macro v0.6.0
17202026-08-21T22:24:57.283Z Compiling globset v0.4.18
17212026-08-21T22:24:57.492Z Compiling phf_shared v0.11.3
17222026-08-21T22:24:57.508Z Compiling hkdf v0.12.4
17232026-08-21T22:24:57.588Z Compiling dtrace-parser v0.2.0
17242026-08-21T22:24:57.635Z Compiling byte-wrapper v0.1.0
17252026-08-21T22:24:57.683Z Compiling olpc-cjson v0.1.4
17262026-08-21T22:24:57.683Z Compiling ed25519 v2.2.3
17272026-08-21T22:24:57.848Z Compiling crypto-bigint v0.5.5
17282026-08-21T22:24:57.903Z Compiling serde_plain v1.0.2
17292026-08-21T22:24:57.963Z Compiling serde-big-array v0.5.1
17302026-08-21T22:24:57.977Z Compiling async-recursion v1.1.1
17312026-08-21T22:24:58.102Z Compiling strum_macros v0.26.4
17322026-08-21T22:24:58.116Z Compiling serde_repr v0.1.20
17332026-08-21T22:24:58.322Z Compiling miette-derive v7.6.0
17342026-08-21T22:24:58.604Z Compiling enum-as-inner v0.6.1
17352026-08-21T22:24:58.624Z Compiling pem v3.0.6
17362026-08-21T22:24:58.650Z Compiling float-cmp v0.10.0
17372026-08-21T22:24:58.800Z Compiling memmap2 v0.9.10
17382026-08-21T22:24:58.941Z Compiling thread-id v4.2.2
17392026-08-21T22:24:59.020Z Compiling fixedbitset v0.5.7
17402026-08-21T22:24:59.036Z Compiling cpufeatures v0.3.0
17412026-08-21T22:24:59.098Z Compiling predicates-core v1.0.10
17422026-08-21T22:24:59.115Z Compiling whoami v2.1.0
17432026-08-21T22:24:59.283Z Compiling data-encoding v2.10.0
17442026-08-21T22:24:59.328Z Compiling const-oid v0.10.2
17452026-08-21T22:24:59.454Z Compiling winnow v1.0.3
17462026-08-21T22:24:59.492Z Compiling precomputed-hash v0.1.1
17472026-08-21T22:24:59.536Z Compiling keccak v0.1.6
17482026-08-21T22:24:59.579Z Compiling typed-path v0.9.3
17492026-08-21T22:24:59.594Z Compiling new_debug_unreachable v1.0.6
17502026-08-21T22:24:59.668Z Compiling normalize-line-endings v0.3.0
17512026-08-21T22:24:59.788Z Compiling supports-hyperlinks v3.2.0
17522026-08-21T22:24:59.836Z Compiling supports-unicode v3.0.0
17532026-08-21T22:24:59.923Z Compiling fixedbitset v0.4.2
17542026-08-21T22:24:59.947Z Compiling difflib v0.4.0
17552026-08-21T22:24:59.966Z Compiling static_assertions v1.1.0
17562026-08-21T22:24:59.983Z Compiling toml_edit v0.22.27
17572026-08-21T22:25:00.040Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17582026-08-21T22:25:00.132Z Compiling petgraph v0.6.5
17592026-08-21T22:25:00.277Z Compiling predicates v3.1.4
17602026-08-21T22:25:00.491Z Compiling toml_parser v1.1.2+spec-1.1.0
17612026-08-21T22:25:00.504Z Compiling miette v7.6.0
17622026-08-21T22:25:00.784Z Compiling strum v0.26.3
17632026-08-21T22:25:00.917Z Compiling sha3 v0.10.8
17642026-08-21T22:25:00.921Z Compiling string_cache v0.8.9
17652026-08-21T22:25:01.108Z Compiling hickory-proto v0.25.2
17662026-08-21T22:25:01.167Z Compiling digest v0.11.3
17672026-08-21T22:25:01.402Z Compiling tokio-postgres v0.7.16
17682026-08-21T22:25:01.413Z Compiling petgraph v0.8.3
17692026-08-21T22:25:01.653Z Compiling chacha20 v0.10.0
17702026-08-21T22:25:01.703Z Compiling usdt-impl v0.5.0
17712026-08-21T22:25:02.032Z Compiling usdt v0.6.0
17722026-08-21T22:25:02.259Z Compiling elliptic-curve v0.13.8
17732026-08-21T22:25:02.330Z Compiling ed25519-dalek v2.2.0
17742026-08-21T22:25:02.661Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17752026-08-21T22:25:02.738Z Compiling crossterm v0.28.1
17762026-08-21T22:25:02.877Z Compiling serde_with v3.21.0
17772026-08-21T22:25:03.423Z Compiling zip v4.6.1
17782026-08-21T22:25:04.001Z Compiling iddqd v0.4.2
17792026-08-21T22:25:04.180Z Compiling itertools v0.13.0
17802026-08-21T22:25:04.327Z Compiling itertools v0.15.0
17812026-08-21T22:25:04.450Z Compiling similar v2.7.0
17822026-08-21T22:25:04.574Z Compiling heck v0.4.1
17832026-08-21T22:25:04.610Z Compiling crossbeam-epoch v0.9.18
17842026-08-21T22:25:04.791Z Compiling tokio-stream v0.1.18
17852026-08-21T22:25:04.933Z Compiling buf-list v1.1.2
17862026-08-21T22:25:05.197Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17872026-08-21T22:25:05.234Z Compiling openapiv3 v2.2.0
17882026-08-21T22:25:05.234Z Compiling lalrpop-util v0.19.12
17892026-08-21T22:25:05.281Z Compiling peg-runtime v0.8.5
17902026-08-21T22:25:05.356Z Compiling thread_local v1.1.9
17912026-08-21T22:25:05.448Z Compiling slog-async v2.8.0
17922026-08-21T22:25:05.498Z Compiling crossbeam-channel v0.5.15
17932026-08-21T22:25:05.561Z Compiling filetime v0.2.27
17942026-08-21T22:25:05.611Z Compiling is-terminal v0.4.17
17952026-08-21T22:25:05.654Z Compiling xattr v1.6.1
17962026-08-21T22:25:05.719Z Compiling take_mut v0.2.2
17972026-08-21T22:25:05.729Z Compiling term v1.2.1
17982026-08-21T22:25:05.749Z Compiling camino-tempfile v1.4.1
17992026-08-21T22:25:05.787Z Compiling tar v0.4.46
18002026-08-21T22:25:06.272Z Compiling slog-term v2.9.2
18012026-08-21T22:25:12.058Z Compiling rustls-webpki v0.103.13
18022026-08-21T22:25:14.728Z Compiling tokio-rustls v0.26.4
18032026-08-21T22:25:14.728Z Compiling rustls-platform-verifier v0.6.2
18042026-08-21T22:25:14.728Z Compiling tough v0.22.0
18052026-08-21T22:25:14.940Z Compiling hyper-rustls v0.27.7
18062026-08-21T22:25:15.142Z Compiling reqwest v0.13.2
18072026-08-21T22:25:17.348Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18082026-08-21T22:25:17.563Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18092026-08-21T22:25:20.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
18102026-08-21T22:25:20.641Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18112026-08-21T22:25:20.715ZAug 21 22:25:19.520 INFO Starting download, target: Console
18122026-08-21T22:25:20.715ZAug 21 22:25:19.520 INFO Starting download, target: Clickhouse
18132026-08-21T22:25:20.718ZAug 21 22:25:19.520 INFO Starting download, target: Cockroach
18142026-08-21T22:25:20.746ZAug 21 22:25:19.520 INFO Starting download, target: DendriteStub
18152026-08-21T22:25:20.746ZAug 21 22:25:19.520 INFO Starting download, target: MaghemiteMgd
18162026-08-21T22:25:20.746ZAug 21 22:25:19.520 INFO Starting download, target: MaghemiteDdmd
18172026-08-21T22:25:20.746ZAug 21 22:25:19.520 INFO Starting download, target: TransceiverControl
18182026-08-21T22:25:20.747ZAug 21 22:25:19.520 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18192026-08-21T22:25:20.747ZAug 21 22:25:19.520 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18202026-08-21T22:25:20.747ZAug 21 22:25:19.520 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18212026-08-21T22:25:20.747ZAug 21 22:25:19.520 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18222026-08-21T22:25:20.747ZAug 21 22:25:19.520 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18232026-08-21T22:25:20.747ZAug 21 22:25:19.520 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18242026-08-21T22:25:20.747ZAug 21 22:25:19.520 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18252026-08-21T22:25:21.338ZAug 21 22:25:20.161 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18262026-08-21T22:25:21.564ZAug 21 22:25:20.376 INFO Download complete, target: TransceiverControl
18272026-08-21T22:25:22.619ZAug 21 22:25:21.444 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18282026-08-21T22:25:22.842ZAug 21 22:25:21.671 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18292026-08-21T22:25:22.871ZAug 21 22:25:21.698 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18302026-08-21T22:25:23.078ZAug 21 22:25:21.914 INFO Download complete, target: Console
18312026-08-21T22:25:23.614ZAug 21 22:25:22.435 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18322026-08-21T22:25:23.931ZAug 21 22:25:22.753 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18332026-08-21T22:25:24.228ZAug 21 22:25:23.062 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18342026-08-21T22:25:24.228ZAug 21 22:25:23.062 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18352026-08-21T22:25:24.790ZAug 21 22:25:23.626 INFO Download complete, target: MaghemiteDdmd
18362026-08-21T22:25:25.995ZAug 21 22:25:24.831 INFO Download complete, target: DendriteStub
18372026-08-21T22:25:26.513ZAug 21 22:25:25.349 INFO Download complete, target: MaghemiteMgd
18382026-08-21T22:25:28.982ZAug 21 22:25:27.818 INFO Checking that binary works, target: Cockroach
18392026-08-21T22:25:29.090ZAug 21 22:25:27.926 INFO Download complete, target: Cockroach
18402026-08-21T22:25:29.418ZAug 21 22:25:28.254 INFO Checking that binary works, target: Clickhouse
18412026-08-21T22:25:29.567ZAug 21 22:25:28.403 INFO Download complete, target: Clickhouse
18422026-08-21T22:25:29.582ZAll builder prerequisites installed successfully, and PATH looks valid
18432026-08-21T22:25:29.585Z
18442026-08-21T22:25:29.585Zreal 2:11.216703819
18452026-08-21T22:25:29.585Zuser 7:16.916285312
18462026-08-21T22:25:29.585Zsys 1:26.327148365
18472026-08-21T22:25:29.585Ztrap 0.262902001
18482026-08-21T22:25:29.585Ztflt 0.514254781
18492026-08-21T22:25:29.585Zdflt 0.975072140
18502026-08-21T22:25:29.585Zkflt 0.022777932
18512026-08-21T22:25:29.586Zlock 27:23.952088784
18522026-08-21T22:25:29.586Zslp 22:03.357097129
18532026-08-21T22:25:29.586Zlat 49.868695002
18542026-08-21T22:25:29.586Zstop 2:38.292408764
18552026-08-21T22:25:29.586Z+ banner hack-check
18562026-08-21T22:25:29.586Z
18572026-08-21T22:25:29.586Z # # ## #### # # #### # # ###### #### # #
18582026-08-21T22:25:29.586Z # # # # # # # # # # # # # # # # #
18592026-08-21T22:25:29.586Z ###### # # # #### ##### # ###### ##### # ####
18602026-08-21T22:25:29.586Z # # ###### # # # # # # # # # #
18612026-08-21T22:25:29.586Z # # # # # # # # # # # # # # # # #
18622026-08-21T22:25:29.586Z # # # # #### # # #### # # ###### #### # #
18632026-08-21T22:25:29.586Z
18642026-08-21T22:25:29.586Z+ export CARGO_INCREMENTAL=0
18652026-08-21T22:25:29.586Z+ CARGO_INCREMENTAL=0
18662026-08-21T22:25:29.586Z+ ptime -m timeout 2h cargo xtask check-features --ci
18672026-08-21T22:25:30.050Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18682026-08-21T22:25:30.333Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18692026-08-21T22:25:32.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.54s
18702026-08-21T22:25:32.193Z Running `target/debug/xtask check-features --ci`
18712026-08-21T22:25:32.217Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18722026-08-21T22:25:32.220Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18732026-08-21T22:25:32.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18742026-08-21T22:25:32.659Z Running `target/debug/xtask download cargo-hack`
18752026-08-21T22:25:33.436Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18762026-08-21T22:25:33.745Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18772026-08-21T22:25:36.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.60s
18782026-08-21T22:25:36.462Z Running `target/debug/xtask-downloader cargo-hack`
18792026-08-21T22:25:36.505ZAug 21 22:25:35.341 INFO Starting download, target: CargoHack
18802026-08-21T22:25:36.508ZAug 21 22:25:35.342 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18812026-08-21T22:25:36.935ZAug 21 22:25:35.772 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18822026-08-21T22:25:36.986ZAug 21 22:25:35.822 INFO Download complete, target: CargoHack
18832026-08-21T22:25:36.989Zrunning: "/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"
18842026-08-21T22:25:37.003Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18852026-08-21T22:25:37.164Zinfo: running `cargo check --bins` on api_identity (1/337)
18862026-08-21T22:25:37.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-08-21T22:25:37.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-08-21T22:25:37.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-08-21T22:25:37.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18902026-08-21T22:25:37.716Z
18912026-08-21T22:25:37.716Zinfo: running `cargo check --bins` on bootstore (2/337)
18922026-08-21T22:25:38.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-08-21T22:25:38.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-08-21T22:25:38.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-08-21T22:25:38.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18962026-08-21T22:25:38.268Z
18972026-08-21T22:25:38.268Zinfo: running `cargo check --bins` on omicron-ledger (3/337)
18982026-08-21T22:25:38.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-08-21T22:25:38.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-08-21T22:25:38.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-08-21T22:25:38.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19022026-08-21T22:25:38.819Z
19032026-08-21T22:25:38.819Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/337)
19042026-08-21T22:25:39.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-08-21T22:25:39.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-08-21T22:25:39.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-08-21T22:25:39.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19082026-08-21T22:25:39.371Z
19092026-08-21T22:25:39.371Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/337)
19102026-08-21T22:25:39.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-08-21T22:25:39.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-08-21T22:25:39.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-08-21T22:25:39.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19142026-08-21T22:25:39.916Z
19152026-08-21T22:25:39.916Zinfo: running `cargo check --bins` on omicron-certificates (6/337)
19162026-08-21T22:25:40.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-08-21T22:25:40.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-08-21T22:25:40.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-08-21T22:25:40.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19202026-08-21T22:25:40.475Z
19212026-08-21T22:25:40.475Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/337)
19222026-08-21T22:25:40.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-08-21T22:25:40.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-08-21T22:25:40.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-08-21T22:25:40.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19262026-08-21T22:25:41.042Z
19272026-08-21T22:25:41.042Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/337)
19282026-08-21T22:25:41.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-08-21T22:25:41.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-08-21T22:25:41.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-08-21T22:25:41.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19322026-08-21T22:25:41.605Z
19332026-08-21T22:25:41.605Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/337)
19342026-08-21T22:25:41.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-08-21T22:25:41.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-08-21T22:25:41.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-08-21T22:25:41.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19382026-08-21T22:25:42.024Z
19392026-08-21T22:25:42.024Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/337)
19402026-08-21T22:25:42.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-08-21T22:25:42.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-08-21T22:25:42.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-08-21T22:25:42.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19442026-08-21T22:25:42.440Z
19452026-08-21T22:25:42.440Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/337)
19462026-08-21T22:25:42.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-08-21T22:25:42.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-08-21T22:25:42.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-08-21T22:25:42.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19502026-08-21T22:25:42.856Z
19512026-08-21T22:25:42.857Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/337)
19522026-08-21T22:25:43.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-08-21T22:25:43.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-08-21T22:25:43.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-08-21T22:25:43.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19562026-08-21T22:25:43.278Z
19572026-08-21T22:25:43.278Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/337)
19582026-08-21T22:25:43.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-08-21T22:25:43.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-08-21T22:25:43.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-08-21T22:25:43.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19622026-08-21T22:25:43.697Z
19632026-08-21T22:25:43.697Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/337)
19642026-08-21T22:25:44.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-08-21T22:25:44.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-08-21T22:25:44.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-08-21T22:25:44.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19682026-08-21T22:25:44.113Z
19692026-08-21T22:25:44.113Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/337)
19702026-08-21T22:25:44.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-08-21T22:25:44.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-08-21T22:25:44.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-08-21T22:25:44.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19742026-08-21T22:25:44.526Z
19752026-08-21T22:25:44.526Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/337)
19762026-08-21T22:25:44.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-08-21T22:25:44.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-08-21T22:25:44.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-08-21T22:25:44.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19802026-08-21T22:25:44.940Z
19812026-08-21T22:25:44.941Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/337)
19822026-08-21T22:25:45.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-08-21T22:25:45.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-08-21T22:25:45.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-08-21T22:25:45.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19862026-08-21T22:25:45.356Z
19872026-08-21T22:25:45.356Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/337)
19882026-08-21T22:25:45.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-08-21T22:25:45.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-08-21T22:25:45.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-08-21T22:25:45.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19922026-08-21T22:25:45.769Z
19932026-08-21T22:25:45.769Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/337)
19942026-08-21T22:25:46.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-08-21T22:25:46.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-08-21T22:25:46.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-08-21T22:25:46.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19982026-08-21T22:25:46.185Z
19992026-08-21T22:25:46.185Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/337)
20002026-08-21T22:25:46.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-08-21T22:25:46.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-08-21T22:25:46.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-08-21T22:25:46.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20042026-08-21T22:25:46.602Z
20052026-08-21T22:25:46.602Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/337)
20062026-08-21T22:25:46.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-08-21T22:25:46.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-08-21T22:25:46.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-08-21T22:25:46.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20102026-08-21T22:25:47.016Z
20112026-08-21T22:25:47.016Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/337)
20122026-08-21T22:25:47.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-08-21T22:25:47.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-08-21T22:25:47.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-08-21T22:25:47.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20162026-08-21T22:25:47.432Z
20172026-08-21T22:25:47.432Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/337)
20182026-08-21T22:25:47.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-08-21T22:25:47.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-08-21T22:25:47.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-08-21T22:25:47.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20222026-08-21T22:25:47.849Z
20232026-08-21T22:25:47.849Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/337)
20242026-08-21T22:25:48.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-08-21T22:25:48.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-08-21T22:25:48.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-08-21T22:25:48.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20282026-08-21T22:25:48.276Z
20292026-08-21T22:25:48.276Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/337)
20302026-08-21T22:25:48.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-08-21T22:25:48.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-08-21T22:25:48.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-08-21T22:25:48.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20342026-08-21T22:25:48.694Z
20352026-08-21T22:25:48.694Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/337)
20362026-08-21T22:25:49.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-08-21T22:25:49.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-08-21T22:25:49.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-08-21T22:25:49.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20402026-08-21T22:25:49.123Z
20412026-08-21T22:25:49.123Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/337)
20422026-08-21T22:25:49.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-08-21T22:25:49.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-08-21T22:25:49.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-08-21T22:25:49.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20462026-08-21T22:25:49.534Z
20472026-08-21T22:25:49.534Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/337)
20482026-08-21T22:25:49.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-08-21T22:25:49.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-08-21T22:25:49.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-08-21T22:25:49.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20522026-08-21T22:25:49.939Z
20532026-08-21T22:25:49.939Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/337)
20542026-08-21T22:25:50.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-08-21T22:25:50.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-08-21T22:25:50.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-08-21T22:25:50.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20582026-08-21T22:25:50.354Z
20592026-08-21T22:25:50.354Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/337)
20602026-08-21T22:25:50.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-08-21T22:25:50.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-08-21T22:25:50.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-08-21T22:25:50.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20642026-08-21T22:25:50.766Z
20652026-08-21T22:25:50.766Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/337)
20662026-08-21T22:25:51.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-08-21T22:25:51.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-08-21T22:25:51.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-08-21T22:25:51.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20702026-08-21T22:25:51.180Z
20712026-08-21T22:25:51.180Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/337)
20722026-08-21T22:25:51.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-08-21T22:25:51.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-08-21T22:25:51.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-08-21T22:25:51.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20762026-08-21T22:25:51.593Z
20772026-08-21T22:25:51.593Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/337)
20782026-08-21T22:25:51.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-08-21T22:25:51.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-08-21T22:25:51.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-08-21T22:25:51.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20822026-08-21T22:25:52.000Z
20832026-08-21T22:25:52.000Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/337)
20842026-08-21T22:25:52.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-08-21T22:25:52.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-08-21T22:25:52.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-08-21T22:25:52.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20882026-08-21T22:25:52.412Z
20892026-08-21T22:25:52.412Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/337)
20902026-08-21T22:25:52.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-08-21T22:25:52.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-08-21T22:25:52.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-08-21T22:25:52.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20942026-08-21T22:25:52.825Z
20952026-08-21T22:25:52.825Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/337)
20962026-08-21T22:25:53.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-08-21T22:25:53.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-08-21T22:25:53.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-08-21T22:25:53.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21002026-08-21T22:25:53.240Z
21012026-08-21T22:25:53.240Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/337)
21022026-08-21T22:25:53.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-08-21T22:25:53.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-08-21T22:25:53.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-08-21T22:25:53.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21062026-08-21T22:25:53.654Z
21072026-08-21T22:25:53.654Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/337)
21082026-08-21T22:25:54.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-08-21T22:25:54.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-08-21T22:25:54.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-08-21T22:25:54.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21122026-08-21T22:25:54.064Z
21132026-08-21T22:25:54.064Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/337)
21142026-08-21T22:25:54.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-08-21T22:25:54.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-08-21T22:25:54.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-08-21T22:25:54.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21182026-08-21T22:25:54.476Z
21192026-08-21T22:25:54.476Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/337)
21202026-08-21T22:25:54.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-08-21T22:25:54.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-08-21T22:25:54.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-08-21T22:25:54.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21242026-08-21T22:25:54.892Z
21252026-08-21T22:25:54.892Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/337)
21262026-08-21T22:25:55.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-08-21T22:25:55.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-08-21T22:25:55.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-08-21T22:25:55.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21302026-08-21T22:25:55.313Z
21312026-08-21T22:25:55.313Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/337)
21322026-08-21T22:25:55.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-08-21T22:25:55.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-08-21T22:25:55.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-08-21T22:25:55.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21362026-08-21T22:25:55.733Z
21372026-08-21T22:25:55.734Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/337)
21382026-08-21T22:25:56.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-08-21T22:25:56.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-08-21T22:25:56.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-08-21T22:25:56.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21422026-08-21T22:25:56.154Z
21432026-08-21T22:25:56.154Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/337)
21442026-08-21T22:25:56.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-08-21T22:25:56.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-08-21T22:25:56.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-08-21T22:25:56.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21482026-08-21T22:25:56.574Z
21492026-08-21T22:25:56.574Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/337)
21502026-08-21T22:25:56.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-08-21T22:25:56.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-08-21T22:25:56.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-08-21T22:25:56.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21542026-08-21T22:25:56.991Z
21552026-08-21T22:25:56.992Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/337)
21562026-08-21T22:25:57.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-08-21T22:25:57.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-08-21T22:25:57.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-08-21T22:25:57.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21602026-08-21T22:25:57.400Z
21612026-08-21T22:25:57.400Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/337)
21622026-08-21T22:25:57.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-08-21T22:25:57.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-08-21T22:25:57.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-08-21T22:25:57.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21662026-08-21T22:25:57.814Z
21672026-08-21T22:25:57.814Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/337)
21682026-08-21T22:25:58.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-08-21T22:25:58.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-08-21T22:25:58.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-08-21T22:25:58.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21722026-08-21T22:25:58.236Z
21732026-08-21T22:25:58.236Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/337)
21742026-08-21T22:25:58.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-08-21T22:25:58.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-08-21T22:25:58.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-08-21T22:25:58.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21782026-08-21T22:25:58.845Z
21792026-08-21T22:25:58.845Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/337)
21802026-08-21T22:25:59.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-08-21T22:25:59.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-08-21T22:25:59.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-08-21T22:25:59.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21842026-08-21T22:25:59.447Z
21852026-08-21T22:25:59.447Zinfo: running `cargo check --bins` on nexus-config (51/337)
21862026-08-21T22:25:59.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-08-21T22:25:59.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-08-21T22:25:59.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-08-21T22:25:59.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21902026-08-21T22:26:00.045Z
21912026-08-21T22:26:00.045Zinfo: running `cargo check --bins` on nexus-types (52/337)
21922026-08-21T22:26:00.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-08-21T22:26:00.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-08-21T22:26:00.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-08-21T22:26:00.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21962026-08-21T22:26:00.649Z
21972026-08-21T22:26:00.649Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/337)
21982026-08-21T22:26:01.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-08-21T22:26:01.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-08-21T22:26:01.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-08-21T22:26:01.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22022026-08-21T22:26:01.225Z
22032026-08-21T22:26:01.225Zinfo: running `cargo check --bins` on omicron-passwords (54/337)
22042026-08-21T22:26:01.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-08-21T22:26:01.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-08-21T22:26:01.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-08-21T22:26:01.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22082026-08-21T22:26:01.780Z
22092026-08-21T22:26:01.780Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/337)
22102026-08-21T22:26:02.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-08-21T22:26:02.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-08-21T22:26:02.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-08-21T22:26:02.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22142026-08-21T22:26:02.357Z
22152026-08-21T22:26:02.357Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/337)
22162026-08-21T22:26:02.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-08-21T22:26:02.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-08-21T22:26:02.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-08-21T22:26:02.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22202026-08-21T22:26:02.933Z
22212026-08-21T22:26:02.933Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/337)
22222026-08-21T22:26:03.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-08-21T22:26:03.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-08-21T22:26:03.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-08-21T22:26:03.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22262026-08-21T22:26:03.512Z
22272026-08-21T22:26:03.512Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/337)
22282026-08-21T22:26:03.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-08-21T22:26:04.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-08-21T22:26:04.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-08-21T22:26:04.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22322026-08-21T22:26:04.088Z
22332026-08-21T22:26:04.088Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/337)
22342026-08-21T22:26:04.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-08-21T22:26:04.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-08-21T22:26:04.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-08-21T22:26:04.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22382026-08-21T22:26:04.650Z
22392026-08-21T22:26:04.650Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/337)
22402026-08-21T22:26:05.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-08-21T22:26:05.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-08-21T22:26:05.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-08-21T22:26:05.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22442026-08-21T22:26:05.208Z
22452026-08-21T22:26:05.208Zinfo: running `cargo check --bins --no-default-features` on gfss (61/337)
22462026-08-21T22:26:05.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-08-21T22:26:05.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-08-21T22:26:05.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492026-08-21T22:26:05.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22502026-08-21T22:26:05.757Z
22512026-08-21T22:26:05.757Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/337)
22522026-08-21T22:26:06.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532026-08-21T22:26:06.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542026-08-21T22:26:06.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22552026-08-21T22:26:06.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22562026-08-21T22:26:06.310Z
22572026-08-21T22:26:06.310Zinfo: running `cargo check --bins` on trust-quorum-types (63/337)
22582026-08-21T22:26:06.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22592026-08-21T22:26:06.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22602026-08-21T22:26:06.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22612026-08-21T22:26:06.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22622026-08-21T22:26:06.862Z
22632026-08-21T22:26:06.862Zinfo: running `cargo check --bins` on wicketd-commission-types (64/337)
22642026-08-21T22:26:07.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22652026-08-21T22:26:07.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22662026-08-21T22:26:07.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22672026-08-21T22:26:07.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22682026-08-21T22:26:07.434Z
22692026-08-21T22:26:07.434Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (65/337)
22702026-08-21T22:26:07.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22712026-08-21T22:26:07.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22722026-08-21T22:26:07.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22732026-08-21T22:26:07.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22742026-08-21T22:26:08.002Z
22752026-08-21T22:26:08.002Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (66/337)
22762026-08-21T22:26:08.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22772026-08-21T22:26:08.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22782026-08-21T22:26:08.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22792026-08-21T22:26:08.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22802026-08-21T22:26:08.565Z
22812026-08-21T22:26:08.565Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (67/337)
22822026-08-21T22:26:09.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22832026-08-21T22:26:09.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22842026-08-21T22:26:09.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22852026-08-21T22:26:09.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22862026-08-21T22:26:09.128Z
22872026-08-21T22:26:09.128Zinfo: running `cargo check --bins` on clickhouse-admin-types (68/337)
22882026-08-21T22:26:09.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22892026-08-21T22:26:09.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22902026-08-21T22:26:09.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22912026-08-21T22:26:09.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22922026-08-21T22:26:09.698Z
22932026-08-21T22:26:09.698Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (69/337)
22942026-08-21T22:26:10.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22952026-08-21T22:26:10.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22962026-08-21T22:26:10.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22972026-08-21T22:26:10.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22982026-08-21T22:26:10.267Z
22992026-08-21T22:26:10.267Zinfo: running `cargo check --bins` on cockroach-admin-types (70/337)
23002026-08-21T22:26:10.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23012026-08-21T22:26:10.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23022026-08-21T22:26:10.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23032026-08-21T22:26:10.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23042026-08-21T22:26:10.815Z
23052026-08-21T22:26:10.815Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (71/337)
23062026-08-21T22:26:11.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23072026-08-21T22:26:11.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23082026-08-21T22:26:11.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23092026-08-21T22:26:11.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23102026-08-21T22:26:11.372Z
23112026-08-21T22:26:11.372Zinfo: running `cargo check --bins` on ereport-types (72/337)
23122026-08-21T22:26:11.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23132026-08-21T22:26:11.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23142026-08-21T22:26:11.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23152026-08-21T22:26:11.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23162026-08-21T22:26:11.925Z
23172026-08-21T22:26:11.925Zinfo: running `cargo check --bins` on gateway-client (73/337)
23182026-08-21T22:26:12.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23192026-08-21T22:26:12.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23202026-08-21T22:26:12.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23212026-08-21T22:26:12.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23222026-08-21T22:26:12.481Z
23232026-08-21T22:26:12.481Zinfo: running `cargo check --bins --no-default-features` on gateway-types (74/337)
23242026-08-21T22:26:12.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23252026-08-21T22:26:12.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23262026-08-21T22:26:12.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23272026-08-21T22:26:12.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23282026-08-21T22:26:13.035Z
23292026-08-21T22:26:13.035Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (75/337)
23302026-08-21T22:26:13.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23312026-08-21T22:26:13.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23322026-08-21T22:26:13.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23332026-08-21T22:26:13.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23342026-08-21T22:26:13.590Z
23352026-08-21T22:26:13.590Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (76/337)
23362026-08-21T22:26:14.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23372026-08-21T22:26:14.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23382026-08-21T22:26:14.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23392026-08-21T22:26:14.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23402026-08-21T22:26:14.165Z
23412026-08-21T22:26:14.166Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (77/337)
23422026-08-21T22:26:14.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23432026-08-21T22:26:14.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23442026-08-21T22:26:14.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23452026-08-21T22:26:14.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23462026-08-21T22:26:14.743Z
23472026-08-21T22:26:14.743Zinfo: running `cargo check --bins` on key-manager-types (78/337)
23482026-08-21T22:26:15.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23492026-08-21T22:26:15.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23502026-08-21T22:26:15.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23512026-08-21T22:26:15.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
23522026-08-21T22:26:15.295Z
23532026-08-21T22:26:15.295Zinfo: running `cargo check --bins` on oxlog (79/337)
23542026-08-21T22:26:15.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23552026-08-21T22:26:15.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23562026-08-21T22:26:15.892Z Checking cfg-if v1.0.4
23572026-08-21T22:26:15.896Z Checking serde_core v1.0.228
23582026-08-21T22:26:15.998Z Checking libc v0.2.185
23592026-08-21T22:26:16.013Z Checking memchr v2.8.0
23602026-08-21T22:26:16.023Z Checking log v0.4.33
23612026-08-21T22:26:16.023Z Checking smallvec v1.15.1
23622026-08-21T22:26:16.046Z Checking subtle v2.6.1
23632026-08-21T22:26:16.056Z Checking itoa v1.0.17
23642026-08-21T22:26:16.071Z Checking scopeguard v1.2.0
23652026-08-21T22:26:16.162Z Checking lock_api v0.4.14
23662026-08-21T22:26:16.189Z Checking typenum v1.20.1
23672026-08-21T22:26:16.201Z Checking stable_deref_trait v1.2.1
23682026-08-21T22:26:16.214Z Checking zerofrom v0.1.6
23692026-08-21T22:26:16.227Z Checking portable-atomic v1.13.1
23702026-08-21T22:26:16.269Z Checking zerocopy v0.8.55
23712026-08-21T22:26:16.324Z Checking yoke v0.8.1
23722026-08-21T22:26:16.357Z Checking critical-section v1.2.0
23732026-08-21T22:26:16.390Z Checking pin-project-lite v0.2.17
23742026-08-21T22:26:16.398Z Checking errno v0.3.14
23752026-08-21T22:26:16.450Z Checking getrandom v0.2.17
23762026-08-21T22:26:16.489Z Checking zerovec v0.11.5
23772026-08-21T22:26:16.513Z Checking const-oid v0.9.6
23782026-08-21T22:26:16.538Z Checking libm v0.2.16
23792026-08-21T22:26:16.599Z Checking rand_core v0.6.4
23802026-08-21T22:26:16.643Z Checking once_cell v1.21.3
23812026-08-21T22:26:16.775Z Checking zmij v1.0.21
23822026-08-21T22:26:16.815Z Checking signal-hook-registry v1.4.8
23832026-08-21T22:26:16.922Z Checking tinystr v0.8.2
23842026-08-21T22:26:16.932Z Checking parking_lot_core v0.9.12
23852026-08-21T22:26:16.974Z Checking writeable v0.6.2
23862026-08-21T22:26:16.987Z Checking litemap v0.8.1
23872026-08-21T22:26:17.095Z Checking percent-encoding v2.3.2
23882026-08-21T22:26:17.114Z Checking futures-core v0.3.32
23892026-08-21T22:26:17.131Z Checking parking_lot v0.12.5
23902026-08-21T22:26:17.150Z Checking icu_locale_core v2.1.1
23912026-08-21T22:26:17.185Z Checking potential_utf v0.1.4
23922026-08-21T22:26:17.217Z Checking num-traits v0.2.19
23932026-08-21T22:26:17.229Z Checking zerotrie v0.2.3
23942026-08-21T22:26:17.232Z Checking mio v1.2.0
23952026-08-21T22:26:17.310Z Checking equivalent v1.0.2
23962026-08-21T22:26:17.324Z Checking icu_collections v2.1.1
23972026-08-21T22:26:17.391Z Checking getrandom v0.3.4
23982026-08-21T22:26:17.466Z Checking socket2 v0.6.3
23992026-08-21T22:26:17.505Z Checking serde v1.0.228
24002026-08-21T22:26:17.517Z Checking bitflags v2.11.0
24012026-08-21T22:26:17.530Z Checking serde_json v1.0.151
24022026-08-21T22:26:17.626Z Checking icu_normalizer_data v2.1.1
24032026-08-21T22:26:17.676Z Checking icu_properties_data v2.1.2
24042026-08-21T22:26:17.688Z Checking icu_provider v2.1.1
24052026-08-21T22:26:17.699Z Checking byteorder v1.5.0
24062026-08-21T22:26:17.712Z Checking rand_core v0.10.0
24072026-08-21T22:26:17.724Z Checking futures-sink v0.3.32
24082026-08-21T22:26:17.796Z Checking hashbrown v0.17.0
24092026-08-21T22:26:17.817Z Checking futures-channel v0.3.32
24102026-08-21T22:26:17.843Z Checking getrandom v0.4.3
24112026-08-21T22:26:17.891Z Checking slab v0.4.12
24122026-08-21T22:26:17.904Z Checking zeroize v1.9.0
24132026-08-21T22:26:17.916Z Checking bytes v1.11.1
24142026-08-21T22:26:17.984Z Checking icu_normalizer v2.1.1
24152026-08-21T22:26:18.007Z Checking icu_properties v2.1.2
24162026-08-21T22:26:18.046Z Checking futures-io v0.3.32
24172026-08-21T22:26:18.071Z Checking generic-array v0.14.7
24182026-08-21T22:26:18.156Z Checking futures-task v0.3.32
24192026-08-21T22:26:18.194Z Checking utf8_iter v1.0.4
24202026-08-21T22:26:18.252Z Checking indexmap v2.14.0
24212026-08-21T22:26:18.281Z Checking rustix v1.1.4
24222026-08-21T22:26:18.294Z Checking futures-util v0.3.32
24232026-08-21T22:26:18.313Z Checking form_urlencoded v1.2.2
24242026-08-21T22:26:18.340Z Checking tokio v1.52.1
24252026-08-21T22:26:18.438Z Checking base64ct v1.8.3
24262026-08-21T22:26:18.519Z Checking block-buffer v0.10.4
24272026-08-21T22:26:18.659Z Checking crypto-common v0.1.7
24282026-08-21T22:26:18.671Z Checking fnv v1.0.7
24292026-08-21T22:26:18.762Z Checking pem-rfc7468 v0.7.0
24302026-08-21T22:26:18.783Z Checking digest v0.10.7
24312026-08-21T22:26:18.800Z Checking iana-time-zone v0.1.65
24322026-08-21T22:26:18.820Z Checking idna_adapter v1.2.1
24332026-08-21T22:26:18.904Z Checking flagset v0.4.7
24342026-08-21T22:26:18.917Z Checking chrono v0.4.45
24352026-08-21T22:26:18.936Z Checking idna v1.1.0
24362026-08-21T22:26:18.979Z Checking uuid v1.23.4
24372026-08-21T22:26:19.014Z Checking ppv-lite86 v0.2.21
24382026-08-21T22:26:19.026Z Checking der v0.7.10
24392026-08-21T22:26:19.096Z Checking rand_core v0.9.5
24402026-08-21T22:26:19.174Z Checking url v2.5.8
24412026-08-21T22:26:19.274Z Checking regex-syntax v0.8.10
24422026-08-21T22:26:19.292Z Checking base64 v0.22.1
24432026-08-21T22:26:19.306Z Checking http v1.4.2
24442026-08-21T22:26:19.531Z Checking rand_chacha v0.9.0
24452026-08-21T22:26:19.608Z Checking tracing-core v0.1.36
24462026-08-21T22:26:19.730Z Checking dyn-clone v1.0.20
24472026-08-21T22:26:19.743Z Checking spki v0.7.3
24482026-08-21T22:26:19.764Z Checking simd-adler32 v0.3.8
24492026-08-21T22:26:19.831Z Checking cpufeatures v0.2.17
24502026-08-21T22:26:19.861Z Checking http-body v1.0.1
24512026-08-21T22:26:19.900Z Checking rand v0.9.2
24522026-08-21T22:26:19.912Z Checking pkcs8 v0.10.2
24532026-08-21T22:26:19.916Z Checking tracing v0.1.44
24542026-08-21T22:26:19.935Z Checking rustls-pki-types v1.14.0
24552026-08-21T22:26:19.988Z Checking semver v1.0.28
24562026-08-21T22:26:20.068Z Checking spin v0.9.8
24572026-08-21T22:26:20.123Z Checking utf8parse v0.2.2
24582026-08-21T22:26:20.167Z Checking anstyle v1.0.14
24592026-08-21T22:26:20.190Z Checking openssl-probe v0.2.1
24602026-08-21T22:26:20.217Z Checking adler2 v2.0.1
24612026-08-21T22:26:20.230Z Checking tinyvec_macros v0.1.1
24622026-08-21T22:26:20.247Z Checking cmov v0.5.4
24632026-08-21T22:26:20.290Z Checking tinyvec v1.10.0
24642026-08-21T22:26:20.294Z Checking anstyle-parse v1.0.0
24652026-08-21T22:26:20.321Z Checking miniz_oxide v0.8.9
24662026-08-21T22:26:20.342Z Checking schemars v0.8.22
24672026-08-21T22:26:20.362Z Checking sha2 v0.10.9
24682026-08-21T22:26:20.430Z Checking ctutils v0.4.2
24692026-08-21T22:26:20.448Z Checking terminal_size v0.4.3
24702026-08-21T22:26:20.556Z Checking aws-lc-sys v0.40.0
24712026-08-21T22:26:20.559Z Checking thiserror v2.0.18
24722026-08-21T22:26:20.593Z Checking tower-layer v0.3.3
24732026-08-21T22:26:20.633Z Checking colorchoice v1.0.4
24742026-08-21T22:26:20.638Z Checking tower-service v0.3.3
24752026-08-21T22:26:20.662Z Checking try-lock v0.2.5
24762026-08-21T22:26:20.673Z Checking fastrand v2.3.0
24772026-08-21T22:26:20.728Z Checking anstyle-query v1.1.5
24782026-08-21T22:26:20.741Z Checking is_terminal_polyfill v1.70.2
24792026-08-21T22:26:20.744Z Checking untrusted v0.7.1
24802026-08-21T22:26:20.765Z Checking atomic-waker v1.1.2
24812026-08-21T22:26:20.819Z Checking want v0.3.1
24822026-08-21T22:26:20.828Z Checking anstream v1.0.0
24832026-08-21T22:26:20.844Z Checking tempfile v3.27.0
24842026-08-21T22:26:20.857Z Checking hybrid-array v0.4.13
24852026-08-21T22:26:20.871Z Checking ipnet v2.12.0
24862026-08-21T22:26:20.933Z Checking httparse v1.10.1
24872026-08-21T22:26:20.995Z Checking crc32fast v1.5.0
24882026-08-21T22:26:21.017Z Checking aho-corasick v1.1.4
24892026-08-21T22:26:21.036Z Checking plain v0.2.3
24902026-08-21T22:26:21.049Z Checking aws-lc-rs v1.16.3
24912026-08-21T22:26:21.123Z Checking foreign-types-shared v0.1.1
24922026-08-21T22:26:21.136Z Checking tap v1.0.1
24932026-08-21T22:26:21.147Z Checking httpdate v1.0.3
24942026-08-21T22:26:21.159Z Checking untrusted v0.9.0
24952026-08-21T22:26:21.202Z Checking foreign-types v0.3.2
24962026-08-21T22:26:21.232Z Checking wyz v0.5.1
24972026-08-21T22:26:21.265Z Checking unicode-normalization v0.1.25
24982026-08-21T22:26:21.280Z Checking rand_chacha v0.3.1
24992026-08-21T22:26:21.291Z Checking signature v2.2.0
25002026-08-21T22:26:21.402Z Checking radium v0.7.0
25012026-08-21T22:26:21.422Z Checking hex v0.4.3
25022026-08-21T22:26:21.495Z Checking num-integer v0.1.46
25032026-08-21T22:26:21.572Z Checking openssl-sys v0.9.117
25042026-08-21T22:26:21.586Z Checking tokio-util v0.7.18
25052026-08-21T22:26:21.621Z Checking wait-timeout v0.2.1
25062026-08-21T22:26:21.646Z Checking funty v2.0.0
25072026-08-21T22:26:21.674Z Checking bit-vec v0.8.0
25082026-08-21T22:26:21.705Z Checking regex-automata v0.4.14
25092026-08-21T22:26:21.720Z Checking unicode-ident v1.0.24
25102026-08-21T22:26:21.740Z Checking quick-error v1.2.3
25112026-08-21T22:26:21.829Z Checking strsim v0.11.1
25122026-08-21T22:26:21.842Z Checking clap_lex v1.0.0
25132026-08-21T22:26:21.864Z Checking ucd-trie v0.1.7
25142026-08-21T22:26:21.899Z Checking rustls-webpki v0.103.13
25152026-08-21T22:26:21.941Z Checking openssl v0.10.80
25162026-08-21T22:26:21.963Z Checking bitvec v1.0.1
25172026-08-21T22:26:21.988Z Checking bit-set v0.8.0
25182026-08-21T22:26:21.988Z Checking clap_builder v4.6.0
25192026-08-21T22:26:22.012Z Checking pest v2.8.6
25202026-08-21T22:26:22.133Z Checking rusty-fork v0.3.1
25212026-08-21T22:26:22.210Z Checking h2 v0.4.15
25222026-08-21T22:26:22.307Z Checking proc-macro2 v1.0.106
25232026-08-21T22:26:22.321Z Checking rustls v0.23.41
25242026-08-21T22:26:22.620Z Checking num-iter v0.1.45
25252026-08-21T22:26:22.731Z Checking rand v0.8.6
25262026-08-21T22:26:23.054Z Checking lazy_static v1.5.0
25272026-08-21T22:26:23.150Z Checking rand_xorshift v0.4.0
25282026-08-21T22:26:23.208Z Checking hmac v0.12.1
25292026-08-21T22:26:23.251Z Checking thiserror v1.0.69
25302026-08-21T22:26:23.263Z Checking maybe-uninit v2.0.0
25312026-08-21T22:26:23.276Z Checking serde_spanned v0.6.9
25322026-08-21T22:26:23.327Z Checking toml_datetime v0.6.11
25332026-08-21T22:26:23.345Z Checking sync_wrapper v1.0.2
25342026-08-21T22:26:23.358Z Checking pretty-hex v0.4.1
25352026-08-21T22:26:23.395Z Checking nodrop v0.1.14
25362026-08-21T22:26:23.446Z Checking siphasher v1.0.2
25372026-08-21T22:26:23.470Z Checking unarray v0.1.4
25382026-08-21T22:26:23.481Z Checking powerfmt v0.2.0
25392026-08-21T22:26:23.505Z Checking zlib-rs v0.6.2
25402026-08-21T22:26:23.520Z Checking crc-catalog v2.4.0
25412026-08-21T22:26:23.569Z Checking proptest v1.11.0
25422026-08-21T22:26:23.594Z Checking array-init v0.0.4
25432026-08-21T22:26:23.606Z Checking crc v3.4.0
25442026-08-21T22:26:23.623Z Checking deranged v0.5.8
25452026-08-21T22:26:23.776Z Checking tower v0.5.3
25462026-08-21T22:26:23.880Z Checking smallvec v0.6.14
25472026-08-21T22:26:23.938Z Checking native-tls v0.2.18
25482026-08-21T22:26:24.064Z Checking packed_struct v0.10.1
25492026-08-21T22:26:24.116Z Checking num-bigint-dig v0.8.6
25502026-08-21T22:26:24.160Z Checking clap v4.6.1
25512026-08-21T22:26:24.240Z Checking quote v1.0.45
25522026-08-21T22:26:24.366Z Checking flate2 v1.1.9
25532026-08-21T22:26:24.411Z Checking ipnetwork v0.21.1
25542026-08-21T22:26:24.532Z Checking pkcs1 v0.7.5
25552026-08-21T22:26:24.557Z Checking http-body-util v0.1.3
25562026-08-21T22:26:24.625Z Checking crossbeam-utils v0.8.21
25572026-08-21T22:26:24.653Z Checking bitfield v0.19.4
25582026-08-21T22:26:24.740Z Checking zerocopy v0.6.6
25592026-08-21T22:26:24.771Z Checking ahash v0.8.12
25602026-08-21T22:26:24.912Z Checking bzip2-sys v0.1.13+1.0.8
25612026-08-21T22:26:24.925Z Checking scroll v0.13.0
25622026-08-21T22:26:24.960Z Checking env_filter v2.0.0
25632026-08-21T22:26:24.973Z Checking unicode-properties v0.1.4
25642026-08-21T22:26:24.992Z Checking unicode-bidi v0.3.18
25652026-08-21T22:26:25.004Z Checking hyper v1.10.1
25662026-08-21T22:26:25.028Z Checking num-conv v0.2.0
25672026-08-21T22:26:25.100Z Checking gimli v0.32.3
25682026-08-21T22:26:25.112Z Checking time-core v0.1.8
25692026-08-21T22:26:25.141Z Checking iri-string v0.7.10
25702026-08-21T22:26:25.144Z Checking allocator-api2 v0.2.21
25712026-08-21T22:26:25.167Z Checking ryu v1.0.23
25722026-08-21T22:26:25.247Z Checking winnow v0.5.40
25732026-08-21T22:26:25.285Z Checking hashbrown v0.12.3
25742026-08-21T22:26:25.299Z Checking num_threads v0.1.7
25752026-08-21T22:26:25.352Z Checking base64 v0.21.7
25762026-08-21T22:26:25.379Z Checking time v0.3.47
25772026-08-21T22:26:25.432Z Checking newtype-uuid v1.3.2
25782026-08-21T22:26:25.587Z Checking ron v0.8.1
25792026-08-21T22:26:25.628Z Checking serde_urlencoded v0.7.1
25802026-08-21T22:26:25.690Z Checking indexmap v1.9.3
25812026-08-21T22:26:25.833Z Checking stringprep v0.1.5
25822026-08-21T22:26:25.924Z Checking hyper-util v0.1.20
25832026-08-21T22:26:25.984Z Checking goblin v0.10.5
25842026-08-21T22:26:25.997Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25852026-08-21T22:26:26.095Z Checking env_logger v0.11.11
25862026-08-21T22:26:26.154Z Checking tower-http v0.6.8
25872026-08-21T22:26:26.281Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25882026-08-21T22:26:26.387Z Checking toml_edit v0.19.15
25892026-08-21T22:26:26.427Z Checking bzip2 v0.4.4
25902026-08-21T22:26:26.443Z Checking hashbrown v0.13.2
25912026-08-21T22:26:26.510Z Checking crossbeam-epoch v0.9.18
25922026-08-21T22:26:26.593Z Checking rsa v0.9.10
25932026-08-21T22:26:26.630Z Checking addr2line v0.25.1
25942026-08-21T22:26:26.737Z Checking oxnet v0.1.6
25952026-08-21T22:26:26.887Z Checking syn v2.0.117
25962026-08-21T22:26:26.903Z Checking tokio-native-tls v0.3.1
25972026-08-21T22:26:26.996Z Checking serde-hex v0.1.0
25982026-08-21T22:26:27.060Z Checking bstr v1.12.1
25992026-08-21T22:26:27.074Z Checking block-padding v0.4.2
26002026-08-21T22:26:27.196Z Checking crypto-common v0.2.2
26012026-08-21T22:26:27.211Z Checking block-buffer v0.12.1
26022026-08-21T22:26:27.379Z Checking rustls-native-certs v0.8.3
26032026-08-21T22:26:27.468Z Checking x509-cert v0.2.5
26042026-08-21T22:26:27.473Z Checking scroll v0.12.0
26052026-08-21T22:26:27.509Z Checking object v0.37.3
26062026-08-21T22:26:27.669Z Checking zstd-sys v2.0.16+zstd.1.5.7
26072026-08-21T22:26:27.780Z Checking md-5 v0.10.6
26082026-08-21T22:26:27.784Z Checking hash32 v0.2.1
26092026-08-21T22:26:27.929Z Checking encoding_rs v0.8.35
26102026-08-21T22:26:27.944Z Checking mime v0.3.17
26112026-08-21T22:26:28.059Z Checking psl-types v2.0.11
26122026-08-21T22:26:28.112Z Checking rustc-demangle v0.1.27
26132026-08-21T22:26:28.172Z Checking fallible-iterator v0.2.0
26142026-08-21T22:26:28.306Z Checking crc-any v2.5.0
26152026-08-21T22:26:28.333Z Checking either v1.15.0
26162026-08-21T22:26:28.448Z Checking postgres-protocol v0.6.10
26172026-08-21T22:26:28.477Z Checking dof v0.4.0
26182026-08-21T22:26:28.489Z Checking publicsuffix v2.3.0
26192026-08-21T22:26:28.521Z Checking heapless v0.7.17
26202026-08-21T22:26:28.643Z Checking zstd-safe v7.2.4
26212026-08-21T22:26:28.763Z Checking goblin v0.8.2
26222026-08-21T22:26:28.806Z Checking toml v0.7.8
26232026-08-21T22:26:28.866Z Checking inout v0.2.2
26242026-08-21T22:26:28.926Z Checking hyper-tls v0.6.0
26252026-08-21T22:26:29.012Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26262026-08-21T22:26:29.025Z Checking daft v0.1.7
26272026-08-21T22:26:29.096Z Checking object v0.30.4
26282026-08-21T22:26:29.108Z Checking zip v0.6.6
26292026-08-21T22:26:29.119Z Checking cookie v0.18.1
26302026-08-21T22:26:29.148Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26312026-08-21T22:26:29.262Z Checking tokio-rustls v0.26.4
26322026-08-21T22:26:29.306Z Checking phf_shared v0.13.1
26332026-08-21T22:26:29.342Z Checking dtrace-parser v0.3.0
26342026-08-21T22:26:29.426Z Checking pin-project v1.1.11
26352026-08-21T22:26:29.483Z Checking zerocopy v0.7.35
26362026-08-21T22:26:29.497Z Checking signal-hook v0.3.18
26372026-08-21T22:26:29.518Z Checking futures-executor v0.3.32
26382026-08-21T22:26:29.579Z Checking ff v0.13.1
26392026-08-21T22:26:29.661Z Checking thread-id v5.1.0
26402026-08-21T22:26:29.684Z Checking libbz2-rs-sys v0.2.2
26412026-08-21T22:26:29.704Z Checking jiff-core v0.1.0
26422026-08-21T22:26:29.735Z Checking bitflags v1.3.2
26432026-08-21T22:26:29.804Z Checking base16ct v0.2.0
26442026-08-21T22:26:29.817Z Checking backtrace v0.3.76
26452026-08-21T22:26:29.929Z Checking unicode-linebreak v0.1.5
26462026-08-21T22:26:29.963Z Checking smawk v0.3.2
26472026-08-21T22:26:29.976Z Checking unicode-width v0.2.0
26482026-08-21T22:26:30.067Z Checking same-file v1.0.6
26492026-08-21T22:26:30.088Z Checking managed v0.8.0
26502026-08-21T22:26:30.103Z Checking is_ci v1.2.0
26512026-08-21T22:26:30.131Z Checking bumpalo v3.20.2
26522026-08-21T22:26:30.178Z Compiling illumos-nvpair-sys v0.2.0
26532026-08-21T22:26:30.195Z Compiling rayon-core v1.13.0
26542026-08-21T22:26:30.218Z Checking foldhash v0.1.5
26552026-08-21T22:26:30.266Z Checking foldhash v0.2.0
26562026-08-21T22:26:30.324Z Checking path-slash v0.1.5
26572026-08-21T22:26:30.349Z Checking hashbrown v0.15.5
26582026-08-21T22:26:30.384Z Checking zopfli v0.8.3
26592026-08-21T22:26:30.387Z Checking jiff v0.2.34
26602026-08-21T22:26:30.406Z Checking smoltcp v0.9.1
26612026-08-21T22:26:30.415Z Checking textwrap v0.16.2
26622026-08-21T22:26:30.418Z Checking hashbrown v0.16.1
26632026-08-21T22:26:30.623Z Checking supports-color v3.0.2
26642026-08-21T22:26:30.638Z Checking dof v0.3.0
26652026-08-21T22:26:30.704Z Checking walkdir v2.5.0
26662026-08-21T22:26:30.741Z Checking backtrace-ext v0.2.1
26672026-08-21T22:26:30.814Z Checking bzip2 v0.6.1
26682026-08-21T22:26:30.846Z Checking sec1 v0.7.3
26692026-08-21T22:26:30.863Z Checking usdt-impl v0.6.0
26702026-08-21T22:26:30.923Z Checking group v0.13.0
26712026-08-21T22:26:30.926Z Checking signal-hook-mio v0.2.5
26722026-08-21T22:26:30.971Z Checking futures v0.3.32
26732026-08-21T22:26:30.984Z Checking snafu v0.8.9
26742026-08-21T22:26:31.026Z Checking phf v0.13.1
26752026-08-21T22:26:31.046Z Checking hyper-rustls v0.27.7
26762026-08-21T22:26:31.059Z Checking cookie_store v0.22.1
26772026-08-21T22:26:31.076Z Checking reqwest v0.12.28
26782026-08-21T22:26:31.146Z Checking cipher v0.5.2
26792026-08-21T22:26:31.170Z Checking zstd v0.13.3
26802026-08-21T22:26:31.183Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26812026-08-21T22:26:31.219Z Checking postgres-types v0.2.12
26822026-08-21T22:26:31.251Z Checking rustls-platform-verifier v0.6.2
26832026-08-21T22:26:31.353Z Checking globset v0.4.18
26842026-08-21T22:26:31.382Z Checking crossbeam-deque v0.8.6
26852026-08-21T22:26:31.385Z Checking phf_shared v0.11.3
26862026-08-21T22:26:31.385Z Checking regex v1.12.3
26872026-08-21T22:26:31.514Z Checking dtrace-parser v0.2.0
26882026-08-21T22:26:31.528Z Checking hkdf v0.12.4
26892026-08-21T22:26:31.531Z Checking olpc-cjson v0.1.4
26902026-08-21T22:26:31.577Z Checking curve25519-dalek v4.1.3
26912026-08-21T22:26:31.613Z Checking ref-cast v1.0.25
26922026-08-21T22:26:31.663Z Checking strum v0.27.2
26932026-08-21T22:26:31.675Z Checking byte-wrapper v0.1.0
26942026-08-21T22:26:31.701Z Checking hubpack v0.1.2
26952026-08-21T22:26:31.713Z Checking ed25519 v2.2.3
26962026-08-21T22:26:31.747Z Checking memoffset v0.9.1
26972026-08-21T22:26:31.769Z Checking rustix v0.38.44
26982026-08-21T22:26:31.824Z Checking owo-colors v4.3.0
26992026-08-21T22:26:31.847Z Checking pem v3.0.6
27002026-08-21T22:26:31.864Z Checking crypto-bigint v0.5.5
27012026-08-21T22:26:31.876Z Checking erased-serde v0.3.31
27022026-08-21T22:26:31.895Z Checking serde_plain v1.0.2
27032026-08-21T22:26:32.004Z Checking serde-big-array v0.5.1
27042026-08-21T22:26:32.038Z Checking float-cmp v0.10.0
27052026-08-21T22:26:32.135Z Checking thread-id v4.2.2
27062026-08-21T22:26:32.165Z Checking memmap2 v0.9.10
27072026-08-21T22:26:32.211Z Checking fixedbitset v0.4.2
27082026-08-21T22:26:32.250Z Checking whoami v2.1.0
27092026-08-21T22:26:32.308Z Checking predicates-core v1.0.10
27102026-08-21T22:26:32.323Z Checking typed-path v0.9.3
27112026-08-21T22:26:32.355Z Checking unicode-width v0.1.14
27122026-08-21T22:26:32.358Z Checking fixedbitset v0.5.7
27132026-08-21T22:26:32.379Z Checking winnow v1.0.3
27142026-08-21T22:26:32.424Z Checking new_debug_unreachable v1.0.6
27152026-08-21T22:26:32.442Z Checking precomputed-hash v0.1.1
27162026-08-21T22:26:32.490Z Checking keccak v0.1.6
27172026-08-21T22:26:32.524Z Checking const-oid v0.10.2
27182026-08-21T22:26:32.556Z Checking unicode-segmentation v1.12.0
27192026-08-21T22:26:32.569Z Checking winnow v0.7.14
27202026-08-21T22:26:32.599Z Checking data-encoding v2.10.0
27212026-08-21T22:26:32.653Z Checking normalize-line-endings v0.3.0
27222026-08-21T22:26:32.676Z Checking supports-unicode v3.0.0
27232026-08-21T22:26:32.741Z Checking static_assertions v1.1.0
27242026-08-21T22:26:32.773Z Checking supports-hyperlinks v3.2.0
27252026-08-21T22:26:32.785Z Checking cpufeatures v0.3.0
27262026-08-21T22:26:32.808Z Checking difflib v0.4.0
27272026-08-21T22:26:32.853Z Checking toml_write v0.1.2
27282026-08-21T22:26:32.866Z Checking similar v2.7.0
27292026-08-21T22:26:32.870Z Checking hickory-proto v0.25.2
27302026-08-21T22:26:32.908Z Checking miette v7.6.0
27312026-08-21T22:26:32.984Z Checking predicates v3.1.4
27322026-08-21T22:26:33.016Z Checking chacha20 v0.10.0
27332026-08-21T22:26:33.084Z Checking tough v0.22.0
27342026-08-21T22:26:33.209Z Checking toml_parser v1.1.2+spec-1.1.0
27352026-08-21T22:26:33.242Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27362026-08-21T22:26:33.269Z Checking elliptic-curve v0.13.8
27372026-08-21T22:26:33.269Z Checking digest v0.11.3
27382026-08-21T22:26:33.388Z Checking sha3 v0.10.8
27392026-08-21T22:26:33.461Z Checking crossterm v0.28.1
27402026-08-21T22:26:33.532Z Checking petgraph v0.8.3
27412026-08-21T22:26:33.579Z Checking string_cache v0.8.9
27422026-08-21T22:26:33.595Z Checking tokio-postgres v0.7.16
27432026-08-21T22:26:33.751Z Checking ed25519-dalek v2.2.0
27442026-08-21T22:26:33.764Z Checking toml_edit v0.22.27
27452026-08-21T22:26:33.986Z Checking petgraph v0.6.5
27462026-08-21T22:26:34.159Z Checking usdt v0.6.0
27472026-08-21T22:26:34.330Z Checking zip v4.6.1
27482026-08-21T22:26:34.848Z Checking slog v2.8.2
27492026-08-21T22:26:34.862Z Checking usdt-impl v0.5.0
27502026-08-21T22:26:34.889Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27512026-08-21T22:26:35.083Z Checking nix v0.31.2
27522026-08-21T22:26:35.096Z Checking iddqd v0.4.2
27532026-08-21T22:26:35.138Z Checking reqwest v0.13.2
27542026-08-21T22:26:35.333Z Checking itertools v0.13.0
27552026-08-21T22:26:35.430Z Checking itertools v0.15.0
27562026-08-21T22:26:35.476Z Checking strum v0.26.3
27572026-08-21T22:26:35.481Z Checking serde_with v3.21.0
27582026-08-21T22:26:35.588Z Checking fs-err v3.3.0
27592026-08-21T22:26:35.638Z Checking tokio-stream v0.1.18
27602026-08-21T22:26:35.883Z Checking buf-list v1.1.2
27612026-08-21T22:26:35.978Z Checking anyhow v1.0.104
27622026-08-21T22:26:35.999Z Checking camino v1.2.5
27632026-08-21T22:26:36.012Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27642026-08-21T22:26:36.068Z Checking openapiv3 v2.2.0
27652026-08-21T22:26:36.172Z Checking lalrpop-util v0.19.12
27662026-08-21T22:26:36.246Z Checking peg-runtime v0.8.5
27672026-08-21T22:26:36.264Z Checking rayon v1.11.0
27682026-08-21T22:26:36.267Z Checking illumos-nvpair v0.3.0
27692026-08-21T22:26:36.329Z Checking sigpipe v0.1.3
27702026-08-21T22:26:36.361Z Checking glob v0.3.3
27712026-08-21T22:26:37.249Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27722026-08-21T22:26:37.567Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27732026-08-21T22:26:37.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.55s
27742026-08-21T22:26:38.003Z
27752026-08-21T22:26:38.003Zinfo: running `cargo check --bins` on internal-dns-types (80/337)
27762026-08-21T22:26:38.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27772026-08-21T22:26:38.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27782026-08-21T22:26:38.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27792026-08-21T22:26:38.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27802026-08-21T22:26:38.568Z
27812026-08-21T22:26:38.569Zinfo: running `cargo check --bins` on internal-dns-types-versions (81/337)
27822026-08-21T22:26:39.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27832026-08-21T22:26:39.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27842026-08-21T22:26:39.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27852026-08-21T22:26:39.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27862026-08-21T22:26:39.129Z
27872026-08-21T22:26:39.129Zinfo: running `cargo check --bins` on nexus-types-versions (82/337)
27882026-08-21T22:26:39.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27892026-08-21T22:26:39.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27902026-08-21T22:26:39.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27912026-08-21T22:26:39.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
27922026-08-21T22:26:39.707Z
27932026-08-21T22:26:39.707Zinfo: running `cargo check --bins` on oxql-types (83/337)
27942026-08-21T22:26:40.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27952026-08-21T22:26:40.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27962026-08-21T22:26:40.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27972026-08-21T22:26:40.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27982026-08-21T22:26:40.274Z
27992026-08-21T22:26:40.274Zinfo: running `cargo check --bins` on oximeter-types (84/337)
28002026-08-21T22:26:40.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28012026-08-21T22:26:40.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28022026-08-21T22:26:40.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28032026-08-21T22:26:40.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
28042026-08-21T22:26:40.835Z
28052026-08-21T22:26:40.835Zinfo: running `cargo check --bins` on oximeter-types-versions (85/337)
28062026-08-21T22:26:41.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28072026-08-21T22:26:41.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28082026-08-21T22:26:41.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28092026-08-21T22:26:41.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
28102026-08-21T22:26:41.403Z
28112026-08-21T22:26:41.403Zinfo: running `cargo check --bins` on oximeter-macro-impl (86/337)
28122026-08-21T22:26:41.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28132026-08-21T22:26:41.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28142026-08-21T22:26:41.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28152026-08-21T22:26:41.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
28162026-08-21T22:26:41.949Z
28172026-08-21T22:26:41.949Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (87/337)
28182026-08-21T22:26:42.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28192026-08-21T22:26:42.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28202026-08-21T22:26:42.630Z Compiling multer v3.1.0
28212026-08-21T22:26:42.739Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28222026-08-21T22:26:42.742Z Compiling async-stream-impl v0.3.6
28232026-08-21T22:26:42.754Z Compiling dropshot v0.17.1
28242026-08-21T22:26:42.767Z Compiling parse-display-derive v0.10.0
28252026-08-21T22:26:42.780Z Compiling newtype-uuid-macros v0.1.0
28262026-08-21T22:26:42.780Z Compiling dropshot_endpoint v0.17.1
28272026-08-21T22:26:42.807Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28282026-08-21T22:26:42.957Z Checking thread_local v1.1.9
28292026-08-21T22:26:42.972Z Checking compression-core v0.4.31
28302026-08-21T22:26:43.109Z Checking match_cfg v0.1.0
28312026-08-21T22:26:43.128Z Checking compression-codecs v0.4.37
28322026-08-21T22:26:43.165Z Checking crossbeam-channel v0.5.15
28332026-08-21T22:26:43.179Z Checking hostname v0.3.1
28342026-08-21T22:26:43.196Z Checking atomicwrites v0.4.4
28352026-08-21T22:26:43.273Z Checking slog-json v2.6.1
28362026-08-21T22:26:43.294Z Checking serde_spanned v1.1.1
28372026-08-21T22:26:43.307Z Checking toml_datetime v1.1.1+spec-1.1.0
28382026-08-21T22:26:43.320Z Checking is-terminal v0.4.17
28392026-08-21T22:26:43.406Z Checking toml_writer v1.1.1+spec-1.1.0
28402026-08-21T22:26:43.420Z Checking debug-ignore v1.0.5
28412026-08-21T22:26:43.423Z Checking term v1.2.1
28422026-08-21T22:26:43.500Z Checking take_mut v0.2.2
28432026-08-21T22:26:43.516Z Checking slog-bunyan v2.5.0
28442026-08-21T22:26:43.516Z Checking async-stream v0.3.6
28452026-08-21T22:26:43.540Z Checking async-compression v0.4.41
28462026-08-21T22:26:43.575Z Checking toml v1.1.2+spec-1.1.0
28472026-08-21T22:26:43.600Z Checking slog-async v2.8.0
28482026-08-21T22:26:43.624Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28492026-08-21T22:26:43.648Z Checking slog-term v2.9.2
28502026-08-21T22:26:43.651Z Checking progenitor-client v0.14.0
28512026-08-21T22:26:43.729Z Checking sha1 v0.11.0
28522026-08-21T22:26:43.783Z Checking waitgroup v0.1.2
28532026-08-21T22:26:43.878Z Checking rustls-pemfile v2.2.0
28542026-08-21T22:26:43.892Z Checking backon v1.6.0
28552026-08-21T22:26:43.905Z Checking serde_path_to_error v0.1.20
28562026-08-21T22:26:43.917Z Checking hostname v0.4.2
28572026-08-21T22:26:43.985Z Checking instant v0.1.13
28582026-08-21T22:26:44.049Z Checking progenitor-extras v0.2.0
28592026-08-21T22:26:44.066Z Checking backoff v0.4.0
28602026-08-21T22:26:44.168Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28612026-08-21T22:26:44.171Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28622026-08-21T22:26:44.206Z Checking regress v0.10.5
28632026-08-21T22:26:44.235Z Checking itertools v0.14.0
28642026-08-21T22:26:44.370Z Checking macaddr v1.0.1
28652026-08-21T22:26:44.427Z Checking parse-display v0.10.0
28662026-08-21T22:26:44.544Z Checking humantime v2.3.0
28672026-08-21T22:26:45.314Z Compiling prettyplease v0.2.37
28682026-08-21T22:26:45.585Z Checking num-rational v0.4.2
28692026-08-21T22:26:45.852Z Checking num-complex v0.4.6
28702026-08-21T22:26:46.392Z Compiling num v0.4.3
28712026-08-21T22:26:46.417Z Compiling usdt-macro v0.5.0
28722026-08-21T22:26:46.472Z Compiling usdt-attr-macro v0.5.0
28732026-08-21T22:26:46.505Z Checking memmap v0.7.0
28742026-08-21T22:26:46.508Z Compiling float-ord v0.3.2
28752026-08-21T22:26:46.531Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28762026-08-21T22:26:46.647Z Compiling convert_case v0.4.0
28772026-08-21T22:26:46.932Z Checking newline-converter v0.3.0
28782026-08-21T22:26:47.016Z Compiling derive_more v0.99.20
28792026-08-21T22:26:47.043Z Checking console v0.15.11
28802026-08-21T22:26:47.167Z Compiling toml v0.8.23
28812026-08-21T22:26:47.279Z Checking usdt v0.5.0
28822026-08-21T22:26:47.326Z Checking linked-hash-map v0.5.6
28832026-08-21T22:26:47.449Z Compiling minimal-lexical v0.2.1
28842026-08-21T22:26:47.500Z Checking lru-cache v0.1.2
28852026-08-21T22:26:47.619Z Checking expectorate v1.2.0
28862026-08-21T22:26:47.698Z Compiling nom v7.1.3
28872026-08-21T22:26:47.863Z Checking camino-tempfile v1.4.1
28882026-08-21T22:26:48.024Z Checking hickory-proto v0.24.4
28892026-08-21T22:26:48.089Z Checking phf_shared v0.12.1
28902026-08-21T22:26:48.230Z Compiling slog-dtrace v0.3.0
28912026-08-21T22:26:48.248Z Compiling chrono-tz v0.10.4
28922026-08-21T22:26:48.419Z Checking heck v0.5.0
28932026-08-21T22:26:48.432Z Compiling unicode-xid v0.2.6
28942026-08-21T22:26:48.557Z Checking resolv-conf v0.7.6
28952026-08-21T22:26:48.717Z Compiling const_format_proc_macros v0.2.34
28962026-08-21T22:26:48.803Z Checking phf v0.12.1
28972026-08-21T22:26:48.947Z Checking tokio-dtrace v0.1.1
28982026-08-21T22:26:49.023Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28992026-08-21T22:26:49.137Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29002026-08-21T22:26:49.279Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
29012026-08-21T22:26:49.509Z Compiling derive-where v1.6.0
29022026-08-21T22:26:49.523Z Checking highway v1.3.0
29032026-08-21T22:26:49.578Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
29042026-08-21T22:26:49.748Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
29052026-08-21T22:26:49.836Z Checking hickory-resolver v0.24.4
29062026-08-21T22:26:50.246Z Checking const_format v0.2.35
29072026-08-21T22:26:50.500Z Checking oxide-tokio-rt v0.1.4
29082026-08-21T22:26:50.800Z Checking qorb v0.4.1
29092026-08-21T22:26:50.822Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29102026-08-21T22:26:50.896Z Checking gethostname v0.5.0
29112026-08-21T22:26:50.917Z Checking bcs v0.1.6
29122026-08-21T22:26:50.982Z Checking termtree v0.5.1
29132026-08-21T22:26:51.095Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29142026-08-21T22:26:51.095Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29152026-08-21T22:26:51.118Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29162026-08-21T22:26:54.240Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29172026-08-21T22:26:57.290Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29182026-08-21T22:26:59.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.54s
29192026-08-21T22:26:59.663Z
29202026-08-21T22:26:59.663Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (88/337)
29212026-08-21T22:27:00.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-08-21T22:27:00.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-08-21T22:27:00.335Z Compiling ar_archive_writer v0.5.1
29242026-08-21T22:27:00.444Z Compiling stacker v0.1.23
29252026-08-21T22:27:00.450Z Compiling cfg_aliases v0.1.1
29262026-08-21T22:27:00.456Z Compiling convert_case v0.10.0
29272026-08-21T22:27:00.463Z Compiling proc-macro-error v1.0.4
29282026-08-21T22:27:00.471Z Checking fd-lock v4.0.4
29292026-08-21T22:27:00.471Z Checking nibble_vec v0.1.0
29302026-08-21T22:27:00.474Z Checking vte v0.14.1
29312026-08-21T22:27:00.505Z Compiling nix v0.28.0
29322026-08-21T22:27:00.578Z Compiling recursive-proc-macro-impl v0.1.1
29332026-08-21T22:27:00.605Z Checking bytecount v0.6.9
29342026-08-21T22:27:00.618Z Checking endian-type v0.1.2
29352026-08-21T22:27:00.696Z Checking strip-ansi-escapes v0.2.1
29362026-08-21T22:27:00.708Z Checking papergrid v0.11.0
29372026-08-21T22:27:00.735Z Checking radix_trie v0.2.1
29382026-08-21T22:27:00.747Z Compiling derive_more-impl v2.1.1
29392026-08-21T22:27:00.758Z Compiling tabled_derive v0.7.0
29402026-08-21T22:27:00.791Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29412026-08-21T22:27:00.934Z Compiling peg-macros v0.8.5
29422026-08-21T22:27:00.975Z Checking winnow v0.6.26
29432026-08-21T22:27:01.235Z Compiling psm v0.1.30
29442026-08-21T22:27:01.292Z Compiling sqlparser_derive v0.5.0
29452026-08-21T22:27:01.304Z Checking unicode_categories v0.1.1
29462026-08-21T22:27:01.457Z Checking home v0.5.12
29472026-08-21T22:27:01.581Z Checking derive_more v2.1.1
29482026-08-21T22:27:01.593Z Checking nu-ansi-term v0.50.3
29492026-08-21T22:27:01.658Z Checking crossterm v0.29.0
29502026-08-21T22:27:01.775Z Checking tabled v0.15.0
29512026-08-21T22:27:01.809Z Checking reedline v0.40.0
29522026-08-21T22:27:01.830Z Checking rustyline v14.0.0
29532026-08-21T22:27:02.018Z Checking recursive v0.1.1
29542026-08-21T22:27:02.105Z Checking display-error-chain v0.2.2
29552026-08-21T22:27:02.118Z Checking sqlparser v0.61.0
29562026-08-21T22:27:02.155Z Checking sqlformat v0.3.5
29572026-08-21T22:27:02.306Z Checking peg v0.8.5
29582026-08-21T22:27:13.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.67s
29592026-08-21T22:27:13.507Z
29602026-08-21T22:27:13.507Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (89/337)
29612026-08-21T22:27:14.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29622026-08-21T22:27:14.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29632026-08-21T22:27:14.177Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29642026-08-21T22:27:17.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s
29652026-08-21T22:27:17.856Z
29662026-08-21T22:27:17.856Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (90/337)
29672026-08-21T22:27:18.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29682026-08-21T22:27:18.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29692026-08-21T22:27:18.524Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29702026-08-21T22:27:21.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
29712026-08-21T22:27:21.206Z
29722026-08-21T22:27:21.206Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (91/337)
29732026-08-21T22:27:21.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29742026-08-21T22:27:21.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29752026-08-21T22:27:21.869Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29762026-08-21T22:27:25.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s
29772026-08-21T22:27:25.332Z
29782026-08-21T22:27:25.332Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (92/337)
29792026-08-21T22:27:25.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29802026-08-21T22:27:25.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29812026-08-21T22:27:26.001Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29822026-08-21T22:27:29.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s
29832026-08-21T22:27:29.519Z
29842026-08-21T22:27:29.519Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (93/337)
29852026-08-21T22:27:30.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29862026-08-21T22:27:30.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29872026-08-21T22:27:30.190Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29882026-08-21T22:27:32.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s
29892026-08-21T22:27:33.025Z
29902026-08-21T22:27:33.025Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (94/337)
29912026-08-21T22:27:33.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29922026-08-21T22:27:33.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29932026-08-21T22:27:33.688Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29942026-08-21T22:27:36.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.33s
29952026-08-21T22:27:36.537Z
29962026-08-21T22:27:36.537Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (95/337)
29972026-08-21T22:27:37.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29982026-08-21T22:27:37.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29992026-08-21T22:27:37.197Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30002026-08-21T22:27:40.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s
30012026-08-21T22:27:40.868Z
30022026-08-21T22:27:40.868Zinfo: running `cargo check --bins` on oximeter (96/337)
30032026-08-21T22:27:41.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30042026-08-21T22:27:41.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30052026-08-21T22:27:41.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30062026-08-21T22:27:41.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30072026-08-21T22:27:41.437Z
30082026-08-21T22:27:41.437Zinfo: running `cargo check --bins` on oximeter-schema (97/337)
30092026-08-21T22:27:41.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30102026-08-21T22:27:41.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30112026-08-21T22:27:42.049Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30122026-08-21T22:27:42.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
30132026-08-21T22:27:42.591Z
30142026-08-21T22:27:42.591Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (98/337)
30152026-08-21T22:27:43.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30162026-08-21T22:27:43.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30172026-08-21T22:27:43.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30182026-08-21T22:27:43.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30192026-08-21T22:27:43.154Z
30202026-08-21T22:27:43.155Zinfo: running `cargo check --bins` on oximeter-test-utils (99/337)
30212026-08-21T22:27:43.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30222026-08-21T22:27:43.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30232026-08-21T22:27:43.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30242026-08-21T22:27:43.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30252026-08-21T22:27:43.802Z
30262026-08-21T22:27:43.802Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (100/337)
30272026-08-21T22:27:44.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282026-08-21T22:27:44.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292026-08-21T22:27:44.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30302026-08-21T22:27:44.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30312026-08-21T22:27:44.333Z
30322026-08-21T22:27:44.333Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (101/337)
30332026-08-21T22:27:44.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342026-08-21T22:27:44.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352026-08-21T22:27:44.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30362026-08-21T22:27:44.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30372026-08-21T22:27:44.907Z
30382026-08-21T22:27:44.907Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (102/337)
30392026-08-21T22:27:45.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402026-08-21T22:27:45.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412026-08-21T22:27:45.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422026-08-21T22:27:45.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30432026-08-21T22:27:45.484Z
30442026-08-21T22:27:45.484Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (103/337)
30452026-08-21T22:27:45.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462026-08-21T22:27:45.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472026-08-21T22:27:45.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482026-08-21T22:27:45.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30492026-08-21T22:27:46.058Z
30502026-08-21T22:27:46.058Zinfo: running `cargo check --bins` on trust-quorum-test-utils (104/337)
30512026-08-21T22:27:46.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522026-08-21T22:27:46.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532026-08-21T22:27:46.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542026-08-21T22:27:46.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30552026-08-21T22:27:46.637Z
30562026-08-21T22:27:46.637Zinfo: running `cargo check --bins` on reconfigurator-cli (105/337)
30572026-08-21T22:27:47.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-08-21T22:27:47.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-08-21T22:27:47.455Z Compiling crucible-workspace-hack v0.1.0
30602026-08-21T22:27:47.455Z Compiling regress v0.11.1
30612026-08-21T22:27:47.458Z Checking secrecy v0.10.3
30622026-08-21T22:27:47.458Z Checking half v2.7.1
30632026-08-21T22:27:47.458Z Checking ciborium-io v0.2.2
30642026-08-21T22:27:47.459Z Checking inout v0.1.4
30652026-08-21T22:27:47.459Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30662026-08-21T22:27:47.588Z Checking universal-hash v0.5.1
30672026-08-21T22:27:47.664Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30682026-08-21T22:27:47.717Z Compiling thiserror-impl-no-std v2.0.2
30692026-08-21T22:27:47.732Z Checking opaque-debug v0.3.1
30702026-08-21T22:27:47.736Z Checking cipher v0.4.4
30712026-08-21T22:27:47.797Z Checking poly1305 v0.8.0
30722026-08-21T22:27:47.826Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30732026-08-21T22:27:47.843Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30742026-08-21T22:27:47.882Z Checking ciborium-ll v0.2.2
30752026-08-21T22:27:47.936Z Checking chacha20 v0.9.1
30762026-08-21T22:27:48.050Z Checking password-hash v0.5.0
30772026-08-21T22:27:48.054Z Checking ciborium v0.2.2
30782026-08-21T22:27:48.099Z Checking blake2 v0.10.6
30792026-08-21T22:27:48.130Z Checking aead v0.5.2
30802026-08-21T22:27:48.237Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30812026-08-21T22:27:48.268Z Compiling toml_datetime v0.7.5+spec-1.1.0
30822026-08-21T22:27:48.282Z Checking indent_write v2.2.0
30832026-08-21T22:27:48.337Z Checking argon2 v0.5.3
30842026-08-21T22:27:48.409Z Checking chacha20poly1305 v0.10.1
30852026-08-21T22:27:48.476Z Compiling toml_edit v0.23.10+spec-1.0.0
30862026-08-21T22:27:48.508Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30872026-08-21T22:27:48.537Z Compiling unsafe-libyaml v0.2.11
30882026-08-21T22:27:48.678Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30892026-08-21T22:27:48.865Z Checking thiserror-no-std v2.0.2
30902026-08-21T22:27:48.882Z Compiling heapless v0.8.0
30912026-08-21T22:27:48.954Z Checking vsss-rs v3.3.4
30922026-08-21T22:27:49.119Z Compiling serde_yaml v0.9.34+deprecated
30932026-08-21T22:27:49.159Z Compiling proc-macro-crate v3.4.0
30942026-08-21T22:27:49.255Z Compiling typify-impl v0.6.2
30952026-08-21T22:27:49.670Z Compiling ingot-macros v0.2.0
30962026-08-21T22:27:49.691Z Compiling num_enum_derive v0.7.6
30972026-08-21T22:27:49.876Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30982026-08-21T22:27:49.976Z Checking hash32 v0.3.1
30992026-08-21T22:27:50.080Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31002026-08-21T22:27:50.108Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31012026-08-21T22:27:50.320Z Compiling smoltcp v0.11.0
31022026-08-21T22:27:50.538Z Checking tabwriter v1.4.1
31032026-08-21T22:27:50.686Z Checking cobs v0.3.0
31042026-08-21T22:27:50.703Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31052026-08-21T22:27:50.720Z Checking num_enum v0.7.6
31062026-08-21T22:27:50.831Z Checking swrite v0.1.0
31072026-08-21T22:27:50.846Z Checking postcard v1.1.3
31082026-08-21T22:27:50.862Z Compiling proc-macro-crate v1.3.1
31092026-08-21T22:27:50.897Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31102026-08-21T22:27:50.926Z Compiling foreign-types-macros v0.2.3
31112026-08-21T22:27:51.104Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31122026-08-21T22:27:51.137Z Checking foreign-types-shared v0.3.1
31132026-08-21T22:27:51.195Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31142026-08-21T22:27:51.236Z Checking colored v3.1.1
31152026-08-21T22:27:51.283Z Compiling num_enum_derive v0.5.11
31162026-08-21T22:27:51.498Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31172026-08-21T22:27:51.540Z Checking foreign-types v0.5.0
31182026-08-21T22:27:51.583Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31192026-08-21T22:27:51.661Z Checking cstr-argument v0.1.2
31202026-08-21T22:27:51.783Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
31212026-08-21T22:27:51.988Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31222026-08-21T22:27:52.108Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31232026-08-21T22:27:52.108Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31242026-08-21T22:27:52.242Z Checking rand v0.10.1
31252026-08-21T22:27:52.242Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31262026-08-21T22:27:52.242Z Compiling zone_cfg_derive v0.3.1
31272026-08-21T22:27:52.355Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31282026-08-21T22:27:52.474Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31292026-08-21T22:27:52.474Z Checking num_enum v0.5.11
31302026-08-21T22:27:52.527Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31312026-08-21T22:27:52.528Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31322026-08-21T22:27:52.590Z Checking ingot-types v0.2.0
31332026-08-21T22:27:52.670Z Checking itertools v0.12.1
31342026-08-21T22:27:52.670Z Compiling num-derive v0.4.2
31352026-08-21T22:27:52.784Z Compiling semver v0.1.20
31362026-08-21T22:27:52.897Z Checking ingot v0.2.1
31372026-08-21T22:27:53.071Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31382026-08-21T22:27:53.279Z Compiling rustc_version v0.1.7
31392026-08-21T22:27:53.358Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31402026-08-21T22:27:53.523Z Checking smf v0.2.3
31412026-08-21T22:27:53.540Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31422026-08-21T22:27:53.613Z Checking zone v0.3.1
31432026-08-21T22:27:53.661Z Checking csv-core v0.1.13
31442026-08-21T22:27:53.752Z Checking nom v8.0.0
31452026-08-21T22:27:53.767Z Checking whoami v1.6.1
31462026-08-21T22:27:53.792Z Compiling typify-macro v0.6.2
31472026-08-21T22:27:53.810Z Compiling newtype_derive v0.1.6
31482026-08-21T22:27:53.835Z Checking csv v1.4.0
31492026-08-21T22:27:53.932Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31502026-08-21T22:27:53.965Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31512026-08-21T22:27:53.997Z Compiling cancel-safe-futures v0.1.5
31522026-08-21T22:27:54.113Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31532026-08-21T22:27:54.186Z Compiling libefi-sys v0.1.0
31542026-08-21T22:27:54.201Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31552026-08-21T22:27:54.465Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31562026-08-21T22:27:54.480Z Checking oxide-update-engine-types v0.1.2
31572026-08-21T22:27:54.501Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31582026-08-21T22:27:54.531Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31592026-08-21T22:27:54.631Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31602026-08-21T22:27:54.661Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31612026-08-21T22:27:54.806Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
31622026-08-21T22:27:54.968Z Compiling bitfield-struct v0.6.2
31632026-08-21T22:27:55.011Z Checking linear-map v1.2.0
31642026-08-21T22:27:55.183Z Checking steno v0.4.1
31652026-08-21T22:27:55.356Z Checking oxide-update-engine v0.1.2
31662026-08-21T22:27:55.447Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31672026-08-21T22:27:55.536Z Compiling typify v0.6.2
31682026-08-21T22:27:55.591Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31692026-08-21T22:27:55.607Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31702026-08-21T22:27:55.639Z Compiling progenitor-impl v0.14.0
31712026-08-21T22:27:55.657Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31722026-08-21T22:27:55.776Z Checking sha1 v0.10.6
31732026-08-21T22:27:55.842Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31742026-08-21T22:27:55.920Z Checking utf-8 v0.7.6
31752026-08-21T22:27:55.950Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31762026-08-21T22:27:56.057Z Checking tungstenite v0.21.0
31772026-08-21T22:27:56.173Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31782026-08-21T22:27:56.187Z Checking ignore v0.4.25
31792026-08-21T22:27:56.326Z Checking anstyle-parse v0.2.7
31802026-08-21T22:27:56.518Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31812026-08-21T22:27:56.549Z Compiling xshell-macros v0.2.7
31822026-08-21T22:27:56.598Z Checking globwalk v0.9.1
31832026-08-21T22:27:56.614Z Checking tokio-tungstenite v0.21.0
31842026-08-21T22:27:56.631Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31852026-08-21T22:27:56.720Z Checking anstream v0.6.21
31862026-08-21T22:27:56.777Z Checking predicates-tree v1.0.13
31872026-08-21T22:27:56.844Z Checking filetime v0.2.27
31882026-08-21T22:27:56.887Z Checking xattr v1.6.1
31892026-08-21T22:27:56.892Z Checking tagptr v0.2.0
31902026-08-21T22:27:56.922Z Checking xshell v0.2.7
31912026-08-21T22:27:56.925Z Checking camino-tempfile-ext v0.3.3
31922026-08-21T22:27:56.979Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31932026-08-21T22:27:57.043Z Checking tar v0.4.46
31942026-08-21T22:27:57.048Z Checking moka v0.12.13
31952026-08-21T22:27:57.114Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31962026-08-21T22:27:57.131Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31972026-08-21T22:27:57.161Z Checking rand_seeder v0.4.0
31982026-08-21T22:27:57.249Z Checking half v1.8.3
31992026-08-21T22:27:57.272Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
32002026-08-21T22:27:57.308Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32012026-08-21T22:27:57.414Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
32022026-08-21T22:27:57.447Z Checking serde_cbor v0.11.2
32032026-08-21T22:27:57.610Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
32042026-08-21T22:27:57.666Z Checking digest-io v0.1.0
32052026-08-21T22:27:57.690Z Checking hickory-resolver v0.25.2
32062026-08-21T22:27:57.798Z Checking sha2 v0.11.0
32072026-08-21T22:27:57.838Z Compiling petname v2.0.2
32082026-08-21T22:27:58.255Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32092026-08-21T22:27:58.306Z Checking rawzip v0.4.4
32102026-08-21T22:27:58.321Z Compiling progenitor-macro v0.14.0
32112026-08-21T22:27:58.400Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32122026-08-21T22:27:58.652Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32132026-08-21T22:27:58.742Z Checking sapling-renderdag v0.1.0
32142026-08-21T22:27:58.835Z Checking subprocess v0.2.15
32152026-08-21T22:27:58.852Z Checking sync-ptr v0.1.4
32162026-08-21T22:27:58.997Z Checking colored v2.2.0
32172026-08-21T22:27:59.011Z Checking assert_matches v1.5.0
32182026-08-21T22:27:59.115Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32192026-08-21T22:27:59.192Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
32202026-08-21T22:27:59.303Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32212026-08-21T22:27:59.689Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32222026-08-21T22:27:59.706Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32232026-08-21T22:27:59.990Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32242026-08-21T22:27:59.990Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32252026-08-21T22:28:01.021Z Checking progenitor v0.14.0
32262026-08-21T22:28:01.155Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32272026-08-21T22:28:01.155Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32282026-08-21T22:28:01.159Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32292026-08-21T22:28:01.159Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32302026-08-21T22:28:01.159Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32312026-08-21T22:28:01.159Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32322026-08-21T22:28:01.742Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32332026-08-21T22:28:01.860Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32342026-08-21T22:28:01.875Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32352026-08-21T22:28:01.980Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32362026-08-21T22:28:02.251Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32372026-08-21T22:28:02.382Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32382026-08-21T22:28:02.792Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32392026-08-21T22:28:02.896Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32402026-08-21T22:28:03.446Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32412026-08-21T22:28:04.231Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32422026-08-21T22:28:12.776Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32432026-08-21T22:28:19.910Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32442026-08-21T22:28:19.910Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32452026-08-21T22:28:19.913Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32462026-08-21T22:28:21.379Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32472026-08-21T22:28:22.654Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32482026-08-21T22:28:24.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.22s
32492026-08-21T22:28:25.071Z
32502026-08-21T22:28:25.071Zinfo: running `cargo check --bins` on nexus-inventory (106/337)
32512026-08-21T22:28:25.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32522026-08-21T22:28:25.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32532026-08-21T22:28:25.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32542026-08-21T22:28:25.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32552026-08-21T22:28:25.672Z
32562026-08-21T22:28:25.672Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (107/337)
32572026-08-21T22:28:26.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32582026-08-21T22:28:26.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32592026-08-21T22:28:26.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32602026-08-21T22:28:26.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32612026-08-21T22:28:26.237Z
32622026-08-21T22:28:26.237Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (108/337)
32632026-08-21T22:28:26.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32642026-08-21T22:28:26.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32652026-08-21T22:28:26.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32662026-08-21T22:28:26.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32672026-08-21T22:28:26.803Z
32682026-08-21T22:28:26.803Zinfo: running `cargo check --bins` on dns-service-client (109/337)
32692026-08-21T22:28:27.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32702026-08-21T22:28:27.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32712026-08-21T22:28:27.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32722026-08-21T22:28:27.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32732026-08-21T22:28:27.373Z
32742026-08-21T22:28:27.373Zinfo: running `cargo check --bins` on ntp-admin-client (110/337)
32752026-08-21T22:28:27.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32762026-08-21T22:28:27.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32772026-08-21T22:28:27.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32782026-08-21T22:28:27.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32792026-08-21T22:28:27.921Z
32802026-08-21T22:28:27.921Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (111/337)
32812026-08-21T22:28:28.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32822026-08-21T22:28:28.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32832026-08-21T22:28:28.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32842026-08-21T22:28:28.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32852026-08-21T22:28:28.472Z
32862026-08-21T22:28:28.472Zinfo: running `cargo check --bins` on cockroach-admin-client (112/337)
32872026-08-21T22:28:28.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32882026-08-21T22:28:28.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32892026-08-21T22:28:28.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32902026-08-21T22:28:28.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32912026-08-21T22:28:29.020Z
32922026-08-21T22:28:29.020Zinfo: running `cargo check --bins` on parallel-task-set (113/337)
32932026-08-21T22:28:29.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32942026-08-21T22:28:29.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32952026-08-21T22:28:29.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32962026-08-21T22:28:29.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32972026-08-21T22:28:29.567Z
32982026-08-21T22:28:29.567Zinfo: running `cargo check --bins` on sled-agent-client (114/337)
32992026-08-21T22:28:30.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33002026-08-21T22:28:30.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33012026-08-21T22:28:30.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33022026-08-21T22:28:30.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33032026-08-21T22:28:30.138Z
33042026-08-21T22:28:30.138Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (115/337)
33052026-08-21T22:28:30.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33062026-08-21T22:28:30.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33072026-08-21T22:28:30.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33082026-08-21T22:28:30.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33092026-08-21T22:28:30.719Z
33102026-08-21T22:28:30.719Zinfo: running `cargo check --bins --no-default-features` on sled-storage (116/337)
33112026-08-21T22:28:31.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33122026-08-21T22:28:31.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33132026-08-21T22:28:31.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33142026-08-21T22:28:31.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33152026-08-21T22:28:31.298Z
33162026-08-21T22:28:31.299Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (117/337)
33172026-08-21T22:28:31.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-08-21T22:28:31.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-08-21T22:28:31.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-08-21T22:28:31.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33212026-08-21T22:28:31.876Z
33222026-08-21T22:28:31.876Zinfo: running `cargo check --bins` on key-manager (118/337)
33232026-08-21T22:28:32.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-08-21T22:28:32.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-08-21T22:28:32.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-08-21T22:28:32.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33272026-08-21T22:28:32.443Z
33282026-08-21T22:28:32.444Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (119/337)
33292026-08-21T22:28:32.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-08-21T22:28:32.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-08-21T22:28:32.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-08-21T22:28:32.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33332026-08-21T22:28:33.020Z
33342026-08-21T22:28:33.020Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (120/337)
33352026-08-21T22:28:33.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-08-21T22:28:33.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-08-21T22:28:33.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-08-21T22:28:33.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33392026-08-21T22:28:33.590Z
33402026-08-21T22:28:33.590Zinfo: running `cargo check --bins` on typed-rng (121/337)
33412026-08-21T22:28:34.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-08-21T22:28:34.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-08-21T22:28:34.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-08-21T22:28:34.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33452026-08-21T22:28:34.135Z
33462026-08-21T22:28:34.135Zinfo: running `cargo check --bins` on gateway-test-utils (122/337)
33472026-08-21T22:28:34.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-08-21T22:28:34.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-08-21T22:28:34.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-08-21T22:28:34.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33512026-08-21T22:28:34.740Z
33522026-08-21T22:28:34.740Zinfo: running `cargo check --bins` on omicron-gateway (123/337)
33532026-08-21T22:28:35.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-08-21T22:28:35.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-08-21T22:28:35.464Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33562026-08-21T22:28:35.472Z Checking void v1.0.2
33572026-08-21T22:28:35.472Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33582026-08-21T22:28:35.472Z Checking tungstenite v0.23.0
33592026-08-21T22:28:35.583Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33602026-08-21T22:28:35.588Z Checking dropshot-api-manager-types v0.8.0
33612026-08-21T22:28:35.594Z Checking nix v0.27.1
33622026-08-21T22:28:35.604Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33632026-08-21T22:28:35.662Z Checking lzss v0.8.2
33642026-08-21T22:28:35.760Z Checking kstat-rs v0.2.5
33652026-08-21T22:28:35.779Z Checking fxhash v0.2.1
33662026-08-21T22:28:35.821Z Checking serde_bytes v0.11.19
33672026-08-21T22:28:35.839Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33682026-08-21T22:28:35.877Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33692026-08-21T22:28:35.889Z Checking signal-hook-tokio v0.3.1
33702026-08-21T22:28:35.942Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33712026-08-21T22:28:35.966Z Checking tokio-tungstenite v0.23.1
33722026-08-21T22:28:36.115Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33732026-08-21T22:28:37.146Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33742026-08-21T22:28:37.688Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33752026-08-21T22:28:39.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.06s
33762026-08-21T22:28:39.992Z
33772026-08-21T22:28:39.992Zinfo: running `cargo check --bins` on gateway-api (124/337)
33782026-08-21T22:28:40.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-08-21T22:28:40.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-08-21T22:28:40.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-08-21T22:28:40.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33822026-08-21T22:28:40.552Z
33832026-08-21T22:28:40.552Zinfo: running `cargo check --bins` on ipcc (125/337)
33842026-08-21T22:28:41.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-08-21T22:28:41.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-08-21T22:28:41.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-08-21T22:28:41.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33882026-08-21T22:28:41.111Z
33892026-08-21T22:28:41.111Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (126/337)
33902026-08-21T22:28:41.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-08-21T22:28:41.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-08-21T22:28:41.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-08-21T22:28:41.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33942026-08-21T22:28:41.659Z
33952026-08-21T22:28:41.659Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (127/337)
33962026-08-21T22:28:42.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-08-21T22:28:42.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-08-21T22:28:42.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-08-21T22:28:42.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34002026-08-21T22:28:42.239Z
34012026-08-21T22:28:42.239Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (128/337)
34022026-08-21T22:28:42.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-08-21T22:28:42.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-08-21T22:28:42.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-08-21T22:28:42.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34062026-08-21T22:28:42.801Z
34072026-08-21T22:28:42.801Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (129/337)
34082026-08-21T22:28:43.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-08-21T22:28:43.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-08-21T22:28:43.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-08-21T22:28:43.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34122026-08-21T22:28:43.368Z
34132026-08-21T22:28:43.368Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (130/337)
34142026-08-21T22:28:43.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-08-21T22:28:43.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-08-21T22:28:43.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-08-21T22:28:43.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34182026-08-21T22:28:43.926Z
34192026-08-21T22:28:43.926Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (131/337)
34202026-08-21T22:28:44.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-08-21T22:28:44.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-08-21T22:28:44.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-08-21T22:28:44.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34242026-08-21T22:28:44.506Z
34252026-08-21T22:28:44.506Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (132/337)
34262026-08-21T22:28:44.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-08-21T22:28:44.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-08-21T22:28:44.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-08-21T22:28:44.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34302026-08-21T22:28:45.067Z
34312026-08-21T22:28:45.067Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (133/337)
34322026-08-21T22:28:45.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-08-21T22:28:45.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-08-21T22:28:45.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-08-21T22:28:45.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34362026-08-21T22:28:45.631Z
34372026-08-21T22:28:45.631Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (134/337)
34382026-08-21T22:28:46.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-08-21T22:28:46.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-08-21T22:28:46.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-08-21T22:28:46.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34422026-08-21T22:28:46.195Z
34432026-08-21T22:28:46.195Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (135/337)
34442026-08-21T22:28:46.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-08-21T22:28:46.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-08-21T22:28:46.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-08-21T22:28:46.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34482026-08-21T22:28:46.756Z
34492026-08-21T22:28:46.756Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (136/337)
34502026-08-21T22:28:47.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-08-21T22:28:47.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-08-21T22:28:47.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-08-21T22:28:47.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34542026-08-21T22:28:47.318Z
34552026-08-21T22:28:47.318Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/337)
34562026-08-21T22:28:47.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-08-21T22:28:47.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-08-21T22:28:47.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-08-21T22:28:47.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34602026-08-21T22:28:47.879Z
34612026-08-21T22:28:47.879Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (138/337)
34622026-08-21T22:28:48.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-08-21T22:28:48.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-08-21T22:28:48.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-08-21T22:28:48.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34662026-08-21T22:28:48.447Z
34672026-08-21T22:28:48.447Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (139/337)
34682026-08-21T22:28:48.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-08-21T22:28:48.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-08-21T22:28:48.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-08-21T22:28:48.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34722026-08-21T22:28:49.012Z
34732026-08-21T22:28:49.013Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (140/337)
34742026-08-21T22:28:49.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-08-21T22:28:49.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-08-21T22:28:49.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-08-21T22:28:49.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34782026-08-21T22:28:49.574Z
34792026-08-21T22:28:49.574Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (141/337)
34802026-08-21T22:28:50.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-08-21T22:28:50.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-08-21T22:28:50.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-08-21T22:28:50.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34842026-08-21T22:28:50.141Z
34852026-08-21T22:28:50.141Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (142/337)
34862026-08-21T22:28:50.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-08-21T22:28:50.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-08-21T22:28:50.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-08-21T22:28:50.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34902026-08-21T22:28:50.700Z
34912026-08-21T22:28:50.700Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (143/337)
34922026-08-21T22:28:51.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-08-21T22:28:51.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-08-21T22:28:51.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-08-21T22:28:51.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34962026-08-21T22:28:51.263Z
34972026-08-21T22:28:51.263Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (144/337)
34982026-08-21T22:28:51.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-08-21T22:28:51.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-08-21T22:28:51.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-08-21T22:28:51.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35022026-08-21T22:28:51.821Z
35032026-08-21T22:28:51.822Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (145/337)
35042026-08-21T22:28:52.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-08-21T22:28:52.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-08-21T22:28:52.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-08-21T22:28:52.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35082026-08-21T22:28:52.385Z
35092026-08-21T22:28:52.385Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (146/337)
35102026-08-21T22:28:52.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-08-21T22:28:52.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-08-21T22:28:52.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-08-21T22:28:52.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35142026-08-21T22:28:52.959Z
35152026-08-21T22:28:52.959Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (147/337)
35162026-08-21T22:28:53.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-08-21T22:28:53.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-08-21T22:28:53.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-08-21T22:28:53.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35202026-08-21T22:28:53.539Z
35212026-08-21T22:28:53.539Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (148/337)
35222026-08-21T22:28:54.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-08-21T22:28:54.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-08-21T22:28:54.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-08-21T22:28:54.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35262026-08-21T22:28:54.120Z
35272026-08-21T22:28:54.120Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (149/337)
35282026-08-21T22:28:54.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-08-21T22:28:54.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-08-21T22:28:54.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-08-21T22:28:54.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35322026-08-21T22:28:54.697Z
35332026-08-21T22:28:54.697Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (150/337)
35342026-08-21T22:28:55.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-08-21T22:28:55.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-08-21T22:28:55.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-08-21T22:28:55.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35382026-08-21T22:28:55.278Z
35392026-08-21T22:28:55.278Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (151/337)
35402026-08-21T22:28:55.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-08-21T22:28:55.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-08-21T22:28:55.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-08-21T22:28:55.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35442026-08-21T22:28:55.853Z
35452026-08-21T22:28:55.853Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (152/337)
35462026-08-21T22:28:56.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-08-21T22:28:56.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-08-21T22:28:56.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-08-21T22:28:56.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35502026-08-21T22:28:56.450Z
35512026-08-21T22:28:56.451Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (153/337)
35522026-08-21T22:28:56.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-08-21T22:28:56.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-08-21T22:28:56.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-08-21T22:28:56.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35562026-08-21T22:28:57.014Z
35572026-08-21T22:28:57.014Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (154/337)
35582026-08-21T22:28:57.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-08-21T22:28:57.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-08-21T22:28:57.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-08-21T22:28:57.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35622026-08-21T22:28:57.625Z
35632026-08-21T22:28:57.625Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (155/337)
35642026-08-21T22:28:58.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-08-21T22:28:58.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-08-21T22:28:58.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-08-21T22:28:58.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35682026-08-21T22:28:58.215Z
35692026-08-21T22:28:58.215Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (156/337)
35702026-08-21T22:28:58.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-08-21T22:28:58.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-08-21T22:28:58.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-08-21T22:28:58.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35742026-08-21T22:28:58.932Z
35752026-08-21T22:28:58.932Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (157/337)
35762026-08-21T22:28:59.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-08-21T22:28:59.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-08-21T22:28:59.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35792026-08-21T22:28:59.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35802026-08-21T22:28:59.390Z
35812026-08-21T22:28:59.390Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (158/337)
35822026-08-21T22:28:59.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832026-08-21T22:29:00.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842026-08-21T22:29:00.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35852026-08-21T22:29:00.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35862026-08-21T22:29:00.041Z
35872026-08-21T22:29:00.041Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (159/337)
35882026-08-21T22:29:00.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892026-08-21T22:29:00.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902026-08-21T22:29:00.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35912026-08-21T22:29:00.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35922026-08-21T22:29:00.574Z
35932026-08-21T22:29:00.574Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (160/337)
35942026-08-21T22:29:01.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952026-08-21T22:29:01.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962026-08-21T22:29:01.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35972026-08-21T22:29:01.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35982026-08-21T22:29:01.127Z
35992026-08-21T22:29:01.127Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (161/337)
36002026-08-21T22:29:01.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012026-08-21T22:29:01.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022026-08-21T22:29:01.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36032026-08-21T22:29:01.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36042026-08-21T22:29:01.731Z
36052026-08-21T22:29:01.731Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (162/337)
36062026-08-21T22:29:02.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-08-21T22:29:02.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-08-21T22:29:02.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36092026-08-21T22:29:02.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36102026-08-21T22:29:02.248Z
36112026-08-21T22:29:02.249Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (163/337)
36122026-08-21T22:29:02.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132026-08-21T22:29:02.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142026-08-21T22:29:02.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36152026-08-21T22:29:02.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36162026-08-21T22:29:02.845Z
36172026-08-21T22:29:02.845Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (164/337)
36182026-08-21T22:29:03.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36192026-08-21T22:29:03.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36202026-08-21T22:29:03.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36212026-08-21T22:29:03.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36222026-08-21T22:29:03.393Z
36232026-08-21T22:29:03.394Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (165/337)
36242026-08-21T22:29:03.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36252026-08-21T22:29:03.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36262026-08-21T22:29:03.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36272026-08-21T22:29:03.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36282026-08-21T22:29:03.940Z
36292026-08-21T22:29:03.941Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (166/337)
36302026-08-21T22:29:04.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36312026-08-21T22:29:04.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36322026-08-21T22:29:04.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36332026-08-21T22:29:04.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36342026-08-21T22:29:04.503Z
36352026-08-21T22:29:04.503Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (167/337)
36362026-08-21T22:29:04.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36372026-08-21T22:29:04.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36382026-08-21T22:29:04.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36392026-08-21T22:29:04.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36402026-08-21T22:29:05.069Z
36412026-08-21T22:29:05.069Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (168/337)
36422026-08-21T22:29:05.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36432026-08-21T22:29:05.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36442026-08-21T22:29:05.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36452026-08-21T22:29:05.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36462026-08-21T22:29:05.640Z
36472026-08-21T22:29:05.640Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (169/337)
36482026-08-21T22:29:06.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36492026-08-21T22:29:06.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36502026-08-21T22:29:06.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36512026-08-21T22:29:06.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36522026-08-21T22:29:06.243Z
36532026-08-21T22:29:06.243Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (170/337)
36542026-08-21T22:29:06.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36552026-08-21T22:29:06.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36562026-08-21T22:29:06.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36572026-08-21T22:29:06.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36582026-08-21T22:29:06.763Z
36592026-08-21T22:29:06.763Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (171/337)
36602026-08-21T22:29:07.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36612026-08-21T22:29:07.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36622026-08-21T22:29:07.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36632026-08-21T22:29:07.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36642026-08-21T22:29:07.425Z
36652026-08-21T22:29:07.425Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (172/337)
36662026-08-21T22:29:07.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36672026-08-21T22:29:07.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36682026-08-21T22:29:07.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36692026-08-21T22:29:07.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36702026-08-21T22:29:07.912Z
36712026-08-21T22:29:07.912Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (173/337)
36722026-08-21T22:29:08.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36732026-08-21T22:29:08.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36742026-08-21T22:29:08.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36752026-08-21T22:29:08.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36762026-08-21T22:29:08.452Z
36772026-08-21T22:29:08.452Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (174/337)
36782026-08-21T22:29:08.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36792026-08-21T22:29:08.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36802026-08-21T22:29:08.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36812026-08-21T22:29:08.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36822026-08-21T22:29:09.028Z
36832026-08-21T22:29:09.028Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (175/337)
36842026-08-21T22:29:09.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36852026-08-21T22:29:09.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36862026-08-21T22:29:09.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36872026-08-21T22:29:09.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36882026-08-21T22:29:09.579Z
36892026-08-21T22:29:09.579Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (176/337)
36902026-08-21T22:29:10.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36912026-08-21T22:29:10.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36922026-08-21T22:29:10.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36932026-08-21T22:29:10.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36942026-08-21T22:29:10.148Z
36952026-08-21T22:29:10.149Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (177/337)
36962026-08-21T22:29:10.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36972026-08-21T22:29:10.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36982026-08-21T22:29:10.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36992026-08-21T22:29:10.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37002026-08-21T22:29:10.720Z
37012026-08-21T22:29:10.720Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (178/337)
37022026-08-21T22:29:11.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37032026-08-21T22:29:11.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37042026-08-21T22:29:11.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37052026-08-21T22:29:11.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37062026-08-21T22:29:11.301Z
37072026-08-21T22:29:11.301Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (179/337)
37082026-08-21T22:29:11.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37092026-08-21T22:29:11.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37102026-08-21T22:29:11.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37112026-08-21T22:29:11.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37122026-08-21T22:29:11.859Z
37132026-08-21T22:29:11.859Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (180/337)
37142026-08-21T22:29:12.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37152026-08-21T22:29:12.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37162026-08-21T22:29:12.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37172026-08-21T22:29:12.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37182026-08-21T22:29:12.450Z
37192026-08-21T22:29:12.451Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (181/337)
37202026-08-21T22:29:12.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37212026-08-21T22:29:12.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37222026-08-21T22:29:12.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37232026-08-21T22:29:12.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37242026-08-21T22:29:13.040Z
37252026-08-21T22:29:13.040Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (182/337)
37262026-08-21T22:29:13.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37272026-08-21T22:29:13.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37282026-08-21T22:29:13.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37292026-08-21T22:29:13.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37302026-08-21T22:29:13.625Z
37312026-08-21T22:29:13.625Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (183/337)
37322026-08-21T22:29:14.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37332026-08-21T22:29:14.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37342026-08-21T22:29:14.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37352026-08-21T22:29:14.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37362026-08-21T22:29:14.237Z
37372026-08-21T22:29:14.237Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (184/337)
37382026-08-21T22:29:14.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37392026-08-21T22:29:14.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37402026-08-21T22:29:14.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37412026-08-21T22:29:14.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37422026-08-21T22:29:14.805Z
37432026-08-21T22:29:14.805Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (185/337)
37442026-08-21T22:29:15.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37452026-08-21T22:29:15.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37462026-08-21T22:29:15.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37472026-08-21T22:29:15.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37482026-08-21T22:29:15.403Z
37492026-08-21T22:29:15.403Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (186/337)
37502026-08-21T22:29:15.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37512026-08-21T22:29:15.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37522026-08-21T22:29:15.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37532026-08-21T22:29:15.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37542026-08-21T22:29:15.986Z
37552026-08-21T22:29:15.986Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (187/337)
37562026-08-21T22:29:16.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37572026-08-21T22:29:16.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37582026-08-21T22:29:16.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37592026-08-21T22:29:16.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37602026-08-21T22:29:16.568Z
37612026-08-21T22:29:16.568Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (188/337)
37622026-08-21T22:29:17.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37632026-08-21T22:29:17.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37642026-08-21T22:29:17.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37652026-08-21T22:29:17.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37662026-08-21T22:29:17.147Z
37672026-08-21T22:29:17.147Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (189/337)
37682026-08-21T22:29:17.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37692026-08-21T22:29:17.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37702026-08-21T22:29:17.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37712026-08-21T22:29:17.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37722026-08-21T22:29:17.733Z
37732026-08-21T22:29:17.733Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (190/337)
37742026-08-21T22:29:18.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37752026-08-21T22:29:18.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37762026-08-21T22:29:18.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37772026-08-21T22:29:18.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37782026-08-21T22:29:18.314Z
37792026-08-21T22:29:18.314Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (191/337)
37802026-08-21T22:29:18.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37812026-08-21T22:29:18.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37822026-08-21T22:29:18.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37832026-08-21T22:29:18.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37842026-08-21T22:29:18.897Z
37852026-08-21T22:29:18.898Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (192/337)
37862026-08-21T22:29:19.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37872026-08-21T22:29:19.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37882026-08-21T22:29:19.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37892026-08-21T22:29:19.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37902026-08-21T22:29:19.476Z
37912026-08-21T22:29:19.476Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (193/337)
37922026-08-21T22:29:19.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37932026-08-21T22:29:19.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37942026-08-21T22:29:19.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37952026-08-21T22:29:19.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37962026-08-21T22:29:20.058Z
37972026-08-21T22:29:20.058Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (194/337)
37982026-08-21T22:29:20.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37992026-08-21T22:29:20.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38002026-08-21T22:29:20.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38012026-08-21T22:29:20.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38022026-08-21T22:29:20.642Z
38032026-08-21T22:29:20.642Zinfo: running `cargo check --bins` on oximeter-producer (195/337)
38042026-08-21T22:29:21.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38052026-08-21T22:29:21.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38062026-08-21T22:29:21.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38072026-08-21T22:29:21.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38082026-08-21T22:29:21.244Z
38092026-08-21T22:29:21.244Zinfo: running `cargo check --bins` on internal-dns-resolver (196/337)
38102026-08-21T22:29:21.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38112026-08-21T22:29:21.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38122026-08-21T22:29:21.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38132026-08-21T22:29:21.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
38142026-08-21T22:29:21.812Z
38152026-08-21T22:29:21.812Zinfo: running `cargo check --bins` on dns-server (197/337)
38162026-08-21T22:29:22.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38172026-08-21T22:29:22.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38182026-08-21T22:29:22.447Z Compiling parking_lot_core v0.8.6
38192026-08-21T22:29:22.460Z Compiling git-stub v1.0.0
38202026-08-21T22:29:22.460Z Checking prefix-trie v0.7.0
38212026-08-21T22:29:22.567Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38222026-08-21T22:29:22.679Z Compiling git-stub-vcs v0.1.0
38232026-08-21T22:29:22.838Z Checking hickory-server v0.25.2
38242026-08-21T22:29:22.937Z Checking parking_lot v0.11.2
38252026-08-21T22:29:22.978Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38262026-08-21T22:29:23.112Z Checking sled v0.34.7
38272026-08-21T22:29:25.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
38282026-08-21T22:29:25.196Z
38292026-08-21T22:29:25.196Zinfo: running `cargo check --bins` on dns-server-api (198/337)
38302026-08-21T22:29:25.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38312026-08-21T22:29:25.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38322026-08-21T22:29:25.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38332026-08-21T22:29:25.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
38342026-08-21T22:29:25.763Z
38352026-08-21T22:29:25.763Zinfo: running `cargo check --bins` on nexus-client (199/337)
38362026-08-21T22:29:26.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38372026-08-21T22:29:26.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38382026-08-21T22:29:26.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38392026-08-21T22:29:26.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38402026-08-21T22:29:26.369Z
38412026-08-21T22:29:26.369Zinfo: running `cargo check --bins` on oximeter-producer-api (200/337)
38422026-08-21T22:29:26.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38432026-08-21T22:29:26.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38442026-08-21T22:29:26.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38452026-08-21T22:29:26.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38462026-08-21T22:29:26.937Z
38472026-08-21T22:29:26.937Zinfo: running `cargo check --bins` on sp-sim (201/337)
38482026-08-21T22:29:27.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-08-21T22:29:27.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-08-21T22:29:27.640Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
38512026-08-21T22:29:28.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
38522026-08-21T22:29:28.339Z
38532026-08-21T22:29:28.339Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/337)
38542026-08-21T22:29:28.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-08-21T22:29:28.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-08-21T22:29:29.155Z Compiling proc-macro-error-attr2 v2.0.0
38572026-08-21T22:29:29.284Z Compiling hashbrown v0.14.5
38582026-08-21T22:29:29.284Z Compiling rfc6979 v0.4.0
38592026-08-21T22:29:29.297Z Compiling salty v0.3.0
38602026-08-21T22:29:29.308Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38612026-08-21T22:29:29.316Z Compiling primeorder v0.13.6
38622026-08-21T22:29:29.330Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
38632026-08-21T22:29:29.399Z Compiling ecdsa v0.16.9
38642026-08-21T22:29:29.457Z Compiling sha1 v0.10.6
38652026-08-21T22:29:29.571Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38662026-08-21T22:29:29.663Z Compiling proc-macro-error2 v2.0.1
38672026-08-21T22:29:29.758Z Compiling chumsky v0.9.3
38682026-08-21T22:29:29.774Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38692026-08-21T22:29:29.787Z Compiling p384 v0.13.1
38702026-08-21T22:29:29.815Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38712026-08-21T22:29:29.969Z Compiling knus-derive v3.4.0
38722026-08-21T22:29:29.985Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
38732026-08-21T22:29:30.014Z Checking libscf-sys v1.2.0
38742026-08-21T22:29:30.064Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
38752026-08-21T22:29:30.141Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
38762026-08-21T22:29:30.326Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
38772026-08-21T22:29:30.348Z Checking corncobs v0.1.4
38782026-08-21T22:29:30.462Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38792026-08-21T22:29:30.475Z Checking papergrid v0.18.0
38802026-08-21T22:29:30.490Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38812026-08-21T22:29:30.493Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38822026-08-21T22:29:30.518Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
38832026-08-21T22:29:30.649Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38842026-08-21T22:29:30.665Z Checking secrecy v0.8.0
38852026-08-21T22:29:30.764Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38862026-08-21T22:29:30.787Z Compiling unicase v2.9.0
38872026-08-21T22:29:30.951Z Compiling progenitor-impl v0.13.0
38882026-08-21T22:29:30.984Z Compiling mime_guess v2.0.5
38892026-08-21T22:29:31.000Z Checking crc8 v0.1.1
38902026-08-21T22:29:31.019Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38912026-08-21T22:29:31.093Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38922026-08-21T22:29:31.237Z Checking tabled v0.21.0
38932026-08-21T22:29:31.252Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38942026-08-21T22:29:31.310Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38952026-08-21T22:29:31.324Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38962026-08-21T22:29:31.404Z Compiling knus v3.4.0
38972026-08-21T22:29:31.925Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38982026-08-21T22:29:32.053Z Checking progenitor-client v0.13.0
38992026-08-21T22:29:32.145Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
39002026-08-21T22:29:32.288Z Checking http-range v0.1.5
39012026-08-21T22:29:32.319Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39022026-08-21T22:29:32.417Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
39032026-08-21T22:29:32.443Z Checking scuffle v0.1.0
39042026-08-21T22:29:32.500Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
39052026-08-21T22:29:32.781Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
39062026-08-21T22:29:33.002Z Checking nanorand v0.7.0
39072026-08-21T22:29:33.172Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
39082026-08-21T22:29:33.203Z Checking flume v0.11.1
39092026-08-21T22:29:33.366Z Checking hyper-staticfile v0.10.1
39102026-08-21T22:29:33.411Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
39112026-08-21T22:29:33.470Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
39122026-08-21T22:29:33.504Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
39132026-08-21T22:29:33.519Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
39142026-08-21T22:29:33.544Z Compiling progenitor-macro v0.13.0
39152026-08-21T22:29:33.629Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
39162026-08-21T22:29:33.648Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
39172026-08-21T22:29:33.866Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
39182026-08-21T22:29:33.881Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
39192026-08-21T22:29:34.031Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
39202026-08-21T22:29:34.031Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
39212026-08-21T22:29:34.278Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
39222026-08-21T22:29:34.346Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
39232026-08-21T22:29:34.493Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
39242026-08-21T22:29:35.784Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
39252026-08-21T22:29:36.860Z Checking progenitor v0.13.0
39262026-08-21T22:29:37.002Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
39272026-08-21T22:29:37.737Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
39282026-08-21T22:29:38.791Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
39292026-08-21T22:29:39.271Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
39302026-08-21T22:29:39.349Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
39312026-08-21T22:29:39.349Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
39322026-08-21T22:29:52.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.42s
39332026-08-21T22:29:52.776Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39342026-08-21T22:29:52.776Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39352026-08-21T22:29:52.967Z
39362026-08-21T22:29:52.967Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/337)
39372026-08-21T22:29:53.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39382026-08-21T22:29:53.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39392026-08-21T22:29:53.735Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39402026-08-21T22:30:04.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
39412026-08-21T22:30:04.329Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39422026-08-21T22:30:04.329Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39432026-08-21T22:30:04.519Z
39442026-08-21T22:30:04.519Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/337)
39452026-08-21T22:30:05.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-08-21T22:30:05.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-08-21T22:30:05.290Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39482026-08-21T22:30:15.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s
39492026-08-21T22:30:15.886Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39502026-08-21T22:30:15.886Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39512026-08-21T22:30:16.085Z
39522026-08-21T22:30:16.085Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/337)
39532026-08-21T22:30:16.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-08-21T22:30:16.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-08-21T22:30:16.854Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39562026-08-21T22:30:27.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.30s
39572026-08-21T22:30:27.395Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39582026-08-21T22:30:27.395Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39592026-08-21T22:30:27.595Z
39602026-08-21T22:30:27.595Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/337)
39612026-08-21T22:30:28.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-08-21T22:30:28.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-08-21T22:30:28.359Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39642026-08-21T22:30:38.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.22s
39652026-08-21T22:30:38.825Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39662026-08-21T22:30:38.825Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39672026-08-21T22:30:39.020Z
39682026-08-21T22:30:39.020Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/337)
39692026-08-21T22:30:39.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39702026-08-21T22:30:39.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39712026-08-21T22:30:39.785Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39722026-08-21T22:30:50.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.32s
39732026-08-21T22:30:50.369Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39742026-08-21T22:30:50.370Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39752026-08-21T22:30:50.549Z
39762026-08-21T22:30:50.549Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/337)
39772026-08-21T22:30:51.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-08-21T22:30:51.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-08-21T22:30:51.315Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39802026-08-21T22:31:01.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.27s
39812026-08-21T22:31:01.821Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39822026-08-21T22:31:01.821Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39832026-08-21T22:31:02.017Z
39842026-08-21T22:31:02.017Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/337)
39852026-08-21T22:31:02.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-08-21T22:31:02.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-08-21T22:31:02.785Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39882026-08-21T22:31:13.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
39892026-08-21T22:31:13.376Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39902026-08-21T22:31:13.376Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39912026-08-21T22:31:13.572Z
39922026-08-21T22:31:13.572Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (210/337)
39932026-08-21T22:31:14.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-08-21T22:31:14.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-08-21T22:31:14.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39962026-08-21T22:31:14.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39972026-08-21T22:31:14.149Z
39982026-08-21T22:31:14.149Zinfo: running `cargo check --bins` on installinator-common (211/337)
39992026-08-21T22:31:14.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-08-21T22:31:14.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-08-21T22:31:14.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40022026-08-21T22:31:14.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40032026-08-21T22:31:14.742Z
40042026-08-21T22:31:14.742Zinfo: running `cargo check --bins` on installinator-common-versions (212/337)
40052026-08-21T22:31:15.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-08-21T22:31:15.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-08-21T22:31:15.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40082026-08-21T22:31:15.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40092026-08-21T22:31:15.295Z
40102026-08-21T22:31:15.295Zinfo: running `cargo check --bins` on nexus-lockstep-client (213/337)
40112026-08-21T22:31:15.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-08-21T22:31:15.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-08-21T22:31:15.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40142026-08-21T22:31:15.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40152026-08-21T22:31:15.901Z
40162026-08-21T22:31:15.901Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (214/337)
40172026-08-21T22:31:16.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-08-21T22:31:16.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-08-21T22:31:16.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40202026-08-21T22:31:16.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40212026-08-21T22:31:16.484Z
40222026-08-21T22:31:16.484Zinfo: running `cargo check --bins` on range-requests (215/337)
40232026-08-21T22:31:16.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-08-21T22:31:16.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-08-21T22:31:16.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40262026-08-21T22:31:16.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40272026-08-21T22:31:17.039Z
40282026-08-21T22:31:17.039Zinfo: running `cargo check --bins` on repo-depot-api (216/337)
40292026-08-21T22:31:17.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40302026-08-21T22:31:17.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40312026-08-21T22:31:17.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40322026-08-21T22:31:17.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40332026-08-21T22:31:17.605Z
40342026-08-21T22:31:17.605Zinfo: running `cargo check --bins` on repo-depot-client (217/337)
40352026-08-21T22:31:18.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40362026-08-21T22:31:18.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40372026-08-21T22:31:18.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40382026-08-21T22:31:18.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40392026-08-21T22:31:18.168Z
40402026-08-21T22:31:18.168Zinfo: running `cargo check --bins` on sled-agent-api (218/337)
40412026-08-21T22:31:18.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40422026-08-21T22:31:18.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40432026-08-21T22:31:18.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40442026-08-21T22:31:18.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40452026-08-21T22:31:18.765Z
40462026-08-21T22:31:18.765Zinfo: running `cargo check --bins` on sled-diagnostics (219/337)
40472026-08-21T22:31:19.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-08-21T22:31:19.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-08-21T22:31:19.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40502026-08-21T22:31:19.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40512026-08-21T22:31:19.354Z
40522026-08-21T22:31:19.354Zinfo: running `cargo check --bins` on zfs-test-harness (220/337)
40532026-08-21T22:31:19.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-08-21T22:31:19.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-08-21T22:31:19.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40562026-08-21T22:31:19.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40572026-08-21T22:31:19.960Z
40582026-08-21T22:31:19.960Zinfo: running `cargo check --bins` on sled-agent-bootstrap-common (221/337)
40592026-08-21T22:31:20.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-08-21T22:31:20.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-08-21T22:31:20.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40622026-08-21T22:31:20.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40632026-08-21T22:31:20.555Z
40642026-08-21T22:31:20.555Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (222/337)
40652026-08-21T22:31:21.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-08-21T22:31:21.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-08-21T22:31:21.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40682026-08-21T22:31:21.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40692026-08-21T22:31:21.147Z
40702026-08-21T22:31:21.147Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (223/337)
40712026-08-21T22:31:21.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40722026-08-21T22:31:21.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40732026-08-21T22:31:21.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40742026-08-21T22:31:21.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40752026-08-21T22:31:21.743Z
40762026-08-21T22:31:21.744Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (224/337)
40772026-08-21T22:31:22.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40782026-08-21T22:31:22.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40792026-08-21T22:31:22.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40802026-08-21T22:31:22.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40812026-08-21T22:31:22.340Z
40822026-08-21T22:31:22.340Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (225/337)
40832026-08-21T22:31:22.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40842026-08-21T22:31:22.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40852026-08-21T22:31:22.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40862026-08-21T22:31:22.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40872026-08-21T22:31:22.938Z
40882026-08-21T22:31:22.938Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (226/337)
40892026-08-21T22:31:23.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40902026-08-21T22:31:23.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40912026-08-21T22:31:23.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40922026-08-21T22:31:23.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40932026-08-21T22:31:23.533Z
40942026-08-21T22:31:23.534Zinfo: running `cargo check --bins` on trust-quorum (227/337)
40952026-08-21T22:31:24.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40962026-08-21T22:31:24.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40972026-08-21T22:31:24.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40982026-08-21T22:31:24.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40992026-08-21T22:31:24.118Z
41002026-08-21T22:31:24.118Zinfo: running `cargo check --bins` on sled-agent-early-networking (228/337)
41012026-08-21T22:31:24.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41022026-08-21T22:31:24.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41032026-08-21T22:31:24.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41042026-08-21T22:31:24.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41052026-08-21T22:31:24.700Z
41062026-08-21T22:31:24.700Zinfo: running `cargo check --bins` on sled-agent-health-monitor (229/337)
41072026-08-21T22:31:25.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41082026-08-21T22:31:25.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41092026-08-21T22:31:25.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41102026-08-21T22:31:25.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41112026-08-21T22:31:25.293Z
41122026-08-21T22:31:25.293Zinfo: running `cargo check --bins` on sled-agent-multirack-join (230/337)
41132026-08-21T22:31:25.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41142026-08-21T22:31:25.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41152026-08-21T22:31:25.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41162026-08-21T22:31:25.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41172026-08-21T22:31:25.913Z
41182026-08-21T22:31:25.913Zinfo: running `cargo check --bins` on sled-agent-rack-setup (231/337)
41192026-08-21T22:31:26.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41202026-08-21T22:31:26.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41212026-08-21T22:31:26.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41222026-08-21T22:31:26.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41232026-08-21T22:31:26.538Z
41242026-08-21T22:31:26.538Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (232/337)
41252026-08-21T22:31:27.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41262026-08-21T22:31:27.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41272026-08-21T22:31:27.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41282026-08-21T22:31:27.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41292026-08-21T22:31:27.144Z
41302026-08-21T22:31:27.144Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (233/337)
41312026-08-21T22:31:27.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41322026-08-21T22:31:27.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41332026-08-21T22:31:27.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41342026-08-21T22:31:27.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41352026-08-21T22:31:27.803Z
41362026-08-21T22:31:27.803Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (234/337)
41372026-08-21T22:31:28.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41382026-08-21T22:31:28.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41392026-08-21T22:31:28.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41402026-08-21T22:31:28.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41412026-08-21T22:31:28.390Z
41422026-08-21T22:31:28.390Zinfo: running `cargo check --bins` on omicron-deployment-graph (235/337)
41432026-08-21T22:31:28.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-08-21T22:31:28.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-08-21T22:31:28.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41462026-08-21T22:31:28.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41472026-08-21T22:31:28.953Z
41482026-08-21T22:31:28.953Zinfo: running `cargo check --bins` on transient-dns-server (236/337)
41492026-08-21T22:31:29.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-08-21T22:31:29.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-08-21T22:31:29.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41522026-08-21T22:31:29.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41532026-08-21T22:31:29.534Z
41542026-08-21T22:31:29.536Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (237/337)
41552026-08-21T22:31:30.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-08-21T22:31:30.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-08-21T22:31:30.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41582026-08-21T22:31:30.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41592026-08-21T22:31:30.115Z
41602026-08-21T22:31:30.115Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (238/337)
41612026-08-21T22:31:30.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41622026-08-21T22:31:30.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41632026-08-21T22:31:30.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41642026-08-21T22:31:30.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41652026-08-21T22:31:30.737Z
41662026-08-21T22:31:30.737Zinfo: running `cargo check --bins` on omicron-rpaths (239/337)
41672026-08-21T22:31:31.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41682026-08-21T22:31:31.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41692026-08-21T22:31:31.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41702026-08-21T22:31:31.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41712026-08-21T22:31:31.243Z
41722026-08-21T22:31:31.243Zinfo: running `cargo check --bins` on omicron-repl-utils (240/337)
41732026-08-21T22:31:31.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41742026-08-21T22:31:31.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41752026-08-21T22:31:31.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41762026-08-21T22:31:31.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41772026-08-21T22:31:31.796Z
41782026-08-21T22:31:31.797Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (241/337)
41792026-08-21T22:31:32.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41802026-08-21T22:31:32.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41812026-08-21T22:31:32.497Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
41822026-08-21T22:31:32.905Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
41832026-08-21T22:31:34.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.29s
41842026-08-21T22:31:34.282Z
41852026-08-21T22:31:34.282Zinfo: running `cargo check --bins` on clickhouse-admin-api (242/337)
41862026-08-21T22:31:34.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41872026-08-21T22:31:34.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41882026-08-21T22:31:34.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41892026-08-21T22:31:34.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41902026-08-21T22:31:34.851Z
41912026-08-21T22:31:34.851Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (243/337)
41922026-08-21T22:31:35.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41932026-08-21T22:31:35.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41942026-08-21T22:31:35.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41952026-08-21T22:31:35.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41962026-08-21T22:31:35.423Z
41972026-08-21T22:31:35.423Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (244/337)
41982026-08-21T22:31:35.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41992026-08-21T22:31:35.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42002026-08-21T22:31:35.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42012026-08-21T22:31:35.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42022026-08-21T22:31:35.997Z
42032026-08-21T22:31:35.997Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (245/337)
42042026-08-21T22:31:36.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42052026-08-21T22:31:36.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42062026-08-21T22:31:36.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42072026-08-21T22:31:36.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42082026-08-21T22:31:36.595Z
42092026-08-21T22:31:36.595Zinfo: running `cargo check --bins` on installinator-client (246/337)
42102026-08-21T22:31:37.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-08-21T22:31:37.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-08-21T22:31:37.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42132026-08-21T22:31:37.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42142026-08-21T22:31:37.127Z
42152026-08-21T22:31:37.127Zinfo: running `cargo check --bins` on oxide-client (247/337)
42162026-08-21T22:31:37.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42172026-08-21T22:31:37.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42182026-08-21T22:31:37.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42192026-08-21T22:31:37.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42202026-08-21T22:31:37.683Z
42212026-08-21T22:31:37.683Zinfo: running `cargo check --bins` on oximeter-client (248/337)
42222026-08-21T22:31:38.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42232026-08-21T22:31:38.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42242026-08-21T22:31:38.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42252026-08-21T22:31:38.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42262026-08-21T22:31:38.249Z
42272026-08-21T22:31:38.249Zinfo: running `cargo check --bins` on wicketd-client (249/337)
42282026-08-21T22:31:38.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42292026-08-21T22:31:38.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42302026-08-21T22:31:38.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42312026-08-21T22:31:38.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42322026-08-21T22:31:38.836Z
42332026-08-21T22:31:38.836Zinfo: running `cargo check --bins` on wicket-common (250/337)
42342026-08-21T22:31:39.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42352026-08-21T22:31:39.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42362026-08-21T22:31:39.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42372026-08-21T22:31:39.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42382026-08-21T22:31:39.415Z
42392026-08-21T22:31:39.415Zinfo: running `cargo check --bins` on wicketd-commission-client (251/337)
42402026-08-21T22:31:39.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42412026-08-21T22:31:39.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42422026-08-21T22:31:39.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42432026-08-21T22:31:39.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42442026-08-21T22:31:39.990Z
42452026-08-21T22:31:39.990Zinfo: running `cargo check --bins` on omicron-cockroach-admin (252/337)
42462026-08-21T22:31:40.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42472026-08-21T22:31:40.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42482026-08-21T22:31:40.651Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42492026-08-21T22:31:40.664Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
42502026-08-21T22:31:41.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
42512026-08-21T22:31:42.006Z
42522026-08-21T22:31:42.006Zinfo: running `cargo check --bins` on cockroach-admin-api (253/337)
42532026-08-21T22:31:42.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42542026-08-21T22:31:42.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42552026-08-21T22:31:42.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42562026-08-21T22:31:42.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42572026-08-21T22:31:42.579Z
42582026-08-21T22:31:42.579Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (254/337)
42592026-08-21T22:31:43.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42602026-08-21T22:31:43.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42612026-08-21T22:31:43.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42622026-08-21T22:31:43.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42632026-08-21T22:31:43.216Z
42642026-08-21T22:31:43.216Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (255/337)
42652026-08-21T22:31:43.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42662026-08-21T22:31:43.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42672026-08-21T22:31:43.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42682026-08-21T22:31:43.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42692026-08-21T22:31:43.875Z
42702026-08-21T22:31:43.875Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (256/337)
42712026-08-21T22:31:44.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42722026-08-21T22:31:44.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42732026-08-21T22:31:44.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42742026-08-21T22:31:44.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42752026-08-21T22:31:44.492Z
42762026-08-21T22:31:44.492Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (257/337)
42772026-08-21T22:31:45.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42782026-08-21T22:31:45.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42792026-08-21T22:31:45.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42802026-08-21T22:31:45.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42812026-08-21T22:31:45.119Z
42822026-08-21T22:31:45.119Zinfo: running `cargo check --bins` on db-macros (258/337)
42832026-08-21T22:31:45.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42842026-08-21T22:31:45.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42852026-08-21T22:31:45.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42862026-08-21T22:31:45.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42872026-08-21T22:31:45.677Z
42882026-08-21T22:31:45.678Zinfo: running `cargo check --bins` on nexus-macros-common (259/337)
42892026-08-21T22:31:46.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42902026-08-21T22:31:46.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42912026-08-21T22:31:46.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42922026-08-21T22:31:46.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42932026-08-21T22:31:46.233Z
42942026-08-21T22:31:46.233Zinfo: running `cargo check --bins` on nexus-auth (260/337)
42952026-08-21T22:31:46.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42962026-08-21T22:31:46.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42972026-08-21T22:31:46.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42982026-08-21T22:31:46.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42992026-08-21T22:31:46.858Z
43002026-08-21T22:31:46.859Zinfo: running `cargo check --bins` on authz-macros (261/337)
43012026-08-21T22:31:47.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43022026-08-21T22:31:47.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43032026-08-21T22:31:47.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43042026-08-21T22:31:47.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
43052026-08-21T22:31:47.419Z
43062026-08-21T22:31:47.419Zinfo: running `cargo check --bins` on nexus-db-fixed-data (262/337)
43072026-08-21T22:31:47.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43082026-08-21T22:31:47.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43092026-08-21T22:31:47.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43102026-08-21T22:31:47.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43112026-08-21T22:31:48.037Z
43122026-08-21T22:31:48.037Zinfo: running `cargo check --bins` on nexus-db-model (263/337)
43132026-08-21T22:31:48.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43142026-08-21T22:31:48.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43152026-08-21T22:31:48.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43162026-08-21T22:31:48.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43172026-08-21T22:31:48.650Z
43182026-08-21T22:31:48.651Zinfo: running `cargo check --bins` on nexus-db-schema (264/337)
43192026-08-21T22:31:49.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43202026-08-21T22:31:49.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43212026-08-21T22:31:49.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43222026-08-21T22:31:49.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
43232026-08-21T22:31:49.215Z
43242026-08-21T22:31:49.215Zinfo: running `cargo check --bins` on nexus-defaults (265/337)
43252026-08-21T22:31:49.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43262026-08-21T22:31:49.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43272026-08-21T22:31:49.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43282026-08-21T22:31:49.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43292026-08-21T22:31:49.785Z
43302026-08-21T22:31:49.785Zinfo: running `cargo check --bins` on omicron-git-version (266/337)
43312026-08-21T22:31:50.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43322026-08-21T22:31:50.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43332026-08-21T22:31:50.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43342026-08-21T22:31:50.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
43352026-08-21T22:31:50.344Z
43362026-08-21T22:31:50.344Zinfo: running `cargo check --bins` on nexus-db-errors (267/337)
43372026-08-21T22:31:50.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43382026-08-21T22:31:50.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43392026-08-21T22:31:50.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43402026-08-21T22:31:50.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43412026-08-21T22:31:50.966Z
43422026-08-21T22:31:50.966Zinfo: running `cargo check --bins` on nexus-db-lookup (268/337)
43432026-08-21T22:31:51.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43442026-08-21T22:31:51.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43452026-08-21T22:31:51.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43462026-08-21T22:31:51.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43472026-08-21T22:31:51.592Z
43482026-08-21T22:31:51.592Zinfo: running `cargo check --bins` on nexus-test-interface (269/337)
43492026-08-21T22:31:52.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43502026-08-21T22:31:52.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43512026-08-21T22:31:52.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43522026-08-21T22:31:52.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43532026-08-21T22:31:52.224Z
43542026-08-21T22:31:52.224Zinfo: running `cargo check --bins` on oximeter-collector (270/337)
43552026-08-21T22:31:52.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43562026-08-21T22:31:52.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43572026-08-21T22:31:52.949Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
43582026-08-21T22:31:52.949Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
43592026-08-21T22:31:53.617Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43602026-08-21T22:31:55.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
43612026-08-21T22:31:55.489Z
43622026-08-21T22:31:55.489Zinfo: running `cargo check --bins` on oximeter-api (271/337)
43632026-08-21T22:31:55.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43642026-08-21T22:31:55.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43652026-08-21T22:31:55.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43662026-08-21T22:31:55.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43672026-08-21T22:31:56.057Z
43682026-08-21T22:31:56.057Zinfo: running `cargo check --bins` on cert-dev (272/337)
43692026-08-21T22:31:56.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43702026-08-21T22:31:56.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43712026-08-21T22:31:56.660Z Checking yasna v0.5.2
43722026-08-21T22:31:57.056Z Checking rcgen v0.12.1
43732026-08-21T22:31:57.307Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
43742026-08-21T22:31:57.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
43752026-08-21T22:31:57.648Z
43762026-08-21T22:31:57.648Zinfo: running `cargo check --bins` on clickana (273/337)
43772026-08-21T22:31:58.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-08-21T22:31:58.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-08-21T22:31:58.278Z Compiling instability v0.3.11
43802026-08-21T22:31:58.278Z Checking castaway v0.2.4
43812026-08-21T22:31:58.282Z Compiling indoc v2.0.7
43822026-08-21T22:31:58.282Z Checking unicode-truncate v1.1.0
43832026-08-21T22:31:58.391Z Checking lru v0.12.5
43842026-08-21T22:31:58.398Z Checking cassowary v0.3.0
43852026-08-21T22:31:58.481Z Checking compact_str v0.8.1
43862026-08-21T22:31:59.249Z Checking ratatui v0.29.0
43872026-08-21T22:32:00.298Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
43882026-08-21T22:32:01.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.36s
43892026-08-21T22:32:01.186Z
43902026-08-21T22:32:01.186Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (274/337)
43912026-08-21T22:32:01.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43922026-08-21T22:32:01.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43932026-08-21T22:32:01.898Z Checking headers-core v0.3.0
43942026-08-21T22:32:01.898Z Checking port-file v0.1.0
43952026-08-21T22:32:01.903Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
43962026-08-21T22:32:02.095Z Checking headers v0.4.1
43972026-08-21T22:32:02.463Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43982026-08-21T22:32:03.429Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43992026-08-21T22:32:03.939Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
44002026-08-21T22:32:04.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
44012026-08-21T22:32:04.551Z
44022026-08-21T22:32:04.551Zinfo: running `cargo check --bins` on ch-dev (275/337)
44032026-08-21T22:32:05.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44042026-08-21T22:32:05.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44052026-08-21T22:32:05.254Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
44062026-08-21T22:32:06.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
44072026-08-21T22:32:06.238Z
44082026-08-21T22:32:06.239Zinfo: running `cargo check --bins` on dev-tools-common (276/337)
44092026-08-21T22:32:06.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44102026-08-21T22:32:06.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44112026-08-21T22:32:06.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44122026-08-21T22:32:06.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
44132026-08-21T22:32:06.698Z
44142026-08-21T22:32:06.698Zinfo: running `cargo check --bins` on corpus-adjust (277/337)
44152026-08-21T22:32:07.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44162026-08-21T22:32:07.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44172026-08-21T22:32:07.219Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
44182026-08-21T22:32:07.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
44192026-08-21T22:32:07.751Z
44202026-08-21T22:32:07.751Zinfo: running `cargo check --bins` on crdb-seed (278/337)
44212026-08-21T22:32:08.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44222026-08-21T22:32:08.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44232026-08-21T22:32:08.459Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44242026-08-21T22:32:09.553Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
44252026-08-21T22:32:09.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s
44262026-08-21T22:32:10.078Z
44272026-08-21T22:32:10.079Zinfo: running `cargo check --bins` on db-dev (279/337)
44282026-08-21T22:32:10.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44292026-08-21T22:32:10.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44302026-08-21T22:32:10.781Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
44312026-08-21T22:32:11.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
44322026-08-21T22:32:11.722Z
44332026-08-21T22:32:11.722Zinfo: running `cargo check --bins` on omicron-dev-lib (280/337)
44342026-08-21T22:32:12.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44352026-08-21T22:32:12.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44362026-08-21T22:32:12.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44372026-08-21T22:32:12.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44382026-08-21T22:32:12.327Z
44392026-08-21T22:32:12.327Zinfo: running `cargo check --bins` on xtask-downloader (281/337)
44402026-08-21T22:32:12.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44412026-08-21T22:32:12.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44422026-08-21T22:32:12.938Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
44432026-08-21T22:32:13.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
44442026-08-21T22:32:13.783Z
44452026-08-21T22:32:13.783Zinfo: running `cargo check --bins` on omicron-dropshot-apis (282/337)
44462026-08-21T22:32:14.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44472026-08-21T22:32:14.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44482026-08-21T22:32:14.514Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44492026-08-21T22:32:14.514Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44502026-08-21T22:32:14.517Z Checking git-stub v1.0.0
44512026-08-21T22:32:14.517Z Compiling trait-variant v0.1.2
44522026-08-21T22:32:14.517Z Checking maplit v1.0.2
44532026-08-21T22:32:14.650Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44542026-08-21T22:32:14.659Z Checking drift v0.2.0
44552026-08-21T22:32:14.662Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
44562026-08-21T22:32:14.710Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
44572026-08-21T22:32:14.770Z Checking git-stub-vcs v0.1.0
44582026-08-21T22:32:14.846Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44592026-08-21T22:32:14.862Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44602026-08-21T22:32:14.961Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
44612026-08-21T22:32:15.005Z Checking dropshot-api-manager v0.8.0
44622026-08-21T22:32:15.021Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
44632026-08-21T22:32:15.162Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
44642026-08-21T22:32:15.361Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44652026-08-21T22:32:15.857Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44662026-08-21T22:32:16.789Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
44672026-08-21T22:32:17.799Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
44682026-08-21T22:32:18.606Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
44692026-08-21T22:32:19.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.26s
44702026-08-21T22:32:19.238Z
44712026-08-21T22:32:19.238Zinfo: running `cargo check --bins` on installinator-api (283/337)
44722026-08-21T22:32:19.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44732026-08-21T22:32:19.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44742026-08-21T22:32:19.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44752026-08-21T22:32:19.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44762026-08-21T22:32:19.798Z
44772026-08-21T22:32:19.798Zinfo: running `cargo check --bins` on nexus-external-api (284/337)
44782026-08-21T22:32:20.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44792026-08-21T22:32:20.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44802026-08-21T22:32:20.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44812026-08-21T22:32:20.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44822026-08-21T22:32:20.434Z
44832026-08-21T22:32:20.434Zinfo: running `cargo check --bins` on nexus-internal-api (285/337)
44842026-08-21T22:32:20.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44852026-08-21T22:32:20.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44862026-08-21T22:32:20.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44872026-08-21T22:32:20.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44882026-08-21T22:32:20.997Z
44892026-08-21T22:32:20.997Zinfo: running `cargo check --bins` on nexus-lockstep-api (286/337)
44902026-08-21T22:32:21.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44912026-08-21T22:32:21.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44922026-08-21T22:32:21.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44932026-08-21T22:32:21.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44942026-08-21T22:32:21.598Z
44952026-08-21T22:32:21.598Zinfo: running `cargo check --bins` on ntp-admin-api (287/337)
44962026-08-21T22:32:22.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44972026-08-21T22:32:22.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44982026-08-21T22:32:22.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44992026-08-21T22:32:22.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45002026-08-21T22:32:22.167Z
45012026-08-21T22:32:22.167Zinfo: running `cargo check --bins` on ntp-admin-types-versions (288/337)
45022026-08-21T22:32:22.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45032026-08-21T22:32:22.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45042026-08-21T22:32:22.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45052026-08-21T22:32:22.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45062026-08-21T22:32:22.729Z
45072026-08-21T22:32:22.729Zinfo: running `cargo check --bins` on wicketd-api (289/337)
45082026-08-21T22:32:23.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-08-21T22:32:23.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-08-21T22:32:23.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45112026-08-21T22:32:23.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45122026-08-21T22:32:23.316Z
45132026-08-21T22:32:23.316Zinfo: running `cargo check --bins` on wicketd-commission-api (290/337)
45142026-08-21T22:32:23.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45152026-08-21T22:32:23.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45162026-08-21T22:32:23.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45172026-08-21T22:32:23.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45182026-08-21T22:32:23.888Z
45192026-08-21T22:32:23.888Zinfo: running `cargo check --bins` on omicron-ls-apis (291/337)
45202026-08-21T22:32:24.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45212026-08-21T22:32:24.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45222026-08-21T22:32:24.503Z Compiling blake3 v1.8.5
45232026-08-21T22:32:24.612Z Checking arrayref v0.3.9
45242026-08-21T22:32:24.615Z Checking constant_time_eq v0.4.2
45252026-08-21T22:32:24.625Z Checking arrayvec v0.7.6
45262026-08-21T22:32:24.632Z Checking cargo-platform v0.3.2
45272026-08-21T22:32:24.636Z Checking topological-sort v0.2.2
45282026-08-21T22:32:24.636Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
45292026-08-21T22:32:24.780Z Checking cargo_metadata v0.23.1
45302026-08-21T22:32:25.380Z Checking omicron-zone-package v0.12.3
45312026-08-21T22:32:26.084Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
45322026-08-21T22:32:26.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
45332026-08-21T22:32:27.082Z
45342026-08-21T22:32:27.082Zinfo: running `cargo check --bins` on mgs-dev (292/337)
45352026-08-21T22:32:27.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45362026-08-21T22:32:27.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45372026-08-21T22:32:27.806Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45382026-08-21T22:32:28.435Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
45392026-08-21T22:32:28.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
45402026-08-21T22:32:29.133Z
45412026-08-21T22:32:29.133Zinfo: running `cargo check --bins` on omicron-omdb (293/337)
45422026-08-21T22:32:29.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45432026-08-21T22:32:29.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45442026-08-21T22:32:30.099Z Compiling darling_core v0.21.3
45452026-08-21T22:32:30.099Z Compiling vergen-lib v0.1.6
45462026-08-21T22:32:30.099Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45472026-08-21T22:32:30.103Z Compiling diesel_derives v2.3.7
45482026-08-21T22:32:30.103Z Checking scheduled-thread-pool v0.2.7
45492026-08-21T22:32:30.103Z Compiling vergen-gitcl v1.0.8
45502026-08-21T22:32:30.103Z Compiling diesel_table_macro_syntax v0.3.0
45512026-08-21T22:32:30.258Z Compiling dirs-sys-next v0.1.2
45522026-08-21T22:32:30.413Z Compiling glob v0.3.3
45532026-08-21T22:32:30.431Z Compiling crunchy v0.2.4
45542026-08-21T22:32:30.449Z Compiling dirs-next v2.0.0
45552026-08-21T22:32:30.525Z Checking r2d2 v0.8.10
45562026-08-21T22:32:30.556Z Checking downcast-rs v2.0.2
45572026-08-21T22:32:30.571Z Compiling tiny-keccak v2.0.2
45582026-08-21T22:32:30.649Z Compiling term v0.7.0
45592026-08-21T22:32:30.780Z Compiling clang-sys v1.8.1
45602026-08-21T22:32:30.800Z Compiling bit-vec v0.6.3
45612026-08-21T22:32:30.896Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45622026-08-21T22:32:31.016Z Compiling bit-set v0.5.3
45632026-08-21T22:32:31.082Z Compiling ascii-canvas v3.0.0
45642026-08-21T22:32:31.147Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45652026-08-21T22:32:31.177Z Compiling itertools v0.10.5
45662026-08-21T22:32:31.228Z Compiling ena v0.14.4
45672026-08-21T22:32:31.244Z Compiling libloading v0.8.9
45682026-08-21T22:32:31.289Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45692026-08-21T22:32:31.305Z Compiling diff v0.1.13
45702026-08-21T22:32:31.320Z Compiling bindgen v0.71.1
45712026-08-21T22:32:31.433Z Compiling regex-syntax v0.6.29
45722026-08-21T22:32:31.606Z Compiling cexpr v0.6.0
45732026-08-21T22:32:31.727Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45742026-08-21T22:32:31.907Z Compiling rustc-hash v2.1.1
45752026-08-21T22:32:31.924Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45762026-08-21T22:32:32.231Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45772026-08-21T22:32:32.252Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45782026-08-21T22:32:32.276Z Compiling libxml v0.3.3
45792026-08-21T22:32:32.300Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45802026-08-21T22:32:32.477Z Compiling strum_macros v0.24.3
45812026-08-21T22:32:32.529Z Compiling indoc v1.0.9
45822026-08-21T22:32:32.730Z Compiling darling_macro v0.21.3
45832026-08-21T22:32:32.964Z Compiling lalrpop v0.19.12
45842026-08-21T22:32:33.248Z Compiling darling v0.21.3
45852026-08-21T22:32:33.341Z Compiling dsl_auto_type v0.2.0
45862026-08-21T22:32:33.509Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45872026-08-21T22:32:33.530Z Checking derive_builder v0.20.2
45882026-08-21T22:32:33.647Z Compiling oso-derive v0.27.3
45892026-08-21T22:32:33.693Z Checking quick-xml v0.37.5
45902026-08-21T22:32:33.797Z Compiling impl-trait-for-tuples v0.2.3
45912026-08-21T22:32:34.156Z Checking openssl-probe v0.1.6
45922026-08-21T22:32:34.297Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45932026-08-21T22:32:34.558Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45942026-08-21T22:32:34.755Z Checking bb8 v0.8.6
45952026-08-21T22:32:35.043Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45962026-08-21T22:32:35.043Z Checking nonempty v0.12.0
45972026-08-21T22:32:35.075Z Compiling libz-sys v1.1.24
45982026-08-21T22:32:35.224Z Compiling strsim v0.10.0
45992026-08-21T22:32:35.265Z Compiling libgit2-sys v0.18.3+1.9.2
46002026-08-21T22:32:35.335Z Compiling vergen-git2 v9.1.0
46012026-08-21T22:32:35.525Z Compiling darling_core v0.13.4
46022026-08-21T22:32:35.580Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
46032026-08-21T22:32:35.657Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
46042026-08-21T22:32:35.794Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
46052026-08-21T22:32:36.006Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
46062026-08-21T22:32:36.242Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
46072026-08-21T22:32:36.380Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
46082026-08-21T22:32:36.622Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
46092026-08-21T22:32:36.668Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
46102026-08-21T22:32:36.807Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
46112026-08-21T22:32:36.996Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
46122026-08-21T22:32:37.184Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
46132026-08-21T22:32:37.374Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
46142026-08-21T22:32:37.452Z Compiling darling_macro v0.13.4
46152026-08-21T22:32:37.760Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
46162026-08-21T22:32:37.942Z Compiling darling v0.13.4
46172026-08-21T22:32:38.037Z Compiling serde_with_macros v1.5.2
46182026-08-21T22:32:38.142Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
46192026-08-21T22:32:38.725Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46202026-08-21T22:32:38.870Z Compiling serde_with v1.14.0
46212026-08-21T22:32:38.907Z Checking twox-hash v2.1.2
46222026-08-21T22:32:39.146Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46232026-08-21T22:32:39.209Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
46242026-08-21T22:32:39.252Z Checking diesel v2.3.7
46252026-08-21T22:32:39.989Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
46262026-08-21T22:32:40.824Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46272026-08-21T22:32:40.987Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
46282026-08-21T22:32:41.615Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
46292026-08-21T22:32:41.711Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46302026-08-21T22:32:42.368Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46312026-08-21T22:32:42.460Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
46322026-08-21T22:32:42.746Z Checking libsw-core v0.3.2
46332026-08-21T22:32:42.906Z Checking atty v0.2.14
46342026-08-21T22:32:42.971Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46352026-08-21T22:32:43.009Z Checking libsw v3.5.0
46362026-08-21T22:32:43.128Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
46372026-08-21T22:32:43.163Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
46382026-08-21T22:32:43.186Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46392026-08-21T22:32:43.276Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
46402026-08-21T22:32:44.557Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
46412026-08-21T22:32:44.775Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
46422026-08-21T22:32:45.205Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
46432026-08-21T22:32:45.300Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46442026-08-21T22:32:45.481Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
46452026-08-21T22:32:45.667Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
46462026-08-21T22:32:45.816Z Checking fatfs v0.3.6
46472026-08-21T22:32:46.247Z Checking console v0.16.2
46482026-08-21T22:32:46.265Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
46492026-08-21T22:32:46.575Z Compiling seq-macro v0.3.6
46502026-08-21T22:32:47.083Z Checking unit-prefix v0.5.2
46512026-08-21T22:32:47.219Z Checking indicatif v0.18.4
46522026-08-21T22:32:47.609Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
46532026-08-21T22:32:47.628Z Checking oxide-update-engine-display v0.1.2
46542026-08-21T22:32:47.933Z Checking support-bundle-viewer v0.1.2
46552026-08-21T22:32:48.192Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
46562026-08-21T22:32:48.272Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46572026-08-21T22:32:48.464Z Checking multimap v0.10.1
46582026-08-21T22:32:54.235Z Checking diesel-dtrace v0.5.0
46592026-08-21T22:32:54.487Z Checking async-bb8-diesel v0.2.1
46602026-08-21T22:32:57.543Z Compiling samael v0.0.19
46612026-08-21T22:33:00.931Z Compiling git2 v0.20.4
46622026-08-21T22:33:03.853Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
46632026-08-21T22:33:04.222Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46642026-08-21T22:33:05.141Z Compiling polar-core v0.27.3
46652026-08-21T22:33:09.560Z Checking oso v0.27.3
46662026-08-21T22:33:41.437Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
46672026-08-21T22:34:56.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
46682026-08-21T22:34:56.426Z
46692026-08-21T22:34:56.426Zinfo: running `cargo check --bins` on nexus-networking (294/337)
46702026-08-21T22:34:56.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46712026-08-21T22:34:56.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46722026-08-21T22:34:56.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46732026-08-21T22:34:57.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
46742026-08-21T22:34:57.102Z
46752026-08-21T22:34:57.102Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (295/337)
46762026-08-21T22:34:57.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46772026-08-21T22:34:57.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46782026-08-21T22:34:57.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46792026-08-21T22:34:57.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46802026-08-21T22:34:57.742Z
46812026-08-21T22:34:57.742Zinfo: running `cargo check --bins` on nexus-saga-recovery (296/337)
46822026-08-21T22:34:58.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46832026-08-21T22:34:58.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46842026-08-21T22:34:58.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46852026-08-21T22:34:58.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46862026-08-21T22:34:58.382Z
46872026-08-21T22:34:58.382Zinfo: running `cargo check --bins` on nexus-test-utils-macros (297/337)
46882026-08-21T22:34:58.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46892026-08-21T22:34:58.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46902026-08-21T22:34:58.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46912026-08-21T22:34:58.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
46922026-08-21T22:34:58.941Z
46932026-08-21T22:34:58.941Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (298/337)
46942026-08-21T22:34:59.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46952026-08-21T22:34:59.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46962026-08-21T22:34:59.765Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46972026-08-21T22:35:00.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
46982026-08-21T22:35:00.724Z
46992026-08-21T22:35:00.724Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (299/337)
47002026-08-21T22:35:01.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47012026-08-21T22:35:01.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47022026-08-21T22:35:01.547Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47032026-08-21T22:35:40.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.58s
47042026-08-21T22:35:40.561Z
47052026-08-21T22:35:40.561Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (300/337)
47062026-08-21T22:35:41.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47072026-08-21T22:35:41.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47082026-08-21T22:35:41.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47092026-08-21T22:35:41.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47102026-08-21T22:35:41.091Z
47112026-08-21T22:35:41.091Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (301/337)
47122026-08-21T22:35:41.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47132026-08-21T22:35:41.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47142026-08-21T22:35:41.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47152026-08-21T22:35:41.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47162026-08-21T22:35:41.650Z
47172026-08-21T22:35:41.650Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (302/337)
47182026-08-21T22:35:42.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47192026-08-21T22:35:42.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47202026-08-21T22:35:42.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47212026-08-21T22:35:42.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47222026-08-21T22:35:42.266Z
47232026-08-21T22:35:42.266Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (303/337)
47242026-08-21T22:35:42.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47252026-08-21T22:35:42.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47262026-08-21T22:35:42.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47272026-08-21T22:35:42.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47282026-08-21T22:35:42.890Z
47292026-08-21T22:35:42.891Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (304/337)
47302026-08-21T22:35:43.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47312026-08-21T22:35:43.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47322026-08-21T22:35:43.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47332026-08-21T22:35:43.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47342026-08-21T22:35:43.517Z
47352026-08-21T22:35:43.517Zinfo: running `cargo check --bins` on nexus-mgs-updates (305/337)
47362026-08-21T22:35:44.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47372026-08-21T22:35:44.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47382026-08-21T22:35:44.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47392026-08-21T22:35:44.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47402026-08-21T22:35:44.135Z
47412026-08-21T22:35:44.135Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (306/337)
47422026-08-21T22:35:44.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47432026-08-21T22:35:44.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47442026-08-21T22:35:44.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47452026-08-21T22:35:44.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47462026-08-21T22:35:44.765Z
47472026-08-21T22:35:44.765Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (307/337)
47482026-08-21T22:35:45.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47492026-08-21T22:35:45.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47502026-08-21T22:35:45.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47512026-08-21T22:35:45.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47522026-08-21T22:35:45.393Z
47532026-08-21T22:35:45.393Zinfo: running `cargo check --bins` on nexus-switch-config (308/337)
47542026-08-21T22:35:45.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47552026-08-21T22:35:45.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47562026-08-21T22:35:45.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47572026-08-21T22:35:45.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47582026-08-21T22:35:46.004Z
47592026-08-21T22:35:46.004Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (309/337)
47602026-08-21T22:35:46.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47612026-08-21T22:35:46.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47622026-08-21T22:35:46.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47632026-08-21T22:35:46.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47642026-08-21T22:35:46.638Z
47652026-08-21T22:35:46.638Zinfo: running `cargo check --bins` on support-bundle-collection (310/337)
47662026-08-21T22:35:47.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47672026-08-21T22:35:47.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47682026-08-21T22:35:47.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47692026-08-21T22:35:47.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47702026-08-21T22:35:47.263Z
47712026-08-21T22:35:47.263Zinfo: running `cargo check --bins` on omicron-dev (311/337)
47722026-08-21T22:35:47.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47732026-08-21T22:35:47.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47742026-08-21T22:35:48.155Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47752026-08-21T22:35:48.158Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47762026-08-21T22:35:48.347Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
47772026-08-21T22:35:48.350Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
47782026-08-21T22:35:48.388Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
47792026-08-21T22:35:48.405Z Checking diff v0.1.13
47802026-08-21T22:35:48.408Z Checking yansi v1.0.1
47812026-08-21T22:35:48.408Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
47822026-08-21T22:35:48.478Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
47832026-08-21T22:35:48.666Z Checking pretty_assertions v1.4.1
47842026-08-21T22:35:49.420Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47852026-08-21T22:35:49.449Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47862026-08-21T22:36:14.430Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47872026-08-21T22:36:14.433Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47882026-08-21T22:36:14.433Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47892026-08-21T22:36:14.433Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
47902026-08-21T22:36:14.433Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
47912026-08-21T22:36:14.433Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
47922026-08-21T22:36:14.433Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
47932026-08-21T22:36:15.307Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
47942026-08-21T22:36:15.307Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47952026-08-21T22:36:16.568Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47962026-08-21T22:36:55.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
47972026-08-21T22:36:55.041Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
47982026-08-21T22:36:55.041Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
47992026-08-21T22:36:55.252Z
48002026-08-21T22:36:55.253Zinfo: running `cargo check --bins` on oximeter-load-test (312/337)
48012026-08-21T22:36:55.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48022026-08-21T22:36:55.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48032026-08-21T22:36:55.964Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
48042026-08-21T22:36:56.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
48052026-08-21T22:36:56.783Z
48062026-08-21T22:36:56.785Zinfo: running `cargo check --bins` on omicron-pins (313/337)
48072026-08-21T22:36:57.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48082026-08-21T22:36:57.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48092026-08-21T22:36:57.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48102026-08-21T22:36:57.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
48112026-08-21T22:36:57.338Z
48122026-08-21T22:36:57.338Zinfo: running `cargo check --bins` on rack-init-config (314/337)
48132026-08-21T22:36:57.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48142026-08-21T22:36:57.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48152026-08-21T22:36:57.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48162026-08-21T22:36:57.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
48172026-08-21T22:36:57.921Z
48182026-08-21T22:36:57.921Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (315/337)
48192026-08-21T22:36:58.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48202026-08-21T22:36:58.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48212026-08-21T22:36:58.700Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
48222026-08-21T22:36:58.841Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
48232026-08-21T22:36:58.841Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
48242026-08-21T22:37:25.673Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
48252026-08-21T22:37:26.077Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
48262026-08-21T22:37:27.840Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
48272026-08-21T22:37:28.318Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
48282026-08-21T22:37:31.425Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
48292026-08-21T22:37:55.164Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48302026-08-21T22:37:55.900Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48312026-08-21T22:37:57.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.67s
48322026-08-21T22:37:57.799Z
48332026-08-21T22:37:57.799Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (316/337)
48342026-08-21T22:37:58.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48352026-08-21T22:37:58.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48362026-08-21T22:37:58.517Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
48372026-08-21T22:37:59.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
48382026-08-21T22:37:59.405Z
48392026-08-21T22:37:59.405Zinfo: running `cargo check --bins` on omicron-releng (317/337)
48402026-08-21T22:37:59.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48412026-08-21T22:37:59.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48422026-08-21T22:38:00.025Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
48432026-08-21T22:38:00.028Z Compiling fs-err v2.11.0
48442026-08-21T22:38:00.142Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
48452026-08-21T22:38:00.154Z Checking parse-size v1.1.0
48462026-08-21T22:38:00.164Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
48472026-08-21T22:38:00.167Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48482026-08-21T22:38:00.167Z Checking shell-words v1.1.1
48492026-08-21T22:38:00.252Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48502026-08-21T22:38:00.578Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48512026-08-21T22:38:00.756Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48522026-08-21T22:38:01.436Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
48532026-08-21T22:38:02.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s
48542026-08-21T22:38:02.564Z
48552026-08-21T22:38:02.564Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (318/337)
48562026-08-21T22:38:03.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48572026-08-21T22:38:03.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48582026-08-21T22:38:03.194Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
48592026-08-21T22:38:03.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
48602026-08-21T22:38:03.858Z
48612026-08-21T22:38:03.858Zinfo: running `cargo check --bins` on schema (319/337)
48622026-08-21T22:38:04.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48632026-08-21T22:38:04.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48642026-08-21T22:38:04.581Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
48652026-08-21T22:38:05.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
48662026-08-21T22:38:05.475Z
48672026-08-21T22:38:05.475Zinfo: running `cargo check --bins` on xtask (320/337)
48682026-08-21T22:38:05.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48692026-08-21T22:38:05.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48702026-08-21T22:38:05.873Z Checking serde_core v1.0.228
48712026-08-21T22:38:05.873Z Checking libc v0.2.185
48722026-08-21T22:38:05.952Z Checking bitflags v2.11.0
48732026-08-21T22:38:05.959Z Checking scroll v0.12.0
48742026-08-21T22:38:05.962Z Checking thiserror v1.0.69
48752026-08-21T22:38:05.971Z Checking log v0.4.33
48762026-08-21T22:38:05.979Z Checking indexmap v2.14.0
48772026-08-21T22:38:05.986Z Checking zerocopy v0.7.35
48782026-08-21T22:38:06.050Z Checking syn v2.0.117
48792026-08-21T22:38:06.091Z Checking dtrace-parser v0.2.0
48802026-08-21T22:38:06.108Z Checking once_cell v1.21.3
48812026-08-21T22:38:06.166Z Checking goblin v0.8.2
48822026-08-21T22:38:06.226Z Checking errno v0.3.14
48832026-08-21T22:38:06.276Z Checking thread-id v4.2.2
48842026-08-21T22:38:06.319Z Checking getrandom v0.3.4
48852026-08-21T22:38:06.341Z Checking rustix v1.1.4
48862026-08-21T22:38:06.352Z Checking memmap v0.7.0
48872026-08-21T22:38:06.447Z Checking thiserror v2.0.18
48882026-08-21T22:38:06.467Z Checking fs-err v3.3.0
48892026-08-21T22:38:06.477Z Checking tabled v0.15.0
48902026-08-21T22:38:06.502Z Checking anyhow v1.0.104
48912026-08-21T22:38:07.097Z Checking terminal_size v0.4.3
48922026-08-21T22:38:07.097Z Checking tempfile v3.27.0
48932026-08-21T22:38:07.204Z Checking clap_builder v4.6.0
48942026-08-21T22:38:07.208Z Checking textwrap v0.16.2
48952026-08-21T22:38:07.387Z Checking serde v1.0.228
48962026-08-21T22:38:07.391Z Checking serde_json v1.0.151
48972026-08-21T22:38:07.391Z Checking camino v1.2.5
48982026-08-21T22:38:07.415Z Checking semver v1.0.28
48992026-08-21T22:38:07.550Z Checking cargo-platform v0.3.2
49002026-08-21T22:38:07.631Z Checking camino-tempfile v1.4.1
49012026-08-21T22:38:07.782Z Checking toml_datetime v0.6.11
49022026-08-21T22:38:07.782Z Checking serde_spanned v0.6.9
49032026-08-21T22:38:07.785Z Checking macaddr v1.0.1
49042026-08-21T22:38:07.785Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
49052026-08-21T22:38:07.958Z Checking toml_edit v0.22.27
49062026-08-21T22:38:07.984Z Checking dof v0.3.0
49072026-08-21T22:38:07.984Z Checking cargo_metadata v0.23.1
49082026-08-21T22:38:08.266Z Checking usdt-impl v0.5.0
49092026-08-21T22:38:08.388Z Checking clap v4.6.1
49102026-08-21T22:38:08.522Z Checking usdt v0.5.0
49112026-08-21T22:38:08.934Z Checking toml v0.8.23
49122026-08-21T22:38:09.191Z Checking cargo_toml v0.21.0
49132026-08-21T22:38:09.819Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
49142026-08-21T22:38:10.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.73s
49152026-08-21T22:38:10.313Z
49162026-08-21T22:38:10.313Zinfo: running `cargo check --bins` on dnsadm (321/337)
49172026-08-21T22:38:10.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49182026-08-21T22:38:10.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49192026-08-21T22:38:10.948Z Checking arc-swap v1.8.2
49202026-08-21T22:38:11.226Z Checking slog-scope v4.4.1
49212026-08-21T22:38:11.338Z Checking slog-stdlog v4.1.1
49222026-08-21T22:38:11.433Z Checking slog-envlogger v2.2.0
49232026-08-21T22:38:11.551Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
49242026-08-21T22:38:11.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
49252026-08-21T22:38:12.149Z
49262026-08-21T22:38:12.150Zinfo: running `cargo check --bins` on end-to-end-tests (322/337)
49272026-08-21T22:38:12.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49282026-08-21T22:38:12.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49292026-08-21T22:38:12.945Z Checking cpubits v0.1.1
49302026-08-21T22:38:13.070Z Checking pem-rfc7468 v1.0.0
49312026-08-21T22:38:13.083Z Checking hmac v0.13.0
49322026-08-21T22:38:13.086Z Checking universal-hash v0.6.1
49332026-08-21T22:38:13.105Z Checking ctr v0.10.1
49342026-08-21T22:38:13.105Z Checking aead v0.6.1
49352026-08-21T22:38:13.133Z Checking aes v0.9.1
49362026-08-21T22:38:13.136Z Checking crypto-bigint v0.7.5
49372026-08-21T22:38:13.168Z Checking salsa20 v0.11.0
49382026-08-21T22:38:13.215Z Checking der v0.8.0
49392026-08-21T22:38:13.232Z Checking pbkdf2 v0.13.0
49402026-08-21T22:38:13.232Z Checking polyval v0.7.1
49412026-08-21T22:38:13.268Z Checking cbc v0.2.1
49422026-08-21T22:38:13.290Z Checking ff v0.14.0
49432026-08-21T22:38:13.337Z Checking signature v3.0.0
49442026-08-21T22:38:13.354Z Checking scrypt v0.12.0
49452026-08-21T22:38:13.403Z Checking base16ct v1.0.0
49462026-08-21T22:38:13.418Z Checking group v0.14.0
49472026-08-21T22:38:13.421Z Checking ghash v0.6.0
49482026-08-21T22:38:13.488Z Checking hkdf v0.13.0
49492026-08-21T22:38:13.520Z Compiling curve25519-dalek v5.0.0
49502026-08-21T22:38:13.538Z Checking keccak v0.2.0
49512026-08-21T22:38:13.552Z Checking aes-gcm v0.11.0
49522026-08-21T22:38:13.567Z Checking wnaf v0.14.0
49532026-08-21T22:38:13.570Z Checking poly1305 v0.9.0
49542026-08-21T22:38:13.618Z Checking blowfish v0.10.0
49552026-08-21T22:38:13.689Z Checking blake2 v0.11.0-rc.6
49562026-08-21T22:38:13.712Z Checking sha3 v0.11.0
49572026-08-21T22:38:13.731Z Checking kem v0.3.0
49582026-08-21T22:38:13.768Z Checking bcrypt-pbkdf v0.11.0
49592026-08-21T22:38:13.847Z Checking module-lattice v0.2.3
49602026-08-21T22:38:13.847Z Checking sponge-cursor v0.1.0
49612026-08-21T22:38:13.937Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
49622026-08-21T22:38:13.952Z Checking argon2 v0.6.0-rc.8
49632026-08-21T22:38:13.985Z Checking sha3 v0.12.0
49642026-08-21T22:38:14.011Z Checking spki v0.8.0
49652026-08-21T22:38:14.051Z Checking sec1 v0.8.1
49662026-08-21T22:38:14.066Z Checking ml-kem v0.3.2
49672026-08-21T22:38:14.114Z Checking internal-russh-num-bigint v0.5.0
49682026-08-21T22:38:14.179Z Checking pkcs5 v0.8.1
49692026-08-21T22:38:14.179Z Checking pkcs1 v0.8.0-rc.4
49702026-08-21T22:38:14.256Z Checking num-bigint v0.4.6
49712026-08-21T22:38:14.256Z Checking generic-array v1.4.3
49722026-08-21T22:38:14.385Z Checking russh-util v0.52.0
49732026-08-21T22:38:14.485Z Checking pkcs8 v0.11.0
49742026-08-21T22:38:14.506Z Compiling enum_dispatch v0.3.13
49752026-08-21T22:38:14.661Z Compiling delegate v0.13.5
49762026-08-21T22:38:14.682Z Checking ed25519 v3.0.0
49772026-08-21T22:38:14.797Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49782026-08-21T22:38:14.838Z Checking md5 v0.8.0
49792026-08-21T22:38:14.878Z Checking ed25519-dalek v3.0.0
49802026-08-21T22:38:14.960Z Checking hex-literal v1.1.0
49812026-08-21T22:38:15.024Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
49822026-08-21T22:38:15.064Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
49832026-08-21T22:38:15.103Z Checking socket2 v0.5.10
49842026-08-21T22:38:15.168Z Checking internet-checksum v0.2.1
49852026-08-21T22:38:15.199Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49862026-08-21T22:38:15.346Z Checking elliptic-curve v0.14.1
49872026-08-21T22:38:15.346Z Checking primefield v0.14.0
49882026-08-21T22:38:15.346Z Checking rfc6979 v0.6.0
49892026-08-21T22:38:15.389Z Checking ssh-encoding v0.3.0
49902026-08-21T22:38:15.443Z Checking crypto-primes v0.7.2
49912026-08-21T22:38:15.600Z Checking ssh-cipher v0.3.0
49922026-08-21T22:38:15.600Z Checking russh-cryptovec v0.62.0
49932026-08-21T22:38:15.748Z Checking primeorder v0.14.0
49942026-08-21T22:38:15.749Z Checking ecdsa v0.17.0
49952026-08-21T22:38:16.125Z Checking p384 v0.14.0
49962026-08-21T22:38:16.129Z Checking p256 v0.14.0
49972026-08-21T22:38:16.129Z Checking p521 v0.14.0
49982026-08-21T22:38:16.373Z Checking rsa v0.10.0-rc.18
49992026-08-21T22:38:18.929Z Checking ssh-key v0.7.0-rc.11
50002026-08-21T22:38:19.682Z Checking russh v0.62.4
50012026-08-21T22:38:33.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.36s
50022026-08-21T22:38:33.518Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
50032026-08-21T22:38:33.518Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
50042026-08-21T22:38:33.723Z
50052026-08-21T22:38:33.723Zinfo: running `cargo check --bins` on gateway-cli (323/337)
50062026-08-21T22:38:34.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50072026-08-21T22:38:34.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50082026-08-21T22:38:34.358Z Checking termios v0.3.3
50092026-08-21T22:38:34.551Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
50102026-08-21T22:38:35.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
50112026-08-21T22:38:35.316Z
50122026-08-21T22:38:35.316Zinfo: running `cargo check --bins --no-default-features` on installinator (324/337)
50132026-08-21T22:38:35.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50142026-08-21T22:38:35.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50152026-08-21T22:38:35.996Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
50162026-08-21T22:38:36.684Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
50172026-08-21T22:38:38.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s
50182026-08-21T22:38:38.464Z
50192026-08-21T22:38:38.464Zinfo: running `cargo check --bins` on internal-dns-cli (325/337)
50202026-08-21T22:38:38.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50212026-08-21T22:38:38.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50222026-08-21T22:38:39.088Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
50232026-08-21T22:38:39.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
50242026-08-21T22:38:39.688Z
50252026-08-21T22:38:39.688Zinfo: running `cargo check --bins` on omicron-live-tests (326/337)
50262026-08-21T22:38:40.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50272026-08-21T22:38:40.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50282026-08-21T22:38:40.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50292026-08-21T22:38:40.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
50302026-08-21T22:38:40.242Z
50312026-08-21T22:38:40.242Zinfo: running `cargo check --bins` on live-tests-macros (327/337)
50322026-08-21T22:38:40.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50332026-08-21T22:38:40.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50342026-08-21T22:38:40.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50352026-08-21T22:38:40.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
50362026-08-21T22:38:40.797Z
50372026-08-21T22:38:40.797Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (328/337)
50382026-08-21T22:38:41.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50392026-08-21T22:38:41.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50402026-08-21T22:38:41.530Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
50412026-08-21T22:38:42.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
50422026-08-21T22:38:42.306Z
50432026-08-21T22:38:42.306Zinfo: running `cargo check --bins` on omicron-ntp-admin (329/337)
50442026-08-21T22:38:42.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50452026-08-21T22:38:42.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50462026-08-21T22:38:42.937Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
50472026-08-21T22:38:42.937Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
50482026-08-21T22:38:43.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
50492026-08-21T22:38:44.022Z
50502026-08-21T22:38:44.022Zinfo: running `cargo check --bins` on ntp-admin-types (330/337)
50512026-08-21T22:38:44.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50522026-08-21T22:38:44.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50532026-08-21T22:38:44.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50542026-08-21T22:38:44.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
50552026-08-21T22:38:44.580Z
50562026-08-21T22:38:44.580Zinfo: running `cargo check --bins` on omicron-package (331/337)
50572026-08-21T22:38:45.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50582026-08-21T22:38:45.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50592026-08-21T22:38:45.239Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
50602026-08-21T22:38:46.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
50612026-08-21T22:38:46.500Z
50622026-08-21T22:38:46.500Zinfo: running `cargo check --bins` on tqdb (332/337)
50632026-08-21T22:38:47.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50642026-08-21T22:38:47.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50652026-08-21T22:38:47.265Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
50662026-08-21T22:38:47.615Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
50672026-08-21T22:38:48.119Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
50682026-08-21T22:38:48.119Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
50692026-08-21T22:38:54.801Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
50702026-08-21T22:38:54.804Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
50712026-08-21T22:38:54.804Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
50722026-08-21T22:38:55.436Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
50732026-08-21T22:38:55.436Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
50742026-08-21T22:38:55.439Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
50752026-08-21T22:38:55.440Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
50762026-08-21T22:38:56.246Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
50772026-08-21T22:38:56.815Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
50782026-08-21T22:38:57.045Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
50792026-08-21T22:38:57.242Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
50802026-08-21T22:38:58.096Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
50812026-08-21T22:38:58.742Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
50822026-08-21T22:39:03.659Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
50832026-08-21T22:39:10.942Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
50842026-08-21T22:39:10.942Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
50852026-08-21T22:39:10.946Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
50862026-08-21T22:39:10.946Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
50872026-08-21T22:39:12.431Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
50882026-08-21T22:39:13.719Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
50892026-08-21T22:39:14.399Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
50902026-08-21T22:39:15.680Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
50912026-08-21T22:39:16.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.72s
50922026-08-21T22:39:16.427Z
50932026-08-21T22:39:16.427Zinfo: running `cargo check --bins` on wicket-dbg (333/337)
50942026-08-21T22:39:16.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50952026-08-21T22:39:16.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50962026-08-21T22:39:17.120Z Checking rtoolbox v0.0.3
50972026-08-21T22:39:17.120Z Checking tui-tree-widget v0.23.1
50982026-08-21T22:39:17.234Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
50992026-08-21T22:39:17.248Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
51002026-08-21T22:39:17.340Z Checking rpassword v7.5.4
51012026-08-21T22:39:20.138Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
51022026-08-21T22:39:21.985Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
51032026-08-21T22:39:22.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.47s
51042026-08-21T22:39:23.097Z
51052026-08-21T22:39:23.097Zinfo: running `cargo check --bins` on wicket (334/337)
51062026-08-21T22:39:23.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51072026-08-21T22:39:23.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51082026-08-21T22:39:23.776Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
51092026-08-21T22:39:24.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
51102026-08-21T22:39:24.322Z
51112026-08-21T22:39:24.322Zinfo: running `cargo check --bins` on wicketd (335/337)
51122026-08-21T22:39:24.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51132026-08-21T22:39:24.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51142026-08-21T22:39:25.012Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
51152026-08-21T22:39:28.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.25s
51162026-08-21T22:39:28.766Z
51172026-08-21T22:39:28.766Zinfo: running `cargo check --bins` on omicron-workspace-hack (336/337)
51182026-08-21T22:39:29.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51192026-08-21T22:39:29.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51202026-08-21T22:39:29.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
51212026-08-21T22:39:29.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
51222026-08-21T22:39:29.326Z
51232026-08-21T22:39:29.326Zinfo: running `cargo check --bins` on zone-setup (337/337)
51242026-08-21T22:39:29.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51252026-08-21T22:39:29.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51262026-08-21T22:39:29.986Z Checking uzers v0.12.2
51272026-08-21T22:39:30.254Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
51282026-08-21T22:39:31.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
51292026-08-21T22:39:31.234Z
51302026-08-21T22:39:31.234Zreal 14:01.641674958
51312026-08-21T22:39:31.234Zuser 21:21.701079265
51322026-08-21T22:39:31.234Zsys 4:19.413598696
51332026-08-21T22:39:31.234Ztrap 0.344051118
51342026-08-21T22:39:31.234Ztflt 0.587359556
51352026-08-21T22:39:31.234Zdflt 0.837862434
51362026-08-21T22:39:31.234Zkflt 0.004443275
51372026-08-21T22:39:31.234Zlock 1:29:33.069707083
51382026-08-21T22:39:31.234Zslp 1:40:57.022165427
51392026-08-21T22:39:31.234Zlat 57.482797140
51402026-08-21T22:39:31.234Zstop 4:03.325642719
51412026-08-21T22:39:31.237Zprocess exited: duration 972913 ms, exit code 0
 
51422026-08-21T22:39:31.245Zfound 0 output files