01KY3EDX1VJHJAGE9VRAFYTKV3: 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: 01KY3EEBTCEGMQQKV89R2A6VWC

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-21T22:59:35.846Zjob assigned to worker 01KY3EEMXTCFTJ9PCBDM3HSFVE [factory aws, i-08103b40b832d9a0b] (queued for 50 s)
 
22026-07-21T22:59:42.694Zstarting task 0: "setup"
32026-07-21T22:59:42.698Z++ uname -s
42026-07-21T22:59:42.701Z+ kern=SunOS
52026-07-21T22:59:42.701Z+ build_user=build
62026-07-21T22:59:42.701Z+ build_uid=12345
72026-07-21T22:59:42.701Z+ work_dir=/work
82026-07-21T22:59:42.701Z+ input_dir=/input
92026-07-21T22:59:42.701Z+ [[ 0 == 12345 ]]
102026-07-21T22:59:42.701Z+ case "$kern" in
112026-07-21T22:59:42.701Z+ groupadd -g 12345 build
122026-07-21T22:59:42.705Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-21T22:59:44.709Z+ zfs create -o mountpoint=/work rpool/work
142026-07-21T22:59:44.790Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-21T22:59:44.793Z+ home_fs=zfs
162026-07-21T22:59:44.793Z+ [[ zfs == autofs ]]
172026-07-21T22:59:44.793Z+ mkdir -p /home/build
182026-07-21T22:59:44.793Z+ chown build:build /home/build /work
192026-07-21T22:59:45.794Z+ chmod 0700 /home/build /work
202026-07-21T22:59:45.797Zprocess exited: duration 3105 ms, exit code 0
 
212026-07-21T22:59:45.803Zstarting task 1: "rust-toolchain"
222026-07-21T22:59:45.807Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-21T22:59:45.807Z * rust toolchain channel = "1.96.1"
242026-07-21T22:59:45.807Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-21T22:59:45.807Z * rust toolchain profile = "default"
262026-07-21T22:59:45.808Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-21T22:59:45.808Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-21T22:59:45.811Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-21T22:59:45.811Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-21T22:59:45.891Zinfo: downloading installer
312026-07-21T22:59:47.320Zwarn: It looks like you have an existing rustup settings file at:
322026-07-21T22:59:47.320Zwarn: /home/build/.rustup/settings.toml
332026-07-21T22:59:47.320Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-21T22:59:47.320Zwarn: instead of the one inferred from the default host triple.
352026-07-21T22:59:47.333Zinfo: profile set to default
362026-07-21T22:59:47.333Zinfo: default host triple is x86_64-unknown-illumos
372026-07-21T22:59:47.336Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-21T22:59:47.476Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-21T22:59:47.479Zinfo: downloading 6 components
402026-07-21T23:00:02.700Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-21T23:00:02.700Z
422026-07-21T23:00:02.740Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-21T23:00:02.740Z
442026-07-21T23:00:02.746Z
452026-07-21T23:00:02.746ZRust is installed now. Great!
462026-07-21T23:00:02.746Z
472026-07-21T23:00:02.746ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-21T23:00:02.746Zenvironment variable. This has not been done automatically.
492026-07-21T23:00:02.746Z
502026-07-21T23:00:02.746ZTo configure your current shell, you need to source
512026-07-21T23:00:02.746Zthe corresponding env file under $HOME/.cargo.
522026-07-21T23:00:02.746Z
532026-07-21T23:00:02.746ZThis is usually done by running one of the following (note the leading DOT):
542026-07-21T23:00:02.746Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-21T23:00:02.746Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-21T23:00:02.746Zsource "~/.cargo/env.nu" # For nushell
572026-07-21T23:00:02.746Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-21T23:00:02.747Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-21T23:00:02.747Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-21T23:00:02.747Zwarn: no default linker (`cc`) was found in your PATH
612026-07-21T23:00:02.747Zwarn: many Rust crates require a system C toolchain to build
622026-07-21T23:00:02.845Z+ rustup --version
632026-07-21T23:00:02.854Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-21T23:00:02.858Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-21T23:00:02.875Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-21T23:00:02.880Z+ cargo --version
672026-07-21T23:00:02.892Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-21T23:00:02.896Z+ rustc --version
692026-07-21T23:00:02.914Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-21T23:00:02.919Zprocess exited: duration 17112 ms, exit code 0
 
712026-07-21T23:00:02.927Zstarting task 2: "authentication"
722026-07-21T23:00:02.943Zprocess exited: duration 16 ms, exit code 0
 
732026-07-21T23:00:02.956Zstarting task 3: "clone repository"
742026-07-21T23:00:02.960Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-21T23:00:02.960Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-21T23:00:02.993ZCloning into '/work/oxidecomputer/omicron'...
772026-07-21T23:00:12.214Z+ cd /work/oxidecomputer/omicron
782026-07-21T23:00:12.214Z+ git fetch origin 6909039f954c11a8a942ed7e2e535995f20b2760
792026-07-21T23:00:12.486ZFrom https://github.com/oxidecomputer/omicron
802026-07-21T23:00:12.486Z * branch 6909039f954c11a8a942ed7e2e535995f20b2760 -> FETCH_HEAD
812026-07-21T23:00:12.496Z+ [[ -n sunshowers/spr/16n-wicketd-local_switch_id-now-returns-a-result ]]
822026-07-21T23:00:12.501Z++ git branch --show-current
832026-07-21T23:00:12.501Z+ current=main
842026-07-21T23:00:12.501Z+ [[ main != sunshowers/spr/16n-wicketd-local_switch_id-now-returns-a-result ]]
852026-07-21T23:00:12.501Z+ git branch -f sunshowers/spr/16n-wicketd-local_switch_id-now-returns-a-result 6909039f954c11a8a942ed7e2e535995f20b2760
862026-07-21T23:00:12.501Z+ git checkout -f sunshowers/spr/16n-wicketd-local_switch_id-now-returns-a-result
872026-07-21T23:00:12.743ZSwitched to branch 'sunshowers/spr/16n-wicketd-local_switch_id-now-returns-a-result'
882026-07-21T23:00:12.749Z+ git reset --hard 6909039f954c11a8a942ed7e2e535995f20b2760
892026-07-21T23:00:12.986ZHEAD is now at 6909039f9 rebase on main
902026-07-21T23:00:12.992Zprocess exited: duration 10032 ms, exit code 0
 
912026-07-21T23:00:13.004Zstarting task 4: "build"
922026-07-21T23:00:13.009Z+ source .github/buildomat/ci-env.sh
932026-07-21T23:00:13.010Z++ export CARGO_TERM_COLOR=always
942026-07-21T23:00:13.010Z++ CARGO_TERM_COLOR=always
952026-07-21T23:00:13.010Z+++ uname -s
962026-07-21T23:00:13.010Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-21T23:00:13.010Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-21T23:00:13.020Z+ cargo --version
992026-07-21T23:00:13.020Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-21T23:00:13.020Z+ rustc --version
1012026-07-21T23:00:13.046Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-21T23:00:13.053Z+ source ./env.sh
1032026-07-21T23:00:13.053Z++ OLD_SHELL_OPTS=ehxB
1042026-07-21T23:00:13.053Z++ set -o xtrace
1052026-07-21T23:00:13.053Z++++ dirname ./env.sh
1062026-07-21T23:00:13.053Z+++ readlink -f .
1072026-07-21T23:00:13.053Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-07-21T23:00:13.053Z++ 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-21T23:00:13.053Z++ 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-21T23:00:13.053Z++ 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-21T23:00:13.053Z++ 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-21T23:00:13.053Z++ 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-21T23:00:13.053Z++ 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-21T23:00:13.053Z++ 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-21T23:00:13.053Z++ 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-21T23:00:13.053Z++ 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-21T23:00:13.053Z++ 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-21T23:00:13.054Z++ case $OLD_SHELL_OPTS in
1192026-07-21T23:00:13.054Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-07-21T23:00:13.054Z+ 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-21T23:00:13.054Z+ 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-21T23:00:13.054Z+ banner prerequisites
1232026-07-21T23:00:13.059Z
1242026-07-21T23:00:13.059Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-07-21T23:00:13.059Z # # # # # # # # # # # # # # #
1262026-07-21T23:00:13.059Z # # # # ##### # # ##### # # # # # #### #
1272026-07-21T23:00:13.059Z ##### ##### # ##### # # # # # # # # #
1282026-07-21T23:00:13.059Z # # # # # # # # # # # # # # #
1292026-07-21T23:00:13.059Z # # # ###### # # ###### ### # #### # #### #
1302026-07-21T23:00:13.059Z
1312026-07-21T23:00:13.060Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-07-21T23:00:14.704Z Startup: Refreshing catalog 'helios' ... Done
1332026-07-21T23:00:14.909Z Startup: Caching catalogs ... Done
1342026-07-21T23:00:15.834ZPlanning: Solver setup ... Done (0.864s)
1352026-07-21T23:00:15.873ZPlanning: Running solver ... Done (0.037s)
1362026-07-21T23:00:15.890ZPlanning: Finding local manifests ... Done (0.002s)
1372026-07-21T23:00:15.902ZPlanning: Fetching manifests: 0/2 0% complete
1382026-07-21T23:00:15.985ZPlanning: Fetching manifests: 2/2 100% complete
1392026-07-21T23:00:15.994ZPlanning: Package planning ... Done (0.013s)
1402026-07-21T23:00:15.994ZPlanning: Merging actions ... Done (0.001s)
1412026-07-21T23:00:16.145ZPlanning: Checking for conflicting actions ... Done (0.197s)
1422026-07-21T23:00:16.152ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-07-21T23:00:16.937ZPlanning: Evaluating mediators ... Done (0.803s)
1442026-07-21T23:00:16.955ZPlanning: Planning completed in 2.02 seconds
1452026-07-21T23:00:16.981Z Packages to install: 2
1462026-07-21T23:00:16.981Z Estimated space available: 156.06 GB
1472026-07-21T23:00:16.981ZEstimated space to be consumed: 46.64 MB
1482026-07-21T23:00:16.981Z Create boot environment: No
1492026-07-21T23:00:16.981ZCreate backup boot environment: No
1502026-07-21T23:00:16.981Z Rebuild boot archive: No
1512026-07-21T23:00:16.981Z
1522026-07-21T23:00:16.981ZChanged packages:
1532026-07-21T23:00:16.981Zhelios
1542026-07-21T23:00:16.981Z developer/build-essential
1552026-07-21T23:00:16.981Z None -> 11-3.0
1562026-07-21T23:00:16.981Z library/libxmlsec1
1572026-07-21T23:00:16.981Z None -> 1.2.35-3.0
1582026-07-21T23:00:16.991Z
1592026-07-21T23:00:16.991ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-07-21T23:00:17.039ZDownload: Completed 1.28 MB in 0.07 seconds (18.8M/s)
1612026-07-21T23:00:17.099Z Actions: 1/268 actions (Installing new actions)
1622026-07-21T23:00:17.142Z Actions: Completed 268 actions in 0.04 seconds.
1632026-07-21T23:00:17.178ZFinalize: Updating package state database ... Done (0.018s)
1642026-07-21T23:00:17.178ZFinalize: Updating package cache ... Done (0.000s)
1652026-07-21T23:00:17.210ZFinalize: Updating image state ... Done (0.047s)
1662026-07-21T23:00:19.613ZFinalize: Creating fast lookup database ... Done (2.369s)
1672026-07-21T23:00:19.671ZFinalize: Reading search index ... Done (0.011s)
1682026-07-21T23:00:19.675ZFinalize: Updating search index ... Done (0.000s)
1692026-07-21T23:00:19.781ZFinalize: Updating package cache ... Done (0.000s)
1702026-07-21T23:00:20.117ZPlanning: Evaluating mediator changes ... Done
1712026-07-21T23:00:20.222ZPlanning: Checking for conflicting actions ... Done
1722026-07-21T23:00:20.226ZPlanning: Consolidating action changes ... Done
1732026-07-21T23:00:20.379ZPlanning: Evaluating mediators ... Done
1742026-07-21T23:00:20.384ZPlanning: Planning completed in 0.26 seconds
1752026-07-21T23:00:20.401Z Mediators to change: 2
1762026-07-21T23:00:20.401Z Create boot environment: No
1772026-07-21T23:00:20.401ZCreate backup boot environment: No
1782026-07-21T23:00:20.447ZFinalize: Updating package state database ... Done
1792026-07-21T23:00:20.447ZFinalize: Updating package cache ... Done
1802026-07-21T23:00:20.473ZFinalize: Updating image state ... Done
1812026-07-21T23:00:22.762ZFinalize: Creating fast lookup database ... Done
1822026-07-21T23:00:22.796ZFinalize: Reading search index ... Done
1832026-07-21T23:00:22.796ZFinalize: Updating search index ... Done
1842026-07-21T23:00:22.796ZFinalize: Updating package cache ... Done
1852026-07-21T23:00:22.875ZPlanning: Evaluating mediator changes ... Done
1862026-07-21T23:00:22.981ZPlanning: Checking for conflicting actions ... Done
1872026-07-21T23:00:22.985ZPlanning: Consolidating action changes ... Done
1882026-07-21T23:00:23.140ZPlanning: Evaluating mediators ... Done
1892026-07-21T23:00:23.144ZPlanning: Planning completed in 0.26 seconds
1902026-07-21T23:00:23.162Z Mediators to change: 1
1912026-07-21T23:00:23.162Z Create boot environment: No
1922026-07-21T23:00:23.162ZCreate backup boot environment: No
1932026-07-21T23:00:23.202ZFinalize: Updating package state database ... Done
1942026-07-21T23:00:23.210ZFinalize: Updating package cache ... Done
1952026-07-21T23:00:23.227ZFinalize: Updating image state ... Done
1962026-07-21T23:00:25.189ZFinalize: Creating fast lookup database ... Done
1972026-07-21T23:00:25.282ZFinalize: Reading search index ... Done
1982026-07-21T23:00:25.319ZFinalize: Updating search index ... Done
1992026-07-21T23:00:25.343ZFinalize: Updating package cache ... Done
2002026-07-21T23:00:25.634ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-07-21T23:00:25.634Zapache system 2.4 system
2022026-07-21T23:00:25.634Zclang system 15 system
2032026-07-21T23:00:25.634Zcsh system system illumos
2042026-07-21T23:00:25.634Zctags system system illumos
2052026-07-21T23:00:25.634Zfile vendor vendor darwinsys
2062026-07-21T23:00:25.634Zfile system system illumos
2072026-07-21T23:00:25.634Zgcc vendor 14 vendor
2082026-07-21T23:00:25.634Zgcc system 13 system
2092026-07-21T23:00:25.634Zgcc system 10 system
2102026-07-21T23:00:25.634Zgo system 1.25 system
2112026-07-21T23:00:25.634Zllvm system 15 system
2122026-07-21T23:00:25.634Zmariadb system 11.4 system
2132026-07-21T23:00:25.635Zmta vendor vendor dma
2142026-07-21T23:00:25.635Zopenjdk system 17 system
2152026-07-21T23:00:25.635Zopenjdk system 11 system
2162026-07-21T23:00:25.635Zopenssl vendor 3 vendor
2172026-07-21T23:00:25.635Zperl system 5.40 system
2182026-07-21T23:00:25.635Zpostgresql system 18 system
2192026-07-21T23:00:25.635Zpostgresql system 17 system
2202026-07-21T23:00:25.635Zpython vendor 3 vendor
2212026-07-21T23:00:25.635Zpython system 2 system
2222026-07-21T23:00:25.635Zpython3 vendor 3.13 vendor
2232026-07-21T23:00:25.635Zruby system 3.4 system
2242026-07-21T23:00:25.638Zruby system 3.0 system
2252026-07-21T23:00:25.638Zwords vendor vendor american-english
2262026-07-21T23:00:25.638Zwords system system australian-english
2272026-07-21T23:00:25.638Zwords system system british-english
2282026-07-21T23:00:25.651Zwords system system canadian-english
2292026-07-21T23:00:25.651Zwords system system french
2302026-07-21T23:00:25.651Zwords system system italian
2312026-07-21T23:00:25.651Zwords system system ngerman
2322026-07-21T23:00:25.651Zwords system system ogerman
2332026-07-21T23:00:25.651Zwords system system spanish
2342026-07-21T23:00:25.923ZPUBLISHER TYPE STATUS P LOCATION
2352026-07-21T23:00:25.923Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-07-21T23:00:26.259ZFMRI IFO
2372026-07-21T23:00:26.259Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-07-21T23:00:26.259Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-07-21T23:00:26.259Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-07-21T23:00:26.259Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-07-21T23:00:26.259Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-07-21T23:00:26.259Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-07-21T23:00:26.259Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-07-21T23:00:26.259Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-07-21T23:00:26.259Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-07-21T23:00:26.555Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-07-21T23:00:26.818Z Updating crates.io index
2482026-07-21T23:00:26.826Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-07-21T23:00:27.078Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-07-21T23:00:27.369Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-07-21T23:00:28.258Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-07-21T23:00:29.275Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-07-21T23:00:33.710Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-07-21T23:00:33.765Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-07-21T23:00:33.765Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-07-21T23:00:33.765Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-07-21T23:00:33.773Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-07-21T23:00:33.895Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-07-21T23:00:34.228Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2602026-07-21T23:00:34.471Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2612026-07-21T23:00:34.925Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2622026-07-21T23:00:35.497Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2632026-07-21T23:00:35.782Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-07-21T23:00:36.018Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-07-21T23:00:36.303Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2662026-07-21T23:00:36.560Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2672026-07-21T23:00:36.779Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2682026-07-21T23:00:37.006Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2692026-07-21T23:00:37.271Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2702026-07-21T23:00:37.628Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2712026-07-21T23:00:38.035Z Updating git repository `https://github.com/oxidecomputer/erebor`
2722026-07-21T23:00:38.241Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2732026-07-21T23:00:38.667Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2742026-07-21T23:00:39.123Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2752026-07-21T23:00:39.471Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2762026-07-21T23:00:39.767Z Updating git repository `https://github.com/oxidecomputer/ispf`
2772026-07-21T23:00:40.049Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2782026-07-21T23:00:40.324Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2792026-07-21T23:00:40.634Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2802026-07-21T23:00:41.068Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2812026-07-21T23:00:41.313Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2822026-07-21T23:00:41.604Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2832026-07-21T23:00:41.851Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2842026-07-21T23:00:42.184Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2852026-07-21T23:00:42.462Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2862026-07-21T23:00:42.729Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2872026-07-21T23:00:43.014Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2882026-07-21T23:00:43.257Z Updating git repository `https://github.com/illumos/smf-rs`
2892026-07-21T23:00:45.987Z Downloading crates ...
2902026-07-21T23:00:46.050Z Downloaded camino-tempfile v1.4.1
2912026-07-21T23:00:46.055Z Downloaded log v0.4.29
2922026-07-21T23:00:46.055Z Downloaded zmij v1.0.21
2932026-07-21T23:00:46.058Z Downloaded unicode-linebreak v0.1.5
2942026-07-21T23:00:46.058Z Downloaded toml v0.8.23
2952026-07-21T23:00:46.061Z Downloaded sha2 v0.10.9
2962026-07-21T23:00:46.061Z Downloaded quote v1.0.45
2972026-07-21T23:00:46.065Z Downloaded zerocopy-derive v0.7.35
2982026-07-21T23:00:46.068Z Downloaded zerocopy v0.7.35
2992026-07-21T23:00:46.082Z Downloaded pest_meta v2.8.6
3002026-07-21T23:00:46.085Z Downloaded block-buffer v0.10.4
3012026-07-21T23:00:46.090Z Downloaded memmap v0.7.0
3022026-07-21T23:00:46.097Z Downloaded camino v1.2.2
3032026-07-21T23:00:46.100Z Downloaded pest v2.8.6
3042026-07-21T23:00:46.103Z Downloaded clap_builder v4.6.0
3052026-07-21T23:00:46.106Z Downloaded macaddr v1.0.1
3062026-07-21T23:00:46.106Z Downloaded getrandom v0.4.1
3072026-07-21T23:00:46.109Z Downloaded anstream v1.0.0
3082026-07-21T23:00:46.109Z Downloaded anstyle v1.0.14
3092026-07-21T23:00:46.112Z Downloaded cargo_toml v0.21.0
3102026-07-21T23:00:46.112Z Downloaded anyhow v1.0.102
3112026-07-21T23:00:46.116Z Downloaded cargo-platform v0.3.2
3122026-07-21T23:00:46.116Z Downloaded thiserror v1.0.69
3132026-07-21T23:00:46.119Z Downloaded itoa v1.0.17
3142026-07-21T23:00:46.119Z Downloaded generic-array v0.14.7
3152026-07-21T23:00:46.119Z Downloaded equivalent v1.0.2
3162026-07-21T23:00:46.122Z Downloaded cfg-if v1.0.4
3172026-07-21T23:00:46.122Z Downloaded crypto-common v0.1.7
3182026-07-21T23:00:46.122Z Downloaded dof v0.3.0
3192026-07-21T23:00:46.125Z Downloaded scroll_derive v0.12.1
3202026-07-21T23:00:46.130Z Downloaded fnv v1.0.7
3212026-07-21T23:00:46.133Z Downloaded cpufeatures v0.2.17
3222026-07-21T23:00:46.138Z Downloaded serde_spanned v0.6.9
3232026-07-21T23:00:46.141Z Downloaded usdt-attr-macro v0.5.0
3242026-07-21T23:00:46.144Z Downloaded pretty-hex v0.4.1
3252026-07-21T23:00:46.147Z Downloaded colorchoice v1.0.4
3262026-07-21T23:00:46.147Z Downloaded errno v0.3.14
3272026-07-21T23:00:46.152Z Downloaded heck v0.4.1
3282026-07-21T23:00:46.155Z Downloaded hashbrown v0.17.0
3292026-07-21T23:00:46.158Z Downloaded tabled_derive v0.7.0
3302026-07-21T23:00:46.158Z Downloaded autocfg v1.5.0
3312026-07-21T23:00:46.158Z Downloaded usdt-macro v0.5.0
3322026-07-21T23:00:46.161Z Downloaded heck v0.5.0
3332026-07-21T23:00:46.165Z Downloaded dtrace-parser v0.2.0
3342026-07-21T23:00:46.168Z Downloaded toml_datetime v0.6.11
3352026-07-21T23:00:46.168Z Downloaded smawk v0.3.2
3362026-07-21T23:00:46.172Z Downloaded is_terminal_polyfill v1.70.2
3372026-07-21T23:00:46.172Z Downloaded serde_tokenstream v0.2.3
3382026-07-21T23:00:46.172Z Downloaded clap_lex v1.0.0
3392026-07-21T23:00:46.175Z Downloaded digest v0.10.7
3402026-07-21T23:00:46.175Z Downloaded fs-err v3.3.0
3412026-07-21T23:00:46.175Z Downloaded bytecount v0.6.9
3422026-07-21T23:00:46.179Z Downloaded swrite v0.1.0
3432026-07-21T23:00:46.182Z Downloaded anstyle-query v1.1.5
3442026-07-21T23:00:46.185Z Downloaded version_check v0.9.5
3452026-07-21T23:00:46.189Z Downloaded toml_write v0.1.2
3462026-07-21T23:00:46.193Z Downloaded terminal_size v0.4.3
3472026-07-21T23:00:46.196Z Downloaded thread-id v4.2.2
3482026-07-21T23:00:46.199Z Downloaded strsim v0.11.1
3492026-07-21T23:00:46.202Z Downloaded usdt v0.5.0
3502026-07-21T23:00:46.205Z Downloaded usdt-impl v0.5.0
3512026-07-21T23:00:46.205Z Downloaded anstyle-parse v1.0.0
3522026-07-21T23:00:46.217Z Downloaded fastrand v2.3.0
3532026-07-21T23:00:46.219Z Downloaded proc-macro-error v1.0.4
3542026-07-21T23:00:46.219Z Downloaded plain v0.2.3
3552026-07-21T23:00:46.222Z Downloaded byteorder v1.5.0
3562026-07-21T23:00:46.225Z Downloaded pest_generator v2.8.6
3572026-07-21T23:00:46.230Z Downloaded utf8parse v0.2.2
3582026-07-21T23:00:46.243Z Downloaded thiserror v2.0.18
3592026-07-21T23:00:46.246Z Downloaded thiserror-impl v1.0.69
3602026-07-21T23:00:46.249Z Downloaded thiserror-impl v2.0.18
3612026-07-21T23:00:46.249Z Downloaded semver v1.0.28
3622026-07-21T23:00:46.249Z Downloaded proc-macro-error-attr v1.0.4
3632026-07-21T23:00:46.249Z Downloaded pest_derive v2.8.6
3642026-07-21T23:00:46.264Z Downloaded ucd-trie v0.1.7
3652026-07-21T23:00:46.267Z Downloaded once_cell v1.21.3
3662026-07-21T23:00:46.271Z Downloaded cargo_metadata v0.23.1
3672026-07-21T23:00:46.274Z Downloaded tempfile v3.25.0
3682026-07-21T23:00:46.281Z Downloaded textwrap v0.16.2
3692026-07-21T23:00:46.284Z Downloaded unicode-ident v1.0.24
3702026-07-21T23:00:46.284Z Downloaded bitflags v2.11.0
3712026-07-21T23:00:46.287Z Downloaded proc-macro2 v1.0.106
3722026-07-21T23:00:46.290Z Downloaded scroll v0.12.0
3732026-07-21T23:00:46.290Z Downloaded serde_core v1.0.228
3742026-07-21T23:00:46.296Z Downloaded clap_derive v4.6.1
3752026-07-21T23:00:46.356Z Downloaded serde_derive v1.0.228
3762026-07-21T23:00:46.356Z Downloaded clap v4.6.1
3772026-07-21T23:00:46.356Z Downloaded papergrid v0.11.0
3782026-07-21T23:00:46.356Z Downloaded toml_edit v0.22.27
3792026-07-21T23:00:46.356Z Downloaded serde v1.0.228
3802026-07-21T23:00:46.356Z Downloaded typenum v1.20.1
3812026-07-21T23:00:46.356Z Downloaded memchr v2.8.0
3822026-07-21T23:00:46.356Z Downloaded indexmap v2.14.0
3832026-07-21T23:00:46.377Z Downloaded serde_json v1.0.150
3842026-07-21T23:00:46.383Z Downloaded winnow v0.7.14
3852026-07-21T23:00:46.391Z Downloaded goblin v0.8.2
3862026-07-21T23:00:46.406Z Downloaded tabled v0.15.0
3872026-07-21T23:00:46.413Z Downloaded syn v1.0.109
3882026-07-21T23:00:46.427Z Downloaded unicode-width v0.2.0
3892026-07-21T23:00:46.434Z Downloaded unicode-width v0.1.14
3902026-07-21T23:00:46.437Z Downloaded syn v2.0.117
3912026-07-21T23:00:46.454Z Downloaded rustix v1.1.3
3922026-07-21T23:00:46.483Z Downloaded libc v0.2.185
3932026-07-21T23:00:46.545Z Compiling proc-macro2 v1.0.106
3942026-07-21T23:00:46.545Z Compiling unicode-ident v1.0.24
3952026-07-21T23:00:46.545Z Compiling quote v1.0.45
3962026-07-21T23:00:46.549Z Compiling serde_core v1.0.228
3972026-07-21T23:00:46.549Z Compiling libc v0.2.185
3982026-07-21T23:00:46.549Z Compiling version_check v0.9.5
3992026-07-21T23:00:46.549Z Compiling memchr v2.8.0
4002026-07-21T23:00:46.549Z Compiling serde v1.0.228
4012026-07-21T23:00:46.862Z Compiling zmij v1.0.21
4022026-07-21T23:00:47.107Z Compiling ucd-trie v0.1.7
4032026-07-21T23:00:47.156Z Compiling thiserror v1.0.69
4042026-07-21T23:00:47.362Z Compiling itoa v1.0.17
4052026-07-21T23:00:47.381Z Compiling pest v2.8.6
4062026-07-21T23:00:47.528Z Compiling byteorder v1.5.0
4072026-07-21T23:00:47.584Z Compiling rustix v1.1.3
4082026-07-21T23:00:47.664Z Compiling errno v0.3.14
4092026-07-21T23:00:47.760Z Compiling serde_json v1.0.150
4102026-07-21T23:00:47.929Z Compiling bitflags v2.11.0
4112026-07-21T23:00:48.001Z Compiling syn v2.0.117
4122026-07-21T23:00:48.098Z Compiling thread-id v4.2.2
4132026-07-21T23:00:48.148Z Compiling usdt-impl v0.5.0
4142026-07-21T23:00:48.181Z Compiling proc-macro-error-attr v1.0.4
4152026-07-21T23:00:48.307Z Compiling syn v1.0.109
4162026-07-21T23:00:48.371Z Compiling camino v1.2.2
4172026-07-21T23:00:48.435Z Compiling pest_meta v2.8.6
4182026-07-21T23:00:48.680Z Compiling proc-macro-error v1.0.4
4192026-07-21T23:00:48.750Z Compiling getrandom v0.4.1
4202026-07-21T23:00:48.770Z Compiling plain v0.2.3
4212026-07-21T23:00:48.877Z Compiling hashbrown v0.17.0
4222026-07-21T23:00:48.880Z Compiling utf8parse v0.2.2
4232026-07-21T23:00:49.067Z Compiling log v0.4.29
4242026-07-21T23:00:49.121Z Compiling equivalent v1.0.2
4252026-07-21T23:00:49.277Z Compiling terminal_size v0.4.3
4262026-07-21T23:00:49.297Z Compiling anstyle-parse v1.0.0
4272026-07-21T23:00:49.416Z Compiling indexmap v2.14.0
4282026-07-21T23:00:49.944Z Compiling thiserror v2.0.18
4292026-07-21T23:00:49.978Z Compiling anstyle-query v1.1.5
4302026-07-21T23:00:50.031Z Compiling winnow v0.7.14
4312026-07-21T23:00:50.034Z Compiling toml_write v0.1.2
4322026-07-21T23:00:50.066Z Compiling is_terminal_polyfill v1.70.2
4332026-07-21T23:00:50.088Z Compiling pretty-hex v0.4.1
4342026-07-21T23:00:50.159Z Compiling cfg-if v1.0.4
4352026-07-21T23:00:50.228Z Compiling pest_generator v2.8.6
4362026-07-21T23:00:50.231Z Compiling autocfg v1.5.0
4372026-07-21T23:00:50.263Z Compiling colorchoice v1.0.4
4382026-07-21T23:00:50.281Z Compiling anstyle v1.0.14
4392026-07-21T23:00:50.530Z Compiling anstream v1.0.0
4402026-07-21T23:00:50.669Z Compiling fastrand v2.3.0
4412026-07-21T23:00:50.735Z Compiling fs-err v3.3.0
4422026-07-21T23:00:50.856Z Compiling heck v0.4.1
4432026-07-21T23:00:50.946Z Compiling heck v0.5.0
4442026-07-21T23:00:50.963Z Compiling fnv v1.0.7
4452026-07-21T23:00:50.979Z Compiling clap_lex v1.0.0
4462026-07-21T23:00:50.983Z Compiling once_cell v1.21.3
4472026-07-21T23:00:51.069Z Compiling strsim v0.11.1
4482026-07-21T23:00:51.088Z Compiling unicode-width v0.1.14
4492026-07-21T23:00:51.188Z Compiling bytecount v0.6.9
4502026-07-21T23:00:51.212Z Compiling anyhow v1.0.102
4512026-07-21T23:00:51.229Z Compiling tempfile v3.25.0
4522026-07-21T23:00:51.326Z Compiling papergrid v0.11.0
4532026-07-21T23:00:51.368Z Compiling clap_builder v4.6.0
4542026-07-21T23:00:51.530Z Compiling cargo-platform v0.3.2
4552026-07-21T23:00:51.548Z Compiling tabled_derive v0.7.0
4562026-07-21T23:00:51.582Z Compiling semver v1.0.28
4572026-07-21T23:00:51.612Z Compiling memmap v0.7.0
4582026-07-21T23:00:51.781Z Compiling smawk v0.3.2
4592026-07-21T23:00:51.802Z Compiling unicode-linebreak v0.1.5
4602026-07-21T23:00:51.821Z Compiling unicode-width v0.2.0
4612026-07-21T23:00:51.958Z Compiling serde_derive v1.0.228
4622026-07-21T23:00:52.045Z Compiling thiserror-impl v1.0.69
4632026-07-21T23:00:52.090Z Compiling zerocopy-derive v0.7.35
4642026-07-21T23:00:52.219Z Compiling pest_derive v2.8.6
4652026-07-21T23:00:52.268Z Compiling scroll_derive v0.12.1
4662026-07-21T23:00:52.485Z Compiling thiserror-impl v2.0.18
4672026-07-21T23:00:52.678Z Compiling clap_derive v4.6.1
4682026-07-21T23:00:52.753Z Compiling tabled v0.15.0
4692026-07-21T23:00:52.949Z Compiling scroll v0.12.0
4702026-07-21T23:00:52.967Z Compiling zerocopy v0.7.35
4712026-07-21T23:00:53.222Z Compiling goblin v0.8.2
4722026-07-21T23:00:53.433Z Compiling dtrace-parser v0.2.0
4732026-07-21T23:00:53.520Z Compiling textwrap v0.16.2
4742026-07-21T23:00:53.966Z Compiling camino-tempfile v1.4.1
4752026-07-21T23:00:53.984Z Compiling swrite v0.1.0
4762026-07-21T23:00:54.439Z Compiling clap v4.6.1
4772026-07-21T23:00:55.073Z Compiling dof v0.3.0
4782026-07-21T23:00:55.073Z Compiling serde_tokenstream v0.2.3
4792026-07-21T23:00:55.076Z Compiling serde_spanned v0.6.9
4802026-07-21T23:00:55.076Z Compiling toml_datetime v0.6.11
4812026-07-21T23:00:55.076Z Compiling macaddr v1.0.1
4822026-07-21T23:00:55.158Z Compiling cargo_metadata v0.23.1
4832026-07-21T23:00:55.158Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4842026-07-21T23:00:55.328Z Compiling toml_edit v0.22.27
4852026-07-21T23:00:55.902Z Compiling usdt-attr-macro v0.5.0
4862026-07-21T23:00:55.905Z Compiling usdt-macro v0.5.0
4872026-07-21T23:00:56.508Z Compiling usdt v0.5.0
4882026-07-21T23:00:56.683Z Compiling toml v0.8.23
4892026-07-21T23:00:57.049Z Compiling cargo_toml v0.21.0
4902026-07-21T23:00:58.306Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4912026-07-21T23:01:00.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.91s
4922026-07-21T23:01:00.497Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4932026-07-21T23:01:01.021Z Downloading crates ...
4942026-07-21T23:01:01.121Z Downloaded anstream v0.6.21
4952026-07-21T23:01:01.126Z Downloaded async-bb8-diesel v0.2.1
4962026-07-21T23:01:01.126Z Downloaded assert_matches v1.5.0
4972026-07-21T23:01:01.129Z Downloaded atomic-waker v1.1.2
4982026-07-21T23:01:01.136Z Downloaded async-stream-impl v0.3.6
4992026-07-21T23:01:01.140Z Downloaded async-stream v0.3.6
5002026-07-21T23:01:01.140Z Downloaded async-compression v0.4.41
5012026-07-21T23:01:01.143Z Downloaded arrayref v0.3.9
5022026-07-21T23:01:01.143Z Downloaded ahash v0.8.12
5032026-07-21T23:01:01.146Z Downloaded array-init v0.0.4
5042026-07-21T23:01:01.146Z Downloaded aead v0.5.2
5052026-07-21T23:01:01.149Z Downloaded bitfield-struct v0.6.2
5062026-07-21T23:01:01.152Z Downloaded base64ct v1.8.3
5072026-07-21T23:01:01.155Z Downloaded arc-swap v1.8.2
5082026-07-21T23:01:01.155Z Downloaded bb8 v0.8.6
5092026-07-21T23:01:01.155Z Downloaded adler2 v2.0.1
5102026-07-21T23:01:01.155Z Downloaded argon2 v0.6.0-rc.8
5112026-07-21T23:01:01.158Z Downloaded async-trait v0.1.89
5122026-07-21T23:01:01.166Z Downloaded darling_macro v0.13.4
5132026-07-21T23:01:01.170Z Downloaded cookie v0.18.1
5142026-07-21T23:01:01.173Z Downloaded atomicwrites v0.4.4
5152026-07-21T23:01:01.176Z Downloaded blake2 v0.10.6
5162026-07-21T23:01:01.179Z Downloaded crypto-common v0.2.2
5172026-07-21T23:01:01.179Z Downloaded bit-vec v0.6.3
5182026-07-21T23:01:01.182Z Downloaded backon v1.6.0
5192026-07-21T23:01:01.185Z Downloaded crc-catalog v2.4.0
5202026-07-21T23:01:01.188Z Downloaded diesel_table_macro_syntax v0.3.0
5212026-07-21T23:01:01.188Z Downloaded crc v3.4.0
5222026-07-21T23:01:01.188Z Downloaded cpubits v0.1.1
5232026-07-21T23:01:01.191Z Downloaded async-recursion v1.1.1
5242026-07-21T23:01:01.191Z Downloaded ascii-canvas v3.0.0
5252026-07-21T23:01:01.194Z Downloaded darling_macro v0.20.11
5262026-07-21T23:01:01.198Z Downloaded cfg_aliases v0.2.1
5272026-07-21T23:01:01.198Z Downloaded bitfield-macros v0.19.4
5282026-07-21T23:01:01.198Z Downloaded bit-set v0.5.3
5292026-07-21T23:01:01.201Z Downloaded darling_macro v0.23.0
5302026-07-21T23:01:01.204Z Downloaded base64 v0.22.1
5312026-07-21T23:01:01.207Z Downloaded cpufeatures v0.3.0
5322026-07-21T23:01:01.211Z Downloaded defmt v0.3.100
5332026-07-21T23:01:01.214Z Downloaded dunce v1.0.5
5342026-07-21T23:01:01.214Z Downloaded csv-core v0.1.13
5352026-07-21T23:01:01.217Z Downloaded block-buffer v0.12.1
5362026-07-21T23:01:01.221Z Downloaded castaway v0.2.4
5372026-07-21T23:01:01.221Z Downloaded atty v0.2.14
5382026-07-21T23:01:01.224Z Downloaded display-error-chain v0.2.2
5392026-07-21T23:01:01.224Z Downloaded crucible-workspace-hack v0.1.0
5402026-07-21T23:01:01.227Z Downloaded bit-set v0.8.0
5412026-07-21T23:01:01.227Z Downloaded base16ct v1.0.0
5422026-07-21T23:01:01.227Z Downloaded curve25519-dalek-derive v0.1.1
5432026-07-21T23:01:01.227Z Downloaded crc8 v0.1.1
5442026-07-21T23:01:01.230Z Downloaded argon2 v0.5.3
5452026-07-21T23:01:01.230Z Downloaded bcrypt-pbkdf v0.11.0
5462026-07-21T23:01:01.234Z Downloaded bitflags v1.3.2
5472026-07-21T23:01:01.234Z Downloaded cfg_aliases v0.1.1
5482026-07-21T23:01:01.237Z Downloaded dyn-clone v1.0.20
5492026-07-21T23:01:01.237Z Downloaded digest v0.11.3
5502026-07-21T23:01:01.240Z Downloaded darling_core v0.23.0
5512026-07-21T23:01:01.243Z Downloaded ctr v0.10.1
5522026-07-21T23:01:01.243Z Downloaded ed25519 v3.0.0
5532026-07-21T23:01:01.243Z Downloaded ecdsa v0.16.9
5542026-07-21T23:01:01.246Z Downloaded darling v0.13.4
5552026-07-21T23:01:01.246Z Downloaded darling v0.20.11
5562026-07-21T23:01:01.248Z Downloaded digest-io v0.1.0
5572026-07-21T23:01:01.251Z Downloaded dsl_auto_type v0.2.0
5582026-07-21T23:01:01.251Z Downloaded darling_macro v0.21.3
5592026-07-21T23:01:01.251Z Downloaded arrayvec v0.7.6
5602026-07-21T23:01:01.254Z Downloaded aead v0.6.1
5612026-07-21T23:01:01.254Z Downloaded dirs-next v2.0.0
5622026-07-21T23:01:01.258Z Downloaded block-padding v0.4.2
5632026-07-21T23:01:01.258Z Downloaded bitfield v0.19.4
5642026-07-21T23:01:01.258Z Downloaded cookie_store v0.22.1
5652026-07-21T23:01:01.261Z Downloaded crossbeam-deque v0.8.6
5662026-07-21T23:01:01.262Z Downloaded ciborium-ll v0.2.2
5672026-07-21T23:01:01.262Z Downloaded downcast-rs v2.0.2
5682026-07-21T23:01:01.262Z Downloaded debug-ignore v1.0.5
5692026-07-21T23:01:01.264Z Downloaded compression-core v0.4.31
5702026-07-21T23:01:01.264Z Downloaded cobs v0.3.0
5712026-07-21T23:01:01.264Z Downloaded ciborium-io v0.2.2
5722026-07-21T23:01:01.264Z Downloaded bindgen v0.71.1
5732026-07-21T23:01:01.268Z Downloaded embedded-io v0.4.0
5742026-07-21T23:01:01.271Z Downloaded embedded-io v0.6.1
5752026-07-21T23:01:01.274Z Downloaded env_filter v1.0.0
5762026-07-21T23:01:01.281Z Downloaded dropshot-api-manager-types v0.7.2
5772026-07-21T23:01:01.284Z Downloaded difflib v0.4.0
5782026-07-21T23:01:01.284Z Downloaded convert_case v0.4.0
5792026-07-21T23:01:01.284Z Downloaded bs58 v0.5.1
5802026-07-21T23:01:01.287Z Downloaded anstyle-parse v0.2.7
5812026-07-21T23:01:01.287Z Downloaded data-encoding v2.10.0
5822026-07-21T23:01:01.291Z Downloaded daft-derive v0.1.7
5832026-07-21T23:01:01.293Z Downloaded endian-type v0.1.2
5842026-07-21T23:01:01.293Z Downloaded defmt v1.0.1
5852026-07-21T23:01:01.296Z Downloaded convert_case v0.10.0
5862026-07-21T23:01:01.296Z Downloaded dtrace-parser v0.3.0
5872026-07-21T23:01:01.296Z Downloaded document-features v0.2.12
5882026-07-21T23:01:01.299Z Downloaded compression-codecs v0.4.37
5892026-07-21T23:01:01.299Z Downloaded fd-lock v4.0.4
5902026-07-21T23:01:01.303Z Downloaded dof v0.4.0
5912026-07-21T23:01:01.303Z Downloaded float-ord v0.3.2
5922026-07-21T23:01:01.303Z Downloaded camino-tempfile-ext v0.3.3
5932026-07-21T23:01:01.306Z Downloaded console v0.16.2
5942026-07-21T23:01:01.306Z Downloaded crunchy v0.2.4
5952026-07-21T23:01:01.306Z Downloaded critical-section v1.2.0
5962026-07-21T23:01:01.309Z Downloaded cassowary v0.3.0
5972026-07-21T23:01:01.309Z Downloaded base16ct v0.2.0
5982026-07-21T23:01:01.309Z Downloaded bit-vec v0.8.0
5992026-07-21T23:01:01.313Z Downloaded cexpr v0.6.0
6002026-07-21T23:01:01.313Z Downloaded blowfish v0.10.0
6012026-07-21T23:01:01.313Z Downloaded cipher v0.4.4
6022026-07-21T23:01:01.316Z Downloaded bcs v0.1.6
6032026-07-21T23:01:01.316Z Downloaded foreign-types-shared v0.1.1
6042026-07-21T23:01:01.316Z Downloaded derive_builder_core v0.20.2
6052026-07-21T23:01:01.318Z Downloaded cstr-argument v0.1.2
6062026-07-21T23:01:01.318Z Downloaded foreign-types v0.3.2
6072026-07-21T23:01:01.321Z Downloaded float-cmp v0.10.0
6082026-07-21T23:01:01.321Z Downloaded form_urlencoded v1.2.2
6092026-07-21T23:01:01.322Z Downloaded foreign-types-shared v0.3.1
6102026-07-21T23:01:01.322Z Downloaded foreign-types-macros v0.2.3
6112026-07-21T23:01:01.326Z Downloaded foreign-types v0.5.0
6122026-07-21T23:01:01.326Z Downloaded const_format_proc_macros v0.2.34
6132026-07-21T23:01:01.326Z Downloaded flagset v0.4.7
6142026-07-21T23:01:01.326Z Downloaded derive_builder_macro v0.20.2
6152026-07-21T23:01:01.329Z Downloaded buf-list v1.1.2
6162026-07-21T23:01:01.329Z Downloaded ghash v0.6.0
6172026-07-21T23:01:01.329Z Downloaded futures-task v0.3.32
6182026-07-21T23:01:01.333Z Downloaded enum-as-inner v0.6.1
6192026-07-21T23:01:01.333Z Downloaded globwalk v0.9.1
6202026-07-21T23:01:01.333Z Downloaded cbc v0.2.1
6212026-07-21T23:01:01.336Z Downloaded futures-core v0.3.32
6222026-07-21T23:01:01.336Z Downloaded erased-serde v0.3.31
6232026-07-21T23:01:01.339Z Downloaded enum_dispatch v0.3.13
6242026-07-21T23:01:01.339Z Downloaded byte-wrapper v0.1.0
6252026-07-21T23:01:01.342Z Downloaded gethostname v0.5.0
6262026-07-21T23:01:01.342Z Downloaded git-stub v1.0.0
6272026-07-21T23:01:01.342Z Downloaded futures-macro v0.3.32
6282026-07-21T23:01:01.345Z Downloaded fxhash v0.2.1
6292026-07-21T23:01:01.345Z Downloaded either v1.15.0
6302026-07-21T23:01:01.345Z Downloaded diesel-dtrace v0.5.0
6312026-07-21T23:01:01.347Z Downloaded derive-ex v0.1.8
6322026-07-21T23:01:01.347Z Downloaded defmt-macros v1.0.1
6332026-07-21T23:01:01.350Z Downloaded ff v0.13.1
6342026-07-21T23:01:01.350Z Downloaded blake2 v0.11.0-rc.6
6352026-07-21T23:01:01.354Z Downloaded dirs-sys-next v0.1.2
6362026-07-21T23:01:01.354Z Downloaded corncobs v0.1.4
6372026-07-21T23:01:01.354Z Downloaded clang-sys v1.8.1
6382026-07-21T23:01:01.357Z Downloaded daft v0.1.7
6392026-07-21T23:01:01.357Z Downloaded fallible-iterator v0.2.0
6402026-07-21T23:01:01.357Z Downloaded cmake v0.1.57
6412026-07-21T23:01:01.360Z Downloaded backoff v0.4.0
6422026-07-21T23:01:01.360Z Downloaded filetime v0.2.27
6432026-07-21T23:01:01.363Z Downloaded ff v0.14.0
6442026-07-21T23:01:01.363Z Downloaded hash32 v0.2.1
6452026-07-21T23:01:01.363Z Downloaded env_logger v0.11.9
6462026-07-21T23:01:01.366Z Downloaded ecdsa v0.17.0-rc.18
6472026-07-21T23:01:01.366Z Downloaded ctutils v0.4.2
6482026-07-21T23:01:01.369Z Downloaded const-oid v0.9.6
6492026-07-21T23:01:01.369Z Downloaded hex v0.4.3
6502026-07-21T23:01:01.372Z Downloaded headers-core v0.3.0
6512026-07-21T23:01:01.373Z Downloaded ed25519 v2.2.3
6522026-07-21T23:01:01.373Z Downloaded displaydoc v0.2.5
6532026-07-21T23:01:01.377Z Downloaded delegate v0.13.5
6542026-07-21T23:01:01.377Z Downloaded defmt-parser v1.0.0
6552026-07-21T23:01:01.377Z Downloaded hex-literal v1.1.0
6562026-07-21T23:01:01.380Z Downloaded hash32 v0.3.1
6572026-07-21T23:01:01.380Z Downloaded fixedbitset v0.4.2
6582026-07-21T23:01:01.380Z Downloaded colored v3.1.1
6592026-07-21T23:01:01.380Z Downloaded cipher v0.5.2
6602026-07-21T23:01:01.384Z Downloaded chacha20 v0.10.0
6612026-07-21T23:01:01.384Z Downloaded home v0.5.12
6622026-07-21T23:01:01.384Z Downloaded bzip2 v0.6.1
6632026-07-21T23:01:01.387Z Downloaded derive_builder v0.20.2
6642026-07-21T23:01:01.390Z Downloaded foldhash v0.1.5
6652026-07-21T23:01:01.390Z Downloaded crc32fast v1.5.0
6662026-07-21T23:01:01.390Z Downloaded foldhash v0.2.0
6672026-07-21T23:01:01.393Z Downloaded find-msvc-tools v0.1.9
6682026-07-21T23:01:01.393Z Downloaded colored v2.2.0
6692026-07-21T23:01:01.453Z Downloaded cmov v0.5.4
6702026-07-21T23:01:01.453Z Downloaded console v0.15.11
6712026-07-21T23:01:01.453Z Downloaded futures-executor v0.3.32
6722026-07-21T23:01:01.453Z Downloaded http-body v1.0.1
6732026-07-21T23:01:01.453Z Downloaded fs_extra v1.3.0
6742026-07-21T23:01:01.453Z Downloaded cancel-safe-futures v0.1.5
6752026-07-21T23:01:01.453Z Downloaded http-range v0.1.5
6762026-07-21T23:01:01.453Z Downloaded crossbeam-epoch v0.9.18
6772026-07-21T23:01:01.453Z Downloaded hubpack_derive v0.1.1
6782026-07-21T23:01:01.453Z Downloaded hostname v0.4.2
6792026-07-21T23:01:01.453Z Downloaded httpdate v1.0.3
6802026-07-21T23:01:01.453Z Downloaded allocator-api2 v0.2.21
6812026-07-21T23:01:01.453Z Downloaded hostname v0.3.1
6822026-07-21T23:01:01.453Z Downloaded chacha20 v0.9.1
6832026-07-21T23:01:01.453Z Downloaded bzip2 v0.4.4
6842026-07-21T23:01:01.453Z Downloaded ena v0.14.4
6852026-07-21T23:01:01.453Z Downloaded crossbeam-utils v0.8.21
6862026-07-21T23:01:01.453Z Downloaded hubpack v0.1.2
6872026-07-21T23:01:01.453Z Downloaded group v0.13.0
6882026-07-21T23:01:01.453Z Downloaded hyper-tls v0.6.0
6892026-07-21T23:01:01.453Z Downloaded des v0.9.0
6902026-07-21T23:01:01.453Z Downloaded glob v0.3.3
6912026-07-21T23:01:01.453Z Downloaded fixedbitset v0.5.7
6922026-07-21T23:01:01.454Z Downloaded der_derive v0.7.3
6932026-07-21T23:01:01.454Z Downloaded futures-sink v0.3.32
6942026-07-21T23:01:01.454Z Downloaded futures-io v0.3.32
6952026-07-21T23:01:01.454Z Downloaded funty v2.0.0
6962026-07-21T23:01:01.454Z Downloaded illumos-nvpair-sys v0.2.0
6972026-07-21T23:01:01.454Z Downloaded ident_case v1.0.1
6982026-07-21T23:01:01.454Z Downloaded indent_write v2.2.0
6992026-07-21T23:01:01.454Z Downloaded illumos-nvpair v0.3.0
7002026-07-21T23:01:01.454Z Downloaded constant_time_eq v0.4.2
7012026-07-21T23:01:01.454Z Downloaded group v0.14.0
7022026-07-21T23:01:01.454Z Downloaded globset v0.4.18
7032026-07-21T23:01:01.454Z Downloaded highway v1.3.0
7042026-07-21T23:01:01.454Z Downloaded darling v0.21.3
7052026-07-21T23:01:01.455Z Downloaded inout v0.1.4
7062026-07-21T23:01:01.459Z Downloaded inout v0.2.2
7072026-07-21T23:01:01.459Z Downloaded internet-checksum v0.2.1
7082026-07-21T23:01:01.459Z Downloaded instability v0.3.11
7092026-07-21T23:01:01.459Z Downloaded instant v0.1.13
7102026-07-21T23:01:01.459Z Downloaded fs-err v2.11.0
7112026-07-21T23:01:01.459Z Downloaded idna_adapter v1.2.1
7122026-07-21T23:01:01.463Z Downloaded ciborium v0.2.2
7132026-07-21T23:01:01.464Z Downloaded is_ci v1.2.0
7142026-07-21T23:01:01.467Z Downloaded is-terminal v0.4.17
7152026-07-21T23:01:01.467Z Downloaded crypto-bigint v0.5.5
7162026-07-21T23:01:01.472Z Downloaded kstat-rs v0.2.4
7172026-07-21T23:01:01.477Z Downloaded futures-channel v0.3.32
7182026-07-21T23:01:01.481Z Downloaded kem v0.3.0
7192026-07-21T23:01:01.484Z Downloaded compact_str v0.8.1
7202026-07-21T23:01:01.484Z Downloaded lru-slab v0.1.2
7212026-07-21T23:01:01.487Z Downloaded keccak v0.1.6
7222026-07-21T23:01:01.487Z Downloaded http-body-util v0.1.3
7232026-07-21T23:01:01.491Z Downloaded lru v0.12.5
7242026-07-21T23:01:01.491Z Downloaded lalrpop-util v0.19.12
7252026-07-21T23:01:01.491Z Downloaded linked-hash-map v0.5.6
7262026-07-21T23:01:01.494Z Downloaded lazy_static v1.5.0
7272026-07-21T23:01:01.495Z Downloaded libscf-sys v1.1.0
7282026-07-21T23:01:01.499Z Downloaded bytes v1.11.1
7292026-07-21T23:01:01.502Z Downloaded const-oid v0.10.2
7302026-07-21T23:01:01.506Z Downloaded diff v0.1.13
7312026-07-21T23:01:01.509Z Downloaded elliptic-curve v0.14.0-rc.33
7322026-07-21T23:01:01.509Z Downloaded elliptic-curve v0.13.8
7332026-07-21T23:01:01.512Z Downloaded humantime v2.3.0
7342026-07-21T23:01:01.512Z Downloaded maybe-uninit v2.0.0
7352026-07-21T23:01:01.515Z Downloaded const_format v0.2.35
7362026-07-21T23:01:01.518Z Downloaded managed v0.8.0
7372026-07-21T23:01:01.518Z Downloaded md5 v0.8.0
7382026-07-21T23:01:01.518Z Downloaded memoffset v0.9.1
7392026-07-21T23:01:01.521Z Downloaded mime v0.3.17
7402026-07-21T23:01:01.521Z Downloaded match_cfg v0.1.0
7412026-07-21T23:01:01.521Z Downloaded maplit v1.0.2
7422026-07-21T23:01:01.521Z Downloaded lzss v0.8.2
7432026-07-21T23:01:01.524Z Downloaded hyper-staticfile v0.10.1
7442026-07-21T23:01:01.524Z Downloaded half v1.8.3
7452026-07-21T23:01:01.527Z Downloaded multimap v0.10.1
7462026-07-21T23:01:01.527Z Downloaded deranged v0.5.8
7472026-07-21T23:01:01.527Z Downloaded impl-trait-for-tuples v0.2.3
7482026-07-21T23:01:01.530Z Downloaded dropshot_endpoint v0.17.1
7492026-07-21T23:01:01.530Z Downloaded derive-where v1.6.0
7502026-07-21T23:01:01.535Z Downloaded new_debug_unreachable v1.0.6
7512026-07-21T23:01:01.538Z Downloaded indoc v2.0.7
7522026-07-21T23:01:01.538Z Downloaded ingot-types v0.1.2
7532026-07-21T23:01:01.542Z Downloaded ingot v0.1.1
7542026-07-21T23:01:01.542Z Downloaded chacha20poly1305 v0.10.1
7552026-07-21T23:01:01.542Z Downloaded indoc v1.0.9
7562026-07-21T23:01:01.545Z Downloaded hmac v0.13.0
7572026-07-21T23:01:01.545Z Downloaded ipnet v2.11.0
7582026-07-21T23:01:01.548Z Downloaded nodrop v0.1.14
7592026-07-21T23:01:01.548Z Downloaded git-stub-vcs v0.1.0
7602026-07-21T23:01:01.548Z Downloaded generic-array v1.4.3
7612026-07-21T23:01:01.551Z Downloaded darling_core v0.13.4
7622026-07-21T23:01:01.554Z Downloaded nonempty v0.12.0
7632026-07-21T23:01:01.554Z Downloaded normalize-line-endings v0.3.0
7642026-07-21T23:01:01.557Z Downloaded darling v0.23.0
7652026-07-21T23:01:01.560Z Downloaded base64 v0.21.7
7662026-07-21T23:01:01.560Z Downloaded libefi-sys v0.1.0
7672026-07-21T23:01:01.563Z Downloaded lru-cache v0.1.2
7682026-07-21T23:01:01.563Z Downloaded keccak v0.2.0
7692026-07-21T23:01:01.563Z Downloaded libloading v0.8.9
7702026-07-21T23:01:01.577Z Downloaded num-derive v0.3.3
7712026-07-21T23:01:01.580Z Downloaded num-conv v0.2.0
7722026-07-21T23:01:01.580Z Downloaded num v0.4.3
7732026-07-21T23:01:01.580Z Downloaded libsw v3.5.0
7742026-07-21T23:01:01.583Z Downloaded lock_api v0.4.14
7752026-07-21T23:01:01.583Z Downloaded linear-map v1.2.0
7762026-07-21T23:01:01.586Z Downloaded drift v0.2.0
7772026-07-21T23:01:01.589Z Downloaded num-derive v0.4.2
7782026-07-21T23:01:01.592Z Downloaded getrandom v0.3.4
7792026-07-21T23:01:01.595Z Downloaded num_enum_derive v0.5.11
7802026-07-21T23:01:01.595Z Downloaded mime_guess v2.0.5
7812026-07-21T23:01:01.595Z Downloaded cc v1.2.56
7822026-07-21T23:01:01.598Z Downloaded libsw-core v0.3.2
7832026-07-21T23:01:01.599Z Downloaded hyper-rustls v0.27.7
7842026-07-21T23:01:01.602Z Downloaded bumpalo v3.20.2
7852026-07-21T23:01:01.602Z Downloaded openssl-macros v0.1.1
7862026-07-21T23:01:01.602Z Downloaded crc-any v2.5.0
7872026-07-21T23:01:01.606Z Downloaded olpc-cjson v0.1.4
7882026-07-21T23:01:01.606Z Downloaded native-tls v0.2.18
7892026-07-21T23:01:01.606Z Downloaded darling_core v0.21.3
7902026-07-21T23:01:01.609Z Downloaded openssl-probe v0.1.6
7912026-07-21T23:01:01.612Z Downloaded opaque-debug v0.3.1
7922026-07-21T23:01:01.612Z Downloaded num_threads v0.1.7
7932026-07-21T23:01:01.612Z Downloaded md-5 v0.10.6
7942026-07-21T23:01:01.612Z Downloaded ingot-macros v0.1.1
7952026-07-21T23:01:01.615Z Downloaded iana-time-zone v0.1.65
7962026-07-21T23:01:01.615Z Downloaded hybrid-array v0.4.13
7972026-07-21T23:01:01.618Z Downloaded multer v3.1.0
7982026-07-21T23:01:01.618Z Downloaded module-lattice v0.2.3
7992026-07-21T23:01:01.621Z Downloaded httparse v1.10.1
8002026-07-21T23:01:01.621Z Downloaded newtype_derive v0.1.6
8012026-07-21T23:01:01.624Z Downloaded openssl-probe v0.2.1
8022026-07-21T23:01:01.624Z Downloaded newtype-uuid v1.3.2
8032026-07-21T23:01:01.624Z Downloaded crossbeam-channel v0.5.15
8042026-07-21T23:01:01.628Z Downloaded ipnetwork v0.21.1
8052026-07-21T23:01:01.628Z Downloaded flume v0.11.1
8062026-07-21T23:01:01.630Z Downloaded nu-ansi-term v0.50.3
8072026-07-21T23:01:01.633Z Downloaded num-complex v0.4.6
8082026-07-21T23:01:01.633Z Downloaded jobserver v0.1.34
8092026-07-21T23:01:01.633Z Downloaded hmac v0.12.1
8102026-07-21T23:01:01.637Z Downloaded getrandom v0.2.17
8112026-07-21T23:01:01.637Z Downloaded oso-derive v0.27.3
8122026-07-21T23:01:01.640Z Downloaded packed_struct_codegen v0.10.1
8132026-07-21T23:01:01.640Z Downloaded num-iter v0.1.45
8142026-07-21T23:01:01.640Z Downloaded num-integer v0.1.46
8152026-07-21T23:01:01.643Z Downloaded litrs v1.0.0
8162026-07-21T23:01:01.643Z Downloaded fatfs v0.3.6
8172026-07-21T23:01:01.647Z Downloaded darling_core v0.20.11
8182026-07-21T23:01:01.650Z Downloaded parse-size v1.1.0
8192026-07-21T23:01:01.650Z Downloaded parse-display v0.10.0
8202026-07-21T23:01:01.650Z Downloaded litemap v0.8.1
8212026-07-21T23:01:01.650Z Downloaded heapless v0.7.17
8222026-07-21T23:01:01.653Z Downloaded num_enum v0.5.11
8232026-07-21T23:01:01.656Z Downloaded num-rational v0.4.2
8242026-07-21T23:01:01.659Z Downloaded der v0.7.10
8252026-07-21T23:01:01.662Z Downloaded indexmap v1.9.3
8262026-07-21T23:01:01.662Z Downloaded path-slash v0.1.5
8272026-07-21T23:01:01.666Z Downloaded num_enum v0.7.6
8282026-07-21T23:01:01.670Z Downloaded memmap2 v0.9.10
8292026-07-21T23:01:01.670Z Downloaded phf_shared v0.12.1
8302026-07-21T23:01:01.670Z Downloaded icu_provider v2.1.1
8312026-07-21T23:01:01.670Z Downloaded percent-encoding v2.3.2
8322026-07-21T23:01:01.674Z Downloaded phf_shared v0.11.3
8332026-07-21T23:01:01.674Z Downloaded num_enum_derive v0.7.6
8342026-07-21T23:01:01.674Z Downloaded half v2.7.1
8352026-07-21T23:01:01.674Z Downloaded password-hash v0.6.1
8362026-07-21T23:01:01.677Z Downloaded ml-kem v0.3.2
8372026-07-21T23:01:01.677Z Downloaded ignore v0.4.25
8382026-07-21T23:01:01.680Z Downloaded heapless v0.8.0
8392026-07-21T23:01:01.680Z Downloaded headers v0.4.1
8402026-07-21T23:01:01.683Z Downloaded derive_more v2.1.1
8412026-07-21T23:01:01.690Z Downloaded peg-runtime v0.8.5
8422026-07-21T23:01:01.693Z Downloaded nanorand v0.7.0
8432026-07-21T23:01:01.693Z Downloaded aes v0.9.1
8442026-07-21T23:01:01.696Z Downloaded futures v0.3.32
8452026-07-21T23:01:01.699Z Downloaded expectorate v1.2.0
8462026-07-21T23:01:01.699Z Downloaded ar_archive_writer v0.5.1
8472026-07-21T23:01:01.702Z Downloaded potential_utf v0.1.4
8482026-07-21T23:01:01.702Z Downloaded libbz2-rs-sys v0.2.2
8492026-07-21T23:01:01.705Z Downloaded flate2 v1.1.9
8502026-07-21T23:01:01.708Z Downloaded nibble_vec v0.1.0
8512026-07-21T23:01:01.708Z Downloaded oxide-tokio-rt v0.1.4
8522026-07-21T23:01:01.711Z Downloaded predicates-core v1.0.10
8532026-07-21T23:01:01.711Z Downloaded oxnet v0.1.6
8542026-07-21T23:01:01.711Z Downloaded oxide-update-engine-display v0.1.2
8552026-07-21T23:01:01.714Z Downloaded powerfmt v0.2.0
8562026-07-21T23:01:01.714Z Downloaded oxide-update-engine v0.1.2
8572026-07-21T23:01:01.714Z Downloaded newtype-uuid-macros v0.1.0
8582026-07-21T23:01:01.717Z Downloaded newline-converter v0.3.0
8592026-07-21T23:01:01.717Z Downloaded derive_more v0.99.20
8602026-07-21T23:01:01.720Z Downloaded parking_lot_core v0.8.6
8612026-07-21T23:01:01.720Z Downloaded predicates-tree v1.0.13
8622026-07-21T23:01:01.723Z Downloaded pem v3.0.6
8632026-07-21T23:01:01.723Z Downloaded ed25519-dalek v3.0.0-rc.0
8642026-07-21T23:01:01.726Z Downloaded diesel_derives v2.3.7
8652026-07-21T23:01:01.729Z Downloaded peg-macros v0.8.5
8662026-07-21T23:01:01.729Z Downloaded icu_normalizer_data v2.1.1
8672026-07-21T23:01:01.732Z Downloaded paste v1.0.15
8682026-07-21T23:01:01.732Z Downloaded parse-display-derive v0.10.0
8692026-07-21T23:01:01.735Z Downloaded pem-rfc7468 v0.7.0
8702026-07-21T23:01:01.735Z Downloaded progenitor-macro v0.13.0
8712026-07-21T23:01:01.736Z Downloaded proc-macro-crate v3.4.0
8722026-07-21T23:01:01.739Z Downloaded phf_shared v0.13.1
8732026-07-21T23:01:01.739Z Downloaded phf v0.13.1
8742026-07-21T23:01:01.739Z Downloaded progenitor-client v0.14.0
8752026-07-21T23:01:01.739Z Downloaded peg v0.8.5
8762026-07-21T23:01:01.742Z Downloaded proc-macro-error-attr2 v2.0.0
8772026-07-21T23:01:01.742Z Downloaded pem-rfc7468 v1.0.0
8782026-07-21T23:01:01.745Z Downloaded psl-types v2.0.11
8792026-07-21T23:01:01.745Z Downloaded hickory-resolver v0.25.2
8802026-07-21T23:01:01.748Z Downloaded progenitor-macro v0.14.0
8812026-07-21T23:01:01.748Z Downloaded pin-project-internal v1.1.11
8822026-07-21T23:01:01.751Z Downloaded phf v0.12.1
8832026-07-21T23:01:01.751Z Downloaded icu_normalizer v2.1.1
8842026-07-21T23:01:01.754Z Downloaded ed25519-dalek v2.2.0
8852026-07-21T23:01:01.754Z Downloaded crossterm v0.29.0
8862026-07-21T23:01:01.757Z Downloaded indicatif v0.18.4
8872026-07-21T23:01:01.760Z Downloaded quick-error v1.2.3
8882026-07-21T23:01:01.763Z Downloaded derive_more-impl v2.1.1
8892026-07-21T23:01:01.766Z Downloaded proc-macro-crate v1.3.1
8902026-07-21T23:01:01.766Z Downloaded precomputed-hash v0.1.1
8912026-07-21T23:01:01.766Z Downloaded icu_properties v2.1.2
8922026-07-21T23:01:01.769Z Downloaded rand_chacha v0.3.1
8932026-07-21T23:01:01.769Z Downloaded icu_locale_core v2.1.1
8942026-07-21T23:01:01.772Z Downloaded polyval v0.7.1
8952026-07-21T23:01:01.772Z Downloaded parking_lot v0.11.2
8962026-07-21T23:01:01.775Z Downloaded pin-project-lite v0.2.17
8972026-07-21T23:01:01.778Z Downloaded pbkdf2 v0.13.0
8982026-07-21T23:01:01.778Z Downloaded packed_struct v0.10.1
8992026-07-21T23:01:01.781Z Downloaded owo-colors v4.3.0
9002026-07-21T23:01:01.781Z Downloaded port-file v0.1.0
9012026-07-21T23:01:01.786Z Downloaded pkcs8 v0.10.2
9022026-07-21T23:01:01.791Z Downloaded rand_xorshift v0.4.0
9032026-07-21T23:01:01.795Z Downloaded recursive v0.1.1
9042026-07-21T23:01:01.798Z Downloaded phc v0.6.1
9052026-07-21T23:01:01.798Z Downloaded ref-cast-impl v1.0.25
9062026-07-21T23:01:01.798Z Downloaded parking_lot_core v0.9.12
9072026-07-21T23:01:01.801Z Downloaded ref-cast v1.0.25
9082026-07-21T23:01:01.801Z Downloaded recursive-proc-macro-impl v0.1.1
9092026-07-21T23:01:01.804Z Downloaded ppv-lite86 v0.2.21
9102026-07-21T23:01:01.804Z Downloaded hickory-resolver v0.24.4
9112026-07-21T23:01:01.807Z Downloaded primeorder v0.14.0-rc.10
9122026-07-21T23:01:01.807Z Downloaded num-traits v0.2.19
9132026-07-21T23:01:01.810Z Downloaded parking_lot v0.12.5
9142026-07-21T23:01:01.810Z Downloaded primeorder v0.13.6
9152026-07-21T23:01:01.813Z Downloaded icu_collections v2.1.1
9162026-07-21T23:01:01.816Z Downloaded progenitor-extras v0.2.0
9172026-07-21T23:01:01.816Z Downloaded crossterm v0.28.1
9182026-07-21T23:01:01.821Z Downloaded psm v0.1.30
9192026-07-21T23:01:01.826Z Downloaded radium v0.7.0
9202026-07-21T23:01:01.826Z Downloaded jiff-static v0.2.21
9212026-07-21T23:01:01.826Z Downloaded rfc6979 v0.5.0
9222026-07-21T23:01:01.830Z Downloaded rfc6979 v0.4.0
9232026-07-21T23:01:01.830Z Downloaded miniz_oxide v0.8.9
9242026-07-21T23:01:01.830Z Downloaded russh-util v0.52.0
9252026-07-21T23:01:01.830Z Downloaded progenitor-client v0.13.0
9262026-07-21T23:01:01.830Z Downloaded rustc-hash v2.1.1
9272026-07-21T23:01:01.830Z Downloaded pkcs1 v0.7.5
9282026-07-21T23:01:01.833Z Downloaded pkcs1 v0.8.0-rc.4
9292026-07-21T23:01:01.833Z Downloaded omicron-zone-package v0.12.3
9302026-07-21T23:01:01.837Z Downloaded progenitor v0.13.0
9312026-07-21T23:01:01.837Z Downloaded postgres-protocol v0.6.10
9322026-07-21T23:01:01.840Z Downloaded progenitor v0.14.0
9332026-07-21T23:01:01.840Z Downloaded proc-macro-error2 v2.0.1
9342026-07-21T23:01:01.840Z Downloaded der v0.8.0
9352026-07-21T23:01:01.843Z Downloaded rustc_version v0.4.1
9362026-07-21T23:01:01.844Z Downloaded rtoolbox v0.0.3
9372026-07-21T23:01:01.846Z Downloaded poly1305 v0.9.0
9382026-07-21T23:01:01.847Z Downloaded r2d2 v0.8.10
9392026-07-21T23:01:01.850Z Downloaded rustc_version v0.1.7
9402026-07-21T23:01:01.850Z Downloaded oso v0.27.3
9412026-07-21T23:01:01.853Z Downloaded poly1305 v0.8.0
9422026-07-21T23:01:01.856Z Downloaded scheduled-thread-pool v0.2.7
9432026-07-21T23:01:01.859Z Downloaded http v1.4.2
9442026-07-21T23:01:01.862Z Downloaded postgres-types v0.2.12
9452026-07-21T23:01:01.862Z Downloaded same-file v1.0.6
9462026-07-21T23:01:01.862Z Downloaded postcard v1.1.3
9472026-07-21T23:01:01.865Z Downloaded oxide-update-engine-types v0.1.2
9482026-07-21T23:01:01.868Z Downloaded rand_core v0.9.5
9492026-07-21T23:01:01.871Z Downloaded rand_seeder v0.4.0
9502026-07-21T23:01:01.874Z Downloaded hyper-util v0.1.20
9512026-07-21T23:01:01.881Z Downloaded sapling-renderdag v0.1.0
9522026-07-21T23:01:01.881Z Downloaded rand_core v0.6.4
9532026-07-21T23:01:01.884Z Downloaded rand_chacha v0.9.0
9542026-07-21T23:01:01.884Z Downloaded predicates v3.1.4
9552026-07-21T23:01:01.884Z Downloaded primefield v0.14.0
9562026-07-21T23:01:01.884Z Downloaded password-hash v0.5.0
9572026-07-21T23:01:01.884Z Downloaded secrecy v0.8.0
9582026-07-21T23:01:01.884Z Downloaded hashbrown v0.13.2
9592026-07-21T23:01:01.890Z Downloaded scopeguard v1.2.0
9602026-07-21T23:01:01.894Z Downloaded secrecy v0.10.3
9612026-07-21T23:01:01.897Z Downloaded pkg-config v0.3.32
9622026-07-21T23:01:01.897Z Downloaded internal-russh-num-bigint v0.5.0
9632026-07-21T23:01:01.900Z Downloaded serde-big-array v0.5.1
9642026-07-21T23:01:01.900Z Downloaded semver v0.1.20
9652026-07-21T23:01:01.905Z Downloaded serde_plain v1.0.2
9662026-07-21T23:01:01.908Z Downloaded resolv-conf v0.7.6
9672026-07-21T23:01:01.908Z Downloaded hashbrown v0.12.3
9682026-07-21T23:01:01.911Z Downloaded pkcs8 v0.11.0
9692026-07-21T23:01:01.916Z Downloaded russh-cryptovec v0.61.0
9702026-07-21T23:01:01.921Z Downloaded rand_core v0.10.0
9712026-07-21T23:01:01.924Z Downloaded serde_bytes v0.11.19
9722026-07-21T23:01:01.925Z Downloaded seq-macro v0.3.6
9732026-07-21T23:01:01.925Z Downloaded serde_spanned v1.1.1
9742026-07-21T23:01:01.929Z Downloaded serde_repr v0.1.20
9752026-07-21T23:01:01.929Z Downloaded sha1 v0.10.6
9762026-07-21T23:01:01.929Z Downloaded serde_urlencoded v0.7.1
9772026-07-21T23:01:01.932Z Downloaded sha1 v0.11.0
9782026-07-21T23:01:01.932Z Downloaded rustls-pemfile v2.2.0
9792026-07-21T23:01:01.932Z Downloaded quinn-udp v0.5.14
9802026-07-21T23:01:01.935Z Downloaded papergrid v0.17.0
9812026-07-21T23:01:01.938Z Downloaded pkcs5 v0.8.1
9822026-07-21T23:01:01.938Z Downloaded rustls-native-certs v0.8.3
9832026-07-21T23:01:01.941Z Downloaded aes-gcm v0.11.0
9842026-07-21T23:01:01.944Z Downloaded pin-project v1.1.11
9852026-07-21T23:01:01.950Z Downloaded signature v2.2.0
9862026-07-21T23:01:01.953Z Downloaded shell-words v1.1.1
9872026-07-21T23:01:01.953Z Downloaded sigpipe v0.1.3
9882026-07-21T23:01:01.953Z Downloaded signal-hook-mio v0.2.5
9892026-07-21T23:01:01.953Z Downloaded p384 v0.14.0-rc.10
9902026-07-21T23:01:01.956Z Downloaded siphasher v1.0.2
9912026-07-21T23:01:01.959Z Downloaded prefix-trie v0.7.0
9922026-07-21T23:01:01.962Z Downloaded signal-hook-tokio v0.3.1
9932026-07-21T23:01:01.965Z Downloaded rustversion v1.0.22
9942026-07-21T23:01:01.968Z Downloaded dropshot-api-manager v0.7.2
9952026-07-21T23:01:01.971Z Downloaded progenitor-impl v0.14.0
9962026-07-21T23:01:01.971Z Downloaded scrypt v0.12.0
9972026-07-21T23:01:01.974Z Downloaded scroll_derive v0.13.1
9982026-07-21T23:01:01.974Z Downloaded slog-envlogger v2.2.0
9992026-07-21T23:01:01.974Z Downloaded scroll v0.13.0
10002026-07-21T23:01:01.974Z Downloaded progenitor-impl v0.13.0
10012026-07-21T23:01:01.977Z Downloaded sec1 v0.7.3
10022026-07-21T23:01:01.982Z Downloaded sec1 v0.8.1
10032026-07-21T23:01:01.985Z Downloaded openssl-sys v0.9.115
10042026-07-21T23:01:01.988Z Downloaded slog-bunyan v2.5.0
10052026-07-21T23:01:01.991Z Downloaded serde_derive_internals v0.29.1
10062026-07-21T23:01:01.994Z Downloaded itertools v0.10.5
10072026-07-21T23:01:02.007Z Downloaded serdect v0.4.3
10082026-07-21T23:01:02.012Z Downloaded serde_path_to_error v0.1.20
10092026-07-21T23:01:02.012Z Downloaded rpassword v7.5.4
10102026-07-21T23:01:02.017Z Downloaded aho-corasick v1.1.4
10112026-07-21T23:01:02.017Z Downloaded serde_with_macros v1.5.2
10122026-07-21T23:01:02.020Z Downloaded rustls-pki-types v1.14.0
10132026-07-21T23:01:02.020Z Downloaded p256 v0.14.0-rc.10
10142026-07-21T23:01:02.023Z Downloaded sqlparser_derive v0.5.0
10152026-07-21T23:01:02.026Z Downloaded rusty-fork v0.3.1
10162026-07-21T23:01:02.029Z Downloaded salsa20 v0.11.0
10172026-07-21T23:01:02.029Z Downloaded rcgen v0.12.1
10182026-07-21T23:01:02.032Z Downloaded shlex v1.3.0
10192026-07-21T23:01:02.032Z Downloaded stable_deref_trait v1.2.1
10202026-07-21T23:01:02.035Z Downloaded strsim v0.10.0
10212026-07-21T23:01:02.038Z Downloaded strum v0.27.2
10222026-07-21T23:01:02.041Z Downloaded signal-hook-registry v1.4.8
10232026-07-21T23:01:02.041Z Downloaded hickory-server v0.25.2
10242026-07-21T23:01:02.045Z Downloaded slab v0.4.12
10252026-07-21T23:01:02.045Z Downloaded num-bigint v0.4.6
10262026-07-21T23:01:02.049Z Downloaded hashbrown v0.15.5
10272026-07-21T23:01:02.052Z Downloaded structmeta v0.3.0
10282026-07-21T23:01:02.052Z Downloaded strip-ansi-escapes v0.2.1
10292026-07-21T23:01:02.052Z Downloaded structmeta-derive v0.3.0
10302026-07-21T23:01:02.052Z Downloaded signature v3.0.0
10312026-07-21T23:01:02.052Z Downloaded simd-adler32 v0.3.8
10322026-07-21T23:01:02.055Z Downloaded subtle v2.6.1
10332026-07-21T23:01:02.056Z Downloaded sync-ptr v0.1.4
10342026-07-21T23:01:02.056Z Downloaded supports-color v3.0.2
10352026-07-21T23:01:02.059Z Downloaded minimal-lexical v0.2.1
10362026-07-21T23:01:02.062Z Downloaded slog-term v2.9.2
10372026-07-21T23:01:02.062Z Downloaded strum v0.26.3
10382026-07-21T23:01:02.062Z Downloaded smallvec v0.6.14
10392026-07-21T23:01:02.065Z Downloaded slog-stdlog v4.1.1
10402026-07-21T23:01:02.065Z Downloaded slog-scope v4.4.1
10412026-07-21T23:01:02.065Z Downloaded slog-json v2.6.1
10422026-07-21T23:01:02.069Z Downloaded smf v0.2.3
10432026-07-21T23:01:02.069Z Downloaded slog-dtrace v0.3.0
10442026-07-21T23:01:02.070Z Downloaded slog-async v2.8.0
10452026-07-21T23:01:02.073Z Downloaded hashbrown v0.16.1
10462026-07-21T23:01:02.074Z Downloaded schemars_derive v0.8.22
10472026-07-21T23:01:02.077Z Downloaded serde-hex v0.1.0
10482026-07-21T23:01:02.080Z Downloaded take_mut v0.2.2
10492026-07-21T23:01:02.080Z Downloaded snafu-derive v0.8.9
10502026-07-21T23:01:02.080Z Downloaded spki v0.7.3
10512026-07-21T23:01:02.084Z Downloaded spki v0.8.0
10522026-07-21T23:01:02.088Z Downloaded rustls-platform-verifier v0.6.2
10532026-07-21T23:01:02.088Z Downloaded serde_cbor v0.11.2
10542026-07-21T23:01:02.091Z Downloaded ryu v1.0.23
10552026-07-21T23:01:02.091Z Downloaded ron v0.8.1
10562026-07-21T23:01:02.094Z Downloaded tagptr v0.2.0
10572026-07-21T23:01:03.100Z Downloaded tap v1.0.1
10582026-07-21T23:01:03.100Z Downloaded tabwriter v1.4.1
10592026-07-21T23:01:03.100Z Downloaded nom v7.1.3
10602026-07-21T23:01:03.104Z Downloaded time-core v0.1.8
10612026-07-21T23:01:03.104Z Downloaded testing_table v0.3.0
10622026-07-21T23:01:03.104Z Downloaded thread-id v5.1.0
10632026-07-21T23:01:03.104Z Downloaded termtree v0.5.1
10642026-07-21T23:01:03.106Z Downloaded sqlformat v0.3.5
10652026-07-21T23:01:03.106Z Downloaded ssh-encoding v0.3.0-rc.9
10662026-07-21T23:01:03.106Z Downloaded prettyplease v0.2.37
10672026-07-21T23:01:03.106Z Downloaded schemars v0.8.22
10682026-07-21T23:01:03.106Z Downloaded thiserror-impl-no-std v2.0.2
10692026-07-21T23:01:03.106Z Downloaded static_assertions v1.1.0
10702026-07-21T23:01:03.106Z Downloaded stacker v0.1.23
10712026-07-21T23:01:03.106Z Downloaded ssh-cipher v0.3.0-rc.9
10722026-07-21T23:01:03.106Z Downloaded strum_macros v0.24.3
10732026-07-21T23:01:03.106Z Downloaded stringprep v0.1.5
10742026-07-21T23:01:03.106Z Downloaded pretty_assertions v1.4.1
10752026-07-21T23:01:03.106Z Downloaded publicsuffix v2.3.0
10762026-07-21T23:01:03.106Z Downloaded serde_with_macros v3.21.0
10772026-07-21T23:01:03.106Z Downloaded crypto-primes v0.7.2
10782026-07-21T23:01:03.106Z Downloaded strum_macros v0.26.4
10792026-07-21T23:01:03.106Z Downloaded mio v1.2.0
10802026-07-21T23:01:03.106Z Downloaded tabled_derive v0.11.0
10812026-07-21T23:01:03.106Z Downloaded support-bundle-viewer v0.1.2
10822026-07-21T23:01:03.106Z Downloaded iri-string v0.7.10
10832026-07-21T23:01:03.106Z Downloaded tokio-test v0.4.5
10842026-07-21T23:01:03.106Z Downloaded quinn v0.11.9
10852026-07-21T23:01:03.106Z Downloaded spin v0.9.8
10862026-07-21T23:01:03.106Z Downloaded smallvec v1.15.1
10872026-07-21T23:01:03.107Z Downloaded sync_wrapper v1.0.2
10882026-07-21T23:01:03.107Z Downloaded itertools v0.12.1
10892026-07-21T23:01:03.107Z Downloaded rand v0.8.6
10902026-07-21T23:01:03.107Z Downloaded itertools v0.13.0
10912026-07-21T23:01:03.107Z Downloaded synstructure v0.13.2
10922026-07-21T23:01:03.107Z Downloaded num-bigint-dig v0.8.6
10932026-07-21T23:01:03.107Z Downloaded topological-sort v0.2.2
10942026-07-21T23:01:03.107Z Downloaded serde_yaml v0.9.34+deprecated
10952026-07-21T23:01:03.107Z Downloaded thread_local v1.1.9
10962026-07-21T23:01:03.107Z Downloaded termios v0.3.3
10972026-07-21T23:01:03.107Z Downloaded libxml v0.3.3
10982026-07-21T23:01:03.107Z Downloaded tower-service v0.3.3
10992026-07-21T23:01:03.107Z Downloaded thiserror-no-std v2.0.2
11002026-07-21T23:01:03.107Z Downloaded hyper v1.10.1
11012026-07-21T23:01:03.107Z Downloaded time-macros v0.2.27
11022026-07-21T23:01:03.107Z Downloaded signal-hook v0.3.18
11032026-07-21T23:01:03.107Z Downloaded tiny-keccak v2.0.2
11042026-07-21T23:01:03.107Z Downloaded sha2 v0.11.0
11052026-07-21T23:01:03.107Z Downloaded unarray v0.1.4
11062026-07-21T23:01:03.107Z Downloaded typify-macro v0.6.2
11072026-07-21T23:01:03.108Z Downloaded trait-variant v0.1.2
11082026-07-21T23:01:03.108Z Downloaded tower-layer v0.3.3
11092026-07-21T23:01:03.108Z Downloaded similar v2.7.0
11102026-07-21T23:01:03.108Z Downloaded try-lock v0.2.5
11112026-07-21T23:01:03.108Z Downloaded idna v1.1.0
11122026-07-21T23:01:03.108Z Downloaded p521 v0.14.0-rc.10
11132026-07-21T23:01:03.108Z Downloaded tokio-macros v2.7.0
11142026-07-21T23:01:03.108Z Downloaded rayon-core v1.13.0
11152026-07-21T23:01:03.108Z Downloaded unicode-truncate v1.1.0
11162026-07-21T23:01:03.108Z Downloaded tls_codec v0.4.2
11172026-07-21T23:01:03.108Z Downloaded tinyvec_macros v0.1.1
11182026-07-21T23:01:03.108Z Downloaded tinystr v0.8.2
11192026-07-21T23:01:03.108Z Downloaded strum_macros v0.27.2
11202026-07-21T23:01:03.108Z Downloaded icu_properties_data v2.1.2
11212026-07-21T23:01:03.108Z Downloaded untrusted v0.9.0
11222026-07-21T23:01:03.108Z Downloaded untrusted v0.7.1
11232026-07-21T23:01:03.108Z Downloaded utf-8 v0.7.6
11242026-07-21T23:01:03.108Z Downloaded unicode-xid v0.2.6
11252026-07-21T23:01:03.108Z Downloaded futures-util v0.3.32
11262026-07-21T23:01:03.108Z Downloaded usdt-macro v0.6.0
11272026-07-21T23:01:03.108Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11282026-07-21T23:01:03.108Z Downloaded tokio-native-tls v0.3.1
11292026-07-21T23:01:03.108Z Downloaded usdt v0.6.0
11302026-07-21T23:01:03.108Z Downloaded universal-hash v0.6.1
11312026-07-21T23:01:03.108Z Downloaded universal-hash v0.5.1
11322026-07-21T23:01:03.108Z Downloaded unit-prefix v0.5.2
11332026-07-21T23:01:03.108Z Downloaded utf8_iter v1.0.4
11342026-07-21T23:01:03.108Z Downloaded usdt-attr-macro v0.6.0
11352026-07-21T23:01:03.108Z Downloaded tokio-tungstenite v0.21.0
11362026-07-21T23:01:03.108Z Downloaded tokio-dtrace v0.1.1
11372026-07-21T23:01:03.108Z Downloaded term v0.7.0
11382026-07-21T23:01:03.108Z Downloaded socket2 v0.6.3
11392026-07-21T23:01:03.109Z Downloaded nom v8.0.0
11402026-07-21T23:01:03.109Z Downloaded term v1.2.1
11412026-07-21T23:01:03.109Z Downloaded rand v0.10.1
11422026-07-21T23:01:03.109Z Downloaded tokio-tungstenite v0.23.1
11432026-07-21T23:01:03.109Z Downloaded hkdf v0.13.0
11442026-07-21T23:01:03.109Z Downloaded toml_writer v1.1.1+spec-1.1.0
11452026-07-21T23:01:03.109Z Downloaded curve25519-dalek v4.1.3
11462026-07-21T23:01:03.109Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11472026-07-21T23:01:03.109Z Downloaded want v0.3.1
11482026-07-21T23:01:03.109Z Downloaded void v1.0.2
11492026-07-21T23:01:03.109Z Downloaded tui-tree-widget v0.23.1
11502026-07-21T23:01:03.109Z Downloaded waitgroup v0.1.2
11512026-07-21T23:01:03.109Z Downloaded string_cache v0.8.9
11522026-07-21T23:01:03.109Z Downloaded wait-timeout v0.2.1
11532026-07-21T23:01:03.109Z Downloaded bitvec v1.0.1
11542026-07-21T23:01:03.109Z Downloaded slog v2.8.2
11552026-07-21T23:01:03.109Z Downloaded schemars v0.9.0
11562026-07-21T23:01:03.110Z Downloaded tls_codec_derive v0.4.2
11572026-07-21T23:01:03.110Z Downloaded subprocess v0.2.15
11582026-07-21T23:01:03.111Z Downloaded h2 v0.4.15
11592026-07-21T23:01:03.111Z Downloaded unicase v2.9.0
11602026-07-21T23:01:03.114Z Downloaded xshell-macros v0.2.7
11612026-07-21T23:01:03.114Z Downloaded yoke-derive v0.8.1
11622026-07-21T23:01:03.114Z Downloaded socket2 v0.5.10
11632026-07-21T23:01:03.114Z Downloaded snafu v0.8.9
11642026-07-21T23:01:03.114Z Downloaded zerofrom v0.1.6
11652026-07-21T23:01:03.114Z Downloaded tokio-rustls v0.26.4
11662026-07-21T23:01:03.114Z Downloaded usdt-impl v0.6.0
11672026-07-21T23:01:03.114Z Downloaded zeroize_derive v1.4.3
11682026-07-21T23:01:03.115Z Downloaded rsa v0.9.10
11692026-07-21T23:01:03.115Z Downloaded qorb v0.4.1
11702026-07-21T23:01:03.115Z Downloaded xattr v1.6.1
11712026-07-21T23:01:03.115Z Downloaded tokio-stream v0.1.18
11722026-07-21T23:01:03.115Z Downloaded itertools v0.14.0
11732026-07-21T23:01:03.115Z Downloaded uzers v0.12.2
11742026-07-21T23:01:03.115Z Downloaded rand v0.9.2
11752026-07-21T23:01:03.115Z Downloaded samael v0.0.19
11762026-07-21T23:01:03.115Z Downloaded rustls-webpki v0.103.13
11772026-07-21T23:01:03.115Z Downloaded vergen-lib v9.1.0
11782026-07-21T23:01:03.115Z Downloaded vergen-git2 v9.1.0
11792026-07-21T23:01:03.115Z Downloaded test-strategy v0.4.5
11802026-07-21T23:01:03.115Z Downloaded zerofrom-derive v0.1.6
11812026-07-21T23:01:03.115Z Downloaded hkdf v0.12.4
11822026-07-21T23:01:03.115Z Downloaded zone v0.3.1
11832026-07-21T23:01:03.115Z Downloaded toml_parser v1.1.2+spec-1.1.0
11842026-07-21T23:01:03.115Z Downloaded schemars v1.2.1
11852026-07-21T23:01:03.115Z Downloaded zone_cfg_derive v0.3.1
11862026-07-21T23:01:03.115Z Downloaded aws-lc-rs v1.16.3
11872026-07-21T23:01:03.115Z Downloaded writeable v0.6.2
11882026-07-21T23:01:03.115Z Downloaded whoami v2.1.0
11892026-07-21T23:01:03.115Z Downloaded whoami v1.6.1
11902026-07-21T23:01:03.115Z Downloaded vsss-rs v3.3.4
11912026-07-21T23:01:03.115Z Downloaded yoke v0.8.1
11922026-07-21T23:01:03.115Z Downloaded wyz v0.5.1
11932026-07-21T23:01:03.115Z Downloaded unicode-properties v0.1.4
11942026-07-21T23:01:03.115Z Downloaded blake3 v1.8.5
11952026-07-21T23:01:03.115Z Downloaded rsa v0.10.0-rc.18
11962026-07-21T23:01:03.115Z Downloaded xshell v0.2.7
11972026-07-21T23:01:03.115Z Downloaded twox-hash v2.1.2
11982026-07-21T23:01:03.115Z Downloaded zeroize v1.8.2
11992026-07-21T23:01:03.115Z Downloaded tracing-attributes v0.1.31
12002026-07-21T23:01:03.115Z Downloaded tinyvec v1.10.0
12012026-07-21T23:01:03.116Z Downloaded zerovec-derive v0.11.2
12022026-07-21T23:01:03.116Z Downloaded vergen-lib v0.1.6
12032026-07-21T23:01:03.116Z Downloaded toml v0.7.8
12042026-07-21T23:01:03.116Z Downloaded libm v0.2.16
12052026-07-21T23:01:03.116Z Downloaded tar v0.4.46
12062026-07-21T23:01:03.116Z Downloaded vergen v9.1.0
12072026-07-21T23:01:03.116Z Downloaded toml v1.1.2+spec-1.1.0
12082026-07-21T23:01:03.116Z Downloaded zstd v0.13.3
12092026-07-21T23:01:03.116Z Downloaded vergen-gitcl v1.0.8
12102026-07-21T23:01:03.116Z Downloaded rustyline v14.0.0
12112026-07-21T23:01:03.116Z Downloaded zstd-safe v7.2.4
12122026-07-21T23:01:03.116Z Downloaded tungstenite v0.21.0
12132026-07-21T23:01:03.116Z Downloaded steno v0.4.1
12142026-07-21T23:01:03.116Z Downloaded tungstenite v0.23.0
12152026-07-21T23:01:03.116Z Downloaded unicode-bidi v0.3.18
12162026-07-21T23:01:03.116Z Downloaded yasna v0.5.2
12172026-07-21T23:01:03.116Z Downloaded chrono v0.4.45
12182026-07-21T23:01:03.116Z Downloaded zerocopy v0.6.6
12192026-07-21T23:01:03.116Z Downloaded iddqd v0.4.2
12202026-07-21T23:01:03.116Z Downloaded vte v0.14.1
12212026-07-21T23:01:03.116Z Downloaded git2 v0.20.4
12222026-07-21T23:01:03.116Z Downloaded serde_with v1.14.0
12232026-07-21T23:01:03.116Z Downloaded regex v1.12.3
12242026-07-21T23:01:03.116Z Downloaded typify v0.6.2
12252026-07-21T23:01:03.116Z Downloaded tokio-postgres v0.7.16
12262026-07-21T23:01:03.116Z Downloaded uuid v1.23.4
12272026-07-21T23:01:03.116Z Downloaded toml_edit v0.23.10+spec-1.0.0
12282026-07-21T23:01:03.116Z Downloaded reedline v0.40.0
12292026-07-21T23:01:03.116Z Downloaded walkdir v2.5.0
12302026-07-21T23:01:03.116Z Downloaded toml_edit v0.19.15
12312026-07-21T23:01:03.116Z Downloaded zopfli v0.8.3
12322026-07-21T23:01:03.116Z Downloaded unsafe-libyaml v0.2.11
12332026-07-21T23:01:03.116Z Downloaded reqwest v0.13.2
12342026-07-21T23:01:03.116Z Downloaded zip v0.6.6
12352026-07-21T23:01:03.116Z Downloaded crypto-bigint v0.7.5
12362026-07-21T23:01:03.116Z Downloaded tracing-core v0.1.36
12372026-07-21T23:01:03.117Z Downloaded tower v0.5.3
12382026-07-21T23:01:03.117Z Downloaded unicode_categories v0.1.1
12392026-07-21T23:01:03.117Z Downloaded p384 v0.13.1
12402026-07-21T23:01:03.117Z Downloaded reqwest v0.12.28
12412026-07-21T23:01:03.117Z Downloaded yansi v1.0.1
12422026-07-21T23:01:03.117Z Downloaded lalrpop v0.19.12
12432026-07-21T23:01:03.117Z Downloaded rawzip v0.4.4
12442026-07-21T23:01:03.117Z Downloaded zerotrie v0.2.3
12452026-07-21T23:01:03.117Z Downloaded goblin v0.10.5
12462026-07-21T23:01:03.117Z Downloaded quick-xml v0.37.5
12472026-07-21T23:01:03.117Z Downloaded salty v0.3.0
12482026-07-21T23:01:03.117Z Downloaded url v2.5.8
12492026-07-21T23:01:03.117Z Downloaded moka v0.12.13
12502026-07-21T23:01:03.117Z Downloaded petname v2.0.2
12512026-07-21T23:01:03.117Z Downloaded ssh-key v0.7.0-rc.10
12522026-07-21T23:01:03.117Z Downloaded typed-path v0.9.3
12532026-07-21T23:01:03.117Z Downloaded x509-cert v0.2.5
12542026-07-21T23:01:03.117Z Downloaded unicode-segmentation v1.12.0
12552026-07-21T23:01:03.117Z Downloaded rayon v1.11.0
12562026-07-21T23:01:03.117Z Downloaded zerocopy-derive v0.8.40
12572026-07-21T23:01:03.117Z Downloaded portable-atomic v1.13.1
12582026-07-21T23:01:03.117Z Downloaded tokio-util v0.7.18
12592026-07-21T23:01:03.117Z Downloaded proptest v1.10.0
12602026-07-21T23:01:03.121Z Downloaded zerovec v0.11.5
12612026-07-21T23:01:03.121Z Downloaded unicode-normalization v0.1.25
12622026-07-21T23:01:03.121Z Downloaded tower-http v0.6.8
12632026-07-21T23:01:03.121Z Downloaded nix v0.27.1
12642026-07-21T23:01:03.121Z Downloaded russh v0.61.2
12652026-07-21T23:01:03.122Z Downloaded zip v4.6.1
12662026-07-21T23:01:03.122Z Downloaded object v0.30.4
12672026-07-21T23:01:03.122Z Downloaded winnow v0.5.40
12682026-07-21T23:01:03.122Z Downloaded bstr v1.12.1
12692026-07-21T23:01:03.122Z Downloaded tough v0.22.0
12702026-07-21T23:01:03.122Z Downloaded radix_trie v0.2.1
12712026-07-21T23:01:03.122Z Downloaded curve25519-dalek v5.0.0-rc.0
12722026-07-21T23:01:03.122Z Downloaded winnow v1.0.3
12732026-07-21T23:01:03.122Z Downloaded quinn-proto v0.11.13
12742026-07-21T23:01:03.122Z Downloaded serde_with v3.21.0
12752026-07-21T23:01:03.122Z Downloaded time v0.3.47
12762026-07-21T23:01:03.122Z Downloaded polar-core v0.27.3
12772026-07-21T23:01:03.122Z Downloaded winnow v0.6.26
12782026-07-21T23:01:03.122Z Downloaded zlib-rs v0.6.2
12792026-07-21T23:01:03.122Z Downloaded nix v0.28.0
12802026-07-21T23:01:03.122Z Downloaded openssl v0.10.79
12812026-07-21T23:01:03.122Z Downloaded regex-syntax v0.6.29
12822026-07-21T23:01:03.122Z Downloaded dropshot v0.17.1
12832026-07-21T23:01:03.122Z Downloaded tabled v0.20.0
12842026-07-21T23:01:03.122Z Downloaded smoltcp v0.9.1
12852026-07-21T23:01:03.122Z Downloaded object v0.37.3
12862026-07-21T23:01:03.122Z Downloaded nix v0.31.2
12872026-07-21T23:01:03.122Z Downloaded vcpkg v0.2.15
12882026-07-21T23:01:03.122Z Downloaded zerocopy v0.8.40
12892026-07-21T23:01:03.122Z Downloaded regress v0.10.5
12902026-07-21T23:01:03.122Z Downloaded smoltcp v0.11.0
12912026-07-21T23:01:03.124Z Downloaded rustix v0.38.44
12922026-07-21T23:01:03.124Z Downloaded diesel v2.3.7
12932026-07-21T23:01:03.124Z Downloaded rustls v0.23.41
12942026-07-21T23:01:03.124Z Downloaded openapiv3 v2.2.0
12952026-07-21T23:01:03.124Z Downloaded regress v0.11.1
12962026-07-21T23:01:03.124Z Downloaded hickory-proto v0.24.4
12972026-07-21T23:01:03.124Z Downloaded regex-syntax v0.8.10
12982026-07-21T23:01:03.124Z Downloaded hickory-proto v0.25.2
12992026-07-21T23:01:03.124Z Downloaded ratatui v0.29.0
13002026-07-21T23:01:03.124Z Downloaded sqlparser v0.61.0
13012026-07-21T23:01:03.124Z Downloaded sled v0.34.7
13022026-07-21T23:01:03.124Z Downloaded typify-impl v0.6.2
13032026-07-21T23:01:03.124Z Downloaded tracing v0.1.44
13042026-07-21T23:01:03.124Z Downloaded sha3 v0.11.0
13052026-07-21T23:01:03.124Z Downloaded bzip2-sys v0.1.13+1.0.8
13062026-07-21T23:01:03.124Z Downloaded regex-automata v0.4.14
13072026-07-21T23:01:03.124Z Downloaded fiat-crypto v0.3.0
13082026-07-21T23:01:03.124Z Downloaded zerocopy-derive v0.6.6
13092026-07-21T23:01:03.124Z Downloaded csv v1.4.0
13102026-07-21T23:01:03.124Z Downloaded sha3 v0.10.8
13112026-07-21T23:01:03.124Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13122026-07-21T23:01:03.129Z Downloaded petgraph v0.6.5
13132026-07-21T23:01:03.140Z Downloaded jiff v0.2.21
13142026-07-21T23:01:03.151Z Downloaded chrono-tz v0.10.4
13152026-07-21T23:01:03.165Z Downloaded tokio v1.52.1
13162026-07-21T23:01:03.194Z Downloaded petgraph v0.8.3
13172026-07-21T23:01:03.206Z Downloaded libz-sys v1.1.24
13182026-07-21T23:01:03.256Z Downloaded libgit2-sys v0.18.3+1.9.2
13192026-07-21T23:01:03.306Z Downloaded encoding_rs v0.8.35
13202026-07-21T23:01:03.341Z Downloaded ring v0.17.14
13212026-07-21T23:01:03.900Z Downloaded aws-lc-sys v0.40.0
13222026-07-21T23:01:04.156Z Compiling libc v0.2.185
13232026-07-21T23:01:04.156Z Compiling serde_core v1.0.228
13242026-07-21T23:01:04.156Z Compiling serde v1.0.228
13252026-07-21T23:01:04.159Z Compiling log v0.4.29
13262026-07-21T23:01:04.159Z Compiling smallvec v1.15.1
13272026-07-21T23:01:04.159Z Compiling shlex v1.3.0
13282026-07-21T23:01:04.159Z Compiling find-msvc-tools v0.1.9
13292026-07-21T23:01:04.159Z Compiling syn v2.0.117
13302026-07-21T23:01:04.477Z Compiling subtle v2.6.1
13312026-07-21T23:01:04.507Z Compiling stable_deref_trait v1.2.1
13322026-07-21T23:01:04.526Z Compiling scopeguard v1.2.0
13332026-07-21T23:01:04.579Z Compiling typenum v1.20.1
13342026-07-21T23:01:04.584Z Compiling serde_json v1.0.150
13352026-07-21T23:01:04.634Z Compiling lock_api v0.4.14
13362026-07-21T23:01:04.647Z Compiling zerocopy v0.8.40
13372026-07-21T23:01:04.661Z Compiling portable-atomic v1.13.1
13382026-07-21T23:01:04.806Z Compiling pin-project-lite v0.2.17
13392026-07-21T23:01:04.855Z Compiling parking_lot_core v0.9.12
13402026-07-21T23:01:04.907Z Compiling libm v0.2.16
13412026-07-21T23:01:05.089Z Compiling getrandom v0.4.1
13422026-07-21T23:01:05.131Z Compiling pkg-config v0.3.32
13432026-07-21T23:01:05.176Z Compiling jobserver v0.1.34
13442026-07-21T23:01:05.208Z Compiling errno v0.3.14
13452026-07-21T23:01:05.463Z Compiling getrandom v0.2.17
13462026-07-21T23:01:05.478Z Compiling critical-section v1.2.0
13472026-07-21T23:01:05.588Z Compiling cc v1.2.56
13482026-07-21T23:01:05.623Z Compiling rand_core v0.6.4
13492026-07-21T23:01:05.692Z Compiling once_cell v1.21.3
13502026-07-21T23:01:05.692Z Compiling signal-hook-registry v1.4.8
13512026-07-21T23:01:05.808Z Compiling num-traits v0.2.19
13522026-07-21T23:01:05.913Z Compiling futures-core v0.3.32
13532026-07-21T23:01:05.937Z Compiling rand_core v0.10.0
13542026-07-21T23:01:05.999Z Compiling parking_lot v0.12.5
13552026-07-21T23:01:06.101Z Compiling mio v1.2.0
13562026-07-21T23:01:06.162Z Compiling generic-array v0.14.7
13572026-07-21T23:01:06.305Z Compiling const-oid v0.9.6
13582026-07-21T23:01:06.371Z Compiling writeable v0.6.2
13592026-07-21T23:01:06.377Z Compiling litemap v0.8.1
13602026-07-21T23:01:06.587Z Compiling bitflags v2.11.0
13612026-07-21T23:01:06.590Z Compiling percent-encoding v2.3.2
13622026-07-21T23:01:06.628Z Compiling semver v1.0.28
13632026-07-21T23:01:06.826Z Compiling icu_normalizer_data v2.1.1
13642026-07-21T23:01:06.963Z Compiling icu_properties_data v2.1.2
13652026-07-21T23:01:07.050Z Compiling socket2 v0.6.3
13662026-07-21T23:01:07.139Z Compiling futures-sink v0.3.32
13672026-07-21T23:01:07.185Z Compiling futures-task v0.3.32
13682026-07-21T23:01:07.227Z Compiling synstructure v0.13.2
13692026-07-21T23:01:07.242Z Compiling futures-channel v0.3.32
13702026-07-21T23:01:07.327Z Compiling futures-io v0.3.32
13712026-07-21T23:01:07.373Z Compiling slab v0.4.12
13722026-07-21T23:01:07.465Z Compiling utf8_iter v1.0.4
13732026-07-21T23:01:07.479Z Compiling indexmap v2.14.0
13742026-07-21T23:01:07.482Z Compiling form_urlencoded v1.2.2
13752026-07-21T23:01:07.506Z Compiling rustversion v1.0.22
13762026-07-21T23:01:07.555Z Compiling getrandom v0.3.4
13772026-07-21T23:01:07.616Z Compiling cmake v0.1.57
13782026-07-21T23:01:07.668Z Compiling dunce v1.0.5
13792026-07-21T23:01:07.750Z Compiling ident_case v1.0.1
13802026-07-21T23:01:07.769Z Compiling rustix v1.1.3
13812026-07-21T23:01:07.830Z Compiling fs_extra v1.3.0
13822026-07-21T23:01:07.878Z Compiling iana-time-zone v0.1.65
13832026-07-21T23:01:08.034Z Compiling regex-syntax v0.8.10
13842026-07-21T23:01:08.085Z Compiling uuid v1.23.4
13852026-07-21T23:01:08.107Z Compiling aws-lc-sys v0.40.0
13862026-07-21T23:01:08.160Z Compiling base64 v0.22.1
13872026-07-21T23:01:08.482Z Compiling rand_core v0.9.5
13882026-07-21T23:01:08.496Z Compiling base64ct v1.8.3
13892026-07-21T23:01:08.530Z Compiling vcpkg v0.2.15
13902026-07-21T23:01:08.761Z Compiling pem-rfc7468 v0.7.0
13912026-07-21T23:01:08.801Z Compiling rustc_version v0.4.1
13922026-07-21T23:01:08.833Z Compiling tracing-core v0.1.36
13932026-07-21T23:01:08.997Z Compiling serde_derive v1.0.228
13942026-07-21T23:01:09.076Z Compiling zeroize_derive v1.4.3
13952026-07-21T23:01:09.140Z Compiling zerofrom-derive v0.1.6
13962026-07-21T23:01:09.335Z Compiling yoke-derive v0.8.1
13972026-07-21T23:01:09.412Z Compiling zerovec-derive v0.11.2
13982026-07-21T23:01:09.549Z Compiling displaydoc v0.2.5
13992026-07-21T23:01:09.758Z Compiling zeroize v1.8.2
14002026-07-21T23:01:09.966Z Compiling zerocopy-derive v0.8.40
14012026-07-21T23:01:10.482Z Compiling tokio-macros v2.7.0
14022026-07-21T23:01:10.544Z Compiling futures-macro v0.3.32
14032026-07-21T23:01:10.608Z Compiling zerofrom v0.1.6
14042026-07-21T23:01:10.626Z Compiling openssl-sys v0.9.115
14052026-07-21T23:01:10.738Z Compiling yoke v0.8.1
14062026-07-21T23:01:10.929Z Compiling zerovec v0.11.5
14072026-07-21T23:01:10.944Z Compiling zerotrie v0.2.3
14082026-07-21T23:01:11.173Z Compiling crypto-common v0.1.7
14092026-07-21T23:01:11.223Z Compiling block-buffer v0.10.4
14102026-07-21T23:01:11.242Z Compiling thiserror-impl v2.0.18
14112026-07-21T23:01:11.320Z Compiling der_derive v0.7.3
14122026-07-21T23:01:11.367Z Compiling futures-util v0.3.32
14132026-07-21T23:01:11.398Z Compiling tinystr v0.8.2
14142026-07-21T23:01:11.448Z Compiling potential_utf v0.1.4
14152026-07-21T23:01:11.610Z Compiling icu_locale_core v2.1.1
14162026-07-21T23:01:11.625Z Compiling icu_collections v2.1.1
14172026-07-21T23:01:12.103Z Compiling digest v0.10.7
14182026-07-21T23:01:12.384Z Compiling icu_provider v2.1.1
14192026-07-21T23:01:12.435Z Compiling tracing-attributes v0.1.31
14202026-07-21T23:01:12.533Z Compiling flagset v0.4.7
14212026-07-21T23:01:12.636Z Compiling bytes v1.11.1
14222026-07-21T23:01:12.686Z Compiling icu_properties v2.1.2
14232026-07-21T23:01:12.687Z Compiling icu_normalizer v2.1.1
14242026-07-21T23:01:12.687Z Compiling chrono v0.4.45
14252026-07-21T23:01:13.162Z Compiling tokio v1.52.1
14262026-07-21T23:01:13.227Z Compiling http v1.4.2
14272026-07-21T23:01:13.673Z Compiling idna_adapter v1.2.1
14282026-07-21T23:01:13.688Z Compiling aws-lc-rs v1.16.3
14292026-07-21T23:01:13.711Z Compiling tracing v0.1.44
14302026-07-21T23:01:13.811Z Compiling idna v1.1.0
14312026-07-21T23:01:13.980Z Compiling http-body v1.0.1
14322026-07-21T23:01:13.994Z Compiling thiserror v2.0.18
14332026-07-21T23:01:14.075Z Compiling der v0.7.10
14342026-07-21T23:01:14.104Z Compiling url v2.5.8
14352026-07-21T23:01:14.126Z Compiling rustls-pki-types v1.14.0
14362026-07-21T23:01:14.254Z Compiling serde_derive_internals v0.29.1
14372026-07-21T23:01:14.464Z Compiling ppv-lite86 v0.2.21
14382026-07-21T23:01:14.543Z Compiling tinyvec_macros v0.1.1
14392026-07-21T23:01:14.586Z Compiling httparse v1.10.1
14402026-07-21T23:01:14.610Z Compiling openssl-probe v0.2.1
14412026-07-21T23:01:14.781Z Compiling rand_chacha v0.9.0
14422026-07-21T23:01:14.785Z Compiling schemars v0.8.22
14432026-07-21T23:01:14.888Z Compiling dyn-clone v1.0.20
14442026-07-21T23:01:14.929Z Compiling cmov v0.5.4
14452026-07-21T23:01:15.016Z Compiling rand v0.9.2
14462026-07-21T23:01:15.088Z Compiling spki v0.7.3
14472026-07-21T23:01:15.136Z Compiling ctutils v0.4.2
14482026-07-21T23:01:15.151Z Compiling schemars_derive v0.8.22
14492026-07-21T23:01:15.256Z Compiling tinyvec v1.10.0
14502026-07-21T23:01:15.292Z Compiling pest_generator v2.8.6
14512026-07-21T23:01:15.381Z Compiling aho-corasick v1.1.4
14522026-07-21T23:01:15.497Z Compiling atomic-waker v1.1.2
14532026-07-21T23:01:15.617Z Compiling tower-service v0.3.3
14542026-07-21T23:01:15.633Z Compiling tower-layer v0.3.3
14552026-07-21T23:01:15.730Z Compiling untrusted v0.7.1
14562026-07-21T23:01:15.814Z Compiling try-lock v0.2.5
14572026-07-21T23:01:15.851Z Compiling tempfile v3.25.0
14582026-07-21T23:01:15.866Z Compiling hybrid-array v0.4.13
14592026-07-21T23:01:15.905Z Compiling want v0.3.1
14602026-07-21T23:01:16.048Z Compiling pest_derive v2.8.6
14612026-07-21T23:01:16.203Z Compiling regex-automata v0.4.14
14622026-07-21T23:01:16.361Z Compiling ipnet v2.11.0
14632026-07-21T23:01:16.488Z Compiling scroll_derive v0.13.1
14642026-07-21T23:01:16.649Z Compiling darling_core v0.20.11
14652026-07-21T23:01:16.860Z Compiling openssl v0.10.79
14662026-07-21T23:01:17.068Z Compiling tokio-util v0.7.18
14672026-07-21T23:01:17.102Z Compiling cpufeatures v0.2.17
14682026-07-21T23:01:17.175Z Compiling httpdate v1.0.3
14692026-07-21T23:01:17.303Z Compiling untrusted v0.9.0
14702026-07-21T23:01:17.401Z Compiling rustls v0.23.41
14712026-07-21T23:01:17.422Z Compiling foreign-types-shared v0.1.1
14722026-07-21T23:01:17.507Z Compiling foreign-types v0.3.2
14732026-07-21T23:01:17.579Z Compiling scroll v0.13.0
14742026-07-21T23:01:17.612Z Compiling unicode-normalization v0.1.25
14752026-07-21T23:01:17.721Z Compiling pkcs8 v0.10.2
14762026-07-21T23:01:17.847Z Compiling h2 v0.4.15
14772026-07-21T23:01:18.062Z Compiling openssl-macros v0.1.1
14782026-07-21T23:01:18.080Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14792026-07-21T23:01:18.369Z Compiling spin v0.9.8
14802026-07-21T23:01:18.460Z Compiling native-tls v0.2.18
14812026-07-21T23:01:18.476Z Compiling powerfmt v0.2.0
14822026-07-21T23:01:18.573Z Compiling num-conv v0.2.0
14832026-07-21T23:01:18.671Z Compiling crc32fast v1.5.0
14842026-07-21T23:01:18.671Z Compiling time-core v0.1.8
14852026-07-21T23:01:18.719Z Compiling deranged v0.5.8
14862026-07-21T23:01:18.825Z Compiling time-macros v0.2.27
14872026-07-21T23:01:18.871Z Compiling darling_macro v0.20.11
14882026-07-21T23:01:19.344Z Compiling darling v0.20.11
14892026-07-21T23:01:19.426Z Compiling goblin v0.10.5
14902026-07-21T23:01:19.674Z Compiling sha2 v0.10.9
14912026-07-21T23:01:19.886Z Compiling hmac v0.12.1
14922026-07-21T23:01:20.043Z Compiling sync_wrapper v1.0.2
14932026-07-21T23:01:20.151Z Compiling wait-timeout v0.2.1
14942026-07-21T23:01:20.203Z Compiling num_threads v0.1.7
14952026-07-21T23:01:20.314Z Compiling simd-adler32 v0.3.8
14962026-07-21T23:01:20.460Z Compiling crossbeam-utils v0.8.21
14972026-07-21T23:01:20.570Z Compiling usdt-impl v0.6.0
14982026-07-21T23:01:20.759Z Compiling quick-error v1.2.3
14992026-07-21T23:01:20.800Z Compiling syn v1.0.109
15002026-07-21T23:01:20.871Z Compiling siphasher v1.0.2
15012026-07-21T23:01:21.054Z Compiling hyper v1.10.1
15022026-07-21T23:01:21.091Z Compiling bit-vec v0.8.0
15032026-07-21T23:01:21.155Z Compiling rusty-fork v0.3.1
15042026-07-21T23:01:21.327Z Compiling bit-set v0.8.0
15052026-07-21T23:01:21.528Z Compiling time v0.3.47
15062026-07-21T23:01:21.789Z Compiling tower v0.5.3
15072026-07-21T23:01:21.959Z Compiling derive_builder_core v0.20.2
15082026-07-21T23:01:22.157Z Compiling hyper-util v0.1.20
15092026-07-21T23:01:22.250Z Compiling dof v0.4.0
15102026-07-21T23:01:22.655Z Compiling dtrace-parser v0.3.0
15112026-07-21T23:01:22.823Z Compiling http-body-util v0.1.3
15122026-07-21T23:01:23.061Z Compiling heapless v0.7.17
15132026-07-21T23:01:23.083Z Compiling scroll_derive v0.12.1
15142026-07-21T23:01:23.314Z Compiling thiserror-impl v1.0.69
15152026-07-21T23:01:23.389Z Compiling rand_xorshift v0.4.0
15162026-07-21T23:01:23.396Z Compiling slog v2.8.2
15172026-07-21T23:01:23.557Z Compiling darling_core v0.23.0
15182026-07-21T23:01:23.596Z Compiling bzip2-sys v0.1.13+1.0.8
15192026-07-21T23:01:23.673Z Compiling thread-id v5.1.0
15202026-07-21T23:01:23.740Z Compiling cookie v0.18.1
15212026-07-21T23:01:23.758Z Compiling adler2 v2.0.1
15222026-07-21T23:01:23.881Z Compiling ryu v1.0.23
15232026-07-21T23:01:23.885Z Compiling unarray v0.1.4
15242026-07-21T23:01:23.896Z Compiling paste v1.0.15
15252026-07-21T23:01:23.931Z Compiling signal-hook v0.3.18
15262026-07-21T23:01:24.004Z Compiling unicode-bidi v0.3.18
15272026-07-21T23:01:24.057Z Compiling allocator-api2 v0.2.21
15282026-07-21T23:01:24.116Z Compiling anyhow v1.0.102
15292026-07-21T23:01:24.181Z Compiling zstd-safe v7.2.4
15302026-07-21T23:01:24.396Z Compiling iri-string v0.7.10
15312026-07-21T23:01:24.401Z Compiling unicode-properties v0.1.4
15322026-07-21T23:01:24.572Z Compiling stringprep v0.1.5
15332026-07-21T23:01:24.585Z Compiling thiserror v1.0.69
15342026-07-21T23:01:24.621Z Compiling serde_urlencoded v0.7.1
15352026-07-21T23:01:24.636Z Compiling proptest v1.10.0
15362026-07-21T23:01:24.852Z Compiling miniz_oxide v0.8.9
15372026-07-21T23:01:24.990Z Compiling scroll v0.12.0
15382026-07-21T23:01:25.497Z Compiling tower-http v0.6.8
15392026-07-21T23:01:25.514Z Compiling derive_builder_macro v0.20.2
15402026-07-21T23:01:25.558Z Compiling tokio-native-tls v0.3.1
15412026-07-21T23:01:25.787Z Compiling camino v1.2.2
15422026-07-21T23:01:25.906Z Compiling bstr v1.12.1
15432026-07-21T23:01:25.993Z Compiling ipnetwork v0.21.1
15442026-07-21T23:01:26.040Z Compiling darling_macro v0.23.0
15452026-07-21T23:01:26.126Z Compiling block-padding v0.4.2
15462026-07-21T23:01:26.274Z Compiling block-buffer v0.12.1
15472026-07-21T23:01:26.356Z Compiling crypto-common v0.2.2
15482026-07-21T23:01:26.382Z Compiling rand_chacha v0.3.1
15492026-07-21T23:01:26.471Z Compiling rustls-native-certs v0.8.3
15502026-07-21T23:01:26.532Z Compiling serde_spanned v0.6.9
15512026-07-21T23:01:26.553Z Compiling serde_tokenstream v0.2.3
15522026-07-21T23:01:26.673Z Compiling hex v0.4.3
15532026-07-21T23:01:26.755Z Compiling toml_datetime v0.6.11
15542026-07-21T23:01:26.861Z Compiling erased-serde v0.3.31
15552026-07-21T23:01:26.936Z Compiling md-5 v0.10.6
15562026-07-21T23:01:27.016Z Compiling signature v2.2.0
15572026-07-21T23:01:27.099Z Compiling curve25519-dalek v4.1.3
15582026-07-21T23:01:27.171Z Compiling zerocopy-derive v0.7.35
15592026-07-21T23:01:27.194Z Compiling pin-project-internal v1.1.11
15602026-07-21T23:01:27.343Z Compiling async-trait v0.1.89
15612026-07-21T23:01:27.437Z Compiling vergen-lib v9.1.0
15622026-07-21T23:01:27.636Z Compiling hash32 v0.2.1
15632026-07-21T23:01:27.828Z Compiling num-integer v0.1.46
15642026-07-21T23:01:28.038Z Compiling memoffset v0.9.1
15652026-07-21T23:01:28.058Z Compiling encoding_rs v0.8.35
15662026-07-21T23:01:28.150Z Compiling psl-types v2.0.11
15672026-07-21T23:01:28.241Z Compiling rustix v0.38.44
15682026-07-21T23:01:28.277Z Compiling litrs v1.0.0
15692026-07-21T23:01:28.300Z Compiling ref-cast v1.0.25
15702026-07-21T23:01:28.361Z Compiling mime v0.3.17
15712026-07-21T23:01:28.598Z Compiling fallible-iterator v0.2.0
15722026-07-21T23:01:28.620Z Compiling smoltcp v0.9.1
15732026-07-21T23:01:28.623Z Compiling cfg_aliases v0.2.1
15742026-07-21T23:01:28.706Z Compiling zlib-rs v0.6.2
15752026-07-21T23:01:28.773Z Compiling num-bigint-dig v0.8.6
15762026-07-21T23:01:28.908Z Compiling postgres-protocol v0.6.10
15772026-07-21T23:01:28.995Z Compiling document-features v0.2.12
15782026-07-21T23:01:29.010Z Compiling nix v0.31.2
15792026-07-21T23:01:29.456Z Compiling pin-project v1.1.11
15802026-07-21T23:01:29.524Z Compiling publicsuffix v2.3.0
15812026-07-21T23:01:29.563Z Compiling num-iter v0.1.45
15822026-07-21T23:01:29.597Z Compiling zerocopy v0.7.35
15832026-07-21T23:01:29.691Z Compiling hubpack_derive v0.1.1
15842026-07-21T23:01:29.759Z Compiling newtype-uuid v1.3.2
15852026-07-21T23:01:30.079Z Compiling rand v0.8.6
15862026-07-21T23:01:30.101Z Compiling darling v0.23.0
15872026-07-21T23:01:30.115Z Compiling inout v0.2.2
15882026-07-21T23:01:30.131Z Compiling oxnet v0.1.6
15892026-07-21T23:01:30.147Z Compiling derive_builder v0.20.2
15902026-07-21T23:01:30.177Z Compiling hyper-tls v0.6.0
15912026-07-21T23:01:30.412Z Compiling goblin v0.8.2
15922026-07-21T23:01:30.924Z Compiling phf_shared v0.13.1
15932026-07-21T23:01:30.944Z Compiling lazy_static v1.5.0
15942026-07-21T23:01:30.980Z Compiling regex v1.12.3
15952026-07-21T23:01:31.040Z Compiling anstyle-parse v0.2.7
15962026-07-21T23:01:31.162Z Compiling futures-executor v0.3.32
15972026-07-21T23:01:31.224Z Compiling terminal_size v0.4.3
15982026-07-21T23:01:31.365Z Compiling strum_macros v0.27.2
15992026-07-21T23:01:31.378Z Compiling ref-cast-impl v1.0.25
16002026-07-21T23:01:31.406Z Compiling daft-derive v0.1.7
16012026-07-21T23:01:31.420Z Compiling curve25519-dalek-derive v0.1.1
16022026-07-21T23:01:31.930Z Compiling flate2 v1.1.9
16032026-07-21T23:01:32.042Z Compiling snafu-derive v0.8.9
16042026-07-21T23:01:32.067Z Compiling vergen v9.1.0
16052026-07-21T23:01:32.134Z Compiling cargo-platform v0.3.2
16062026-07-21T23:01:32.262Z Compiling ff v0.13.1
16072026-07-21T23:01:32.338Z Compiling fs-err v3.3.0
16082026-07-21T23:01:32.399Z Compiling ahash v0.8.12
16092026-07-21T23:01:32.415Z Compiling bitflags v1.3.2
16102026-07-21T23:01:32.488Z Compiling base16ct v0.2.0
16112026-07-21T23:01:32.541Z Compiling object v0.37.3
16122026-07-21T23:01:32.626Z Compiling bumpalo v3.20.2
16132026-07-21T23:01:32.667Z Compiling same-file v1.0.6
16142026-07-21T23:01:32.821Z Compiling libbz2-rs-sys v0.2.2
16152026-07-21T23:01:32.835Z Compiling managed v0.8.0
16162026-07-21T23:01:32.874Z Compiling foldhash v0.2.0
16172026-07-21T23:01:33.050Z Compiling foldhash v0.1.5
16182026-07-21T23:01:33.091Z Compiling unicode-segmentation v1.12.0
16192026-07-21T23:01:33.226Z Compiling winnow v0.5.40
16202026-07-21T23:01:33.333Z Compiling strum v0.27.2
16212026-07-21T23:01:33.463Z Compiling bzip2 v0.6.1
16222026-07-21T23:01:33.478Z Compiling hashbrown v0.15.5
16232026-07-21T23:01:33.494Z Compiling hashbrown v0.16.1
16242026-07-21T23:01:33.918Z Compiling zopfli v0.8.3
16252026-07-21T23:01:33.936Z Compiling snafu v0.8.9
16262026-07-21T23:01:34.014Z Compiling walkdir v2.5.0
16272026-07-21T23:01:34.071Z Compiling clap_builder v4.6.0
16282026-07-21T23:01:34.316Z Compiling dof v0.3.0
16292026-07-21T23:01:34.335Z Compiling sec1 v0.7.3
16302026-07-21T23:01:34.556Z Compiling toml_edit v0.19.15
16312026-07-21T23:01:34.641Z Compiling group v0.13.0
16322026-07-21T23:01:34.653Z Compiling cargo_metadata v0.23.1
16332026-07-21T23:01:34.663Z Compiling daft v0.1.7
16342026-07-21T23:01:35.012Z Compiling futures v0.3.32
16352026-07-21T23:01:35.045Z Compiling anstream v0.6.21
16362026-07-21T23:01:35.095Z Compiling phf v0.13.1
16372026-07-21T23:01:35.404Z Compiling signal-hook-mio v0.2.5
16382026-07-21T23:01:35.522Z Compiling cookie_store v0.22.1
16392026-07-21T23:01:35.900Z Compiling zstd v0.13.3
16402026-07-21T23:01:35.982Z Compiling bzip2 v0.4.4
16412026-07-21T23:01:36.161Z Compiling reqwest v0.12.28
16422026-07-21T23:01:36.176Z Compiling cipher v0.5.2
16432026-07-21T23:01:36.192Z Compiling serde_with_macros v3.21.0
16442026-07-21T23:01:36.471Z Compiling hubpack v0.1.2
16452026-07-21T23:01:37.123Z Compiling postgres-types v0.2.12
16462026-07-21T23:01:37.223Z Compiling ed25519 v2.2.3
16472026-07-21T23:01:37.315Z Compiling usdt-attr-macro v0.6.0
16482026-07-21T23:01:37.678Z Compiling usdt-macro v0.6.0
16492026-07-21T23:01:37.790Z Compiling globset v0.4.18
16502026-07-21T23:01:37.878Z Compiling dtrace-parser v0.2.0
16512026-07-21T23:01:38.126Z Compiling phf_shared v0.11.3
16522026-07-21T23:01:38.146Z Compiling hkdf v0.12.4
16532026-07-21T23:01:38.301Z Compiling olpc-cjson v0.1.4
16542026-07-21T23:01:38.316Z Compiling pkcs1 v0.7.5
16552026-07-21T23:01:38.429Z Compiling serde_plain v1.0.2
16562026-07-21T23:01:38.463Z Compiling serde-big-array v0.5.1
16572026-07-21T23:01:38.476Z Compiling crypto-bigint v0.5.5
16582026-07-21T23:01:38.606Z Compiling clap_derive v4.6.1
16592026-07-21T23:01:38.623Z Compiling async-recursion v1.1.1
16602026-07-21T23:01:38.638Z Compiling strum_macros v0.26.4
16612026-07-21T23:01:38.705Z Compiling enum-as-inner v0.6.1
16622026-07-21T23:01:39.229Z Compiling serde_repr v0.1.20
16632026-07-21T23:01:39.273Z Compiling pem v3.0.6
16642026-07-21T23:01:39.599Z Compiling float-cmp v0.10.0
16652026-07-21T23:01:39.749Z Compiling thread-id v4.2.2
16662026-07-21T23:01:39.767Z Compiling memmap2 v0.9.10
16672026-07-21T23:01:39.839Z Compiling env_filter v1.0.0
16682026-07-21T23:01:39.868Z Compiling whoami v2.1.0
16692026-07-21T23:01:39.985Z Compiling new_debug_unreachable v1.0.6
16702026-07-21T23:01:40.066Z Compiling typed-path v0.9.3
16712026-07-21T23:01:40.137Z Compiling const-oid v0.10.2
16722026-07-21T23:01:40.254Z Compiling keccak v0.1.6
16732026-07-21T23:01:40.394Z Compiling static_assertions v1.1.0
16742026-07-21T23:01:40.407Z Compiling predicates-core v1.0.10
16752026-07-21T23:01:40.430Z Compiling fixedbitset v0.5.7
16762026-07-21T23:01:40.465Z Compiling normalize-line-endings v0.3.0
16772026-07-21T23:01:40.575Z Compiling precomputed-hash v0.1.1
16782026-07-21T23:01:40.585Z Compiling data-encoding v2.10.0
16792026-07-21T23:01:40.626Z Compiling jiff v0.2.21
16802026-07-21T23:01:40.652Z Compiling winnow v1.0.3
16812026-07-21T23:01:40.734Z Compiling cpufeatures v0.3.0
16822026-07-21T23:01:40.809Z Compiling difflib v0.4.0
16832026-07-21T23:01:40.899Z Compiling either v1.15.0
16842026-07-21T23:01:41.004Z Compiling fixedbitset v0.4.2
16852026-07-21T23:01:41.022Z Compiling toml_parser v1.1.2+spec-1.1.0
16862026-07-21T23:01:41.122Z Compiling itertools v0.13.0
16872026-07-21T23:01:41.216Z Compiling petgraph v0.6.5
16882026-07-21T23:01:41.270Z Compiling predicates v3.1.4
16892026-07-21T23:01:41.344Z Compiling hickory-proto v0.25.2
16902026-07-21T23:01:41.371Z Compiling chacha20 v0.10.0
16912026-07-21T23:01:41.667Z Compiling petgraph v0.8.3
16922026-07-21T23:01:41.736Z Compiling string_cache v0.8.9
16932026-07-21T23:01:41.940Z Compiling toml_edit v0.22.27
16942026-07-21T23:01:41.959Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16952026-07-21T23:01:42.406Z Compiling sha3 v0.10.8
16962026-07-21T23:01:42.708Z Compiling strum v0.26.3
16972026-07-21T23:01:42.811Z Compiling clap v4.6.1
16982026-07-21T23:01:42.840Z Compiling digest v0.11.3
16992026-07-21T23:01:42.893Z Compiling tokio-postgres v0.7.16
17002026-07-21T23:01:43.065Z Compiling env_logger v0.11.9
17012026-07-21T23:01:43.436Z Compiling zip v4.6.1
17022026-07-21T23:01:43.614Z Compiling usdt v0.6.0
17032026-07-21T23:01:43.888Z Compiling usdt-impl v0.5.0
17042026-07-21T23:01:44.376Z Compiling elliptic-curve v0.13.8
17052026-07-21T23:01:44.453Z Compiling rsa v0.9.10
17062026-07-21T23:01:44.642Z Compiling crossterm v0.28.1
17072026-07-21T23:01:44.733Z Compiling ed25519-dalek v2.2.0
17082026-07-21T23:01:44.756Z Compiling serde_with v3.21.0
17092026-07-21T23:01:45.147Z Compiling zip v0.6.6
17102026-07-21T23:01:45.414Z Compiling toml v0.7.8
17112026-07-21T23:01:45.969Z Compiling iddqd v0.4.2
17122026-07-21T23:01:46.256Z Compiling heck v0.4.1
17132026-07-21T23:01:46.397Z Compiling similar v2.7.0
17142026-07-21T23:01:46.509Z Compiling byte-wrapper v0.1.0
17152026-07-21T23:01:46.528Z Compiling crossbeam-epoch v0.9.18
17162026-07-21T23:01:46.621Z Compiling tokio-stream v0.1.18
17172026-07-21T23:01:46.831Z Compiling buf-list v1.1.2
17182026-07-21T23:01:46.851Z Compiling x509-cert v0.2.5
17192026-07-21T23:01:47.093Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17202026-07-21T23:01:47.103Z Compiling openapiv3 v2.2.0
17212026-07-21T23:01:47.263Z Compiling peg-runtime v0.8.5
17222026-07-21T23:01:47.291Z Compiling lalrpop-util v0.19.12
17232026-07-21T23:01:47.378Z Compiling thread_local v1.1.9
17242026-07-21T23:01:47.466Z Compiling slog-async v2.8.0
17252026-07-21T23:01:47.529Z Compiling crossbeam-channel v0.5.15
17262026-07-21T23:01:47.620Z Compiling is-terminal v0.4.17
17272026-07-21T23:01:47.769Z Compiling filetime v0.2.27
17282026-07-21T23:01:47.803Z Compiling take_mut v0.2.2
17292026-07-21T23:01:47.868Z Compiling xattr v1.6.1
17302026-07-21T23:01:47.900Z Compiling term v1.2.1
17312026-07-21T23:01:47.990Z Compiling tar v0.4.46
17322026-07-21T23:01:48.019Z Compiling camino-tempfile v1.4.1
17332026-07-21T23:01:48.250Z Compiling slog-term v2.9.2
17342026-07-21T23:01:58.229Z Compiling rustls-webpki v0.103.13
17352026-07-21T23:02:01.003Z Compiling tokio-rustls v0.26.4
17362026-07-21T23:02:01.003Z Compiling rustls-platform-verifier v0.6.2
17372026-07-21T23:02:01.003Z Compiling tough v0.22.0
17382026-07-21T23:02:01.149Z Compiling hyper-rustls v0.27.7
17392026-07-21T23:02:01.356Z Compiling reqwest v0.13.2
17402026-07-21T23:02:03.629Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17412026-07-21T23:02:03.840Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17422026-07-21T23:02:06.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17432026-07-21T23:02:06.849Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17442026-07-21T23:02:06.863ZJul 21 23:02:05.067 INFO Starting download, target: Console
17452026-07-21T23:02:06.864ZJul 21 23:02:05.068 INFO Starting download, target: Clickhouse
17462026-07-21T23:02:06.864ZJul 21 23:02:05.068 INFO Starting download, target: Cockroach
17472026-07-21T23:02:06.864ZJul 21 23:02:05.068 INFO Starting download, target: DendriteStub
17482026-07-21T23:02:06.864ZJul 21 23:02:05.068 INFO Starting download, target: MaghemiteMgd
17492026-07-21T23:02:06.864ZJul 21 23:02:05.068 INFO Starting download, target: MaghemiteDdmd
17502026-07-21T23:02:06.864ZJul 21 23:02:05.068 INFO Starting download, target: TransceiverControl
17512026-07-21T23:02:06.864ZJul 21 23:02:05.068 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17522026-07-21T23:02:06.864ZJul 21 23:02:05.068 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17532026-07-21T23:02:06.864ZJul 21 23:02:05.068 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17542026-07-21T23:02:06.864ZJul 21 23:02:05.068 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17552026-07-21T23:02:06.864ZJul 21 23:02:05.068 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17562026-07-21T23:02:06.864ZJul 21 23:02:05.068 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17572026-07-21T23:02:06.864ZJul 21 23:02:05.068 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17582026-07-21T23:02:07.580ZJul 21 23:02:05.788 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17592026-07-21T23:02:07.859ZJul 21 23:02:06.060 INFO Download complete, target: TransceiverControl
17602026-07-21T23:02:08.963ZJul 21 23:02:07.134 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17612026-07-21T23:02:09.018ZJul 21 23:02:07.145 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17622026-07-21T23:02:09.184ZJul 21 23:02:07.394 INFO Download complete, target: Console
17632026-07-21T23:02:09.951ZJul 21 23:02:08.164 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17642026-07-21T23:02:10.395ZJul 21 23:02:08.602 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17652026-07-21T23:02:10.418ZJul 21 23:02:08.632 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17662026-07-21T23:02:11.982ZJul 21 23:02:10.114 INFO Download complete, target: MaghemiteDdmd
17672026-07-21T23:02:12.581ZJul 21 23:02:10.758 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17682026-07-21T23:02:12.581ZJul 21 23:02:10.758 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17692026-07-21T23:02:12.895ZJul 21 23:02:11.078 INFO Download complete, target: DendriteStub
17702026-07-21T23:02:13.072ZJul 21 23:02:11.277 INFO Download complete, target: MaghemiteMgd
17712026-07-21T23:02:15.723ZJul 21 23:02:13.943 INFO Checking that binary works, target: Clickhouse
17722026-07-21T23:02:15.838ZJul 21 23:02:14.051 INFO Download complete, target: Clickhouse
17732026-07-21T23:02:17.156ZJul 21 23:02:15.339 INFO Checking that binary works, target: Cockroach
17742026-07-21T23:02:17.287ZJul 21 23:02:15.454 INFO Download complete, target: Cockroach
17752026-07-21T23:02:17.371ZAll builder prerequisites installed successfully, and PATH looks valid
17762026-07-21T23:02:17.371Z
17772026-07-21T23:02:17.372Zreal 2:04.192239164
17782026-07-21T23:02:17.372Zuser 6:39.435997221
17792026-07-21T23:02:17.372Zsys 1:21.586149069
17802026-07-21T23:02:17.372Ztrap 0.238181055
17812026-07-21T23:02:17.372Ztflt 0.558052234
17822026-07-21T23:02:17.372Zdflt 0.681552193
17832026-07-21T23:02:17.372Zkflt 0.025383526
17842026-07-21T23:02:17.372Zlock 22:29.341879246
17852026-07-21T23:02:17.372Zslp 20:10.818577212
17862026-07-21T23:02:17.372Zlat 44.379715085
17872026-07-21T23:02:17.372Zstop 1:59.168330688
17882026-07-21T23:02:17.373Z+ banner hack-check
17892026-07-21T23:02:17.373Z
17902026-07-21T23:02:17.373Z # # ## #### # # #### # # ###### #### # #
17912026-07-21T23:02:17.373Z # # # # # # # # # # # # # # # # #
17922026-07-21T23:02:17.373Z ###### # # # #### ##### # ###### ##### # ####
17932026-07-21T23:02:17.373Z # # ###### # # # # # # # # # #
17942026-07-21T23:02:17.373Z # # # # # # # # # # # # # # # # #
17952026-07-21T23:02:17.373Z # # # # #### # # #### # # ###### #### # #
17962026-07-21T23:02:17.373Z
17972026-07-21T23:02:17.373Z+ export CARGO_INCREMENTAL=0
17982026-07-21T23:02:17.373Z+ CARGO_INCREMENTAL=0
17992026-07-21T23:02:17.373Z+ ptime -m timeout 2h cargo xtask check-features --ci
18002026-07-21T23:02:17.809Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18012026-07-21T23:02:18.064Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18022026-07-21T23:02:19.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
18032026-07-21T23:02:19.826Z Running `target/debug/xtask check-features --ci`
18042026-07-21T23:02:19.849Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18052026-07-21T23:02:19.856Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18062026-07-21T23:02:20.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18072026-07-21T23:02:20.290Z Running `target/debug/xtask download cargo-hack`
18082026-07-21T23:02:21.043Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18092026-07-21T23:02:21.374Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18102026-07-21T23:02:23.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.61s
18112026-07-21T23:02:24.094Z Running `target/debug/xtask-downloader cargo-hack`
18122026-07-21T23:02:24.145ZJul 21 23:02:22.354 INFO Starting download, target: CargoHack
18132026-07-21T23:02:24.158ZJul 21 23:02:22.355 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18142026-07-21T23:02:25.291ZJul 21 23:02:22.761 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18152026-07-21T23:02:25.367ZJul 21 23:02:22.811 INFO Download complete, target: CargoHack
18162026-07-21T23:02:25.367Zrunning: "/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-21T23:02:25.367Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18182026-07-21T23:02:25.367Zinfo: running `cargo check --bins` on api_identity (1/300)
18192026-07-21T23:02:25.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18202026-07-21T23:02:25.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18212026-07-21T23:02:25.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18222026-07-21T23:02:25.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18232026-07-21T23:02:25.369Z
18242026-07-21T23:02:25.369Zinfo: running `cargo check --bins` on bootstore (2/300)
18252026-07-21T23:02:25.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262026-07-21T23:02:25.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272026-07-21T23:02:25.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282026-07-21T23:02:25.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18292026-07-21T23:02:25.935Z
18302026-07-21T23:02:25.935Zinfo: running `cargo check --bins` on omicron-ledger (3/300)
18312026-07-21T23:02:26.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322026-07-21T23:02:26.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332026-07-21T23:02:26.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342026-07-21T23:02:26.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18352026-07-21T23:02:26.424Z
18362026-07-21T23:02:26.424Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/300)
18372026-07-21T23:02:27.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382026-07-21T23:02:27.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392026-07-21T23:02:27.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402026-07-21T23:02:27.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18412026-07-21T23:02:27.446Z
18422026-07-21T23:02:27.446Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/300)
18432026-07-21T23:02:27.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-07-21T23:02:27.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-07-21T23:02:27.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-07-21T23:02:27.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18472026-07-21T23:02:27.653Z
18482026-07-21T23:02:27.653Zinfo: running `cargo check --bins` on omicron-certificates (6/300)
18492026-07-21T23:02:27.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-07-21T23:02:28.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-07-21T23:02:28.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-07-21T23:02:28.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18532026-07-21T23:02:28.092Z
18542026-07-21T23:02:28.092Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/300)
18552026-07-21T23:02:28.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-07-21T23:02:28.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-07-21T23:02:28.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-07-21T23:02:28.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18592026-07-21T23:02:28.618Z
18602026-07-21T23:02:28.618Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/300)
18612026-07-21T23:02:29.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-07-21T23:02:29.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-07-21T23:02:29.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-07-21T23:02:29.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18652026-07-21T23:02:29.188Z
18662026-07-21T23:02:29.188Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/300)
18672026-07-21T23:02:29.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-07-21T23:02:29.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-07-21T23:02:29.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-07-21T23:02:29.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18712026-07-21T23:02:29.960Z
18722026-07-21T23:02:29.960Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/300)
18732026-07-21T23:02:30.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-07-21T23:02:30.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-07-21T23:02:30.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-07-21T23:02:30.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18772026-07-21T23:02:30.110Z
18782026-07-21T23:02:30.110Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/300)
18792026-07-21T23:02:30.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-07-21T23:02:30.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-07-21T23:02:30.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-07-21T23:02:30.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18832026-07-21T23:02:30.359Z
18842026-07-21T23:02:30.360Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/300)
18852026-07-21T23:02:30.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-07-21T23:02:30.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-07-21T23:02:30.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-07-21T23:02:30.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18892026-07-21T23:02:30.769Z
18902026-07-21T23:02:30.769Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/300)
18912026-07-21T23:02:31.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-07-21T23:02:31.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-07-21T23:02:31.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-07-21T23:02:31.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18952026-07-21T23:02:31.265Z
18962026-07-21T23:02:31.265Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/300)
18972026-07-21T23:02:31.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-07-21T23:02:31.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-07-21T23:02:31.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-07-21T23:02:31.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19012026-07-21T23:02:31.618Z
19022026-07-21T23:02:31.618Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/300)
19032026-07-21T23:02:31.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-07-21T23:02:32.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-07-21T23:02:32.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-07-21T23:02:32.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19072026-07-21T23:02:32.471Z
19082026-07-21T23:02:32.471Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/300)
19092026-07-21T23:02:32.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-07-21T23:02:32.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-07-21T23:02:32.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-07-21T23:02:32.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19132026-07-21T23:02:32.771Z
19142026-07-21T23:02:32.771Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/300)
19152026-07-21T23:02:32.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-07-21T23:02:32.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-07-21T23:02:32.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-07-21T23:02:32.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19192026-07-21T23:02:32.927Z
19202026-07-21T23:02:32.927Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/300)
19212026-07-21T23:02:33.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-07-21T23:02:33.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-07-21T23:02:33.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-07-21T23:02:33.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19252026-07-21T23:02:33.198Z
19262026-07-21T23:02:33.198Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/300)
19272026-07-21T23:02:33.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-07-21T23:02:33.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-07-21T23:02:33.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-07-21T23:02:33.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19312026-07-21T23:02:33.490Z
19322026-07-21T23:02:33.490Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/300)
19332026-07-21T23:02:33.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-07-21T23:02:34.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-07-21T23:02:34.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-07-21T23:02:34.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19372026-07-21T23:02:34.108Z
19382026-07-21T23:02:34.108Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/300)
19392026-07-21T23:02:34.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-07-21T23:02:34.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-07-21T23:02:34.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-07-21T23:02:34.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19432026-07-21T23:02:34.414Z
19442026-07-21T23:02:34.414Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/300)
19452026-07-21T23:02:34.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-07-21T23:02:35.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-07-21T23:02:35.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-07-21T23:02:35.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19492026-07-21T23:02:35.117Z
19502026-07-21T23:02:35.117Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/300)
19512026-07-21T23:02:38.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-07-21T23:02:38.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-07-21T23:02:38.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-07-21T23:02:38.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19552026-07-21T23:02:38.712Z
19562026-07-21T23:02:38.712Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/300)
19572026-07-21T23:02:38.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-07-21T23:02:38.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-07-21T23:02:38.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-07-21T23:02:38.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19612026-07-21T23:02:38.907Z
19622026-07-21T23:02:38.907Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/300)
19632026-07-21T23:02:38.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-07-21T23:02:38.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-07-21T23:02:38.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-07-21T23:02:38.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19672026-07-21T23:02:38.907Z
19682026-07-21T23:02:38.907Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/300)
19692026-07-21T23:02:38.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-07-21T23:02:38.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-07-21T23:02:38.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-07-21T23:02:38.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19732026-07-21T23:02:38.907Z
19742026-07-21T23:02:38.907Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/300)
19752026-07-21T23:02:38.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-07-21T23:02:38.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-07-21T23:02:38.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-07-21T23:02:38.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19792026-07-21T23:02:38.907Z
19802026-07-21T23:02:38.907Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/300)
19812026-07-21T23:02:38.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-07-21T23:02:38.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-07-21T23:02:38.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-07-21T23:02:38.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19852026-07-21T23:02:38.908Z
19862026-07-21T23:02:38.908Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/300)
19872026-07-21T23:02:38.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-07-21T23:02:38.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-07-21T23:02:38.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-07-21T23:02:38.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19912026-07-21T23:02:38.908Z
19922026-07-21T23:02:38.908Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/300)
19932026-07-21T23:02:39.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-07-21T23:02:39.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-07-21T23:02:39.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-07-21T23:02:39.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19972026-07-21T23:02:39.032Z
19982026-07-21T23:02:39.032Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/300)
19992026-07-21T23:02:39.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-07-21T23:02:39.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-07-21T23:02:39.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-07-21T23:02:39.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20032026-07-21T23:02:39.032Z
20042026-07-21T23:02:39.032Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/300)
20052026-07-21T23:02:39.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-07-21T23:02:39.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-07-21T23:02:39.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-07-21T23:02:39.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20092026-07-21T23:02:39.032Z
20102026-07-21T23:02:39.032Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/300)
20112026-07-21T23:02:39.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-07-21T23:02:39.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-07-21T23:02:39.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-07-21T23:02:39.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20152026-07-21T23:02:39.117Z
20162026-07-21T23:02:39.117Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/300)
20172026-07-21T23:02:39.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-07-21T23:02:39.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-07-21T23:02:39.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-07-21T23:02:39.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20212026-07-21T23:02:39.479Z
20222026-07-21T23:02:39.479Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/300)
20232026-07-21T23:02:39.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-07-21T23:02:39.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-07-21T23:02:39.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-07-21T23:02:39.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20272026-07-21T23:02:39.878Z
20282026-07-21T23:02:39.878Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/300)
20292026-07-21T23:02:40.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-07-21T23:02:40.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-07-21T23:02:40.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-07-21T23:02:40.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20332026-07-21T23:02:40.277Z
20342026-07-21T23:02:40.277Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/300)
20352026-07-21T23:02:40.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-07-21T23:02:40.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-07-21T23:02:40.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-07-21T23:02:40.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20392026-07-21T23:02:40.682Z
20402026-07-21T23:02:40.682Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/300)
20412026-07-21T23:02:41.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-07-21T23:02:41.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-07-21T23:02:41.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-07-21T23:02:41.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20452026-07-21T23:02:41.113Z
20462026-07-21T23:02:41.113Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/300)
20472026-07-21T23:02:41.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-07-21T23:02:41.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-07-21T23:02:41.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-07-21T23:02:41.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20512026-07-21T23:02:41.495Z
20522026-07-21T23:02:41.495Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/300)
20532026-07-21T23:02:41.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-07-21T23:02:41.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-07-21T23:02:41.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-07-21T23:02:41.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20572026-07-21T23:02:41.952Z
20582026-07-21T23:02:41.952Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/300)
20592026-07-21T23:02:42.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-07-21T23:02:42.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-07-21T23:02:42.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-07-21T23:02:42.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20632026-07-21T23:02:42.318Z
20642026-07-21T23:02:42.318Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/300)
20652026-07-21T23:02:42.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-07-21T23:02:42.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-07-21T23:02:42.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-07-21T23:02:42.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20692026-07-21T23:02:42.723Z
20702026-07-21T23:02:42.723Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/300)
20712026-07-21T23:02:43.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-07-21T23:02:43.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-07-21T23:02:43.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-07-21T23:02:43.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20752026-07-21T23:02:43.129Z
20762026-07-21T23:02:43.129Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/300)
20772026-07-21T23:02:43.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-07-21T23:02:43.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-07-21T23:02:43.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-07-21T23:02:43.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20812026-07-21T23:02:43.531Z
20822026-07-21T23:02:43.531Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/300)
20832026-07-21T23:02:43.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-07-21T23:02:43.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-07-21T23:02:43.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-07-21T23:02:43.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20872026-07-21T23:02:43.934Z
20882026-07-21T23:02:43.934Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/300)
20892026-07-21T23:02:44.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-07-21T23:02:44.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-07-21T23:02:44.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-07-21T23:02:44.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20932026-07-21T23:02:44.341Z
20942026-07-21T23:02:44.341Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/300)
20952026-07-21T23:02:44.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-07-21T23:02:44.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-07-21T23:02:44.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-07-21T23:02:44.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20992026-07-21T23:02:44.741Z
21002026-07-21T23:02:44.741Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/300)
21012026-07-21T23:02:45.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-07-21T23:02:45.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-07-21T23:02:45.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-07-21T23:02:45.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21052026-07-21T23:02:45.150Z
21062026-07-21T23:02:45.150Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/300)
21072026-07-21T23:02:45.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-07-21T23:02:45.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-07-21T23:02:45.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-07-21T23:02:45.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21112026-07-21T23:02:45.717Z
21122026-07-21T23:02:45.717Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/300)
21132026-07-21T23:02:46.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-07-21T23:02:46.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-07-21T23:02:46.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162026-07-21T23:02:46.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21172026-07-21T23:02:46.279Z
21182026-07-21T23:02:46.279Zinfo: running `cargo check --bins` on nexus-config (51/300)
21192026-07-21T23:02:46.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202026-07-21T23:02:46.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212026-07-21T23:02:46.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222026-07-21T23:02:46.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21232026-07-21T23:02:46.847Z
21242026-07-21T23:02:46.847Zinfo: running `cargo check --bins` on nexus-types (52/300)
21252026-07-21T23:02:47.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262026-07-21T23:02:47.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272026-07-21T23:02:47.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282026-07-21T23:02:47.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21292026-07-21T23:02:47.412Z
21302026-07-21T23:02:47.412Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/300)
21312026-07-21T23:02:47.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322026-07-21T23:02:47.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332026-07-21T23:02:47.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342026-07-21T23:02:47.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21352026-07-21T23:02:47.949Z
21362026-07-21T23:02:47.949Zinfo: running `cargo check --bins` on omicron-passwords (54/300)
21372026-07-21T23:02:48.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382026-07-21T23:02:48.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392026-07-21T23:02:48.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402026-07-21T23:02:48.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21412026-07-21T23:02:48.463Z
21422026-07-21T23:02:48.463Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/300)
21432026-07-21T23:02:48.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442026-07-21T23:02:48.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452026-07-21T23:02:48.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462026-07-21T23:02:48.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21472026-07-21T23:02:49.002Z
21482026-07-21T23:02:49.002Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/300)
21492026-07-21T23:02:49.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502026-07-21T23:02:49.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512026-07-21T23:02:49.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522026-07-21T23:02:49.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21532026-07-21T23:02:49.537Z
21542026-07-21T23:02:49.537Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/300)
21552026-07-21T23:02:49.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562026-07-21T23:02:49.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572026-07-21T23:02:49.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582026-07-21T23:02:50.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21592026-07-21T23:02:50.071Z
21602026-07-21T23:02:50.071Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/300)
21612026-07-21T23:02:50.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622026-07-21T23:02:50.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632026-07-21T23:02:50.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642026-07-21T23:02:50.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21652026-07-21T23:02:50.612Z
21662026-07-21T23:02:50.612Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/300)
21672026-07-21T23:02:51.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682026-07-21T23:02:51.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692026-07-21T23:02:51.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702026-07-21T23:02:51.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21712026-07-21T23:02:51.126Z
21722026-07-21T23:02:51.126Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/300)
21732026-07-21T23:02:51.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742026-07-21T23:02:51.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752026-07-21T23:02:51.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762026-07-21T23:02:51.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21772026-07-21T23:02:51.649Z
21782026-07-21T23:02:51.649Zinfo: running `cargo check --bins --no-default-features` on gfss (61/300)
21792026-07-21T23:02:52.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802026-07-21T23:02:52.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812026-07-21T23:02:52.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822026-07-21T23:02:52.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21832026-07-21T23:02:52.182Z
21842026-07-21T23:02:52.183Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/300)
21852026-07-21T23:02:52.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862026-07-21T23:02:52.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872026-07-21T23:02:52.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882026-07-21T23:02:52.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21892026-07-21T23:02:52.688Z
21902026-07-21T23:02:52.688Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/300)
21912026-07-21T23:02:53.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922026-07-21T23:02:53.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932026-07-21T23:02:53.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21942026-07-21T23:02:53.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21952026-07-21T23:02:53.226Z
21962026-07-21T23:02:53.226Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/300)
21972026-07-21T23:02:53.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21982026-07-21T23:02:53.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21992026-07-21T23:02:53.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22002026-07-21T23:02:53.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22012026-07-21T23:02:53.764Z
22022026-07-21T23:02:53.764Zinfo: running `cargo check --bins` on cockroach-admin-types (65/300)
22032026-07-21T23:02:54.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22042026-07-21T23:02:54.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22052026-07-21T23:02:54.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22062026-07-21T23:02:54.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22072026-07-21T23:02:54.281Z
22082026-07-21T23:02:54.281Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/300)
22092026-07-21T23:02:54.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22102026-07-21T23:02:54.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22112026-07-21T23:02:54.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22122026-07-21T23:02:54.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22132026-07-21T23:02:54.802Z
22142026-07-21T23:02:54.802Zinfo: running `cargo check --bins` on ereport-types (67/300)
22152026-07-21T23:02:55.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162026-07-21T23:02:55.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172026-07-21T23:02:55.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22182026-07-21T23:02:55.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22192026-07-21T23:02:55.324Z
22202026-07-21T23:02:55.324Zinfo: running `cargo check --bins` on gateway-client (68/300)
22212026-07-21T23:02:55.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222026-07-21T23:02:55.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232026-07-21T23:02:55.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242026-07-21T23:02:55.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22252026-07-21T23:02:55.858Z
22262026-07-21T23:02:55.858Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/300)
22272026-07-21T23:02:56.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282026-07-21T23:02:56.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292026-07-21T23:02:56.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302026-07-21T23:02:56.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22312026-07-21T23:02:56.388Z
22322026-07-21T23:02:56.388Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/300)
22332026-07-21T23:02:56.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342026-07-21T23:02:56.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352026-07-21T23:02:56.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362026-07-21T23:02:56.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22372026-07-21T23:02:56.941Z
22382026-07-21T23:02:56.941Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/300)
22392026-07-21T23:02:57.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402026-07-21T23:02:57.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412026-07-21T23:02:57.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422026-07-21T23:02:57.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22432026-07-21T23:02:57.442Z
22442026-07-21T23:02:57.443Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/300)
22452026-07-21T23:02:57.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462026-07-21T23:02:57.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472026-07-21T23:02:57.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22482026-07-21T23:02:57.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22492026-07-21T23:02:57.966Z
22502026-07-21T23:02:57.966Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/300)
22512026-07-21T23:02:58.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22522026-07-21T23:02:58.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22532026-07-21T23:02:58.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22542026-07-21T23:02:58.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22552026-07-21T23:02:58.512Z
22562026-07-21T23:02:58.512Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/300)
22572026-07-21T23:02:58.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22582026-07-21T23:02:58.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22592026-07-21T23:02:58.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22602026-07-21T23:02:58.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22612026-07-21T23:02:59.055Z
22622026-07-21T23:02:59.055Zinfo: running `cargo check --bins` on key-manager-types (75/300)
22632026-07-21T23:02:59.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22642026-07-21T23:02:59.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22652026-07-21T23:02:59.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22662026-07-21T23:02:59.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22672026-07-21T23:02:59.573Z
22682026-07-21T23:02:59.573Zinfo: running `cargo check --bins` on oxlog (76/300)
22692026-07-21T23:03:00.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22702026-07-21T23:03:00.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22712026-07-21T23:03:00.162Z Checking cfg-if v1.0.4
22722026-07-21T23:03:00.163Z Checking libc v0.2.185
22732026-07-21T23:03:00.164Z Checking serde_core v1.0.228
22742026-07-21T23:03:00.307Z Checking memchr v2.8.0
22752026-07-21T23:03:00.315Z Checking zeroize v1.8.2
22762026-07-21T23:03:00.315Z Checking log v0.4.29
22772026-07-21T23:03:00.315Z Checking smallvec v1.15.1
22782026-07-21T23:03:00.317Z Checking subtle v2.6.1
22792026-07-21T23:03:00.317Z Checking itoa v1.0.17
22802026-07-21T23:03:00.393Z Checking scopeguard v1.2.0
22812026-07-21T23:03:00.512Z Checking stable_deref_trait v1.2.1
22822026-07-21T23:03:00.709Z Checking typenum v1.20.1
22832026-07-21T23:03:00.709Z Checking zerofrom v0.1.6
22842026-07-21T23:03:00.709Z Checking pin-project-lite v0.2.17
22852026-07-21T23:03:00.709Z Checking lock_api v0.4.14
22862026-07-21T23:03:00.709Z Checking portable-atomic v1.13.1
22872026-07-21T23:03:00.812Z Checking zmij v1.0.21
22882026-07-21T23:03:00.812Z Checking yoke v0.8.1
22892026-07-21T23:03:00.812Z Checking futures-core v0.3.32
22902026-07-21T23:03:00.812Z Checking errno v0.3.14
22912026-07-21T23:03:00.813Z Checking getrandom v0.2.17
22922026-07-21T23:03:00.813Z Checking zerovec v0.11.5
22932026-07-21T23:03:00.813Z Checking parking_lot_core v0.9.12
22942026-07-21T23:03:00.813Z Checking critical-section v1.2.0
22952026-07-21T23:03:00.858Z Checking signal-hook-registry v1.4.8
22962026-07-21T23:03:00.858Z Checking rand_core v0.6.4
22972026-07-21T23:03:00.858Z Checking mio v1.2.0
22982026-07-21T23:03:00.928Z Checking once_cell v1.21.3
22992026-07-21T23:03:00.990Z Checking parking_lot v0.12.5
23002026-07-21T23:03:00.991Z Checking zerocopy v0.8.40
23012026-07-21T23:03:01.030Z Checking rand_core v0.10.0
23022026-07-21T23:03:01.067Z Checking writeable v0.6.2
23032026-07-21T23:03:01.109Z Checking percent-encoding v2.3.2
23042026-07-21T23:03:01.276Z Checking litemap v0.8.1
23052026-07-21T23:03:01.276Z Checking const-oid v0.9.6
23062026-07-21T23:03:01.310Z Checking tinystr v0.8.2
23072026-07-21T23:03:01.311Z Checking potential_utf v0.1.4
23082026-07-21T23:03:01.311Z Checking getrandom v0.4.1
23092026-07-21T23:03:01.311Z Checking zerotrie v0.2.3
23102026-07-21T23:03:01.311Z Checking libm v0.2.16
23112026-07-21T23:03:01.335Z Checking icu_collections v2.1.1
23122026-07-21T23:03:01.335Z Checking icu_locale_core v2.1.1
23132026-07-21T23:03:01.364Z Checking generic-array v0.14.7
23142026-07-21T23:03:01.575Z Checking socket2 v0.6.3
23152026-07-21T23:03:01.649Z Checking equivalent v1.0.2
23162026-07-21T23:03:01.798Z Checking icu_properties_data v2.1.2
23172026-07-21T23:03:01.815Z Checking icu_normalizer_data v2.1.1
23182026-07-21T23:03:01.815Z Checking serde v1.0.228
23192026-07-21T23:03:01.815Z Checking bitflags v2.11.0
23202026-07-21T23:03:01.815Z Checking serde_json v1.0.150
23212026-07-21T23:03:01.933Z Checking futures-sink v0.3.32
23222026-07-21T23:03:01.933Z Checking futures-task v0.3.32
23232026-07-21T23:03:02.000Z Checking icu_provider v2.1.1
23242026-07-21T23:03:02.000Z Checking futures-channel v0.3.32
23252026-07-21T23:03:02.000Z Checking slab v0.4.12
23262026-07-21T23:03:02.031Z Checking futures-io v0.3.32
23272026-07-21T23:03:02.031Z Checking num-traits v0.2.19
23282026-07-21T23:03:02.061Z Checking hashbrown v0.17.0
23292026-07-21T23:03:02.093Z Checking icu_properties v2.1.2
23302026-07-21T23:03:02.112Z Checking icu_normalizer v2.1.1
23312026-07-21T23:03:02.113Z Checking futures-util v0.3.32
23322026-07-21T23:03:02.133Z Checking bytes v1.11.1
23332026-07-21T23:03:02.383Z Checking utf8_iter v1.0.4
23342026-07-21T23:03:02.570Z Checking crypto-common v0.1.7
23352026-07-21T23:03:02.589Z Checking block-buffer v0.10.4
23362026-07-21T23:03:02.589Z Checking form_urlencoded v1.2.2
23372026-07-21T23:03:02.589Z Checking indexmap v2.14.0
23382026-07-21T23:03:02.589Z Checking tokio v1.52.1
23392026-07-21T23:03:02.589Z Checking getrandom v0.3.4
23402026-07-21T23:03:02.642Z Checking digest v0.10.7
23412026-07-21T23:03:02.810Z Checking fnv v1.0.7
23422026-07-21T23:03:02.847Z Checking byteorder v1.5.0
23432026-07-21T23:03:02.847Z Checking iana-time-zone v0.1.65
23442026-07-21T23:03:02.847Z Checking rand_core v0.9.5
23452026-07-21T23:03:02.847Z Checking chrono v0.4.45
23462026-07-21T23:03:02.931Z Checking idna_adapter v1.2.1
23472026-07-21T23:03:02.955Z Checking http v1.4.2
23482026-07-21T23:03:02.976Z Checking uuid v1.23.4
23492026-07-21T23:03:03.011Z Checking idna v1.1.0
23502026-07-21T23:03:03.179Z Checking base64ct v1.8.3
23512026-07-21T23:03:03.286Z Checking url v2.5.8
23522026-07-21T23:03:03.307Z Checking regex-syntax v0.8.10
23532026-07-21T23:03:03.317Z Checking base64 v0.22.1
23542026-07-21T23:03:03.518Z Checking pem-rfc7468 v0.7.0
23552026-07-21T23:03:03.600Z Checking rustix v1.1.3
23562026-07-21T23:03:03.701Z Checking tracing-core v0.1.36
23572026-07-21T23:03:03.759Z Checking flagset v0.4.7
23582026-07-21T23:03:03.759Z Checking http-body v1.0.1
23592026-07-21T23:03:03.803Z Checking ppv-lite86 v0.2.21
23602026-07-21T23:03:03.859Z Checking der v0.7.10
23612026-07-21T23:03:03.899Z Checking rustls-pki-types v1.14.0
23622026-07-21T23:03:03.960Z Checking tracing v0.1.44
23632026-07-21T23:03:04.020Z Checking rand_chacha v0.9.0
23642026-07-21T23:03:04.030Z Checking tinyvec_macros v0.1.1
23652026-07-21T23:03:04.118Z Checking openssl-probe v0.2.1
23662026-07-21T23:03:04.234Z Checking cmov v0.5.4
23672026-07-21T23:03:04.487Z Checking dyn-clone v1.0.20
23682026-07-21T23:03:04.487Z Checking tinyvec v1.10.0
23692026-07-21T23:03:04.487Z Checking rand v0.9.2
23702026-07-21T23:03:04.487Z Checking semver v1.0.28
23712026-07-21T23:03:04.515Z Checking ctutils v0.4.2
23722026-07-21T23:03:04.515Z Checking aws-lc-sys v0.40.0
23732026-07-21T23:03:04.516Z Checking atomic-waker v1.1.2
23742026-07-21T23:03:04.608Z Checking untrusted v0.7.1
23752026-07-21T23:03:04.608Z Checking tower-layer v0.3.3
23762026-07-21T23:03:04.808Z Checking spki v0.7.3
23772026-07-21T23:03:04.808Z Checking try-lock v0.2.5
23782026-07-21T23:03:04.808Z Checking tower-service v0.3.3
23792026-07-21T23:03:04.979Z Checking hybrid-array v0.4.13
23802026-07-21T23:03:04.980Z Checking want v0.3.1
23812026-07-21T23:03:04.980Z Checking schemars v0.8.22
23822026-07-21T23:03:04.980Z Checking ipnet v2.11.0
23832026-07-21T23:03:04.980Z Checking httparse v1.10.1
23842026-07-21T23:03:04.980Z Checking aho-corasick v1.1.4
23852026-07-21T23:03:04.980Z Checking foreign-types-shared v0.1.1
23862026-07-21T23:03:05.085Z Checking fastrand v2.3.0
23872026-07-21T23:03:05.085Z Checking aws-lc-rs v1.16.3
23882026-07-21T23:03:05.086Z Checking cpufeatures v0.2.17
23892026-07-21T23:03:05.086Z Checking httpdate v1.0.3
23902026-07-21T23:03:05.086Z Checking utf8parse v0.2.2
23912026-07-21T23:03:05.110Z Checking plain v0.2.3
23922026-07-21T23:03:05.110Z Checking untrusted v0.9.0
23932026-07-21T23:03:05.110Z Checking tempfile v3.25.0
23942026-07-21T23:03:05.174Z Checking foreign-types v0.3.2
23952026-07-21T23:03:05.186Z Checking pkcs8 v0.10.2
23962026-07-21T23:03:05.207Z Checking unicode-normalization v0.1.25
23972026-07-21T23:03:05.598Z Checking openssl-sys v0.9.115
23982026-07-21T23:03:05.983Z Checking spin v0.9.8
23992026-07-21T23:03:05.983Z Checking anstyle v1.0.14
24002026-07-21T23:03:05.983Z Checking unicode-ident v1.0.24
24012026-07-21T23:03:05.983Z Checking regex-automata v0.4.14
24022026-07-21T23:03:05.983Z Checking ucd-trie v0.1.7
24032026-07-21T23:03:05.983Z Checking proc-macro2 v1.0.106
24042026-07-21T23:03:05.984Z Checking sha2 v0.10.9
24052026-07-21T23:03:05.984Z Checking hmac v0.12.1
24062026-07-21T23:03:05.984Z Checking pest v2.8.6
24072026-07-21T23:03:05.984Z Checking openssl v0.10.79
24082026-07-21T23:03:05.984Z Checking rustls-webpki v0.103.13
24092026-07-21T23:03:06.268Z Checking thiserror v2.0.18
24102026-07-21T23:03:06.268Z Checking sync_wrapper v1.0.2
24112026-07-21T23:03:06.268Z Checking wait-timeout v0.2.1
24122026-07-21T23:03:06.268Z Checking tokio-util v0.7.18
24132026-07-21T23:03:06.268Z Checking is_terminal_polyfill v1.70.2
24142026-07-21T23:03:06.268Z Checking quick-error v1.2.3
24152026-07-21T23:03:06.268Z Checking simd-adler32 v0.3.8
24162026-07-21T23:03:06.268Z Checking bit-vec v0.8.0
24172026-07-21T23:03:06.268Z Checking powerfmt v0.2.0
24182026-07-21T23:03:06.268Z Checking colorchoice v1.0.4
24192026-07-21T23:03:06.268Z Checking pretty-hex v0.4.1
24202026-07-21T23:03:06.269Z Checking anstyle-query v1.1.5
24212026-07-21T23:03:06.269Z Checking rustls v0.23.41
24222026-07-21T23:03:06.444Z Checking siphasher v1.0.2
24232026-07-21T23:03:06.444Z Checking deranged v0.5.8
24242026-07-21T23:03:06.444Z Checking bit-set v0.8.0
24252026-07-21T23:03:06.444Z Checking rusty-fork v0.3.1
24262026-07-21T23:03:06.445Z Checking tower v0.5.3
24272026-07-21T23:03:06.619Z Checking h2 v0.4.15
24282026-07-21T23:03:06.619Z Checking quote v1.0.45
24292026-07-21T23:03:06.735Z Checking http-body-util v0.1.3
24302026-07-21T23:03:06.839Z Checking crossbeam-utils v0.8.21
24312026-07-21T23:03:06.840Z Checking rand_xorshift v0.4.0
24322026-07-21T23:03:06.931Z Checking crc32fast v1.5.0
24332026-07-21T23:03:07.248Z Checking scroll v0.13.0
24342026-07-21T23:03:07.248Z Checking adler2 v2.0.1
24352026-07-21T23:03:07.366Z Checking unicode-bidi v0.3.18
24362026-07-21T23:03:07.367Z Checking ryu v1.0.23
24372026-07-21T23:03:07.367Z Checking time-core v0.1.8
24382026-07-21T23:03:07.367Z Checking allocator-api2 v0.2.21
24392026-07-21T23:03:07.367Z Checking num-conv v0.2.0
24402026-07-21T23:03:07.367Z Checking unarray v0.1.4
24412026-07-21T23:03:07.367Z Checking iri-string v0.7.10
24422026-07-21T23:03:07.394Z Checking unicode-properties v0.1.4
24432026-07-21T23:03:07.394Z Checking num_threads v0.1.7
24442026-07-21T23:03:07.394Z Checking proptest v1.10.0
24452026-07-21T23:03:07.417Z Checking time v0.3.47
24462026-07-21T23:03:07.426Z Checking serde_urlencoded v0.7.1
24472026-07-21T23:03:07.503Z Checking stringprep v0.1.5
24482026-07-21T23:03:07.901Z Checking bstr v1.12.1
24492026-07-21T23:03:08.267Z Checking miniz_oxide v0.8.9
24502026-07-21T23:03:08.267Z Checking native-tls v0.2.18
24512026-07-21T23:03:08.267Z Checking tokio-native-tls v0.3.1
24522026-07-21T23:03:08.267Z Checking goblin v0.10.5
24532026-07-21T23:03:08.267Z Checking crossbeam-epoch v0.9.18
24542026-07-21T23:03:08.267Z Checking syn v2.0.117
24552026-07-21T23:03:08.403Z Checking block-padding v0.4.2
24562026-07-21T23:03:08.403Z Checking tower-http v0.6.8
24572026-07-21T23:03:08.615Z Checking crypto-common v0.2.2
24582026-07-21T23:03:08.615Z Checking block-buffer v0.12.1
24592026-07-21T23:03:08.807Z Checking ipnetwork v0.21.1
24602026-07-21T23:03:08.807Z Checking anstyle-parse v1.0.0
24612026-07-21T23:03:08.807Z Checking rustls-native-certs v0.8.3
24622026-07-21T23:03:08.807Z Checking rand_chacha v0.3.1
24632026-07-21T23:03:09.025Z Checking scroll v0.12.0
24642026-07-21T23:03:09.025Z Checking thiserror v1.0.69
24652026-07-21T23:03:09.025Z Checking hash32 v0.2.1
24662026-07-21T23:03:09.276Z Checking zstd-sys v2.0.16+zstd.1.5.7
24672026-07-21T23:03:09.276Z Checking md-5 v0.10.6
24682026-07-21T23:03:09.276Z Checking signature v2.2.0
24692026-07-21T23:03:09.276Z Checking num-integer v0.1.46
24702026-07-21T23:03:09.276Z Checking hex v0.4.3
24712026-07-21T23:03:09.276Z Checking serde_spanned v0.6.9
24722026-07-21T23:03:09.276Z Checking toml_datetime v0.6.11
24732026-07-21T23:03:09.471Z Checking encoding_rs v0.8.35
24742026-07-21T23:03:09.471Z Checking mime v0.3.17
24752026-07-21T23:03:09.471Z Checking fallible-iterator v0.2.0
24762026-07-21T23:03:09.471Z Checking zlib-rs v0.6.2
24772026-07-21T23:03:09.471Z Checking hyper v1.10.1
24782026-07-21T23:03:09.471Z Checking psl-types v2.0.11
24792026-07-21T23:03:09.623Z Checking num-iter v0.1.45
24802026-07-21T23:03:09.623Z Checking publicsuffix v2.3.0
24812026-07-21T23:03:09.623Z Checking newtype-uuid v1.3.2
24822026-07-21T23:03:09.623Z Checking postgres-protocol v0.6.10
24832026-07-21T23:03:09.750Z Checking zstd-safe v7.2.4
24842026-07-21T23:03:09.913Z Checking heapless v0.7.17
24852026-07-21T23:03:09.914Z Checking goblin v0.8.2
24862026-07-21T23:03:09.914Z Checking rand v0.8.6
24872026-07-21T23:03:10.310Z Checking oxnet v0.1.6
24882026-07-21T23:03:10.310Z Checking flate2 v1.1.9
24892026-07-21T23:03:10.314Z Checking anstream v1.0.0
24902026-07-21T23:03:10.565Z Checking hyper-util v0.1.20
24912026-07-21T23:03:10.565Z Checking cookie v0.18.1
24922026-07-21T23:03:10.566Z Checking dof v0.4.0
24932026-07-21T23:03:10.566Z Checking tokio-rustls v0.26.4
24942026-07-21T23:03:10.566Z Checking inout v0.2.2
24952026-07-21T23:03:10.566Z Checking dtrace-parser v0.3.0
24962026-07-21T23:03:10.692Z Checking phf_shared v0.13.1
24972026-07-21T23:03:10.692Z Checking lazy_static v1.5.0
24982026-07-21T23:03:10.692Z Checking anstyle-parse v0.2.7
24992026-07-21T23:03:10.692Z Checking zerocopy v0.7.35
25002026-07-21T23:03:10.693Z Checking pin-project v1.1.11
25012026-07-21T23:03:10.693Z Checking terminal_size v0.4.3
25022026-07-21T23:03:10.693Z Checking bzip2-sys v0.1.13+1.0.8
25032026-07-21T23:03:10.879Z Checking signal-hook v0.3.18
25042026-07-21T23:03:10.880Z Checking futures-executor v0.3.32
25052026-07-21T23:03:10.880Z Checking ff v0.13.1
25062026-07-21T23:03:10.880Z Checking thread-id v5.1.0
25072026-07-21T23:03:10.880Z Checking libbz2-rs-sys v0.2.2
25082026-07-21T23:03:11.109Z Checking either v1.15.0
25092026-07-21T23:03:11.109Z Checking foldhash v0.1.5
25102026-07-21T23:03:11.109Z Compiling rayon-core v1.13.0
25112026-07-21T23:03:11.109Z Checking winnow v0.5.40
25122026-07-21T23:03:11.308Z Checking clap_lex v1.0.0
25132026-07-21T23:03:11.308Z Checking managed v0.8.0
25142026-07-21T23:03:11.308Z Checking strsim v0.11.1
25152026-07-21T23:03:11.308Z Checking bitflags v1.3.2
25162026-07-21T23:03:11.308Z Checking base16ct v0.2.0
25172026-07-21T23:03:11.308Z Checking bumpalo v3.20.2
25182026-07-21T23:03:11.308Z Checking foldhash v0.2.0
25192026-07-21T23:03:11.308Z Checking same-file v1.0.6
25202026-07-21T23:03:11.308Z Checking clap_builder v4.6.0
25212026-07-21T23:03:11.487Z Checking sec1 v0.7.3
25222026-07-21T23:03:11.487Z Checking walkdir v2.5.0
25232026-07-21T23:03:11.487Z Checking hashbrown v0.16.1
25242026-07-21T23:03:11.487Z Checking zopfli v0.8.3
25252026-07-21T23:03:11.622Z Checking smoltcp v0.9.1
25262026-07-21T23:03:11.622Z Checking bzip2 v0.6.1
25272026-07-21T23:03:11.622Z Checking hyper-tls v0.6.0
25282026-07-21T23:03:11.892Z Checking dof v0.3.0
25292026-07-21T23:03:11.892Z Checking hyper-rustls v0.27.7
25302026-07-21T23:03:11.892Z Checking reqwest v0.12.28
25312026-07-21T23:03:11.892Z Checking hashbrown v0.15.5
25322026-07-21T23:03:12.211Z Checking usdt-impl v0.6.0
25332026-07-21T23:03:12.212Z Checking signal-hook-mio v0.2.5
25342026-07-21T23:03:12.212Z Checking group v0.13.0
25352026-07-21T23:03:12.212Z Checking futures v0.3.32
25362026-07-21T23:03:12.425Z Checking anstream v0.6.21
25372026-07-21T23:03:12.425Z Checking snafu v0.8.9
25382026-07-21T23:03:12.425Z Checking bzip2 v0.4.4
25392026-07-21T23:03:12.425Z Checking phf v0.13.1
25402026-07-21T23:03:12.425Z Checking toml_edit v0.19.15
25412026-07-21T23:03:12.425Z Checking num-bigint-dig v0.8.6
25422026-07-21T23:03:12.426Z Checking cookie_store v0.22.1
25432026-07-21T23:03:12.426Z Checking cipher v0.5.2
25442026-07-21T23:03:12.426Z Checking daft v0.1.7
25452026-07-21T23:03:12.426Z Checking postgres-types v0.2.12
25462026-07-21T23:03:12.588Z Checking zstd v0.13.3
25472026-07-21T23:03:12.589Z Checking ed25519 v2.2.3
25482026-07-21T23:03:12.589Z Checking dtrace-parser v0.2.0
25492026-07-21T23:03:12.589Z Checking rustls-platform-verifier v0.6.2
25502026-07-21T23:03:12.589Z Checking crossbeam-deque v0.8.6
25512026-07-21T23:03:12.844Z Checking globset v0.4.18
25522026-07-21T23:03:12.846Z Checking regex v1.12.3
25532026-07-21T23:03:12.846Z Checking phf_shared v0.11.3
25542026-07-21T23:03:12.846Z Checking hkdf v0.12.4
25552026-07-21T23:03:12.846Z Checking olpc-cjson v0.1.4
25562026-07-21T23:03:13.125Z Checking curve25519-dalek v4.1.3
25572026-07-21T23:03:13.125Z Checking ref-cast v1.0.25
25582026-07-21T23:03:13.125Z Checking pkcs1 v0.7.5
25592026-07-21T23:03:13.125Z Checking strum v0.27.2
25602026-07-21T23:03:13.125Z Checking hubpack v0.1.2
25612026-07-21T23:03:13.125Z Checking memoffset v0.9.1
25622026-07-21T23:03:13.125Z Checking rustix v0.38.44
25632026-07-21T23:03:13.125Z Checking pem v3.0.6
25642026-07-21T23:03:13.126Z Checking float-cmp v0.10.0
25652026-07-21T23:03:13.127Z Checking erased-serde v0.3.31
25662026-07-21T23:03:13.332Z Checking serde_plain v1.0.2
25672026-07-21T23:03:13.332Z Checking serde-big-array v0.5.1
25682026-07-21T23:03:13.332Z Checking crypto-bigint v0.5.5
25692026-07-21T23:03:13.332Z Checking thread-id v4.2.2
25702026-07-21T23:03:13.332Z Checking memmap2 v0.9.10
25712026-07-21T23:03:13.332Z Checking env_filter v1.0.0
25722026-07-21T23:03:13.332Z Checking static_assertions v1.1.0
25732026-07-21T23:03:13.332Z Checking winnow v1.0.3
25742026-07-21T23:03:13.332Z Checking fixedbitset v0.4.2
25752026-07-21T23:03:13.460Z Checking toml_write v0.1.2
25762026-07-21T23:03:13.461Z Checking precomputed-hash v0.1.1
25772026-07-21T23:03:13.461Z Checking winnow v0.7.14
25782026-07-21T23:03:13.461Z Checking difflib v0.4.0
25792026-07-21T23:03:13.461Z Checking const-oid v0.10.2
25802026-07-21T23:03:13.668Z Checking new_debug_unreachable v1.0.6
25812026-07-21T23:03:13.668Z Checking unicode-segmentation v1.12.0
25822026-07-21T23:03:13.668Z Checking whoami v2.1.0
25832026-07-21T23:03:13.668Z Checking typed-path v0.9.3
25842026-07-21T23:03:13.917Z Checking keccak v0.1.6
25852026-07-21T23:03:13.917Z Checking fixedbitset v0.5.7
25862026-07-21T23:03:13.918Z Checking jiff v0.2.21
25872026-07-21T23:03:13.918Z Checking cpufeatures v0.3.0
25882026-07-21T23:03:13.918Z Checking predicates-core v1.0.10
25892026-07-21T23:03:13.918Z Checking data-encoding v2.10.0
25902026-07-21T23:03:13.919Z Checking normalize-line-endings v0.3.0
25912026-07-21T23:03:13.919Z Checking chacha20 v0.10.0
25922026-07-21T23:03:14.105Z Checking similar v2.7.0
25932026-07-21T23:03:14.105Z Checking predicates v3.1.4
25942026-07-21T23:03:14.105Z Checking elliptic-curve v0.13.8
25952026-07-21T23:03:14.105Z Checking hickory-proto v0.25.2
25962026-07-21T23:03:14.377Z Checking petgraph v0.8.3
25972026-07-21T23:03:14.378Z Checking sha3 v0.10.8
25982026-07-21T23:03:14.378Z Checking crossterm v0.28.1
25992026-07-21T23:03:14.378Z Checking tough v0.22.0
26002026-07-21T23:03:14.561Z Checking tokio-postgres v0.7.16
26012026-07-21T23:03:14.561Z Checking digest v0.11.3
26022026-07-21T23:03:14.792Z Checking string_cache v0.8.9
26032026-07-21T23:03:14.792Z Checking toml_edit v0.22.27
26042026-07-21T23:03:14.991Z Checking ed25519-dalek v2.2.0
26052026-07-21T23:03:15.346Z Checking toml_parser v1.1.2+spec-1.1.0
26062026-07-21T23:03:15.346Z Checking slog v2.8.2
26072026-07-21T23:03:15.622Z Checking petgraph v0.6.5
26082026-07-21T23:03:15.622Z Checking usdt v0.6.0
26092026-07-21T23:03:15.622Z Checking env_logger v0.11.9
26102026-07-21T23:03:15.778Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26112026-07-21T23:03:15.778Z Checking toml v0.7.8
26122026-07-21T23:03:15.778Z Checking usdt-impl v0.5.0
26132026-07-21T23:03:15.778Z Checking rsa v0.9.10
26142026-07-21T23:03:16.011Z Checking nix v0.31.2
26152026-07-21T23:03:16.202Z Checking iddqd v0.4.2
26162026-07-21T23:03:16.202Z Checking zip v4.6.1
26172026-07-21T23:03:16.450Z Checking reqwest v0.13.2
26182026-07-21T23:03:16.634Z Checking clap v4.6.1
26192026-07-21T23:03:16.634Z Checking zip v0.6.6
26202026-07-21T23:03:16.634Z Checking itertools v0.13.0
26212026-07-21T23:03:16.634Z Checking byte-wrapper v0.1.0
26222026-07-21T23:03:16.814Z Checking serde_with v3.21.0
26232026-07-21T23:03:17.005Z Checking strum v0.26.3
26242026-07-21T23:03:17.006Z Checking fs-err v3.3.0
26252026-07-21T23:03:17.006Z Checking ahash v0.8.12
26262026-07-21T23:03:17.006Z Checking tokio-stream v0.1.18
26272026-07-21T23:03:17.179Z Checking object v0.37.3
26282026-07-21T23:03:17.179Z Checking buf-list v1.1.2
26292026-07-21T23:03:17.396Z Checking anyhow v1.0.102
26302026-07-21T23:03:17.396Z Checking camino v1.2.2
26312026-07-21T23:03:17.396Z Checking x509-cert v0.2.5
26322026-07-21T23:03:17.631Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26332026-07-21T23:03:17.632Z Checking openapiv3 v2.2.0
26342026-07-21T23:03:17.632Z Checking lalrpop-util v0.19.12
26352026-07-21T23:03:17.780Z Checking peg-runtime v0.8.5
26362026-07-21T23:03:17.780Z Checking rayon v1.11.0
26372026-07-21T23:03:17.780Z Checking sigpipe v0.1.3
26382026-07-21T23:03:17.780Z Checking glob v0.3.3
26392026-07-21T23:03:19.241Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26402026-07-21T23:03:19.484Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26412026-07-21T23:03:19.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.85s
26422026-07-21T23:03:19.780Z
26432026-07-21T23:03:19.780Zinfo: running `cargo check --bins` on internal-dns-types (77/300)
26442026-07-21T23:03:20.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452026-07-21T23:03:20.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462026-07-21T23:03:20.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472026-07-21T23:03:20.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26482026-07-21T23:03:20.344Z
26492026-07-21T23:03:20.344Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/300)
26502026-07-21T23:03:20.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512026-07-21T23:03:21.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522026-07-21T23:03:21.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532026-07-21T23:03:21.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26542026-07-21T23:03:21.033Z
26552026-07-21T23:03:21.033Zinfo: running `cargo check --bins` on nexus-types-versions (79/300)
26562026-07-21T23:03:21.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572026-07-21T23:03:21.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582026-07-21T23:03:21.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592026-07-21T23:03:21.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26602026-07-21T23:03:21.404Z
26612026-07-21T23:03:21.404Zinfo: running `cargo check --bins` on oxql-types (80/300)
26622026-07-21T23:03:21.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632026-07-21T23:03:21.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642026-07-21T23:03:21.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26652026-07-21T23:03:21.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26662026-07-21T23:03:21.958Z
26672026-07-21T23:03:21.958Zinfo: running `cargo check --bins` on oximeter-types (81/300)
26682026-07-21T23:03:22.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692026-07-21T23:03:22.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702026-07-21T23:03:22.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26712026-07-21T23:03:22.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26722026-07-21T23:03:22.504Z
26732026-07-21T23:03:22.504Zinfo: running `cargo check --bins` on oximeter-types-versions (82/300)
26742026-07-21T23:03:22.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26752026-07-21T23:03:22.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26762026-07-21T23:03:22.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26772026-07-21T23:03:22.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26782026-07-21T23:03:22.995Z
26792026-07-21T23:03:22.995Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/300)
26802026-07-21T23:03:23.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26812026-07-21T23:03:23.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26822026-07-21T23:03:23.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26832026-07-21T23:03:23.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26842026-07-21T23:03:23.438Z
26852026-07-21T23:03:23.438Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/300)
26862026-07-21T23:03:23.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26872026-07-21T23:03:23.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26882026-07-21T23:03:24.114Z Compiling structmeta-derive v0.3.0
26892026-07-21T23:03:24.264Z Compiling multer v3.1.0
26902026-07-21T23:03:24.264Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26912026-07-21T23:03:24.264Z Compiling async-stream-impl v0.3.6
26922026-07-21T23:03:24.264Z Compiling dropshot v0.17.1
26932026-07-21T23:03:24.264Z Compiling newtype-uuid-macros v0.1.0
26942026-07-21T23:03:24.264Z Compiling dropshot_endpoint v0.17.1
26952026-07-21T23:03:24.264Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26962026-07-21T23:03:24.353Z Checking thread_local v1.1.9
26972026-07-21T23:03:24.396Z Checking match_cfg v0.1.0
26982026-07-21T23:03:24.452Z Checking compression-core v0.4.31
26992026-07-21T23:03:24.519Z Checking hostname v0.3.1
27002026-07-21T23:03:24.573Z Checking crossbeam-channel v0.5.15
27012026-07-21T23:03:24.573Z Checking compression-codecs v0.4.37
27022026-07-21T23:03:24.627Z Checking atomicwrites v0.4.4
27032026-07-21T23:03:24.690Z Checking slog-json v2.6.1
27042026-07-21T23:03:24.728Z Checking toml_datetime v1.1.1+spec-1.1.0
27052026-07-21T23:03:24.728Z Checking is-terminal v0.4.17
27062026-07-21T23:03:24.728Z Checking serde_spanned v1.1.1
27072026-07-21T23:03:24.912Z Checking take_mut v0.2.2
27082026-07-21T23:03:24.945Z Checking debug-ignore v1.0.5
27092026-07-21T23:03:24.945Z Checking toml_writer v1.1.1+spec-1.1.0
27102026-07-21T23:03:24.945Z Checking term v1.2.1
27112026-07-21T23:03:24.945Z Checking slog-async v2.8.0
27122026-07-21T23:03:24.946Z Checking slog-bunyan v2.5.0
27132026-07-21T23:03:24.946Z Checking async-compression v0.4.41
27142026-07-21T23:03:24.946Z Checking async-stream v0.3.6
27152026-07-21T23:03:25.004Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27162026-07-21T23:03:25.024Z Checking toml v1.1.2+spec-1.1.0
27172026-07-21T23:03:25.052Z Checking progenitor-client v0.14.0
27182026-07-21T23:03:25.104Z Checking sha1 v0.11.0
27192026-07-21T23:03:25.147Z Checking slog-term v2.9.2
27202026-07-21T23:03:25.168Z Compiling structmeta v0.3.0
27212026-07-21T23:03:25.168Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27222026-07-21T23:03:25.235Z Checking waitgroup v0.1.2
27232026-07-21T23:03:25.295Z Checking rustls-pemfile v2.2.0
27242026-07-21T23:03:25.385Z Checking backon v1.6.0
27252026-07-21T23:03:25.385Z Checking serde_path_to_error v0.1.20
27262026-07-21T23:03:25.385Z Checking hostname v0.4.2
27272026-07-21T23:03:25.386Z Checking instant v0.1.13
27282026-07-21T23:03:25.446Z Compiling derive-ex v0.1.8
27292026-07-21T23:03:25.446Z Compiling parse-display-derive v0.10.0
27302026-07-21T23:03:25.479Z Checking progenitor-extras v0.2.0
27312026-07-21T23:03:25.565Z Checking backoff v0.4.0
27322026-07-21T23:03:25.599Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27332026-07-21T23:03:25.622Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27342026-07-21T23:03:25.645Z Checking itertools v0.14.0
27352026-07-21T23:03:25.752Z Checking regress v0.10.5
27362026-07-21T23:03:25.816Z Checking macaddr v1.0.1
27372026-07-21T23:03:26.116Z Checking humantime v2.3.0
27382026-07-21T23:03:27.032Z Compiling test-strategy v0.4.5
27392026-07-21T23:03:27.058Z Checking parse-display v0.10.0
27402026-07-21T23:03:27.321Z Compiling prettyplease v0.2.37
27412026-07-21T23:03:27.556Z Checking num-rational v0.4.2
27422026-07-21T23:03:27.838Z Checking num-complex v0.4.6
27432026-07-21T23:03:28.285Z Compiling num v0.4.3
27442026-07-21T23:03:28.395Z Compiling usdt-macro v0.5.0
27452026-07-21T23:03:28.434Z Compiling usdt-attr-macro v0.5.0
27462026-07-21T23:03:28.446Z Checking memmap v0.7.0
27472026-07-21T23:03:28.494Z Checking float-ord v0.3.2
27482026-07-21T23:03:28.556Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27492026-07-21T23:03:28.714Z Compiling convert_case v0.4.0
27502026-07-21T23:03:28.888Z Checking unicode-width v0.2.0
27512026-07-21T23:03:28.938Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27522026-07-21T23:03:29.092Z Compiling derive_more v0.99.20
27532026-07-21T23:03:29.140Z Checking newline-converter v0.3.0
27542026-07-21T23:03:29.152Z Checking console v0.15.11
27552026-07-21T23:03:29.226Z Checking usdt v0.5.0
27562026-07-21T23:03:29.247Z Compiling toml v0.8.23
27572026-07-21T23:03:29.392Z Compiling minimal-lexical v0.2.1
27582026-07-21T23:03:29.431Z Checking linked-hash-map v0.5.6
27592026-07-21T23:03:29.604Z Checking lru-cache v0.1.2
27602026-07-21T23:03:29.640Z Compiling nom v7.1.3
27612026-07-21T23:03:29.724Z Checking expectorate v1.2.0
27622026-07-21T23:03:30.186Z Checking camino-tempfile v1.4.1
27632026-07-21T23:03:30.275Z Checking hickory-proto v0.24.4
27642026-07-21T23:03:30.346Z Checking phf_shared v0.12.1
27652026-07-21T23:03:30.384Z Compiling slog-dtrace v0.3.0
27662026-07-21T23:03:30.620Z Checking heck v0.5.0
27672026-07-21T23:03:30.729Z Checking resolv-conf v0.7.6
27682026-07-21T23:03:30.845Z Compiling chrono-tz v0.10.4
27692026-07-21T23:03:30.971Z Compiling unicode-xid v0.2.6
27702026-07-21T23:03:31.077Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27712026-07-21T23:03:31.122Z Compiling const_format_proc_macros v0.2.34
27722026-07-21T23:03:31.164Z Checking phf v0.12.1
27732026-07-21T23:03:31.284Z Checking tokio-dtrace v0.1.1
27742026-07-21T23:03:31.519Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27752026-07-21T23:03:31.618Z Compiling derive-where v1.6.0
27762026-07-21T23:03:31.691Z Checking highway v1.3.0
27772026-07-21T23:03:31.937Z Checking const_format v0.2.35
27782026-07-21T23:03:31.981Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27792026-07-21T23:03:32.105Z Checking hickory-resolver v0.24.4
27802026-07-21T23:03:32.121Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27812026-07-21T23:03:32.155Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27822026-07-21T23:03:32.546Z Checking oxide-tokio-rt v0.1.4
27832026-07-21T23:03:32.901Z Checking qorb v0.4.1
27842026-07-21T23:03:33.187Z Checking gethostname v0.5.0
27852026-07-21T23:03:33.254Z Checking bcs v0.1.6
27862026-07-21T23:03:33.256Z Checking termtree v0.5.1
27872026-07-21T23:03:33.666Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27882026-07-21T23:03:33.768Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27892026-07-21T23:03:33.918Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27902026-07-21T23:03:33.965Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27912026-07-21T23:03:36.534Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27922026-07-21T23:03:38.958Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27932026-07-21T23:03:41.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.72s
27942026-07-21T23:03:41.223Z
27952026-07-21T23:03:41.223Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/300)
27962026-07-21T23:03:41.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27972026-07-21T23:03:41.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27982026-07-21T23:03:41.842Z Compiling ar_archive_writer v0.5.1
27992026-07-21T23:03:41.948Z Compiling stacker v0.1.23
28002026-07-21T23:03:41.954Z Compiling cfg_aliases v0.1.1
28012026-07-21T23:03:41.959Z Compiling convert_case v0.10.0
28022026-07-21T23:03:41.963Z Checking unicode-width v0.1.14
28032026-07-21T23:03:41.972Z Compiling proc-macro-error v1.0.4
28042026-07-21T23:03:41.982Z Checking fd-lock v4.0.4
28052026-07-21T23:03:41.987Z Checking nibble_vec v0.1.0
28062026-07-21T23:03:42.008Z Compiling nix v0.28.0
28072026-07-21T23:03:42.095Z Checking vte v0.14.1
28082026-07-21T23:03:42.107Z Compiling recursive-proc-macro-impl v0.1.1
28092026-07-21T23:03:42.204Z Checking bytecount v0.6.9
28102026-07-21T23:03:42.219Z Checking endian-type v0.1.2
28112026-07-21T23:03:42.241Z Checking strip-ansi-escapes v0.2.1
28122026-07-21T23:03:42.252Z Compiling derive_more-impl v2.1.1
28132026-07-21T23:03:42.342Z Compiling tabled_derive v0.7.0
28142026-07-21T23:03:42.356Z Checking papergrid v0.11.0
28152026-07-21T23:03:42.356Z Checking radix_trie v0.2.1
28162026-07-21T23:03:42.362Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28172026-07-21T23:03:42.516Z Compiling peg-macros v0.8.5
28182026-07-21T23:03:42.542Z Compiling sqlparser_derive v0.5.0
28192026-07-21T23:03:42.765Z Compiling psm v0.1.30
28202026-07-21T23:03:42.850Z Checking winnow v0.6.26
28212026-07-21T23:03:42.914Z Checking nu-ansi-term v0.50.3
28222026-07-21T23:03:43.078Z Checking derive_more v2.1.1
28232026-07-21T23:03:43.167Z Checking home v0.5.12
28242026-07-21T23:03:43.175Z Checking unicode_categories v0.1.1
28252026-07-21T23:03:43.246Z Checking tabled v0.15.0
28262026-07-21T23:03:43.264Z Checking crossterm v0.29.0
28272026-07-21T23:03:43.319Z Checking reedline v0.40.0
28282026-07-21T23:03:43.345Z Checking rustyline v14.0.0
28292026-07-21T23:03:43.374Z Checking display-error-chain v0.2.2
28302026-07-21T23:03:43.628Z Checking recursive v0.1.1
28312026-07-21T23:03:43.714Z Checking sqlparser v0.61.0
28322026-07-21T23:03:43.848Z Checking peg v0.8.5
28332026-07-21T23:03:44.130Z Checking sqlformat v0.3.5
28342026-07-21T23:03:54.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.75s
28352026-07-21T23:03:55.151Z
28362026-07-21T23:03:55.151Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/300)
28372026-07-21T23:03:55.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382026-07-21T23:03:55.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392026-07-21T23:03:55.757Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28402026-07-21T23:03:59.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
28412026-07-21T23:03:59.380Z
28422026-07-21T23:03:59.380Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/300)
28432026-07-21T23:03:59.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442026-07-21T23:03:59.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452026-07-21T23:04:00.007Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28462026-07-21T23:04:02.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
28472026-07-21T23:04:02.636Z
28482026-07-21T23:04:02.637Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/300)
28492026-07-21T23:04:03.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502026-07-21T23:04:03.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512026-07-21T23:04:03.259Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28522026-07-21T23:04:06.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s
28532026-07-21T23:04:06.678Z
28542026-07-21T23:04:06.679Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/300)
28552026-07-21T23:04:07.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562026-07-21T23:04:07.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572026-07-21T23:04:07.301Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28582026-07-21T23:04:10.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s
28592026-07-21T23:04:10.766Z
28602026-07-21T23:04:10.766Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/300)
28612026-07-21T23:04:11.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-07-21T23:04:11.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-07-21T23:04:11.391Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28642026-07-21T23:04:13.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
28652026-07-21T23:04:14.166Z
28662026-07-21T23:04:14.166Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/300)
28672026-07-21T23:04:14.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-07-21T23:04:14.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-07-21T23:04:14.796Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28702026-07-21T23:04:17.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28712026-07-21T23:04:17.599Z
28722026-07-21T23:04:17.599Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/300)
28732026-07-21T23:04:18.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742026-07-21T23:04:18.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752026-07-21T23:04:18.232Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28762026-07-21T23:04:21.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
28772026-07-21T23:04:21.844Z
28782026-07-21T23:04:21.844Zinfo: running `cargo check --bins` on oximeter (93/300)
28792026-07-21T23:04:23.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802026-07-21T23:04:23.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812026-07-21T23:04:23.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822026-07-21T23:04:23.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
28832026-07-21T23:04:23.359Z
28842026-07-21T23:04:23.359Zinfo: running `cargo check --bins` on oximeter-schema (94/300)
28852026-07-21T23:04:23.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862026-07-21T23:04:23.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872026-07-21T23:04:23.408Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28882026-07-21T23:04:23.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
28892026-07-21T23:04:23.467Z
28902026-07-21T23:04:23.467Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/300)
28912026-07-21T23:04:23.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922026-07-21T23:04:23.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932026-07-21T23:04:23.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942026-07-21T23:04:23.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
28952026-07-21T23:04:24.003Z
28962026-07-21T23:04:24.003Zinfo: running `cargo check --bins` on oximeter-test-utils (96/300)
28972026-07-21T23:04:24.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-07-21T23:04:24.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-07-21T23:04:24.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002026-07-21T23:04:24.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29012026-07-21T23:04:24.580Z
29022026-07-21T23:04:24.581Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/300)
29032026-07-21T23:04:25.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-07-21T23:04:25.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-07-21T23:04:25.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-07-21T23:04:25.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29072026-07-21T23:04:25.128Z
29082026-07-21T23:04:25.128Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/300)
29092026-07-21T23:04:25.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-07-21T23:04:25.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-07-21T23:04:25.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-07-21T23:04:25.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29132026-07-21T23:04:25.676Z
29142026-07-21T23:04:25.676Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/300)
29152026-07-21T23:04:26.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-07-21T23:04:26.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-07-21T23:04:26.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182026-07-21T23:04:26.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29192026-07-21T23:04:26.231Z
29202026-07-21T23:04:26.231Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/300)
29212026-07-21T23:04:26.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-07-21T23:04:26.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-07-21T23:04:26.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242026-07-21T23:04:26.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29252026-07-21T23:04:26.773Z
29262026-07-21T23:04:26.773Zinfo: running `cargo check --bins` on trust-quorum-types (101/300)
29272026-07-21T23:04:27.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-07-21T23:04:27.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-07-21T23:04:27.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-07-21T23:04:27.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29312026-07-21T23:04:28.021Z
29322026-07-21T23:04:28.021Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/300)
29332026-07-21T23:04:28.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-07-21T23:04:28.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-07-21T23:04:28.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362026-07-21T23:04:28.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29372026-07-21T23:04:28.078Z
29382026-07-21T23:04:28.078Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/300)
29392026-07-21T23:04:30.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402026-07-21T23:04:31.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412026-07-21T23:04:31.317Z Compiling darling_core v0.21.3
29422026-07-21T23:04:31.317Z Compiling crucible-workspace-hack v0.1.0
29432026-07-21T23:04:31.317Z Checking secrecy v0.10.3
29442026-07-21T23:04:31.317Z Compiling toml_datetime v0.7.5+spec-1.1.0
29452026-07-21T23:04:31.317Z Compiling heapless v0.8.0
29462026-07-21T23:04:31.318Z Checking hash32 v0.3.1
29472026-07-21T23:04:31.318Z Checking inout v0.1.4
29482026-07-21T23:04:31.318Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29492026-07-21T23:04:31.318Z Compiling smoltcp v0.11.0
29502026-07-21T23:04:31.318Z Checking cobs v0.3.0
29512026-07-21T23:04:31.318Z Compiling toml_edit v0.23.10+spec-1.0.0
29522026-07-21T23:04:31.318Z Checking cipher v0.4.4
29532026-07-21T23:04:31.318Z Checking universal-hash v0.5.1
29542026-07-21T23:04:31.318Z Compiling thiserror-impl-no-std v2.0.2
29552026-07-21T23:04:31.318Z Checking half v2.7.1
29562026-07-21T23:04:31.318Z Checking opaque-debug v0.3.1
29572026-07-21T23:04:31.318Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29582026-07-21T23:04:31.318Z Checking ciborium-io v0.2.2
29592026-07-21T23:04:31.318Z Checking poly1305 v0.8.0
29602026-07-21T23:04:31.318Z Checking chacha20 v0.9.1
29612026-07-21T23:04:31.318Z Checking ciborium-ll v0.2.2
29622026-07-21T23:04:31.318Z Checking postcard v1.1.3
29632026-07-21T23:04:31.318Z Compiling proc-macro-crate v3.4.0
29642026-07-21T23:04:31.318Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29652026-07-21T23:04:31.318Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29662026-07-21T23:04:31.318Z Checking password-hash v0.5.0
29672026-07-21T23:04:31.318Z Checking blake2 v0.10.6
29682026-07-21T23:04:31.319Z Compiling proc-macro-crate v1.3.1
29692026-07-21T23:04:31.319Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29702026-07-21T23:04:31.319Z Checking aead v0.5.2
29712026-07-21T23:04:31.319Z Compiling num_enum_derive v0.7.6
29722026-07-21T23:04:31.319Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29732026-07-21T23:04:31.319Z Compiling foreign-types-macros v0.2.3
29742026-07-21T23:04:31.319Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29752026-07-21T23:04:31.319Z Checking thiserror-no-std v2.0.2
29762026-07-21T23:04:31.319Z Checking foreign-types-shared v0.3.1
29772026-07-21T23:04:31.319Z Compiling num_enum_derive v0.5.11
29782026-07-21T23:04:31.319Z Checking vsss-rs v3.3.4
29792026-07-21T23:04:31.392Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29802026-07-21T23:04:31.393Z Checking chacha20poly1305 v0.10.1
29812026-07-21T23:04:31.393Z Checking argon2 v0.5.3
29822026-07-21T23:04:31.393Z Checking foreign-types v0.5.0
29832026-07-21T23:04:31.393Z Checking ciborium v0.2.2
29842026-07-21T23:04:31.393Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29852026-07-21T23:04:31.393Z Checking tabwriter v1.4.1
29862026-07-21T23:04:31.393Z Checking num_enum v0.7.6
29872026-07-21T23:04:31.393Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29882026-07-21T23:04:31.393Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29892026-07-21T23:04:31.393Z Checking cstr-argument v0.1.2
29902026-07-21T23:04:31.393Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29912026-07-21T23:04:31.393Z Compiling darling_macro v0.21.3
29922026-07-21T23:04:31.393Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29932026-07-21T23:04:31.393Z Checking num_enum v0.5.11
29942026-07-21T23:04:31.393Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29952026-07-21T23:04:31.393Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29962026-07-21T23:04:32.202Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29972026-07-21T23:04:32.202Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29982026-07-21T23:04:32.243Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29992026-07-21T23:04:32.243Z Checking rand v0.10.1
30002026-07-21T23:04:32.243Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30012026-07-21T23:04:32.243Z Checking indent_write v2.2.0
30022026-07-21T23:04:32.243Z Checking colored v3.1.1
30032026-07-21T23:04:32.243Z Compiling darling v0.21.3
30042026-07-21T23:04:32.243Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30052026-07-21T23:04:32.243Z Compiling zone_cfg_derive v0.3.1
30062026-07-21T23:04:32.243Z Compiling ingot-macros v0.1.1
30072026-07-21T23:04:32.243Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30082026-07-21T23:04:32.243Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30092026-07-21T23:04:32.243Z Checking itertools v0.12.1
30102026-07-21T23:04:32.243Z Compiling num-derive v0.4.2
30112026-07-21T23:04:32.243Z Checking swrite v0.1.0
30122026-07-21T23:04:32.243Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30132026-07-21T23:04:32.243Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30142026-07-21T23:04:32.243Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30152026-07-21T23:04:33.072Z Checking dropshot-api-manager-types v0.7.2
30162026-07-21T23:04:33.533Z Checking smf v0.2.3
30172026-07-21T23:04:33.533Z Checking nanorand v0.7.0
30182026-07-21T23:04:33.533Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30192026-07-21T23:04:33.533Z Checking whoami v1.6.1
30202026-07-21T23:04:33.533Z Checking flume v0.11.1
30212026-07-21T23:04:33.533Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30222026-07-21T23:04:33.583Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30232026-07-21T23:04:33.583Z Checking zone v0.3.1
30242026-07-21T23:04:33.959Z Checking ingot-types v0.1.2
30252026-07-21T23:04:34.238Z Checking ingot v0.1.1
30262026-07-21T23:04:35.900Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30272026-07-21T23:04:36.648Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30282026-07-21T23:04:37.491Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30292026-07-21T23:04:39.195Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30302026-07-21T23:04:40.989Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30312026-07-21T23:04:42.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.19s
30322026-07-21T23:04:42.852Z
30332026-07-21T23:04:42.852Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/300)
30342026-07-21T23:04:42.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-07-21T23:04:42.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-07-21T23:04:42.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-07-21T23:04:42.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30382026-07-21T23:04:42.900Z
30392026-07-21T23:04:42.900Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/300)
30402026-07-21T23:04:43.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-07-21T23:04:43.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-07-21T23:04:43.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-07-21T23:04:43.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30442026-07-21T23:04:43.483Z
30452026-07-21T23:04:43.483Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/300)
30462026-07-21T23:04:43.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-07-21T23:04:43.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-07-21T23:04:43.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-07-21T23:04:43.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30502026-07-21T23:04:43.849Z
30512026-07-21T23:04:43.849Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/300)
30522026-07-21T23:04:44.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-07-21T23:04:44.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-07-21T23:04:44.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-07-21T23:04:44.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30562026-07-21T23:04:44.396Z
30572026-07-21T23:04:44.396Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/300)
30582026-07-21T23:04:44.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-07-21T23:04:44.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-07-21T23:04:44.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-07-21T23:04:44.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30622026-07-21T23:04:44.941Z
30632026-07-21T23:04:44.941Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/300)
30642026-07-21T23:04:45.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-07-21T23:04:45.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-07-21T23:04:45.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-07-21T23:04:45.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30682026-07-21T23:04:45.477Z
30692026-07-21T23:04:45.477Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/300)
30702026-07-21T23:04:45.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-07-21T23:04:45.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-07-21T23:04:45.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-07-21T23:04:45.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30742026-07-21T23:04:46.018Z
30752026-07-21T23:04:46.018Zinfo: running `cargo check --bins` on cockroach-admin-client (111/300)
30762026-07-21T23:04:46.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-07-21T23:04:46.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-07-21T23:04:46.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-07-21T23:04:46.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30802026-07-21T23:04:46.549Z
30812026-07-21T23:04:46.549Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/300)
30822026-07-21T23:04:47.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-07-21T23:04:47.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-07-21T23:04:47.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-07-21T23:04:47.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30862026-07-21T23:04:47.093Z
30872026-07-21T23:04:47.093Zinfo: running `cargo check --bins` on dns-service-client (113/300)
30882026-07-21T23:04:47.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-07-21T23:04:47.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-07-21T23:04:47.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-07-21T23:04:47.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30922026-07-21T23:04:47.635Z
30932026-07-21T23:04:47.635Zinfo: running `cargo check --bins` on installinator-client (114/300)
30942026-07-21T23:04:48.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-07-21T23:04:48.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-07-21T23:04:48.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-07-21T23:04:48.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30982026-07-21T23:04:48.174Z
30992026-07-21T23:04:48.174Zinfo: running `cargo check --bins` on nexus-client (115/300)
31002026-07-21T23:04:48.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-07-21T23:04:48.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-07-21T23:04:48.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-07-21T23:04:48.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31042026-07-21T23:04:48.752Z
31052026-07-21T23:04:48.752Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/300)
31062026-07-21T23:04:49.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-07-21T23:04:49.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-07-21T23:04:49.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-07-21T23:04:49.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31102026-07-21T23:04:49.332Z
31112026-07-21T23:04:49.332Zinfo: running `cargo check --bins` on ntp-admin-client (117/300)
31122026-07-21T23:04:49.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-07-21T23:04:49.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-07-21T23:04:49.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-07-21T23:04:49.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31162026-07-21T23:04:49.867Z
31172026-07-21T23:04:49.867Zinfo: running `cargo check --bins` on oxide-client (118/300)
31182026-07-21T23:04:50.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-07-21T23:04:50.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-07-21T23:04:50.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-07-21T23:04:50.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31222026-07-21T23:04:50.392Z
31232026-07-21T23:04:50.392Zinfo: running `cargo check --bins` on oximeter-client (119/300)
31242026-07-21T23:04:50.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-07-21T23:04:50.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-07-21T23:04:50.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-07-21T23:04:50.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31282026-07-21T23:04:50.932Z
31292026-07-21T23:04:50.932Zinfo: running `cargo check --bins` on repo-depot-client (120/300)
31302026-07-21T23:04:51.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-07-21T23:04:51.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-07-21T23:04:51.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-07-21T23:04:51.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31342026-07-21T23:04:51.452Z
31352026-07-21T23:04:51.452Zinfo: running `cargo check --bins` on sled-agent-client (121/300)
31362026-07-21T23:04:51.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-07-21T23:04:51.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-07-21T23:04:51.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-07-21T23:04:51.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31402026-07-21T23:04:51.998Z
31412026-07-21T23:04:51.998Zinfo: running `cargo check --bins` on wicketd-client (122/300)
31422026-07-21T23:04:52.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-07-21T23:04:52.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-07-21T23:04:52.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-07-21T23:04:52.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31462026-07-21T23:04:52.559Z
31472026-07-21T23:04:52.559Zinfo: running `cargo check --bins` on installinator-common (123/300)
31482026-07-21T23:04:53.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-07-21T23:04:53.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-07-21T23:04:53.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-07-21T23:04:53.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31522026-07-21T23:04:53.117Z
31532026-07-21T23:04:53.117Zinfo: running `cargo check --bins` on installinator-common-versions (124/300)
31542026-07-21T23:04:53.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-07-21T23:04:53.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-07-21T23:04:53.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-07-21T23:04:53.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31582026-07-21T23:04:53.643Z
31592026-07-21T23:04:53.643Zinfo: running `cargo check --bins` on wicket-common (125/300)
31602026-07-21T23:04:54.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-07-21T23:04:54.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-07-21T23:04:54.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-07-21T23:04:54.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31642026-07-21T23:04:54.199Z
31652026-07-21T23:04:54.199Zinfo: running `cargo check --bins` on wicketd-commission-types (126/300)
31662026-07-21T23:04:54.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-07-21T23:04:54.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-07-21T23:04:54.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692026-07-21T23:04:54.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31702026-07-21T23:04:54.745Z
31712026-07-21T23:04:54.745Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (127/300)
31722026-07-21T23:04:55.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732026-07-21T23:04:55.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742026-07-21T23:04:55.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31752026-07-21T23:04:55.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31762026-07-21T23:04:55.321Z
31772026-07-21T23:04:55.321Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/300)
31782026-07-21T23:04:55.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792026-07-21T23:04:55.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802026-07-21T23:04:55.912Z Checking csv-core v0.1.13
31812026-07-21T23:04:56.021Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31822026-07-21T23:04:56.021Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31832026-07-21T23:04:56.036Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31842026-07-21T23:04:56.163Z Checking csv v1.4.0
31852026-07-21T23:04:56.178Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31862026-07-21T23:04:56.478Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31872026-07-21T23:04:56.813Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31882026-07-21T23:04:56.818Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31892026-07-21T23:04:57.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.54s
31902026-07-21T23:04:58.006Z
31912026-07-21T23:04:58.007Zinfo: running `cargo check --bins` on cockroach-admin-api (129/300)
31922026-07-21T23:04:58.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932026-07-21T23:04:58.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942026-07-21T23:04:58.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31952026-07-21T23:04:58.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31962026-07-21T23:04:58.546Z
31972026-07-21T23:04:58.546Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/300)
31982026-07-21T23:04:59.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992026-07-21T23:04:59.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002026-07-21T23:04:59.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32012026-07-21T23:04:59.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32022026-07-21T23:04:59.237Z
32032026-07-21T23:04:59.237Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/300)
32042026-07-21T23:04:59.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052026-07-21T23:04:59.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062026-07-21T23:04:59.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072026-07-21T23:04:59.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32082026-07-21T23:04:59.781Z
32092026-07-21T23:04:59.781Zinfo: running `cargo check --bins` on gateway-test-utils (132/300)
32102026-07-21T23:05:00.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112026-07-21T23:05:00.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122026-07-21T23:05:00.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132026-07-21T23:05:00.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32142026-07-21T23:05:00.370Z
32152026-07-21T23:05:00.370Zinfo: running `cargo check --bins` on omicron-gateway (133/300)
32162026-07-21T23:05:00.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-07-21T23:05:00.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-07-21T23:05:01.082Z Compiling regress v0.11.1
32192026-07-21T23:05:01.223Z Compiling unsafe-libyaml v0.2.11
32202026-07-21T23:05:01.237Z Compiling radium v0.7.0
32212026-07-21T23:05:01.240Z Compiling semver v0.1.20
32222026-07-21T23:05:01.256Z Checking nom v8.0.0
32232026-07-21T23:05:01.259Z Checking tap v1.0.1
32242026-07-21T23:05:01.259Z Compiling maybe-uninit v2.0.0
32252026-07-21T23:05:01.367Z Checking wyz v0.5.1
32262026-07-21T23:05:01.512Z Compiling rustc_version v0.1.7
32272026-07-21T23:05:01.570Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32282026-07-21T23:05:01.624Z Compiling zerocopy-derive v0.6.6
32292026-07-21T23:05:01.695Z Compiling cancel-safe-futures v0.1.5
32302026-07-21T23:05:01.733Z Compiling newtype_derive v0.1.6
32312026-07-21T23:05:01.917Z Compiling serde_yaml v0.9.34+deprecated
32322026-07-21T23:05:01.935Z Checking funty v2.0.0
32332026-07-21T23:05:01.965Z Checking crc-catalog v2.4.0
32342026-07-21T23:05:02.060Z Compiling packed_struct v0.10.1
32352026-07-21T23:05:02.253Z Checking bitvec v1.0.1
32362026-07-21T23:05:02.348Z Checking crc v3.4.0
32372026-07-21T23:05:02.482Z Checking zerocopy v0.6.6
32382026-07-21T23:05:02.666Z Checking typify-impl v0.6.2
32392026-07-21T23:05:02.669Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32402026-07-21T23:05:03.085Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32412026-07-21T23:05:03.208Z Compiling packed_struct_codegen v0.10.1
32422026-07-21T23:05:03.226Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32432026-07-21T23:05:03.386Z Compiling bitfield-macros v0.19.4
32442026-07-21T23:05:03.431Z Compiling indexmap v1.9.3
32452026-07-21T23:05:03.590Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32462026-07-21T23:05:03.643Z Checking nodrop v0.1.14
32472026-07-21T23:05:03.663Z Compiling owo-colors v4.3.0
32482026-07-21T23:05:03.741Z Checking array-init v0.0.4
32492026-07-21T23:05:03.854Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32502026-07-21T23:05:04.044Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32512026-07-21T23:05:04.059Z Checking smallvec v0.6.14
32522026-07-21T23:05:04.117Z Checking bitfield v0.19.4
32532026-07-21T23:05:04.263Z Checking oxide-update-engine-types v0.1.2
32542026-07-21T23:05:04.321Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32552026-07-21T23:05:04.387Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32562026-07-21T23:05:04.440Z Checking tagptr v0.2.0
32572026-07-21T23:05:04.454Z Checking unicode-linebreak v0.1.5
32582026-07-21T23:05:04.470Z Checking hashbrown v0.12.3
32592026-07-21T23:05:04.581Z Checking smawk v0.3.2
32602026-07-21T23:05:04.665Z Checking base64 v0.21.7
32612026-07-21T23:05:04.715Z Checking linear-map v1.2.0
32622026-07-21T23:05:04.859Z Checking textwrap v0.16.2
32632026-07-21T23:05:04.890Z Checking moka v0.12.13
32642026-07-21T23:05:04.903Z Checking ron v0.8.1
32652026-07-21T23:05:05.079Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32662026-07-21T23:05:05.161Z Checking oxide-update-engine v0.1.2
32672026-07-21T23:05:05.197Z Checking steno v0.4.1
32682026-07-21T23:05:05.349Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32692026-07-21T23:05:05.418Z Checking serde-hex v0.1.0
32702026-07-21T23:05:05.588Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32712026-07-21T23:05:05.750Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32722026-07-21T23:05:05.879Z Checking hashbrown v0.13.2
32732026-07-21T23:05:06.079Z Checking crc-any v2.5.0
32742026-07-21T23:05:06.210Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32752026-07-21T23:05:06.256Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32762026-07-21T23:05:06.318Z Checking object v0.30.4
32772026-07-21T23:05:06.333Z Checking hickory-resolver v0.25.2
32782026-07-21T23:05:06.430Z Checking sha1 v0.10.6
32792026-07-21T23:05:06.447Z Checking path-slash v0.1.5
32802026-07-21T23:05:06.553Z Checking utf-8 v0.7.6
32812026-07-21T23:05:06.597Z Checking half v1.8.3
32822026-07-21T23:05:06.689Z Checking void v1.0.2
32832026-07-21T23:05:06.792Z Checking serde_cbor v0.11.2
32842026-07-21T23:05:06.807Z Checking lzss v0.8.2
32852026-07-21T23:05:06.917Z Checking tungstenite v0.23.0
32862026-07-21T23:05:07.032Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32872026-07-21T23:05:07.128Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32882026-07-21T23:05:07.176Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32892026-07-21T23:05:07.271Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32902026-07-21T23:05:07.285Z Checking nix v0.27.1
32912026-07-21T23:05:07.310Z Compiling typify-macro v0.6.2
32922026-07-21T23:05:07.332Z Checking kstat-rs v0.2.4
32932026-07-21T23:05:07.369Z Checking fxhash v0.2.1
32942026-07-21T23:05:07.412Z Checking serde_bytes v0.11.19
32952026-07-21T23:05:07.447Z Checking tokio-tungstenite v0.23.1
32962026-07-21T23:05:07.488Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32972026-07-21T23:05:07.519Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32982026-07-21T23:05:07.583Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32992026-07-21T23:05:07.707Z Checking signal-hook-tokio v0.3.1
33002026-07-21T23:05:08.403Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33012026-07-21T23:05:08.615Z Compiling typify v0.6.2
33022026-07-21T23:05:08.691Z Compiling progenitor-impl v0.14.0
33032026-07-21T23:05:09.300Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33042026-07-21T23:05:09.606Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33052026-07-21T23:05:10.121Z Compiling progenitor-macro v0.14.0
33062026-07-21T23:05:12.453Z Checking progenitor v0.14.0
33072026-07-21T23:05:12.567Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33082026-07-21T23:05:12.570Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33092026-07-21T23:05:15.256Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33102026-07-21T23:05:23.615Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33112026-07-21T23:05:30.382Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33122026-07-21T23:05:31.762Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33132026-07-21T23:05:32.240Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33142026-07-21T23:05:34.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.94s
33152026-07-21T23:05:34.503Z
33162026-07-21T23:05:34.503Zinfo: running `cargo check --bins` on gateway-api (134/300)
33172026-07-21T23:05:34.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-07-21T23:05:34.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-07-21T23:05:34.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-07-21T23:05:34.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33212026-07-21T23:05:35.042Z
33222026-07-21T23:05:35.042Zinfo: running `cargo check --bins` on ipcc (135/300)
33232026-07-21T23:05:35.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-07-21T23:05:35.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-07-21T23:05:35.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-07-21T23:05:35.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33272026-07-21T23:05:35.586Z
33282026-07-21T23:05:35.586Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/300)
33292026-07-21T23:05:36.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-07-21T23:05:36.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-07-21T23:05:36.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-07-21T23:05:36.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33332026-07-21T23:05:36.114Z
33342026-07-21T23:05:36.114Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/300)
33352026-07-21T23:05:36.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-07-21T23:05:36.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-07-21T23:05:36.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-07-21T23:05:36.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33392026-07-21T23:05:36.675Z
33402026-07-21T23:05:36.675Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/300)
33412026-07-21T23:05:37.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-07-21T23:05:37.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-07-21T23:05:37.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-07-21T23:05:37.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33452026-07-21T23:05:37.218Z
33462026-07-21T23:05:37.219Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/300)
33472026-07-21T23:05:37.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-07-21T23:05:37.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-07-21T23:05:37.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-07-21T23:05:37.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33512026-07-21T23:05:37.762Z
33522026-07-21T23:05:37.762Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/300)
33532026-07-21T23:05:38.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-07-21T23:05:38.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-07-21T23:05:38.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-07-21T23:05:38.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33572026-07-21T23:05:38.307Z
33582026-07-21T23:05:38.307Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/300)
33592026-07-21T23:05:38.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-07-21T23:05:38.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-07-21T23:05:38.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-07-21T23:05:38.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33632026-07-21T23:05:38.870Z
33642026-07-21T23:05:38.870Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/300)
33652026-07-21T23:05:39.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-07-21T23:05:39.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-07-21T23:05:39.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-07-21T23:05:39.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33692026-07-21T23:05:39.419Z
33702026-07-21T23:05:39.419Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/300)
33712026-07-21T23:05:39.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-07-21T23:05:39.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-07-21T23:05:39.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-07-21T23:05:39.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33752026-07-21T23:05:39.958Z
33762026-07-21T23:05:39.958Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/300)
33772026-07-21T23:05:40.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-07-21T23:05:40.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-07-21T23:05:40.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-07-21T23:05:40.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33812026-07-21T23:05:40.498Z
33822026-07-21T23:05:40.498Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/300)
33832026-07-21T23:05:40.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-07-21T23:05:40.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-07-21T23:05:40.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-07-21T23:05:40.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33872026-07-21T23:05:41.043Z
33882026-07-21T23:05:41.043Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/300)
33892026-07-21T23:05:41.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-07-21T23:05:41.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-07-21T23:05:41.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-07-21T23:05:41.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33932026-07-21T23:05:41.589Z
33942026-07-21T23:05:41.589Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/300)
33952026-07-21T23:05:42.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-07-21T23:05:42.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-07-21T23:05:42.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-07-21T23:05:42.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33992026-07-21T23:05:42.132Z
34002026-07-21T23:05:42.132Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/300)
34012026-07-21T23:05:42.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-07-21T23:05:42.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-07-21T23:05:42.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-07-21T23:05:42.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34052026-07-21T23:05:42.706Z
34062026-07-21T23:05:42.706Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/300)
34072026-07-21T23:05:43.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-07-21T23:05:43.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-07-21T23:05:43.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-07-21T23:05:43.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34112026-07-21T23:05:43.303Z
34122026-07-21T23:05:43.303Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/300)
34132026-07-21T23:05:43.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-07-21T23:05:43.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-07-21T23:05:43.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-07-21T23:05:43.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34172026-07-21T23:05:43.833Z
34182026-07-21T23:05:43.833Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/300)
34192026-07-21T23:05:44.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-07-21T23:05:44.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-07-21T23:05:44.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-07-21T23:05:44.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34232026-07-21T23:05:44.396Z
34242026-07-21T23:05:44.396Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/300)
34252026-07-21T23:05:44.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-07-21T23:05:44.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-07-21T23:05:44.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-07-21T23:05:44.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34292026-07-21T23:05:44.940Z
34302026-07-21T23:05:44.940Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/300)
34312026-07-21T23:05:45.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-07-21T23:05:45.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-07-21T23:05:45.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-07-21T23:05:45.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34352026-07-21T23:05:45.498Z
34362026-07-21T23:05:45.499Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/300)
34372026-07-21T23:05:45.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-07-21T23:05:45.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-07-21T23:05:45.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-07-21T23:05:45.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34412026-07-21T23:05:46.065Z
34422026-07-21T23:05:46.066Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/300)
34432026-07-21T23:05:46.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-07-21T23:05:46.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-07-21T23:05:46.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-07-21T23:05:46.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34472026-07-21T23:05:46.626Z
34482026-07-21T23:05:46.626Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/300)
34492026-07-21T23:05:47.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-07-21T23:05:47.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-07-21T23:05:47.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-07-21T23:05:47.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34532026-07-21T23:05:47.190Z
34542026-07-21T23:05:47.190Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/300)
34552026-07-21T23:05:47.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-07-21T23:05:47.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-07-21T23:05:47.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-07-21T23:05:47.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34592026-07-21T23:05:47.748Z
34602026-07-21T23:05:47.748Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/300)
34612026-07-21T23:05:48.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-07-21T23:05:48.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-07-21T23:05:48.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-07-21T23:05:48.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34652026-07-21T23:05:48.285Z
34662026-07-21T23:05:48.285Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/300)
34672026-07-21T23:05:48.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-07-21T23:05:48.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-07-21T23:05:48.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-07-21T23:05:48.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34712026-07-21T23:05:48.824Z
34722026-07-21T23:05:48.825Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/300)
34732026-07-21T23:05:49.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-07-21T23:05:49.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-07-21T23:05:49.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-07-21T23:05:49.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34772026-07-21T23:05:49.381Z
34782026-07-21T23:05:49.381Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/300)
34792026-07-21T23:05:49.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-07-21T23:05:49.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-07-21T23:05:49.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-07-21T23:05:49.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34832026-07-21T23:05:49.921Z
34842026-07-21T23:05:49.921Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/300)
34852026-07-21T23:05:50.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-07-21T23:05:50.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-07-21T23:05:50.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-07-21T23:05:50.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34892026-07-21T23:05:50.453Z
34902026-07-21T23:05:50.453Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/300)
34912026-07-21T23:05:50.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-07-21T23:05:50.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-07-21T23:05:50.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-07-21T23:05:50.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34952026-07-21T23:05:50.987Z
34962026-07-21T23:05:50.987Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/300)
34972026-07-21T23:05:51.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-07-21T23:05:51.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-07-21T23:05:51.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-07-21T23:05:51.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35012026-07-21T23:05:51.524Z
35022026-07-21T23:05:51.524Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/300)
35032026-07-21T23:05:51.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-07-21T23:05:51.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-07-21T23:05:51.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-07-21T23:05:51.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35072026-07-21T23:05:52.066Z
35082026-07-21T23:05:52.066Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/300)
35092026-07-21T23:05:52.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-07-21T23:05:52.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-07-21T23:05:52.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-07-21T23:05:52.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35132026-07-21T23:05:52.623Z
35142026-07-21T23:05:52.623Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/300)
35152026-07-21T23:05:53.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-07-21T23:05:53.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-07-21T23:05:53.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-07-21T23:05:53.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35192026-07-21T23:05:53.188Z
35202026-07-21T23:05:53.188Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/300)
35212026-07-21T23:05:53.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-07-21T23:05:53.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-07-21T23:05:53.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-07-21T23:05:53.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35252026-07-21T23:05:53.745Z
35262026-07-21T23:05:53.745Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/300)
35272026-07-21T23:05:54.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-07-21T23:05:54.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-07-21T23:05:54.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-07-21T23:05:54.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35312026-07-21T23:05:54.313Z
35322026-07-21T23:05:54.313Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/300)
35332026-07-21T23:05:54.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-07-21T23:05:54.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-07-21T23:05:54.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-07-21T23:05:54.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35372026-07-21T23:05:54.869Z
35382026-07-21T23:05:54.869Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/300)
35392026-07-21T23:05:55.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-07-21T23:05:55.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-07-21T23:05:55.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-07-21T23:05:55.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35432026-07-21T23:05:55.453Z
35442026-07-21T23:05:55.453Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/300)
35452026-07-21T23:05:55.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-07-21T23:05:55.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-07-21T23:05:55.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-07-21T23:05:55.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35492026-07-21T23:05:55.995Z
35502026-07-21T23:05:55.995Zinfo: running `cargo check --bins` on oximeter-producer (173/300)
35512026-07-21T23:05:56.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-07-21T23:05:56.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-07-21T23:05:56.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-07-21T23:05:56.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35552026-07-21T23:05:56.574Z
35562026-07-21T23:05:56.574Zinfo: running `cargo check --bins` on internal-dns-resolver (174/300)
35572026-07-21T23:05:57.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-07-21T23:05:57.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-07-21T23:05:57.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-07-21T23:05:57.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35612026-07-21T23:05:57.133Z
35622026-07-21T23:05:57.133Zinfo: running `cargo check --bins` on dns-server (175/300)
35632026-07-21T23:05:57.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-07-21T23:05:57.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-07-21T23:05:57.721Z Compiling parking_lot_core v0.8.6
35662026-07-21T23:05:57.738Z Compiling git-stub v1.0.0
35672026-07-21T23:05:57.738Z Checking prefix-trie v0.7.0
35682026-07-21T23:05:57.860Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35692026-07-21T23:05:57.961Z Compiling git-stub-vcs v0.1.0
35702026-07-21T23:05:58.108Z Checking hickory-server v0.25.2
35712026-07-21T23:05:58.235Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35722026-07-21T23:05:58.242Z Checking parking_lot v0.11.2
35732026-07-21T23:05:58.621Z Checking sled v0.34.7
35742026-07-21T23:06:00.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
35752026-07-21T23:06:00.594Z
35762026-07-21T23:06:00.594Zinfo: running `cargo check --bins` on dns-server-api (176/300)
35772026-07-21T23:06:00.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35782026-07-21T23:06:00.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35792026-07-21T23:06:00.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35802026-07-21T23:06:00.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35812026-07-21T23:06:00.977Z
35822026-07-21T23:06:00.977Zinfo: running `cargo check --bins` on oximeter-producer-api (177/300)
35832026-07-21T23:06:01.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35842026-07-21T23:06:01.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35852026-07-21T23:06:01.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35862026-07-21T23:06:01.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35872026-07-21T23:06:01.534Z
35882026-07-21T23:06:01.534Zinfo: running `cargo check --bins` on sp-sim (178/300)
35892026-07-21T23:06:02.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902026-07-21T23:06:02.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912026-07-21T23:06:02.209Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35922026-07-21T23:06:03.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.44s
35932026-07-21T23:06:04.160Z
35942026-07-21T23:06:04.160Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/300)
35952026-07-21T23:06:04.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35962026-07-21T23:06:04.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35972026-07-21T23:06:04.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35982026-07-21T23:06:04.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35992026-07-21T23:06:04.857Z
36002026-07-21T23:06:04.857Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/300)
36012026-07-21T23:06:05.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36022026-07-21T23:06:05.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36032026-07-21T23:06:05.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36042026-07-21T23:06:05.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36052026-07-21T23:06:05.435Z
36062026-07-21T23:06:05.435Zinfo: running `cargo check --bins` on db-macros (181/300)
36072026-07-21T23:06:05.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36082026-07-21T23:06:07.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36092026-07-21T23:06:07.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36102026-07-21T23:06:07.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36112026-07-21T23:06:07.143Z
36122026-07-21T23:06:07.143Zinfo: running `cargo check --bins` on nexus-macros-common (182/300)
36132026-07-21T23:06:07.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36142026-07-21T23:06:07.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36152026-07-21T23:06:07.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36162026-07-21T23:06:07.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36172026-07-21T23:06:07.144Z
36182026-07-21T23:06:07.144Zinfo: running `cargo check --bins` on nexus-auth (183/300)
36192026-07-21T23:06:07.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36202026-07-21T23:06:07.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36212026-07-21T23:06:07.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36222026-07-21T23:06:07.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36232026-07-21T23:06:07.144Z
36242026-07-21T23:06:07.144Zinfo: running `cargo check --bins` on authz-macros (184/300)
36252026-07-21T23:06:07.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36262026-07-21T23:06:07.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36272026-07-21T23:06:07.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36282026-07-21T23:06:07.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36292026-07-21T23:06:07.656Z
36302026-07-21T23:06:07.656Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/300)
36312026-07-21T23:06:11.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36322026-07-21T23:06:11.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36332026-07-21T23:06:11.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36342026-07-21T23:06:11.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36352026-07-21T23:06:11.918Z
36362026-07-21T23:06:11.919Zinfo: running `cargo check --bins` on nexus-db-model (186/300)
36372026-07-21T23:06:11.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36382026-07-21T23:06:11.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36392026-07-21T23:06:11.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36402026-07-21T23:06:11.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36412026-07-21T23:06:11.919Z
36422026-07-21T23:06:11.919Zinfo: running `cargo check --bins` on nexus-db-schema (187/300)
36432026-07-21T23:06:11.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36442026-07-21T23:06:11.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36452026-07-21T23:06:11.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36462026-07-21T23:06:11.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36472026-07-21T23:06:11.919Z
36482026-07-21T23:06:11.919Zinfo: running `cargo check --bins` on omicron-rpaths (188/300)
36492026-07-21T23:06:11.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36502026-07-21T23:06:11.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36512026-07-21T23:06:11.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36522026-07-21T23:06:11.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36532026-07-21T23:06:11.920Z
36542026-07-21T23:06:11.920Zinfo: running `cargo check --bins` on nexus-defaults (189/300)
36552026-07-21T23:06:11.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36562026-07-21T23:06:11.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36572026-07-21T23:06:11.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36582026-07-21T23:06:11.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36592026-07-21T23:06:11.920Z
36602026-07-21T23:06:11.920Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/300)
36612026-07-21T23:06:11.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36622026-07-21T23:06:11.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36632026-07-21T23:06:11.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36642026-07-21T23:06:11.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36652026-07-21T23:06:11.921Z
36662026-07-21T23:06:11.921Zinfo: running `cargo check --bins` on parallel-task-set (191/300)
36672026-07-21T23:06:11.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36682026-07-21T23:06:11.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36692026-07-21T23:06:11.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36702026-07-21T23:06:11.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36712026-07-21T23:06:11.921Z
36722026-07-21T23:06:11.921Zinfo: running `cargo check --bins` on omicron-git-version (192/300)
36732026-07-21T23:06:11.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36742026-07-21T23:06:11.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36752026-07-21T23:06:11.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36762026-07-21T23:06:11.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36772026-07-21T23:06:11.966Z
36782026-07-21T23:06:11.966Zinfo: running `cargo check --bins` on nexus-db-errors (193/300)
36792026-07-21T23:06:12.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36802026-07-21T23:06:12.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36812026-07-21T23:06:12.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36822026-07-21T23:06:12.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36832026-07-21T23:06:12.475Z
36842026-07-21T23:06:12.475Zinfo: running `cargo check --bins` on nexus-db-lookup (194/300)
36852026-07-21T23:06:12.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36862026-07-21T23:06:12.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36872026-07-21T23:06:12.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36882026-07-21T23:06:12.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36892026-07-21T23:06:13.044Z
36902026-07-21T23:06:13.044Zinfo: running `cargo check --bins` on nexus-inventory (195/300)
36912026-07-21T23:06:13.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36922026-07-21T23:06:13.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36932026-07-21T23:06:13.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36942026-07-21T23:06:13.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36952026-07-21T23:06:13.627Z
36962026-07-21T23:06:13.627Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/300)
36972026-07-21T23:06:14.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36982026-07-21T23:06:14.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36992026-07-21T23:06:14.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37002026-07-21T23:06:14.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37012026-07-21T23:06:14.188Z
37022026-07-21T23:06:14.188Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/300)
37032026-07-21T23:06:14.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37042026-07-21T23:06:14.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37052026-07-21T23:06:14.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37062026-07-21T23:06:14.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37072026-07-21T23:06:14.745Z
37082026-07-21T23:06:14.745Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/300)
37092026-07-21T23:06:15.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37102026-07-21T23:06:15.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37112026-07-21T23:06:15.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37122026-07-21T23:06:15.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37132026-07-21T23:06:15.370Z
37142026-07-21T23:06:15.370Zinfo: running `cargo check --bins` on key-manager (199/300)
37152026-07-21T23:06:15.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37162026-07-21T23:06:15.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37172026-07-21T23:06:15.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37182026-07-21T23:06:15.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37192026-07-21T23:06:15.844Z
37202026-07-21T23:06:15.844Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/300)
37212026-07-21T23:06:16.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37222026-07-21T23:06:16.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37232026-07-21T23:06:16.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37242026-07-21T23:06:16.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37252026-07-21T23:06:16.408Z
37262026-07-21T23:06:16.408Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/300)
37272026-07-21T23:06:16.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37282026-07-21T23:06:16.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37292026-07-21T23:06:16.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37302026-07-21T23:06:16.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37312026-07-21T23:06:16.969Z
37322026-07-21T23:06:16.969Zinfo: running `cargo check --bins` on typed-rng (202/300)
37332026-07-21T23:06:17.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37342026-07-21T23:06:17.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37352026-07-21T23:06:17.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37362026-07-21T23:06:17.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37372026-07-21T23:06:17.495Z
37382026-07-21T23:06:17.495Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/300)
37392026-07-21T23:06:18.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37402026-07-21T23:06:18.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37412026-07-21T23:06:18.288Z Compiling libefi-sys v0.1.0
37422026-07-21T23:06:18.292Z Compiling bitfield-struct v0.6.2
37432026-07-21T23:06:18.425Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37442026-07-21T23:06:18.437Z Compiling xshell-macros v0.2.7
37452026-07-21T23:06:18.442Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37462026-07-21T23:06:18.455Z Compiling salty v0.3.0
37472026-07-21T23:06:18.470Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37482026-07-21T23:06:18.484Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37492026-07-21T23:06:18.484Z Checking rfc6979 v0.4.0
37502026-07-21T23:06:18.606Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37512026-07-21T23:06:18.622Z Checking ecdsa v0.16.9
37522026-07-21T23:06:18.757Z Checking primeorder v0.13.6
37532026-07-21T23:06:18.775Z Compiling proc-macro-error-attr2 v2.0.0
37542026-07-21T23:06:18.793Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37552026-07-21T23:06:18.812Z Checking xshell v0.2.7
37562026-07-21T23:06:18.939Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37572026-07-21T23:06:18.971Z Checking tungstenite v0.21.0
37582026-07-21T23:06:18.975Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37592026-07-21T23:06:19.000Z Checking p384 v0.13.1
37602026-07-21T23:06:19.013Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37612026-07-21T23:06:19.040Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37622026-07-21T23:06:19.111Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37632026-07-21T23:06:19.161Z Compiling num-derive v0.3.3
37642026-07-21T23:06:19.179Z Compiling proc-macro-error2 v2.0.1
37652026-07-21T23:06:19.273Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37662026-07-21T23:06:19.389Z Checking tokio-tungstenite v0.21.0
37672026-07-21T23:06:19.406Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37682026-07-21T23:06:19.473Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37692026-07-21T23:06:19.486Z Checking papergrid v0.17.0
37702026-07-21T23:06:19.500Z Compiling tabled_derive v0.11.0
37712026-07-21T23:06:19.514Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37722026-07-21T23:06:19.619Z Compiling progenitor-impl v0.13.0
37732026-07-21T23:06:19.666Z Checking testing_table v0.3.0
37742026-07-21T23:06:19.756Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37752026-07-21T23:06:19.771Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
37762026-07-21T23:06:19.785Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37772026-07-21T23:06:19.979Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37782026-07-21T23:06:19.992Z Compiling unicase v2.9.0
37792026-07-21T23:06:20.060Z Checking libscf-sys v1.1.0
37802026-07-21T23:06:20.186Z Compiling illumos-nvpair-sys v0.2.0
37812026-07-21T23:06:20.259Z Checking corncobs v0.1.4
37822026-07-21T23:06:20.266Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37832026-07-21T23:06:20.279Z Compiling mime_guess v2.0.5
37842026-07-21T23:06:20.329Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37852026-07-21T23:06:20.402Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37862026-07-21T23:06:20.456Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37872026-07-21T23:06:20.472Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37882026-07-21T23:06:20.529Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37892026-07-21T23:06:20.679Z Checking tabled v0.20.0
37902026-07-21T23:06:20.783Z Checking progenitor-client v0.13.0
37912026-07-21T23:06:20.838Z Checking secrecy v0.8.0
37922026-07-21T23:06:20.964Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37932026-07-21T23:06:21.050Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37942026-07-21T23:06:21.083Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37952026-07-21T23:06:21.221Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
37962026-07-21T23:06:21.413Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
37972026-07-21T23:06:21.476Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37982026-07-21T23:06:21.520Z Checking filetime v0.2.27
37992026-07-21T23:06:21.543Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38002026-07-21T23:06:21.582Z Checking xattr v1.6.1
38012026-07-21T23:06:21.654Z Checking crc8 v0.1.1
38022026-07-21T23:06:21.752Z Checking http-range v0.1.5
38032026-07-21T23:06:21.889Z Checking tar v0.4.46
38042026-07-21T23:06:21.921Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38052026-07-21T23:06:22.123Z Checking illumos-nvpair v0.3.0
38062026-07-21T23:06:22.193Z Compiling progenitor-macro v0.13.0
38072026-07-21T23:06:22.208Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38082026-07-21T23:06:22.244Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38092026-07-21T23:06:22.273Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38102026-07-21T23:06:22.288Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38112026-07-21T23:06:22.390Z Checking atty v0.2.14
38122026-07-21T23:06:22.433Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38132026-07-21T23:06:22.599Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38142026-07-21T23:06:22.731Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38152026-07-21T23:06:22.860Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
38162026-07-21T23:06:22.902Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38172026-07-21T23:06:22.928Z Checking hyper-staticfile v0.10.1
38182026-07-21T23:06:22.982Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38192026-07-21T23:06:23.108Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38202026-07-21T23:06:23.169Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38212026-07-21T23:06:23.229Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38222026-07-21T23:06:23.247Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38232026-07-21T23:06:23.467Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38242026-07-21T23:06:23.484Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38252026-07-21T23:06:23.734Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38262026-07-21T23:06:23.762Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38272026-07-21T23:06:24.036Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38282026-07-21T23:06:24.303Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38292026-07-21T23:06:25.188Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38302026-07-21T23:06:25.664Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38312026-07-21T23:06:26.066Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38322026-07-21T23:06:26.098Z Checking progenitor v0.13.0
38332026-07-21T23:06:26.228Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38342026-07-21T23:06:28.528Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38352026-07-21T23:06:31.593Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38362026-07-21T23:06:42.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.06s
38372026-07-21T23:06:42.766Z
38382026-07-21T23:06:42.767Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/300)
38392026-07-21T23:06:43.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38402026-07-21T23:06:43.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38412026-07-21T23:06:43.514Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38422026-07-21T23:06:54.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.50s
38432026-07-21T23:06:54.476Z
38442026-07-21T23:06:54.476Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/300)
38452026-07-21T23:06:54.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38462026-07-21T23:06:54.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38472026-07-21T23:06:55.217Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38482026-07-21T23:07:06.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.56s
38492026-07-21T23:07:06.240Z
38502026-07-21T23:07:06.240Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/300)
38512026-07-21T23:07:06.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38522026-07-21T23:07:06.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38532026-07-21T23:07:06.981Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38542026-07-21T23:07:17.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.54s
38552026-07-21T23:07:18.014Z
38562026-07-21T23:07:18.015Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/300)
38572026-07-21T23:07:18.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-07-21T23:07:18.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-07-21T23:07:18.737Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38602026-07-21T23:07:29.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.68s
38612026-07-21T23:07:29.886Z
38622026-07-21T23:07:29.886Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/300)
38632026-07-21T23:07:30.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-07-21T23:07:30.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-07-21T23:07:30.674Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38662026-07-21T23:07:41.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.68s
38672026-07-21T23:07:41.787Z
38682026-07-21T23:07:41.787Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/300)
38692026-07-21T23:07:42.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-07-21T23:07:42.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-07-21T23:07:42.529Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38722026-07-21T23:07:53.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.64s
38732026-07-21T23:07:53.747Z
38742026-07-21T23:07:53.748Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/300)
38752026-07-21T23:07:54.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-07-21T23:07:54.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-07-21T23:07:54.414Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38782026-07-21T23:08:05.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.61s
38792026-07-21T23:08:05.454Z
38802026-07-21T23:08:05.454Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/300)
38812026-07-21T23:08:05.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-07-21T23:08:05.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-07-21T23:08:05.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38842026-07-21T23:08:05.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
38852026-07-21T23:08:06.006Z
38862026-07-21T23:08:06.006Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/300)
38872026-07-21T23:08:06.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-07-21T23:08:06.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-07-21T23:08:06.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38902026-07-21T23:08:06.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
38912026-07-21T23:08:06.553Z
38922026-07-21T23:08:06.553Zinfo: running `cargo check --bins` on range-requests (213/300)
38932026-07-21T23:08:07.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-07-21T23:08:07.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-07-21T23:08:07.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38962026-07-21T23:08:07.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
38972026-07-21T23:08:07.102Z
38982026-07-21T23:08:07.102Zinfo: running `cargo check --bins` on repo-depot-api (214/300)
38992026-07-21T23:08:07.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-07-21T23:08:07.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-07-21T23:08:07.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-07-21T23:08:07.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39032026-07-21T23:08:07.642Z
39042026-07-21T23:08:07.642Zinfo: running `cargo check --bins` on sled-agent-api (215/300)
39052026-07-21T23:08:08.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-07-21T23:08:08.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-07-21T23:08:08.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-07-21T23:08:08.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39092026-07-21T23:08:08.210Z
39102026-07-21T23:08:08.210Zinfo: running `cargo check --bins` on sled-diagnostics (216/300)
39112026-07-21T23:08:08.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-07-21T23:08:08.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-07-21T23:08:08.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-07-21T23:08:08.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39152026-07-21T23:08:08.774Z
39162026-07-21T23:08:08.774Zinfo: running `cargo check --bins` on zfs-test-harness (217/300)
39172026-07-21T23:08:09.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-07-21T23:08:09.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-07-21T23:08:09.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-07-21T23:08:09.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39212026-07-21T23:08:09.324Z
39222026-07-21T23:08:09.324Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/300)
39232026-07-21T23:08:09.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-07-21T23:08:09.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-07-21T23:08:09.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39262026-07-21T23:08:09.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39272026-07-21T23:08:09.887Z
39282026-07-21T23:08:09.887Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/300)
39292026-07-21T23:08:10.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-07-21T23:08:10.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-07-21T23:08:10.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-07-21T23:08:10.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39332026-07-21T23:08:10.451Z
39342026-07-21T23:08:10.451Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/300)
39352026-07-21T23:08:10.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-07-21T23:08:10.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-07-21T23:08:10.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-07-21T23:08:10.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39392026-07-21T23:08:11.012Z
39402026-07-21T23:08:11.012Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/300)
39412026-07-21T23:08:11.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-07-21T23:08:11.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-07-21T23:08:11.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-07-21T23:08:11.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39452026-07-21T23:08:11.584Z
39462026-07-21T23:08:11.584Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/300)
39472026-07-21T23:08:12.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-07-21T23:08:12.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-07-21T23:08:12.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-07-21T23:08:12.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39512026-07-21T23:08:12.151Z
39522026-07-21T23:08:12.151Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/300)
39532026-07-21T23:08:12.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-07-21T23:08:12.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-07-21T23:08:12.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-07-21T23:08:12.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39572026-07-21T23:08:12.722Z
39582026-07-21T23:08:12.722Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/300)
39592026-07-21T23:08:13.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-07-21T23:08:13.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-07-21T23:08:13.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-07-21T23:08:13.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39632026-07-21T23:08:13.293Z
39642026-07-21T23:08:13.293Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/300)
39652026-07-21T23:08:13.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-07-21T23:08:13.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-07-21T23:08:13.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-07-21T23:08:13.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39692026-07-21T23:08:13.888Z
39702026-07-21T23:08:13.888Zinfo: running `cargo check --bins` on trust-quorum (226/300)
39712026-07-21T23:08:14.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-07-21T23:08:14.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-07-21T23:08:14.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-07-21T23:08:14.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39752026-07-21T23:08:14.461Z
39762026-07-21T23:08:14.461Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/300)
39772026-07-21T23:08:14.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-07-21T23:08:14.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-07-21T23:08:14.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-07-21T23:08:14.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39812026-07-21T23:08:15.049Z
39822026-07-21T23:08:15.049Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/300)
39832026-07-21T23:08:15.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-07-21T23:08:15.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-07-21T23:08:15.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-07-21T23:08:15.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39872026-07-21T23:08:15.652Z
39882026-07-21T23:08:15.652Zinfo: running `cargo check --bins` on update-common (229/300)
39892026-07-21T23:08:16.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-07-21T23:08:16.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-07-21T23:08:16.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-07-21T23:08:16.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39932026-07-21T23:08:16.204Z
39942026-07-21T23:08:16.204Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/300)
39952026-07-21T23:08:16.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-07-21T23:08:16.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-07-21T23:08:16.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-07-21T23:08:16.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39992026-07-21T23:08:16.800Z
40002026-07-21T23:08:16.800Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/300)
40012026-07-21T23:08:17.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-07-21T23:08:17.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-07-21T23:08:17.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-07-21T23:08:17.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40052026-07-21T23:08:17.333Z
40062026-07-21T23:08:17.333Zinfo: running `cargo check --bins` on reconfigurator-cli (232/300)
40072026-07-21T23:08:17.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-07-21T23:08:17.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-07-21T23:08:18.072Z Compiling fs-err v2.11.0
40102026-07-21T23:08:18.075Z Checking ignore v0.4.25
40112026-07-21T23:08:18.075Z Checking arc-swap v1.8.2
40122026-07-21T23:08:18.201Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40132026-07-21T23:08:18.207Z Checking predicates-tree v1.0.13
40142026-07-21T23:08:18.213Z Checking parse-size v1.1.0
40152026-07-21T23:08:18.241Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40162026-07-21T23:08:18.246Z Checking rand_seeder v0.4.0
40172026-07-21T23:08:18.311Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40182026-07-21T23:08:18.330Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40192026-07-21T23:08:18.394Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40202026-07-21T23:08:18.407Z Checking slog-scope v4.4.1
40212026-07-21T23:08:18.491Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40222026-07-21T23:08:18.533Z Compiling petname v2.0.2
40232026-07-21T23:08:18.550Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40242026-07-21T23:08:18.581Z Checking slog-stdlog v4.1.1
40252026-07-21T23:08:18.584Z Checking globwalk v0.9.1
40262026-07-21T23:08:18.648Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40272026-07-21T23:08:18.702Z Checking slog-envlogger v2.2.0
40282026-07-21T23:08:18.774Z Checking camino-tempfile-ext v0.3.3
40292026-07-21T23:08:18.837Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40302026-07-21T23:08:18.854Z Checking sapling-renderdag v0.1.0
40312026-07-21T23:08:18.965Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40322026-07-21T23:08:19.047Z Checking subprocess v0.2.15
40332026-07-21T23:08:19.085Z Checking sync-ptr v0.1.4
40342026-07-21T23:08:19.156Z Checking colored v2.2.0
40352026-07-21T23:08:19.201Z Checking assert_matches v1.5.0
40362026-07-21T23:08:19.353Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40372026-07-21T23:08:19.464Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40382026-07-21T23:08:19.465Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40392026-07-21T23:08:20.195Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40402026-07-21T23:08:21.510Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40412026-07-21T23:08:23.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.34s
40422026-07-21T23:08:23.869Z
40432026-07-21T23:08:23.869Zinfo: running `cargo check --bins` on omicron-repl-utils (233/300)
40442026-07-21T23:08:24.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40452026-07-21T23:08:24.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40462026-07-21T23:08:24.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40472026-07-21T23:08:24.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40482026-07-21T23:08:24.395Z
40492026-07-21T23:08:24.395Zinfo: running `cargo check --bins` on transient-dns-server (234/300)
40502026-07-21T23:08:24.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40512026-07-21T23:08:24.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40522026-07-21T23:08:24.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40532026-07-21T23:08:24.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40542026-07-21T23:08:24.952Z
40552026-07-21T23:08:24.952Zinfo: running `cargo check --bins` on nexus-test-interface (235/300)
40562026-07-21T23:08:25.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40572026-07-21T23:08:25.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40582026-07-21T23:08:25.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40592026-07-21T23:08:25.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40602026-07-21T23:08:25.553Z
40612026-07-21T23:08:25.553Zinfo: running `cargo check --bins` on oximeter-collector (236/300)
40622026-07-21T23:08:26.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632026-07-21T23:08:26.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642026-07-21T23:08:26.234Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40652026-07-21T23:08:26.234Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40662026-07-21T23:08:26.866Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40672026-07-21T23:08:28.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.93s
40682026-07-21T23:08:28.682Z
40692026-07-21T23:08:28.682Zinfo: running `cargo check --bins` on oximeter-api (237/300)
40702026-07-21T23:08:29.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40712026-07-21T23:08:29.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40722026-07-21T23:08:29.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40732026-07-21T23:08:29.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40742026-07-21T23:08:29.238Z
40752026-07-21T23:08:29.238Zinfo: running `cargo check --bins` on cert-dev (238/300)
40762026-07-21T23:08:29.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40772026-07-21T23:08:29.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40782026-07-21T23:08:29.787Z Checking yasna v0.5.2
40792026-07-21T23:08:30.192Z Checking rcgen v0.12.1
40802026-07-21T23:08:30.448Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40812026-07-21T23:08:30.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
40822026-07-21T23:08:30.799Z
40832026-07-21T23:08:30.799Zinfo: running `cargo check --bins` on clickana (239/300)
40842026-07-21T23:08:31.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-07-21T23:08:31.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-07-21T23:08:31.393Z Compiling instability v0.3.11
40872026-07-21T23:08:31.393Z Checking castaway v0.2.4
40882026-07-21T23:08:31.396Z Compiling indoc v2.0.7
40892026-07-21T23:08:31.396Z Checking unicode-truncate v1.1.0
40902026-07-21T23:08:31.396Z Checking lru v0.12.5
40912026-07-21T23:08:31.396Z Checking cassowary v0.3.0
40922026-07-21T23:08:31.587Z Checking compact_str v0.8.1
40932026-07-21T23:08:32.410Z Checking ratatui v0.29.0
40942026-07-21T23:08:33.465Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40952026-07-21T23:08:34.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.33s
40962026-07-21T23:08:34.296Z
40972026-07-21T23:08:34.296Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/300)
40982026-07-21T23:08:34.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40992026-07-21T23:08:34.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41002026-07-21T23:08:34.965Z Checking headers-core v0.3.0
41012026-07-21T23:08:34.966Z Checking port-file v0.1.0
41022026-07-21T23:08:34.969Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41032026-07-21T23:08:35.158Z Checking headers v0.4.1
41042026-07-21T23:08:35.526Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41052026-07-21T23:08:36.458Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41062026-07-21T23:08:36.940Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41072026-07-21T23:08:37.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s
41082026-07-21T23:08:37.517Z
41092026-07-21T23:08:37.517Zinfo: running `cargo check --bins` on ch-dev (241/300)
41102026-07-21T23:08:37.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41112026-07-21T23:08:38.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41122026-07-21T23:08:38.181Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41132026-07-21T23:08:38.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
41142026-07-21T23:08:39.122Z
41152026-07-21T23:08:39.122Zinfo: running `cargo check --bins` on dev-tools-common (242/300)
41162026-07-21T23:08:39.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41172026-07-21T23:08:39.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41182026-07-21T23:08:39.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41192026-07-21T23:08:39.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
41202026-07-21T23:08:39.524Z
41212026-07-21T23:08:39.524Zinfo: running `cargo check --bins` on corpus-adjust (243/300)
41222026-07-21T23:08:39.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41232026-07-21T23:08:39.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41242026-07-21T23:08:40.105Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
41252026-07-21T23:08:40.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
41262026-07-21T23:08:40.620Z
41272026-07-21T23:08:40.620Zinfo: running `cargo check --bins` on crdb-seed (244/300)
41282026-07-21T23:08:41.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41292026-07-21T23:08:41.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41302026-07-21T23:08:41.292Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41312026-07-21T23:08:42.376Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41322026-07-21T23:08:42.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s
41332026-07-21T23:08:42.896Z
41342026-07-21T23:08:42.897Zinfo: running `cargo check --bins` on db-dev (245/300)
41352026-07-21T23:08:43.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41362026-07-21T23:08:43.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41372026-07-21T23:08:43.574Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41382026-07-21T23:08:44.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
41392026-07-21T23:08:44.509Z
41402026-07-21T23:08:44.509Zinfo: running `cargo check --bins` on omicron-dev-lib (246/300)
41412026-07-21T23:08:44.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41422026-07-21T23:08:44.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41432026-07-21T23:08:44.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41442026-07-21T23:08:45.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41452026-07-21T23:08:45.090Z
41462026-07-21T23:08:45.090Zinfo: running `cargo check --bins` on xtask-downloader (247/300)
41472026-07-21T23:08:45.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41482026-07-21T23:08:45.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41492026-07-21T23:08:45.653Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41502026-07-21T23:08:46.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
41512026-07-21T23:08:46.509Z
41522026-07-21T23:08:46.509Zinfo: running `cargo check --bins` on omicron-dropshot-apis (248/300)
41532026-07-21T23:08:47.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41542026-07-21T23:08:47.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41552026-07-21T23:08:47.212Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41562026-07-21T23:08:47.212Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41572026-07-21T23:08:47.215Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
41582026-07-21T23:08:47.215Z Checking git-stub v1.0.0
41592026-07-21T23:08:47.215Z Compiling trait-variant v0.1.2
41602026-07-21T23:08:47.215Z Checking maplit v1.0.2
41612026-07-21T23:08:47.215Z Checking is_ci v1.2.0
41622026-07-21T23:08:47.342Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41632026-07-21T23:08:47.413Z Checking supports-color v3.0.2
41642026-07-21T23:08:47.426Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41652026-07-21T23:08:47.479Z Checking git-stub-vcs v0.1.0
41662026-07-21T23:08:47.533Z Checking drift v0.2.0
41672026-07-21T23:08:47.636Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41682026-07-21T23:08:47.653Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41692026-07-21T23:08:47.666Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41702026-07-21T23:08:47.843Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41712026-07-21T23:08:47.936Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41722026-07-21T23:08:47.960Z Checking dropshot-api-manager v0.7.2
41732026-07-21T23:08:47.960Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41742026-07-21T23:08:47.970Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
41752026-07-21T23:08:48.072Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41762026-07-21T23:08:48.618Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41772026-07-21T23:08:49.553Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41782026-07-21T23:08:50.569Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41792026-07-21T23:08:51.257Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41802026-07-21T23:08:51.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.16s
41812026-07-21T23:08:51.887Z
41822026-07-21T23:08:51.887Zinfo: running `cargo check --bins` on installinator-api (249/300)
41832026-07-21T23:08:52.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41842026-07-21T23:08:52.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41852026-07-21T23:08:52.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41862026-07-21T23:08:52.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
41872026-07-21T23:08:52.411Z
41882026-07-21T23:08:52.411Zinfo: running `cargo check --bins` on nexus-external-api (250/300)
41892026-07-21T23:08:52.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41902026-07-21T23:08:52.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41912026-07-21T23:08:52.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41922026-07-21T23:08:52.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41932026-07-21T23:08:52.991Z
41942026-07-21T23:08:52.991Zinfo: running `cargo check --bins` on nexus-internal-api (251/300)
41952026-07-21T23:08:53.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41962026-07-21T23:08:53.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41972026-07-21T23:08:53.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41982026-07-21T23:08:53.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41992026-07-21T23:08:53.568Z
42002026-07-21T23:08:53.568Zinfo: running `cargo check --bins` on nexus-lockstep-api (252/300)
42012026-07-21T23:08:54.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42022026-07-21T23:08:54.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42032026-07-21T23:08:54.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42042026-07-21T23:08:54.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42052026-07-21T23:08:54.140Z
42062026-07-21T23:08:54.140Zinfo: running `cargo check --bins` on ntp-admin-api (253/300)
42072026-07-21T23:08:54.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42082026-07-21T23:08:54.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42092026-07-21T23:08:54.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42102026-07-21T23:08:54.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42112026-07-21T23:08:54.690Z
42122026-07-21T23:08:54.690Zinfo: running `cargo check --bins` on ntp-admin-types-versions (254/300)
42132026-07-21T23:08:55.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42142026-07-21T23:08:55.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42152026-07-21T23:08:55.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42162026-07-21T23:08:55.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42172026-07-21T23:08:55.213Z
42182026-07-21T23:08:55.213Zinfo: running `cargo check --bins` on wicketd-api (255/300)
42192026-07-21T23:08:55.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42202026-07-21T23:08:55.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42212026-07-21T23:08:55.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42222026-07-21T23:08:55.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42232026-07-21T23:08:55.796Z
42242026-07-21T23:08:55.796Zinfo: running `cargo check --bins` on omicron-ls-apis (256/300)
42252026-07-21T23:08:56.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42262026-07-21T23:08:56.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42272026-07-21T23:08:56.359Z Compiling blake3 v1.8.5
42282026-07-21T23:08:56.452Z Checking constant_time_eq v0.4.2
42292026-07-21T23:08:56.452Z Checking arrayref v0.3.9
42302026-07-21T23:08:56.452Z Checking arrayvec v0.7.6
42312026-07-21T23:08:56.478Z Checking cargo-platform v0.3.2
42322026-07-21T23:08:56.478Z Checking topological-sort v0.2.2
42332026-07-21T23:08:56.484Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42342026-07-21T23:08:56.632Z Checking cargo_metadata v0.23.1
42352026-07-21T23:08:57.344Z Checking omicron-zone-package v0.12.3
42362026-07-21T23:08:58.059Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42372026-07-21T23:08:58.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
42382026-07-21T23:08:59.072Z
42392026-07-21T23:08:59.073Zinfo: running `cargo check --bins` on mgs-dev (257/300)
42402026-07-21T23:08:59.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42412026-07-21T23:08:59.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42422026-07-21T23:08:59.828Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42432026-07-21T23:09:00.392Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42442026-07-21T23:09:00.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
42452026-07-21T23:09:01.077Z
42462026-07-21T23:09:01.077Zinfo: running `cargo check --bins` on omicron-omdb (258/300)
42472026-07-21T23:09:01.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-07-21T23:09:01.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-07-21T23:09:01.969Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42502026-07-21T23:09:01.970Z Compiling vergen-lib v0.1.6
42512026-07-21T23:09:01.970Z Compiling diesel_derives v2.3.7
42522026-07-21T23:09:01.970Z Compiling dsl_auto_type v0.2.0
42532026-07-21T23:09:01.970Z Checking scheduled-thread-pool v0.2.7
42542026-07-21T23:09:01.985Z Compiling vergen-gitcl v1.0.8
42552026-07-21T23:09:01.985Z Compiling diesel_table_macro_syntax v0.3.0
42562026-07-21T23:09:01.985Z Compiling dirs-sys-next v0.1.2
42572026-07-21T23:09:02.325Z Compiling glob v0.3.3
42582026-07-21T23:09:02.328Z Compiling crunchy v0.2.4
42592026-07-21T23:09:02.328Z Checking r2d2 v0.8.10
42602026-07-21T23:09:02.408Z Compiling dirs-next v2.0.0
42612026-07-21T23:09:02.433Z Checking downcast-rs v2.0.2
42622026-07-21T23:09:02.531Z Compiling tiny-keccak v2.0.2
42632026-07-21T23:09:02.624Z Compiling term v0.7.0
42642026-07-21T23:09:02.794Z Compiling clang-sys v1.8.1
42652026-07-21T23:09:02.794Z Compiling bit-vec v0.6.3
42662026-07-21T23:09:02.794Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42672026-07-21T23:09:02.947Z Compiling bit-set v0.5.3
42682026-07-21T23:09:02.970Z Compiling ascii-canvas v3.0.0
42692026-07-21T23:09:03.109Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42702026-07-21T23:09:03.134Z Compiling itertools v0.10.5
42712026-07-21T23:09:03.158Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42722026-07-21T23:09:03.171Z Compiling ena v0.14.4
42732026-07-21T23:09:03.225Z Compiling libloading v0.8.9
42742026-07-21T23:09:03.243Z Compiling diff v0.1.13
42752026-07-21T23:09:03.287Z Compiling bindgen v0.71.1
42762026-07-21T23:09:03.383Z Compiling regex-syntax v0.6.29
42772026-07-21T23:09:03.548Z Compiling cexpr v0.6.0
42782026-07-21T23:09:03.769Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42792026-07-21T23:09:03.795Z Compiling rustc-hash v2.1.1
42802026-07-21T23:09:03.992Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42812026-07-21T23:09:04.087Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42822026-07-21T23:09:04.222Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42832026-07-21T23:09:04.234Z Compiling libxml v0.3.3
42842026-07-21T23:09:04.402Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42852026-07-21T23:09:04.502Z Compiling strum_macros v0.24.3
42862026-07-21T23:09:04.521Z Compiling indoc v1.0.9
42872026-07-21T23:09:04.993Z Compiling lalrpop v0.19.12
42882026-07-21T23:09:05.293Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42892026-07-21T23:09:05.486Z Checking derive_builder v0.20.2
42902026-07-21T23:09:05.503Z Compiling oso-derive v0.27.3
42912026-07-21T23:09:05.608Z Checking quick-xml v0.37.5
42922026-07-21T23:09:05.864Z Compiling impl-trait-for-tuples v0.2.3
42932026-07-21T23:09:06.020Z Checking openssl-probe v0.1.6
42942026-07-21T23:09:06.169Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42952026-07-21T23:09:06.502Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42962026-07-21T23:09:06.726Z Checking bb8 v0.8.6
42972026-07-21T23:09:06.998Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42982026-07-21T23:09:07.108Z Checking nonempty v0.12.0
42992026-07-21T23:09:07.167Z Compiling libz-sys v1.1.24
43002026-07-21T23:09:07.191Z Compiling strsim v0.10.0
43012026-07-21T23:09:07.213Z Compiling libgit2-sys v0.18.3+1.9.2
43022026-07-21T23:09:07.459Z Compiling darling_core v0.13.4
43032026-07-21T23:09:07.570Z Compiling vergen-git2 v9.1.0
43042026-07-21T23:09:07.788Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43052026-07-21T23:09:07.928Z Compiling base64 v0.21.7
43062026-07-21T23:09:07.998Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43072026-07-21T23:09:08.191Z Compiling ron v0.8.1
43082026-07-21T23:09:08.252Z Checking diesel v2.3.7
43092026-07-21T23:09:08.998Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43102026-07-21T23:09:09.144Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43112026-07-21T23:09:09.210Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43122026-07-21T23:09:09.375Z Compiling darling_macro v0.13.4
43132026-07-21T23:09:09.454Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43142026-07-21T23:09:09.638Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43152026-07-21T23:09:09.857Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43162026-07-21T23:09:09.933Z Compiling darling v0.13.4
43172026-07-21T23:09:09.974Z Compiling serde_with_macros v1.5.2
43182026-07-21T23:09:10.063Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43192026-07-21T23:09:10.228Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43202026-07-21T23:09:10.460Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43212026-07-21T23:09:10.610Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43222026-07-21T23:09:10.664Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43232026-07-21T23:09:10.833Z Compiling serde_with v1.14.0
43242026-07-21T23:09:11.943Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43252026-07-21T23:09:12.247Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43262026-07-21T23:09:12.404Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43272026-07-21T23:09:13.061Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43282026-07-21T23:09:13.329Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43292026-07-21T23:09:13.677Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43302026-07-21T23:09:13.870Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43312026-07-21T23:09:14.093Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43322026-07-21T23:09:14.564Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43332026-07-21T23:09:14.585Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43342026-07-21T23:09:14.897Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43352026-07-21T23:09:14.943Z Checking twox-hash v2.1.2
43362026-07-21T23:09:15.109Z Checking libsw-core v0.3.2
43372026-07-21T23:09:15.174Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43382026-07-21T23:09:15.267Z Checking libsw v3.5.0
43392026-07-21T23:09:15.287Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43402026-07-21T23:09:15.426Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43412026-07-21T23:09:15.641Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43422026-07-21T23:09:15.799Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43432026-07-21T23:09:17.095Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43442026-07-21T23:09:17.114Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43452026-07-21T23:09:17.363Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43462026-07-21T23:09:17.753Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43472026-07-21T23:09:17.804Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43482026-07-21T23:09:18.012Z Checking console v0.16.2
43492026-07-21T23:09:18.339Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43502026-07-21T23:09:18.492Z Checking fatfs v0.3.6
43512026-07-21T23:09:18.740Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43522026-07-21T23:09:18.967Z Compiling seq-macro v0.3.6
43532026-07-21T23:09:19.502Z Checking unit-prefix v0.5.2
43542026-07-21T23:09:19.641Z Checking indicatif v0.18.4
43552026-07-21T23:09:20.069Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43562026-07-21T23:09:20.089Z Checking oxide-update-engine-display v0.1.2
43572026-07-21T23:09:20.411Z Checking support-bundle-viewer v0.1.2
43582026-07-21T23:09:20.557Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43592026-07-21T23:09:20.664Z Checking multimap v0.10.1
43602026-07-21T23:09:26.433Z Checking async-bb8-diesel v0.2.1
43612026-07-21T23:09:26.793Z Checking diesel-dtrace v0.5.0
43622026-07-21T23:09:29.045Z Compiling samael v0.0.19
43632026-07-21T23:09:34.253Z Compiling git2 v0.20.4
43642026-07-21T23:09:36.912Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43652026-07-21T23:09:36.958Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43662026-07-21T23:09:37.445Z Compiling polar-core v0.27.3
43672026-07-21T23:09:41.978Z Checking oso v0.27.3
43682026-07-21T23:10:11.395Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43692026-07-21T23:11:27.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s
43702026-07-21T23:11:27.439Z
43712026-07-21T23:11:27.439Zinfo: running `cargo check --bins` on nexus-networking (259/300)
43722026-07-21T23:11:27.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43732026-07-21T23:11:27.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43742026-07-21T23:11:27.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43752026-07-21T23:11:27.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43762026-07-21T23:11:27.440Z
43772026-07-21T23:11:27.440Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (260/300)
43782026-07-21T23:11:27.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43792026-07-21T23:11:27.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43802026-07-21T23:11:27.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43812026-07-21T23:11:27.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43822026-07-21T23:11:27.440Z
43832026-07-21T23:11:27.440Zinfo: running `cargo check --bins` on nexus-saga-recovery (261/300)
43842026-07-21T23:11:27.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43852026-07-21T23:11:27.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43862026-07-21T23:11:27.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43872026-07-21T23:11:27.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43882026-07-21T23:11:27.838Z
43892026-07-21T23:11:27.839Zinfo: running `cargo check --bins` on nexus-test-utils-macros (262/300)
43902026-07-21T23:11:28.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43912026-07-21T23:11:28.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43922026-07-21T23:11:28.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43932026-07-21T23:11:28.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
43942026-07-21T23:11:28.358Z
43952026-07-21T23:11:28.358Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (263/300)
43962026-07-21T23:11:28.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43972026-07-21T23:11:28.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43982026-07-21T23:11:29.154Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43992026-07-21T23:11:29.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
44002026-07-21T23:11:30.109Z
44012026-07-21T23:11:30.109Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (264/300)
44022026-07-21T23:11:30.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44032026-07-21T23:11:30.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44042026-07-21T23:11:30.902Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44052026-07-21T23:12:09.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.07s
44062026-07-21T23:12:09.400Z
44072026-07-21T23:12:09.400Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (265/300)
44082026-07-21T23:12:09.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44092026-07-21T23:12:09.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44102026-07-21T23:12:09.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44112026-07-21T23:12:09.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
44122026-07-21T23:12:09.928Z
44132026-07-21T23:12:09.928Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (266/300)
44142026-07-21T23:12:10.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44152026-07-21T23:12:10.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44162026-07-21T23:12:10.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44172026-07-21T23:12:10.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
44182026-07-21T23:12:10.458Z
44192026-07-21T23:12:10.458Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (267/300)
44202026-07-21T23:12:10.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44212026-07-21T23:12:10.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44222026-07-21T23:12:10.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44232026-07-21T23:12:10.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44242026-07-21T23:12:11.048Z
44252026-07-21T23:12:11.048Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (268/300)
44262026-07-21T23:12:11.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44272026-07-21T23:12:11.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44282026-07-21T23:12:11.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44292026-07-21T23:12:11.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44302026-07-21T23:12:11.654Z
44312026-07-21T23:12:11.654Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (269/300)
44322026-07-21T23:12:12.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44332026-07-21T23:12:12.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44342026-07-21T23:12:12.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44352026-07-21T23:12:12.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44362026-07-21T23:12:12.255Z
44372026-07-21T23:12:12.255Zinfo: running `cargo check --bins` on nexus-mgs-updates (270/300)
44382026-07-21T23:12:12.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44392026-07-21T23:12:12.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44402026-07-21T23:12:12.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44412026-07-21T23:12:12.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44422026-07-21T23:12:12.845Z
44432026-07-21T23:12:12.845Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (271/300)
44442026-07-21T23:12:13.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44452026-07-21T23:12:13.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44462026-07-21T23:12:13.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44472026-07-21T23:12:13.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44482026-07-21T23:12:13.456Z
44492026-07-21T23:12:13.456Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (272/300)
44502026-07-21T23:12:13.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44512026-07-21T23:12:13.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44522026-07-21T23:12:13.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44532026-07-21T23:12:13.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44542026-07-21T23:12:14.060Z
44552026-07-21T23:12:14.060Zinfo: running `cargo check --bins` on nexus-switch-config (273/300)
44562026-07-21T23:12:14.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44572026-07-21T23:12:14.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44582026-07-21T23:12:14.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44592026-07-21T23:12:14.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44602026-07-21T23:12:14.649Z
44612026-07-21T23:12:14.649Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (274/300)
44622026-07-21T23:12:15.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44632026-07-21T23:12:15.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44642026-07-21T23:12:15.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44652026-07-21T23:12:15.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44662026-07-21T23:12:15.252Z
44672026-07-21T23:12:15.252Zinfo: running `cargo check --bins` on support-bundle-collection (275/300)
44682026-07-21T23:12:15.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44692026-07-21T23:12:15.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44702026-07-21T23:12:15.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44712026-07-21T23:12:15.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44722026-07-21T23:12:15.855Z
44732026-07-21T23:12:15.855Zinfo: running `cargo check --bins` on omicron-dev (276/300)
44742026-07-21T23:12:16.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44752026-07-21T23:12:16.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44762026-07-21T23:12:16.704Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44772026-07-21T23:12:16.707Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44782026-07-21T23:12:16.883Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44792026-07-21T23:12:16.887Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44802026-07-21T23:12:16.887Z Checking yansi v1.0.1
44812026-07-21T23:12:16.887Z Checking diff v0.1.13
44822026-07-21T23:12:16.887Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44832026-07-21T23:12:16.887Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44842026-07-21T23:12:17.200Z Checking pretty_assertions v1.4.1
44852026-07-21T23:12:17.921Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44862026-07-21T23:12:17.982Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44872026-07-21T23:12:42.923Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44882026-07-21T23:12:42.927Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44892026-07-21T23:12:42.927Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44902026-07-21T23:12:42.927Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44912026-07-21T23:12:42.927Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44922026-07-21T23:12:42.927Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
44932026-07-21T23:12:42.927Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44942026-07-21T23:12:43.783Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44952026-07-21T23:12:43.783Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44962026-07-21T23:12:44.993Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44972026-07-21T23:13:23.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
44982026-07-21T23:13:23.271Z
44992026-07-21T23:13:23.271Zinfo: running `cargo check --bins` on omicron-pins (277/300)
45002026-07-21T23:13:23.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45012026-07-21T23:13:23.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45022026-07-21T23:13:23.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45032026-07-21T23:13:23.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
45042026-07-21T23:13:23.809Z
45052026-07-21T23:13:23.809Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (278/300)
45062026-07-21T23:13:24.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45072026-07-21T23:13:24.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45082026-07-21T23:13:24.539Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45092026-07-21T23:13:24.663Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45102026-07-21T23:13:24.670Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45112026-07-21T23:13:51.828Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45122026-07-21T23:13:52.202Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45132026-07-21T23:13:53.965Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45142026-07-21T23:13:54.404Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45152026-07-21T23:13:57.532Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45162026-07-21T23:14:21.463Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45172026-07-21T23:14:22.170Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45182026-07-21T23:14:23.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.98s
45192026-07-21T23:14:23.997Z
45202026-07-21T23:14:23.997Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (279/300)
45212026-07-21T23:14:24.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45222026-07-21T23:14:24.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45232026-07-21T23:14:24.688Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45242026-07-21T23:14:25.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
45252026-07-21T23:14:25.540Z
45262026-07-21T23:14:25.540Zinfo: running `cargo check --bins` on omicron-releng (280/300)
45272026-07-21T23:14:26.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45282026-07-21T23:14:26.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45292026-07-21T23:14:26.152Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45302026-07-21T23:14:26.258Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45312026-07-21T23:14:26.258Z Checking digest-io v0.1.0
45322026-07-21T23:14:26.271Z Checking sha2 v0.11.0
45332026-07-21T23:14:26.277Z Checking rawzip v0.4.4
45342026-07-21T23:14:26.284Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45352026-07-21T23:14:26.288Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45362026-07-21T23:14:26.288Z Checking shell-words v1.1.1
45372026-07-21T23:14:26.714Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45382026-07-21T23:14:26.932Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45392026-07-21T23:14:27.942Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45402026-07-21T23:14:28.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.44s
45412026-07-21T23:14:29.154Z
45422026-07-21T23:14:29.154Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (281/300)
45432026-07-21T23:14:29.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-07-21T23:14:29.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-07-21T23:14:29.756Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45462026-07-21T23:14:30.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
45472026-07-21T23:14:30.415Z
45482026-07-21T23:14:30.415Zinfo: running `cargo check --bins` on schema (282/300)
45492026-07-21T23:14:30.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45502026-07-21T23:14:30.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45512026-07-21T23:14:31.106Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45522026-07-21T23:14:31.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
45532026-07-21T23:14:31.998Z
45542026-07-21T23:14:31.998Zinfo: running `cargo check --bins` on xtask (283/300)
45552026-07-21T23:14:32.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45562026-07-21T23:14:32.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45572026-07-21T23:14:32.392Z Checking serde_core v1.0.228
45582026-07-21T23:14:32.392Z Checking libc v0.2.185
45592026-07-21T23:14:32.395Z Checking bitflags v2.11.0
45602026-07-21T23:14:32.479Z Checking scroll v0.12.0
45612026-07-21T23:14:32.481Z Checking thiserror v1.0.69
45622026-07-21T23:14:32.491Z Checking log v0.4.29
45632026-07-21T23:14:32.494Z Checking indexmap v2.14.0
45642026-07-21T23:14:32.494Z Checking zerocopy v0.7.35
45652026-07-21T23:14:32.568Z Checking syn v2.0.117
45662026-07-21T23:14:32.613Z Checking dtrace-parser v0.2.0
45672026-07-21T23:14:32.631Z Checking once_cell v1.21.3
45682026-07-21T23:14:32.701Z Checking goblin v0.8.2
45692026-07-21T23:14:32.753Z Checking errno v0.3.14
45702026-07-21T23:14:32.805Z Checking thread-id v4.2.2
45712026-07-21T23:14:32.849Z Checking getrandom v0.4.1
45722026-07-21T23:14:32.875Z Checking rustix v1.1.3
45732026-07-21T23:14:32.888Z Checking memmap v0.7.0
45742026-07-21T23:14:32.982Z Checking thiserror v2.0.18
45752026-07-21T23:14:33.000Z Checking fs-err v3.3.0
45762026-07-21T23:14:33.017Z Checking tabled v0.15.0
45772026-07-21T23:14:33.047Z Checking anyhow v1.0.102
45782026-07-21T23:14:33.663Z Checking terminal_size v0.4.3
45792026-07-21T23:14:33.663Z Checking tempfile v3.25.0
45802026-07-21T23:14:33.777Z Checking clap_builder v4.6.0
45812026-07-21T23:14:33.780Z Checking textwrap v0.16.2
45822026-07-21T23:14:33.935Z Checking serde v1.0.228
45832026-07-21T23:14:33.938Z Checking serde_json v1.0.150
45842026-07-21T23:14:33.938Z Checking camino v1.2.2
45852026-07-21T23:14:33.983Z Checking cargo-platform v0.3.2
45862026-07-21T23:14:34.140Z Checking semver v1.0.28
45872026-07-21T23:14:34.194Z Checking camino-tempfile v1.4.1
45882026-07-21T23:14:34.343Z Checking serde_spanned v0.6.9
45892026-07-21T23:14:34.346Z Checking toml_datetime v0.6.11
45902026-07-21T23:14:34.346Z Checking macaddr v1.0.1
45912026-07-21T23:14:34.346Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45922026-07-21T23:14:34.526Z Checking toml_edit v0.22.27
45932026-07-21T23:14:34.537Z Checking cargo_metadata v0.23.1
45942026-07-21T23:14:34.547Z Checking dof v0.3.0
45952026-07-21T23:14:34.805Z Checking usdt-impl v0.5.0
45962026-07-21T23:14:34.979Z Checking clap v4.6.1
45972026-07-21T23:14:35.063Z Checking usdt v0.5.0
45982026-07-21T23:14:35.504Z Checking toml v0.8.23
45992026-07-21T23:14:35.770Z Checking cargo_toml v0.21.0
46002026-07-21T23:14:36.409Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46012026-07-21T23:14:36.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.81s
46022026-07-21T23:14:36.911Z
46032026-07-21T23:14:36.911Zinfo: running `cargo check --bins` on dnsadm (284/300)
46042026-07-21T23:14:37.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46052026-07-21T23:14:37.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46062026-07-21T23:14:37.511Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46072026-07-21T23:14:38.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
46082026-07-21T23:14:38.168Z
46092026-07-21T23:14:38.168Zinfo: running `cargo check --bins` on end-to-end-tests (285/300)
46102026-07-21T23:14:38.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46112026-07-21T23:14:38.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46122026-07-21T23:14:38.936Z Checking cpubits v0.1.1
46132026-07-21T23:14:38.939Z Checking pem-rfc7468 v1.0.0
46142026-07-21T23:14:39.074Z Checking hmac v0.13.0
46152026-07-21T23:14:39.074Z Checking universal-hash v0.6.1
46162026-07-21T23:14:39.096Z Checking ctr v0.10.1
46172026-07-21T23:14:39.096Z Checking aead v0.6.1
46182026-07-21T23:14:39.124Z Checking aes v0.9.1
46192026-07-21T23:14:39.124Z Checking crypto-bigint v0.7.5
46202026-07-21T23:14:39.155Z Checking cbc v0.2.1
46212026-07-21T23:14:39.194Z Checking polyval v0.7.1
46222026-07-21T23:14:39.208Z Checking der v0.8.0
46232026-07-21T23:14:39.221Z Checking pbkdf2 v0.13.0
46242026-07-21T23:14:39.238Z Checking salsa20 v0.11.0
46252026-07-21T23:14:39.293Z Checking ff v0.14.0
46262026-07-21T23:14:39.296Z Checking signature v3.0.0
46272026-07-21T23:14:39.334Z Checking base16ct v1.0.0
46282026-07-21T23:14:39.356Z Checking ghash v0.6.0
46292026-07-21T23:14:39.374Z Checking scrypt v0.12.0
46302026-07-21T23:14:39.449Z Checking group v0.14.0
46312026-07-21T23:14:39.465Z Checking hkdf v0.13.0
46322026-07-21T23:14:39.481Z Checking rfc6979 v0.5.0
46332026-07-21T23:14:39.499Z Compiling curve25519-dalek v5.0.0-rc.0
46342026-07-21T23:14:39.519Z Checking aes-gcm v0.11.0
46352026-07-21T23:14:39.539Z Checking poly1305 v0.9.0
46362026-07-21T23:14:39.593Z Checking blowfish v0.10.0
46372026-07-21T23:14:39.594Z Checking blake2 v0.11.0-rc.6
46382026-07-21T23:14:39.623Z Checking keccak v0.2.0
46392026-07-21T23:14:39.677Z Checking fiat-crypto v0.3.0
46402026-07-21T23:14:39.744Z Checking bcrypt-pbkdf v0.11.0
46412026-07-21T23:14:39.780Z Checking sha3 v0.11.0
46422026-07-21T23:14:39.815Z Checking kem v0.3.0
46432026-07-21T23:14:39.868Z Checking argon2 v0.6.0-rc.8
46442026-07-21T23:14:39.897Z Checking module-lattice v0.2.3
46452026-07-21T23:14:39.925Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46462026-07-21T23:14:39.996Z Checking spki v0.8.0
46472026-07-21T23:14:40.112Z Checking sec1 v0.8.1
46482026-07-21T23:14:40.127Z Checking ml-kem v0.3.2
46492026-07-21T23:14:40.145Z Checking internal-russh-num-bigint v0.5.0
46502026-07-21T23:14:40.166Z Checking pkcs5 v0.8.1
46512026-07-21T23:14:40.181Z Checking pkcs1 v0.8.0-rc.4
46522026-07-21T23:14:40.320Z Checking num-bigint v0.4.6
46532026-07-21T23:14:40.385Z Checking generic-array v1.4.3
46542026-07-21T23:14:40.460Z Checking pkcs8 v0.11.0
46552026-07-21T23:14:40.658Z Checking ed25519 v3.0.0
46562026-07-21T23:14:40.764Z Checking russh-util v0.52.0
46572026-07-21T23:14:40.780Z Compiling enum_dispatch v0.3.13
46582026-07-21T23:14:40.856Z Checking ed25519-dalek v3.0.0-rc.0
46592026-07-21T23:14:40.886Z Compiling delegate v0.13.5
46602026-07-21T23:14:40.917Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46612026-07-21T23:14:40.984Z Checking hex-literal v1.1.0
46622026-07-21T23:14:41.078Z Checking md5 v0.8.0
46632026-07-21T23:14:41.114Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46642026-07-21T23:14:41.249Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46652026-07-21T23:14:41.249Z Checking socket2 v0.5.10
46662026-07-21T23:14:41.341Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46672026-07-21T23:14:41.377Z Checking elliptic-curve v0.14.0-rc.33
46682026-07-21T23:14:41.448Z Checking primefield v0.14.0
46692026-07-21T23:14:41.517Z Checking ssh-encoding v0.3.0-rc.9
46702026-07-21T23:14:41.654Z Checking crypto-primes v0.7.2
46712026-07-21T23:14:41.742Z Checking internet-checksum v0.2.1
46722026-07-21T23:14:41.758Z Checking ssh-cipher v0.3.0-rc.9
46732026-07-21T23:14:41.839Z Checking russh-cryptovec v0.61.0
46742026-07-21T23:14:41.854Z Checking primeorder v0.14.0-rc.10
46752026-07-21T23:14:41.869Z Checking ecdsa v0.17.0-rc.18
46762026-07-21T23:14:42.220Z Checking p256 v0.14.0-rc.10
46772026-07-21T23:14:42.223Z Checking p521 v0.14.0-rc.10
46782026-07-21T23:14:42.612Z Checking rsa v0.10.0-rc.18
46792026-07-21T23:14:44.585Z Checking p384 v0.14.0-rc.10
46802026-07-21T23:14:46.485Z Checking ssh-key v0.7.0-rc.10
46812026-07-21T23:14:47.260Z Checking russh v0.61.2
46822026-07-21T23:14:59.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.46s
46832026-07-21T23:14:59.840Z
46842026-07-21T23:14:59.840Zinfo: running `cargo check --bins` on gateway-cli (286/300)
46852026-07-21T23:15:00.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46862026-07-21T23:15:00.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46872026-07-21T23:15:00.437Z Checking termios v0.3.3
46882026-07-21T23:15:00.636Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46892026-07-21T23:15:01.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
46902026-07-21T23:15:01.372Z
46912026-07-21T23:15:01.373Zinfo: running `cargo check --bins --no-default-features` on installinator (287/300)
46922026-07-21T23:15:01.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46932026-07-21T23:15:01.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46942026-07-21T23:15:02.027Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46952026-07-21T23:15:02.722Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46962026-07-21T23:15:04.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s
46972026-07-21T23:15:04.526Z
46982026-07-21T23:15:04.526Zinfo: running `cargo check --bins` on internal-dns-cli (288/300)
46992026-07-21T23:15:04.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47002026-07-21T23:15:04.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47012026-07-21T23:15:05.125Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47022026-07-21T23:15:05.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
47032026-07-21T23:15:05.707Z
47042026-07-21T23:15:05.707Zinfo: running `cargo check --bins` on omicron-live-tests (289/300)
47052026-07-21T23:15:06.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47062026-07-21T23:15:06.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47072026-07-21T23:15:06.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47082026-07-21T23:15:06.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47092026-07-21T23:15:06.237Z
47102026-07-21T23:15:06.237Zinfo: running `cargo check --bins` on live-tests-macros (290/300)
47112026-07-21T23:15:06.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47122026-07-21T23:15:06.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47132026-07-21T23:15:06.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47142026-07-21T23:15:06.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
47152026-07-21T23:15:06.769Z
47162026-07-21T23:15:06.769Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (291/300)
47172026-07-21T23:15:07.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47182026-07-21T23:15:07.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47192026-07-21T23:15:07.481Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47202026-07-21T23:15:08.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
47212026-07-21T23:15:08.266Z
47222026-07-21T23:15:08.266Zinfo: running `cargo check --bins` on omicron-ntp-admin (292/300)
47232026-07-21T23:15:08.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47242026-07-21T23:15:08.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47252026-07-21T23:15:08.878Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47262026-07-21T23:15:08.878Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47272026-07-21T23:15:09.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
47282026-07-21T23:15:09.940Z
47292026-07-21T23:15:09.940Zinfo: running `cargo check --bins` on ntp-admin-types (293/300)
47302026-07-21T23:15:10.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47312026-07-21T23:15:10.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47322026-07-21T23:15:10.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47332026-07-21T23:15:10.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
47342026-07-21T23:15:10.477Z
47352026-07-21T23:15:10.477Zinfo: running `cargo check --bins` on omicron-package (294/300)
47362026-07-21T23:15:10.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47372026-07-21T23:15:10.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47382026-07-21T23:15:11.136Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47392026-07-21T23:15:12.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
47402026-07-21T23:15:12.371Z
47412026-07-21T23:15:12.371Zinfo: running `cargo check --bins` on tqdb (295/300)
47422026-07-21T23:15:12.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47432026-07-21T23:15:12.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47442026-07-21T23:15:13.114Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47452026-07-21T23:15:13.466Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47462026-07-21T23:15:13.983Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47472026-07-21T23:15:13.986Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47482026-07-21T23:15:20.101Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47492026-07-21T23:15:20.104Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47502026-07-21T23:15:20.678Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47512026-07-21T23:15:20.680Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47522026-07-21T23:15:20.681Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47532026-07-21T23:15:20.681Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47542026-07-21T23:15:21.468Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47552026-07-21T23:15:22.545Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47562026-07-21T23:15:23.371Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47572026-07-21T23:15:23.987Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47582026-07-21T23:15:28.892Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47592026-07-21T23:15:35.597Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47602026-07-21T23:15:35.601Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47612026-07-21T23:15:35.601Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47622026-07-21T23:15:35.601Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47632026-07-21T23:15:37.061Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47642026-07-21T23:15:38.397Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47652026-07-21T23:15:39.061Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47662026-07-21T23:15:40.287Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47672026-07-21T23:15:40.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.44s
47682026-07-21T23:15:41.024Z
47692026-07-21T23:15:41.024Zinfo: running `cargo check --bins` on wicket-dbg (296/300)
47702026-07-21T23:15:41.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47712026-07-21T23:15:41.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47722026-07-21T23:15:41.693Z Checking rtoolbox v0.0.3
47732026-07-21T23:15:41.696Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47742026-07-21T23:15:41.697Z Checking tui-tree-widget v0.23.1
47752026-07-21T23:15:41.915Z Checking rpassword v7.5.4
47762026-07-21T23:15:44.891Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47772026-07-21T23:15:46.760Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47782026-07-21T23:15:47.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.62s
47792026-07-21T23:15:47.841Z
47802026-07-21T23:15:47.841Zinfo: running `cargo check --bins` on wicket (297/300)
47812026-07-21T23:15:48.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47822026-07-21T23:15:48.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47832026-07-21T23:15:48.493Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47842026-07-21T23:15:48.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
47852026-07-21T23:15:49.017Z
47862026-07-21T23:15:49.017Zinfo: running `cargo check --bins` on wicketd (298/300)
47872026-07-21T23:15:49.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47882026-07-21T23:15:49.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47892026-07-21T23:15:49.680Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47902026-07-21T23:15:52.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.83s
47912026-07-21T23:15:53.046Z
47922026-07-21T23:15:53.046Zinfo: running `cargo check --bins` on omicron-workspace-hack (299/300)
47932026-07-21T23:15:53.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47942026-07-21T23:15:53.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47952026-07-21T23:15:53.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47962026-07-21T23:15:53.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47972026-07-21T23:15:53.573Z
47982026-07-21T23:15:53.573Zinfo: running `cargo check --bins` on zone-setup (300/300)
47992026-07-21T23:15:54.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48002026-07-21T23:15:54.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48012026-07-21T23:15:54.201Z Checking uzers v0.12.2
48022026-07-21T23:15:54.472Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48032026-07-21T23:15:55.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
48042026-07-21T23:15:55.415Z
48052026-07-21T23:15:55.415Zreal 13:38.151201023
48062026-07-21T23:15:55.415Zuser 20:47.032315192
48072026-07-21T23:15:55.415Zsys 4:08.166044672
48082026-07-21T23:15:55.415Ztrap 0.323323260
48092026-07-21T23:15:55.415Ztflt 0.692148622
48102026-07-21T23:15:55.415Zdflt 1.103197607
48112026-07-21T23:15:55.415Zkflt 0.004978100
48122026-07-21T23:15:55.415Zlock 1:18:03.814037826
48132026-07-21T23:15:55.415Zslp 1:39:00.206698953
48142026-07-21T23:15:55.415Zlat 56.193342909
48152026-07-21T23:15:55.415Zstop 3:40.497947022
48162026-07-21T23:15:55.418Zprocess exited: duration 942403 ms, exit code 0
 
48172026-07-21T23:15:55.424Zfound 0 output files