01KY6KMBNR7F2THDX80VSGA174: 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: 01KY6KN5BYYD82055A9BXJ5CFW

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-23T04:28:25.855Zjob assigned to worker 01KY6KNE0BE2KSDYWKW1FA46Y9 [factory aws, i-02019876553452d08] (queued for 51 s)
 
22026-07-23T04:28:32.388Zstarting task 0: "setup"
32026-07-23T04:28:32.394Z++ uname -s
42026-07-23T04:28:32.398Z+ kern=SunOS
52026-07-23T04:28:32.398Z+ build_user=build
62026-07-23T04:28:32.398Z+ build_uid=12345
72026-07-23T04:28:32.398Z+ work_dir=/work
82026-07-23T04:28:32.398Z+ input_dir=/input
92026-07-23T04:28:32.398Z+ [[ 0 == 12345 ]]
102026-07-23T04:28:32.398Z+ case "$kern" in
112026-07-23T04:28:32.398Z+ groupadd -g 12345 build
122026-07-23T04:28:32.410Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-23T04:28:34.415Z+ zfs create -o mountpoint=/work rpool/work
142026-07-23T04:28:34.515Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-23T04:28:34.520Z+ home_fs=zfs
162026-07-23T04:28:34.520Z+ [[ zfs == autofs ]]
172026-07-23T04:28:34.521Z+ mkdir -p /home/build
182026-07-23T04:28:34.521Z+ chown build:build /home/build /work
192026-07-23T04:28:36.517Z+ chmod 0700 /home/build /work
202026-07-23T04:28:36.521Zprocess exited: duration 4130 ms, exit code 0
 
212026-07-23T04:28:36.527Zstarting task 1: "rust-toolchain"
222026-07-23T04:28:36.534Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-23T04:28:36.534Z * rust toolchain channel = "1.96.1"
242026-07-23T04:28:36.534Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-23T04:28:36.534Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-23T04:28:36.534Z * rust toolchain profile = "default"
272026-07-23T04:28:36.534Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-23T04:28:36.538Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-23T04:28:36.538Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-23T04:28:36.608Zinfo: downloading installer
312026-07-23T04:28:38.140Zwarn: It looks like you have an existing rustup settings file at:
322026-07-23T04:28:38.140Zwarn: /home/build/.rustup/settings.toml
332026-07-23T04:28:38.140Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-23T04:28:38.140Zwarn: instead of the one inferred from the default host triple.
352026-07-23T04:28:38.152Zinfo: profile set to default
362026-07-23T04:28:38.152Zinfo: default host triple is x86_64-unknown-illumos
372026-07-23T04:28:38.155Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-23T04:28:38.293Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-23T04:28:38.299Zinfo: downloading 6 components
402026-07-23T04:28:52.917Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-23T04:28:52.917Z
422026-07-23T04:28:52.955Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-23T04:28:52.955Z
442026-07-23T04:28:52.955Z
452026-07-23T04:28:52.955ZRust is installed now. Great!
462026-07-23T04:28:52.955Z
472026-07-23T04:28:52.955ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-23T04:28:52.955Zenvironment variable. This has not been done automatically.
492026-07-23T04:28:52.956Z
502026-07-23T04:28:52.956ZTo configure your current shell, you need to source
512026-07-23T04:28:52.956Zthe corresponding env file under $HOME/.cargo.
522026-07-23T04:28:52.956Z
532026-07-23T04:28:52.956ZThis is usually done by running one of the following (note the leading DOT):
542026-07-23T04:28:52.969Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-23T04:28:52.969Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-23T04:28:52.969Zsource "~/.cargo/env.nu" # For nushell
572026-07-23T04:28:52.971Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-23T04:28:52.971Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-23T04:28:52.971Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-23T04:28:52.971Zwarn: no default linker (`cc`) was found in your PATH
612026-07-23T04:28:52.971Zwarn: many Rust crates require a system C toolchain to build
622026-07-23T04:28:53.052Z+ rustup --version
632026-07-23T04:28:53.058Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-23T04:28:53.061Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-23T04:28:53.078Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-23T04:28:53.088Z+ cargo --version
672026-07-23T04:28:53.097Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-23T04:28:53.116Z+ rustc --version
692026-07-23T04:28:53.133Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-23T04:28:53.133Zprocess exited: duration 16591 ms, exit code 0
 
712026-07-23T04:28:53.166Zstarting task 2: "authentication"
722026-07-23T04:28:53.194Zprocess exited: duration 26 ms, exit code 0
 
732026-07-23T04:28:53.221Zstarting task 3: "clone repository"
742026-07-23T04:28:53.231Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-23T04:28:53.232Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-23T04:28:53.260ZCloning into '/work/oxidecomputer/omicron'...
772026-07-23T04:29:02.344Z+ cd /work/oxidecomputer/omicron
782026-07-23T04:29:02.344Z+ git fetch origin a51628199c25eda0468ccfd9af17053de9532a99
792026-07-23T04:29:02.621ZFrom https://github.com/oxidecomputer/omicron
802026-07-23T04:29:02.621Z * branch a51628199c25eda0468ccfd9af17053de9532a99 -> FETCH_HEAD
812026-07-23T04:29:02.632Z+ [[ -n sunshowers/spr/draft-11n-wicketd-add-the-commission-api-client-and-openapi-document ]]
822026-07-23T04:29:02.635Z++ git branch --show-current
832026-07-23T04:29:02.635Z+ current=main
842026-07-23T04:29:02.635Z+ [[ main != sunshowers/spr/draft-11n-wicketd-add-the-commission-api-client-and-openapi-document ]]
852026-07-23T04:29:02.635Z+ git branch -f sunshowers/spr/draft-11n-wicketd-add-the-commission-api-client-and-openapi-document a51628199c25eda0468ccfd9af17053de9532a99
862026-07-23T04:29:02.639Z+ git checkout -f sunshowers/spr/draft-11n-wicketd-add-the-commission-api-client-and-openapi-document
872026-07-23T04:29:02.688ZSwitched to branch 'sunshowers/spr/draft-11n-wicketd-add-the-commission-api-client-and-openapi-document'
882026-07-23T04:29:02.691Z+ git reset --hard a51628199c25eda0468ccfd9af17053de9532a99
892026-07-23T04:29:02.745ZHEAD is now at a51628199 lots more updates
902026-07-23T04:29:02.748Zprocess exited: duration 9526 ms, exit code 0
 
912026-07-23T04:29:02.754Zstarting task 4: "build"
922026-07-23T04:29:02.758Z+ source .github/buildomat/ci-env.sh
932026-07-23T04:29:02.761Z++ export CARGO_TERM_COLOR=always
942026-07-23T04:29:02.761Z++ CARGO_TERM_COLOR=always
952026-07-23T04:29:02.761Z+++ uname -s
962026-07-23T04:29:02.761Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-23T04:29:02.761Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-23T04:29:02.761Z+ cargo --version
992026-07-23T04:29:02.770Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-23T04:29:02.773Z+ rustc --version
1012026-07-23T04:29:02.794Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-23T04:29:02.797Z+ source ./env.sh
1032026-07-23T04:29:02.797Z++ OLD_SHELL_OPTS=ehxB
1042026-07-23T04:29:02.797Z++ set -o xtrace
1052026-07-23T04:29:02.797Z++++ dirname ./env.sh
1062026-07-23T04:29:02.812Z+++ readlink -f .
1072026-07-23T04:29:02.815Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-07-23T04:29:02.815Z++ 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-07-23T04:29:02.815Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-07-23T04:29:02.816Z++ 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-07-23T04:29:02.816Z++ 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-07-23T04:29:02.816Z++ 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-07-23T04:29:02.816Z++ 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-07-23T04:29:02.816Z++ 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-07-23T04:29:02.816Z++ 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-07-23T04:29:02.816Z++ 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-07-23T04:29:02.816Z++ 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-07-23T04:29:02.816Z++ case $OLD_SHELL_OPTS in
1192026-07-23T04:29:02.816Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-07-23T04:29:02.816Z+ 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-07-23T04:29:02.816Z+ 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-07-23T04:29:02.816Z+ banner prerequisites
1232026-07-23T04:29:02.819Z
1242026-07-23T04:29:02.819Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-07-23T04:29:02.819Z # # # # # # # # # # # # # # #
1262026-07-23T04:29:02.820Z # # # # ##### # # ##### # # # # # #### #
1272026-07-23T04:29:02.820Z ##### ##### # ##### # # # # # # # # #
1282026-07-23T04:29:02.820Z # # # # # # # # # # # # # # #
1292026-07-23T04:29:02.820Z # # # ###### # # ###### ### # #### # #### #
1302026-07-23T04:29:02.820Z
1312026-07-23T04:29:02.820Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-07-23T04:29:05.005Z Startup: Refreshing catalog 'helios' ... Done
1332026-07-23T04:29:05.224Z Startup: Caching catalogs ... Done
1342026-07-23T04:29:06.356ZPlanning: Solver setup ... Done (1.020s)
1352026-07-23T04:29:06.403ZPlanning: Running solver ... Done (0.042s)
1362026-07-23T04:29:06.449ZPlanning: Finding local manifests ... Done (0.012s)
1372026-07-23T04:29:06.449ZPlanning: Fetching manifests: 0/2 0% complete
1382026-07-23T04:29:06.476ZPlanning: Fetching manifests: 2/2 100% complete
1392026-07-23T04:29:06.476ZPlanning: Package planning ... Done (0.013s)
1402026-07-23T04:29:06.476ZPlanning: Merging actions ... Done (0.002s)
1412026-07-23T04:29:06.666ZPlanning: Checking for conflicting actions ... Done (0.202s)
1422026-07-23T04:29:06.676ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-07-23T04:29:07.867ZPlanning: Evaluating mediators ... Done (1.217s)
1442026-07-23T04:29:07.873ZPlanning: Planning completed in 2.61 seconds
1452026-07-23T04:29:07.877Z Packages to install: 2
1462026-07-23T04:29:07.878Z Estimated space available: 156.05 GB
1472026-07-23T04:29:07.878ZEstimated space to be consumed: 52.23 MB
1482026-07-23T04:29:07.878Z Create boot environment: No
1492026-07-23T04:29:07.878ZCreate backup boot environment: No
1502026-07-23T04:29:07.878Z Rebuild boot archive: No
1512026-07-23T04:29:07.878Z
1522026-07-23T04:29:07.878ZChanged packages:
1532026-07-23T04:29:07.878Zhelios
1542026-07-23T04:29:07.878Z developer/build-essential
1552026-07-23T04:29:07.878Z None -> 11-3.0
1562026-07-23T04:29:07.879Z library/libxmlsec1
1572026-07-23T04:29:07.879Z None -> 1.2.35-3.0
1582026-07-23T04:29:07.924Z
1592026-07-23T04:29:07.924ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-07-23T04:29:08.019ZDownload: Completed 1.28 MB in 0.08 seconds (16.5M/s)
1612026-07-23T04:29:08.078Z Actions: 1/268 actions (Installing new actions)
1622026-07-23T04:29:08.111Z Actions: Completed 268 actions in 0.04 seconds.
1632026-07-23T04:29:08.135ZFinalize: Updating package state database ... Done (0.021s)
1642026-07-23T04:29:08.140ZFinalize: Updating package cache ... Done (0.000s)
1652026-07-23T04:29:08.188ZFinalize: Updating image state ... Done (0.055s)
1662026-07-23T04:29:10.889ZFinalize: Creating fast lookup database ... Done (2.652s)
1672026-07-23T04:29:10.948ZFinalize: Reading search index ... Done (0.012s)
1682026-07-23T04:29:10.973ZFinalize: Updating search index ... Done (0.000s)
1692026-07-23T04:29:11.102ZFinalize: Updating package cache ... Done (0.000s)
1702026-07-23T04:29:11.451ZPlanning: Evaluating mediator changes ... Done
1712026-07-23T04:29:11.553ZPlanning: Checking for conflicting actions ... Done
1722026-07-23T04:29:11.591ZPlanning: Consolidating action changes ... Done
1732026-07-23T04:29:11.738ZPlanning: Evaluating mediators ... Done
1742026-07-23T04:29:11.766ZPlanning: Planning completed in 0.26 seconds
1752026-07-23T04:29:11.766Z Mediators to change: 2
1762026-07-23T04:29:11.766Z Create boot environment: No
1772026-07-23T04:29:11.766ZCreate backup boot environment: No
1782026-07-23T04:29:11.783ZFinalize: Updating package state database ... Done
1792026-07-23T04:29:11.783ZFinalize: Updating package cache ... Done
1802026-07-23T04:29:11.791ZFinalize: Updating image state ... Done
1812026-07-23T04:29:13.746ZFinalize: Creating fast lookup database ... Done
1822026-07-23T04:29:13.812ZFinalize: Reading search index ... Done
1832026-07-23T04:29:13.815ZFinalize: Updating search index ... Done
1842026-07-23T04:29:13.892ZFinalize: Updating package cache ... Done
1852026-07-23T04:29:14.180ZPlanning: Evaluating mediator changes ... Done
1862026-07-23T04:29:14.299ZPlanning: Checking for conflicting actions ... Done
1872026-07-23T04:29:14.306ZPlanning: Consolidating action changes ... Done
1882026-07-23T04:29:14.446ZPlanning: Evaluating mediators ... Done
1892026-07-23T04:29:14.451ZPlanning: Planning completed in 0.27 seconds
1902026-07-23T04:29:14.468Z Mediators to change: 1
1912026-07-23T04:29:14.468Z Create boot environment: No
1922026-07-23T04:29:14.468ZCreate backup boot environment: No
1932026-07-23T04:29:14.508ZFinalize: Updating package state database ... Done
1942026-07-23T04:29:14.508ZFinalize: Updating package cache ... Done
1952026-07-23T04:29:14.540ZFinalize: Updating image state ... Done
1962026-07-23T04:29:16.520ZFinalize: Creating fast lookup database ... Done
1972026-07-23T04:29:16.584ZFinalize: Reading search index ... Done
1982026-07-23T04:29:16.587ZFinalize: Updating search index ... Done
1992026-07-23T04:29:16.645ZFinalize: Updating package cache ... Done
2002026-07-23T04:29:16.958ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-07-23T04:29:16.958Zapache system 2.4 system
2022026-07-23T04:29:16.958Zclang system 15 system
2032026-07-23T04:29:16.958Zcsh system system illumos
2042026-07-23T04:29:16.958Zctags system system illumos
2052026-07-23T04:29:16.958Zfile vendor vendor darwinsys
2062026-07-23T04:29:16.958Zfile system system illumos
2072026-07-23T04:29:16.958Zgcc vendor 14 vendor
2082026-07-23T04:29:16.958Zgcc system 13 system
2092026-07-23T04:29:16.958Zgcc system 10 system
2102026-07-23T04:29:16.958Zgo system 1.25 system
2112026-07-23T04:29:16.958Zllvm system 15 system
2122026-07-23T04:29:16.958Zmariadb system 11.4 system
2132026-07-23T04:29:16.958Zmta vendor vendor dma
2142026-07-23T04:29:16.958Zopenjdk system 17 system
2152026-07-23T04:29:16.959Zopenjdk system 11 system
2162026-07-23T04:29:16.959Zopenssl vendor 3 vendor
2172026-07-23T04:29:16.959Zperl system 5.40 system
2182026-07-23T04:29:16.959Zpostgresql system 18 system
2192026-07-23T04:29:16.959Zpostgresql system 17 system
2202026-07-23T04:29:16.959Zpython vendor 3 vendor
2212026-07-23T04:29:16.959Zpython system 2 system
2222026-07-23T04:29:16.959Zpython3 vendor 3.13 vendor
2232026-07-23T04:29:16.959Zruby system 3.4 system
2242026-07-23T04:29:16.959Zruby system 3.0 system
2252026-07-23T04:29:16.959Zwords vendor vendor american-english
2262026-07-23T04:29:16.959Zwords system system australian-english
2272026-07-23T04:29:16.959Zwords system system british-english
2282026-07-23T04:29:16.959Zwords system system canadian-english
2292026-07-23T04:29:16.959Zwords system system french
2302026-07-23T04:29:16.959Zwords system system italian
2312026-07-23T04:29:16.959Zwords system system ngerman
2322026-07-23T04:29:16.959Zwords system system ogerman
2332026-07-23T04:29:16.959Zwords system system spanish
2342026-07-23T04:29:17.213ZPUBLISHER TYPE STATUS P LOCATION
2352026-07-23T04:29:17.213Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-07-23T04:29:17.615ZFMRI IFO
2372026-07-23T04:29:17.615Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-07-23T04:29:17.615Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-07-23T04:29:17.615Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-07-23T04:29:17.615Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-07-23T04:29:17.616Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-07-23T04:29:17.616Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-07-23T04:29:17.616Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-07-23T04:29:17.616Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-07-23T04:29:17.616Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-07-23T04:29:17.915Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-07-23T04:29:18.170Z Updating crates.io index
2482026-07-23T04:29:18.208Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-07-23T04:29:18.426Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-07-23T04:29:18.704Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-07-23T04:29:19.670Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-07-23T04:29:20.157Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-07-23T04:29:22.070Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-07-23T04:29:22.843Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-07-23T04:29:23.074Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-07-23T04:29:23.366Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-07-23T04:29:24.799Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-07-23T04:29:25.066Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-07-23T04:29:25.370Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2602026-07-23T04:29:25.613Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2612026-07-23T04:29:26.032Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2622026-07-23T04:29:26.581Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2632026-07-23T04:29:26.993Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-07-23T04:29:27.255Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-07-23T04:29:27.480Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2662026-07-23T04:29:27.758Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2672026-07-23T04:29:28.171Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2682026-07-23T04:29:28.426Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2692026-07-23T04:29:28.671Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2702026-07-23T04:29:29.054Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2712026-07-23T04:29:29.415Z Updating git repository `https://github.com/oxidecomputer/erebor`
2722026-07-23T04:29:29.634Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2732026-07-23T04:29:30.157Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2742026-07-23T04:29:30.266Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2752026-07-23T04:29:30.546Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2762026-07-23T04:29:30.820Z Updating git repository `https://github.com/oxidecomputer/ispf`
2772026-07-23T04:29:31.096Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2782026-07-23T04:29:31.315Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2792026-07-23T04:29:31.618Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2802026-07-23T04:29:31.981Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2812026-07-23T04:29:32.427Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2822026-07-23T04:29:32.697Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2832026-07-23T04:29:32.965Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2842026-07-23T04:29:33.213Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2852026-07-23T04:29:33.499Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2862026-07-23T04:29:33.760Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2872026-07-23T04:29:33.988Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2882026-07-23T04:29:34.306Z Updating git repository `https://github.com/illumos/smf-rs`
2892026-07-23T04:29:37.219Z Downloading crates ...
2902026-07-23T04:29:37.282Z Downloaded fnv v1.0.7
2912026-07-23T04:29:37.290Z Downloaded anstyle-query v1.1.5
2922026-07-23T04:29:37.295Z Downloaded cpufeatures v0.2.17
2932026-07-23T04:29:37.295Z Downloaded generic-array v0.14.7
2942026-07-23T04:29:37.301Z Downloaded digest v0.10.7
2952026-07-23T04:29:37.304Z Downloaded bytecount v0.6.9
2962026-07-23T04:29:37.304Z Downloaded equivalent v1.0.2
2972026-07-23T04:29:37.304Z Downloaded bitflags v2.11.0
2982026-07-23T04:29:37.304Z Downloaded version_check v0.9.5
2992026-07-23T04:29:37.305Z Downloaded is_terminal_polyfill v1.70.2
3002026-07-23T04:29:37.309Z Downloaded zerocopy-derive v0.7.35
3012026-07-23T04:29:37.314Z Downloaded zmij v1.0.21
3022026-07-23T04:29:37.319Z Downloaded unicode-linebreak v0.1.5
3032026-07-23T04:29:37.322Z Downloaded pretty-hex v0.4.1
3042026-07-23T04:29:37.322Z Downloaded memmap v0.7.0
3052026-07-23T04:29:37.322Z Downloaded zerocopy v0.7.35
3062026-07-23T04:29:37.334Z Downloaded thiserror-impl v1.0.69
3072026-07-23T04:29:37.339Z Downloaded block-buffer v0.10.4
3082026-07-23T04:29:37.339Z Downloaded usdt-impl v0.5.0
3092026-07-23T04:29:37.339Z Downloaded colorchoice v1.0.4
3102026-07-23T04:29:37.342Z Downloaded clap_derive v4.6.1
3112026-07-23T04:29:37.346Z Downloaded tabled_derive v0.7.0
3122026-07-23T04:29:37.346Z Downloaded log v0.4.29
3132026-07-23T04:29:37.350Z Downloaded itoa v1.0.17
3142026-07-23T04:29:37.353Z Downloaded crypto-common v0.1.7
3152026-07-23T04:29:37.356Z Downloaded fastrand v2.3.0
3162026-07-23T04:29:37.376Z Downloaded smawk v0.3.2
3172026-07-23T04:29:37.376Z Downloaded scroll v0.12.0
3182026-07-23T04:29:37.380Z Downloaded anstream v1.0.0
3192026-07-23T04:29:37.380Z Downloaded clap_lex v1.0.0
3202026-07-23T04:29:37.380Z Downloaded heck v0.4.1
3212026-07-23T04:29:37.380Z Downloaded usdt v0.5.0
3222026-07-23T04:29:37.380Z Downloaded ucd-trie v0.1.7
3232026-07-23T04:29:37.380Z Downloaded byteorder v1.5.0
3242026-07-23T04:29:37.380Z Downloaded proc-macro2 v1.0.106
3252026-07-23T04:29:37.384Z Downloaded terminal_size v0.4.3
3262026-07-23T04:29:37.384Z Downloaded toml_write v0.1.2
3272026-07-23T04:29:37.388Z Downloaded utf8parse v0.2.2
3282026-07-23T04:29:37.388Z Downloaded macaddr v1.0.1
3292026-07-23T04:29:37.392Z Downloaded serde_spanned v0.6.9
3302026-07-23T04:29:37.392Z Downloaded cargo-platform v0.3.2
3312026-07-23T04:29:37.409Z Downloaded dof v0.3.0
3322026-07-23T04:29:37.409Z Downloaded thread-id v4.2.2
3332026-07-23T04:29:37.413Z Downloaded heck v0.5.0
3342026-07-23T04:29:37.413Z Downloaded toml_datetime v0.6.11
3352026-07-23T04:29:37.422Z Downloaded scroll_derive v0.12.1
3362026-07-23T04:29:37.431Z Downloaded errno v0.3.14
3372026-07-23T04:29:37.431Z Downloaded cfg-if v1.0.4
3382026-07-23T04:29:37.435Z Downloaded camino-tempfile v1.4.1
3392026-07-23T04:29:37.438Z Downloaded swrite v0.1.0
3402026-07-23T04:29:37.438Z Downloaded proc-macro-error-attr v1.0.4
3412026-07-23T04:29:37.442Z Downloaded strsim v0.11.1
3422026-07-23T04:29:37.445Z Downloaded plain v0.2.3
3432026-07-23T04:29:37.445Z Downloaded textwrap v0.16.2
3442026-07-23T04:29:37.448Z Downloaded anyhow v1.0.102
3452026-07-23T04:29:37.452Z Downloaded usdt-attr-macro v0.5.0
3462026-07-23T04:29:37.455Z Downloaded toml_edit v0.22.27
3472026-07-23T04:29:37.455Z Downloaded usdt-macro v0.5.0
3482026-07-23T04:29:37.461Z Downloaded toml v0.8.23
3492026-07-23T04:29:37.464Z Downloaded quote v1.0.45
3502026-07-23T04:29:37.467Z Downloaded thiserror v2.0.18
3512026-07-23T04:29:37.473Z Downloaded fs-err v3.3.0
3522026-07-23T04:29:37.477Z Downloaded proc-macro-error v1.0.4
3532026-07-23T04:29:37.477Z Downloaded camino v1.2.2
3542026-07-23T04:29:37.480Z Downloaded cargo_metadata v0.23.1
3552026-07-23T04:29:37.480Z Downloaded autocfg v1.5.0
3562026-07-23T04:29:37.480Z Downloaded anstyle v1.0.14
3572026-07-23T04:29:37.483Z Downloaded once_cell v1.21.3
3582026-07-23T04:29:37.487Z Downloaded semver v1.0.28
3592026-07-23T04:29:37.491Z Downloaded thiserror v1.0.69
3602026-07-23T04:29:37.498Z Downloaded thiserror-impl v2.0.18
3612026-07-23T04:29:37.498Z Downloaded serde_derive v1.0.228
3622026-07-23T04:29:37.498Z Downloaded dtrace-parser v0.2.0
3632026-07-23T04:29:37.507Z Downloaded anstyle-parse v1.0.0
3642026-07-23T04:29:37.512Z Downloaded cargo_toml v0.21.0
3652026-07-23T04:29:37.515Z Downloaded sha2 v0.10.9
3662026-07-23T04:29:37.518Z Downloaded pest_meta v2.8.6
3672026-07-23T04:29:37.521Z Downloaded getrandom v0.4.1
3682026-07-23T04:29:37.524Z Downloaded serde_tokenstream v0.2.3
3692026-07-23T04:29:37.525Z Downloaded tempfile v3.25.0
3702026-07-23T04:29:37.525Z Downloaded clap v4.6.1
3712026-07-23T04:29:37.529Z Downloaded pest_generator v2.8.6
3722026-07-23T04:29:37.539Z Downloaded papergrid v0.11.0
3732026-07-23T04:29:37.543Z Downloaded unicode-ident v1.0.24
3742026-07-23T04:29:37.543Z Downloaded pest_derive v2.8.6
3752026-07-23T04:29:37.546Z Downloaded serde v1.0.228
3762026-07-23T04:29:37.562Z Downloaded memchr v2.8.0
3772026-07-23T04:29:37.573Z Downloaded pest v2.8.6
3782026-07-23T04:29:37.577Z Downloaded indexmap v2.14.0
3792026-07-23T04:29:37.590Z Downloaded serde_core v1.0.228
3802026-07-23T04:29:37.614Z Downloaded typenum v1.20.1
3812026-07-23T04:29:37.655Z Downloaded hashbrown v0.17.0
3822026-07-23T04:29:37.658Z Downloaded clap_builder v4.6.0
3832026-07-23T04:29:37.664Z Downloaded serde_json v1.0.150
3842026-07-23T04:29:37.673Z Downloaded winnow v0.7.14
3852026-07-23T04:29:37.680Z Downloaded goblin v0.8.2
3862026-07-23T04:29:37.699Z Downloaded syn v1.0.109
3872026-07-23T04:29:37.708Z Downloaded tabled v0.15.0
3882026-07-23T04:29:37.715Z Downloaded syn v2.0.117
3892026-07-23T04:29:37.720Z Downloaded unicode-width v0.2.0
3902026-07-23T04:29:37.723Z Downloaded unicode-width v0.1.14
3912026-07-23T04:29:37.731Z Downloaded rustix v1.1.3
3922026-07-23T04:29:37.773Z Downloaded libc v0.2.185
3932026-07-23T04:29:37.835Z Compiling proc-macro2 v1.0.106
3942026-07-23T04:29:37.835Z Compiling quote v1.0.45
3952026-07-23T04:29:37.835Z Compiling unicode-ident v1.0.24
3962026-07-23T04:29:37.835Z Compiling serde_core v1.0.228
3972026-07-23T04:29:37.838Z Compiling libc v0.2.185
3982026-07-23T04:29:37.838Z Compiling version_check v0.9.5
3992026-07-23T04:29:37.838Z Compiling memchr v2.8.0
4002026-07-23T04:29:37.838Z Compiling serde v1.0.228
4012026-07-23T04:29:38.155Z Compiling zmij v1.0.21
4022026-07-23T04:29:38.386Z Compiling thiserror v1.0.69
4032026-07-23T04:29:38.646Z Compiling ucd-trie v0.1.7
4042026-07-23T04:29:38.690Z Compiling itoa v1.0.17
4052026-07-23T04:29:38.905Z Compiling pest v2.8.6
4062026-07-23T04:29:38.938Z Compiling rustix v1.1.3
4072026-07-23T04:29:38.944Z Compiling byteorder v1.5.0
4082026-07-23T04:29:39.005Z Compiling errno v0.3.14
4092026-07-23T04:29:39.155Z Compiling bitflags v2.11.0
4102026-07-23T04:29:39.174Z Compiling serde_json v1.0.150
4112026-07-23T04:29:39.418Z Compiling thread-id v4.2.2
4122026-07-23T04:29:39.500Z Compiling syn v2.0.117
4132026-07-23T04:29:39.517Z Compiling proc-macro-error-attr v1.0.4
4142026-07-23T04:29:39.550Z Compiling usdt-impl v0.5.0
4152026-07-23T04:29:39.621Z Compiling camino v1.2.2
4162026-07-23T04:29:39.726Z Compiling syn v1.0.109
4172026-07-23T04:29:39.933Z Compiling proc-macro-error v1.0.4
4182026-07-23T04:29:39.956Z Compiling pest_meta v2.8.6
4192026-07-23T04:29:40.131Z Compiling utf8parse v0.2.2
4202026-07-23T04:29:40.153Z Compiling hashbrown v0.17.0
4212026-07-23T04:29:40.171Z Compiling log v0.4.29
4222026-07-23T04:29:40.243Z Compiling getrandom v0.4.1
4232026-07-23T04:29:40.359Z Compiling plain v0.2.3
4242026-07-23T04:29:40.519Z Compiling equivalent v1.0.2
4252026-07-23T04:29:40.650Z Compiling indexmap v2.14.0
4262026-07-23T04:29:40.670Z Compiling terminal_size v0.4.3
4272026-07-23T04:29:40.808Z Compiling anstyle-parse v1.0.0
4282026-07-23T04:29:41.238Z Compiling toml_write v0.1.2
4292026-07-23T04:29:41.258Z Compiling thiserror v2.0.18
4302026-07-23T04:29:41.433Z Compiling colorchoice v1.0.4
4312026-07-23T04:29:41.464Z Compiling autocfg v1.5.0
4322026-07-23T04:29:41.479Z Compiling cfg-if v1.0.4
4332026-07-23T04:29:41.550Z Compiling anstyle v1.0.14
4342026-07-23T04:29:41.553Z Compiling winnow v0.7.14
4352026-07-23T04:29:41.586Z Compiling anstyle-query v1.1.5
4362026-07-23T04:29:41.605Z Compiling pretty-hex v0.4.1
4372026-07-23T04:29:41.743Z Compiling pest_generator v2.8.6
4382026-07-23T04:29:41.768Z Compiling is_terminal_polyfill v1.70.2
4392026-07-23T04:29:41.869Z Compiling anstream v1.0.0
4402026-07-23T04:29:41.960Z Compiling fs-err v3.3.0
4412026-07-23T04:29:42.003Z Compiling once_cell v1.21.3
4422026-07-23T04:29:42.168Z Compiling heck v0.5.0
4432026-07-23T04:29:42.188Z Compiling clap_lex v1.0.0
4442026-07-23T04:29:42.218Z Compiling strsim v0.11.1
4452026-07-23T04:29:42.415Z Compiling fnv v1.0.7
4462026-07-23T04:29:42.473Z Compiling anyhow v1.0.102
4472026-07-23T04:29:42.473Z Compiling fastrand v2.3.0
4482026-07-23T04:29:42.513Z Compiling unicode-width v0.1.14
4492026-07-23T04:29:42.541Z Compiling bytecount v0.6.9
4502026-07-23T04:29:42.603Z Compiling heck v0.4.1
4512026-07-23T04:29:42.676Z Compiling tempfile v3.25.0
4522026-07-23T04:29:42.735Z Compiling papergrid v0.11.0
4532026-07-23T04:29:42.784Z Compiling clap_builder v4.6.0
4542026-07-23T04:29:42.940Z Compiling cargo-platform v0.3.2
4552026-07-23T04:29:42.963Z Compiling semver v1.0.28
4562026-07-23T04:29:43.017Z Compiling tabled_derive v0.7.0
4572026-07-23T04:29:43.049Z Compiling memmap v0.7.0
4582026-07-23T04:29:43.166Z Compiling unicode-linebreak v0.1.5
4592026-07-23T04:29:43.188Z Compiling unicode-width v0.2.0
4602026-07-23T04:29:43.220Z Compiling smawk v0.3.2
4612026-07-23T04:29:43.416Z Compiling textwrap v0.16.2
4622026-07-23T04:29:43.491Z Compiling serde_derive v1.0.228
4632026-07-23T04:29:43.511Z Compiling thiserror-impl v1.0.69
4642026-07-23T04:29:43.639Z Compiling zerocopy-derive v0.7.35
4652026-07-23T04:29:43.657Z Compiling pest_derive v2.8.6
4662026-07-23T04:29:43.853Z Compiling scroll_derive v0.12.1
4672026-07-23T04:29:43.941Z Compiling thiserror-impl v2.0.18
4682026-07-23T04:29:44.124Z Compiling clap_derive v4.6.1
4692026-07-23T04:29:44.133Z Compiling tabled v0.15.0
4702026-07-23T04:29:44.490Z Compiling zerocopy v0.7.35
4712026-07-23T04:29:44.536Z Compiling scroll v0.12.0
4722026-07-23T04:29:44.811Z Compiling goblin v0.8.2
4732026-07-23T04:29:44.853Z Compiling dtrace-parser v0.2.0
4742026-07-23T04:29:45.042Z Compiling camino-tempfile v1.4.1
4752026-07-23T04:29:45.274Z Compiling swrite v0.1.0
4762026-07-23T04:29:45.835Z Compiling clap v4.6.1
4772026-07-23T04:29:46.446Z Compiling toml_datetime v0.6.11
4782026-07-23T04:29:46.446Z Compiling serde_spanned v0.6.9
4792026-07-23T04:29:46.446Z Compiling cargo_metadata v0.23.1
4802026-07-23T04:29:46.455Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-07-23T04:29:46.456Z Compiling macaddr v1.0.1
4822026-07-23T04:29:46.538Z Compiling dof v0.3.0
4832026-07-23T04:29:46.549Z Compiling serde_tokenstream v0.2.3
4842026-07-23T04:29:46.690Z Compiling toml_edit v0.22.27
4852026-07-23T04:29:47.320Z Compiling usdt-attr-macro v0.5.0
4862026-07-23T04:29:47.321Z Compiling usdt-macro v0.5.0
4872026-07-23T04:29:47.942Z Compiling usdt v0.5.0
4882026-07-23T04:29:48.044Z Compiling toml v0.8.23
4892026-07-23T04:29:48.365Z Compiling cargo_toml v0.21.0
4902026-07-23T04:29:49.618Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4912026-07-23T04:29:51.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.86s
4922026-07-23T04:29:51.873Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4932026-07-23T04:29:52.342Z Downloading crates ...
4942026-07-23T04:29:52.433Z Downloaded assert_matches v1.5.0
4952026-07-23T04:29:52.446Z Downloaded arrayref v0.3.9
4962026-07-23T04:29:52.446Z Downloaded adler2 v2.0.1
4972026-07-23T04:29:52.446Z Downloaded array-init v0.0.4
4982026-07-23T04:29:52.465Z Downloaded block-padding v0.4.2
4992026-07-23T04:29:52.465Z Downloaded cobs v0.3.0
5002026-07-23T04:29:52.465Z Downloaded async-trait v0.1.89
5012026-07-23T04:29:52.465Z Downloaded argon2 v0.5.3
5022026-07-23T04:29:52.465Z Downloaded anstream v0.6.21
5032026-07-23T04:29:52.466Z Downloaded base64ct v1.8.3
5042026-07-23T04:29:52.466Z Downloaded ascii-canvas v3.0.0
5052026-07-23T04:29:52.466Z Downloaded cbc v0.2.1
5062026-07-23T04:29:52.466Z Downloaded arrayvec v0.7.6
5072026-07-23T04:29:52.474Z Downloaded bb8 v0.8.6
5082026-07-23T04:29:52.474Z Downloaded allocator-api2 v0.2.21
5092026-07-23T04:29:52.474Z Downloaded crc v3.4.0
5102026-07-23T04:29:52.474Z Downloaded cstr-argument v0.1.2
5112026-07-23T04:29:52.474Z Downloaded defmt-parser v1.0.0
5122026-07-23T04:29:52.474Z Downloaded base16ct v0.2.0
5132026-07-23T04:29:52.474Z Downloaded dunce v1.0.5
5142026-07-23T04:29:52.474Z Downloaded compact_str v0.8.1
5152026-07-23T04:29:52.474Z Downloaded crc-catalog v2.4.0
5162026-07-23T04:29:52.475Z Downloaded darling_macro v0.20.11
5172026-07-23T04:29:52.529Z Downloaded crc8 v0.1.1
5182026-07-23T04:29:52.529Z Downloaded backon v1.6.0
5192026-07-23T04:29:52.529Z Downloaded argon2 v0.6.0-rc.8
5202026-07-23T04:29:52.529Z Downloaded dirs-next v2.0.0
5212026-07-23T04:29:52.529Z Downloaded arc-swap v1.8.2
5222026-07-23T04:29:52.529Z Downloaded darling_macro v0.13.4
5232026-07-23T04:29:52.529Z Downloaded curve25519-dalek-derive v0.1.1
5242026-07-23T04:29:52.530Z Downloaded ahash v0.8.12
5252026-07-23T04:29:52.530Z Downloaded convert_case v0.4.0
5262026-07-23T04:29:52.530Z Downloaded debug-ignore v1.0.5
5272026-07-23T04:29:52.530Z Downloaded darling_macro v0.23.0
5282026-07-23T04:29:52.531Z Downloaded async-recursion v1.1.1
5292026-07-23T04:29:52.531Z Downloaded crossbeam-deque v0.8.6
5302026-07-23T04:29:52.562Z Downloaded cpufeatures v0.3.0
5312026-07-23T04:29:52.562Z Downloaded derive_builder_macro v0.20.2
5322026-07-23T04:29:52.562Z Downloaded defmt v0.3.100
5332026-07-23T04:29:52.562Z Downloaded convert_case v0.10.0
5342026-07-23T04:29:52.562Z Downloaded bitfield-macros v0.19.4
5352026-07-23T04:29:52.562Z Downloaded async-stream v0.3.6
5362026-07-23T04:29:52.562Z Downloaded atomic-waker v1.1.2
5372026-07-23T04:29:52.563Z Downloaded critical-section v1.2.0
5382026-07-23T04:29:52.563Z Downloaded cookie v0.18.1
5392026-07-23T04:29:52.565Z Downloaded backoff v0.4.0
5402026-07-23T04:29:52.566Z Downloaded async-stream-impl v0.3.6
5412026-07-23T04:29:52.566Z Downloaded aead v0.6.1
5422026-07-23T04:29:52.566Z Downloaded base16ct v1.0.0
5432026-07-23T04:29:52.566Z Downloaded diesel_table_macro_syntax v0.3.0
5442026-07-23T04:29:52.566Z Downloaded crunchy v0.2.4
5452026-07-23T04:29:52.566Z Downloaded bit-set v0.5.3
5462026-07-23T04:29:52.566Z Downloaded ciborium-io v0.2.2
5472026-07-23T04:29:52.566Z Downloaded atomicwrites v0.4.4
5482026-07-23T04:29:52.566Z Downloaded ctr v0.10.1
5492026-07-23T04:29:52.566Z Downloaded corncobs v0.1.4
5502026-07-23T04:29:52.566Z Downloaded cfg_aliases v0.1.1
5512026-07-23T04:29:52.567Z Downloaded endian-type v0.1.2
5522026-07-23T04:29:52.567Z Downloaded castaway v0.2.4
5532026-07-23T04:29:52.567Z Downloaded dyn-clone v1.0.20
5542026-07-23T04:29:52.567Z Downloaded crypto-common v0.2.2
5552026-07-23T04:29:52.567Z Downloaded bcrypt-pbkdf v0.11.0
5562026-07-23T04:29:52.567Z Downloaded block-buffer v0.12.1
5572026-07-23T04:29:52.567Z Downloaded atty v0.2.14
5582026-07-23T04:29:52.567Z Downloaded data-encoding v2.10.0
5592026-07-23T04:29:52.567Z Downloaded darling_macro v0.21.3
5602026-07-23T04:29:52.567Z Downloaded crucible-workspace-hack v0.1.0
5612026-07-23T04:29:52.567Z Downloaded cfg_aliases v0.2.1
5622026-07-23T04:29:52.600Z Downloaded darling v0.21.3
5632026-07-23T04:29:52.600Z Downloaded dropshot-api-manager-types v0.7.2
5642026-07-23T04:29:52.600Z Downloaded downcast-rs v2.0.2
5652026-07-23T04:29:52.600Z Downloaded bitfield-struct v0.6.2
5662026-07-23T04:29:52.600Z Downloaded ciborium-ll v0.2.2
5672026-07-23T04:29:52.600Z Downloaded dtrace-parser v0.3.0
5682026-07-23T04:29:52.600Z Downloaded dirs-sys-next v0.1.2
5692026-07-23T04:29:52.601Z Downloaded document-features v0.2.12
5702026-07-23T04:29:52.601Z Downloaded difflib v0.4.0
5712026-07-23T04:29:52.601Z Downloaded embedded-io v0.4.0
5722026-07-23T04:29:52.601Z Downloaded cpubits v0.1.1
5732026-07-23T04:29:52.601Z Downloaded display-error-chain v0.2.2
5742026-07-23T04:29:52.601Z Downloaded cmov v0.5.4
5752026-07-23T04:29:52.601Z Downloaded csv-core v0.1.13
5762026-07-23T04:29:52.601Z Downloaded bcs v0.1.6
5772026-07-23T04:29:52.601Z Downloaded bitflags v1.3.2
5782026-07-23T04:29:52.601Z Downloaded bitfield v0.19.4
5792026-07-23T04:29:52.601Z Downloaded bit-vec v0.8.0
5802026-07-23T04:29:52.601Z Downloaded bit-set v0.8.0
5812026-07-23T04:29:52.601Z Downloaded env_filter v1.0.0
5822026-07-23T04:29:52.601Z Downloaded cookie_store v0.22.1
5832026-07-23T04:29:52.601Z Downloaded enum-as-inner v0.6.1
5842026-07-23T04:29:52.601Z Downloaded embedded-io v0.6.1
5852026-07-23T04:29:52.601Z Downloaded ed25519 v3.0.0
5862026-07-23T04:29:52.601Z Downloaded dsl_auto_type v0.2.0
5872026-07-23T04:29:52.601Z Downloaded dof v0.4.0
5882026-07-23T04:29:52.601Z Downloaded derive-ex v0.1.8
5892026-07-23T04:29:52.628Z Downloaded daft v0.1.7
5902026-07-23T04:29:52.628Z Downloaded compression-core v0.4.31
5912026-07-23T04:29:52.628Z Downloaded blake2 v0.10.6
5922026-07-23T04:29:52.628Z Downloaded float-ord v0.3.2
5932026-07-23T04:29:52.629Z Downloaded digest-io v0.1.0
5942026-07-23T04:29:52.629Z Downloaded funty v2.0.0
5952026-07-23T04:29:52.629Z Downloaded foreign-types v0.3.2
5962026-07-23T04:29:52.629Z Downloaded daft-derive v0.1.7
5972026-07-23T04:29:52.629Z Downloaded anstyle-parse v0.2.7
5982026-07-23T04:29:52.629Z Downloaded aho-corasick v1.1.4
5992026-07-23T04:29:52.629Z Downloaded darling v0.20.11
6002026-07-23T04:29:52.629Z Downloaded const_format_proc_macros v0.2.34
6012026-07-23T04:29:52.629Z Downloaded compression-codecs v0.4.37
6022026-07-23T04:29:52.629Z Downloaded buf-list v1.1.2
6032026-07-23T04:29:52.629Z Downloaded crc-any v2.5.0
6042026-07-23T04:29:52.645Z Downloaded cipher v0.5.2
6052026-07-23T04:29:52.645Z Downloaded cassowary v0.3.0
6062026-07-23T04:29:52.645Z Downloaded crossbeam-epoch v0.9.18
6072026-07-23T04:29:52.645Z Downloaded float-cmp v0.10.0
6082026-07-23T04:29:52.645Z Downloaded form_urlencoded v1.2.2
6092026-07-23T04:29:52.645Z Downloaded foreign-types-shared v0.1.1
6102026-07-23T04:29:52.646Z Downloaded flagset v0.4.7
6112026-07-23T04:29:52.646Z Downloaded constant_time_eq v0.4.2
6122026-07-23T04:29:52.646Z Downloaded cmake v0.1.57
6132026-07-23T04:29:52.646Z Downloaded camino-tempfile-ext v0.3.3
6142026-07-23T04:29:52.646Z Downloaded futures-io v0.3.32
6152026-07-23T04:29:52.646Z Downloaded fxhash v0.2.1
6162026-07-23T04:29:52.646Z Downloaded futures-core v0.3.32
6172026-07-23T04:29:52.646Z Downloaded chacha20 v0.9.1
6182026-07-23T04:29:52.646Z Downloaded foreign-types-macros v0.2.3
6192026-07-23T04:29:52.646Z Downloaded gethostname v0.5.0
6202026-07-23T04:29:52.646Z Downloaded foreign-types v0.5.0
6212026-07-23T04:29:52.646Z Downloaded fixedbitset v0.4.2
6222026-07-23T04:29:52.646Z Downloaded ghash v0.6.0
6232026-07-23T04:29:52.646Z Downloaded cexpr v0.6.0
6242026-07-23T04:29:52.647Z Downloaded ciborium v0.2.2
6252026-07-23T04:29:52.647Z Downloaded foreign-types-shared v0.3.1
6262026-07-23T04:29:52.647Z Downloaded futures-task v0.3.32
6272026-07-23T04:29:52.648Z Downloaded either v1.15.0
6282026-07-23T04:29:52.648Z Downloaded git-stub v1.0.0
6292026-07-23T04:29:52.648Z Downloaded hash32 v0.3.1
6302026-07-23T04:29:52.648Z Downloaded hash32 v0.2.1
6312026-07-23T04:29:52.648Z Downloaded ena v0.14.4
6322026-07-23T04:29:52.648Z Downloaded defmt-macros v1.0.1
6332026-07-23T04:29:52.664Z Downloaded fd-lock v4.0.4
6342026-07-23T04:29:52.664Z Downloaded foldhash v0.2.0
6352026-07-23T04:29:52.664Z Downloaded globwalk v0.9.1
6362026-07-23T04:29:52.664Z Downloaded fallible-iterator v0.2.0
6372026-07-23T04:29:52.664Z Downloaded erased-serde v0.3.31
6382026-07-23T04:29:52.664Z Downloaded enum_dispatch v0.3.13
6392026-07-23T04:29:52.664Z Downloaded diff v0.1.13
6402026-07-23T04:29:52.664Z Downloaded headers-core v0.3.0
6412026-07-23T04:29:52.665Z Downloaded ed25519 v2.2.3
6422026-07-23T04:29:52.665Z Downloaded find-msvc-tools v0.1.9
6432026-07-23T04:29:52.665Z Downloaded ecdsa v0.16.9
6442026-07-23T04:29:52.665Z Downloaded derive_builder v0.20.2
6452026-07-23T04:29:52.678Z Downloaded fixedbitset v0.5.7
6462026-07-23T04:29:52.678Z Downloaded fs-err v2.11.0
6472026-07-23T04:29:52.678Z Downloaded clang-sys v1.8.1
6482026-07-23T04:29:52.678Z Downloaded blake2 v0.11.0-rc.6
6492026-07-23T04:29:52.678Z Downloaded hex-literal v1.1.0
6502026-07-23T04:29:52.678Z Downloaded hex v0.4.3
6512026-07-23T04:29:52.678Z Downloaded home v0.5.12
6522026-07-23T04:29:52.678Z Downloaded crypto-bigint v0.5.5
6532026-07-23T04:29:52.678Z Downloaded des v0.9.0
6542026-07-23T04:29:52.678Z Downloaded const-oid v0.9.6
6552026-07-23T04:29:52.678Z Downloaded bzip2 v0.4.4
6562026-07-23T04:29:52.709Z Downloaded colored v2.2.0
6572026-07-23T04:29:52.710Z Downloaded console v0.15.11
6582026-07-23T04:29:52.710Z Downloaded ar_archive_writer v0.5.1
6592026-07-23T04:29:52.710Z Downloaded hubpack_derive v0.1.1
6602026-07-23T04:29:52.710Z Downloaded http-range v0.1.5
6612026-07-23T04:29:52.710Z Downloaded http-body v1.0.1
6622026-07-23T04:29:52.710Z Downloaded httpdate v1.0.3
6632026-07-23T04:29:52.710Z Downloaded ecdsa v0.17.0-rc.18
6642026-07-23T04:29:52.710Z Downloaded hostname v0.3.1
6652026-07-23T04:29:52.710Z Downloaded ff v0.14.0
6662026-07-23T04:29:52.710Z Downloaded futures-executor v0.3.32
6672026-07-23T04:29:52.710Z Downloaded hostname v0.4.2
6682026-07-23T04:29:52.710Z Downloaded digest v0.11.3
6692026-07-23T04:29:52.710Z Downloaded group v0.13.0
6702026-07-23T04:29:52.710Z Downloaded hubpack v0.1.2
6712026-07-23T04:29:52.710Z Downloaded glob v0.3.3
6722026-07-23T04:29:52.752Z Downloaded hyper-tls v0.6.0
6732026-07-23T04:29:52.753Z Downloaded group v0.14.0
6742026-07-23T04:29:52.753Z Downloaded env_logger v0.11.9
6752026-07-23T04:29:52.753Z Downloaded derive-where v1.6.0
6762026-07-23T04:29:52.753Z Downloaded git-stub-vcs v0.1.0
6772026-07-23T04:29:52.753Z Downloaded ff v0.13.1
6782026-07-23T04:29:52.753Z Downloaded globset v0.4.18
6792026-07-23T04:29:52.753Z Downloaded darling_core v0.13.4
6802026-07-23T04:29:52.753Z Downloaded deranged v0.5.8
6812026-07-23T04:29:52.753Z Downloaded darling v0.23.0
6822026-07-23T04:29:52.753Z Downloaded inout v0.1.4
6832026-07-23T04:29:52.753Z Downloaded indent_write v2.2.0
6842026-07-23T04:29:52.753Z Downloaded illumos-nvpair-sys v0.2.0
6852026-07-23T04:29:52.753Z Downloaded console v0.16.2
6862026-07-23T04:29:52.753Z Downloaded chacha20 v0.10.0
6872026-07-23T04:29:52.753Z Downloaded derive_builder_core v0.20.2
6882026-07-23T04:29:52.753Z Downloaded crossbeam-channel v0.5.15
6892026-07-23T04:29:52.753Z Downloaded filetime v0.2.27
6902026-07-23T04:29:52.770Z Downloaded der_derive v0.7.3
6912026-07-23T04:29:52.770Z Downloaded delegate v0.13.5
6922026-07-23T04:29:52.770Z Downloaded idna_adapter v1.2.1
6932026-07-23T04:29:52.771Z Downloaded base64 v0.21.7
6942026-07-23T04:29:52.771Z Downloaded instability v0.3.11
6952026-07-23T04:29:52.771Z Downloaded internet-checksum v0.2.1
6962026-07-23T04:29:52.771Z Downloaded instant v0.1.13
6972026-07-23T04:29:52.771Z Downloaded indoc v1.0.9
6982026-07-23T04:29:52.771Z Downloaded kem v0.3.0
6992026-07-23T04:29:52.771Z Downloaded cancel-safe-futures v0.1.5
7002026-07-23T04:29:52.772Z Downloaded colored v3.1.1
7012026-07-23T04:29:52.772Z Downloaded cipher v0.4.4
7022026-07-23T04:29:52.772Z Downloaded async-bb8-diesel v0.2.1
7032026-07-23T04:29:52.772Z Downloaded ctutils v0.4.2
7042026-07-23T04:29:52.772Z Downloaded displaydoc v0.2.5
7052026-07-23T04:29:52.772Z Downloaded is-terminal v0.4.17
7062026-07-23T04:29:52.772Z Downloaded inout v0.2.2
7072026-07-23T04:29:52.772Z Downloaded illumos-nvpair v0.3.0
7082026-07-23T04:29:52.772Z Downloaded ident_case v1.0.1
7092026-07-23T04:29:52.772Z Downloaded humantime v2.3.0
7102026-07-23T04:29:52.772Z Downloaded futures-channel v0.3.32
7112026-07-23T04:29:52.772Z Downloaded base64 v0.22.1
7122026-07-23T04:29:52.772Z Downloaded is_ci v1.2.0
7132026-07-23T04:29:52.772Z Downloaded http-body-util v0.1.3
7142026-07-23T04:29:52.772Z Downloaded keccak v0.1.6
7152026-07-23T04:29:52.772Z Downloaded foldhash v0.1.5
7162026-07-23T04:29:52.772Z Downloaded highway v1.3.0
7172026-07-23T04:29:52.772Z Downloaded fs_extra v1.3.0
7182026-07-23T04:29:52.772Z Downloaded diesel-dtrace v0.5.0
7192026-07-23T04:29:52.772Z Downloaded bzip2 v0.6.1
7202026-07-23T04:29:52.772Z Downloaded linked-hash-map v0.5.6
7212026-07-23T04:29:52.772Z Downloaded darling v0.13.4
7222026-07-23T04:29:52.772Z Downloaded elliptic-curve v0.14.0-rc.33
7232026-07-23T04:29:52.773Z Downloaded libscf-sys v1.1.0
7242026-07-23T04:29:52.790Z Downloaded lazy_static v1.5.0
7252026-07-23T04:29:52.790Z Downloaded lalrpop-util v0.19.12
7262026-07-23T04:29:52.790Z Downloaded derive_more v0.99.20
7272026-07-23T04:29:52.790Z Downloaded lru v0.12.5
7282026-07-23T04:29:52.790Z Downloaded maplit v1.0.2
7292026-07-23T04:29:52.790Z Downloaded md5 v0.8.0
7302026-07-23T04:29:52.790Z Downloaded lzss v0.8.2
7312026-07-23T04:29:52.790Z Downloaded lru-slab v0.1.2
7322026-07-23T04:29:52.790Z Downloaded getrandom v0.2.17
7332026-07-23T04:29:52.790Z Downloaded drift v0.2.0
7342026-07-23T04:29:52.790Z Downloaded managed v0.8.0
7352026-07-23T04:29:52.790Z Downloaded ingot-types v0.1.2
7362026-07-23T04:29:52.791Z Downloaded maybe-uninit v2.0.0
7372026-07-23T04:29:52.817Z Downloaded kstat-rs v0.2.4
7382026-07-23T04:29:52.817Z Downloaded memoffset v0.9.1
7392026-07-23T04:29:52.817Z Downloaded indoc v2.0.7
7402026-07-23T04:29:52.817Z Downloaded impl-trait-for-tuples v0.2.3
7412026-07-23T04:29:52.817Z Downloaded crossbeam-utils v0.8.21
7422026-07-23T04:29:52.817Z Downloaded mime v0.3.17
7432026-07-23T04:29:52.817Z Downloaded md-5 v0.10.6
7442026-07-23T04:29:52.818Z Downloaded lru-cache v0.1.2
7452026-07-23T04:29:52.818Z Downloaded diesel_derives v2.3.7
7462026-07-23T04:29:52.818Z Downloaded hyper-staticfile v0.10.1
7472026-07-23T04:29:52.818Z Downloaded ipnet v2.11.0
7482026-07-23T04:29:52.818Z Downloaded fatfs v0.3.6
7492026-07-23T04:29:52.818Z Downloaded ed25519-dalek v2.2.0
7502026-07-23T04:29:52.836Z Downloaded hmac v0.12.1
7512026-07-23T04:29:52.837Z Downloaded darling_core v0.23.0
7522026-07-23T04:29:52.837Z Downloaded newtype-uuid-macros v0.1.0
7532026-07-23T04:29:52.837Z Downloaded new_debug_unreachable v1.0.6
7542026-07-23T04:29:52.837Z Downloaded const_format v0.2.35
7552026-07-23T04:29:52.837Z Downloaded nodrop v0.1.14
7562026-07-23T04:29:52.837Z Downloaded libloading v0.8.9
7572026-07-23T04:29:52.837Z Downloaded elliptic-curve v0.13.8
7582026-07-23T04:29:52.837Z Downloaded generic-array v1.4.3
7592026-07-23T04:29:52.837Z Downloaded newtype_derive v0.1.6
7602026-07-23T04:29:52.837Z Downloaded jobserver v0.1.34
7612026-07-23T04:29:52.837Z Downloaded multimap v0.10.1
7622026-07-23T04:29:52.837Z Downloaded libsw-core v0.3.2
7632026-07-23T04:29:52.838Z Downloaded ingot v0.1.1
7642026-07-23T04:29:52.838Z Downloaded chacha20poly1305 v0.10.1
7652026-07-23T04:29:52.838Z Downloaded futures v0.3.32
7662026-07-23T04:29:52.848Z Downloaded nibble_vec v0.1.0
7672026-07-23T04:29:52.848Z Downloaded newline-converter v0.3.0
7682026-07-23T04:29:52.849Z Downloaded darling_core v0.21.3
7692026-07-23T04:29:52.849Z Downloaded num-derive v0.3.3
7702026-07-23T04:29:52.849Z Downloaded keccak v0.2.0
7712026-07-23T04:29:52.849Z Downloaded num-conv v0.2.0
7722026-07-23T04:29:52.849Z Downloaded dropshot_endpoint v0.17.1
7732026-07-23T04:29:52.849Z Downloaded nonempty v0.12.0
7742026-07-23T04:29:52.849Z Downloaded hmac v0.13.0
7752026-07-23T04:29:52.849Z Downloaded num v0.4.3
7762026-07-23T04:29:52.849Z Downloaded normalize-line-endings v0.3.0
7772026-07-23T04:29:52.849Z Downloaded num-iter v0.1.45
7782026-07-23T04:29:52.849Z Downloaded match_cfg v0.1.0
7792026-07-23T04:29:52.850Z Downloaded darling_core v0.20.11
7802026-07-23T04:29:52.851Z Downloaded num-derive v0.4.2
7812026-07-23T04:29:52.868Z Downloaded num_enum_derive v0.5.11
7822026-07-23T04:29:52.868Z Downloaded libefi-sys v0.1.0
7832026-07-23T04:29:52.869Z Downloaded hyper-rustls v0.27.7
7842026-07-23T04:29:52.869Z Downloaded half v1.8.3
7852026-07-23T04:29:52.869Z Downloaded hybrid-array v0.4.13
7862026-07-23T04:29:52.869Z Downloaded getrandom v0.3.4
7872026-07-23T04:29:52.869Z Downloaded crc32fast v1.5.0
7882026-07-23T04:29:52.869Z Downloaded futures-sink v0.3.32
7892026-07-23T04:29:52.869Z Downloaded lock_api v0.4.14
7902026-07-23T04:29:52.869Z Downloaded ipnetwork v0.21.1
7912026-07-23T04:29:52.869Z Downloaded openssl-probe v0.1.6
7922026-07-23T04:29:52.892Z Downloaded opaque-debug v0.3.1
7932026-07-23T04:29:52.892Z Downloaded openssl-probe v0.2.1
7942026-07-23T04:29:52.892Z Downloaded openssl-macros v0.1.1
7952026-07-23T04:29:52.892Z Downloaded olpc-cjson v0.1.4
7962026-07-23T04:29:52.892Z Downloaded num_threads v0.1.7
7972026-07-23T04:29:52.892Z Downloaded oso-derive v0.27.3
7982026-07-23T04:29:52.892Z Downloaded mime_guess v2.0.5
7992026-07-23T04:29:52.893Z Downloaded linear-map v1.2.0
8002026-07-23T04:29:52.893Z Downloaded iana-time-zone v0.1.65
8012026-07-23T04:29:52.893Z Downloaded der v0.7.10
8022026-07-23T04:29:52.893Z Downloaded httparse v1.10.1
8032026-07-23T04:29:52.893Z Downloaded flume v0.11.1
8042026-07-23T04:29:52.893Z Downloaded module-lattice v0.2.3
8052026-07-23T04:29:52.893Z Downloaded libsw v3.5.0
8062026-07-23T04:29:52.893Z Downloaded futures-macro v0.3.32
8072026-07-23T04:29:52.893Z Downloaded cc v1.2.56
8082026-07-23T04:29:52.902Z Downloaded packed_struct_codegen v0.10.1
8092026-07-23T04:29:52.902Z Downloaded newtype-uuid v1.3.2
8102026-07-23T04:29:52.902Z Downloaded native-tls v0.2.18
8112026-07-23T04:29:52.902Z Downloaded multer v3.1.0
8122026-07-23T04:29:52.902Z Downloaded const-oid v0.10.2
8132026-07-23T04:29:52.902Z Downloaded bytes v1.11.1
8142026-07-23T04:29:52.919Z Downloaded password-hash v0.6.1
8152026-07-23T04:29:52.919Z Downloaded parse-display v0.10.0
8162026-07-23T04:29:52.920Z Downloaded num-complex v0.4.6
8172026-07-23T04:29:52.920Z Downloaded defmt v1.0.1
8182026-07-23T04:29:52.920Z Downloaded byte-wrapper v0.1.0
8192026-07-23T04:29:52.920Z Downloaded num-integer v0.1.46
8202026-07-23T04:29:52.920Z Downloaded nu-ansi-term v0.50.3
8212026-07-23T04:29:52.920Z Downloaded ingot-macros v0.1.1
8222026-07-23T04:29:52.921Z Downloaded derive_more v2.1.1
8232026-07-23T04:29:52.934Z Downloaded percent-encoding v2.3.2
8242026-07-23T04:29:52.934Z Downloaded peg-runtime v0.8.5
8252026-07-23T04:29:52.934Z Downloaded path-slash v0.1.5
8262026-07-23T04:29:52.934Z Downloaded indexmap v1.9.3
8272026-07-23T04:29:52.935Z Downloaded num_enum_derive v0.7.6
8282026-07-23T04:29:52.935Z Downloaded half v2.7.1
8292026-07-23T04:29:52.935Z Downloaded num_enum v0.5.11
8302026-07-23T04:29:52.935Z Downloaded phf_shared v0.13.1
8312026-07-23T04:29:52.935Z Downloaded phf_shared v0.11.3
8322026-07-23T04:29:52.935Z Downloaded phf_shared v0.12.1
8332026-07-23T04:29:52.935Z Downloaded litemap v0.8.1
8342026-07-23T04:29:52.965Z Downloaded num-rational v0.4.2
8352026-07-23T04:29:52.965Z Downloaded memmap2 v0.9.10
8362026-07-23T04:29:52.965Z Downloaded icu_provider v2.1.1
8372026-07-23T04:29:52.965Z Downloaded blowfish v0.10.0
8382026-07-23T04:29:52.965Z Downloaded derive_more-impl v2.1.1
8392026-07-23T04:29:52.965Z Downloaded flate2 v1.1.9
8402026-07-23T04:29:52.965Z Downloaded bs58 v0.5.1
8412026-07-23T04:29:52.965Z Downloaded oxide-update-engine v0.1.2
8422026-07-23T04:29:52.965Z Downloaded heapless v0.7.17
8432026-07-23T04:29:52.981Z Downloaded oxide-tokio-rt v0.1.4
8442026-07-23T04:29:52.981Z Downloaded oxide-update-engine-display v0.1.2
8452026-07-23T04:29:52.982Z Downloaded async-compression v0.4.41
8462026-07-23T04:29:52.982Z Downloaded bumpalo v3.20.2
8472026-07-23T04:29:52.982Z Downloaded ml-kem v0.3.2
8482026-07-23T04:29:52.982Z Downloaded bit-vec v0.6.3
8492026-07-23T04:29:52.982Z Downloaded aead v0.5.2
8502026-07-23T04:29:52.982Z Downloaded precomputed-hash v0.1.1
8512026-07-23T04:29:52.982Z Downloaded predicates-core v1.0.10
8522026-07-23T04:29:52.982Z Downloaded potential_utf v0.1.4
8532026-07-23T04:29:52.982Z Downloaded parse-size v1.1.0
8542026-07-23T04:29:52.982Z Downloaded powerfmt v0.2.0
8552026-07-23T04:29:52.982Z Downloaded oxnet v0.1.6
8562026-07-23T04:29:52.982Z Downloaded password-hash v0.5.0
8572026-07-23T04:29:52.982Z Downloaded parking_lot_core v0.8.6
8582026-07-23T04:29:52.982Z Downloaded ignore v0.4.25
8592026-07-23T04:29:53.009Z Downloaded pbkdf2 v0.13.0
8602026-07-23T04:29:53.010Z Downloaded paste v1.0.15
8612026-07-23T04:29:53.010Z Downloaded proc-macro-crate v3.4.0
8622026-07-23T04:29:53.010Z Downloaded libbz2-rs-sys v0.2.2
8632026-07-23T04:29:53.010Z Downloaded peg-macros v0.8.5
8642026-07-23T04:29:53.010Z Downloaded peg v0.8.5
8652026-07-23T04:29:53.010Z Downloaded progenitor-client v0.14.0
8662026-07-23T04:29:53.010Z Downloaded parse-display-derive v0.10.0
8672026-07-23T04:29:53.010Z Downloaded proc-macro-crate v1.3.1
8682026-07-23T04:29:53.010Z Downloaded headers v0.4.1
8692026-07-23T04:29:53.075Z Downloaded ed25519-dalek v3.0.0-rc.0
8702026-07-23T04:29:53.075Z Downloaded psl-types v2.0.11
8712026-07-23T04:29:53.075Z Downloaded phf v0.13.1
8722026-07-23T04:29:53.075Z Downloaded phf v0.12.1
8732026-07-23T04:29:53.075Z Downloaded pem-rfc7468 v0.7.0
8742026-07-23T04:29:53.075Z Downloaded pem v3.0.6
8752026-07-23T04:29:53.075Z Downloaded phc v0.6.1
8762026-07-23T04:29:53.075Z Downloaded crossterm v0.29.0
8772026-07-23T04:29:53.075Z Downloaded hickory-resolver v0.24.4
8782026-07-23T04:29:53.075Z Downloaded pin-project-internal v1.1.11
8792026-07-23T04:29:53.075Z Downloaded der v0.8.0
8802026-07-23T04:29:53.075Z Downloaded pkcs8 v0.10.2
8812026-07-23T04:29:53.075Z Downloaded owo-colors v4.3.0
8822026-07-23T04:29:53.075Z Downloaded pin-project-lite v0.2.17
8832026-07-23T04:29:53.075Z Downloaded progenitor-macro v0.14.0
8842026-07-23T04:29:53.075Z Downloaded expectorate v1.2.0
8852026-07-23T04:29:53.243Z Downloaded polyval v0.7.1
8862026-07-23T04:29:53.243Z Downloaded parking_lot v0.12.5
8872026-07-23T04:29:53.243Z Downloaded rand_chacha v0.3.1
8882026-07-23T04:29:53.243Z Downloaded pkg-config v0.3.32
8892026-07-23T04:29:53.244Z Downloaded icu_normalizer v2.1.1
8902026-07-23T04:29:53.244Z Downloaded poly1305 v0.8.0
8912026-07-23T04:29:53.244Z Downloaded nanorand v0.7.0
8922026-07-23T04:29:53.244Z Downloaded litrs v1.0.0
8932026-07-23T04:29:53.244Z Downloaded icu_locale_core v2.1.1
8942026-07-23T04:29:53.244Z Downloaded ppv-lite86 v0.2.21
8952026-07-23T04:29:53.244Z Downloaded quick-error v1.2.3
8962026-07-23T04:29:53.244Z Downloaded port-file v0.1.0
8972026-07-23T04:29:53.244Z Downloaded icu_normalizer_data v2.1.1
8982026-07-23T04:29:53.244Z Downloaded indicatif v0.18.4
8992026-07-23T04:29:53.244Z Downloaded proc-macro-error-attr2 v2.0.0
9002026-07-23T04:29:53.244Z Downloaded hickory-resolver v0.25.2
9012026-07-23T04:29:53.244Z Downloaded predicates-tree v1.0.13
9022026-07-23T04:29:53.244Z Downloaded num_enum v0.7.6
9032026-07-23T04:29:53.245Z Downloaded rand_xorshift v0.4.0
9042026-07-23T04:29:53.245Z Downloaded parking_lot_core v0.9.12
9052026-07-23T04:29:53.245Z Downloaded pem-rfc7468 v1.0.0
9062026-07-23T04:29:53.245Z Downloaded progenitor v0.13.0
9072026-07-23T04:29:53.245Z Downloaded primeorder v0.13.6
9082026-07-23T04:29:53.245Z Downloaded aes v0.9.1
9092026-07-23T04:29:53.245Z Downloaded ref-cast-impl v1.0.25
9102026-07-23T04:29:53.245Z Downloaded recursive-proc-macro-impl v0.1.1
9112026-07-23T04:29:53.245Z Downloaded progenitor-extras v0.2.0
9122026-07-23T04:29:53.245Z Downloaded recursive v0.1.1
9132026-07-23T04:29:53.245Z Downloaded proc-macro-error2 v2.0.1
9142026-07-23T04:29:53.245Z Downloaded progenitor v0.14.0
9152026-07-23T04:29:53.245Z Downloaded primeorder v0.14.0-rc.10
9162026-07-23T04:29:53.245Z Downloaded packed_struct v0.10.1
9172026-07-23T04:29:53.245Z Downloaded ref-cast v1.0.25
9182026-07-23T04:29:53.245Z Downloaded radium v0.7.0
9192026-07-23T04:29:53.246Z Downloaded psm v0.1.30
9202026-07-23T04:29:53.246Z Downloaded rfc6979 v0.4.0
9212026-07-23T04:29:53.247Z Downloaded progenitor-client v0.13.0
9222026-07-23T04:29:53.247Z Downloaded omicron-zone-package v0.12.3
9232026-07-23T04:29:53.247Z Downloaded heapless v0.8.0
9242026-07-23T04:29:53.247Z Downloaded icu_properties v2.1.2
9252026-07-23T04:29:53.247Z Downloaded progenitor-macro v0.13.0
9262026-07-23T04:29:53.248Z Downloaded pkcs8 v0.11.0
9272026-07-23T04:29:53.248Z Downloaded postgres-protocol v0.6.10
9282026-07-23T04:29:53.248Z Downloaded poly1305 v0.9.0
9292026-07-23T04:29:53.248Z Downloaded pkcs1 v0.8.0-rc.4
9302026-07-23T04:29:53.248Z Downloaded rustc-hash v2.1.1
9312026-07-23T04:29:53.248Z Downloaded pkcs1 v0.7.5
9322026-07-23T04:29:53.248Z Downloaded rustc_version v0.4.1
9332026-07-23T04:29:53.248Z Downloaded miniz_oxide v0.8.9
9342026-07-23T04:29:53.248Z Downloaded oxide-update-engine-types v0.1.2
9352026-07-23T04:29:53.248Z Downloaded r2d2 v0.8.10
9362026-07-23T04:29:53.248Z Downloaded hashbrown v0.13.2
9372026-07-23T04:29:53.248Z Downloaded rand_core v0.10.0
9382026-07-23T04:29:53.248Z Downloaded rand_core v0.6.4
9392026-07-23T04:29:53.248Z Downloaded oso v0.27.3
9402026-07-23T04:29:53.248Z Downloaded primefield v0.14.0
9412026-07-23T04:29:53.249Z Downloaded num-traits v0.2.19
9422026-07-23T04:29:53.249Z Downloaded papergrid v0.17.0
9432026-07-23T04:29:53.249Z Downloaded rtoolbox v0.0.3
9442026-07-23T04:29:53.249Z Downloaded russh-util v0.52.0
9452026-07-23T04:29:53.249Z Downloaded predicates v3.1.4
9462026-07-23T04:29:53.249Z Downloaded russh-cryptovec v0.61.0
9472026-07-23T04:29:53.249Z Downloaded rfc6979 v0.5.0
9482026-07-23T04:29:53.249Z Downloaded icu_collections v2.1.1
9492026-07-23T04:29:53.249Z Downloaded rand_chacha v0.9.0
9502026-07-23T04:29:53.249Z Downloaded postgres-types v0.2.12
9512026-07-23T04:29:53.249Z Downloaded rand_seeder v0.4.0
9522026-07-23T04:29:53.249Z Downloaded hashbrown v0.12.3
9532026-07-23T04:29:53.249Z Downloaded postcard v1.1.3
9542026-07-23T04:29:53.249Z Downloaded scheduled-thread-pool v0.2.7
9552026-07-23T04:29:53.250Z Downloaded rustc_version v0.1.7
9562026-07-23T04:29:53.250Z Downloaded crossterm v0.28.1
9572026-07-23T04:29:53.250Z Downloaded scopeguard v1.2.0
9582026-07-23T04:29:53.250Z Downloaded sapling-renderdag v0.1.0
9592026-07-23T04:29:53.250Z Downloaded scroll_derive v0.13.1
9602026-07-23T04:29:53.250Z Downloaded pkcs5 v0.8.1
9612026-07-23T04:29:53.250Z Downloaded resolv-conf v0.7.6
9622026-07-23T04:29:53.250Z Downloaded parking_lot v0.11.2
9632026-07-23T04:29:53.250Z Downloaded p384 v0.14.0-rc.10
9642026-07-23T04:29:53.250Z Downloaded serde-big-array v0.5.1
9652026-07-23T04:29:53.250Z Downloaded seq-macro v0.3.6
9662026-07-23T04:29:53.250Z Downloaded semver v0.1.20
9672026-07-23T04:29:53.250Z Downloaded serde_bytes v0.11.19
9682026-07-23T04:29:53.250Z Downloaded rustls-pemfile v2.2.0
9692026-07-23T04:29:53.250Z Downloaded secrecy v0.10.3
9702026-07-23T04:29:53.250Z Downloaded secrecy v0.8.0
9712026-07-23T04:29:53.251Z Downloaded jiff-static v0.2.21
9722026-07-23T04:29:53.251Z Downloaded quinn-udp v0.5.14
9732026-07-23T04:29:53.251Z Downloaded minimal-lexical v0.2.1
9742026-07-23T04:29:53.251Z Downloaded rand_core v0.9.5
9752026-07-23T04:29:53.251Z Downloaded serde_spanned v1.1.1
9762026-07-23T04:29:53.251Z Downloaded serde_plain v1.0.2
9772026-07-23T04:29:53.251Z Downloaded signal-hook-mio v0.2.5
9782026-07-23T04:29:53.251Z Downloaded serde_repr v0.1.20
9792026-07-23T04:29:53.251Z Downloaded rustls-native-certs v0.8.3
9802026-07-23T04:29:53.251Z Downloaded sha1 v0.10.6
9812026-07-23T04:29:53.251Z Downloaded serde_urlencoded v0.7.1
9822026-07-23T04:29:53.251Z Downloaded sha1 v0.11.0
9832026-07-23T04:29:53.251Z Downloaded shell-words v1.1.1
9842026-07-23T04:29:53.251Z Downloaded sigpipe v0.1.3
9852026-07-23T04:29:53.267Z Downloaded signature v3.0.0
9862026-07-23T04:29:53.267Z Downloaded signature v2.2.0
9872026-07-23T04:29:53.267Z Downloaded progenitor-impl v0.14.0
9882026-07-23T04:29:53.267Z Downloaded dropshot-api-manager v0.7.2
9892026-07-23T04:29:53.267Z Downloaded hickory-server v0.25.2
9902026-07-23T04:29:53.267Z Downloaded pin-project v1.1.11
9912026-07-23T04:29:53.267Z Downloaded siphasher v1.0.2
9922026-07-23T04:29:53.267Z Downloaded slog-bunyan v2.5.0
9932026-07-23T04:29:53.267Z Downloaded same-file v1.0.6
9942026-07-23T04:29:53.268Z Downloaded sec1 v0.7.3
9952026-07-23T04:29:53.268Z Downloaded scrypt v0.12.0
9962026-07-23T04:29:53.268Z Downloaded slog-envlogger v2.2.0
9972026-07-23T04:29:53.268Z Downloaded schemars_derive v0.8.22
9982026-07-23T04:29:53.268Z Downloaded scroll v0.13.0
9992026-07-23T04:29:53.268Z Downloaded signal-hook-tokio v0.3.1
10002026-07-23T04:29:53.268Z Downloaded mio v1.2.0
10012026-07-23T04:29:53.268Z Downloaded rpassword v7.5.4
10022026-07-23T04:29:53.268Z Downloaded aes-gcm v0.11.0
10032026-07-23T04:29:53.268Z Downloaded serde_path_to_error v0.1.20
10042026-07-23T04:29:53.288Z Downloaded sqlparser_derive v0.5.0
10052026-07-23T04:29:53.288Z Downloaded num-bigint v0.4.6
10062026-07-23T04:29:53.288Z Downloaded serde_derive_internals v0.29.1
10072026-07-23T04:29:53.288Z Downloaded rustls-pki-types v1.14.0
10082026-07-23T04:29:53.288Z Downloaded rustversion v1.0.22
10092026-07-23T04:29:53.288Z Downloaded rcgen v0.12.1
10102026-07-23T04:29:53.288Z Downloaded internal-russh-num-bigint v0.5.0
10112026-07-23T04:29:53.290Z Downloaded simd-adler32 v0.3.8
10122026-07-23T04:29:53.465Z Downloaded serdect v0.4.3
10132026-07-23T04:29:53.465Z Downloaded salsa20 v0.11.0
10142026-07-23T04:29:53.465Z Downloaded rusty-fork v0.3.1
10152026-07-23T04:29:53.465Z Downloaded stable_deref_trait v1.2.1
10162026-07-23T04:29:53.465Z Downloaded itertools v0.10.5
10172026-07-23T04:29:53.465Z Downloaded slab v0.4.12
10182026-07-23T04:29:53.465Z Downloaded serde_with_macros v1.5.2
10192026-07-23T04:29:53.466Z Downloaded prettyplease v0.2.37
10202026-07-23T04:29:53.466Z Downloaded progenitor-impl v0.13.0
10212026-07-23T04:29:53.466Z Downloaded signal-hook-registry v1.4.8
10222026-07-23T04:29:53.466Z Downloaded structmeta v0.3.0
10232026-07-23T04:29:53.466Z Downloaded structmeta-derive v0.3.0
10242026-07-23T04:29:53.466Z Downloaded shlex v1.3.0
10252026-07-23T04:29:53.466Z Downloaded http v1.4.2
10262026-07-23T04:29:53.466Z Downloaded subtle v2.6.1
10272026-07-23T04:29:53.466Z Downloaded hashbrown v0.16.1
10282026-07-23T04:29:53.524Z Downloaded strum v0.26.3
10292026-07-23T04:29:53.524Z Downloaded strsim v0.10.0
10302026-07-23T04:29:53.524Z Downloaded strip-ansi-escapes v0.2.1
10312026-07-23T04:29:53.524Z Downloaded slog-json v2.6.1
10322026-07-23T04:29:53.524Z Downloaded slog-async v2.8.0
10332026-07-23T04:29:53.524Z Downloaded crypto-primes v0.7.2
10342026-07-23T04:29:53.524Z Downloaded slog-dtrace v0.3.0
10352026-07-23T04:29:53.524Z Downloaded sec1 v0.8.1
10362026-07-23T04:29:53.524Z Downloaded snafu-derive v0.8.9
10372026-07-23T04:29:53.524Z Downloaded smf v0.2.3
10382026-07-23T04:29:53.524Z Downloaded sync-ptr v0.1.4
10392026-07-23T04:29:53.524Z Downloaded strum v0.27.2
10402026-07-23T04:29:53.525Z Downloaded slog-stdlog v4.1.1
10412026-07-23T04:29:53.525Z Downloaded tabwriter v1.4.1
10422026-07-23T04:29:53.525Z Downloaded smallvec v0.6.14
10432026-07-23T04:29:53.525Z Downloaded sync_wrapper v1.0.2
10442026-07-23T04:29:53.525Z Downloaded supports-color v3.0.2
10452026-07-23T04:29:53.525Z Downloaded spki v0.7.3
10462026-07-23T04:29:53.525Z Downloaded ron v0.8.1
10472026-07-23T04:29:53.525Z Downloaded serde-hex v0.1.0
10482026-07-23T04:29:53.525Z Downloaded serde_with_macros v3.21.0
10492026-07-23T04:29:53.525Z Downloaded libxml v0.3.3
10502026-07-23T04:29:53.525Z Downloaded take_mut v0.2.2
10512026-07-23T04:29:53.525Z Downloaded sqlformat v0.3.5
10522026-07-23T04:29:53.525Z Downloaded spki v0.8.0
10532026-07-23T04:29:53.525Z Downloaded openssl-sys v0.9.115
10542026-07-23T04:29:53.525Z Downloaded tagptr v0.2.0
10552026-07-23T04:29:53.526Z Downloaded hyper-util v0.1.20
10562026-07-23T04:29:53.526Z Downloaded rayon-core v1.13.0
10572026-07-23T04:29:53.526Z Downloaded hashbrown v0.15.5
10582026-07-23T04:29:53.526Z Downloaded termtree v0.5.1
10592026-07-23T04:29:53.526Z Downloaded ssh-encoding v0.3.0-rc.9
10602026-07-23T04:29:53.526Z Downloaded testing_table v0.3.0
10612026-07-23T04:29:53.526Z Downloaded tap v1.0.1
10622026-07-23T04:29:53.526Z Downloaded stacker v0.1.23
10632026-07-23T04:29:53.526Z Downloaded iri-string v0.7.10
10642026-07-23T04:29:53.526Z Downloaded ryu v1.0.23
10652026-07-23T04:29:53.526Z Downloaded quinn v0.11.9
10662026-07-23T04:29:53.526Z Downloaded support-bundle-viewer v0.1.2
10672026-07-23T04:29:53.526Z Downloaded thread-id v5.1.0
10682026-07-23T04:29:53.526Z Downloaded thiserror-impl-no-std v2.0.2
10692026-07-23T04:29:53.526Z Downloaded schemars v0.8.22
10702026-07-23T04:29:53.526Z Downloaded p256 v0.14.0-rc.10
10712026-07-23T04:29:53.526Z Downloaded stringprep v0.1.5
10722026-07-23T04:29:53.526Z Downloaded static_assertions v1.1.0
10732026-07-23T04:29:53.526Z Downloaded strum_macros v0.27.2
10742026-07-23T04:29:53.527Z Downloaded tinyvec_macros v0.1.1
10752026-07-23T04:29:53.527Z Downloaded time-core v0.1.8
10762026-07-23T04:29:53.527Z Downloaded strum_macros v0.24.3
10772026-07-23T04:29:53.527Z Downloaded smallvec v1.15.1
10782026-07-23T04:29:53.527Z Downloaded slog-scope v4.4.1
10792026-07-23T04:29:53.527Z Downloaded slog-term v2.9.2
10802026-07-23T04:29:53.527Z Downloaded spin v0.9.8
10812026-07-23T04:29:53.527Z Downloaded hyper v1.10.1
10822026-07-23T04:29:53.527Z Downloaded tokio-macros v2.7.0
10832026-07-23T04:29:53.527Z Downloaded string_cache v0.8.9
10842026-07-23T04:29:53.527Z Downloaded qorb v0.4.1
10852026-07-23T04:29:53.527Z Downloaded serde_cbor v0.11.2
10862026-07-23T04:29:53.527Z Downloaded publicsuffix v2.3.0
10872026-07-23T04:29:53.527Z Downloaded tokio-test v0.4.5
10882026-07-23T04:29:53.527Z Downloaded tabled_derive v0.11.0
10892026-07-23T04:29:53.527Z Downloaded ssh-cipher v0.3.0-rc.9
10902026-07-23T04:29:53.527Z Downloaded nom v7.1.3
10912026-07-23T04:29:53.528Z Downloaded rustls-platform-verifier v0.6.2
10922026-07-23T04:29:53.528Z Downloaded num-bigint-dig v0.8.6
10932026-07-23T04:29:53.528Z Downloaded synstructure v0.13.2
10942026-07-23T04:29:53.528Z Downloaded similar v2.7.0
10952026-07-23T04:29:53.528Z Downloaded topological-sort v0.2.2
10962026-07-23T04:29:53.528Z Downloaded sha2 v0.11.0
10972026-07-23T04:29:53.528Z Downloaded rand v0.8.6
10982026-07-23T04:29:53.528Z Downloaded pretty_assertions v1.4.1
10992026-07-23T04:29:53.528Z Downloaded signal-hook v0.3.18
11002026-07-23T04:29:53.528Z Downloaded termios v0.3.3
11012026-07-23T04:29:53.528Z Downloaded tower-service v0.3.3
11022026-07-23T04:29:53.528Z Downloaded tower-layer v0.3.3
11032026-07-23T04:29:53.528Z Downloaded idna v1.1.0
11042026-07-23T04:29:53.528Z Downloaded try-lock v0.2.5
11052026-07-23T04:29:53.528Z Downloaded schemars v0.9.0
11062026-07-23T04:29:53.528Z Downloaded p521 v0.14.0-rc.10
11072026-07-23T04:29:53.528Z Downloaded itertools v0.12.1
11082026-07-23T04:29:53.529Z Downloaded typify-macro v0.6.2
11092026-07-23T04:29:53.529Z Downloaded unarray v0.1.4
11102026-07-23T04:29:53.529Z Downloaded trait-variant v0.1.2
11112026-07-23T04:29:53.529Z Downloaded unicode-truncate v1.1.0
11122026-07-23T04:29:53.529Z Downloaded tls_codec_derive v0.4.2
11132026-07-23T04:29:53.529Z Downloaded thread_local v1.1.9
11142026-07-23T04:29:53.529Z Downloaded rsa v0.9.10
11152026-07-23T04:29:53.529Z Downloaded unicode-xid v0.2.6
11162026-07-23T04:29:53.529Z Downloaded universal-hash v0.5.1
11172026-07-23T04:29:53.529Z Downloaded itertools v0.13.0
11182026-07-23T04:29:53.529Z Downloaded tinystr v0.8.2
11192026-07-23T04:29:53.530Z Downloaded thiserror-no-std v2.0.2
11202026-07-23T04:29:53.530Z Downloaded socket2 v0.6.3
11212026-07-23T04:29:53.530Z Downloaded socket2 v0.5.10
11222026-07-23T04:29:53.531Z Downloaded rand v0.9.2
11232026-07-23T04:29:53.531Z Downloaded tls_codec v0.4.2
11242026-07-23T04:29:53.531Z Downloaded tiny-keccak v2.0.2
11252026-07-23T04:29:53.531Z Downloaded unit-prefix v0.5.2
11262026-07-23T04:29:53.531Z Downloaded usdt-macro v0.6.0
11272026-07-23T04:29:53.531Z Downloaded tokio-tungstenite v0.21.0
11282026-07-23T04:29:53.561Z Downloaded untrusted v0.9.0
11292026-07-23T04:29:53.561Z Downloaded untrusted v0.7.1
11302026-07-23T04:29:53.561Z Downloaded utf8_iter v1.0.4
11312026-07-23T04:29:53.561Z Downloaded universal-hash v0.6.1
11322026-07-23T04:29:53.561Z Downloaded serde_yaml v0.9.34+deprecated
11332026-07-23T04:29:53.561Z Downloaded tokio-native-tls v0.3.1
11342026-07-23T04:29:53.561Z Downloaded tokio-dtrace v0.1.1
11352026-07-23T04:29:53.562Z Downloaded h2 v0.4.15
11362026-07-23T04:29:53.562Z Downloaded futures-util v0.3.32
11372026-07-23T04:29:53.562Z Downloaded utf-8 v0.7.6
11382026-07-23T04:29:53.562Z Downloaded usdt-attr-macro v0.6.0
11392026-07-23T04:29:53.562Z Downloaded usdt v0.6.0
11402026-07-23T04:29:53.562Z Downloaded toml_writer v1.1.1+spec-1.1.0
11412026-07-23T04:29:53.562Z Downloaded tokio-tungstenite v0.23.1
11422026-07-23T04:29:53.563Z Downloaded rustls-webpki v0.103.13
11432026-07-23T04:29:53.563Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11442026-07-23T04:29:53.563Z Downloaded want v0.3.1
11452026-07-23T04:29:53.563Z Downloaded void v1.0.2
11462026-07-23T04:29:53.563Z Downloaded waitgroup v0.1.2
11472026-07-23T04:29:53.563Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11482026-07-23T04:29:53.563Z Downloaded wait-timeout v0.2.1
11492026-07-23T04:29:53.563Z Downloaded schemars v1.2.1
11502026-07-23T04:29:53.563Z Downloaded tui-tree-widget v0.23.1
11512026-07-23T04:29:53.563Z Downloaded time-macros v0.2.27
11522026-07-23T04:29:53.563Z Downloaded strum_macros v0.26.4
11532026-07-23T04:29:53.563Z Downloaded unicase v2.9.0
11542026-07-23T04:29:53.563Z Downloaded prefix-trie v0.7.0
11552026-07-23T04:29:53.563Z Downloaded hkdf v0.12.4
11562026-07-23T04:29:53.563Z Downloaded xshell-macros v0.2.7
11572026-07-23T04:29:53.563Z Downloaded samael v0.0.19
11582026-07-23T04:29:53.563Z Downloaded tokio-stream v0.1.18
11592026-07-23T04:29:53.563Z Downloaded slog v2.8.2
11602026-07-23T04:29:53.563Z Downloaded term v1.2.1
11612026-07-23T04:29:53.564Z Downloaded nom v8.0.0
11622026-07-23T04:29:53.564Z Downloaded rand v0.10.1
11632026-07-23T04:29:53.564Z Downloaded xattr v1.6.1
11642026-07-23T04:29:53.564Z Downloaded zerofrom v0.1.6
11652026-07-23T04:29:53.564Z Downloaded term v0.7.0
11662026-07-23T04:29:53.564Z Downloaded snafu v0.8.9
11672026-07-23T04:29:53.571Z Downloaded hkdf v0.13.0
11682026-07-23T04:29:53.571Z Downloaded tokio-rustls v0.26.4
11692026-07-23T04:29:53.571Z Downloaded test-strategy v0.4.5
11702026-07-23T04:29:53.571Z Downloaded itertools v0.14.0
11712026-07-23T04:29:53.571Z Downloaded toml_parser v1.1.2+spec-1.1.0
11722026-07-23T04:29:53.571Z Downloaded zeroize_derive v1.4.3
11732026-07-23T04:29:53.571Z Downloaded zerofrom-derive v0.1.6
11742026-07-23T04:29:53.571Z Downloaded vergen-gitcl v1.0.8
11752026-07-23T04:29:53.571Z Downloaded blake3 v1.8.5
11762026-07-23T04:29:53.571Z Downloaded uzers v0.12.2
11772026-07-23T04:29:53.571Z Downloaded usdt-impl v0.6.0
11782026-07-23T04:29:53.571Z Downloaded tracing-attributes v0.1.31
11792026-07-23T04:29:53.624Z Downloaded zone_cfg_derive v0.3.1
11802026-07-23T04:29:53.624Z Downloaded zone v0.3.1
11812026-07-23T04:29:53.645Z Downloaded icu_properties_data v2.1.2
11822026-07-23T04:29:53.645Z Downloaded writeable v0.6.2
11832026-07-23T04:29:53.645Z Downloaded whoami v2.1.0
11842026-07-23T04:29:53.646Z Downloaded subprocess v0.2.15
11852026-07-23T04:29:53.646Z Downloaded wyz v0.5.1
11862026-07-23T04:29:53.646Z Downloaded libm v0.2.16
11872026-07-23T04:29:53.646Z Downloaded whoami v1.6.1
11882026-07-23T04:29:53.646Z Downloaded twox-hash v2.1.2
11892026-07-23T04:29:53.646Z Downloaded xshell v0.2.7
11902026-07-23T04:29:53.646Z Downloaded yoke v0.8.1
11912026-07-23T04:29:53.646Z Downloaded tar v0.4.46
11922026-07-23T04:29:53.646Z Downloaded toml v0.7.8
11932026-07-23T04:29:53.647Z Downloaded tinyvec v1.10.0
11942026-07-23T04:29:53.647Z Downloaded zerovec-derive v0.11.2
11952026-07-23T04:29:53.647Z Downloaded yoke-derive v0.8.1
11962026-07-23T04:29:53.647Z Downloaded vergen-git2 v9.1.0
11972026-07-23T04:29:53.647Z Downloaded vsss-rs v3.3.4
11982026-07-23T04:29:53.647Z Downloaded zeroize v1.8.2
11992026-07-23T04:29:53.647Z Downloaded rustyline v14.0.0
12002026-07-23T04:29:53.679Z Downloaded vergen-lib v9.1.0
12012026-07-23T04:29:53.679Z Downloaded vergen v9.1.0
12022026-07-23T04:29:53.679Z Downloaded rsa v0.10.0-rc.18
12032026-07-23T04:29:53.679Z Downloaded typify v0.6.2
12042026-07-23T04:29:53.679Z Downloaded zstd-safe v7.2.4
12052026-07-23T04:29:53.679Z Downloaded vergen-lib v0.1.6
12062026-07-23T04:29:53.679Z Downloaded iddqd v0.4.2
12072026-07-23T04:29:53.680Z Downloaded zstd v0.13.3
12082026-07-23T04:29:53.680Z Downloaded walkdir v2.5.0
12092026-07-23T04:29:53.680Z Downloaded unicode-properties v0.1.4
12102026-07-23T04:29:53.680Z Downloaded tracing-core v0.1.36
12112026-07-23T04:29:53.680Z Downloaded unsafe-libyaml v0.2.11
12122026-07-23T04:29:53.680Z Downloaded yasna v0.5.2
12132026-07-23T04:29:53.680Z Downloaded unicode-bidi v0.3.18
12142026-07-23T04:29:53.702Z Downloaded tungstenite v0.23.0
12152026-07-23T04:29:53.702Z Downloaded git2 v0.20.4
12162026-07-23T04:29:53.702Z Downloaded serde_with v1.14.0
12172026-07-23T04:29:53.702Z Downloaded toml v1.1.2+spec-1.1.0
12182026-07-23T04:29:53.702Z Downloaded zerocopy v0.6.6
12192026-07-23T04:29:53.702Z Downloaded bitvec v1.0.1
12202026-07-23T04:29:53.721Z Downloaded toml_edit v0.23.10+spec-1.0.0
12212026-07-23T04:29:53.721Z Downloaded vte v0.14.1
12222026-07-23T04:29:53.721Z Downloaded tungstenite v0.21.0
12232026-07-23T04:29:53.722Z Downloaded steno v0.4.1
12242026-07-23T04:29:53.743Z Downloaded crypto-bigint v0.7.5
12252026-07-23T04:29:53.743Z Downloaded tokio-postgres v0.7.16
12262026-07-23T04:29:53.743Z Downloaded bindgen v0.71.1
12272026-07-23T04:29:53.743Z Downloaded uuid v1.23.4
12282026-07-23T04:29:53.763Z Downloaded chrono v0.4.45
12292026-07-23T04:29:53.763Z Downloaded toml_edit v0.19.15
12302026-07-23T04:29:53.763Z Downloaded reqwest v0.13.2
12312026-07-23T04:29:53.764Z Downloaded unicode_categories v0.1.1
12322026-07-23T04:29:53.764Z Downloaded yansi v1.0.1
12332026-07-23T04:29:53.764Z Downloaded zopfli v0.8.3
12342026-07-23T04:29:53.764Z Downloaded reqwest v0.12.28
12352026-07-23T04:29:53.784Z Downloaded url v2.5.8
12362026-07-23T04:29:53.784Z Downloaded p384 v0.13.1
12372026-07-23T04:29:53.888Z Downloaded reedline v0.40.0
12382026-07-23T04:29:53.888Z Downloaded zip v0.6.6
12392026-07-23T04:29:53.888Z Downloaded unicode-segmentation v1.12.0
12402026-07-23T04:29:53.889Z Downloaded goblin v0.10.5
12412026-07-23T04:29:53.889Z Downloaded regex v1.12.3
12422026-07-23T04:29:53.922Z Downloaded tower v0.5.3
12432026-07-23T04:29:53.922Z Downloaded rayon v1.11.0
12442026-07-23T04:29:53.923Z Downloaded ssh-key v0.7.0-rc.10
12452026-07-23T04:29:53.923Z Downloaded zerotrie v0.2.3
12462026-07-23T04:29:53.923Z Downloaded zerocopy-derive v0.8.40
12472026-07-23T04:29:53.923Z Downloaded salty v0.3.0
12482026-07-23T04:29:53.923Z Downloaded moka v0.12.13
12492026-07-23T04:29:53.923Z Downloaded quick-xml v0.37.5
12502026-07-23T04:29:53.923Z Downloaded typed-path v0.9.3
12512026-07-23T04:29:53.923Z Downloaded petname v2.0.2
12522026-07-23T04:29:53.923Z Downloaded portable-atomic v1.13.1
12532026-07-23T04:29:53.923Z Downloaded lalrpop v0.19.12
12542026-07-23T04:29:53.923Z Downloaded aws-lc-rs v1.16.3
12552026-07-23T04:29:53.923Z Downloaded x509-cert v0.2.5
12562026-07-23T04:29:53.923Z Downloaded rawzip v0.4.4
12572026-07-23T04:29:53.923Z Downloaded unicode-normalization v0.1.25
12582026-07-23T04:29:53.923Z Downloaded proptest v1.10.0
12592026-07-23T04:29:53.923Z Downloaded tower-http v0.6.8
12602026-07-23T04:29:53.923Z Downloaded curve25519-dalek v4.1.3
12612026-07-23T04:29:53.923Z Downloaded zip v4.6.1
12622026-07-23T04:29:53.923Z Downloaded curve25519-dalek v5.0.0-rc.0
12632026-07-23T04:29:53.923Z Downloaded nix v0.27.1
12642026-07-23T04:29:53.923Z Downloaded tough v0.22.0
12652026-07-23T04:29:53.923Z Downloaded russh v0.61.2
12662026-07-23T04:29:53.923Z Downloaded zerovec v0.11.5
12672026-07-23T04:29:53.923Z Downloaded tokio-util v0.7.18
12682026-07-23T04:29:53.938Z Downloaded object v0.30.4
12692026-07-23T04:29:53.938Z Downloaded bstr v1.12.1
12702026-07-23T04:29:53.960Z Downloaded winnow v0.6.26
12712026-07-23T04:29:53.960Z Downloaded quinn-proto v0.11.13
12722026-07-23T04:29:53.973Z Downloaded polar-core v0.27.3
12732026-07-23T04:29:53.974Z Downloaded nix v0.28.0
12742026-07-23T04:29:53.974Z Downloaded winnow v0.5.40
12752026-07-23T04:29:53.974Z Downloaded serde_with v3.21.0
12762026-07-23T04:29:53.987Z Downloaded radix_trie v0.2.1
12772026-07-23T04:29:53.987Z Downloaded winnow v1.0.3
12782026-07-23T04:29:54.025Z Downloaded openssl v0.10.79
12792026-07-23T04:29:54.025Z Downloaded dropshot v0.17.1
12802026-07-23T04:29:54.073Z Downloaded tabled v0.20.0
12812026-07-23T04:29:54.073Z Downloaded time v0.3.47
12822026-07-23T04:29:54.073Z Downloaded nix v0.31.2
12832026-07-23T04:29:54.073Z Downloaded regex-syntax v0.6.29
12842026-07-23T04:29:54.073Z Downloaded hickory-proto v0.24.4
12852026-07-23T04:29:54.125Z Downloaded zlib-rs v0.6.2
12862026-07-23T04:29:54.125Z Downloaded openapiv3 v2.2.0
12872026-07-23T04:29:54.125Z Downloaded vcpkg v0.2.15
12882026-07-23T04:29:54.125Z Downloaded smoltcp v0.9.1
12892026-07-23T04:29:54.126Z Downloaded diesel v2.3.7
12902026-07-23T04:29:54.175Z Downloaded object v0.37.3
12912026-07-23T04:29:54.175Z Downloaded hickory-proto v0.25.2
12922026-07-23T04:29:54.175Z Downloaded zerocopy v0.8.40
12932026-07-23T04:29:54.176Z Downloaded smoltcp v0.11.0
12942026-07-23T04:29:54.176Z Downloaded rustls v0.23.41
12952026-07-23T04:29:54.176Z Downloaded rustix v0.38.44
12962026-07-23T04:29:54.176Z Downloaded regress v0.10.5
12972026-07-23T04:29:54.204Z Downloaded regex-syntax v0.8.10
12982026-07-23T04:29:54.204Z Downloaded regress v0.11.1
12992026-07-23T04:29:54.243Z Downloaded fiat-crypto v0.3.0
13002026-07-23T04:29:54.243Z Downloaded tracing v0.1.44
13012026-07-23T04:29:54.296Z Downloaded ratatui v0.29.0
13022026-07-23T04:29:54.296Z Downloaded sha3 v0.11.0
13032026-07-23T04:29:54.296Z Downloaded sqlparser v0.61.0
13042026-07-23T04:29:54.296Z Downloaded typify-impl v0.6.2
13052026-07-23T04:29:54.296Z Downloaded bzip2-sys v0.1.13+1.0.8
13062026-07-23T04:29:54.296Z Downloaded zerocopy-derive v0.6.6
13072026-07-23T04:29:54.296Z Downloaded sled v0.34.7
13082026-07-23T04:29:54.334Z Downloaded jiff v0.2.21
13092026-07-23T04:29:54.334Z Downloaded regex-automata v0.4.14
13102026-07-23T04:29:54.334Z Downloaded petgraph v0.8.3
13112026-07-23T04:29:54.334Z Downloaded csv v1.4.0
13122026-07-23T04:29:54.334Z Downloaded petgraph v0.6.5
13132026-07-23T04:29:54.341Z Downloaded chrono-tz v0.10.4
13142026-07-23T04:29:54.341Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13152026-07-23T04:29:54.378Z Downloaded ring v0.17.14
13162026-07-23T04:29:54.401Z Downloaded libz-sys v1.1.24
13172026-07-23T04:29:54.422Z Downloaded sha3 v0.10.8
13182026-07-23T04:29:54.439Z Downloaded tokio v1.52.1
13192026-07-23T04:29:54.574Z Downloaded encoding_rs v0.8.35
13202026-07-23T04:29:54.601Z Downloaded libgit2-sys v0.18.3+1.9.2
13212026-07-23T04:29:55.076Z Downloaded aws-lc-sys v0.40.0
13222026-07-23T04:29:55.327Z Compiling libc v0.2.185
13232026-07-23T04:29:55.327Z Compiling serde_core v1.0.228
13242026-07-23T04:29:55.327Z Compiling serde v1.0.228
13252026-07-23T04:29:55.332Z Compiling log v0.4.29
13262026-07-23T04:29:55.332Z Compiling smallvec v1.15.1
13272026-07-23T04:29:55.475Z Compiling shlex v1.3.0
13282026-07-23T04:29:55.482Z Compiling find-msvc-tools v0.1.9
13292026-07-23T04:29:55.485Z Compiling syn v2.0.117
13302026-07-23T04:29:55.674Z Compiling subtle v2.6.1
13312026-07-23T04:29:55.687Z Compiling scopeguard v1.2.0
13322026-07-23T04:29:55.699Z Compiling stable_deref_trait v1.2.1
13332026-07-23T04:29:55.754Z Compiling typenum v1.20.1
13342026-07-23T04:29:55.781Z Compiling lock_api v0.4.14
13352026-07-23T04:29:55.807Z Compiling serde_json v1.0.150
13362026-07-23T04:29:55.819Z Compiling portable-atomic v1.13.1
13372026-07-23T04:29:55.832Z Compiling zerocopy v0.8.40
13382026-07-23T04:29:56.056Z Compiling parking_lot_core v0.9.12
13392026-07-23T04:29:56.072Z Compiling pin-project-lite v0.2.17
13402026-07-23T04:29:56.177Z Compiling getrandom v0.4.1
13412026-07-23T04:29:56.326Z Compiling critical-section v1.2.0
13422026-07-23T04:29:56.340Z Compiling pkg-config v0.3.32
13432026-07-23T04:29:56.397Z Compiling jobserver v0.1.34
13442026-07-23T04:29:56.430Z Compiling errno v0.3.14
13452026-07-23T04:29:56.534Z Compiling getrandom v0.2.17
13462026-07-23T04:29:56.589Z Compiling libm v0.2.16
13472026-07-23T04:29:56.639Z Compiling cc v1.2.56
13482026-07-23T04:29:56.878Z Compiling rand_core v0.6.4
13492026-07-23T04:29:56.909Z Compiling signal-hook-registry v1.4.8
13502026-07-23T04:29:56.996Z Compiling once_cell v1.21.3
13512026-07-23T04:29:57.039Z Compiling num-traits v0.2.19
13522026-07-23T04:29:57.141Z Compiling rand_core v0.10.0
13532026-07-23T04:29:57.150Z Compiling futures-core v0.3.32
13542026-07-23T04:29:57.211Z Compiling parking_lot v0.12.5
13552026-07-23T04:29:57.342Z Compiling mio v1.2.0
13562026-07-23T04:29:57.414Z Compiling generic-array v0.14.7
13572026-07-23T04:29:57.545Z Compiling litemap v0.8.1
13582026-07-23T04:29:57.609Z Compiling writeable v0.6.2
13592026-07-23T04:29:57.638Z Compiling percent-encoding v2.3.2
13602026-07-23T04:29:57.740Z Compiling const-oid v0.9.6
13612026-07-23T04:29:57.829Z Compiling bitflags v2.11.0
13622026-07-23T04:29:57.843Z Compiling semver v1.0.28
13632026-07-23T04:29:58.004Z Compiling icu_properties_data v2.1.2
13642026-07-23T04:29:58.120Z Compiling icu_normalizer_data v2.1.1
13652026-07-23T04:29:58.231Z Compiling socket2 v0.6.3
13662026-07-23T04:29:58.371Z Compiling futures-sink v0.3.32
13672026-07-23T04:29:58.523Z Compiling synstructure v0.13.2
13682026-07-23T04:29:58.539Z Compiling futures-channel v0.3.32
13692026-07-23T04:29:58.540Z Compiling slab v0.4.12
13702026-07-23T04:29:58.540Z Compiling futures-io v0.3.32
13712026-07-23T04:29:58.636Z Compiling futures-task v0.3.32
13722026-07-23T04:29:58.660Z Compiling utf8_iter v1.0.4
13732026-07-23T04:29:58.686Z Compiling indexmap v2.14.0
13742026-07-23T04:29:58.747Z Compiling form_urlencoded v1.2.2
13752026-07-23T04:29:58.805Z Compiling rustversion v1.0.22
13762026-07-23T04:29:58.821Z Compiling getrandom v0.3.4
13772026-07-23T04:29:58.826Z Compiling cmake v0.1.57
13782026-07-23T04:29:58.899Z Compiling fs_extra v1.3.0
13792026-07-23T04:29:58.980Z Compiling dunce v1.0.5
13802026-07-23T04:29:59.104Z Compiling rustix v1.1.3
13812026-07-23T04:29:59.149Z Compiling iana-time-zone v0.1.65
13822026-07-23T04:29:59.223Z Compiling ident_case v1.0.1
13832026-07-23T04:29:59.318Z Compiling aws-lc-sys v0.40.0
13842026-07-23T04:29:59.334Z Compiling regex-syntax v0.8.10
13852026-07-23T04:29:59.334Z Compiling uuid v1.23.4
13862026-07-23T04:29:59.362Z Compiling base64ct v1.8.3
13872026-07-23T04:29:59.672Z Compiling rand_core v0.9.5
13882026-07-23T04:29:59.765Z Compiling vcpkg v0.2.15
13892026-07-23T04:29:59.840Z Compiling base64 v0.22.1
13902026-07-23T04:29:59.943Z Compiling pem-rfc7468 v0.7.0
13912026-07-23T04:30:00.068Z Compiling rustc_version v0.4.1
13922026-07-23T04:30:00.247Z Compiling tracing-core v0.1.36
13932026-07-23T04:30:00.277Z Compiling serde_derive v1.0.228
13942026-07-23T04:30:00.277Z Compiling zeroize_derive v1.4.3
13952026-07-23T04:30:00.393Z Compiling zerofrom-derive v0.1.6
13962026-07-23T04:30:00.521Z Compiling yoke-derive v0.8.1
13972026-07-23T04:30:00.759Z Compiling zerovec-derive v0.11.2
13982026-07-23T04:30:00.876Z Compiling zerocopy-derive v0.8.40
13992026-07-23T04:30:00.969Z Compiling zeroize v1.8.2
14002026-07-23T04:30:01.163Z Compiling displaydoc v0.2.5
14012026-07-23T04:30:01.764Z Compiling tokio-macros v2.7.0
14022026-07-23T04:30:01.862Z Compiling zerofrom v0.1.6
14032026-07-23T04:30:01.941Z Compiling futures-macro v0.3.32
14042026-07-23T04:30:02.035Z Compiling openssl-sys v0.9.115
14052026-07-23T04:30:02.056Z Compiling yoke v0.8.1
14062026-07-23T04:30:02.183Z Compiling zerovec v0.11.5
14072026-07-23T04:30:02.274Z Compiling zerotrie v0.2.3
14082026-07-23T04:30:02.482Z Compiling block-buffer v0.10.4
14092026-07-23T04:30:02.482Z Compiling crypto-common v0.1.7
14102026-07-23T04:30:02.570Z Compiling thiserror-impl v2.0.18
14112026-07-23T04:30:02.636Z Compiling digest v0.10.7
14122026-07-23T04:30:02.668Z Compiling tinystr v0.8.2
14132026-07-23T04:30:02.713Z Compiling potential_utf v0.1.4
14142026-07-23T04:30:02.751Z Compiling futures-util v0.3.32
14152026-07-23T04:30:02.870Z Compiling icu_locale_core v2.1.1
14162026-07-23T04:30:02.871Z Compiling icu_collections v2.1.1
14172026-07-23T04:30:02.902Z Compiling tracing-attributes v0.1.31
14182026-07-23T04:30:03.367Z Compiling der_derive v0.7.3
14192026-07-23T04:30:03.757Z Compiling bytes v1.11.1
14202026-07-23T04:30:03.773Z Compiling icu_provider v2.1.1
14212026-07-23T04:30:03.931Z Compiling chrono v0.4.45
14222026-07-23T04:30:04.060Z Compiling icu_normalizer v2.1.1
14232026-07-23T04:30:04.248Z Compiling tokio v1.52.1
14242026-07-23T04:30:04.344Z Compiling icu_properties v2.1.2
14252026-07-23T04:30:04.371Z Compiling http v1.4.2
14262026-07-23T04:30:04.611Z Compiling flagset v0.4.7
14272026-07-23T04:30:04.741Z Compiling aws-lc-rs v1.16.3
14282026-07-23T04:30:05.037Z Compiling http-body v1.0.1
14292026-07-23T04:30:05.062Z Compiling der v0.7.10
14302026-07-23T04:30:05.195Z Compiling idna_adapter v1.2.1
14312026-07-23T04:30:05.246Z Compiling ppv-lite86 v0.2.21
14322026-07-23T04:30:05.338Z Compiling idna v1.1.0
14332026-07-23T04:30:05.351Z Compiling tracing v0.1.44
14342026-07-23T04:30:05.397Z Compiling thiserror v2.0.18
14352026-07-23T04:30:05.516Z Compiling rand_chacha v0.9.0
14362026-07-23T04:30:05.544Z Compiling rustls-pki-types v1.14.0
14372026-07-23T04:30:05.582Z Compiling serde_derive_internals v0.29.1
14382026-07-23T04:30:05.606Z Compiling schemars v0.8.22
14392026-07-23T04:30:05.822Z Compiling url v2.5.8
14402026-07-23T04:30:05.986Z Compiling tinyvec_macros v0.1.1
14412026-07-23T04:30:06.017Z Compiling dyn-clone v1.0.20
14422026-07-23T04:30:06.056Z Compiling httparse v1.10.1
14432026-07-23T04:30:06.132Z Compiling cmov v0.5.4
14442026-07-23T04:30:06.192Z Compiling openssl-probe v0.2.1
14452026-07-23T04:30:06.234Z Compiling tinyvec v1.10.0
14462026-07-23T04:30:06.340Z Compiling ctutils v0.4.2
14472026-07-23T04:30:06.362Z Compiling spki v0.7.3
14482026-07-23T04:30:06.467Z Compiling schemars_derive v0.8.22
14492026-07-23T04:30:06.486Z Compiling rand v0.9.2
14502026-07-23T04:30:06.618Z Compiling pest_generator v2.8.6
14512026-07-23T04:30:06.677Z Compiling aho-corasick v1.1.4
14522026-07-23T04:30:06.677Z Compiling atomic-waker v1.1.2
14532026-07-23T04:30:06.677Z Compiling untrusted v0.7.1
14542026-07-23T04:30:06.753Z Compiling try-lock v0.2.5
14552026-07-23T04:30:06.782Z Compiling tower-layer v0.3.3
14562026-07-23T04:30:06.853Z Compiling tower-service v0.3.3
14572026-07-23T04:30:06.938Z Compiling tempfile v3.25.0
14582026-07-23T04:30:06.963Z Compiling want v0.3.1
14592026-07-23T04:30:07.118Z Compiling hybrid-array v0.4.13
14602026-07-23T04:30:07.323Z Compiling pest_derive v2.8.6
14612026-07-23T04:30:07.339Z Compiling ipnet v2.11.0
14622026-07-23T04:30:07.595Z Compiling regex-automata v0.4.14
14632026-07-23T04:30:07.733Z Compiling scroll_derive v0.13.1
14642026-07-23T04:30:07.818Z Compiling darling_core v0.20.11
14652026-07-23T04:30:07.888Z Compiling foreign-types-shared v0.1.1
14662026-07-23T04:30:07.978Z Compiling untrusted v0.9.0
14672026-07-23T04:30:08.145Z Compiling tokio-util v0.7.18
14682026-07-23T04:30:08.330Z Compiling openssl v0.10.79
14692026-07-23T04:30:08.545Z Compiling httpdate v1.0.3
14702026-07-23T04:30:08.549Z Compiling rustls v0.23.41
14712026-07-23T04:30:08.751Z Compiling cpufeatures v0.2.17
14722026-07-23T04:30:08.776Z Compiling h2 v0.4.15
14732026-07-23T04:30:08.819Z Compiling scroll v0.13.0
14742026-07-23T04:30:09.067Z Compiling foreign-types v0.3.2
14752026-07-23T04:30:09.087Z Compiling unicode-normalization v0.1.25
14762026-07-23T04:30:09.113Z Compiling pkcs8 v0.10.2
14772026-07-23T04:30:09.374Z Compiling openssl-macros v0.1.1
14782026-07-23T04:30:09.609Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14792026-07-23T04:30:09.712Z Compiling spin v0.9.8
14802026-07-23T04:30:09.794Z Compiling crc32fast v1.5.0
14812026-07-23T04:30:09.839Z Compiling powerfmt v0.2.0
14822026-07-23T04:30:09.932Z Compiling num-conv v0.2.0
14832026-07-23T04:30:10.046Z Compiling native-tls v0.2.18
14842026-07-23T04:30:10.083Z Compiling time-core v0.1.8
14852026-07-23T04:30:10.083Z Compiling darling_macro v0.20.11
14862026-07-23T04:30:10.095Z Compiling deranged v0.5.8
14872026-07-23T04:30:10.147Z Compiling time-macros v0.2.27
14882026-07-23T04:30:10.528Z Compiling darling v0.20.11
14892026-07-23T04:30:10.611Z Compiling goblin v0.10.5
14902026-07-23T04:30:11.043Z Compiling sha2 v0.10.9
14912026-07-23T04:30:11.173Z Compiling hmac v0.12.1
14922026-07-23T04:30:11.392Z Compiling sync_wrapper v1.0.2
14932026-07-23T04:30:11.465Z Compiling wait-timeout v0.2.1
14942026-07-23T04:30:11.603Z Compiling usdt-impl v0.6.0
14952026-07-23T04:30:11.741Z Compiling quick-error v1.2.3
14962026-07-23T04:30:11.849Z Compiling num_threads v0.1.7
14972026-07-23T04:30:11.988Z Compiling hyper v1.10.1
14982026-07-23T04:30:12.016Z Compiling syn v1.0.109
14992026-07-23T04:30:12.316Z Compiling crossbeam-utils v0.8.21
15002026-07-23T04:30:12.481Z Compiling simd-adler32 v0.3.8
15012026-07-23T04:30:12.587Z Compiling bit-vec v0.8.0
15022026-07-23T04:30:12.698Z Compiling siphasher v1.0.2
15032026-07-23T04:30:12.845Z Compiling bit-set v0.8.0
15042026-07-23T04:30:12.994Z Compiling time v0.3.47
15052026-07-23T04:30:13.167Z Compiling hyper-util v0.1.20
15062026-07-23T04:30:13.192Z Compiling rusty-fork v0.3.1
15072026-07-23T04:30:13.221Z Compiling tower v0.5.3
15082026-07-23T04:30:13.463Z Compiling dof v0.4.0
15092026-07-23T04:30:13.483Z Compiling derive_builder_core v0.20.2
15102026-07-23T04:30:13.877Z Compiling dtrace-parser v0.3.0
15112026-07-23T04:30:14.335Z Compiling http-body-util v0.1.3
15122026-07-23T04:30:14.505Z Compiling heapless v0.7.17
15132026-07-23T04:30:14.567Z Compiling thiserror-impl v1.0.69
15142026-07-23T04:30:14.580Z Compiling scroll_derive v0.12.1
15152026-07-23T04:30:14.580Z Compiling slog v2.8.2
15162026-07-23T04:30:14.667Z Compiling rand_xorshift v0.4.0
15172026-07-23T04:30:14.756Z Compiling darling_core v0.23.0
15182026-07-23T04:30:14.782Z Compiling bzip2-sys v0.1.13+1.0.8
15192026-07-23T04:30:14.794Z Compiling thread-id v5.1.0
15202026-07-23T04:30:14.846Z Compiling cookie v0.18.1
15212026-07-23T04:30:14.881Z Compiling zstd-safe v7.2.4
15222026-07-23T04:30:15.017Z Compiling anyhow v1.0.102
15232026-07-23T04:30:15.061Z Compiling unicode-properties v0.1.4
15242026-07-23T04:30:15.082Z Compiling paste v1.0.15
15252026-07-23T04:30:15.288Z Compiling allocator-api2 v0.2.21
15262026-07-23T04:30:15.332Z Compiling iri-string v0.7.10
15272026-07-23T04:30:15.361Z Compiling signal-hook v0.3.18
15282026-07-23T04:30:15.383Z Compiling unarray v0.1.4
15292026-07-23T04:30:15.471Z Compiling unicode-bidi v0.3.18
15302026-07-23T04:30:15.520Z Compiling adler2 v2.0.1
15312026-07-23T04:30:15.554Z Compiling ryu v1.0.23
15322026-07-23T04:30:15.658Z Compiling miniz_oxide v0.8.9
15332026-07-23T04:30:15.736Z Compiling serde_urlencoded v0.7.1
15342026-07-23T04:30:15.806Z Compiling thiserror v1.0.69
15352026-07-23T04:30:15.907Z Compiling stringprep v0.1.5
15362026-07-23T04:30:16.008Z Compiling proptest v1.10.0
15372026-07-23T04:30:16.297Z Compiling scroll v0.12.0
15382026-07-23T04:30:16.393Z Compiling tower-http v0.6.8
15392026-07-23T04:30:16.841Z Compiling derive_builder_macro v0.20.2
15402026-07-23T04:30:16.864Z Compiling tokio-native-tls v0.3.1
15412026-07-23T04:30:17.040Z Compiling camino v1.2.2
15422026-07-23T04:30:17.100Z Compiling bstr v1.12.1
15432026-07-23T04:30:17.265Z Compiling darling_macro v0.23.0
15442026-07-23T04:30:17.293Z Compiling ipnetwork v0.21.1
15452026-07-23T04:30:17.446Z Compiling block-buffer v0.12.1
15462026-07-23T04:30:17.567Z Compiling crypto-common v0.2.2
15472026-07-23T04:30:17.608Z Compiling block-padding v0.4.2
15482026-07-23T04:30:17.698Z Compiling rustls-native-certs v0.8.3
15492026-07-23T04:30:17.744Z Compiling rand_chacha v0.3.1
15502026-07-23T04:30:17.771Z Compiling hex v0.4.3
15512026-07-23T04:30:17.787Z Compiling serde_spanned v0.6.9
15522026-07-23T04:30:17.922Z Compiling toml_datetime v0.6.11
15532026-07-23T04:30:17.976Z Compiling serde_tokenstream v0.2.3
15542026-07-23T04:30:18.028Z Compiling erased-serde v0.3.31
15552026-07-23T04:30:18.178Z Compiling md-5 v0.10.6
15562026-07-23T04:30:18.284Z Compiling signature v2.2.0
15572026-07-23T04:30:18.340Z Compiling curve25519-dalek v4.1.3
15582026-07-23T04:30:18.547Z Compiling zerocopy-derive v0.7.35
15592026-07-23T04:30:18.592Z Compiling pin-project-internal v1.1.11
15602026-07-23T04:30:18.592Z Compiling async-trait v0.1.89
15612026-07-23T04:30:18.720Z Compiling vergen-lib v9.1.0
15622026-07-23T04:30:18.883Z Compiling hash32 v0.2.1
15632026-07-23T04:30:19.076Z Compiling num-integer v0.1.46
15642026-07-23T04:30:19.208Z Compiling memoffset v0.9.1
15652026-07-23T04:30:19.334Z Compiling encoding_rs v0.8.35
15662026-07-23T04:30:19.394Z Compiling mime v0.3.17
15672026-07-23T04:30:19.426Z Compiling fallible-iterator v0.2.0
15682026-07-23T04:30:19.537Z Compiling cfg_aliases v0.2.1
15692026-07-23T04:30:19.631Z Compiling litrs v1.0.0
15702026-07-23T04:30:19.646Z Compiling psl-types v2.0.11
15712026-07-23T04:30:19.651Z Compiling num-bigint-dig v0.8.6
15722026-07-23T04:30:19.743Z Compiling rustix v0.38.44
15732026-07-23T04:30:19.759Z Compiling ref-cast v1.0.25
15742026-07-23T04:30:19.851Z Compiling smoltcp v0.9.1
15752026-07-23T04:30:20.068Z Compiling zlib-rs v0.6.2
15762026-07-23T04:30:20.115Z Compiling document-features v0.2.12
15772026-07-23T04:30:20.234Z Compiling publicsuffix v2.3.0
15782026-07-23T04:30:20.253Z Compiling postgres-protocol v0.6.10
15792026-07-23T04:30:20.406Z Compiling pin-project v1.1.11
15802026-07-23T04:30:20.511Z Compiling nix v0.31.2
15812026-07-23T04:30:20.677Z Compiling hubpack_derive v0.1.1
15822026-07-23T04:30:20.804Z Compiling zerocopy v0.7.35
15832026-07-23T04:30:20.827Z Compiling num-iter v0.1.45
15842026-07-23T04:30:21.047Z Compiling newtype-uuid v1.3.2
15852026-07-23T04:30:21.153Z Compiling rand v0.8.6
15862026-07-23T04:30:21.308Z Compiling darling v0.23.0
15872026-07-23T04:30:21.331Z Compiling inout v0.2.2
15882026-07-23T04:30:21.345Z Compiling oxnet v0.1.6
15892026-07-23T04:30:21.352Z Compiling derive_builder v0.20.2
15902026-07-23T04:30:21.467Z Compiling hyper-tls v0.6.0
15912026-07-23T04:30:21.495Z Compiling goblin v0.8.2
15922026-07-23T04:30:22.115Z Compiling phf_shared v0.13.1
15932026-07-23T04:30:22.243Z Compiling regex v1.12.3
15942026-07-23T04:30:22.336Z Compiling lazy_static v1.5.0
15952026-07-23T04:30:22.350Z Compiling anstyle-parse v0.2.7
15962026-07-23T04:30:22.362Z Compiling futures-executor v0.3.32
15972026-07-23T04:30:22.430Z Compiling terminal_size v0.4.3
15982026-07-23T04:30:22.529Z Compiling curve25519-dalek-derive v0.1.1
15992026-07-23T04:30:22.573Z Compiling daft-derive v0.1.7
16002026-07-23T04:30:22.620Z Compiling strum_macros v0.27.2
16012026-07-23T04:30:22.667Z Compiling snafu-derive v0.8.9
16022026-07-23T04:30:23.185Z Compiling flate2 v1.1.9
16032026-07-23T04:30:23.310Z Compiling ref-cast-impl v1.0.25
16042026-07-23T04:30:23.422Z Compiling vergen v9.1.0
16052026-07-23T04:30:23.623Z Compiling cargo-platform v0.3.2
16062026-07-23T04:30:23.656Z Compiling ff v0.13.1
16072026-07-23T04:30:23.761Z Compiling fs-err v3.3.0
16082026-07-23T04:30:23.867Z Compiling ahash v0.8.12
16092026-07-23T04:30:23.881Z Compiling foldhash v0.2.0
16102026-07-23T04:30:23.994Z Compiling bumpalo v3.20.2
16112026-07-23T04:30:24.090Z Compiling unicode-segmentation v1.12.0
16122026-07-23T04:30:24.105Z Compiling same-file v1.0.6
16132026-07-23T04:30:24.221Z Compiling winnow v0.5.40
16142026-07-23T04:30:24.271Z Compiling libbz2-rs-sys v0.2.2
16152026-07-23T04:30:24.490Z Compiling managed v0.8.0
16162026-07-23T04:30:24.581Z Compiling base16ct v0.2.0
16172026-07-23T04:30:24.597Z Compiling foldhash v0.1.5
16182026-07-23T04:30:24.704Z Compiling bitflags v1.3.2
16192026-07-23T04:30:24.753Z Compiling object v0.37.3
16202026-07-23T04:30:24.780Z Compiling hashbrown v0.15.5
16212026-07-23T04:30:24.964Z Compiling sec1 v0.7.3
16222026-07-23T04:30:24.978Z Compiling bzip2 v0.6.1
16232026-07-23T04:30:25.081Z Compiling strum v0.27.2
16242026-07-23T04:30:25.188Z Compiling snafu v0.8.9
16252026-07-23T04:30:25.210Z Compiling walkdir v2.5.0
16262026-07-23T04:30:25.232Z Compiling zopfli v0.8.3
16272026-07-23T04:30:25.364Z Compiling hashbrown v0.16.1
16282026-07-23T04:30:25.518Z Compiling toml_edit v0.19.15
16292026-07-23T04:30:25.561Z Compiling clap_builder v4.6.0
16302026-07-23T04:30:25.641Z Compiling cargo_metadata v0.23.1
16312026-07-23T04:30:25.729Z Compiling group v0.13.0
16322026-07-23T04:30:25.895Z Compiling dof v0.3.0
16332026-07-23T04:30:25.928Z Compiling daft v0.1.7
16342026-07-23T04:30:26.212Z Compiling futures v0.3.32
16352026-07-23T04:30:26.289Z Compiling anstream v0.6.21
16362026-07-23T04:30:26.628Z Compiling phf v0.13.1
16372026-07-23T04:30:26.808Z Compiling signal-hook-mio v0.2.5
16382026-07-23T04:30:26.823Z Compiling cookie_store v0.22.1
16392026-07-23T04:30:27.058Z Compiling reqwest v0.12.28
16402026-07-23T04:30:27.294Z Compiling zstd v0.13.3
16412026-07-23T04:30:27.480Z Compiling bzip2 v0.4.4
16422026-07-23T04:30:27.571Z Compiling cipher v0.5.2
16432026-07-23T04:30:27.710Z Compiling serde_with_macros v3.21.0
16442026-07-23T04:30:27.892Z Compiling hubpack v0.1.2
16452026-07-23T04:30:28.204Z Compiling postgres-types v0.2.12
16462026-07-23T04:30:28.590Z Compiling ed25519 v2.2.3
16472026-07-23T04:30:28.755Z Compiling usdt-macro v0.6.0
16482026-07-23T04:30:28.835Z Compiling usdt-attr-macro v0.6.0
16492026-07-23T04:30:28.979Z Compiling globset v0.4.18
16502026-07-23T04:30:29.354Z Compiling dtrace-parser v0.2.0
16512026-07-23T04:30:29.490Z Compiling phf_shared v0.11.3
16522026-07-23T04:30:29.521Z Compiling hkdf v0.12.4
16532026-07-23T04:30:29.643Z Compiling olpc-cjson v0.1.4
16542026-07-23T04:30:29.675Z Compiling pkcs1 v0.7.5
16552026-07-23T04:30:29.695Z Compiling serde_plain v1.0.2
16562026-07-23T04:30:29.695Z Compiling serde-big-array v0.5.1
16572026-07-23T04:30:29.801Z Compiling crypto-bigint v0.5.5
16582026-07-23T04:30:29.828Z Compiling enum-as-inner v0.6.1
16592026-07-23T04:30:29.893Z Compiling clap_derive v4.6.1
16602026-07-23T04:30:30.061Z Compiling async-recursion v1.1.1
16612026-07-23T04:30:30.061Z Compiling serde_repr v0.1.20
16622026-07-23T04:30:30.341Z Compiling strum_macros v0.26.4
16632026-07-23T04:30:30.614Z Compiling pem v3.0.6
16642026-07-23T04:30:30.723Z Compiling float-cmp v0.10.0
16652026-07-23T04:30:30.773Z Compiling memmap2 v0.9.10
16662026-07-23T04:30:30.877Z Compiling thread-id v4.2.2
16672026-07-23T04:30:30.941Z Compiling env_filter v1.0.0
16682026-07-23T04:30:30.961Z Compiling fixedbitset v0.5.7
16692026-07-23T04:30:30.986Z Compiling normalize-line-endings v0.3.0
16702026-07-23T04:30:31.087Z Compiling difflib v0.4.0
16712026-07-23T04:30:31.242Z Compiling fixedbitset v0.4.2
16722026-07-23T04:30:31.264Z Compiling typed-path v0.9.3
16732026-07-23T04:30:31.468Z Compiling keccak v0.1.6
16742026-07-23T04:30:31.676Z Compiling jiff v0.2.21
16752026-07-23T04:30:31.698Z Compiling either v1.15.0
16762026-07-23T04:30:31.910Z Compiling data-encoding v2.10.0
16772026-07-23T04:30:31.959Z Compiling const-oid v0.10.2
16782026-07-23T04:30:32.124Z Compiling predicates-core v1.0.10
16792026-07-23T04:30:32.174Z Compiling whoami v2.1.0
16802026-07-23T04:30:32.273Z Compiling precomputed-hash v0.1.1
16812026-07-23T04:30:32.292Z Compiling new_debug_unreachable v1.0.6
16822026-07-23T04:30:32.306Z Compiling cpufeatures v0.3.0
16832026-07-23T04:30:32.345Z Compiling static_assertions v1.1.0
16842026-07-23T04:30:32.363Z Compiling winnow v1.0.3
16852026-07-23T04:30:32.379Z Compiling toml_edit v0.22.27
16862026-07-23T04:30:32.418Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16872026-07-23T04:30:32.553Z Compiling tokio-postgres v0.7.16
16882026-07-23T04:30:32.556Z Compiling chacha20 v0.10.0
16892026-07-23T04:30:32.608Z Compiling string_cache v0.8.9
16902026-07-23T04:30:32.728Z Compiling toml_parser v1.1.2+spec-1.1.0
16912026-07-23T04:30:32.833Z Compiling predicates v3.1.4
16922026-07-23T04:30:32.931Z Compiling hickory-proto v0.25.2
16932026-07-23T04:30:33.352Z Compiling strum v0.26.3
16942026-07-23T04:30:33.483Z Compiling digest v0.11.3
16952026-07-23T04:30:33.486Z Compiling itertools v0.13.0
16962026-07-23T04:30:33.719Z Compiling clap v4.6.1
16972026-07-23T04:30:33.821Z Compiling sha3 v0.10.8
16982026-07-23T04:30:34.259Z Compiling zip v4.6.1
16992026-07-23T04:30:34.715Z Compiling petgraph v0.6.5
17002026-07-23T04:30:34.752Z Compiling petgraph v0.8.3
17012026-07-23T04:30:35.110Z Compiling env_logger v0.11.9
17022026-07-23T04:30:35.210Z Compiling usdt-impl v0.5.0
17032026-07-23T04:30:35.216Z Compiling usdt v0.6.0
17042026-07-23T04:30:35.462Z Compiling elliptic-curve v0.13.8
17052026-07-23T04:30:35.486Z Compiling rsa v0.9.10
17062026-07-23T04:30:35.799Z Compiling crossterm v0.28.1
17072026-07-23T04:30:35.842Z Compiling serde_with v3.21.0
17082026-07-23T04:30:35.859Z Compiling ed25519-dalek v2.2.0
17092026-07-23T04:30:36.501Z Compiling zip v0.6.6
17102026-07-23T04:30:37.106Z Compiling toml v0.7.8
17112026-07-23T04:30:37.121Z Compiling iddqd v0.4.2
17122026-07-23T04:30:37.708Z Compiling heck v0.4.1
17132026-07-23T04:30:37.723Z Compiling similar v2.7.0
17142026-07-23T04:30:37.783Z Compiling byte-wrapper v0.1.0
17152026-07-23T04:30:37.929Z Compiling crossbeam-epoch v0.9.18
17162026-07-23T04:30:37.932Z Compiling tokio-stream v0.1.18
17172026-07-23T04:30:38.123Z Compiling buf-list v1.1.2
17182026-07-23T04:30:38.265Z Compiling x509-cert v0.2.5
17192026-07-23T04:30:38.396Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17202026-07-23T04:30:38.402Z Compiling openapiv3 v2.2.0
17212026-07-23T04:30:38.426Z Compiling peg-runtime v0.8.5
17222026-07-23T04:30:38.598Z Compiling lalrpop-util v0.19.12
17232026-07-23T04:30:38.695Z Compiling thread_local v1.1.9
17242026-07-23T04:30:38.712Z Compiling slog-async v2.8.0
17252026-07-23T04:30:38.786Z Compiling crossbeam-channel v0.5.15
17262026-07-23T04:30:38.789Z Compiling filetime v0.2.27
17272026-07-23T04:30:38.947Z Compiling is-terminal v0.4.17
17282026-07-23T04:30:38.973Z Compiling term v1.2.1
17292026-07-23T04:30:39.035Z Compiling xattr v1.6.1
17302026-07-23T04:30:39.047Z Compiling take_mut v0.2.2
17312026-07-23T04:30:39.159Z Compiling tar v0.4.46
17322026-07-23T04:30:39.235Z Compiling slog-term v2.9.2
17332026-07-23T04:30:39.554Z Compiling camino-tempfile v1.4.1
17342026-07-23T04:30:49.765Z Compiling rustls-webpki v0.103.13
17352026-07-23T04:30:52.463Z Compiling tokio-rustls v0.26.4
17362026-07-23T04:30:52.463Z Compiling rustls-platform-verifier v0.6.2
17372026-07-23T04:30:52.470Z Compiling tough v0.22.0
17382026-07-23T04:30:52.666Z Compiling hyper-rustls v0.27.7
17392026-07-23T04:30:52.868Z Compiling reqwest v0.13.2
17402026-07-23T04:30:55.115Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17412026-07-23T04:30:55.318Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17422026-07-23T04:30:58.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17432026-07-23T04:30:58.325Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17442026-07-23T04:30:58.425ZJul 23 04:30:57.089 INFO Starting download, target: MaghemiteMgd
17452026-07-23T04:30:58.468ZJul 23 04:30:57.089 INFO Starting download, target: DendriteStub
17462026-07-23T04:30:58.469ZJul 23 04:30:57.089 INFO Starting download, target: Clickhouse
17472026-07-23T04:30:58.469ZJul 23 04:30:57.089 INFO Starting download, target: Cockroach
17482026-07-23T04:30:58.469ZJul 23 04:30:57.089 INFO Starting download, target: MaghemiteDdmd
17492026-07-23T04:30:58.469ZJul 23 04:30:57.090 INFO Starting download, target: Console
17502026-07-23T04:30:58.469ZJul 23 04:30:57.090 INFO Starting download, target: TransceiverControl
17512026-07-23T04:30:58.470ZJul 23 04:30:57.090 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17522026-07-23T04:30:58.470ZJul 23 04:30:57.090 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17532026-07-23T04:30:58.470ZJul 23 04:30:57.090 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17542026-07-23T04:30:58.470ZJul 23 04:30:57.090 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17552026-07-23T04:30:58.470ZJul 23 04:30:57.090 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17562026-07-23T04:30:58.470ZJul 23 04:30:57.090 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17572026-07-23T04:30:58.470ZJul 23 04:30:57.090 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17582026-07-23T04:30:59.288ZJul 23 04:30:57.969 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17592026-07-23T04:30:59.509ZJul 23 04:30:58.191 INFO Download complete, target: TransceiverControl
17602026-07-23T04:31:00.146ZJul 23 04:30:58.842 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17612026-07-23T04:31:00.292ZJul 23 04:30:58.990 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17622026-07-23T04:31:00.560ZJul 23 04:30:59.249 INFO Download complete, target: Console
17632026-07-23T04:31:00.812ZJul 23 04:30:59.518 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17642026-07-23T04:31:01.136ZJul 23 04:30:59.845 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17652026-07-23T04:31:01.767ZJul 23 04:31:00.482 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17662026-07-23T04:31:02.068ZJul 23 04:31:00.776 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17672026-07-23T04:31:02.068ZJul 23 04:31:00.776 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17682026-07-23T04:31:02.915ZJul 23 04:31:01.629 INFO Download complete, target: MaghemiteDdmd
17692026-07-23T04:31:03.636ZJul 23 04:31:02.344 INFO Download complete, target: DendriteStub
17702026-07-23T04:31:04.381ZJul 23 04:31:03.097 INFO Download complete, target: MaghemiteMgd
17712026-07-23T04:31:06.885ZJul 23 04:31:05.562 INFO Checking that binary works, target: Cockroach
17722026-07-23T04:31:07.090ZJul 23 04:31:05.775 INFO Checking that binary works, target: Clickhouse
17732026-07-23T04:31:07.187ZJul 23 04:31:05.883 INFO Download complete, target: Cockroach
17742026-07-23T04:31:07.282ZJul 23 04:31:05.985 INFO Download complete, target: Clickhouse
17752026-07-23T04:31:07.298ZAll builder prerequisites installed successfully, and PATH looks valid
17762026-07-23T04:31:07.299Z
17772026-07-23T04:31:07.299Zreal 2:04.453611821
17782026-07-23T04:31:07.299Zuser 6:39.332398452
17792026-07-23T04:31:07.299Zsys 1:21.842684801
17802026-07-23T04:31:07.299Ztrap 0.223296242
17812026-07-23T04:31:07.299Ztflt 0.802264878
17822026-07-23T04:31:07.299Zdflt 1.350638259
17832026-07-23T04:31:07.299Zkflt 0.063014215
17842026-07-23T04:31:07.299Zlock 21:40.681104912
17852026-07-23T04:31:07.299Zslp 20:19.030890849
17862026-07-23T04:31:07.299Zlat 42.844576602
17872026-07-23T04:31:07.299Zstop 1:57.650557247
17882026-07-23T04:31:07.299Z+ banner hack-check
17892026-07-23T04:31:07.299Z
17902026-07-23T04:31:07.300Z # # ## #### # # #### # # ###### #### # #
17912026-07-23T04:31:07.300Z # # # # # # # # # # # # # # # # #
17922026-07-23T04:31:07.300Z ###### # # # #### ##### # ###### ##### # ####
17932026-07-23T04:31:07.300Z # # ###### # # # # # # # # # #
17942026-07-23T04:31:07.300Z # # # # # # # # # # # # # # # # #
17952026-07-23T04:31:07.300Z # # # # #### # # #### # # ###### #### # #
17962026-07-23T04:31:07.300Z
17972026-07-23T04:31:07.300Z+ export CARGO_INCREMENTAL=0
17982026-07-23T04:31:07.300Z+ CARGO_INCREMENTAL=0
17992026-07-23T04:31:07.300Z+ ptime -m timeout 2h cargo xtask check-features --ci
18002026-07-23T04:31:07.859Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18012026-07-23T04:31:08.113Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18022026-07-23T04:31:09.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s
18032026-07-23T04:31:09.863Z Running `target/debug/xtask check-features --ci`
18042026-07-23T04:31:09.889Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18052026-07-23T04:31:09.892Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18062026-07-23T04:31:10.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18072026-07-23T04:31:10.338Z Running `target/debug/xtask download cargo-hack`
18082026-07-23T04:31:11.133Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18092026-07-23T04:31:11.460Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18102026-07-23T04:31:13.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.59s
18112026-07-23T04:31:14.119Z Running `target/debug/xtask-downloader cargo-hack`
18122026-07-23T04:31:14.160ZJul 23 04:31:12.878 INFO Starting download, target: CargoHack
18132026-07-23T04:31:14.165ZJul 23 04:31:12.878 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18142026-07-23T04:31:14.367ZJul 23 04:31:13.085 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18152026-07-23T04:31:14.422ZJul 23 04:31:13.136 INFO Download complete, target: CargoHack
18162026-07-23T04:31:14.504Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18172026-07-23T04:31:14.522Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18182026-07-23T04:31:14.593Zinfo: running `cargo check --bins` on api_identity (1/303)
18192026-07-23T04:31:15.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18202026-07-23T04:31:15.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18212026-07-23T04:31:15.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18222026-07-23T04:31:15.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18232026-07-23T04:31:15.112Z
18242026-07-23T04:31:15.112Zinfo: running `cargo check --bins` on bootstore (2/303)
18252026-07-23T04:31:15.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262026-07-23T04:31:15.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272026-07-23T04:31:15.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282026-07-23T04:31:15.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18292026-07-23T04:31:15.633Z
18302026-07-23T04:31:15.633Zinfo: running `cargo check --bins` on omicron-ledger (3/303)
18312026-07-23T04:31:16.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322026-07-23T04:31:16.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332026-07-23T04:31:16.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342026-07-23T04:31:16.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18352026-07-23T04:31:16.169Z
18362026-07-23T04:31:16.169Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/303)
18372026-07-23T04:31:16.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382026-07-23T04:31:16.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392026-07-23T04:31:16.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402026-07-23T04:31:16.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18412026-07-23T04:31:16.731Z
18422026-07-23T04:31:16.731Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/303)
18432026-07-23T04:31:17.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-07-23T04:31:17.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-07-23T04:31:17.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-07-23T04:31:17.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18472026-07-23T04:31:17.184Z
18482026-07-23T04:31:17.184Zinfo: running `cargo check --bins` on omicron-certificates (6/303)
18492026-07-23T04:31:17.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-07-23T04:31:17.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-07-23T04:31:17.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-07-23T04:31:17.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18532026-07-23T04:31:17.710Z
18542026-07-23T04:31:17.710Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/303)
18552026-07-23T04:31:18.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-07-23T04:31:18.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-07-23T04:31:18.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-07-23T04:31:18.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18592026-07-23T04:31:18.245Z
18602026-07-23T04:31:18.245Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/303)
18612026-07-23T04:31:18.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-07-23T04:31:18.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-07-23T04:31:18.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-07-23T04:31:18.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18652026-07-23T04:31:18.786Z
18662026-07-23T04:31:18.786Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/303)
18672026-07-23T04:31:19.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-07-23T04:31:19.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-07-23T04:31:19.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-07-23T04:31:19.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18712026-07-23T04:31:19.180Z
18722026-07-23T04:31:19.180Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/303)
18732026-07-23T04:31:19.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-07-23T04:31:19.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-07-23T04:31:19.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-07-23T04:31:19.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18772026-07-23T04:31:19.582Z
18782026-07-23T04:31:19.582Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/303)
18792026-07-23T04:31:19.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-07-23T04:31:19.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-07-23T04:31:19.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-07-23T04:31:19.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18832026-07-23T04:31:19.981Z
18842026-07-23T04:31:19.982Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/303)
18852026-07-23T04:31:20.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-07-23T04:31:20.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-07-23T04:31:20.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-07-23T04:31:20.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18892026-07-23T04:31:20.387Z
18902026-07-23T04:31:20.387Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/303)
18912026-07-23T04:31:20.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-07-23T04:31:20.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-07-23T04:31:20.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-07-23T04:31:20.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18952026-07-23T04:31:20.794Z
18962026-07-23T04:31:20.794Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/303)
18972026-07-23T04:31:21.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-07-23T04:31:21.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-07-23T04:31:21.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-07-23T04:31:21.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19012026-07-23T04:31:21.202Z
19022026-07-23T04:31:21.202Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/303)
19032026-07-23T04:31:21.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-07-23T04:31:21.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-07-23T04:31:21.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-07-23T04:31:21.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19072026-07-23T04:31:21.605Z
19082026-07-23T04:31:21.605Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/303)
19092026-07-23T04:31:21.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-07-23T04:31:21.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-07-23T04:31:21.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-07-23T04:31:21.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19132026-07-23T04:31:22.005Z
19142026-07-23T04:31:22.005Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/303)
19152026-07-23T04:31:22.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-07-23T04:31:22.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-07-23T04:31:22.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-07-23T04:31:22.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19192026-07-23T04:31:22.454Z
19202026-07-23T04:31:22.454Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/303)
19212026-07-23T04:31:22.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-07-23T04:31:22.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-07-23T04:31:22.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-07-23T04:31:22.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19252026-07-23T04:31:22.862Z
19262026-07-23T04:31:22.862Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/303)
19272026-07-23T04:31:23.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-07-23T04:31:23.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-07-23T04:31:23.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-07-23T04:31:23.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19312026-07-23T04:31:23.231Z
19322026-07-23T04:31:23.231Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/303)
19332026-07-23T04:31:23.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-07-23T04:31:23.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-07-23T04:31:23.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-07-23T04:31:23.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19372026-07-23T04:31:23.615Z
19382026-07-23T04:31:23.615Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/303)
19392026-07-23T04:31:23.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-07-23T04:31:24.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-07-23T04:31:24.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-07-23T04:31:24.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19432026-07-23T04:31:24.111Z
19442026-07-23T04:31:24.111Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/303)
19452026-07-23T04:31:24.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-07-23T04:31:24.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-07-23T04:31:24.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-07-23T04:31:24.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19492026-07-23T04:31:24.437Z
19502026-07-23T04:31:24.438Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/303)
19512026-07-23T04:31:24.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-07-23T04:31:24.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-07-23T04:31:24.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-07-23T04:31:24.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19552026-07-23T04:31:24.829Z
19562026-07-23T04:31:24.829Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/303)
19572026-07-23T04:31:25.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-07-23T04:31:25.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-07-23T04:31:25.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-07-23T04:31:25.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19612026-07-23T04:31:25.233Z
19622026-07-23T04:31:25.233Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/303)
19632026-07-23T04:31:25.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-07-23T04:31:25.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-07-23T04:31:25.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-07-23T04:31:25.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19672026-07-23T04:31:25.642Z
19682026-07-23T04:31:25.642Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/303)
19692026-07-23T04:31:25.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-07-23T04:31:25.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-07-23T04:31:25.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-07-23T04:31:25.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19732026-07-23T04:31:26.039Z
19742026-07-23T04:31:26.039Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/303)
19752026-07-23T04:31:26.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-07-23T04:31:26.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-07-23T04:31:26.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-07-23T04:31:26.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19792026-07-23T04:31:26.443Z
19802026-07-23T04:31:26.443Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/303)
19812026-07-23T04:31:26.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-07-23T04:31:26.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-07-23T04:31:26.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-07-23T04:31:26.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19852026-07-23T04:31:26.844Z
19862026-07-23T04:31:26.844Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/303)
19872026-07-23T04:31:27.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-07-23T04:31:27.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-07-23T04:31:27.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-07-23T04:31:27.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19912026-07-23T04:31:27.248Z
19922026-07-23T04:31:27.248Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/303)
19932026-07-23T04:31:27.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-07-23T04:31:27.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-07-23T04:31:27.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-07-23T04:31:27.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19972026-07-23T04:31:27.651Z
19982026-07-23T04:31:27.651Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/303)
19992026-07-23T04:31:28.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-07-23T04:31:28.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-07-23T04:31:28.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-07-23T04:31:28.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20032026-07-23T04:31:28.051Z
20042026-07-23T04:31:28.051Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/303)
20052026-07-23T04:31:28.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-07-23T04:31:28.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-07-23T04:31:28.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-07-23T04:31:28.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20092026-07-23T04:31:28.452Z
20102026-07-23T04:31:28.453Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/303)
20112026-07-23T04:31:28.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-07-23T04:31:28.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-07-23T04:31:28.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-07-23T04:31:28.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20152026-07-23T04:31:28.853Z
20162026-07-23T04:31:28.853Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/303)
20172026-07-23T04:31:29.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-07-23T04:31:29.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-07-23T04:31:29.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-07-23T04:31:29.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20212026-07-23T04:31:29.256Z
20222026-07-23T04:31:29.256Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/303)
20232026-07-23T04:31:29.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-07-23T04:31:29.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-07-23T04:31:29.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-07-23T04:31:29.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20272026-07-23T04:31:29.660Z
20282026-07-23T04:31:29.660Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/303)
20292026-07-23T04:31:30.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-07-23T04:31:30.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-07-23T04:31:30.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-07-23T04:31:30.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20332026-07-23T04:31:30.079Z
20342026-07-23T04:31:30.079Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/303)
20352026-07-23T04:31:30.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-07-23T04:31:30.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-07-23T04:31:30.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-07-23T04:31:30.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20392026-07-23T04:31:30.474Z
20402026-07-23T04:31:30.474Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/303)
20412026-07-23T04:31:30.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-07-23T04:31:30.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-07-23T04:31:30.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-07-23T04:31:30.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20452026-07-23T04:31:30.873Z
20462026-07-23T04:31:30.873Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/303)
20472026-07-23T04:31:31.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-07-23T04:31:31.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-07-23T04:31:31.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-07-23T04:31:31.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20512026-07-23T04:31:31.273Z
20522026-07-23T04:31:31.273Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/303)
20532026-07-23T04:31:31.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-07-23T04:31:31.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-07-23T04:31:31.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-07-23T04:31:31.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20572026-07-23T04:31:31.676Z
20582026-07-23T04:31:31.676Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/303)
20592026-07-23T04:31:32.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-07-23T04:31:32.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-07-23T04:31:32.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-07-23T04:31:32.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20632026-07-23T04:31:32.080Z
20642026-07-23T04:31:32.080Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/303)
20652026-07-23T04:31:32.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-07-23T04:31:32.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-07-23T04:31:32.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-07-23T04:31:32.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20692026-07-23T04:31:32.483Z
20702026-07-23T04:31:32.483Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/303)
20712026-07-23T04:31:32.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-07-23T04:31:32.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-07-23T04:31:32.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-07-23T04:31:32.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20752026-07-23T04:31:32.885Z
20762026-07-23T04:31:32.885Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/303)
20772026-07-23T04:31:33.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-07-23T04:31:33.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-07-23T04:31:33.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-07-23T04:31:33.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20812026-07-23T04:31:33.293Z
20822026-07-23T04:31:33.293Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/303)
20832026-07-23T04:31:33.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-07-23T04:31:33.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-07-23T04:31:33.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-07-23T04:31:33.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20872026-07-23T04:31:33.700Z
20882026-07-23T04:31:33.700Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/303)
20892026-07-23T04:31:34.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-07-23T04:31:34.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-07-23T04:31:34.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-07-23T04:31:34.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20932026-07-23T04:31:34.107Z
20942026-07-23T04:31:34.107Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/303)
20952026-07-23T04:31:34.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-07-23T04:31:34.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-07-23T04:31:34.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-07-23T04:31:34.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20992026-07-23T04:31:34.513Z
21002026-07-23T04:31:34.513Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/303)
21012026-07-23T04:31:34.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-07-23T04:31:34.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-07-23T04:31:34.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-07-23T04:31:34.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21052026-07-23T04:31:34.918Z
21062026-07-23T04:31:34.918Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/303)
21072026-07-23T04:31:35.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-07-23T04:31:35.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-07-23T04:31:35.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-07-23T04:31:35.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21112026-07-23T04:31:35.494Z
21122026-07-23T04:31:35.495Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/303)
21132026-07-23T04:31:35.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-07-23T04:31:35.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-07-23T04:31:35.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162026-07-23T04:31:35.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21172026-07-23T04:31:36.062Z
21182026-07-23T04:31:36.062Zinfo: running `cargo check --bins` on nexus-config (51/303)
21192026-07-23T04:31:36.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202026-07-23T04:31:36.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212026-07-23T04:31:36.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222026-07-23T04:31:36.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21232026-07-23T04:31:36.630Z
21242026-07-23T04:31:36.630Zinfo: running `cargo check --bins` on nexus-types (52/303)
21252026-07-23T04:31:37.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262026-07-23T04:31:37.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272026-07-23T04:31:37.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282026-07-23T04:31:37.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21292026-07-23T04:31:37.199Z
21302026-07-23T04:31:37.199Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/303)
21312026-07-23T04:31:37.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322026-07-23T04:31:37.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332026-07-23T04:31:37.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342026-07-23T04:31:37.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21352026-07-23T04:31:37.739Z
21362026-07-23T04:31:37.739Zinfo: running `cargo check --bins` on omicron-passwords (54/303)
21372026-07-23T04:31:38.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382026-07-23T04:31:38.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392026-07-23T04:31:38.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402026-07-23T04:31:38.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21412026-07-23T04:31:38.334Z
21422026-07-23T04:31:38.334Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/303)
21432026-07-23T04:31:38.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442026-07-23T04:31:38.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452026-07-23T04:31:38.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462026-07-23T04:31:38.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21472026-07-23T04:31:38.803Z
21482026-07-23T04:31:38.803Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/303)
21492026-07-23T04:31:39.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502026-07-23T04:31:39.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512026-07-23T04:31:39.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522026-07-23T04:31:39.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21532026-07-23T04:31:39.348Z
21542026-07-23T04:31:39.348Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/303)
21552026-07-23T04:31:39.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562026-07-23T04:31:39.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572026-07-23T04:31:39.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582026-07-23T04:31:39.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21592026-07-23T04:31:39.886Z
21602026-07-23T04:31:39.886Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/303)
21612026-07-23T04:31:40.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622026-07-23T04:31:40.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632026-07-23T04:31:40.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642026-07-23T04:31:40.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21652026-07-23T04:31:40.430Z
21662026-07-23T04:31:40.430Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/303)
21672026-07-23T04:31:40.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682026-07-23T04:31:40.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692026-07-23T04:31:40.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702026-07-23T04:31:40.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21712026-07-23T04:31:40.957Z
21722026-07-23T04:31:40.957Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/303)
21732026-07-23T04:31:41.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742026-07-23T04:31:41.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752026-07-23T04:31:41.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762026-07-23T04:31:41.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21772026-07-23T04:31:41.482Z
21782026-07-23T04:31:41.482Zinfo: running `cargo check --bins --no-default-features` on gfss (61/303)
21792026-07-23T04:31:41.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802026-07-23T04:31:41.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812026-07-23T04:31:41.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822026-07-23T04:31:41.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21832026-07-23T04:31:42.001Z
21842026-07-23T04:31:42.001Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/303)
21852026-07-23T04:31:42.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862026-07-23T04:31:42.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872026-07-23T04:31:42.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882026-07-23T04:31:42.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21892026-07-23T04:31:42.524Z
21902026-07-23T04:31:42.524Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/303)
21912026-07-23T04:31:42.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922026-07-23T04:31:42.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932026-07-23T04:31:42.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21942026-07-23T04:31:42.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21952026-07-23T04:31:43.057Z
21962026-07-23T04:31:43.057Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/303)
21972026-07-23T04:31:43.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21982026-07-23T04:31:43.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21992026-07-23T04:31:43.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22002026-07-23T04:31:43.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22012026-07-23T04:31:43.616Z
22022026-07-23T04:31:43.616Zinfo: running `cargo check --bins` on cockroach-admin-types (65/303)
22032026-07-23T04:31:44.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22042026-07-23T04:31:44.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22052026-07-23T04:31:44.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22062026-07-23T04:31:44.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22072026-07-23T04:31:44.104Z
22082026-07-23T04:31:44.105Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/303)
22092026-07-23T04:31:44.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22102026-07-23T04:31:44.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22112026-07-23T04:31:44.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22122026-07-23T04:31:44.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22132026-07-23T04:31:44.623Z
22142026-07-23T04:31:44.623Zinfo: running `cargo check --bins` on ereport-types (67/303)
22152026-07-23T04:31:45.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162026-07-23T04:31:45.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172026-07-23T04:31:45.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22182026-07-23T04:31:45.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22192026-07-23T04:31:45.150Z
22202026-07-23T04:31:45.150Zinfo: running `cargo check --bins` on gateway-client (68/303)
22212026-07-23T04:31:45.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222026-07-23T04:31:45.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232026-07-23T04:31:45.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242026-07-23T04:31:45.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22252026-07-23T04:31:45.678Z
22262026-07-23T04:31:45.678Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/303)
22272026-07-23T04:31:46.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282026-07-23T04:31:46.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292026-07-23T04:31:46.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302026-07-23T04:31:46.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22312026-07-23T04:31:46.203Z
22322026-07-23T04:31:46.203Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/303)
22332026-07-23T04:31:46.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342026-07-23T04:31:46.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352026-07-23T04:31:46.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362026-07-23T04:31:46.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22372026-07-23T04:31:46.733Z
22382026-07-23T04:31:46.733Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/303)
22392026-07-23T04:31:47.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402026-07-23T04:31:47.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412026-07-23T04:31:47.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422026-07-23T04:31:47.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22432026-07-23T04:31:47.265Z
22442026-07-23T04:31:47.265Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/303)
22452026-07-23T04:31:47.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462026-07-23T04:31:47.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472026-07-23T04:31:47.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22482026-07-23T04:31:47.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22492026-07-23T04:31:47.795Z
22502026-07-23T04:31:47.796Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/303)
22512026-07-23T04:31:48.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22522026-07-23T04:31:48.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22532026-07-23T04:31:48.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22542026-07-23T04:31:48.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22552026-07-23T04:31:48.346Z
22562026-07-23T04:31:48.346Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/303)
22572026-07-23T04:31:48.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22582026-07-23T04:31:48.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22592026-07-23T04:31:48.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22602026-07-23T04:31:48.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22612026-07-23T04:31:48.896Z
22622026-07-23T04:31:48.896Zinfo: running `cargo check --bins` on key-manager-types (75/303)
22632026-07-23T04:31:49.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22642026-07-23T04:31:49.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22652026-07-23T04:31:49.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22662026-07-23T04:31:49.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22672026-07-23T04:31:49.419Z
22682026-07-23T04:31:49.419Zinfo: running `cargo check --bins` on oxlog (76/303)
22692026-07-23T04:31:49.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22702026-07-23T04:31:49.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22712026-07-23T04:31:49.963Z Checking cfg-if v1.0.4
22722026-07-23T04:31:49.966Z Checking libc v0.2.185
22732026-07-23T04:31:49.966Z Checking serde_core v1.0.228
22742026-07-23T04:31:50.077Z Checking memchr v2.8.0
22752026-07-23T04:31:50.080Z Checking zeroize v1.8.2
22762026-07-23T04:31:50.102Z Checking log v0.4.29
22772026-07-23T04:31:50.105Z Checking smallvec v1.15.1
22782026-07-23T04:31:50.111Z Checking itoa v1.0.17
22792026-07-23T04:31:50.121Z Checking subtle v2.6.1
22802026-07-23T04:31:50.222Z Checking stable_deref_trait v1.2.1
22812026-07-23T04:31:50.245Z Checking scopeguard v1.2.0
22822026-07-23T04:31:50.257Z Checking typenum v1.20.1
22832026-07-23T04:31:50.267Z Checking zerofrom v0.1.6
22842026-07-23T04:31:50.282Z Checking pin-project-lite v0.2.17
22852026-07-23T04:31:50.296Z Checking portable-atomic v1.13.1
22862026-07-23T04:31:50.337Z Checking lock_api v0.4.14
22872026-07-23T04:31:50.365Z Checking zmij v1.0.21
22882026-07-23T04:31:50.376Z Checking yoke v0.8.1
22892026-07-23T04:31:50.443Z Checking futures-core v0.3.32
22902026-07-23T04:31:50.456Z Checking errno v0.3.14
22912026-07-23T04:31:50.534Z Checking getrandom v0.2.17
22922026-07-23T04:31:50.537Z Checking zerovec v0.11.5
22932026-07-23T04:31:50.561Z Checking parking_lot_core v0.9.12
22942026-07-23T04:31:50.572Z Checking signal-hook-registry v1.4.8
22952026-07-23T04:31:50.575Z Checking critical-section v1.2.0
22962026-07-23T04:31:50.661Z Checking mio v1.2.0
22972026-07-23T04:31:50.676Z Checking rand_core v0.6.4
22982026-07-23T04:31:50.697Z Checking once_cell v1.21.3
22992026-07-23T04:31:50.733Z Checking zerocopy v0.8.40
23002026-07-23T04:31:50.745Z Checking parking_lot v0.12.5
23012026-07-23T04:31:50.843Z Checking litemap v0.8.1
23022026-07-23T04:31:50.864Z Checking rand_core v0.10.0
23032026-07-23T04:31:50.924Z Checking percent-encoding v2.3.2
23042026-07-23T04:31:50.936Z Checking const-oid v0.9.6
23052026-07-23T04:31:50.962Z Checking tinystr v0.8.2
23062026-07-23T04:31:50.996Z Checking writeable v0.6.2
23072026-07-23T04:31:51.000Z Checking getrandom v0.4.1
23082026-07-23T04:31:51.018Z Checking potential_utf v0.1.4
23092026-07-23T04:31:51.061Z Checking zerotrie v0.2.3
23102026-07-23T04:31:51.132Z Checking libm v0.2.16
23112026-07-23T04:31:51.144Z Checking icu_locale_core v2.1.1
23122026-07-23T04:31:51.156Z Checking icu_collections v2.1.1
23132026-07-23T04:31:51.167Z Checking generic-array v0.14.7
23142026-07-23T04:31:51.295Z Checking socket2 v0.6.3
23152026-07-23T04:31:51.453Z Checking equivalent v1.0.2
23162026-07-23T04:31:51.529Z Checking icu_properties_data v2.1.2
23172026-07-23T04:31:51.541Z Checking icu_normalizer_data v2.1.1
23182026-07-23T04:31:51.551Z Checking serde v1.0.228
23192026-07-23T04:31:51.598Z Checking bitflags v2.11.0
23202026-07-23T04:31:51.610Z Checking serde_json v1.0.150
23212026-07-23T04:31:51.620Z Checking futures-sink v0.3.32
23222026-07-23T04:31:51.652Z Checking futures-task v0.3.32
23232026-07-23T04:31:51.680Z Checking icu_provider v2.1.1
23242026-07-23T04:31:51.719Z Checking futures-channel v0.3.32
23252026-07-23T04:31:51.754Z Checking slab v0.4.12
23262026-07-23T04:31:51.784Z Checking futures-io v0.3.32
23272026-07-23T04:31:51.817Z Checking num-traits v0.2.19
23282026-07-23T04:31:51.890Z Checking utf8_iter v1.0.4
23292026-07-23T04:31:51.902Z Checking hashbrown v0.17.0
23302026-07-23T04:31:51.913Z Checking futures-util v0.3.32
23312026-07-23T04:31:51.929Z Checking icu_normalizer v2.1.1
23322026-07-23T04:31:51.968Z Checking bytes v1.11.1
23332026-07-23T04:31:52.005Z Checking icu_properties v2.1.2
23342026-07-23T04:31:52.223Z Checking crypto-common v0.1.7
23352026-07-23T04:31:52.260Z Checking block-buffer v0.10.4
23362026-07-23T04:31:52.320Z Checking form_urlencoded v1.2.2
23372026-07-23T04:31:52.341Z Checking getrandom v0.3.4
23382026-07-23T04:31:52.355Z Checking indexmap v2.14.0
23392026-07-23T04:31:52.380Z Checking tokio v1.52.1
23402026-07-23T04:31:52.401Z Checking digest v0.10.7
23412026-07-23T04:31:52.440Z Checking fnv v1.0.7
23422026-07-23T04:31:52.480Z Checking byteorder v1.5.0
23432026-07-23T04:31:52.530Z Checking iana-time-zone v0.1.65
23442026-07-23T04:31:52.576Z Checking rand_core v0.9.5
23452026-07-23T04:31:52.633Z Checking chrono v0.4.45
23462026-07-23T04:31:52.679Z Checking http v1.4.2
23472026-07-23T04:31:52.755Z Checking uuid v1.23.4
23482026-07-23T04:31:52.823Z Checking idna_adapter v1.2.1
23492026-07-23T04:31:52.955Z Checking base64 v0.22.1
23502026-07-23T04:31:52.973Z Checking idna v1.1.0
23512026-07-23T04:31:53.075Z Checking regex-syntax v0.8.10
23522026-07-23T04:31:53.138Z Checking base64ct v1.8.3
23532026-07-23T04:31:53.176Z Checking url v2.5.8
23542026-07-23T04:31:53.235Z Checking rustix v1.1.3
23552026-07-23T04:31:53.366Z Checking pem-rfc7468 v0.7.0
23562026-07-23T04:31:53.489Z Checking tracing-core v0.1.36
23572026-07-23T04:31:53.502Z Checking ppv-lite86 v0.2.21
23582026-07-23T04:31:53.524Z Checking flagset v0.4.7
23592026-07-23T04:31:53.601Z Checking http-body v1.0.1
23602026-07-23T04:31:53.635Z Checking der v0.7.10
23612026-07-23T04:31:53.735Z Checking rustls-pki-types v1.14.0
23622026-07-23T04:31:53.776Z Checking rand_chacha v0.9.0
23632026-07-23T04:31:53.789Z Checking tracing v0.1.44
23642026-07-23T04:31:53.820Z Checking cmov v0.5.4
23652026-07-23T04:31:53.969Z Checking openssl-probe v0.2.1
23662026-07-23T04:31:53.982Z Checking dyn-clone v1.0.20
23672026-07-23T04:31:54.001Z Checking tinyvec_macros v0.1.1
23682026-07-23T04:31:54.014Z Checking ctutils v0.4.2
23692026-07-23T04:31:54.057Z Checking rand v0.9.2
23702026-07-23T04:31:54.074Z Checking tinyvec v1.10.0
23712026-07-23T04:31:54.081Z Checking semver v1.0.28
23722026-07-23T04:31:54.084Z Checking aws-lc-sys v0.40.0
23732026-07-23T04:31:54.214Z Checking untrusted v0.7.1
23742026-07-23T04:31:54.280Z Checking atomic-waker v1.1.2
23752026-07-23T04:31:54.323Z Checking tower-service v0.3.3
23762026-07-23T04:31:54.351Z Checking tower-layer v0.3.3
23772026-07-23T04:31:54.368Z Checking try-lock v0.2.5
23782026-07-23T04:31:54.372Z Checking spki v0.7.3
23792026-07-23T04:31:54.373Z Checking schemars v0.8.22
23802026-07-23T04:31:54.405Z Checking hybrid-array v0.4.13
23812026-07-23T04:31:54.462Z Checking want v0.3.1
23822026-07-23T04:31:54.494Z Checking ipnet v2.11.0
23832026-07-23T04:31:54.515Z Checking httparse v1.10.1
23842026-07-23T04:31:54.598Z Checking aho-corasick v1.1.4
23852026-07-23T04:31:54.609Z Checking aws-lc-rs v1.16.3
23862026-07-23T04:31:54.609Z Checking httpdate v1.0.3
23872026-07-23T04:31:54.721Z Checking utf8parse v0.2.2
23882026-07-23T04:31:54.732Z Checking foreign-types-shared v0.1.1
23892026-07-23T04:31:54.740Z Checking untrusted v0.9.0
23902026-07-23T04:31:54.806Z Checking plain v0.2.3
23912026-07-23T04:31:54.820Z Checking cpufeatures v0.2.17
23922026-07-23T04:31:54.844Z Checking fastrand v2.3.0
23932026-07-23T04:31:54.884Z Checking foreign-types v0.3.2
23942026-07-23T04:31:54.904Z Checking pkcs8 v0.10.2
23952026-07-23T04:31:54.952Z Checking unicode-normalization v0.1.25
23962026-07-23T04:31:55.008Z Checking openssl-sys v0.9.115
23972026-07-23T04:31:55.021Z Checking tempfile v3.25.0
23982026-07-23T04:31:55.050Z Checking spin v0.9.8
23992026-07-23T04:31:55.150Z Checking anstyle v1.0.14
24002026-07-23T04:31:55.206Z Checking ucd-trie v0.1.7
24012026-07-23T04:31:55.218Z Checking regex-automata v0.4.14
24022026-07-23T04:31:55.233Z Checking unicode-ident v1.0.24
24032026-07-23T04:31:55.333Z Checking sha2 v0.10.9
24042026-07-23T04:31:55.347Z Checking pest v2.8.6
24052026-07-23T04:31:55.347Z Checking proc-macro2 v1.0.106
24062026-07-23T04:31:55.371Z Checking hmac v0.12.1
24072026-07-23T04:31:55.383Z Checking openssl v0.10.79
24082026-07-23T04:31:55.394Z Checking rustls-webpki v0.103.13
24092026-07-23T04:31:55.499Z Checking thiserror v2.0.18
24102026-07-23T04:31:55.591Z Checking tokio-util v0.7.18
24112026-07-23T04:31:55.607Z Checking sync_wrapper v1.0.2
24122026-07-23T04:31:55.607Z Checking wait-timeout v0.2.1
24132026-07-23T04:31:55.652Z Checking is_terminal_polyfill v1.70.2
24142026-07-23T04:31:55.709Z Checking bit-vec v0.8.0
24152026-07-23T04:31:55.721Z Checking colorchoice v1.0.4
24162026-07-23T04:31:55.736Z Checking anstyle-query v1.1.5
24172026-07-23T04:31:55.806Z Checking rustls v0.23.41
24182026-07-23T04:31:55.819Z Checking siphasher v1.0.2
24192026-07-23T04:31:55.834Z Checking quick-error v1.2.3
24202026-07-23T04:31:55.892Z Checking pretty-hex v0.4.1
24212026-07-23T04:31:55.923Z Checking simd-adler32 v0.3.8
24222026-07-23T04:31:55.968Z Checking powerfmt v0.2.0
24232026-07-23T04:31:56.004Z Checking rusty-fork v0.3.1
24242026-07-23T04:31:56.083Z Checking bit-set v0.8.0
24252026-07-23T04:31:56.115Z Checking deranged v0.5.8
24262026-07-23T04:31:56.168Z Checking tower v0.5.3
24272026-07-23T04:31:56.189Z Checking h2 v0.4.15
24282026-07-23T04:31:56.223Z Checking quote v1.0.45
24292026-07-23T04:31:56.389Z Checking http-body-util v0.1.3
24302026-07-23T04:31:56.389Z Checking crossbeam-utils v0.8.21
24312026-07-23T04:31:56.546Z Checking rand_xorshift v0.4.0
24322026-07-23T04:31:56.606Z Checking crc32fast v1.5.0
24332026-07-23T04:31:56.661Z Checking scroll v0.13.0
24342026-07-23T04:31:56.739Z Checking num-conv v0.2.0
24352026-07-23T04:31:56.752Z Checking unarray v0.1.4
24362026-07-23T04:31:56.849Z Checking iri-string v0.7.10
24372026-07-23T04:31:56.861Z Checking num_threads v0.1.7
24382026-07-23T04:31:56.883Z Checking unicode-bidi v0.3.18
24392026-07-23T04:31:56.941Z Checking ryu v1.0.23
24402026-07-23T04:31:57.021Z Checking time-core v0.1.8
24412026-07-23T04:31:57.039Z Checking allocator-api2 v0.2.21
24422026-07-23T04:31:57.071Z Checking adler2 v2.0.1
24432026-07-23T04:31:57.158Z Checking unicode-properties v0.1.4
24442026-07-23T04:31:57.168Z Checking time v0.3.47
24452026-07-23T04:31:57.178Z Checking miniz_oxide v0.8.9
24462026-07-23T04:31:57.316Z Checking serde_urlencoded v0.7.1
24472026-07-23T04:31:57.341Z Checking stringprep v0.1.5
24482026-07-23T04:31:57.354Z Checking native-tls v0.2.18
24492026-07-23T04:31:57.490Z Checking bstr v1.12.1
24502026-07-23T04:31:57.513Z Checking goblin v0.10.5
24512026-07-23T04:31:57.526Z Checking proptest v1.10.0
24522026-07-23T04:31:57.536Z Checking tokio-native-tls v0.3.1
24532026-07-23T04:31:57.691Z Checking crossbeam-epoch v0.9.18
24542026-07-23T04:31:57.880Z Checking syn v2.0.117
24552026-07-23T04:31:57.894Z Checking tower-http v0.6.8
24562026-07-23T04:31:57.923Z Checking block-buffer v0.12.1
24572026-07-23T04:31:58.061Z Checking block-padding v0.4.2
24582026-07-23T04:31:58.083Z Checking crypto-common v0.2.2
24592026-07-23T04:31:58.166Z Checking ipnetwork v0.21.1
24602026-07-23T04:31:58.193Z Checking anstyle-parse v1.0.0
24612026-07-23T04:31:58.315Z Checking rustls-native-certs v0.8.3
24622026-07-23T04:31:58.339Z Checking rand_chacha v0.3.1
24632026-07-23T04:31:58.377Z Checking thiserror v1.0.69
24642026-07-23T04:31:58.438Z Checking scroll v0.12.0
24652026-07-23T04:31:58.470Z Checking hash32 v0.2.1
24662026-07-23T04:31:58.639Z Checking zstd-sys v2.0.16+zstd.1.5.7
24672026-07-23T04:31:58.660Z Checking signature v2.2.0
24682026-07-23T04:31:58.676Z Checking md-5 v0.10.6
24692026-07-23T04:31:58.676Z Checking num-integer v0.1.46
24702026-07-23T04:31:58.692Z Checking toml_datetime v0.6.11
24712026-07-23T04:31:58.752Z Checking hex v0.4.3
24722026-07-23T04:31:58.786Z Checking serde_spanned v0.6.9
24732026-07-23T04:31:58.859Z Checking encoding_rs v0.8.35
24742026-07-23T04:31:58.884Z Checking psl-types v2.0.11
24752026-07-23T04:31:58.918Z Checking fallible-iterator v0.2.0
24762026-07-23T04:31:58.966Z Checking zlib-rs v0.6.2
24772026-07-23T04:31:58.987Z Checking mime v0.3.17
24782026-07-23T04:31:59.027Z Checking hyper v1.10.1
24792026-07-23T04:31:59.170Z Checking publicsuffix v2.3.0
24802026-07-23T04:31:59.196Z Checking postgres-protocol v0.6.10
24812026-07-23T04:31:59.326Z Checking num-iter v0.1.45
24822026-07-23T04:31:59.382Z Checking newtype-uuid v1.3.2
24832026-07-23T04:31:59.422Z Checking goblin v0.8.2
24842026-07-23T04:31:59.504Z Checking zstd-safe v7.2.4
24852026-07-23T04:31:59.554Z Checking heapless v0.7.17
24862026-07-23T04:31:59.646Z Checking rand v0.8.6
24872026-07-23T04:31:59.777Z Checking oxnet v0.1.6
24882026-07-23T04:31:59.825Z Checking dof v0.4.0
24892026-07-23T04:31:59.842Z Checking flate2 v1.1.9
24902026-07-23T04:31:59.947Z Checking anstream v1.0.0
24912026-07-23T04:31:59.966Z Checking hyper-util v0.1.20
24922026-07-23T04:32:00.027Z Checking cookie v0.18.1
24932026-07-23T04:32:00.128Z Checking inout v0.2.2
24942026-07-23T04:32:00.138Z Checking tokio-rustls v0.26.4
24952026-07-23T04:32:00.152Z Checking dtrace-parser v0.3.0
24962026-07-23T04:32:00.160Z Checking phf_shared v0.13.1
24972026-07-23T04:32:00.239Z Checking lazy_static v1.5.0
24982026-07-23T04:32:00.255Z Checking anstyle-parse v0.2.7
24992026-07-23T04:32:00.332Z Checking pin-project v1.1.11
25002026-07-23T04:32:00.347Z Checking zerocopy v0.7.35
25012026-07-23T04:32:00.362Z Checking bzip2-sys v0.1.13+1.0.8
25022026-07-23T04:32:00.372Z Checking signal-hook v0.3.18
25032026-07-23T04:32:00.424Z Checking terminal_size v0.4.3
25042026-07-23T04:32:00.437Z Checking futures-executor v0.3.32
25052026-07-23T04:32:00.451Z Checking ff v0.13.1
25062026-07-23T04:32:00.451Z Checking thread-id v5.1.0
25072026-07-23T04:32:00.511Z Checking bumpalo v3.20.2
25082026-07-23T04:32:00.518Z Checking managed v0.8.0
25092026-07-23T04:32:00.615Z Checking foldhash v0.1.5
25102026-07-23T04:32:00.615Z Checking winnow v0.5.40
25112026-07-23T04:32:00.631Z Checking clap_lex v1.0.0
25122026-07-23T04:32:00.684Z Compiling rayon-core v1.13.0
25132026-07-23T04:32:00.706Z Checking same-file v1.0.6
25142026-07-23T04:32:00.725Z Checking foldhash v0.2.0
25152026-07-23T04:32:00.766Z Checking strsim v0.11.1
25162026-07-23T04:32:00.806Z Checking base16ct v0.2.0
25172026-07-23T04:32:00.823Z Checking libbz2-rs-sys v0.2.2
25182026-07-23T04:32:00.857Z Checking bitflags v1.3.2
25192026-07-23T04:32:00.866Z Checking either v1.15.0
25202026-07-23T04:32:00.877Z Checking clap_builder v4.6.0
25212026-07-23T04:32:00.919Z Checking smoltcp v0.9.1
25222026-07-23T04:32:00.928Z Checking sec1 v0.7.3
25232026-07-23T04:32:01.071Z Checking hashbrown v0.16.1
25242026-07-23T04:32:01.129Z Checking walkdir v2.5.0
25252026-07-23T04:32:01.206Z Checking bzip2 v0.6.1
25262026-07-23T04:32:01.216Z Checking hyper-tls v0.6.0
25272026-07-23T04:32:01.315Z Checking hyper-rustls v0.27.7
25282026-07-23T04:32:01.347Z Checking dof v0.3.0
25292026-07-23T04:32:01.376Z Checking zopfli v0.8.3
25302026-07-23T04:32:01.395Z Checking reqwest v0.12.28
25312026-07-23T04:32:01.489Z Checking hashbrown v0.15.5
25322026-07-23T04:32:01.505Z Checking futures v0.3.32
25332026-07-23T04:32:01.550Z Checking signal-hook-mio v0.2.5
25342026-07-23T04:32:01.568Z Checking group v0.13.0
25352026-07-23T04:32:01.580Z Checking usdt-impl v0.6.0
25362026-07-23T04:32:01.658Z Checking bzip2 v0.4.4
25372026-07-23T04:32:01.678Z Checking snafu v0.8.9
25382026-07-23T04:32:01.697Z Checking toml_edit v0.19.15
25392026-07-23T04:32:01.710Z Checking anstream v0.6.21
25402026-07-23T04:32:01.810Z Checking phf v0.13.1
25412026-07-23T04:32:01.857Z Checking num-bigint-dig v0.8.6
25422026-07-23T04:32:01.906Z Checking cipher v0.5.2
25432026-07-23T04:32:01.912Z Checking cookie_store v0.22.1
25442026-07-23T04:32:01.962Z Checking daft v0.1.7
25452026-07-23T04:32:01.974Z Checking zstd v0.13.3
25462026-07-23T04:32:02.098Z Checking postgres-types v0.2.12
25472026-07-23T04:32:02.122Z Checking ed25519 v2.2.3
25482026-07-23T04:32:02.137Z Checking dtrace-parser v0.2.0
25492026-07-23T04:32:02.169Z Checking rustls-platform-verifier v0.6.2
25502026-07-23T04:32:02.183Z Checking crossbeam-deque v0.8.6
25512026-07-23T04:32:02.233Z Checking globset v0.4.18
25522026-07-23T04:32:02.307Z Checking regex v1.12.3
25532026-07-23T04:32:02.319Z Checking phf_shared v0.11.3
25542026-07-23T04:32:02.373Z Checking hkdf v0.12.4
25552026-07-23T04:32:02.387Z Checking olpc-cjson v0.1.4
25562026-07-23T04:32:02.423Z Checking ref-cast v1.0.25
25572026-07-23T04:32:02.441Z Checking curve25519-dalek v4.1.3
25582026-07-23T04:32:02.479Z Checking strum v0.27.2
25592026-07-23T04:32:02.488Z Checking pkcs1 v0.7.5
25602026-07-23T04:32:02.500Z Checking hubpack v0.1.2
25612026-07-23T04:32:02.511Z Checking memoffset v0.9.1
25622026-07-23T04:32:02.567Z Checking rustix v0.38.44
25632026-07-23T04:32:02.580Z Checking pem v3.0.6
25642026-07-23T04:32:02.595Z Checking float-cmp v0.10.0
25652026-07-23T04:32:02.650Z Checking serde_plain v1.0.2
25662026-07-23T04:32:02.664Z Checking erased-serde v0.3.31
25672026-07-23T04:32:02.731Z Checking serde-big-array v0.5.1
25682026-07-23T04:32:02.741Z Checking crypto-bigint v0.5.5
25692026-07-23T04:32:02.741Z Checking thread-id v4.2.2
25702026-07-23T04:32:02.749Z Checking memmap2 v0.9.10
25712026-07-23T04:32:02.789Z Checking env_filter v1.0.0
25722026-07-23T04:32:02.806Z Checking predicates-core v1.0.10
25732026-07-23T04:32:02.827Z Checking whoami v2.1.0
25742026-07-23T04:32:02.899Z Checking fixedbitset v0.5.7
25752026-07-23T04:32:02.922Z Checking unicode-segmentation v1.12.0
25762026-07-23T04:32:02.926Z Checking difflib v0.4.0
25772026-07-23T04:32:03.017Z Checking cpufeatures v0.3.0
25782026-07-23T04:32:03.051Z Checking winnow v0.7.14
25792026-07-23T04:32:03.085Z Checking new_debug_unreachable v1.0.6
25802026-07-23T04:32:03.097Z Checking winnow v1.0.3
25812026-07-23T04:32:03.108Z Checking toml_write v0.1.2
25822026-07-23T04:32:03.149Z Checking precomputed-hash v0.1.1
25832026-07-23T04:32:03.228Z Checking normalize-line-endings v0.3.0
25842026-07-23T04:32:03.231Z Checking static_assertions v1.1.0
25852026-07-23T04:32:03.231Z Checking jiff v0.2.21
25862026-07-23T04:32:03.265Z Checking data-encoding v2.10.0
25872026-07-23T04:32:03.309Z Checking keccak v0.1.6
25882026-07-23T04:32:03.318Z Checking const-oid v0.10.2
25892026-07-23T04:32:03.372Z Checking fixedbitset v0.4.2
25902026-07-23T04:32:03.375Z Checking typed-path v0.9.3
25912026-07-23T04:32:03.463Z Checking sha3 v0.10.8
25922026-07-23T04:32:03.463Z Checking digest v0.11.3
25932026-07-23T04:32:03.514Z Checking petgraph v0.6.5
25942026-07-23T04:32:03.527Z Checking hickory-proto v0.25.2
25952026-07-23T04:32:03.622Z Checking elliptic-curve v0.13.8
25962026-07-23T04:32:03.637Z Checking crossterm v0.28.1
25972026-07-23T04:32:03.669Z Checking toml_parser v1.1.2+spec-1.1.0
25982026-07-23T04:32:03.930Z Checking predicates v3.1.4
25992026-07-23T04:32:03.990Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26002026-07-23T04:32:04.141Z Checking tough v0.22.0
26012026-07-23T04:32:04.220Z Checking ed25519-dalek v2.2.0
26022026-07-23T04:32:04.234Z Checking toml_edit v0.22.27
26032026-07-23T04:32:04.332Z Checking similar v2.7.0
26042026-07-23T04:32:04.452Z Checking string_cache v0.8.9
26052026-07-23T04:32:04.617Z Checking petgraph v0.8.3
26062026-07-23T04:32:04.716Z Checking chacha20 v0.10.0
26072026-07-23T04:32:04.764Z Checking slog v2.8.2
26082026-07-23T04:32:04.961Z Checking tokio-postgres v0.7.16
26092026-07-23T04:32:05.027Z Checking env_logger v0.11.9
26102026-07-23T04:32:05.216Z Checking usdt v0.6.0
26112026-07-23T04:32:05.327Z Checking usdt-impl v0.5.0
26122026-07-23T04:32:05.381Z Checking toml v0.7.8
26132026-07-23T04:32:05.433Z Checking zip v4.6.1
26142026-07-23T04:32:05.607Z Checking rsa v0.9.10
26152026-07-23T04:32:05.686Z Checking nix v0.31.2
26162026-07-23T04:32:05.998Z Checking iddqd v0.4.2
26172026-07-23T04:32:06.115Z Checking reqwest v0.13.2
26182026-07-23T04:32:06.204Z Checking clap v4.6.1
26192026-07-23T04:32:06.222Z Checking zip v0.6.6
26202026-07-23T04:32:06.230Z Checking itertools v0.13.0
26212026-07-23T04:32:06.243Z Checking byte-wrapper v0.1.0
26222026-07-23T04:32:06.256Z Checking serde_with v3.21.0
26232026-07-23T04:32:06.397Z Checking strum v0.26.3
26242026-07-23T04:32:06.437Z Checking fs-err v3.3.0
26252026-07-23T04:32:06.503Z Checking ahash v0.8.12
26262026-07-23T04:32:06.532Z Checking tokio-stream v0.1.18
26272026-07-23T04:32:06.693Z Checking object v0.37.3
26282026-07-23T04:32:06.727Z Checking buf-list v1.1.2
26292026-07-23T04:32:06.870Z Checking camino v1.2.2
26302026-07-23T04:32:06.899Z Checking anyhow v1.0.102
26312026-07-23T04:32:06.899Z Checking x509-cert v0.2.5
26322026-07-23T04:32:06.922Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26332026-07-23T04:32:06.948Z Checking openapiv3 v2.2.0
26342026-07-23T04:32:07.100Z Checking peg-runtime v0.8.5
26352026-07-23T04:32:07.113Z Checking lalrpop-util v0.19.12
26362026-07-23T04:32:07.176Z Checking rayon v1.11.0
26372026-07-23T04:32:07.237Z Checking sigpipe v0.1.3
26382026-07-23T04:32:07.252Z Checking glob v0.3.3
26392026-07-23T04:32:08.817Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26402026-07-23T04:32:08.871Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26412026-07-23T04:32:09.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.72s
26422026-07-23T04:32:09.291Z
26432026-07-23T04:32:09.291Zinfo: running `cargo check --bins` on internal-dns-types (77/303)
26442026-07-23T04:32:09.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452026-07-23T04:32:09.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462026-07-23T04:32:09.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472026-07-23T04:32:09.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26482026-07-23T04:32:09.821Z
26492026-07-23T04:32:09.822Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/303)
26502026-07-23T04:32:10.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512026-07-23T04:32:10.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522026-07-23T04:32:10.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532026-07-23T04:32:10.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26542026-07-23T04:32:10.357Z
26552026-07-23T04:32:10.357Zinfo: running `cargo check --bins` on nexus-types-versions (79/303)
26562026-07-23T04:32:10.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572026-07-23T04:32:10.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582026-07-23T04:32:10.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592026-07-23T04:32:10.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26602026-07-23T04:32:10.905Z
26612026-07-23T04:32:10.905Zinfo: running `cargo check --bins` on oxql-types (80/303)
26622026-07-23T04:32:11.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632026-07-23T04:32:11.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642026-07-23T04:32:11.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26652026-07-23T04:32:11.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26662026-07-23T04:32:11.439Z
26672026-07-23T04:32:11.439Zinfo: running `cargo check --bins` on oximeter-types (81/303)
26682026-07-23T04:32:11.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692026-07-23T04:32:11.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702026-07-23T04:32:11.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26712026-07-23T04:32:11.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26722026-07-23T04:32:11.974Z
26732026-07-23T04:32:11.974Zinfo: running `cargo check --bins` on oximeter-types-versions (82/303)
26742026-07-23T04:32:12.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26752026-07-23T04:32:12.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26762026-07-23T04:32:12.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26772026-07-23T04:32:12.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26782026-07-23T04:32:12.507Z
26792026-07-23T04:32:12.507Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/303)
26802026-07-23T04:32:12.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26812026-07-23T04:32:12.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26822026-07-23T04:32:12.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26832026-07-23T04:32:12.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26842026-07-23T04:32:13.035Z
26852026-07-23T04:32:13.035Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/303)
26862026-07-23T04:32:13.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26872026-07-23T04:32:13.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26882026-07-23T04:32:13.654Z Compiling structmeta-derive v0.3.0
26892026-07-23T04:32:13.770Z Compiling multer v3.1.0
26902026-07-23T04:32:13.783Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26912026-07-23T04:32:13.802Z Compiling async-stream-impl v0.3.6
26922026-07-23T04:32:13.802Z Compiling dropshot v0.17.1
26932026-07-23T04:32:13.820Z Compiling newtype-uuid-macros v0.1.0
26942026-07-23T04:32:13.824Z Compiling dropshot_endpoint v0.17.1
26952026-07-23T04:32:13.840Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26962026-07-23T04:32:14.014Z Checking thread_local v1.1.9
26972026-07-23T04:32:14.040Z Checking compression-core v0.4.31
26982026-07-23T04:32:14.157Z Checking match_cfg v0.1.0
26992026-07-23T04:32:14.172Z Checking compression-codecs v0.4.37
27002026-07-23T04:32:14.209Z Checking crossbeam-channel v0.5.15
27012026-07-23T04:32:14.230Z Checking hostname v0.3.1
27022026-07-23T04:32:14.248Z Checking atomicwrites v0.4.4
27032026-07-23T04:32:14.328Z Checking slog-json v2.6.1
27042026-07-23T04:32:14.344Z Checking is-terminal v0.4.17
27052026-07-23T04:32:14.358Z Checking toml_datetime v1.1.1+spec-1.1.0
27062026-07-23T04:32:14.370Z Checking serde_spanned v1.1.1
27072026-07-23T04:32:14.425Z Checking debug-ignore v1.0.5
27082026-07-23T04:32:14.478Z Checking term v1.2.1
27092026-07-23T04:32:14.497Z Checking take_mut v0.2.2
27102026-07-23T04:32:14.521Z Checking toml_writer v1.1.1+spec-1.1.0
27112026-07-23T04:32:14.546Z Checking slog-bunyan v2.5.0
27122026-07-23T04:32:14.560Z Checking async-stream v0.3.6
27132026-07-23T04:32:14.564Z Checking async-compression v0.4.41
27142026-07-23T04:32:14.588Z Checking slog-async v2.8.0
27152026-07-23T04:32:14.686Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27162026-07-23T04:32:14.698Z Checking progenitor-client v0.14.0
27172026-07-23T04:32:14.712Z Checking slog-term v2.9.2
27182026-07-23T04:32:14.717Z Checking toml v1.1.2+spec-1.1.0
27192026-07-23T04:32:14.783Z Checking sha1 v0.11.0
27202026-07-23T04:32:14.844Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27212026-07-23T04:32:14.860Z Compiling structmeta v0.3.0
27222026-07-23T04:32:14.953Z Checking waitgroup v0.1.2
27232026-07-23T04:32:14.988Z Checking rustls-pemfile v2.2.0
27242026-07-23T04:32:14.988Z Checking backon v1.6.0
27252026-07-23T04:32:15.017Z Checking serde_path_to_error v0.1.20
27262026-07-23T04:32:15.036Z Checking hostname v0.4.2
27272026-07-23T04:32:15.056Z Checking instant v0.1.13
27282026-07-23T04:32:15.091Z Compiling derive-ex v0.1.8
27292026-07-23T04:32:15.135Z Compiling parse-display-derive v0.10.0
27302026-07-23T04:32:15.179Z Checking progenitor-extras v0.2.0
27312026-07-23T04:32:15.319Z Checking backoff v0.4.0
27322026-07-23T04:32:15.342Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27332026-07-23T04:32:15.358Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27342026-07-23T04:32:15.392Z Checking itertools v0.14.0
27352026-07-23T04:32:15.488Z Checking regress v0.10.5
27362026-07-23T04:32:15.543Z Checking macaddr v1.0.1
27372026-07-23T04:32:15.871Z Checking humantime v2.3.0
27382026-07-23T04:32:16.768Z Compiling test-strategy v0.4.5
27392026-07-23T04:32:16.800Z Checking parse-display v0.10.0
27402026-07-23T04:32:17.011Z Compiling prettyplease v0.2.37
27412026-07-23T04:32:17.289Z Checking num-rational v0.4.2
27422026-07-23T04:32:17.551Z Checking num-complex v0.4.6
27432026-07-23T04:32:18.062Z Compiling num v0.4.3
27442026-07-23T04:32:18.114Z Compiling usdt-macro v0.5.0
27452026-07-23T04:32:18.130Z Compiling usdt-attr-macro v0.5.0
27462026-07-23T04:32:18.170Z Checking memmap v0.7.0
27472026-07-23T04:32:18.183Z Compiling float-ord v0.3.2
27482026-07-23T04:32:18.272Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27492026-07-23T04:32:18.399Z Compiling convert_case v0.4.0
27502026-07-23T04:32:18.635Z Checking unicode-width v0.2.0
27512026-07-23T04:32:18.648Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27522026-07-23T04:32:18.770Z Compiling derive_more v0.99.20
27532026-07-23T04:32:18.855Z Checking newline-converter v0.3.0
27542026-07-23T04:32:18.881Z Checking console v0.15.11
27552026-07-23T04:32:18.910Z Checking usdt v0.5.0
27562026-07-23T04:32:18.955Z Compiling toml v0.8.23
27572026-07-23T04:32:19.074Z Checking linked-hash-map v0.5.6
27582026-07-23T04:32:19.152Z Compiling minimal-lexical v0.2.1
27592026-07-23T04:32:19.243Z Checking lru-cache v0.1.2
27602026-07-23T04:32:19.362Z Compiling nom v7.1.3
27612026-07-23T04:32:19.405Z Checking expectorate v1.2.0
27622026-07-23T04:32:19.934Z Checking camino-tempfile v1.4.1
27632026-07-23T04:32:19.968Z Checking hickory-proto v0.24.4
27642026-07-23T04:32:20.043Z Checking phf_shared v0.12.1
27652026-07-23T04:32:20.056Z Compiling slog-dtrace v0.3.0
27662026-07-23T04:32:20.261Z Compiling unicode-xid v0.2.6
27672026-07-23T04:32:20.385Z Checking heck v0.5.0
27682026-07-23T04:32:20.511Z Compiling chrono-tz v0.10.4
27692026-07-23T04:32:20.571Z Checking resolv-conf v0.7.6
27702026-07-23T04:32:20.701Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27712026-07-23T04:32:20.736Z Compiling const_format_proc_macros v0.2.34
27722026-07-23T04:32:20.804Z Checking phf v0.12.1
27732026-07-23T04:32:20.944Z Checking tokio-dtrace v0.1.1
27742026-07-23T04:32:21.127Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27752026-07-23T04:32:21.194Z Compiling derive-where v1.6.0
27762026-07-23T04:32:21.550Z Checking highway v1.3.0
27772026-07-23T04:32:21.553Z Checking const_format v0.2.35
27782026-07-23T04:32:21.683Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27792026-07-23T04:32:21.771Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27802026-07-23T04:32:21.774Z Checking hickory-resolver v0.24.4
27812026-07-23T04:32:21.797Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27822026-07-23T04:32:22.307Z Checking oxide-tokio-rt v0.1.4
27832026-07-23T04:32:22.524Z Checking qorb v0.4.1
27842026-07-23T04:32:22.764Z Checking gethostname v0.5.0
27852026-07-23T04:32:22.786Z Checking bcs v0.1.6
27862026-07-23T04:32:22.834Z Checking termtree v0.5.1
27872026-07-23T04:32:23.195Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27882026-07-23T04:32:23.264Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27892026-07-23T04:32:23.430Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27902026-07-23T04:32:23.433Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27912026-07-23T04:32:26.106Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27922026-07-23T04:32:28.483Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27932026-07-23T04:32:30.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.53s
27942026-07-23T04:32:30.724Z
27952026-07-23T04:32:30.725Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/303)
27962026-07-23T04:32:31.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27972026-07-23T04:32:31.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27982026-07-23T04:32:31.346Z Compiling ar_archive_writer v0.5.1
27992026-07-23T04:32:31.455Z Compiling stacker v0.1.23
28002026-07-23T04:32:31.462Z Compiling cfg_aliases v0.1.1
28012026-07-23T04:32:31.466Z Compiling convert_case v0.10.0
28022026-07-23T04:32:31.470Z Checking unicode-width v0.1.14
28032026-07-23T04:32:31.480Z Compiling proc-macro-error v1.0.4
28042026-07-23T04:32:31.492Z Checking fd-lock v4.0.4
28052026-07-23T04:32:31.492Z Checking nibble_vec v0.1.0
28062026-07-23T04:32:31.513Z Compiling nix v0.28.0
28072026-07-23T04:32:31.603Z Compiling recursive-proc-macro-impl v0.1.1
28082026-07-23T04:32:31.617Z Checking vte v0.14.1
28092026-07-23T04:32:31.713Z Checking endian-type v0.1.2
28102026-07-23T04:32:31.727Z Checking bytecount v0.6.9
28112026-07-23T04:32:31.751Z Compiling derive_more-impl v2.1.1
28122026-07-23T04:32:31.763Z Checking strip-ansi-escapes v0.2.1
28132026-07-23T04:32:31.766Z Compiling tabled_derive v0.7.0
28142026-07-23T04:32:31.824Z Checking radix_trie v0.2.1
28152026-07-23T04:32:31.839Z Checking papergrid v0.11.0
28162026-07-23T04:32:31.902Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28172026-07-23T04:32:32.007Z Compiling peg-macros v0.8.5
28182026-07-23T04:32:32.025Z Checking winnow v0.6.26
28192026-07-23T04:32:32.256Z Compiling psm v0.1.30
28202026-07-23T04:32:32.380Z Compiling sqlparser_derive v0.5.0
28212026-07-23T04:32:32.445Z Checking nu-ansi-term v0.50.3
28222026-07-23T04:32:32.567Z Checking derive_more v2.1.1
28232026-07-23T04:32:32.662Z Checking home v0.5.12
28242026-07-23T04:32:32.695Z Checking unicode_categories v0.1.1
28252026-07-23T04:32:32.767Z Checking reedline v0.40.0
28262026-07-23T04:32:32.804Z Checking rustyline v14.0.0
28272026-07-23T04:32:32.828Z Checking tabled v0.15.0
28282026-07-23T04:32:32.850Z Checking crossterm v0.29.0
28292026-07-23T04:32:33.082Z Checking recursive v0.1.1
28302026-07-23T04:32:33.181Z Checking sqlparser v0.61.0
28312026-07-23T04:32:33.195Z Checking display-error-chain v0.2.2
28322026-07-23T04:32:33.207Z Checking sqlformat v0.3.5
28332026-07-23T04:32:33.405Z Checking peg v0.8.5
28342026-07-23T04:32:44.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.64s
28352026-07-23T04:32:44.532Z
28362026-07-23T04:32:44.532Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/303)
28372026-07-23T04:32:44.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382026-07-23T04:32:45.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392026-07-23T04:32:45.154Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28402026-07-23T04:32:48.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
28412026-07-23T04:32:48.751Z
28422026-07-23T04:32:48.751Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/303)
28432026-07-23T04:32:49.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442026-07-23T04:32:49.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452026-07-23T04:32:49.365Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28462026-07-23T04:32:51.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s
28472026-07-23T04:32:51.963Z
28482026-07-23T04:32:51.963Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/303)
28492026-07-23T04:32:52.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502026-07-23T04:32:52.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512026-07-23T04:32:52.576Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28522026-07-23T04:32:55.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.84s
28532026-07-23T04:32:55.983Z
28542026-07-23T04:32:55.983Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/303)
28552026-07-23T04:32:56.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562026-07-23T04:32:56.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572026-07-23T04:32:56.602Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28582026-07-23T04:32:59.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s
28592026-07-23T04:33:00.027Z
28602026-07-23T04:33:00.027Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/303)
28612026-07-23T04:33:00.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-07-23T04:33:00.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-07-23T04:33:00.641Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28642026-07-23T04:33:03.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
28652026-07-23T04:33:03.378Z
28662026-07-23T04:33:03.378Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/303)
28672026-07-23T04:33:03.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-07-23T04:33:03.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-07-23T04:33:03.995Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28702026-07-23T04:33:06.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
28712026-07-23T04:33:06.759Z
28722026-07-23T04:33:06.760Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/303)
28732026-07-23T04:33:07.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742026-07-23T04:33:07.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752026-07-23T04:33:07.381Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28762026-07-23T04:33:10.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
28772026-07-23T04:33:10.974Z
28782026-07-23T04:33:10.975Zinfo: running `cargo check --bins` on oximeter (93/303)
28792026-07-23T04:33:11.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802026-07-23T04:33:11.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812026-07-23T04:33:11.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822026-07-23T04:33:11.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
28832026-07-23T04:33:11.508Z
28842026-07-23T04:33:11.508Zinfo: running `cargo check --bins` on oximeter-schema (94/303)
28852026-07-23T04:33:11.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862026-07-23T04:33:11.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872026-07-23T04:33:12.079Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28882026-07-23T04:33:12.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
28892026-07-23T04:33:12.586Z
28902026-07-23T04:33:12.586Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/303)
28912026-07-23T04:33:13.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922026-07-23T04:33:13.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932026-07-23T04:33:13.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942026-07-23T04:33:13.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
28952026-07-23T04:33:13.124Z
28962026-07-23T04:33:13.124Zinfo: running `cargo check --bins` on oximeter-test-utils (96/303)
28972026-07-23T04:33:13.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-07-23T04:33:13.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-07-23T04:33:13.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002026-07-23T04:33:13.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29012026-07-23T04:33:13.696Z
29022026-07-23T04:33:13.696Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/303)
29032026-07-23T04:33:14.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-07-23T04:33:14.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-07-23T04:33:14.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-07-23T04:33:14.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29072026-07-23T04:33:14.241Z
29082026-07-23T04:33:14.241Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/303)
29092026-07-23T04:33:14.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-07-23T04:33:14.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-07-23T04:33:14.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-07-23T04:33:14.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29132026-07-23T04:33:14.780Z
29142026-07-23T04:33:14.780Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/303)
29152026-07-23T04:33:15.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-07-23T04:33:15.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-07-23T04:33:15.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182026-07-23T04:33:15.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29192026-07-23T04:33:15.320Z
29202026-07-23T04:33:15.320Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/303)
29212026-07-23T04:33:15.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-07-23T04:33:15.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-07-23T04:33:15.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242026-07-23T04:33:15.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29252026-07-23T04:33:15.863Z
29262026-07-23T04:33:15.863Zinfo: running `cargo check --bins` on trust-quorum-types (101/303)
29272026-07-23T04:33:16.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-07-23T04:33:16.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-07-23T04:33:16.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-07-23T04:33:16.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29312026-07-23T04:33:16.388Z
29322026-07-23T04:33:16.388Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/303)
29332026-07-23T04:33:16.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-07-23T04:33:16.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-07-23T04:33:16.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362026-07-23T04:33:16.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29372026-07-23T04:33:16.927Z
29382026-07-23T04:33:16.927Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/303)
29392026-07-23T04:33:17.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402026-07-23T04:33:17.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412026-07-23T04:33:17.589Z Compiling darling_core v0.21.3
29422026-07-23T04:33:17.706Z Compiling crucible-workspace-hack v0.1.0
29432026-07-23T04:33:17.716Z Checking secrecy v0.10.3
29442026-07-23T04:33:17.721Z Compiling heapless v0.8.0
29452026-07-23T04:33:17.727Z Compiling toml_datetime v0.7.5+spec-1.1.0
29462026-07-23T04:33:17.739Z Checking hash32 v0.3.1
29472026-07-23T04:33:17.742Z Checking inout v0.1.4
29482026-07-23T04:33:17.758Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29492026-07-23T04:33:17.812Z Compiling smoltcp v0.11.0
29502026-07-23T04:33:17.857Z Checking cipher v0.4.4
29512026-07-23T04:33:17.860Z Checking cobs v0.3.0
29522026-07-23T04:33:17.960Z Compiling toml_edit v0.23.10+spec-1.0.0
29532026-07-23T04:33:17.972Z Checking universal-hash v0.5.1
29542026-07-23T04:33:18.009Z Compiling thiserror-impl-no-std v2.0.2
29552026-07-23T04:33:18.020Z Checking half v2.7.1
29562026-07-23T04:33:18.047Z Checking ciborium-io v0.2.2
29572026-07-23T04:33:18.084Z Checking opaque-debug v0.3.1
29582026-07-23T04:33:18.179Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29592026-07-23T04:33:18.196Z Checking poly1305 v0.8.0
29602026-07-23T04:33:18.217Z Checking chacha20 v0.9.1
29612026-07-23T04:33:18.264Z Checking ciborium-ll v0.2.2
29622026-07-23T04:33:18.376Z Checking postcard v1.1.3
29632026-07-23T04:33:18.410Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29642026-07-23T04:33:18.434Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29652026-07-23T04:33:18.453Z Checking password-hash v0.5.0
29662026-07-23T04:33:18.549Z Compiling proc-macro-crate v3.4.0
29672026-07-23T04:33:18.674Z Checking blake2 v0.10.6
29682026-07-23T04:33:18.692Z Compiling proc-macro-crate v1.3.1
29692026-07-23T04:33:18.808Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29702026-07-23T04:33:18.905Z Checking aead v0.5.2
29712026-07-23T04:33:19.003Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29722026-07-23T04:33:19.031Z Compiling foreign-types-macros v0.2.3
29732026-07-23T04:33:19.044Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29742026-07-23T04:33:19.089Z Checking foreign-types-shared v0.3.1
29752026-07-23T04:33:19.101Z Compiling num_enum_derive v0.7.6
29762026-07-23T04:33:19.165Z Checking thiserror-no-std v2.0.2
29772026-07-23T04:33:19.178Z Compiling num_enum_derive v0.5.11
29782026-07-23T04:33:19.200Z Checking chacha20poly1305 v0.10.1
29792026-07-23T04:33:19.254Z Checking vsss-rs v3.3.4
29802026-07-23T04:33:19.287Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29812026-07-23T04:33:19.320Z Checking argon2 v0.5.3
29822026-07-23T04:33:19.623Z Checking foreign-types v0.5.0
29832026-07-23T04:33:19.658Z Checking ciborium v0.2.2
29842026-07-23T04:33:19.823Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29852026-07-23T04:33:19.904Z Checking tabwriter v1.4.1
29862026-07-23T04:33:20.048Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29872026-07-23T04:33:20.066Z Checking cstr-argument v0.1.2
29882026-07-23T04:33:20.108Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29892026-07-23T04:33:20.130Z Checking num_enum v0.7.6
29902026-07-23T04:33:20.135Z Compiling darling_macro v0.21.3
29912026-07-23T04:33:20.180Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29922026-07-23T04:33:20.194Z Checking num_enum v0.5.11
29932026-07-23T04:33:20.240Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29942026-07-23T04:33:20.302Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29952026-07-23T04:33:20.343Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29962026-07-23T04:33:20.388Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29972026-07-23T04:33:20.402Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29982026-07-23T04:33:20.465Z Checking rand v0.10.1
29992026-07-23T04:33:20.480Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30002026-07-23T04:33:20.550Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30012026-07-23T04:33:20.584Z Checking colored v3.1.1
30022026-07-23T04:33:20.598Z Checking indent_write v2.2.0
30032026-07-23T04:33:20.641Z Compiling darling v0.21.3
30042026-07-23T04:33:20.735Z Compiling ingot-macros v0.1.1
30052026-07-23T04:33:20.741Z Compiling zone_cfg_derive v0.3.1
30062026-07-23T04:33:20.754Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30072026-07-23T04:33:20.774Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30082026-07-23T04:33:20.846Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30092026-07-23T04:33:20.867Z Checking itertools v0.12.1
30102026-07-23T04:33:20.942Z Compiling num-derive v0.4.2
30112026-07-23T04:33:20.987Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30122026-07-23T04:33:21.014Z Checking swrite v0.1.0
30132026-07-23T04:33:21.104Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30142026-07-23T04:33:21.257Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30152026-07-23T04:33:21.351Z Checking dropshot-api-manager-types v0.7.2
30162026-07-23T04:33:21.367Z Checking smf v0.2.3
30172026-07-23T04:33:21.380Z Checking nanorand v0.7.0
30182026-07-23T04:33:21.430Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30192026-07-23T04:33:21.517Z Checking whoami v1.6.1
30202026-07-23T04:33:21.569Z Checking flume v0.11.1
30212026-07-23T04:33:21.593Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30222026-07-23T04:33:21.864Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30232026-07-23T04:33:21.879Z Checking zone v0.3.1
30242026-07-23T04:33:22.845Z Checking ingot-types v0.1.2
30252026-07-23T04:33:23.165Z Checking ingot v0.1.1
30262026-07-23T04:33:24.557Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30272026-07-23T04:33:25.482Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30282026-07-23T04:33:26.355Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30292026-07-23T04:33:27.796Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30302026-07-23T04:33:29.842Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30312026-07-23T04:33:30.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.99s
30322026-07-23T04:33:31.090Z
30332026-07-23T04:33:31.090Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/303)
30342026-07-23T04:33:31.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-07-23T04:33:31.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-07-23T04:33:31.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-07-23T04:33:31.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30382026-07-23T04:33:31.629Z
30392026-07-23T04:33:31.629Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/303)
30402026-07-23T04:33:32.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-07-23T04:33:32.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-07-23T04:33:32.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-07-23T04:33:32.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30442026-07-23T04:33:32.171Z
30452026-07-23T04:33:32.171Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/303)
30462026-07-23T04:33:32.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-07-23T04:33:32.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-07-23T04:33:32.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-07-23T04:33:32.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30502026-07-23T04:33:32.714Z
30512026-07-23T04:33:32.714Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/303)
30522026-07-23T04:33:33.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-07-23T04:33:33.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-07-23T04:33:33.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-07-23T04:33:33.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30562026-07-23T04:33:33.263Z
30572026-07-23T04:33:33.263Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/303)
30582026-07-23T04:33:33.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-07-23T04:33:33.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-07-23T04:33:33.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-07-23T04:33:33.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30622026-07-23T04:33:33.803Z
30632026-07-23T04:33:33.803Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/303)
30642026-07-23T04:33:34.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-07-23T04:33:34.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-07-23T04:33:34.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-07-23T04:33:34.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30682026-07-23T04:33:34.344Z
30692026-07-23T04:33:34.344Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/303)
30702026-07-23T04:33:34.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-07-23T04:33:34.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-07-23T04:33:34.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-07-23T04:33:34.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30742026-07-23T04:33:34.884Z
30752026-07-23T04:33:34.884Zinfo: running `cargo check --bins` on cockroach-admin-client (111/303)
30762026-07-23T04:33:35.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-07-23T04:33:35.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-07-23T04:33:35.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-07-23T04:33:35.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30802026-07-23T04:33:35.409Z
30812026-07-23T04:33:35.409Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/303)
30822026-07-23T04:33:35.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-07-23T04:33:35.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-07-23T04:33:35.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-07-23T04:33:35.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30862026-07-23T04:33:35.949Z
30872026-07-23T04:33:35.949Zinfo: running `cargo check --bins` on dns-service-client (113/303)
30882026-07-23T04:33:36.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-07-23T04:33:36.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-07-23T04:33:36.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-07-23T04:33:36.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30922026-07-23T04:33:36.490Z
30932026-07-23T04:33:36.490Zinfo: running `cargo check --bins` on installinator-client (114/303)
30942026-07-23T04:33:36.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-07-23T04:33:36.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-07-23T04:33:36.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-07-23T04:33:36.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30982026-07-23T04:33:37.030Z
30992026-07-23T04:33:37.031Zinfo: running `cargo check --bins` on nexus-client (115/303)
31002026-07-23T04:33:37.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-07-23T04:33:37.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-07-23T04:33:37.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-07-23T04:33:37.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31042026-07-23T04:33:37.605Z
31052026-07-23T04:33:37.605Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/303)
31062026-07-23T04:33:38.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-07-23T04:33:38.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-07-23T04:33:38.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-07-23T04:33:38.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31102026-07-23T04:33:38.182Z
31112026-07-23T04:33:38.182Zinfo: running `cargo check --bins` on ntp-admin-client (117/303)
31122026-07-23T04:33:38.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-07-23T04:33:38.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-07-23T04:33:38.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-07-23T04:33:38.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31162026-07-23T04:33:38.701Z
31172026-07-23T04:33:38.701Zinfo: running `cargo check --bins` on oxide-client (118/303)
31182026-07-23T04:33:39.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-07-23T04:33:39.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-07-23T04:33:39.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-07-23T04:33:39.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31222026-07-23T04:33:39.229Z
31232026-07-23T04:33:39.229Zinfo: running `cargo check --bins` on oximeter-client (119/303)
31242026-07-23T04:33:39.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-07-23T04:33:39.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-07-23T04:33:39.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-07-23T04:33:39.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31282026-07-23T04:33:39.759Z
31292026-07-23T04:33:39.759Zinfo: running `cargo check --bins` on repo-depot-client (120/303)
31302026-07-23T04:33:40.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-07-23T04:33:40.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-07-23T04:33:40.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-07-23T04:33:40.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31342026-07-23T04:33:40.282Z
31352026-07-23T04:33:40.282Zinfo: running `cargo check --bins` on sled-agent-client (121/303)
31362026-07-23T04:33:40.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-07-23T04:33:40.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-07-23T04:33:40.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-07-23T04:33:40.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31402026-07-23T04:33:40.828Z
31412026-07-23T04:33:40.828Zinfo: running `cargo check --bins` on wicketd-client (122/303)
31422026-07-23T04:33:41.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-07-23T04:33:41.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-07-23T04:33:41.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-07-23T04:33:41.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31462026-07-23T04:33:41.392Z
31472026-07-23T04:33:41.392Zinfo: running `cargo check --bins` on installinator-common (123/303)
31482026-07-23T04:33:41.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-07-23T04:33:41.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-07-23T04:33:41.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-07-23T04:33:41.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31522026-07-23T04:33:41.947Z
31532026-07-23T04:33:41.947Zinfo: running `cargo check --bins` on installinator-common-versions (124/303)
31542026-07-23T04:33:42.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-07-23T04:33:42.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-07-23T04:33:42.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-07-23T04:33:42.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31582026-07-23T04:33:42.478Z
31592026-07-23T04:33:42.478Zinfo: running `cargo check --bins` on wicket-common (125/303)
31602026-07-23T04:33:42.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-07-23T04:33:42.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-07-23T04:33:42.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-07-23T04:33:42.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31642026-07-23T04:33:43.024Z
31652026-07-23T04:33:43.024Zinfo: running `cargo check --bins` on wicketd-commission-types (126/303)
31662026-07-23T04:33:43.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-07-23T04:33:43.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-07-23T04:33:43.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692026-07-23T04:33:43.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31702026-07-23T04:33:43.570Z
31712026-07-23T04:33:43.570Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (127/303)
31722026-07-23T04:33:44.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732026-07-23T04:33:44.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742026-07-23T04:33:44.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31752026-07-23T04:33:44.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31762026-07-23T04:33:44.112Z
31772026-07-23T04:33:44.112Zinfo: running `cargo check --bins` on wicketd-commission-client (128/303)
31782026-07-23T04:33:44.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792026-07-23T04:33:44.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802026-07-23T04:33:44.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31812026-07-23T04:33:44.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31822026-07-23T04:33:44.656Z
31832026-07-23T04:33:44.656Zinfo: running `cargo check --bins` on omicron-cockroach-admin (129/303)
31842026-07-23T04:33:45.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31852026-07-23T04:33:45.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31862026-07-23T04:33:45.287Z Checking csv-core v0.1.13
31872026-07-23T04:33:45.395Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31882026-07-23T04:33:45.398Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31892026-07-23T04:33:45.404Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31902026-07-23T04:33:45.530Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31912026-07-23T04:33:45.543Z Checking csv v1.4.0
31922026-07-23T04:33:45.850Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31932026-07-23T04:33:46.178Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31942026-07-23T04:33:46.178Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31952026-07-23T04:33:47.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s
31962026-07-23T04:33:47.351Z
31972026-07-23T04:33:47.351Zinfo: running `cargo check --bins` on cockroach-admin-api (130/303)
31982026-07-23T04:33:47.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992026-07-23T04:33:47.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002026-07-23T04:33:47.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32012026-07-23T04:33:47.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
32022026-07-23T04:33:47.889Z
32032026-07-23T04:33:47.890Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (131/303)
32042026-07-23T04:33:48.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052026-07-23T04:33:48.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062026-07-23T04:33:48.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072026-07-23T04:33:48.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32082026-07-23T04:33:48.506Z
32092026-07-23T04:33:48.506Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (132/303)
32102026-07-23T04:33:49.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112026-07-23T04:33:49.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122026-07-23T04:33:49.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132026-07-23T04:33:49.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32142026-07-23T04:33:49.122Z
32152026-07-23T04:33:49.122Zinfo: running `cargo check --bins` on gateway-test-utils (133/303)
32162026-07-23T04:33:49.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-07-23T04:33:49.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-07-23T04:33:49.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192026-07-23T04:33:49.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32202026-07-23T04:33:49.708Z
32212026-07-23T04:33:49.709Zinfo: running `cargo check --bins` on omicron-gateway (134/303)
32222026-07-23T04:33:50.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232026-07-23T04:33:50.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242026-07-23T04:33:50.413Z Compiling regress v0.11.1
32252026-07-23T04:33:50.555Z Compiling unsafe-libyaml v0.2.11
32262026-07-23T04:33:50.565Z Compiling radium v0.7.0
32272026-07-23T04:33:50.567Z Compiling semver v0.1.20
32282026-07-23T04:33:50.586Z Checking nom v8.0.0
32292026-07-23T04:33:50.586Z Checking tap v1.0.1
32302026-07-23T04:33:50.609Z Compiling maybe-uninit v2.0.0
32312026-07-23T04:33:50.681Z Checking wyz v0.5.1
32322026-07-23T04:33:50.836Z Compiling rustc_version v0.1.7
32332026-07-23T04:33:50.862Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32342026-07-23T04:33:50.932Z Compiling zerocopy-derive v0.6.6
32352026-07-23T04:33:51.014Z Checking funty v2.0.0
32362026-07-23T04:33:51.048Z Compiling newtype_derive v0.1.6
32372026-07-23T04:33:51.248Z Compiling serde_yaml v0.9.34+deprecated
32382026-07-23T04:33:51.295Z Compiling packed_struct v0.10.1
32392026-07-23T04:33:51.338Z Checking crc-catalog v2.4.0
32402026-07-23T04:33:51.434Z Compiling cancel-safe-futures v0.1.5
32412026-07-23T04:33:51.608Z Checking crc v3.4.0
32422026-07-23T04:33:51.681Z Checking bitvec v1.0.1
32432026-07-23T04:33:51.777Z Checking zerocopy v0.6.6
32442026-07-23T04:33:51.908Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32452026-07-23T04:33:51.980Z Checking typify-impl v0.6.2
32462026-07-23T04:33:52.320Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32472026-07-23T04:33:52.425Z Compiling packed_struct_codegen v0.10.1
32482026-07-23T04:33:52.527Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32492026-07-23T04:33:52.673Z Compiling bitfield-macros v0.19.4
32502026-07-23T04:33:52.688Z Compiling indexmap v1.9.3
32512026-07-23T04:33:52.898Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32522026-07-23T04:33:52.973Z Checking nodrop v0.1.14
32532026-07-23T04:33:53.004Z Compiling owo-colors v4.3.0
32542026-07-23T04:33:53.065Z Checking array-init v0.0.4
32552026-07-23T04:33:53.189Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32562026-07-23T04:33:53.369Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32572026-07-23T04:33:53.387Z Checking smallvec v0.6.14
32582026-07-23T04:33:53.414Z Checking bitfield v0.19.4
32592026-07-23T04:33:53.592Z Checking oxide-update-engine-types v0.1.2
32602026-07-23T04:33:53.613Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32612026-07-23T04:33:53.682Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32622026-07-23T04:33:53.722Z Checking base64 v0.21.7
32632026-07-23T04:33:53.736Z Checking unicode-linebreak v0.1.5
32642026-07-23T04:33:53.808Z Checking tagptr v0.2.0
32652026-07-23T04:33:53.946Z Checking linear-map v1.2.0
32662026-07-23T04:33:53.946Z Checking smawk v0.3.2
32672026-07-23T04:33:53.970Z Checking hashbrown v0.12.3
32682026-07-23T04:33:54.083Z Checking textwrap v0.16.2
32692026-07-23T04:33:54.113Z Checking ron v0.8.1
32702026-07-23T04:33:54.140Z Checking moka v0.12.13
32712026-07-23T04:33:54.292Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32722026-07-23T04:33:54.479Z Checking oxide-update-engine v0.1.2
32732026-07-23T04:33:54.576Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32742026-07-23T04:33:54.626Z Checking steno v0.4.1
32752026-07-23T04:33:54.687Z Checking serde-hex v0.1.0
32762026-07-23T04:33:54.895Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32772026-07-23T04:33:55.057Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32782026-07-23T04:33:55.089Z Checking hashbrown v0.13.2
32792026-07-23T04:33:55.327Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32802026-07-23T04:33:55.509Z Checking crc-any v2.5.0
32812026-07-23T04:33:55.554Z Checking object v0.30.4
32822026-07-23T04:33:55.609Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32832026-07-23T04:33:55.624Z Checking hickory-resolver v0.25.2
32842026-07-23T04:33:55.684Z Checking sha1 v0.10.6
32852026-07-23T04:33:55.777Z Checking void v1.0.2
32862026-07-23T04:33:55.846Z Checking utf-8 v0.7.6
32872026-07-23T04:33:55.881Z Checking path-slash v0.1.5
32882026-07-23T04:33:55.987Z Checking half v1.8.3
32892026-07-23T04:33:55.990Z Checking tungstenite v0.23.0
32902026-07-23T04:33:56.174Z Checking lzss v0.8.2
32912026-07-23T04:33:56.195Z Checking serde_cbor v0.11.2
32922026-07-23T04:33:56.328Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32932026-07-23T04:33:56.401Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32942026-07-23T04:33:56.486Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32952026-07-23T04:33:56.514Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32962026-07-23T04:33:56.551Z Checking nix v0.27.1
32972026-07-23T04:33:56.568Z Checking kstat-rs v0.2.4
32982026-07-23T04:33:56.573Z Compiling typify-macro v0.6.2
32992026-07-23T04:33:56.609Z Checking fxhash v0.2.1
33002026-07-23T04:33:56.768Z Checking serde_bytes v0.11.19
33012026-07-23T04:33:56.774Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33022026-07-23T04:33:56.774Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33032026-07-23T04:33:56.774Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33042026-07-23T04:33:56.886Z Checking tokio-tungstenite v0.23.1
33052026-07-23T04:33:56.962Z Checking signal-hook-tokio v0.3.1
33062026-07-23T04:33:57.574Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33072026-07-23T04:33:57.876Z Compiling typify v0.6.2
33082026-07-23T04:33:57.956Z Compiling progenitor-impl v0.14.0
33092026-07-23T04:33:58.493Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33102026-07-23T04:33:58.782Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33112026-07-23T04:33:59.383Z Compiling progenitor-macro v0.14.0
33122026-07-23T04:34:01.777Z Checking progenitor v0.14.0
33132026-07-23T04:34:01.888Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33142026-07-23T04:34:01.891Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33152026-07-23T04:34:04.605Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33162026-07-23T04:34:12.848Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33172026-07-23T04:34:19.466Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33182026-07-23T04:34:20.836Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33192026-07-23T04:34:21.320Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33202026-07-23T04:34:23.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.65s
33212026-07-23T04:34:23.550Z
33222026-07-23T04:34:23.550Zinfo: running `cargo check --bins` on gateway-api (135/303)
33232026-07-23T04:34:24.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-07-23T04:34:24.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-07-23T04:34:24.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-07-23T04:34:24.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33272026-07-23T04:34:24.084Z
33282026-07-23T04:34:24.084Zinfo: running `cargo check --bins` on ipcc (136/303)
33292026-07-23T04:34:24.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-07-23T04:34:24.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-07-23T04:34:24.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-07-23T04:34:24.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33332026-07-23T04:34:24.615Z
33342026-07-23T04:34:24.615Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (137/303)
33352026-07-23T04:34:25.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-07-23T04:34:25.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-07-23T04:34:25.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-07-23T04:34:25.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33392026-07-23T04:34:25.133Z
33402026-07-23T04:34:25.133Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (138/303)
33412026-07-23T04:34:25.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-07-23T04:34:25.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-07-23T04:34:25.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-07-23T04:34:25.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33452026-07-23T04:34:25.687Z
33462026-07-23T04:34:25.687Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (139/303)
33472026-07-23T04:34:26.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-07-23T04:34:26.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-07-23T04:34:26.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-07-23T04:34:26.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33512026-07-23T04:34:26.222Z
33522026-07-23T04:34:26.222Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (140/303)
33532026-07-23T04:34:26.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-07-23T04:34:26.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-07-23T04:34:26.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-07-23T04:34:26.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33572026-07-23T04:34:26.754Z
33582026-07-23T04:34:26.754Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (141/303)
33592026-07-23T04:34:27.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-07-23T04:34:27.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-07-23T04:34:27.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-07-23T04:34:27.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33632026-07-23T04:34:27.293Z
33642026-07-23T04:34:27.293Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (142/303)
33652026-07-23T04:34:27.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-07-23T04:34:27.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-07-23T04:34:27.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-07-23T04:34:27.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33692026-07-23T04:34:27.854Z
33702026-07-23T04:34:27.854Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (143/303)
33712026-07-23T04:34:28.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-07-23T04:34:28.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-07-23T04:34:28.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-07-23T04:34:28.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33752026-07-23T04:34:28.388Z
33762026-07-23T04:34:28.388Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (144/303)
33772026-07-23T04:34:28.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-07-23T04:34:28.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-07-23T04:34:28.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-07-23T04:34:28.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33812026-07-23T04:34:28.927Z
33822026-07-23T04:34:28.927Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (145/303)
33832026-07-23T04:34:29.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-07-23T04:34:29.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-07-23T04:34:29.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-07-23T04:34:29.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33872026-07-23T04:34:29.466Z
33882026-07-23T04:34:29.466Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (146/303)
33892026-07-23T04:34:29.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-07-23T04:34:29.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-07-23T04:34:29.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-07-23T04:34:29.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33932026-07-23T04:34:30.005Z
33942026-07-23T04:34:30.006Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (147/303)
33952026-07-23T04:34:30.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-07-23T04:34:30.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-07-23T04:34:30.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-07-23T04:34:30.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33992026-07-23T04:34:30.548Z
34002026-07-23T04:34:30.549Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (148/303)
34012026-07-23T04:34:31.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-07-23T04:34:31.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-07-23T04:34:31.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-07-23T04:34:31.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34052026-07-23T04:34:31.087Z
34062026-07-23T04:34:31.087Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (149/303)
34072026-07-23T04:34:31.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-07-23T04:34:31.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-07-23T04:34:31.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-07-23T04:34:31.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34112026-07-23T04:34:31.643Z
34122026-07-23T04:34:31.643Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (150/303)
34132026-07-23T04:34:32.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-07-23T04:34:32.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-07-23T04:34:32.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-07-23T04:34:32.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34172026-07-23T04:34:32.200Z
34182026-07-23T04:34:32.200Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (151/303)
34192026-07-23T04:34:32.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-07-23T04:34:32.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-07-23T04:34:32.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-07-23T04:34:32.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34232026-07-23T04:34:32.757Z
34242026-07-23T04:34:32.757Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (152/303)
34252026-07-23T04:34:33.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-07-23T04:34:33.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-07-23T04:34:33.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-07-23T04:34:33.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34292026-07-23T04:34:33.314Z
34302026-07-23T04:34:33.314Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (153/303)
34312026-07-23T04:34:33.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-07-23T04:34:33.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-07-23T04:34:33.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-07-23T04:34:33.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34352026-07-23T04:34:33.872Z
34362026-07-23T04:34:33.872Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (154/303)
34372026-07-23T04:34:34.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-07-23T04:34:34.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-07-23T04:34:34.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-07-23T04:34:34.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34412026-07-23T04:34:34.434Z
34422026-07-23T04:34:34.434Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (155/303)
34432026-07-23T04:34:34.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-07-23T04:34:34.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-07-23T04:34:34.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-07-23T04:34:34.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34472026-07-23T04:34:34.990Z
34482026-07-23T04:34:34.990Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (156/303)
34492026-07-23T04:34:35.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-07-23T04:34:35.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-07-23T04:34:35.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-07-23T04:34:35.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34532026-07-23T04:34:35.549Z
34542026-07-23T04:34:35.550Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (157/303)
34552026-07-23T04:34:36.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-07-23T04:34:36.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-07-23T04:34:36.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-07-23T04:34:36.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34592026-07-23T04:34:36.102Z
34602026-07-23T04:34:36.102Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (158/303)
34612026-07-23T04:34:36.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-07-23T04:34:36.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-07-23T04:34:36.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-07-23T04:34:36.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34652026-07-23T04:34:36.660Z
34662026-07-23T04:34:36.660Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (159/303)
34672026-07-23T04:34:37.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-07-23T04:34:37.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-07-23T04:34:37.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-07-23T04:34:37.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34712026-07-23T04:34:37.197Z
34722026-07-23T04:34:37.197Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (160/303)
34732026-07-23T04:34:37.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-07-23T04:34:37.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-07-23T04:34:37.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-07-23T04:34:37.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34772026-07-23T04:34:37.735Z
34782026-07-23T04:34:37.735Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (161/303)
34792026-07-23T04:34:38.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-07-23T04:34:38.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-07-23T04:34:38.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-07-23T04:34:38.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34832026-07-23T04:34:38.278Z
34842026-07-23T04:34:38.278Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (162/303)
34852026-07-23T04:34:38.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-07-23T04:34:38.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-07-23T04:34:38.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-07-23T04:34:38.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34892026-07-23T04:34:38.817Z
34902026-07-23T04:34:38.817Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (163/303)
34912026-07-23T04:34:39.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-07-23T04:34:39.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-07-23T04:34:39.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-07-23T04:34:39.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34952026-07-23T04:34:39.363Z
34962026-07-23T04:34:39.363Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (164/303)
34972026-07-23T04:34:39.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-07-23T04:34:39.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-07-23T04:34:39.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-07-23T04:34:39.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35012026-07-23T04:34:39.908Z
35022026-07-23T04:34:39.908Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (165/303)
35032026-07-23T04:34:40.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-07-23T04:34:40.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-07-23T04:34:40.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-07-23T04:34:40.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35072026-07-23T04:34:40.450Z
35082026-07-23T04:34:40.450Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (166/303)
35092026-07-23T04:34:40.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-07-23T04:34:40.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-07-23T04:34:40.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-07-23T04:34:40.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35132026-07-23T04:34:40.989Z
35142026-07-23T04:34:40.989Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (167/303)
35152026-07-23T04:34:41.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-07-23T04:34:41.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-07-23T04:34:41.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-07-23T04:34:41.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35192026-07-23T04:34:41.552Z
35202026-07-23T04:34:41.552Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (168/303)
35212026-07-23T04:34:42.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-07-23T04:34:42.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-07-23T04:34:42.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-07-23T04:34:42.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35252026-07-23T04:34:42.113Z
35262026-07-23T04:34:42.113Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (169/303)
35272026-07-23T04:34:42.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-07-23T04:34:42.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-07-23T04:34:42.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-07-23T04:34:42.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35312026-07-23T04:34:42.674Z
35322026-07-23T04:34:42.674Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (170/303)
35332026-07-23T04:34:43.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-07-23T04:34:43.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-07-23T04:34:43.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-07-23T04:34:43.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35372026-07-23T04:34:43.238Z
35382026-07-23T04:34:43.238Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (171/303)
35392026-07-23T04:34:43.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-07-23T04:34:43.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-07-23T04:34:43.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-07-23T04:34:43.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35432026-07-23T04:34:43.798Z
35442026-07-23T04:34:43.798Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (172/303)
35452026-07-23T04:34:44.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-07-23T04:34:44.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-07-23T04:34:44.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-07-23T04:34:44.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35492026-07-23T04:34:44.357Z
35502026-07-23T04:34:44.357Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (173/303)
35512026-07-23T04:34:44.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-07-23T04:34:44.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-07-23T04:34:44.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-07-23T04:34:44.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35552026-07-23T04:34:44.920Z
35562026-07-23T04:34:44.920Zinfo: running `cargo check --bins` on oximeter-producer (174/303)
35572026-07-23T04:34:45.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-07-23T04:34:45.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-07-23T04:34:45.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-07-23T04:34:45.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35612026-07-23T04:34:45.498Z
35622026-07-23T04:34:45.498Zinfo: running `cargo check --bins` on internal-dns-resolver (175/303)
35632026-07-23T04:34:45.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-07-23T04:34:45.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-07-23T04:34:45.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-07-23T04:34:45.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35672026-07-23T04:34:46.045Z
35682026-07-23T04:34:46.045Zinfo: running `cargo check --bins` on dns-server (176/303)
35692026-07-23T04:34:46.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-07-23T04:34:46.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-07-23T04:34:46.647Z Compiling parking_lot_core v0.8.6
35722026-07-23T04:34:46.657Z Compiling git-stub v1.0.0
35732026-07-23T04:34:46.762Z Checking prefix-trie v0.7.0
35742026-07-23T04:34:46.765Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35752026-07-23T04:34:46.876Z Compiling git-stub-vcs v0.1.0
35762026-07-23T04:34:47.035Z Checking hickory-server v0.25.2
35772026-07-23T04:34:47.150Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35782026-07-23T04:34:47.159Z Checking parking_lot v0.11.2
35792026-07-23T04:34:47.317Z Checking sled v0.34.7
35802026-07-23T04:34:49.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
35812026-07-23T04:34:49.349Z
35822026-07-23T04:34:49.349Zinfo: running `cargo check --bins` on dns-server-api (177/303)
35832026-07-23T04:34:49.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35842026-07-23T04:34:49.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35852026-07-23T04:34:49.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35862026-07-23T04:34:49.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35872026-07-23T04:34:49.894Z
35882026-07-23T04:34:49.894Zinfo: running `cargo check --bins` on oximeter-producer-api (178/303)
35892026-07-23T04:34:50.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902026-07-23T04:34:50.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912026-07-23T04:34:50.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35922026-07-23T04:34:50.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35932026-07-23T04:34:50.432Z
35942026-07-23T04:34:50.432Zinfo: running `cargo check --bins` on sp-sim (179/303)
35952026-07-23T04:34:50.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35962026-07-23T04:34:50.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35972026-07-23T04:34:51.272Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35982026-07-23T04:34:52.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.39s
35992026-07-23T04:34:53.011Z
36002026-07-23T04:34:53.011Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (180/303)
36012026-07-23T04:34:53.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36022026-07-23T04:34:53.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36032026-07-23T04:34:53.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36042026-07-23T04:34:53.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36052026-07-23T04:34:53.600Z
36062026-07-23T04:34:53.600Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (181/303)
36072026-07-23T04:34:54.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36082026-07-23T04:34:54.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36092026-07-23T04:34:54.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36102026-07-23T04:34:54.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36112026-07-23T04:34:54.194Z
36122026-07-23T04:34:54.195Zinfo: running `cargo check --bins` on db-macros (182/303)
36132026-07-23T04:34:54.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36142026-07-23T04:34:54.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36152026-07-23T04:34:54.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36162026-07-23T04:34:54.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36172026-07-23T04:34:54.720Z
36182026-07-23T04:34:54.720Zinfo: running `cargo check --bins` on nexus-macros-common (183/303)
36192026-07-23T04:34:55.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36202026-07-23T04:34:55.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36212026-07-23T04:34:55.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36222026-07-23T04:34:55.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36232026-07-23T04:34:55.245Z
36242026-07-23T04:34:55.245Zinfo: running `cargo check --bins` on nexus-auth (184/303)
36252026-07-23T04:34:55.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36262026-07-23T04:34:55.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36272026-07-23T04:34:55.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36282026-07-23T04:34:55.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36292026-07-23T04:34:55.842Z
36302026-07-23T04:34:55.842Zinfo: running `cargo check --bins` on authz-macros (185/303)
36312026-07-23T04:34:56.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36322026-07-23T04:34:56.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36332026-07-23T04:34:56.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36342026-07-23T04:34:56.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36352026-07-23T04:34:56.360Z
36362026-07-23T04:34:56.361Zinfo: running `cargo check --bins` on nexus-db-fixed-data (186/303)
36372026-07-23T04:34:56.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36382026-07-23T04:34:56.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36392026-07-23T04:34:56.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36402026-07-23T04:34:56.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36412026-07-23T04:34:56.940Z
36422026-07-23T04:34:56.940Zinfo: running `cargo check --bins` on nexus-db-model (187/303)
36432026-07-23T04:34:57.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36442026-07-23T04:34:57.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36452026-07-23T04:34:57.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36462026-07-23T04:34:57.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36472026-07-23T04:34:57.525Z
36482026-07-23T04:34:57.525Zinfo: running `cargo check --bins` on nexus-db-schema (188/303)
36492026-07-23T04:34:57.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36502026-07-23T04:34:57.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36512026-07-23T04:34:57.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36522026-07-23T04:34:57.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36532026-07-23T04:34:58.042Z
36542026-07-23T04:34:58.042Zinfo: running `cargo check --bins` on omicron-rpaths (189/303)
36552026-07-23T04:34:58.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36562026-07-23T04:34:58.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36572026-07-23T04:34:58.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36582026-07-23T04:34:58.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36592026-07-23T04:34:58.566Z
36602026-07-23T04:34:58.566Zinfo: running `cargo check --bins` on nexus-defaults (190/303)
36612026-07-23T04:34:59.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36622026-07-23T04:34:59.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36632026-07-23T04:34:59.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36642026-07-23T04:34:59.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36652026-07-23T04:34:59.102Z
36662026-07-23T04:34:59.102Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (191/303)
36672026-07-23T04:34:59.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36682026-07-23T04:34:59.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36692026-07-23T04:34:59.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36702026-07-23T04:34:59.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36712026-07-23T04:34:59.627Z
36722026-07-23T04:34:59.627Zinfo: running `cargo check --bins` on parallel-task-set (192/303)
36732026-07-23T04:35:00.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36742026-07-23T04:35:00.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36752026-07-23T04:35:00.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36762026-07-23T04:35:00.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36772026-07-23T04:35:00.150Z
36782026-07-23T04:35:00.150Zinfo: running `cargo check --bins` on omicron-git-version (193/303)
36792026-07-23T04:35:00.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36802026-07-23T04:35:00.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36812026-07-23T04:35:00.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36822026-07-23T04:35:00.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36832026-07-23T04:35:00.673Z
36842026-07-23T04:35:00.673Zinfo: running `cargo check --bins` on nexus-db-errors (194/303)
36852026-07-23T04:35:01.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36862026-07-23T04:35:01.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36872026-07-23T04:35:01.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36882026-07-23T04:35:01.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36892026-07-23T04:35:01.299Z
36902026-07-23T04:35:01.299Zinfo: running `cargo check --bins` on nexus-db-lookup (195/303)
36912026-07-23T04:35:01.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36922026-07-23T04:35:01.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36932026-07-23T04:35:01.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36942026-07-23T04:35:01.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36952026-07-23T04:35:01.848Z
36962026-07-23T04:35:01.848Zinfo: running `cargo check --bins` on nexus-inventory (196/303)
36972026-07-23T04:35:02.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36982026-07-23T04:35:02.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36992026-07-23T04:35:02.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37002026-07-23T04:35:02.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37012026-07-23T04:35:02.428Z
37022026-07-23T04:35:02.428Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (197/303)
37032026-07-23T04:35:02.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37042026-07-23T04:35:02.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37052026-07-23T04:35:02.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37062026-07-23T04:35:02.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37072026-07-23T04:35:02.987Z
37082026-07-23T04:35:02.987Zinfo: running `cargo check --bins --no-default-features` on sled-storage (198/303)
37092026-07-23T04:35:03.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37102026-07-23T04:35:03.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37112026-07-23T04:35:03.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37122026-07-23T04:35:03.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37132026-07-23T04:35:03.543Z
37142026-07-23T04:35:03.543Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (199/303)
37152026-07-23T04:35:04.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37162026-07-23T04:35:04.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37172026-07-23T04:35:04.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37182026-07-23T04:35:04.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37192026-07-23T04:35:04.098Z
37202026-07-23T04:35:04.099Zinfo: running `cargo check --bins` on key-manager (200/303)
37212026-07-23T04:35:04.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37222026-07-23T04:35:04.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37232026-07-23T04:35:04.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37242026-07-23T04:35:04.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37252026-07-23T04:35:04.640Z
37262026-07-23T04:35:04.640Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (201/303)
37272026-07-23T04:35:05.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37282026-07-23T04:35:05.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37292026-07-23T04:35:05.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37302026-07-23T04:35:05.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37312026-07-23T04:35:05.184Z
37322026-07-23T04:35:05.184Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (202/303)
37332026-07-23T04:35:05.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37342026-07-23T04:35:05.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37352026-07-23T04:35:05.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37362026-07-23T04:35:05.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37372026-07-23T04:35:05.762Z
37382026-07-23T04:35:05.762Zinfo: running `cargo check --bins` on typed-rng (203/303)
37392026-07-23T04:35:06.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37402026-07-23T04:35:06.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37412026-07-23T04:35:06.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37422026-07-23T04:35:06.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37432026-07-23T04:35:06.260Z
37442026-07-23T04:35:06.260Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (204/303)
37452026-07-23T04:35:06.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37462026-07-23T04:35:06.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37472026-07-23T04:35:07.041Z Compiling libefi-sys v0.1.0
37482026-07-23T04:35:07.174Z Compiling bitfield-struct v0.6.2
37492026-07-23T04:35:07.180Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37502026-07-23T04:35:07.187Z Compiling xshell-macros v0.2.7
37512026-07-23T04:35:07.196Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37522026-07-23T04:35:07.207Z Compiling salty v0.3.0
37532026-07-23T04:35:07.221Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37542026-07-23T04:35:07.235Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37552026-07-23T04:35:07.248Z Checking rfc6979 v0.4.0
37562026-07-23T04:35:07.359Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37572026-07-23T04:35:07.377Z Checking ecdsa v0.16.9
37582026-07-23T04:35:07.511Z Checking primeorder v0.13.6
37592026-07-23T04:35:07.528Z Compiling proc-macro-error-attr2 v2.0.0
37602026-07-23T04:35:07.551Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37612026-07-23T04:35:07.565Z Checking xshell v0.2.7
37622026-07-23T04:35:07.716Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37632026-07-23T04:35:07.732Z Checking tungstenite v0.21.0
37642026-07-23T04:35:07.740Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37652026-07-23T04:35:07.749Z Checking p384 v0.13.1
37662026-07-23T04:35:07.749Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37672026-07-23T04:35:07.808Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37682026-07-23T04:35:07.889Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37692026-07-23T04:35:07.917Z Compiling num-derive v0.3.3
37702026-07-23T04:35:07.931Z Compiling proc-macro-error2 v2.0.1
37712026-07-23T04:35:08.043Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37722026-07-23T04:35:08.125Z Checking tokio-tungstenite v0.21.0
37732026-07-23T04:35:08.159Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37742026-07-23T04:35:08.215Z Checking papergrid v0.17.0
37752026-07-23T04:35:08.233Z Compiling tabled_derive v0.11.0
37762026-07-23T04:35:08.258Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37772026-07-23T04:35:08.303Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37782026-07-23T04:35:08.368Z Compiling progenitor-impl v0.13.0
37792026-07-23T04:35:08.401Z Checking testing_table v0.3.0
37802026-07-23T04:35:08.493Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37812026-07-23T04:35:08.521Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
37822026-07-23T04:35:08.535Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37832026-07-23T04:35:08.721Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37842026-07-23T04:35:08.742Z Compiling unicase v2.9.0
37852026-07-23T04:35:08.811Z Checking libscf-sys v1.1.0
37862026-07-23T04:35:08.932Z Checking corncobs v0.1.4
37872026-07-23T04:35:08.949Z Compiling illumos-nvpair-sys v0.2.0
37882026-07-23T04:35:08.964Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37892026-07-23T04:35:08.994Z Compiling mime_guess v2.0.5
37902026-07-23T04:35:09.055Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37912026-07-23T04:35:09.137Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37922026-07-23T04:35:09.206Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37932026-07-23T04:35:09.221Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37942026-07-23T04:35:09.274Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37952026-07-23T04:35:09.388Z Checking tabled v0.20.0
37962026-07-23T04:35:09.525Z Checking progenitor-client v0.13.0
37972026-07-23T04:35:09.541Z Checking secrecy v0.8.0
37982026-07-23T04:35:09.660Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37992026-07-23T04:35:09.788Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38002026-07-23T04:35:09.804Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38012026-07-23T04:35:10.037Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38022026-07-23T04:35:10.119Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38032026-07-23T04:35:10.134Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38042026-07-23T04:35:10.201Z Checking filetime v0.2.27
38052026-07-23T04:35:10.249Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38062026-07-23T04:35:10.312Z Checking crc8 v0.1.1
38072026-07-23T04:35:10.418Z Checking http-range v0.1.5
38082026-07-23T04:35:10.467Z Checking xattr v1.6.1
38092026-07-23T04:35:10.569Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38102026-07-23T04:35:10.595Z Checking tar v0.4.46
38112026-07-23T04:35:10.766Z Checking illumos-nvpair v0.3.0
38122026-07-23T04:35:10.920Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38132026-07-23T04:35:10.948Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38142026-07-23T04:35:10.957Z Compiling progenitor-macro v0.13.0
38152026-07-23T04:35:10.977Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38162026-07-23T04:35:10.991Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38172026-07-23T04:35:11.006Z Checking atty v0.2.14
38182026-07-23T04:35:11.104Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38192026-07-23T04:35:11.296Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38202026-07-23T04:35:11.407Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
38212026-07-23T04:35:11.560Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38222026-07-23T04:35:11.621Z Checking hyper-staticfile v0.10.1
38232026-07-23T04:35:11.634Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38242026-07-23T04:35:11.674Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38252026-07-23T04:35:11.725Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38262026-07-23T04:35:11.824Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38272026-07-23T04:35:11.929Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38282026-07-23T04:35:11.951Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38292026-07-23T04:35:12.072Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38302026-07-23T04:35:12.177Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38312026-07-23T04:35:12.348Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38322026-07-23T04:35:12.445Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38332026-07-23T04:35:12.625Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38342026-07-23T04:35:12.999Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38352026-07-23T04:35:17.333Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38362026-07-23T04:35:17.385Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38372026-07-23T04:35:17.385Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38382026-07-23T04:35:17.386Z Checking progenitor v0.13.0
38392026-07-23T04:35:17.386Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38402026-07-23T04:35:17.386Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38412026-07-23T04:35:20.259Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38422026-07-23T04:35:31.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.87s
38432026-07-23T04:35:31.343Z
38442026-07-23T04:35:31.343Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (205/303)
38452026-07-23T04:35:31.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38462026-07-23T04:35:31.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38472026-07-23T04:35:32.076Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38482026-07-23T04:35:42.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
38492026-07-23T04:35:42.969Z
38502026-07-23T04:35:42.969Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (206/303)
38512026-07-23T04:35:43.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38522026-07-23T04:35:43.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38532026-07-23T04:35:43.703Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38542026-07-23T04:35:54.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
38552026-07-23T04:35:54.612Z
38562026-07-23T04:35:54.612Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (207/303)
38572026-07-23T04:35:55.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-07-23T04:35:55.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-07-23T04:35:55.346Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38602026-07-23T04:36:06.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
38612026-07-23T04:36:06.226Z
38622026-07-23T04:36:06.226Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (208/303)
38632026-07-23T04:36:06.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-07-23T04:36:06.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-07-23T04:36:06.959Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38662026-07-23T04:36:17.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
38672026-07-23T04:36:17.818Z
38682026-07-23T04:36:17.818Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (209/303)
38692026-07-23T04:36:18.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-07-23T04:36:18.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-07-23T04:36:18.542Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38722026-07-23T04:36:29.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
38732026-07-23T04:36:29.433Z
38742026-07-23T04:36:29.433Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (210/303)
38752026-07-23T04:36:29.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-07-23T04:36:29.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-07-23T04:36:30.166Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38782026-07-23T04:36:40.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s
38792026-07-23T04:36:41.023Z
38802026-07-23T04:36:41.023Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (211/303)
38812026-07-23T04:36:41.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-07-23T04:36:41.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-07-23T04:36:41.757Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38842026-07-23T04:36:52.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
38852026-07-23T04:36:52.653Z
38862026-07-23T04:36:52.653Zinfo: running `cargo check --bins` on bootstrap-agent-api (212/303)
38872026-07-23T04:36:53.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-07-23T04:36:53.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-07-23T04:36:53.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38902026-07-23T04:36:53.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
38912026-07-23T04:36:53.190Z
38922026-07-23T04:36:53.190Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (213/303)
38932026-07-23T04:36:53.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-07-23T04:36:53.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-07-23T04:36:53.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38962026-07-23T04:36:53.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
38972026-07-23T04:36:53.728Z
38982026-07-23T04:36:53.728Zinfo: running `cargo check --bins` on range-requests (214/303)
38992026-07-23T04:36:54.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-07-23T04:36:54.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-07-23T04:36:54.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-07-23T04:36:54.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39032026-07-23T04:36:54.257Z
39042026-07-23T04:36:54.257Zinfo: running `cargo check --bins` on repo-depot-api (215/303)
39052026-07-23T04:36:54.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-07-23T04:36:54.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-07-23T04:36:54.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-07-23T04:36:54.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39092026-07-23T04:36:54.786Z
39102026-07-23T04:36:54.786Zinfo: running `cargo check --bins` on sled-agent-api (216/303)
39112026-07-23T04:36:55.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-07-23T04:36:55.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-07-23T04:36:55.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-07-23T04:36:55.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39152026-07-23T04:36:55.341Z
39162026-07-23T04:36:55.341Zinfo: running `cargo check --bins` on sled-diagnostics (217/303)
39172026-07-23T04:36:55.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-07-23T04:36:55.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-07-23T04:36:55.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-07-23T04:36:55.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39212026-07-23T04:36:55.893Z
39222026-07-23T04:36:55.893Zinfo: running `cargo check --bins` on zfs-test-harness (218/303)
39232026-07-23T04:36:56.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-07-23T04:36:56.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-07-23T04:36:56.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39262026-07-23T04:36:56.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39272026-07-23T04:36:56.450Z
39282026-07-23T04:36:56.450Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (219/303)
39292026-07-23T04:36:56.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-07-23T04:36:56.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-07-23T04:36:56.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-07-23T04:36:56.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39332026-07-23T04:36:57.010Z
39342026-07-23T04:36:57.010Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (220/303)
39352026-07-23T04:36:57.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-07-23T04:36:57.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-07-23T04:36:57.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-07-23T04:36:57.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39392026-07-23T04:36:57.573Z
39402026-07-23T04:36:57.573Zinfo: running `cargo check --bins` on sled-agent-early-networking (221/303)
39412026-07-23T04:36:58.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-07-23T04:36:58.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-07-23T04:36:58.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-07-23T04:36:58.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39452026-07-23T04:36:58.129Z
39462026-07-23T04:36:58.129Zinfo: running `cargo check --bins` on sled-agent-health-monitor (222/303)
39472026-07-23T04:36:58.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-07-23T04:36:58.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-07-23T04:36:58.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-07-23T04:36:58.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39512026-07-23T04:36:58.686Z
39522026-07-23T04:36:58.686Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (223/303)
39532026-07-23T04:36:59.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-07-23T04:36:59.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-07-23T04:36:59.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-07-23T04:36:59.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39572026-07-23T04:36:59.247Z
39582026-07-23T04:36:59.247Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (224/303)
39592026-07-23T04:36:59.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-07-23T04:36:59.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-07-23T04:36:59.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-07-23T04:36:59.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39632026-07-23T04:36:59.810Z
39642026-07-23T04:36:59.810Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (225/303)
39652026-07-23T04:37:00.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-07-23T04:37:00.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-07-23T04:37:00.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-07-23T04:37:00.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39692026-07-23T04:37:00.370Z
39702026-07-23T04:37:00.370Zinfo: running `cargo check --bins` on sled-agent-rack-setup (226/303)
39712026-07-23T04:37:00.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-07-23T04:37:00.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-07-23T04:37:00.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-07-23T04:37:00.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39752026-07-23T04:37:00.951Z
39762026-07-23T04:37:00.952Zinfo: running `cargo check --bins` on trust-quorum (227/303)
39772026-07-23T04:37:01.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-07-23T04:37:01.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-07-23T04:37:01.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-07-23T04:37:01.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39812026-07-23T04:37:01.515Z
39822026-07-23T04:37:01.515Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (228/303)
39832026-07-23T04:37:01.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-07-23T04:37:01.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-07-23T04:37:01.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-07-23T04:37:02.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39872026-07-23T04:37:02.087Z
39882026-07-23T04:37:02.087Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (229/303)
39892026-07-23T04:37:02.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-07-23T04:37:02.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-07-23T04:37:02.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-07-23T04:37:02.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39932026-07-23T04:37:02.675Z
39942026-07-23T04:37:02.675Zinfo: running `cargo check --bins` on update-common (230/303)
39952026-07-23T04:37:03.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-07-23T04:37:03.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-07-23T04:37:03.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-07-23T04:37:03.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39992026-07-23T04:37:03.217Z
40002026-07-23T04:37:03.217Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (231/303)
40012026-07-23T04:37:03.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-07-23T04:37:03.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-07-23T04:37:03.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-07-23T04:37:03.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40052026-07-23T04:37:03.808Z
40062026-07-23T04:37:03.808Zinfo: running `cargo check --bins` on omicron-deployment-graph (232/303)
40072026-07-23T04:37:04.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-07-23T04:37:04.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-07-23T04:37:04.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-07-23T04:37:04.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40112026-07-23T04:37:04.329Z
40122026-07-23T04:37:04.329Zinfo: running `cargo check --bins` on reconfigurator-cli (233/303)
40132026-07-23T04:37:04.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-07-23T04:37:04.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-07-23T04:37:05.049Z Compiling fs-err v2.11.0
40162026-07-23T04:37:05.052Z Checking ignore v0.4.25
40172026-07-23T04:37:05.052Z Checking arc-swap v1.8.2
40182026-07-23T04:37:05.182Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40192026-07-23T04:37:05.182Z Checking predicates-tree v1.0.13
40202026-07-23T04:37:05.187Z Checking parse-size v1.1.0
40212026-07-23T04:37:05.209Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40222026-07-23T04:37:05.222Z Checking rand_seeder v0.4.0
40232026-07-23T04:37:05.272Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40242026-07-23T04:37:05.303Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40252026-07-23T04:37:05.355Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40262026-07-23T04:37:05.379Z Checking slog-scope v4.4.1
40272026-07-23T04:37:05.417Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40282026-07-23T04:37:05.503Z Checking slog-stdlog v4.1.1
40292026-07-23T04:37:05.518Z Compiling petname v2.0.2
40302026-07-23T04:37:05.534Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40312026-07-23T04:37:05.550Z Checking globwalk v0.9.1
40322026-07-23T04:37:05.610Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40332026-07-23T04:37:05.623Z Checking slog-envlogger v2.2.0
40342026-07-23T04:37:05.722Z Checking camino-tempfile-ext v0.3.3
40352026-07-23T04:37:05.766Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40362026-07-23T04:37:05.794Z Checking sapling-renderdag v0.1.0
40372026-07-23T04:37:05.911Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40382026-07-23T04:37:05.966Z Checking subprocess v0.2.15
40392026-07-23T04:37:06.031Z Checking sync-ptr v0.1.4
40402026-07-23T04:37:06.127Z Checking colored v2.2.0
40412026-07-23T04:37:06.143Z Checking assert_matches v1.5.0
40422026-07-23T04:37:06.241Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40432026-07-23T04:37:06.406Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40442026-07-23T04:37:06.408Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40452026-07-23T04:37:07.095Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40462026-07-23T04:37:08.410Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40472026-07-23T04:37:10.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.20s
40482026-07-23T04:37:10.723Z
40492026-07-23T04:37:10.723Zinfo: running `cargo check --bins` on omicron-repl-utils (234/303)
40502026-07-23T04:37:11.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40512026-07-23T04:37:11.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40522026-07-23T04:37:11.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40532026-07-23T04:37:11.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40542026-07-23T04:37:11.245Z
40552026-07-23T04:37:11.245Zinfo: running `cargo check --bins` on transient-dns-server (235/303)
40562026-07-23T04:37:11.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40572026-07-23T04:37:11.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40582026-07-23T04:37:11.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40592026-07-23T04:37:11.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40602026-07-23T04:37:11.790Z
40612026-07-23T04:37:11.790Zinfo: running `cargo check --bins` on nexus-test-interface (236/303)
40622026-07-23T04:37:12.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632026-07-23T04:37:12.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642026-07-23T04:37:12.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40652026-07-23T04:37:12.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40662026-07-23T04:37:12.383Z
40672026-07-23T04:37:12.383Zinfo: running `cargo check --bins` on oximeter-collector (237/303)
40682026-07-23T04:37:12.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-07-23T04:37:12.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-07-23T04:37:13.055Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40712026-07-23T04:37:13.056Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40722026-07-23T04:37:13.679Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40732026-07-23T04:37:15.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.88s
40742026-07-23T04:37:15.458Z
40752026-07-23T04:37:15.458Zinfo: running `cargo check --bins` on oximeter-api (238/303)
40762026-07-23T04:37:15.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40772026-07-23T04:37:15.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40782026-07-23T04:37:15.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40792026-07-23T04:37:15.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40802026-07-23T04:37:15.989Z
40812026-07-23T04:37:15.989Zinfo: running `cargo check --bins` on cert-dev (239/303)
40822026-07-23T04:37:16.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40832026-07-23T04:37:16.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40842026-07-23T04:37:16.543Z Checking yasna v0.5.2
40852026-07-23T04:37:16.941Z Checking rcgen v0.12.1
40862026-07-23T04:37:17.189Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40872026-07-23T04:37:17.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
40882026-07-23T04:37:17.520Z
40892026-07-23T04:37:17.520Zinfo: running `cargo check --bins` on clickana (240/303)
40902026-07-23T04:37:17.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-07-23T04:37:17.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-07-23T04:37:18.115Z Compiling instability v0.3.11
40932026-07-23T04:37:18.116Z Checking castaway v0.2.4
40942026-07-23T04:37:18.118Z Compiling indoc v2.0.7
40952026-07-23T04:37:18.118Z Checking unicode-truncate v1.1.0
40962026-07-23T04:37:18.220Z Checking lru v0.12.5
40972026-07-23T04:37:18.228Z Checking cassowary v0.3.0
40982026-07-23T04:37:18.306Z Checking compact_str v0.8.1
40992026-07-23T04:37:19.122Z Checking ratatui v0.29.0
41002026-07-23T04:37:20.161Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41012026-07-23T04:37:20.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
41022026-07-23T04:37:20.964Z
41032026-07-23T04:37:20.964Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (241/303)
41042026-07-23T04:37:21.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41052026-07-23T04:37:21.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41062026-07-23T04:37:21.638Z Checking headers-core v0.3.0
41072026-07-23T04:37:21.641Z Checking port-file v0.1.0
41082026-07-23T04:37:21.641Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41092026-07-23T04:37:21.829Z Checking headers v0.4.1
41102026-07-23T04:37:22.190Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41112026-07-23T04:37:23.111Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41122026-07-23T04:37:23.577Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41132026-07-23T04:37:23.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s
41142026-07-23T04:37:24.147Z
41152026-07-23T04:37:24.147Zinfo: running `cargo check --bins` on ch-dev (242/303)
41162026-07-23T04:37:24.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41172026-07-23T04:37:24.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41182026-07-23T04:37:24.817Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41192026-07-23T04:37:25.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
41202026-07-23T04:37:25.726Z
41212026-07-23T04:37:25.726Zinfo: running `cargo check --bins` on dev-tools-common (243/303)
41222026-07-23T04:37:26.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41232026-07-23T04:37:26.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41242026-07-23T04:37:26.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41252026-07-23T04:37:26.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
41262026-07-23T04:37:26.132Z
41272026-07-23T04:37:26.132Zinfo: running `cargo check --bins` on corpus-adjust (244/303)
41282026-07-23T04:37:26.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41292026-07-23T04:37:26.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41302026-07-23T04:37:26.714Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
41312026-07-23T04:37:27.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
41322026-07-23T04:37:27.214Z
41332026-07-23T04:37:27.214Zinfo: running `cargo check --bins` on crdb-seed (245/303)
41342026-07-23T04:37:27.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41352026-07-23T04:37:27.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41362026-07-23T04:37:27.877Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41372026-07-23T04:37:28.938Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41382026-07-23T04:37:29.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
41392026-07-23T04:37:29.437Z
41402026-07-23T04:37:29.437Zinfo: running `cargo check --bins` on db-dev (246/303)
41412026-07-23T04:37:29.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41422026-07-23T04:37:29.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41432026-07-23T04:37:30.103Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41442026-07-23T04:37:30.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
41452026-07-23T04:37:31.031Z
41462026-07-23T04:37:31.031Zinfo: running `cargo check --bins` on omicron-dev-lib (247/303)
41472026-07-23T04:37:31.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41482026-07-23T04:37:31.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41492026-07-23T04:37:31.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41502026-07-23T04:37:31.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41512026-07-23T04:37:31.611Z
41522026-07-23T04:37:31.611Zinfo: running `cargo check --bins` on xtask-downloader (248/303)
41532026-07-23T04:37:32.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41542026-07-23T04:37:32.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41552026-07-23T04:37:32.168Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41562026-07-23T04:37:32.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
41572026-07-23T04:37:33.005Z
41582026-07-23T04:37:33.005Zinfo: running `cargo check --bins` on omicron-dropshot-apis (249/303)
41592026-07-23T04:37:33.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41602026-07-23T04:37:33.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41612026-07-23T04:37:33.706Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
41622026-07-23T04:37:33.709Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41632026-07-23T04:37:33.709Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41642026-07-23T04:37:33.824Z Checking git-stub v1.0.0
41652026-07-23T04:37:33.831Z Compiling trait-variant v0.1.2
41662026-07-23T04:37:33.843Z Checking maplit v1.0.2
41672026-07-23T04:37:33.852Z Checking is_ci v1.2.0
41682026-07-23T04:37:33.875Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41692026-07-23T04:37:33.927Z Checking drift v0.2.0
41702026-07-23T04:37:33.952Z Checking supports-color v3.0.2
41712026-07-23T04:37:33.982Z Checking git-stub-vcs v0.1.0
41722026-07-23T04:37:34.055Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41732026-07-23T04:37:34.068Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41742026-07-23T04:37:34.083Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41752026-07-23T04:37:34.170Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41762026-07-23T04:37:34.266Z Checking dropshot-api-manager v0.7.2
41772026-07-23T04:37:34.288Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41782026-07-23T04:37:34.356Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41792026-07-23T04:37:34.551Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41802026-07-23T04:37:35.064Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41812026-07-23T04:37:35.424Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
41822026-07-23T04:37:35.424Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
41832026-07-23T04:37:36.028Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41842026-07-23T04:37:36.994Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41852026-07-23T04:37:37.702Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41862026-07-23T04:37:38.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.11s
41872026-07-23T04:37:38.313Z
41882026-07-23T04:37:38.313Zinfo: running `cargo check --bins` on installinator-api (250/303)
41892026-07-23T04:37:38.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41902026-07-23T04:37:38.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41912026-07-23T04:37:38.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41922026-07-23T04:37:38.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
41932026-07-23T04:37:38.848Z
41942026-07-23T04:37:38.848Zinfo: running `cargo check --bins` on nexus-external-api (251/303)
41952026-07-23T04:37:39.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41962026-07-23T04:37:39.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41972026-07-23T04:37:39.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41982026-07-23T04:37:39.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41992026-07-23T04:37:39.427Z
42002026-07-23T04:37:39.427Zinfo: running `cargo check --bins` on nexus-internal-api (252/303)
42012026-07-23T04:37:39.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42022026-07-23T04:37:39.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42032026-07-23T04:37:39.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42042026-07-23T04:37:39.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42052026-07-23T04:37:40.003Z
42062026-07-23T04:37:40.003Zinfo: running `cargo check --bins` on nexus-lockstep-api (253/303)
42072026-07-23T04:37:40.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42082026-07-23T04:37:40.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42092026-07-23T04:37:40.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42102026-07-23T04:37:40.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42112026-07-23T04:37:40.583Z
42122026-07-23T04:37:40.583Zinfo: running `cargo check --bins` on ntp-admin-api (254/303)
42132026-07-23T04:37:41.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42142026-07-23T04:37:41.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42152026-07-23T04:37:41.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42162026-07-23T04:37:41.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42172026-07-23T04:37:41.120Z
42182026-07-23T04:37:41.120Zinfo: running `cargo check --bins` on ntp-admin-types-versions (255/303)
42192026-07-23T04:37:41.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42202026-07-23T04:37:41.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42212026-07-23T04:37:41.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42222026-07-23T04:37:41.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42232026-07-23T04:37:41.645Z
42242026-07-23T04:37:41.645Zinfo: running `cargo check --bins` on wicketd-api (256/303)
42252026-07-23T04:37:42.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42262026-07-23T04:37:42.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42272026-07-23T04:37:42.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42282026-07-23T04:37:42.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42292026-07-23T04:37:42.198Z
42302026-07-23T04:37:42.198Zinfo: running `cargo check --bins` on wicketd-commission-api (257/303)
42312026-07-23T04:37:42.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42322026-07-23T04:37:42.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42332026-07-23T04:37:42.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42342026-07-23T04:37:42.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42352026-07-23T04:37:42.745Z
42362026-07-23T04:37:42.745Zinfo: running `cargo check --bins` on omicron-ls-apis (258/303)
42372026-07-23T04:37:43.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42382026-07-23T04:37:43.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42392026-07-23T04:37:43.314Z Compiling blake3 v1.8.5
42402026-07-23T04:37:43.420Z Checking arrayvec v0.7.6
42412026-07-23T04:37:43.421Z Checking arrayref v0.3.9
42422026-07-23T04:37:43.423Z Checking constant_time_eq v0.4.2
42432026-07-23T04:37:43.443Z Checking cargo-platform v0.3.2
42442026-07-23T04:37:43.443Z Checking topological-sort v0.2.2
42452026-07-23T04:37:43.446Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42462026-07-23T04:37:43.593Z Checking cargo_metadata v0.23.1
42472026-07-23T04:37:44.299Z Checking omicron-zone-package v0.12.3
42482026-07-23T04:37:44.998Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42492026-07-23T04:37:45.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
42502026-07-23T04:37:45.975Z
42512026-07-23T04:37:45.975Zinfo: running `cargo check --bins` on mgs-dev (259/303)
42522026-07-23T04:37:46.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42532026-07-23T04:37:46.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42542026-07-23T04:37:46.658Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42552026-07-23T04:37:47.254Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42562026-07-23T04:37:47.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
42572026-07-23T04:37:47.919Z
42582026-07-23T04:37:47.919Zinfo: running `cargo check --bins` on omicron-omdb (260/303)
42592026-07-23T04:37:48.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42602026-07-23T04:37:48.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42612026-07-23T04:37:48.844Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42622026-07-23T04:37:48.844Z Compiling vergen-lib v0.1.6
42632026-07-23T04:37:48.844Z Compiling diesel_derives v2.3.7
42642026-07-23T04:37:48.847Z Compiling dsl_auto_type v0.2.0
42652026-07-23T04:37:48.847Z Checking scheduled-thread-pool v0.2.7
42662026-07-23T04:37:48.847Z Compiling vergen-gitcl v1.0.8
42672026-07-23T04:37:48.847Z Compiling diesel_table_macro_syntax v0.3.0
42682026-07-23T04:37:48.847Z Compiling dirs-sys-next v0.1.2
42692026-07-23T04:37:49.155Z Compiling crunchy v0.2.4
42702026-07-23T04:37:49.182Z Compiling glob v0.3.3
42712026-07-23T04:37:49.219Z Checking r2d2 v0.8.10
42722026-07-23T04:37:49.273Z Compiling dirs-next v2.0.0
42732026-07-23T04:37:49.276Z Checking downcast-rs v2.0.2
42742026-07-23T04:37:49.383Z Compiling tiny-keccak v2.0.2
42752026-07-23T04:37:49.399Z Compiling term v0.7.0
42762026-07-23T04:37:49.416Z Compiling bit-vec v0.6.3
42772026-07-23T04:37:49.559Z Compiling clang-sys v1.8.1
42782026-07-23T04:37:49.630Z Compiling bit-set v0.5.3
42792026-07-23T04:37:49.661Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42802026-07-23T04:37:49.784Z Compiling ascii-canvas v3.0.0
42812026-07-23T04:37:49.859Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42822026-07-23T04:37:49.941Z Compiling itertools v0.10.5
42832026-07-23T04:37:49.957Z Compiling ena v0.14.4
42842026-07-23T04:37:50.009Z Compiling libloading v0.8.9
42852026-07-23T04:37:50.025Z Compiling regex-syntax v0.6.29
42862026-07-23T04:37:50.025Z Compiling bindgen v0.71.1
42872026-07-23T04:37:50.084Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42882026-07-23T04:37:50.161Z Compiling diff v0.1.13
42892026-07-23T04:37:50.450Z Compiling cexpr v0.6.0
42902026-07-23T04:37:50.488Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42912026-07-23T04:37:50.693Z Compiling rustc-hash v2.1.1
42922026-07-23T04:37:50.847Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42932026-07-23T04:37:50.880Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42942026-07-23T04:37:50.973Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42952026-07-23T04:37:51.112Z Compiling libxml v0.3.3
42962026-07-23T04:37:51.183Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42972026-07-23T04:37:51.223Z Compiling strum_macros v0.24.3
42982026-07-23T04:37:51.355Z Compiling lalrpop v0.19.12
42992026-07-23T04:37:51.425Z Compiling indoc v1.0.9
43002026-07-23T04:37:52.158Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43012026-07-23T04:37:52.360Z Checking derive_builder v0.20.2
43022026-07-23T04:37:52.479Z Compiling oso-derive v0.27.3
43032026-07-23T04:37:52.577Z Checking quick-xml v0.37.5
43042026-07-23T04:37:52.709Z Compiling impl-trait-for-tuples v0.2.3
43052026-07-23T04:37:53.032Z Checking openssl-probe v0.1.6
43062026-07-23T04:37:53.175Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43072026-07-23T04:37:53.460Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43082026-07-23T04:37:53.668Z Checking bb8 v0.8.6
43092026-07-23T04:37:53.873Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43102026-07-23T04:37:53.920Z Checking nonempty v0.12.0
43112026-07-23T04:37:53.949Z Compiling libz-sys v1.1.24
43122026-07-23T04:37:54.090Z Compiling strsim v0.10.0
43132026-07-23T04:37:54.109Z Compiling libgit2-sys v0.18.3+1.9.2
43142026-07-23T04:37:54.245Z Compiling darling_core v0.13.4
43152026-07-23T04:37:54.421Z Compiling vergen-git2 v9.1.0
43162026-07-23T04:37:54.519Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43172026-07-23T04:37:54.654Z Compiling base64 v0.21.7
43182026-07-23T04:37:54.750Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43192026-07-23T04:37:54.874Z Checking diesel v2.3.7
43202026-07-23T04:37:54.971Z Compiling ron v0.8.1
43212026-07-23T04:37:55.703Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43222026-07-23T04:37:55.929Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43232026-07-23T04:37:55.945Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43242026-07-23T04:37:56.102Z Compiling darling_macro v0.13.4
43252026-07-23T04:37:56.144Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43262026-07-23T04:37:56.348Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43272026-07-23T04:37:56.547Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43282026-07-23T04:37:56.586Z Compiling darling v0.13.4
43292026-07-23T04:37:56.677Z Compiling serde_with_macros v1.5.2
43302026-07-23T04:37:56.752Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43312026-07-23T04:37:56.950Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43322026-07-23T04:37:57.155Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43332026-07-23T04:37:57.175Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43342026-07-23T04:37:57.359Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43352026-07-23T04:37:57.527Z Compiling serde_with v1.14.0
43362026-07-23T04:37:58.726Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43372026-07-23T04:37:58.851Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43382026-07-23T04:37:59.166Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43392026-07-23T04:37:59.795Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43402026-07-23T04:38:00.053Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43412026-07-23T04:38:00.342Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43422026-07-23T04:38:00.433Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43432026-07-23T04:38:00.838Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43442026-07-23T04:38:01.167Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43452026-07-23T04:38:01.310Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43462026-07-23T04:38:01.402Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43472026-07-23T04:38:01.541Z Checking twox-hash v2.1.2
43482026-07-23T04:38:01.607Z Checking libsw-core v0.3.2
43492026-07-23T04:38:01.761Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43502026-07-23T04:38:01.844Z Checking libsw v3.5.0
43512026-07-23T04:38:01.899Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43522026-07-23T04:38:01.998Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43532026-07-23T04:38:02.366Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43542026-07-23T04:38:02.522Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43552026-07-23T04:38:03.657Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43562026-07-23T04:38:03.814Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43572026-07-23T04:38:03.930Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43582026-07-23T04:38:04.305Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43592026-07-23T04:38:04.475Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43602026-07-23T04:38:04.678Z Checking console v0.16.2
43612026-07-23T04:38:04.989Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43622026-07-23T04:38:05.134Z Checking fatfs v0.3.6
43632026-07-23T04:38:05.270Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43642026-07-23T04:38:05.601Z Checking unit-prefix v0.5.2
43652026-07-23T04:38:05.735Z Compiling seq-macro v0.3.6
43662026-07-23T04:38:06.255Z Checking indicatif v0.18.4
43672026-07-23T04:38:06.584Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43682026-07-23T04:38:06.691Z Checking oxide-update-engine-display v0.1.2
43692026-07-23T04:38:07.001Z Checking support-bundle-viewer v0.1.2
43702026-07-23T04:38:07.034Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43712026-07-23T04:38:07.200Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
43722026-07-23T04:38:07.242Z Checking multimap v0.10.1
43732026-07-23T04:38:12.933Z Checking diesel-dtrace v0.5.0
43742026-07-23T04:38:13.174Z Checking async-bb8-diesel v0.2.1
43752026-07-23T04:38:16.485Z Compiling samael v0.0.19
43762026-07-23T04:38:21.455Z Compiling git2 v0.20.4
43772026-07-23T04:38:22.626Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43782026-07-23T04:38:23.825Z Compiling polar-core v0.27.3
43792026-07-23T04:38:23.942Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43802026-07-23T04:38:28.368Z Checking oso v0.27.3
43812026-07-23T04:38:57.209Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43822026-07-23T04:40:10.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s
43832026-07-23T04:40:10.906Z
43842026-07-23T04:40:10.906Zinfo: running `cargo check --bins` on nexus-networking (261/303)
43852026-07-23T04:40:11.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43862026-07-23T04:40:11.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43872026-07-23T04:40:11.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43882026-07-23T04:40:11.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43892026-07-23T04:40:11.537Z
43902026-07-23T04:40:11.537Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (262/303)
43912026-07-23T04:40:12.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43922026-07-23T04:40:12.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43932026-07-23T04:40:12.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43942026-07-23T04:40:12.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43952026-07-23T04:40:12.131Z
43962026-07-23T04:40:12.131Zinfo: running `cargo check --bins` on nexus-saga-recovery (263/303)
43972026-07-23T04:40:12.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43982026-07-23T04:40:12.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43992026-07-23T04:40:12.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44002026-07-23T04:40:12.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44012026-07-23T04:40:12.723Z
44022026-07-23T04:40:12.723Zinfo: running `cargo check --bins` on nexus-test-utils-macros (264/303)
44032026-07-23T04:40:13.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44042026-07-23T04:40:13.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44052026-07-23T04:40:13.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44062026-07-23T04:40:13.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44072026-07-23T04:40:13.247Z
44082026-07-23T04:40:13.247Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (265/303)
44092026-07-23T04:40:13.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44102026-07-23T04:40:13.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44112026-07-23T04:40:14.027Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44122026-07-23T04:40:14.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
44132026-07-23T04:40:14.947Z
44142026-07-23T04:40:14.947Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (266/303)
44152026-07-23T04:40:15.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44162026-07-23T04:40:15.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44172026-07-23T04:40:15.717Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44182026-07-23T04:40:53.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.31s
44192026-07-23T04:40:53.476Z
44202026-07-23T04:40:53.476Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (267/303)
44212026-07-23T04:40:53.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44222026-07-23T04:40:53.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44232026-07-23T04:40:53.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44242026-07-23T04:40:53.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44252026-07-23T04:40:54.008Z
44262026-07-23T04:40:54.008Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (268/303)
44272026-07-23T04:40:54.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44282026-07-23T04:40:54.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44292026-07-23T04:40:54.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44302026-07-23T04:40:54.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
44312026-07-23T04:40:54.541Z
44322026-07-23T04:40:54.541Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (269/303)
44332026-07-23T04:40:55.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44342026-07-23T04:40:55.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44352026-07-23T04:40:55.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44362026-07-23T04:40:55.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44372026-07-23T04:40:55.130Z
44382026-07-23T04:40:55.130Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (270/303)
44392026-07-23T04:40:55.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44402026-07-23T04:40:55.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44412026-07-23T04:40:55.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44422026-07-23T04:40:55.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44432026-07-23T04:40:55.738Z
44442026-07-23T04:40:55.738Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (271/303)
44452026-07-23T04:40:56.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44462026-07-23T04:40:56.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44472026-07-23T04:40:56.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44482026-07-23T04:40:56.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44492026-07-23T04:40:56.339Z
44502026-07-23T04:40:56.340Zinfo: running `cargo check --bins` on nexus-mgs-updates (272/303)
44512026-07-23T04:40:56.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44522026-07-23T04:40:56.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44532026-07-23T04:40:56.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44542026-07-23T04:40:56.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44552026-07-23T04:40:56.928Z
44562026-07-23T04:40:56.928Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (273/303)
44572026-07-23T04:40:57.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44582026-07-23T04:40:57.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44592026-07-23T04:40:57.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44602026-07-23T04:40:57.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44612026-07-23T04:40:57.532Z
44622026-07-23T04:40:57.532Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (274/303)
44632026-07-23T04:40:58.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44642026-07-23T04:40:58.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44652026-07-23T04:40:58.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44662026-07-23T04:40:58.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44672026-07-23T04:40:58.131Z
44682026-07-23T04:40:58.131Zinfo: running `cargo check --bins` on nexus-switch-config (275/303)
44692026-07-23T04:40:58.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44702026-07-23T04:40:58.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44712026-07-23T04:40:58.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44722026-07-23T04:40:58.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44732026-07-23T04:40:58.715Z
44742026-07-23T04:40:58.715Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (276/303)
44752026-07-23T04:40:59.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44762026-07-23T04:40:59.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44772026-07-23T04:40:59.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44782026-07-23T04:40:59.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44792026-07-23T04:40:59.317Z
44802026-07-23T04:40:59.317Zinfo: running `cargo check --bins` on support-bundle-collection (277/303)
44812026-07-23T04:40:59.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44822026-07-23T04:40:59.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44832026-07-23T04:40:59.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44842026-07-23T04:40:59.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44852026-07-23T04:40:59.915Z
44862026-07-23T04:40:59.915Zinfo: running `cargo check --bins` on omicron-dev (278/303)
44872026-07-23T04:41:00.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44882026-07-23T04:41:00.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44892026-07-23T04:41:00.768Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44902026-07-23T04:41:00.771Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44912026-07-23T04:41:00.948Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44922026-07-23T04:41:00.952Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44932026-07-23T04:41:00.952Z Checking diff v0.1.13
44942026-07-23T04:41:00.952Z Checking yansi v1.0.1
44952026-07-23T04:41:00.952Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44962026-07-23T04:41:00.952Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44972026-07-23T04:41:01.243Z Checking pretty_assertions v1.4.1
44982026-07-23T04:41:01.968Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44992026-07-23T04:41:02.022Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
45002026-07-23T04:41:26.759Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45012026-07-23T04:41:26.759Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45022026-07-23T04:41:26.764Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45032026-07-23T04:41:26.764Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45042026-07-23T04:41:26.764Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45052026-07-23T04:41:26.764Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45062026-07-23T04:41:26.764Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45072026-07-23T04:41:27.544Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45082026-07-23T04:41:27.544Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45092026-07-23T04:41:28.752Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45102026-07-23T04:42:06.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
45112026-07-23T04:42:06.525Z
45122026-07-23T04:42:06.525Zinfo: running `cargo check --bins` on oximeter-load-test (279/303)
45132026-07-23T04:42:07.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45142026-07-23T04:42:07.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45152026-07-23T04:42:07.193Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
45162026-07-23T04:42:07.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
45172026-07-23T04:42:07.939Z
45182026-07-23T04:42:07.939Zinfo: running `cargo check --bins` on omicron-pins (280/303)
45192026-07-23T04:42:08.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45202026-07-23T04:42:08.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45212026-07-23T04:42:08.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45222026-07-23T04:42:08.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
45232026-07-23T04:42:08.467Z
45242026-07-23T04:42:08.467Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (281/303)
45252026-07-23T04:42:08.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45262026-07-23T04:42:08.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45272026-07-23T04:42:09.195Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45282026-07-23T04:42:09.317Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45292026-07-23T04:42:09.326Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45302026-07-23T04:42:36.229Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45312026-07-23T04:42:36.602Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45322026-07-23T04:42:38.325Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45332026-07-23T04:42:38.779Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45342026-07-23T04:42:41.862Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45352026-07-23T04:43:05.549Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45362026-07-23T04:43:06.233Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45372026-07-23T04:43:07.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.35s
45382026-07-23T04:43:08.018Z
45392026-07-23T04:43:08.019Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (282/303)
45402026-07-23T04:43:08.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45412026-07-23T04:43:08.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45422026-07-23T04:43:08.701Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45432026-07-23T04:43:09.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45442026-07-23T04:43:09.549Z
45452026-07-23T04:43:09.549Zinfo: running `cargo check --bins` on omicron-releng (283/303)
45462026-07-23T04:43:10.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45472026-07-23T04:43:10.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45482026-07-23T04:43:10.160Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45492026-07-23T04:43:10.267Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45502026-07-23T04:43:10.270Z Checking sha2 v0.11.0
45512026-07-23T04:43:10.270Z Checking digest-io v0.1.0
45522026-07-23T04:43:10.284Z Checking rawzip v0.4.4
45532026-07-23T04:43:10.290Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45542026-07-23T04:43:10.300Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45552026-07-23T04:43:10.308Z Checking shell-words v1.1.1
45562026-07-23T04:43:10.717Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45572026-07-23T04:43:10.928Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45582026-07-23T04:43:11.948Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45592026-07-23T04:43:13.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.45s
45602026-07-23T04:43:13.171Z
45612026-07-23T04:43:13.171Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (284/303)
45622026-07-23T04:43:13.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45632026-07-23T04:43:13.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45642026-07-23T04:43:13.776Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45652026-07-23T04:43:14.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
45662026-07-23T04:43:14.430Z
45672026-07-23T04:43:14.430Zinfo: running `cargo check --bins` on schema (285/303)
45682026-07-23T04:43:14.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45692026-07-23T04:43:14.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45702026-07-23T04:43:15.122Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45712026-07-23T04:43:15.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
45722026-07-23T04:43:15.985Z
45732026-07-23T04:43:15.986Zinfo: running `cargo check --bins` on xtask (286/303)
45742026-07-23T04:43:16.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45752026-07-23T04:43:16.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45762026-07-23T04:43:16.382Z Checking serde_core v1.0.228
45772026-07-23T04:43:16.382Z Checking libc v0.2.185
45782026-07-23T04:43:16.464Z Checking bitflags v2.11.0
45792026-07-23T04:43:16.471Z Checking scroll v0.12.0
45802026-07-23T04:43:16.475Z Checking thiserror v1.0.69
45812026-07-23T04:43:16.484Z Checking log v0.4.29
45822026-07-23T04:43:16.493Z Checking zerocopy v0.7.35
45832026-07-23T04:43:16.496Z Checking indexmap v2.14.0
45842026-07-23T04:43:16.567Z Checking syn v2.0.117
45852026-07-23T04:43:16.605Z Checking dtrace-parser v0.2.0
45862026-07-23T04:43:16.625Z Checking once_cell v1.21.3
45872026-07-23T04:43:16.683Z Checking goblin v0.8.2
45882026-07-23T04:43:16.738Z Checking errno v0.3.14
45892026-07-23T04:43:16.795Z Checking getrandom v0.4.1
45902026-07-23T04:43:16.833Z Checking thread-id v4.2.2
45912026-07-23T04:43:16.853Z Checking rustix v1.1.3
45922026-07-23T04:43:16.909Z Checking memmap v0.7.0
45932026-07-23T04:43:16.923Z Checking thiserror v2.0.18
45942026-07-23T04:43:16.976Z Checking fs-err v3.3.0
45952026-07-23T04:43:17.019Z Checking tabled v0.15.0
45962026-07-23T04:43:17.029Z Checking anyhow v1.0.102
45972026-07-23T04:43:17.616Z Checking terminal_size v0.4.3
45982026-07-23T04:43:17.619Z Checking tempfile v3.25.0
45992026-07-23T04:43:17.738Z Checking clap_builder v4.6.0
46002026-07-23T04:43:17.741Z Checking textwrap v0.16.2
46012026-07-23T04:43:17.894Z Checking serde v1.0.228
46022026-07-23T04:43:17.898Z Checking serde_json v1.0.150
46032026-07-23T04:43:17.898Z Checking camino v1.2.2
46042026-07-23T04:43:17.943Z Checking cargo-platform v0.3.2
46052026-07-23T04:43:18.113Z Checking semver v1.0.28
46062026-07-23T04:43:18.135Z Checking camino-tempfile v1.4.1
46072026-07-23T04:43:18.298Z Checking toml_datetime v0.6.11
46082026-07-23T04:43:18.302Z Checking serde_spanned v0.6.9
46092026-07-23T04:43:18.302Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46102026-07-23T04:43:18.324Z Checking macaddr v1.0.1
46112026-07-23T04:43:18.486Z Checking toml_edit v0.22.27
46122026-07-23T04:43:18.499Z Checking dof v0.3.0
46132026-07-23T04:43:18.499Z Checking cargo_metadata v0.23.1
46142026-07-23T04:43:18.761Z Checking usdt-impl v0.5.0
46152026-07-23T04:43:18.921Z Checking clap v4.6.1
46162026-07-23T04:43:19.020Z Checking usdt v0.5.0
46172026-07-23T04:43:19.456Z Checking toml v0.8.23
46182026-07-23T04:43:19.719Z Checking cargo_toml v0.21.0
46192026-07-23T04:43:20.355Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46202026-07-23T04:43:20.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.75s
46212026-07-23T04:43:20.848Z
46222026-07-23T04:43:20.848Zinfo: running `cargo check --bins` on dnsadm (287/303)
46232026-07-23T04:43:21.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46242026-07-23T04:43:21.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46252026-07-23T04:43:21.446Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46262026-07-23T04:43:21.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
46272026-07-23T04:43:22.107Z
46282026-07-23T04:43:22.107Zinfo: running `cargo check --bins` on end-to-end-tests (288/303)
46292026-07-23T04:43:22.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46302026-07-23T04:43:22.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46312026-07-23T04:43:22.870Z Checking cpubits v0.1.1
46322026-07-23T04:43:22.873Z Checking pem-rfc7468 v1.0.0
46332026-07-23T04:43:23.007Z Checking hmac v0.13.0
46342026-07-23T04:43:23.007Z Checking universal-hash v0.6.1
46352026-07-23T04:43:23.031Z Checking ctr v0.10.1
46362026-07-23T04:43:23.032Z Checking aead v0.6.1
46372026-07-23T04:43:23.060Z Checking aes v0.9.1
46382026-07-23T04:43:23.064Z Checking crypto-bigint v0.7.5
46392026-07-23T04:43:23.084Z Checking salsa20 v0.11.0
46402026-07-23T04:43:23.128Z Checking polyval v0.7.1
46412026-07-23T04:43:23.141Z Checking der v0.8.0
46422026-07-23T04:43:23.151Z Checking pbkdf2 v0.13.0
46432026-07-23T04:43:23.167Z Checking cbc v0.2.1
46442026-07-23T04:43:23.225Z Checking ff v0.14.0
46452026-07-23T04:43:23.228Z Checking signature v3.0.0
46462026-07-23T04:43:23.268Z Checking scrypt v0.12.0
46472026-07-23T04:43:23.290Z Checking ghash v0.6.0
46482026-07-23T04:43:23.322Z Checking base16ct v1.0.0
46492026-07-23T04:43:23.371Z Checking group v0.14.0
46502026-07-23T04:43:23.396Z Checking hkdf v0.13.0
46512026-07-23T04:43:23.410Z Checking rfc6979 v0.5.0
46522026-07-23T04:43:23.428Z Compiling curve25519-dalek v5.0.0-rc.0
46532026-07-23T04:43:23.451Z Checking poly1305 v0.9.0
46542026-07-23T04:43:23.468Z Checking aes-gcm v0.11.0
46552026-07-23T04:43:23.508Z Checking blowfish v0.10.0
46562026-07-23T04:43:23.524Z Checking blake2 v0.11.0-rc.6
46572026-07-23T04:43:23.559Z Checking keccak v0.2.0
46582026-07-23T04:43:23.618Z Checking fiat-crypto v0.3.0
46592026-07-23T04:43:23.660Z Checking bcrypt-pbkdf v0.11.0
46602026-07-23T04:43:23.699Z Checking sha3 v0.11.0
46612026-07-23T04:43:23.715Z Checking kem v0.3.0
46622026-07-23T04:43:23.770Z Checking argon2 v0.6.0-rc.8
46632026-07-23T04:43:23.804Z Checking module-lattice v0.2.3
46642026-07-23T04:43:23.830Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46652026-07-23T04:43:23.932Z Checking spki v0.8.0
46662026-07-23T04:43:24.022Z Checking sec1 v0.8.1
46672026-07-23T04:43:24.035Z Checking ml-kem v0.3.2
46682026-07-23T04:43:24.058Z Checking internal-russh-num-bigint v0.5.0
46692026-07-23T04:43:24.081Z Checking num-bigint v0.4.6
46702026-07-23T04:43:24.095Z Checking pkcs5 v0.8.1
46712026-07-23T04:43:24.234Z Checking pkcs1 v0.8.0-rc.4
46722026-07-23T04:43:24.392Z Checking pkcs8 v0.11.0
46732026-07-23T04:43:24.468Z Checking generic-array v1.4.3
46742026-07-23T04:43:24.583Z Checking ed25519 v3.0.0
46752026-07-23T04:43:24.687Z Compiling enum_dispatch v0.3.13
46762026-07-23T04:43:24.778Z Checking ed25519-dalek v3.0.0-rc.0
46772026-07-23T04:43:24.812Z Checking russh-util v0.52.0
46782026-07-23T04:43:24.825Z Compiling delegate v0.13.5
46792026-07-23T04:43:24.890Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46802026-07-23T04:43:24.922Z Checking hex-literal v1.1.0
46812026-07-23T04:43:24.984Z Checking md5 v0.8.0
46822026-07-23T04:43:25.025Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46832026-07-23T04:43:25.032Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46842026-07-23T04:43:25.149Z Checking socket2 v0.5.10
46852026-07-23T04:43:25.243Z Checking internet-checksum v0.2.1
46862026-07-23T04:43:25.284Z Checking elliptic-curve v0.14.0-rc.33
46872026-07-23T04:43:25.332Z Checking primefield v0.14.0
46882026-07-23T04:43:25.360Z Checking ssh-encoding v0.3.0-rc.9
46892026-07-23T04:43:25.402Z Checking crypto-primes v0.7.2
46902026-07-23T04:43:25.510Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46912026-07-23T04:43:25.576Z Checking ssh-cipher v0.3.0-rc.9
46922026-07-23T04:43:25.645Z Checking russh-cryptovec v0.61.0
46932026-07-23T04:43:25.739Z Checking primeorder v0.14.0-rc.10
46942026-07-23T04:43:25.755Z Checking ecdsa v0.17.0-rc.18
46952026-07-23T04:43:26.103Z Checking p256 v0.14.0-rc.10
46962026-07-23T04:43:26.103Z Checking p521 v0.14.0-rc.10
46972026-07-23T04:43:26.354Z Checking rsa v0.10.0-rc.18
46982026-07-23T04:43:28.425Z Checking p384 v0.14.0-rc.10
46992026-07-23T04:43:30.328Z Checking ssh-key v0.7.0-rc.10
47002026-07-23T04:43:31.078Z Checking russh v0.61.2
47012026-07-23T04:43:43.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.56s
47022026-07-23T04:43:43.884Z
47032026-07-23T04:43:43.884Zinfo: running `cargo check --bins` on gateway-cli (289/303)
47042026-07-23T04:43:44.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47052026-07-23T04:43:44.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47062026-07-23T04:43:44.487Z Checking termios v0.3.3
47072026-07-23T04:43:44.662Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47082026-07-23T04:43:45.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
47092026-07-23T04:43:45.388Z
47102026-07-23T04:43:45.388Zinfo: running `cargo check --bins --no-default-features` on installinator (290/303)
47112026-07-23T04:43:45.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47122026-07-23T04:43:45.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47132026-07-23T04:43:46.072Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47142026-07-23T04:43:46.785Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47152026-07-23T04:43:48.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.95s
47162026-07-23T04:43:52.960Z
47172026-07-23T04:43:52.960Zinfo: running `cargo check --bins` on internal-dns-cli (291/303)
47182026-07-23T04:43:53.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47192026-07-23T04:43:53.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47202026-07-23T04:43:53.253Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47212026-07-23T04:43:53.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
47222026-07-23T04:43:53.253Z
47232026-07-23T04:43:53.253Zinfo: running `cargo check --bins` on omicron-live-tests (292/303)
47242026-07-23T04:43:53.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47252026-07-23T04:43:53.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47262026-07-23T04:43:53.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47272026-07-23T04:43:53.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47282026-07-23T04:43:53.253Z
47292026-07-23T04:43:53.253Zinfo: running `cargo check --bins` on live-tests-macros (293/303)
47302026-07-23T04:43:53.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47312026-07-23T04:43:53.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47322026-07-23T04:43:53.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47332026-07-23T04:43:53.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
47342026-07-23T04:43:53.253Z
47352026-07-23T04:43:53.253Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (294/303)
47362026-07-23T04:43:53.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47372026-07-23T04:43:53.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47382026-07-23T04:43:53.253Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47392026-07-23T04:43:53.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
47402026-07-23T04:43:53.253Z
47412026-07-23T04:43:53.254Zinfo: running `cargo check --bins` on omicron-ntp-admin (295/303)
47422026-07-23T04:43:53.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47432026-07-23T04:43:53.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47442026-07-23T04:43:53.254Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47452026-07-23T04:43:53.254Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47462026-07-23T04:43:53.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
47472026-07-23T04:43:53.873Z
47482026-07-23T04:43:53.873Zinfo: running `cargo check --bins` on ntp-admin-types (296/303)
47492026-07-23T04:43:54.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47502026-07-23T04:43:54.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47512026-07-23T04:43:54.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47522026-07-23T04:43:54.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
47532026-07-23T04:43:54.409Z
47542026-07-23T04:43:54.409Zinfo: running `cargo check --bins` on omicron-package (297/303)
47552026-07-23T04:43:54.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47562026-07-23T04:43:54.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47572026-07-23T04:43:55.041Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47582026-07-23T04:43:56.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
47592026-07-23T04:43:56.269Z
47602026-07-23T04:43:56.269Zinfo: running `cargo check --bins` on tqdb (298/303)
47612026-07-23T04:43:56.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47622026-07-23T04:43:56.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47632026-07-23T04:43:57.009Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47642026-07-23T04:43:57.358Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47652026-07-23T04:43:57.867Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47662026-07-23T04:43:57.870Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47672026-07-23T04:44:03.933Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47682026-07-23T04:44:03.937Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47692026-07-23T04:44:04.506Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47702026-07-23T04:44:04.506Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47712026-07-23T04:44:04.509Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47722026-07-23T04:44:04.509Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47732026-07-23T04:44:05.275Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47742026-07-23T04:44:06.258Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47752026-07-23T04:44:07.067Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47762026-07-23T04:44:07.677Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47772026-07-23T04:44:12.613Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47782026-07-23T04:44:19.301Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47792026-07-23T04:44:19.306Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47802026-07-23T04:44:19.306Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47812026-07-23T04:44:19.306Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47822026-07-23T04:44:20.780Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47832026-07-23T04:44:22.113Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47842026-07-23T04:44:22.772Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47852026-07-23T04:44:23.993Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47862026-07-23T04:44:24.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.24s
47872026-07-23T04:44:24.752Z
47882026-07-23T04:44:24.752Zinfo: running `cargo check --bins` on wicket-dbg (299/303)
47892026-07-23T04:44:25.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47902026-07-23T04:44:25.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47912026-07-23T04:44:25.368Z Checking rtoolbox v0.0.3
47922026-07-23T04:44:25.371Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47932026-07-23T04:44:25.371Z Checking tui-tree-widget v0.23.1
47942026-07-23T04:44:25.579Z Checking rpassword v7.5.4
47952026-07-23T04:44:28.621Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47962026-07-23T04:44:30.466Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47972026-07-23T04:44:31.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.63s
47982026-07-23T04:44:31.527Z
47992026-07-23T04:44:31.527Zinfo: running `cargo check --bins` on wicket (300/303)
48002026-07-23T04:44:32.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48012026-07-23T04:44:32.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48022026-07-23T04:44:32.171Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48032026-07-23T04:44:32.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
48042026-07-23T04:44:32.692Z
48052026-07-23T04:44:32.692Zinfo: running `cargo check --bins` on wicketd (301/303)
48062026-07-23T04:44:33.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48072026-07-23T04:44:33.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48082026-07-23T04:44:33.356Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48092026-07-23T04:44:36.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
48102026-07-23T04:44:37.009Z
48112026-07-23T04:44:37.009Zinfo: running `cargo check --bins` on omicron-workspace-hack (302/303)
48122026-07-23T04:44:37.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48132026-07-23T04:44:37.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48142026-07-23T04:44:37.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48152026-07-23T04:44:37.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
48162026-07-23T04:44:37.540Z
48172026-07-23T04:44:37.540Zinfo: running `cargo check --bins` on zone-setup (303/303)
48182026-07-23T04:44:38.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48192026-07-23T04:44:38.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48202026-07-23T04:44:38.159Z Checking uzers v0.12.2
48212026-07-23T04:44:38.422Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48222026-07-23T04:44:39.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
48232026-07-23T04:44:39.345Z
48242026-07-23T04:44:39.345Zreal 13:32.050908250
48252026-07-23T04:44:39.345Zuser 20:36.264547612
48262026-07-23T04:44:39.345Zsys 4:05.448254002
48272026-07-23T04:44:39.345Ztrap 0.314593974
48282026-07-23T04:44:39.345Ztflt 1.263769966
48292026-07-23T04:44:39.345Zdflt 1.545764374
48302026-07-23T04:44:39.345Zkflt 0.035082727
48312026-07-23T04:44:39.345Zlock 1:14:46.964859619
48322026-07-23T04:44:39.345Zslp 1:38:13.506928196
48332026-07-23T04:44:39.346Zlat 53.510160884
48342026-07-23T04:44:39.346Zstop 3:27.030703358
48352026-07-23T04:44:39.350Zprocess exited: duration 936585 ms, exit code 0
 
48362026-07-23T04:44:39.358Zfound 0 output files