01KXMCERBKGZ5B8B69SMC0GVEK: 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: 01KXMCF4D69BX6BX8PV1WEP916

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-16T02:36:27.191Zjob assigned to worker 01KXMCFDQ9FR4A4RZA4CS89YYH [factory aws, i-0fcac134f4cece4b9] (queued for 49 s)
 
22026-07-16T02:36:33.865Zstarting task 0: "setup"
32026-07-16T02:36:33.869Z++ uname -s
42026-07-16T02:36:33.872Z+ kern=SunOS
52026-07-16T02:36:33.872Z+ build_user=build
62026-07-16T02:36:33.872Z+ build_uid=12345
72026-07-16T02:36:33.872Z+ work_dir=/work
82026-07-16T02:36:33.872Z+ input_dir=/input
92026-07-16T02:36:33.872Z+ [[ 0 == 12345 ]]
102026-07-16T02:36:33.872Z+ case "$kern" in
112026-07-16T02:36:33.872Z+ groupadd -g 12345 build
122026-07-16T02:36:33.873Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-16T02:36:35.879Z+ zfs create -o mountpoint=/work rpool/work
142026-07-16T02:36:35.978Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-16T02:36:35.982Z+ home_fs=zfs
162026-07-16T02:36:35.982Z+ [[ zfs == autofs ]]
172026-07-16T02:36:35.982Z+ mkdir -p /home/build
182026-07-16T02:36:35.982Z+ chown build:build /home/build /work
192026-07-16T02:36:37.981Z+ chmod 0700 /home/build /work
202026-07-16T02:36:37.985Zprocess exited: duration 4120 ms, exit code 0
 
212026-07-16T02:36:37.992Zstarting task 1: "rust-toolchain"
222026-07-16T02:36:37.996Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-16T02:36:37.996Z * rust toolchain channel = "1.96.1"
242026-07-16T02:36:37.996Z * rust toolchain profile = "default"
252026-07-16T02:36:37.996Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-16T02:36:37.996Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-16T02:36:37.996Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-16T02:36:37.999Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-16T02:36:37.999Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-16T02:36:38.082Zinfo: downloading installer
312026-07-16T02:36:39.599Zwarn: It looks like you have an existing rustup settings file at:
322026-07-16T02:36:39.599Zwarn: /home/build/.rustup/settings.toml
332026-07-16T02:36:39.599Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-16T02:36:39.599Zwarn: instead of the one inferred from the default host triple.
352026-07-16T02:36:39.612Zinfo: profile set to default
362026-07-16T02:36:39.612Zinfo: default host triple is x86_64-unknown-illumos
372026-07-16T02:36:39.615Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-16T02:36:39.753Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-16T02:36:39.756Zinfo: downloading 6 components
402026-07-16T02:36:56.889Z
412026-07-16T02:36:56.889Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
422026-07-16T02:36:56.916Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-16T02:36:56.916Z
442026-07-16T02:36:56.916Z
452026-07-16T02:36:56.916ZRust is installed now. Great!
462026-07-16T02:36:56.916Z
472026-07-16T02:36:56.916ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-16T02:36:56.916Zenvironment variable. This has not been done automatically.
492026-07-16T02:36:56.916Z
502026-07-16T02:36:56.916ZTo configure your current shell, you need to source
512026-07-16T02:36:56.916Zthe corresponding env file under $HOME/.cargo.
522026-07-16T02:36:56.916Z
532026-07-16T02:36:56.916ZThis is usually done by running one of the following (note the leading DOT):
542026-07-16T02:36:56.919Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-16T02:36:56.919Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-16T02:36:56.919Zsource "~/.cargo/env.nu" # For nushell
572026-07-16T02:36:56.919Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-16T02:36:56.919Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-16T02:36:56.919Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-16T02:36:56.919Zwarn: no default linker (`cc`) was found in your PATH
612026-07-16T02:36:56.919Zwarn: many Rust crates require a system C toolchain to build
622026-07-16T02:36:57.004Z+ rustup --version
632026-07-16T02:36:57.013Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-16T02:36:57.016Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-16T02:36:57.034Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-16T02:36:57.037Z+ cargo --version
672026-07-16T02:36:57.051Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-16T02:36:57.054Z+ rustc --version
692026-07-16T02:36:57.072Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-16T02:36:57.075Zprocess exited: duration 19082 ms, exit code 0
 
712026-07-16T02:36:57.081Zstarting task 2: "authentication"
722026-07-16T02:36:57.099Zprocess exited: duration 16 ms, exit code 0
 
732026-07-16T02:36:57.105Zstarting task 3: "clone repository"
742026-07-16T02:36:57.108Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-16T02:36:57.111Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-16T02:36:57.142ZCloning into '/work/oxidecomputer/omicron'...
772026-07-16T02:37:08.106Z+ cd /work/oxidecomputer/omicron
782026-07-16T02:37:08.110Z+ git fetch origin faeff585b00107d1c1265b7cfcc09f64f06baf4e
792026-07-16T02:37:08.406ZFrom https://github.com/oxidecomputer/omicron
802026-07-16T02:37:08.406Z * branch faeff585b00107d1c1265b7cfcc09f64f06baf4e -> FETCH_HEAD
812026-07-16T02:37:08.418Z+ [[ -n system-version-api ]]
822026-07-16T02:37:08.422Z++ git branch --show-current
832026-07-16T02:37:08.422Z+ current=main
842026-07-16T02:37:08.422Z+ [[ main != system-version-api ]]
852026-07-16T02:37:08.422Z+ git branch -f system-version-api faeff585b00107d1c1265b7cfcc09f64f06baf4e
862026-07-16T02:37:08.425Z+ git checkout -f system-version-api
872026-07-16T02:37:08.666ZSwitched to branch 'system-version-api'
882026-07-16T02:37:08.670Z+ git reset --hard faeff585b00107d1c1265b7cfcc09f64f06baf4e
892026-07-16T02:37:08.683ZHEAD is now at faeff585b merge main
902026-07-16T02:37:08.686Zprocess exited: duration 11579 ms, exit code 0
 
912026-07-16T02:37:08.692Zstarting task 4: "build"
922026-07-16T02:37:08.696Z+ source .github/buildomat/ci-env.sh
932026-07-16T02:37:08.697Z++ export CARGO_TERM_COLOR=always
942026-07-16T02:37:08.697Z++ CARGO_TERM_COLOR=always
952026-07-16T02:37:08.700Z+++ uname -s
962026-07-16T02:37:08.700Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-16T02:37:08.700Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-16T02:37:08.703Z+ cargo --version
992026-07-16T02:37:08.710Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-16T02:37:08.713Z+ rustc --version
1012026-07-16T02:37:08.733Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-16T02:37:08.736Z+ source ./env.sh
1032026-07-16T02:37:08.736Z++ OLD_SHELL_OPTS=ehxB
1042026-07-16T02:37:08.736Z++ set -o xtrace
1052026-07-16T02:37:08.739Z++++ dirname ./env.sh
1062026-07-16T02:37:08.739Z+++ readlink -f .
1072026-07-16T02:37:08.741Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-07-16T02:37:08.744Z++ 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-16T02:37:08.744Z++ 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-16T02:37:08.744Z++ 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-16T02:37:08.744Z++ 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-16T02:37:08.744Z++ 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-16T02:37:08.744Z++ 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-16T02:37:08.745Z++ 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-16T02:37:08.745Z++ 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-16T02:37:08.745Z++ 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-16T02:37:08.745Z++ 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-16T02:37:08.745Z++ case $OLD_SHELL_OPTS in
1192026-07-16T02:37:08.745Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-07-16T02:37:08.745Z+ 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-16T02:37:08.745Z+ 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-16T02:37:08.745Z+ banner prerequisites
1232026-07-16T02:37:08.745Z
1242026-07-16T02:37:08.745Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-07-16T02:37:08.745Z # # # # # # # # # # # # # # #
1262026-07-16T02:37:08.745Z # # # # ##### # # ##### # # # # # #### #
1272026-07-16T02:37:08.745Z ##### ##### # ##### # # # # # # # # #
1282026-07-16T02:37:08.745Z # # # # # # # # # # # # # # #
1292026-07-16T02:37:08.745Z # # # ###### # # ###### ### # #### # #### #
1302026-07-16T02:37:08.745Z
1312026-07-16T02:37:08.745Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-07-16T02:37:10.242Z Startup: Refreshing catalog 'helios' ... Done
1332026-07-16T02:37:10.356Z Startup: Caching catalogs ... Done
1342026-07-16T02:37:10.877ZPlanning: Solver setup ... Done (0.474s)
1352026-07-16T02:37:10.904ZPlanning: Running solver ... Done (0.027s)
1362026-07-16T02:37:10.917ZPlanning: Finding local manifests ... Done (0.003s)
1372026-07-16T02:37:10.928ZPlanning: Fetching manifests: 0/2 0% complete
1382026-07-16T02:37:10.952ZPlanning: Fetching manifests: 2/2 100% complete
1392026-07-16T02:37:10.966ZPlanning: Package planning ... Done (0.014s)
1402026-07-16T02:37:10.969ZPlanning: Merging actions ... Done (0.001s)
1412026-07-16T02:37:11.130ZPlanning: Checking for conflicting actions ... Done (0.163s)
1422026-07-16T02:37:11.133ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-07-16T02:37:11.952ZPlanning: Evaluating mediators ... Done (0.821s)
1442026-07-16T02:37:11.955ZPlanning: Planning completed in 1.58 seconds
1452026-07-16T02:37:11.961Z Packages to install: 2
1462026-07-16T02:37:11.961Z Estimated space available: 156.08 GB
1472026-07-16T02:37:11.961ZEstimated space to be consumed: 32.66 MB
1482026-07-16T02:37:11.962Z Create boot environment: No
1492026-07-16T02:37:11.965ZCreate backup boot environment: No
1502026-07-16T02:37:11.965Z Rebuild boot archive: No
1512026-07-16T02:37:11.965Z
1522026-07-16T02:37:11.965ZChanged packages:
1532026-07-16T02:37:11.965Zhelios
1542026-07-16T02:37:11.965Z developer/build-essential
1552026-07-16T02:37:11.965Z None -> 11-3.0
1562026-07-16T02:37:11.965Z library/libxmlsec1
1572026-07-16T02:37:11.965Z None -> 1.2.35-3.0
1582026-07-16T02:37:11.986Z
1592026-07-16T02:37:11.986ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-07-16T02:37:13.436ZDownload: Completed 1.28 MB in 1.45 seconds (905k/s)
1612026-07-16T02:37:13.486Z Actions: 1/268 actions (Installing new actions)
1622026-07-16T02:37:13.524Z Actions: Completed 268 actions in 0.04 seconds.
1632026-07-16T02:37:13.536ZFinalize: Updating package state database ... Done (0.011s)
1642026-07-16T02:37:13.536ZFinalize: Updating package cache ... Done (0.000s)
1652026-07-16T02:37:13.567ZFinalize: Updating image state ... Done (0.032s)
1662026-07-16T02:37:16.013ZFinalize: Creating fast lookup database ... Done (2.420s)
1672026-07-16T02:37:16.082ZFinalize: Reading search index ... Done (0.012s)
1682026-07-16T02:37:16.085ZFinalize: Updating search index ... Done (0.000s)
1692026-07-16T02:37:16.183ZFinalize: Updating package cache ... Done (0.000s)
1702026-07-16T02:37:16.495ZPlanning: Evaluating mediator changes ... Done
1712026-07-16T02:37:16.599ZPlanning: Checking for conflicting actions ... Done
1722026-07-16T02:37:16.602ZPlanning: Consolidating action changes ... Done
1732026-07-16T02:37:16.755ZPlanning: Evaluating mediators ... Done
1742026-07-16T02:37:16.758ZPlanning: Planning completed in 0.26 seconds
1752026-07-16T02:37:16.778Z Mediators to change: 2
1762026-07-16T02:37:16.778Z Create boot environment: No
1772026-07-16T02:37:16.778ZCreate backup boot environment: No
1782026-07-16T02:37:16.825ZFinalize: Updating package state database ... Done
1792026-07-16T02:37:16.825ZFinalize: Updating package cache ... Done
1802026-07-16T02:37:16.841ZFinalize: Updating image state ... Done
1812026-07-16T02:37:18.778ZFinalize: Creating fast lookup database ... Done
1822026-07-16T02:37:18.845ZFinalize: Reading search index ... Done
1832026-07-16T02:37:18.848ZFinalize: Updating search index ... Done
1842026-07-16T02:37:18.909ZFinalize: Updating package cache ... Done
1852026-07-16T02:37:19.194ZPlanning: Evaluating mediator changes ... Done
1862026-07-16T02:37:19.299ZPlanning: Checking for conflicting actions ... Done
1872026-07-16T02:37:19.302ZPlanning: Consolidating action changes ... Done
1882026-07-16T02:37:19.454ZPlanning: Evaluating mediators ... Done
1892026-07-16T02:37:19.457ZPlanning: Planning completed in 0.26 seconds
1902026-07-16T02:37:19.477Z Mediators to change: 1
1912026-07-16T02:37:19.477Z Create boot environment: No
1922026-07-16T02:37:19.477ZCreate backup boot environment: No
1932026-07-16T02:37:19.516ZFinalize: Updating package state database ... Done
1942026-07-16T02:37:19.516ZFinalize: Updating package cache ... Done
1952026-07-16T02:37:19.533ZFinalize: Updating image state ... Done
1962026-07-16T02:37:21.482ZFinalize: Creating fast lookup database ... Done
1972026-07-16T02:37:21.549ZFinalize: Reading search index ... Done
1982026-07-16T02:37:21.552ZFinalize: Updating search index ... Done
1992026-07-16T02:37:21.648ZFinalize: Updating package cache ... Done
2002026-07-16T02:37:21.958ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-07-16T02:37:21.958Zapache system 2.4 system
2022026-07-16T02:37:21.958Zclang system 15 system
2032026-07-16T02:37:21.958Zcsh system system illumos
2042026-07-16T02:37:21.958Zctags system system illumos
2052026-07-16T02:37:21.958Zfile vendor vendor darwinsys
2062026-07-16T02:37:21.958Zfile system system illumos
2072026-07-16T02:37:21.958Zgcc vendor 14 vendor
2082026-07-16T02:37:21.958Zgcc system 13 system
2092026-07-16T02:37:21.958Zgcc system 10 system
2102026-07-16T02:37:21.958Zgo system 1.25 system
2112026-07-16T02:37:21.958Zllvm system 15 system
2122026-07-16T02:37:21.958Zmariadb system 11.4 system
2132026-07-16T02:37:21.958Zmta vendor vendor dma
2142026-07-16T02:37:21.958Zopenjdk system 17 system
2152026-07-16T02:37:21.958Zopenjdk system 11 system
2162026-07-16T02:37:21.958Zopenssl vendor 3 vendor
2172026-07-16T02:37:21.958Zperl system 5.40 system
2182026-07-16T02:37:21.958Zpostgresql system 18 system
2192026-07-16T02:37:21.958Zpostgresql system 17 system
2202026-07-16T02:37:21.958Zpython vendor 3 vendor
2212026-07-16T02:37:21.959Zpython system 2 system
2222026-07-16T02:37:21.959Zpython3 vendor 3.13 vendor
2232026-07-16T02:37:21.959Zruby system 3.4 system
2242026-07-16T02:37:21.959Zruby system 3.0 system
2252026-07-16T02:37:21.959Zwords vendor vendor american-english
2262026-07-16T02:37:21.959Zwords system system australian-english
2272026-07-16T02:37:21.959Zwords system system british-english
2282026-07-16T02:37:21.959Zwords system system canadian-english
2292026-07-16T02:37:21.959Zwords system system french
2302026-07-16T02:37:21.959Zwords system system italian
2312026-07-16T02:37:21.959Zwords system system ngerman
2322026-07-16T02:37:21.959Zwords system system ogerman
2332026-07-16T02:37:21.959Zwords system system spanish
2342026-07-16T02:37:22.211ZPUBLISHER TYPE STATUS P LOCATION
2352026-07-16T02:37:22.211Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-07-16T02:37:22.522ZFMRI IFO
2372026-07-16T02:37:22.523Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-07-16T02:37:22.523Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-07-16T02:37:22.523Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-07-16T02:37:22.523Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-07-16T02:37:22.523Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-07-16T02:37:22.523Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-07-16T02:37:22.523Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-07-16T02:37:22.523Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-07-16T02:37:22.523Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-07-16T02:37:22.792Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-07-16T02:37:23.056Z Updating crates.io index
2482026-07-16T02:37:23.060Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-07-16T02:37:23.283Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-07-16T02:37:23.579Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-07-16T02:37:24.514Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-07-16T02:37:24.997Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-07-16T02:37:26.559Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-07-16T02:37:27.319Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-07-16T02:37:27.534Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-07-16T02:37:27.803Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-07-16T02:37:28.854Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-07-16T02:37:29.262Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-07-16T02:37:29.563Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2602026-07-16T02:37:29.786Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2612026-07-16T02:37:30.208Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2622026-07-16T02:37:30.691Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2632026-07-16T02:37:30.892Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-07-16T02:37:31.095Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-07-16T02:37:31.340Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2662026-07-16T02:37:31.619Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2672026-07-16T02:37:31.983Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2682026-07-16T02:37:32.193Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2692026-07-16T02:37:32.441Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2702026-07-16T02:37:32.766Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2712026-07-16T02:37:33.090Z Updating git repository `https://github.com/oxidecomputer/erebor`
2722026-07-16T02:37:33.306Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2732026-07-16T02:37:33.677Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2742026-07-16T02:37:34.050Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2752026-07-16T02:37:34.404Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2762026-07-16T02:37:34.679Z Updating git repository `https://github.com/oxidecomputer/ispf`
2772026-07-16T02:37:34.913Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2782026-07-16T02:37:35.150Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2792026-07-16T02:37:35.479Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2802026-07-16T02:37:35.822Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2812026-07-16T02:37:36.061Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2822026-07-16T02:37:36.295Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2832026-07-16T02:37:36.561Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2842026-07-16T02:37:36.800Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2852026-07-16T02:37:37.064Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2862026-07-16T02:37:37.299Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2872026-07-16T02:37:37.551Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2882026-07-16T02:37:37.805Z Updating git repository `https://github.com/illumos/smf-rs`
2892026-07-16T02:37:40.397Z Downloading crates ...
2902026-07-16T02:37:40.457Z Downloaded block-buffer v0.10.4
2912026-07-16T02:37:40.460Z Downloaded cargo-platform v0.3.2
2922026-07-16T02:37:40.463Z Downloaded anstyle-parse v1.0.0
2932026-07-16T02:37:40.463Z Downloaded anstyle v1.0.14
2942026-07-16T02:37:40.467Z Downloaded memchr v2.8.0
2952026-07-16T02:37:40.472Z Downloaded digest v0.10.7
2962026-07-16T02:37:40.475Z Downloaded zerocopy v0.7.35
2972026-07-16T02:37:40.484Z Downloaded thiserror-impl v1.0.69
2982026-07-16T02:37:40.487Z Downloaded zmij v1.0.21
2992026-07-16T02:37:40.487Z Downloaded zerocopy-derive v0.7.35
3002026-07-16T02:37:40.487Z Downloaded serde_tokenstream v0.2.3
3012026-07-16T02:37:40.491Z Downloaded crypto-common v0.1.7
3022026-07-16T02:37:40.495Z Downloaded cargo_toml v0.21.0
3032026-07-16T02:37:40.499Z Downloaded fastrand v2.3.0
3042026-07-16T02:37:40.512Z Downloaded heck v0.4.1
3052026-07-16T02:37:40.515Z Downloaded macaddr v1.0.1
3062026-07-16T02:37:40.515Z Downloaded generic-array v0.14.7
3072026-07-16T02:37:40.515Z Downloaded cfg-if v1.0.4
3082026-07-16T02:37:40.515Z Downloaded anstyle-query v1.1.5
3092026-07-16T02:37:40.518Z Downloaded errno v0.3.14
3102026-07-16T02:37:40.518Z Downloaded itoa v1.0.17
3112026-07-16T02:37:40.521Z Downloaded equivalent v1.0.2
3122026-07-16T02:37:40.521Z Downloaded dof v0.3.0
3132026-07-16T02:37:40.536Z Downloaded heck v0.5.0
3142026-07-16T02:37:40.540Z Downloaded terminal_size v0.4.3
3152026-07-16T02:37:40.542Z Downloaded unicode-linebreak v0.1.5
3162026-07-16T02:37:40.545Z Downloaded memmap v0.7.0
3172026-07-16T02:37:40.545Z Downloaded dtrace-parser v0.2.0
3182026-07-16T02:37:40.558Z Downloaded fnv v1.0.7
3192026-07-16T02:37:40.561Z Downloaded camino-tempfile v1.4.1
3202026-07-16T02:37:40.567Z Downloaded is_terminal_polyfill v1.70.2
3212026-07-16T02:37:40.571Z Downloaded toml_datetime v0.6.11
3222026-07-16T02:37:40.571Z Downloaded scroll_derive v0.12.1
3232026-07-16T02:37:40.571Z Downloaded cpufeatures v0.2.17
3242026-07-16T02:37:40.574Z Downloaded version_check v0.9.5
3252026-07-16T02:37:40.574Z Downloaded utf8parse v0.2.2
3262026-07-16T02:37:40.574Z Downloaded thread-id v4.2.2
3272026-07-16T02:37:40.577Z Downloaded tabled_derive v0.7.0
3282026-07-16T02:37:40.577Z Downloaded swrite v0.1.0
3292026-07-16T02:37:40.577Z Downloaded colorchoice v1.0.4
3302026-07-16T02:37:40.580Z Downloaded pretty-hex v0.4.1
3312026-07-16T02:37:40.583Z Downloaded toml_write v0.1.2
3322026-07-16T02:37:40.583Z Downloaded plain v0.2.3
3332026-07-16T02:37:40.586Z Downloaded smawk v0.3.2
3342026-07-16T02:37:40.589Z Downloaded usdt-macro v0.5.0
3352026-07-16T02:37:40.589Z Downloaded serde_spanned v0.6.9
3362026-07-16T02:37:40.589Z Downloaded proc-macro-error-attr v1.0.4
3372026-07-16T02:37:40.595Z Downloaded pest_generator v2.8.6
3382026-07-16T02:37:40.600Z Downloaded bitflags v2.11.0
3392026-07-16T02:37:40.603Z Downloaded usdt-attr-macro v0.5.0
3402026-07-16T02:37:40.606Z Downloaded clap_lex v1.0.0
3412026-07-16T02:37:40.606Z Downloaded thiserror v2.0.18
3422026-07-16T02:37:40.610Z Downloaded anstream v1.0.0
3432026-07-16T02:37:40.613Z Downloaded thiserror v1.0.69
3442026-07-16T02:37:40.616Z Downloaded cargo_metadata v0.23.1
3452026-07-16T02:37:40.616Z Downloaded thiserror-impl v2.0.18
3462026-07-16T02:37:40.616Z Downloaded bytecount v0.6.9
3472026-07-16T02:37:40.619Z Downloaded clap_derive v4.6.1
3482026-07-16T02:37:40.622Z Downloaded usdt-impl v0.5.0
3492026-07-16T02:37:40.628Z Downloaded usdt v0.5.0
3502026-07-16T02:37:40.632Z Downloaded strsim v0.11.1
3512026-07-16T02:37:40.632Z Downloaded autocfg v1.5.0
3522026-07-16T02:37:40.632Z Downloaded scroll v0.12.0
3532026-07-16T02:37:40.635Z Downloaded sha2 v0.10.9
3542026-07-16T02:37:40.639Z Downloaded byteorder v1.5.0
3552026-07-16T02:37:40.645Z Downloaded quote v1.0.45
3562026-07-16T02:37:40.648Z Downloaded once_cell v1.21.3
3572026-07-16T02:37:40.648Z Downloaded pest_derive v2.8.6
3582026-07-16T02:37:40.653Z Downloaded fs-err v3.3.0
3592026-07-16T02:37:40.656Z Downloaded toml v0.8.23
3602026-07-16T02:37:40.661Z Downloaded semver v1.0.28
3612026-07-16T02:37:40.664Z Downloaded tempfile v3.25.0
3622026-07-16T02:37:40.667Z Downloaded proc-macro-error v1.0.4
3632026-07-16T02:37:40.670Z Downloaded anyhow v1.0.102
3642026-07-16T02:37:40.672Z Downloaded pest_meta v2.8.6
3652026-07-16T02:37:40.673Z Downloaded papergrid v0.11.0
3662026-07-16T02:37:40.675Z Downloaded goblin v0.8.2
3672026-07-16T02:37:40.678Z Downloaded unicode-ident v1.0.24
3682026-07-16T02:37:40.681Z Downloaded proc-macro2 v1.0.106
3692026-07-16T02:37:40.681Z Downloaded ucd-trie v0.1.7
3702026-07-16T02:37:40.686Z Downloaded serde_core v1.0.228
3712026-07-16T02:37:40.692Z Downloaded log v0.4.29
3722026-07-16T02:37:40.695Z Downloaded camino v1.2.2
3732026-07-16T02:37:40.697Z Downloaded serde_derive v1.0.228
3742026-07-16T02:37:40.698Z Downloaded clap v4.6.1
3752026-07-16T02:37:40.703Z Downloaded getrandom v0.4.1
3762026-07-16T02:37:40.707Z Downloaded textwrap v0.16.2
3772026-07-16T02:37:40.714Z Downloaded toml_edit v0.22.27
3782026-07-16T02:37:40.718Z Downloaded serde v1.0.228
3792026-07-16T02:37:40.726Z Downloaded indexmap v2.14.0
3802026-07-16T02:37:40.729Z Downloaded typenum v1.20.1
3812026-07-16T02:37:40.735Z Downloaded unicode-width v0.1.14
3822026-07-16T02:37:40.750Z Downloaded pest v2.8.6
3832026-07-16T02:37:40.761Z Downloaded clap_builder v4.6.0
3842026-07-16T02:37:40.766Z Downloaded hashbrown v0.17.0
3852026-07-16T02:37:40.770Z Downloaded serde_json v1.0.150
3862026-07-16T02:37:40.781Z Downloaded winnow v0.7.14
3872026-07-16T02:37:40.803Z Downloaded tabled v0.15.0
3882026-07-16T02:37:40.814Z Downloaded syn v1.0.109
3892026-07-16T02:37:40.819Z Downloaded unicode-width v0.2.0
3902026-07-16T02:37:40.822Z Downloaded syn v2.0.117
3912026-07-16T02:37:40.836Z Downloaded rustix v1.1.3
3922026-07-16T02:37:40.848Z Downloaded libc v0.2.185
3932026-07-16T02:37:40.910Z Compiling proc-macro2 v1.0.106
3942026-07-16T02:37:40.910Z Compiling unicode-ident v1.0.24
3952026-07-16T02:37:40.910Z Compiling quote v1.0.45
3962026-07-16T02:37:40.913Z Compiling serde_core v1.0.228
3972026-07-16T02:37:40.913Z Compiling libc v0.2.185
3982026-07-16T02:37:40.913Z Compiling version_check v0.9.5
3992026-07-16T02:37:40.913Z Compiling memchr v2.8.0
4002026-07-16T02:37:40.913Z Compiling serde v1.0.228
4012026-07-16T02:37:41.220Z Compiling zmij v1.0.21
4022026-07-16T02:37:41.494Z Compiling itoa v1.0.17
4032026-07-16T02:37:41.571Z Compiling ucd-trie v0.1.7
4042026-07-16T02:37:41.732Z Compiling thiserror v1.0.69
4052026-07-16T02:37:41.750Z Compiling byteorder v1.5.0
4062026-07-16T02:37:41.870Z Compiling pest v2.8.6
4072026-07-16T02:37:41.913Z Compiling rustix v1.1.3
4082026-07-16T02:37:42.014Z Compiling errno v0.3.14
4092026-07-16T02:37:42.236Z Compiling serde_json v1.0.150
4102026-07-16T02:37:42.362Z Compiling syn v2.0.117
4112026-07-16T02:37:42.443Z Compiling bitflags v2.11.0
4122026-07-16T02:37:42.491Z Compiling thread-id v4.2.2
4132026-07-16T02:37:42.507Z Compiling proc-macro-error-attr v1.0.4
4142026-07-16T02:37:42.574Z Compiling usdt-impl v0.5.0
4152026-07-16T02:37:42.704Z Compiling syn v1.0.109
4162026-07-16T02:37:42.721Z Compiling camino v1.2.2
4172026-07-16T02:37:42.946Z Compiling pest_meta v2.8.6
4182026-07-16T02:37:43.070Z Compiling proc-macro-error v1.0.4
4192026-07-16T02:37:43.098Z Compiling getrandom v0.4.1
4202026-07-16T02:37:43.128Z Compiling plain v0.2.3
4212026-07-16T02:37:43.241Z Compiling hashbrown v0.17.0
4222026-07-16T02:37:43.270Z Compiling utf8parse v0.2.2
4232026-07-16T02:37:43.467Z Compiling log v0.4.29
4242026-07-16T02:37:43.487Z Compiling equivalent v1.0.2
4252026-07-16T02:37:43.659Z Compiling terminal_size v0.4.3
4262026-07-16T02:37:43.740Z Compiling indexmap v2.14.0
4272026-07-16T02:37:43.743Z Compiling anstyle-parse v1.0.0
4282026-07-16T02:37:44.371Z Compiling cfg-if v1.0.4
4292026-07-16T02:37:44.387Z Compiling anstyle v1.0.14
4302026-07-16T02:37:44.391Z Compiling is_terminal_polyfill v1.70.2
4312026-07-16T02:37:44.405Z Compiling thiserror v2.0.18
4322026-07-16T02:37:44.443Z Compiling toml_write v0.1.2
4332026-07-16T02:37:44.500Z Compiling winnow v0.7.14
4342026-07-16T02:37:44.555Z Compiling colorchoice v1.0.4
4352026-07-16T02:37:44.596Z Compiling pest_generator v2.8.6
4362026-07-16T02:37:44.613Z Compiling anstyle-query v1.1.5
4372026-07-16T02:37:44.636Z Compiling autocfg v1.5.0
4382026-07-16T02:37:44.670Z Compiling pretty-hex v0.4.1
4392026-07-16T02:37:44.722Z Compiling anstream v1.0.0
4402026-07-16T02:37:45.017Z Compiling fnv v1.0.7
4412026-07-16T02:37:45.074Z Compiling fs-err v3.3.0
4422026-07-16T02:37:45.092Z Compiling unicode-width v0.1.14
4432026-07-16T02:37:45.117Z Compiling heck v0.5.0
4442026-07-16T02:37:45.279Z Compiling heck v0.4.1
4452026-07-16T02:37:45.306Z Compiling anyhow v1.0.102
4462026-07-16T02:37:45.348Z Compiling clap_lex v1.0.0
4472026-07-16T02:37:45.366Z Compiling strsim v0.11.1
4482026-07-16T02:37:45.366Z Compiling fastrand v2.3.0
4492026-07-16T02:37:45.501Z Compiling once_cell v1.21.3
4502026-07-16T02:37:45.580Z Compiling bytecount v0.6.9
4512026-07-16T02:37:45.657Z Compiling clap_builder v4.6.0
4522026-07-16T02:37:45.716Z Compiling papergrid v0.11.0
4532026-07-16T02:37:45.731Z Compiling tempfile v3.25.0
4542026-07-16T02:37:45.830Z Compiling semver v1.0.28
4552026-07-16T02:37:45.848Z Compiling cargo-platform v0.3.2
4562026-07-16T02:37:45.927Z Compiling tabled_derive v0.7.0
4572026-07-16T02:37:45.976Z Compiling memmap v0.7.0
4582026-07-16T02:37:46.103Z Compiling unicode-linebreak v0.1.5
4592026-07-16T02:37:46.121Z Compiling unicode-width v0.2.0
4602026-07-16T02:37:46.150Z Compiling smawk v0.3.2
4612026-07-16T02:37:46.165Z Compiling camino-tempfile v1.4.1
4622026-07-16T02:37:46.195Z Compiling serde_derive v1.0.228
4632026-07-16T02:37:46.289Z Compiling thiserror-impl v1.0.69
4642026-07-16T02:37:46.354Z Compiling zerocopy-derive v0.7.35
4652026-07-16T02:37:46.393Z Compiling pest_derive v2.8.6
4662026-07-16T02:37:46.444Z Compiling scroll_derive v0.12.1
4672026-07-16T02:37:46.887Z Compiling thiserror-impl v2.0.18
4682026-07-16T02:37:46.905Z Compiling clap_derive v4.6.1
4692026-07-16T02:37:47.137Z Compiling scroll v0.12.0
4702026-07-16T02:37:47.192Z Compiling tabled v0.15.0
4712026-07-16T02:37:47.312Z Compiling zerocopy v0.7.35
4722026-07-16T02:37:47.400Z Compiling goblin v0.8.2
4732026-07-16T02:37:47.741Z Compiling dtrace-parser v0.2.0
4742026-07-16T02:37:47.840Z Compiling textwrap v0.16.2
4752026-07-16T02:37:48.478Z Compiling swrite v0.1.0
4762026-07-16T02:37:48.691Z Compiling clap v4.6.1
4772026-07-16T02:37:49.455Z Compiling toml_datetime v0.6.11
4782026-07-16T02:37:49.455Z Compiling serde_spanned v0.6.9
4792026-07-16T02:37:49.458Z Compiling cargo_metadata v0.23.1
4802026-07-16T02:37:49.458Z Compiling macaddr v1.0.1
4812026-07-16T02:37:49.458Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-07-16T02:37:49.534Z Compiling dof v0.3.0
4832026-07-16T02:37:49.537Z Compiling serde_tokenstream v0.2.3
4842026-07-16T02:37:49.673Z Compiling toml_edit v0.22.27
4852026-07-16T02:37:50.265Z Compiling usdt-macro v0.5.0
4862026-07-16T02:37:50.266Z Compiling usdt-attr-macro v0.5.0
4872026-07-16T02:37:50.888Z Compiling usdt v0.5.0
4882026-07-16T02:37:50.999Z Compiling toml v0.8.23
4892026-07-16T02:37:51.327Z Compiling cargo_toml v0.21.0
4902026-07-16T02:37:52.618Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4912026-07-16T02:37:54.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.95s
4922026-07-16T02:37:54.784Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4932026-07-16T02:37:55.284Z Downloading crates ...
4942026-07-16T02:37:55.381Z Downloaded arc-swap v1.8.2
4952026-07-16T02:37:55.384Z Downloaded bb8 v0.8.6
4962026-07-16T02:37:55.384Z Downloaded base16ct v0.2.0
4972026-07-16T02:37:55.387Z Downloaded atty v0.2.14
4982026-07-16T02:37:55.394Z Downloaded atomicwrites v0.4.4
4992026-07-16T02:37:55.397Z Downloaded async-stream v0.3.6
5002026-07-16T02:37:55.400Z Downloaded blake2 v0.11.0-rc.6
5012026-07-16T02:37:55.400Z Downloaded cbc v0.2.1
5022026-07-16T02:37:55.403Z Downloaded clang-sys v1.8.1
5032026-07-16T02:37:55.403Z Downloaded crc v3.4.0
5042026-07-16T02:37:55.407Z Downloaded argon2 v0.6.0-rc.8
5052026-07-16T02:37:55.407Z Downloaded crc32fast v1.5.0
5062026-07-16T02:37:55.410Z Downloaded array-init v0.0.4
5072026-07-16T02:37:55.410Z Downloaded buf-list v1.1.2
5082026-07-16T02:37:55.414Z Downloaded aead v0.5.2
5092026-07-16T02:37:55.417Z Downloaded csv-core v0.1.13
5102026-07-16T02:37:55.417Z Downloaded crc-catalog v2.4.0
5112026-07-16T02:37:55.417Z Downloaded bitfield-macros v0.19.4
5122026-07-16T02:37:55.420Z Downloaded bitfield-struct v0.6.2
5132026-07-16T02:37:55.423Z Downloaded data-encoding v2.10.0
5142026-07-16T02:37:55.423Z Downloaded crossbeam-utils v0.8.21
5152026-07-16T02:37:55.423Z Downloaded darling v0.23.0
5162026-07-16T02:37:55.426Z Downloaded bcrypt-pbkdf v0.11.0
5172026-07-16T02:37:55.430Z Downloaded base64ct v1.8.3
5182026-07-16T02:37:55.430Z Downloaded atomic-waker v1.1.2
5192026-07-16T02:37:55.433Z Downloaded crc8 v0.1.1
5202026-07-16T02:37:55.433Z Downloaded backoff v0.4.0
5212026-07-16T02:37:55.433Z Downloaded crossterm v0.29.0
5222026-07-16T02:37:55.436Z Downloaded cexpr v0.6.0
5232026-07-16T02:37:55.439Z Downloaded backon v1.6.0
5242026-07-16T02:37:55.439Z Downloaded either v1.15.0
5252026-07-16T02:37:55.442Z Downloaded cookie_store v0.22.1
5262026-07-16T02:37:55.442Z Downloaded ascii-canvas v3.0.0
5272026-07-16T02:37:55.446Z Downloaded async-trait v0.1.89
5282026-07-16T02:37:55.446Z Downloaded bitfield v0.19.4
5292026-07-16T02:37:55.450Z Downloaded derive_more v0.99.20
5302026-07-16T02:37:55.450Z Downloaded convert_case v0.10.0
5312026-07-16T02:37:55.453Z Downloaded cfg_aliases v0.2.1
5322026-07-16T02:37:55.453Z Downloaded async-stream-impl v0.3.6
5332026-07-16T02:37:55.453Z Downloaded darling_macro v0.23.0
5342026-07-16T02:37:55.453Z Downloaded curve25519-dalek-derive v0.1.1
5352026-07-16T02:37:55.456Z Downloaded async-recursion v1.1.1
5362026-07-16T02:37:55.456Z Downloaded arrayref v0.3.9
5372026-07-16T02:37:55.456Z Downloaded aead v0.6.1
5382026-07-16T02:37:55.460Z Downloaded debug-ignore v1.0.5
5392026-07-16T02:37:55.460Z Downloaded aes v0.9.1
5402026-07-16T02:37:55.463Z Downloaded der v0.8.0
5412026-07-16T02:37:55.466Z Downloaded bit-set v0.5.3
5422026-07-16T02:37:55.466Z Downloaded cobs v0.3.0
5432026-07-16T02:37:55.469Z Downloaded ciborium-io v0.2.2
5442026-07-16T02:37:55.469Z Downloaded cookie v0.18.1
5452026-07-16T02:37:55.469Z Downloaded darling_macro v0.13.4
5462026-07-16T02:37:55.469Z Downloaded async-bb8-diesel v0.2.1
5472026-07-16T02:37:55.472Z Downloaded convert_case v0.4.0
5482026-07-16T02:37:55.472Z Downloaded bitflags v1.3.2
5492026-07-16T02:37:55.476Z Downloaded ctutils v0.4.2
5502026-07-16T02:37:55.476Z Downloaded darling_macro v0.20.11
5512026-07-16T02:37:55.479Z Downloaded crucible-workspace-hack v0.1.0
5522026-07-16T02:37:55.479Z Downloaded daft v0.1.7
5532026-07-16T02:37:55.479Z Downloaded cpufeatures v0.3.0
5542026-07-16T02:37:55.479Z Downloaded ahash v0.8.12
5552026-07-16T02:37:55.482Z Downloaded compression-core v0.4.31
5562026-07-16T02:37:55.482Z Downloaded ciborium-ll v0.2.2
5572026-07-16T02:37:55.482Z Downloaded adler2 v2.0.1
5582026-07-16T02:37:55.485Z Downloaded cpubits v0.1.1
5592026-07-16T02:37:55.485Z Downloaded bit-set v0.8.0
5602026-07-16T02:37:55.485Z Downloaded block-buffer v0.12.1
5612026-07-16T02:37:55.488Z Downloaded dtrace-parser v0.3.0
5622026-07-16T02:37:55.488Z Downloaded castaway v0.2.4
5632026-07-16T02:37:55.488Z Downloaded block-padding v0.4.2
5642026-07-16T02:37:55.492Z Downloaded defmt v0.3.100
5652026-07-16T02:37:55.492Z Downloaded dunce v1.0.5
5662026-07-16T02:37:55.492Z Downloaded dof v0.4.0
5672026-07-16T02:37:55.492Z Downloaded defmt-parser v1.0.0
5682026-07-16T02:37:55.495Z Downloaded cstr-argument v0.1.2
5692026-07-16T02:37:55.495Z Downloaded base16ct v1.0.0
5702026-07-16T02:37:55.495Z Downloaded arrayvec v0.7.6
5712026-07-16T02:37:55.498Z Downloaded anstyle-parse v0.2.7
5722026-07-16T02:37:55.498Z Downloaded assert_matches v1.5.0
5732026-07-16T02:37:55.498Z Downloaded corncobs v0.1.4
5742026-07-16T02:37:55.501Z Downloaded cfg_aliases v0.1.1
5752026-07-16T02:37:55.504Z Downloaded embedded-io v0.6.1
5762026-07-16T02:37:55.504Z Downloaded dropshot-api-manager-types v0.7.2
5772026-07-16T02:37:55.507Z Downloaded endian-type v0.1.2
5782026-07-16T02:37:55.511Z Downloaded derive_builder_macro v0.20.2
5792026-07-16T02:37:55.514Z Downloaded cipher v0.5.2
5802026-07-16T02:37:55.514Z Downloaded dyn-clone v1.0.20
5812026-07-16T02:37:55.517Z Downloaded chacha20 v0.9.1
5822026-07-16T02:37:55.517Z Downloaded bit-vec v0.8.0
5832026-07-16T02:37:55.520Z Downloaded crunchy v0.2.4
5842026-07-16T02:37:55.523Z Downloaded enum-as-inner v0.6.1
5852026-07-16T02:37:55.523Z Downloaded env_filter v1.0.0
5862026-07-16T02:37:55.523Z Downloaded digest-io v0.1.0
5872026-07-16T02:37:55.527Z Downloaded cipher v0.4.4
5882026-07-16T02:37:55.527Z Downloaded filetime v0.2.27
5892026-07-16T02:37:55.527Z Downloaded embedded-io v0.4.0
5902026-07-16T02:37:55.530Z Downloaded fixedbitset v0.4.2
5912026-07-16T02:37:55.530Z Downloaded anstream v0.6.21
5922026-07-16T02:37:55.530Z Downloaded dirs-next v2.0.0
5932026-07-16T02:37:55.533Z Downloaded foreign-types v0.3.2
5942026-07-16T02:37:55.533Z Downloaded darling_core v0.20.11
5952026-07-16T02:37:55.536Z Downloaded funty v2.0.0
5962026-07-16T02:37:55.536Z Downloaded downcast-rs v2.0.2
5972026-07-16T02:37:55.536Z Downloaded form_urlencoded v1.2.2
5982026-07-16T02:37:55.540Z Downloaded foreign-types-shared v0.1.1
5992026-07-16T02:37:55.540Z Downloaded fd-lock v4.0.4
6002026-07-16T02:37:55.540Z Downloaded crypto-common v0.2.2
6012026-07-16T02:37:55.540Z Downloaded foreign-types-shared v0.3.1
6022026-07-16T02:37:55.545Z Downloaded ghash v0.6.0
6032026-07-16T02:37:55.545Z Downloaded fxhash v0.2.1
6042026-07-16T02:37:55.545Z Downloaded futures-sink v0.3.32
6052026-07-16T02:37:55.545Z Downloaded foreign-types-macros v0.2.3
6062026-07-16T02:37:55.550Z Downloaded display-error-chain v0.2.2
6072026-07-16T02:37:55.551Z Downloaded darling_macro v0.21.3
6082026-07-16T02:37:55.551Z Downloaded constant_time_eq v0.4.2
6092026-07-16T02:37:55.553Z Downloaded blowfish v0.10.0
6102026-07-16T02:37:55.554Z Downloaded const_format_proc_macros v0.2.34
6112026-07-16T02:37:55.554Z Downloaded float-cmp v0.10.0
6122026-07-16T02:37:55.554Z Downloaded document-features v0.2.12
6132026-07-16T02:37:55.554Z Downloaded difflib v0.4.0
6142026-07-16T02:37:55.557Z Downloaded ena v0.14.4
6152026-07-16T02:37:55.557Z Downloaded bit-vec v0.6.3
6162026-07-16T02:37:55.557Z Downloaded camino-tempfile-ext v0.3.3
6172026-07-16T02:37:55.560Z Downloaded futures-io v0.3.32
6182026-07-16T02:37:55.560Z Downloaded flagset v0.4.7
6192026-07-16T02:37:55.560Z Downloaded cmov v0.5.4
6202026-07-16T02:37:55.563Z Downloaded cassowary v0.3.0
6212026-07-16T02:37:55.563Z Downloaded dsl_auto_type v0.2.0
6222026-07-16T02:37:55.563Z Downloaded byte-wrapper v0.1.0
6232026-07-16T02:37:55.566Z Downloaded compression-codecs v0.4.37
6242026-07-16T02:37:55.566Z Downloaded futures-task v0.3.32
6252026-07-16T02:37:55.571Z Downloaded git-stub v1.0.0
6262026-07-16T02:37:55.571Z Downloaded crossbeam-epoch v0.9.18
6272026-07-16T02:37:55.571Z Downloaded crossbeam-deque v0.8.6
6282026-07-16T02:37:55.574Z Downloaded bcs v0.1.6
6292026-07-16T02:37:55.574Z Downloaded futures-core v0.3.32
6302026-07-16T02:37:55.578Z Downloaded foreign-types v0.5.0
6312026-07-16T02:37:55.578Z Downloaded cmake v0.1.57
6322026-07-16T02:37:55.578Z Downloaded argon2 v0.5.3
6332026-07-16T02:37:55.582Z Downloaded globwalk v0.9.1
6342026-07-16T02:37:55.585Z Downloaded hash32 v0.2.1
6352026-07-16T02:37:55.588Z Downloaded headers-core v0.3.0
6362026-07-16T02:37:55.591Z Downloaded float-ord v0.3.2
6372026-07-16T02:37:55.591Z Downloaded base64 v0.21.7
6382026-07-16T02:37:55.596Z Downloaded erased-serde v0.3.31
6392026-07-16T02:37:55.596Z Downloaded futures-macro v0.3.32
6402026-07-16T02:37:55.599Z Downloaded ff v0.13.1
6412026-07-16T02:37:55.599Z Downloaded gethostname v0.5.0
6422026-07-16T02:37:55.599Z Downloaded foldhash v0.1.5
6432026-07-16T02:37:55.599Z Downloaded fallible-iterator v0.2.0
6442026-07-16T02:37:55.603Z Downloaded digest v0.11.3
6452026-07-16T02:37:55.603Z Downloaded diesel-dtrace v0.5.0
6462026-07-16T02:37:55.603Z Downloaded fs-err v2.11.0
6472026-07-16T02:37:55.607Z Downloaded enum_dispatch v0.3.13
6482026-07-16T02:37:55.607Z Downloaded home v0.5.12
6492026-07-16T02:37:55.607Z Downloaded ed25519 v2.2.3
6502026-07-16T02:37:55.611Z Downloaded ecdsa v0.16.9
6512026-07-16T02:37:55.611Z Downloaded derive_builder_core v0.20.2
6522026-07-16T02:37:55.611Z Downloaded dirs-sys-next v0.1.2
6532026-07-16T02:37:55.615Z Downloaded defmt-macros v1.0.1
6542026-07-16T02:37:55.615Z Downloaded hash32 v0.3.1
6552026-07-16T02:37:55.615Z Downloaded hex v0.4.3
6562026-07-16T02:37:55.619Z Downloaded colored v3.1.1
6572026-07-16T02:37:55.619Z Downloaded chacha20 v0.10.0
6582026-07-16T02:37:55.619Z Downloaded bzip2 v0.4.4
6592026-07-16T02:37:55.623Z Downloaded ff v0.14.0
6602026-07-16T02:37:55.623Z Downloaded git-stub-vcs v0.1.0
6612026-07-16T02:37:55.623Z Downloaded der_derive v0.7.3
6622026-07-16T02:37:55.626Z Downloaded const-oid v0.9.6
6632026-07-16T02:37:55.626Z Downloaded ciborium v0.2.2
6642026-07-16T02:37:55.626Z Downloaded http-range v0.1.5
6652026-07-16T02:37:55.629Z Downloaded defmt v1.0.1
6662026-07-16T02:37:55.632Z Downloaded console v0.16.2
6672026-07-16T02:37:55.632Z Downloaded ed25519 v3.0.0
6682026-07-16T02:37:55.632Z Downloaded displaydoc v0.2.5
6692026-07-16T02:37:55.635Z Downloaded daft-derive v0.1.7
6702026-07-16T02:37:55.638Z Downloaded derive-ex v0.1.8
6712026-07-16T02:37:55.638Z Downloaded darling v0.13.4
6722026-07-16T02:37:55.641Z Downloaded group v0.14.0
6732026-07-16T02:37:55.641Z Downloaded crc-any v2.5.0
6742026-07-16T02:37:55.641Z Downloaded hyper-tls v0.6.0
6752026-07-16T02:37:55.644Z Downloaded delegate v0.13.5
6762026-07-16T02:37:55.644Z Downloaded diff v0.1.13
6772026-07-16T02:37:55.647Z Downloaded darling v0.21.3
6782026-07-16T02:37:55.651Z Downloaded hubpack v0.1.2
6792026-07-16T02:37:55.651Z Downloaded httpdate v1.0.3
6802026-07-16T02:37:55.651Z Downloaded hostname v0.4.2
6812026-07-16T02:37:55.654Z Downloaded hostname v0.3.1
6822026-07-16T02:37:55.654Z Downloaded hex-literal v1.1.0
6832026-07-16T02:37:55.654Z Downloaded env_logger v0.11.9
6842026-07-16T02:37:55.657Z Downloaded find-msvc-tools v0.1.9
6852026-07-16T02:37:55.657Z Downloaded bzip2 v0.6.1
6862026-07-16T02:37:55.657Z Downloaded futures-executor v0.3.32
6872026-07-16T02:37:55.660Z Downloaded highway v1.3.0
6882026-07-16T02:37:55.660Z Downloaded console v0.15.11
6892026-07-16T02:37:55.663Z Downloaded http-body v1.0.1
6902026-07-16T02:37:55.663Z Downloaded colored v2.2.0
6912026-07-16T02:37:55.666Z Downloaded ctr v0.10.1
6922026-07-16T02:37:55.666Z Downloaded illumos-nvpair-sys v0.2.0
6932026-07-16T02:37:55.666Z Downloaded indent_write v2.2.0
6942026-07-16T02:37:55.669Z Downloaded illumos-nvpair v0.3.0
6952026-07-16T02:37:55.669Z Downloaded idna_adapter v1.2.1
6962026-07-16T02:37:55.669Z Downloaded hubpack_derive v0.1.1
6972026-07-16T02:37:55.669Z Downloaded globset v0.4.18
6982026-07-16T02:37:55.672Z Downloaded foldhash v0.2.0
6992026-07-16T02:37:55.672Z Downloaded fixedbitset v0.5.7
7002026-07-16T02:37:55.672Z Downloaded instant v0.1.13
7012026-07-16T02:37:55.675Z Downloaded indoc v1.0.9
7022026-07-16T02:37:55.675Z Downloaded instability v0.3.11
7032026-07-16T02:37:55.679Z Downloaded inout v0.1.4
7042026-07-16T02:37:55.679Z Downloaded const-oid v0.10.2
7052026-07-16T02:37:55.679Z Downloaded blake2 v0.10.6
7062026-07-16T02:37:55.682Z Downloaded cancel-safe-futures v0.1.5
7072026-07-16T02:37:55.685Z Downloaded http-body-util v0.1.3
7082026-07-16T02:37:55.685Z Downloaded critical-section v1.2.0
7092026-07-16T02:37:55.685Z Downloaded group v0.13.0
7102026-07-16T02:37:55.688Z Downloaded fs_extra v1.3.0
7112026-07-16T02:37:55.688Z Downloaded is_ci v1.2.0
7122026-07-16T02:37:55.688Z Downloaded base64 v0.22.1
7132026-07-16T02:37:55.691Z Downloaded diesel_table_macro_syntax v0.3.0
7142026-07-16T02:37:55.691Z Downloaded derive_builder v0.20.2
7152026-07-16T02:37:55.694Z Downloaded darling v0.20.11
7162026-07-16T02:37:55.697Z Downloaded internet-checksum v0.2.1
7172026-07-16T02:37:55.698Z Downloaded hyper-staticfile v0.10.1
7182026-07-16T02:37:55.701Z Downloaded is-terminal v0.4.17
7192026-07-16T02:37:55.701Z Downloaded darling_core v0.13.4
7202026-07-16T02:37:55.704Z Downloaded half v1.8.3
7212026-07-16T02:37:55.704Z Downloaded deranged v0.5.8
7222026-07-16T02:37:55.709Z Downloaded ecdsa v0.17.0-rc.18
7232026-07-16T02:37:55.709Z Downloaded lalrpop-util v0.19.12
7242026-07-16T02:37:55.709Z Downloaded const_format v0.2.35
7252026-07-16T02:37:55.712Z Downloaded inout v0.2.2
7262026-07-16T02:37:55.712Z Downloaded ident_case v1.0.1
7272026-07-16T02:37:55.716Z Downloaded kem v0.3.0
7282026-07-16T02:37:55.720Z Downloaded keccak v0.1.6
7292026-07-16T02:37:55.722Z Downloaded kstat-rs v0.2.4
7302026-07-16T02:37:55.722Z Downloaded libscf-sys v1.1.0
7312026-07-16T02:37:55.725Z Downloaded lru-slab v0.1.2
7322026-07-16T02:37:55.728Z Downloaded match_cfg v0.1.0
7332026-07-16T02:37:55.728Z Downloaded lzss v0.8.2
7342026-07-16T02:37:55.732Z Downloaded md-5 v0.10.6
7352026-07-16T02:37:55.742Z Downloaded lru v0.12.5
7362026-07-16T02:37:55.742Z Downloaded allocator-api2 v0.2.21
7372026-07-16T02:37:55.742Z Downloaded generic-array v1.4.3
7382026-07-16T02:37:55.742Z Downloaded futures v0.3.32
7392026-07-16T02:37:55.745Z Downloaded ipnetwork v0.21.1
7402026-07-16T02:37:55.745Z Downloaded maybe-uninit v2.0.0
7412026-07-16T02:37:55.745Z Downloaded compact_str v0.8.1
7422026-07-16T02:37:55.748Z Downloaded maplit v1.0.2
7432026-07-16T02:37:55.748Z Downloaded lru-cache v0.1.2
7442026-07-16T02:37:55.748Z Downloaded ingot v0.1.1
7452026-07-16T02:37:55.751Z Downloaded glob v0.3.3
7462026-07-16T02:37:55.751Z Downloaded futures-channel v0.3.32
7472026-07-16T02:37:55.751Z Downloaded impl-trait-for-tuples v0.2.3
7482026-07-16T02:37:55.757Z Downloaded humantime v2.3.0
7492026-07-16T02:37:55.757Z Downloaded hyper-rustls v0.27.7
7502026-07-16T02:37:55.760Z Downloaded md5 v0.8.0
7512026-07-16T02:37:55.760Z Downloaded managed v0.8.0
7522026-07-16T02:37:55.763Z Downloaded mime v0.3.17
7532026-07-16T02:37:55.766Z Downloaded memoffset v0.9.1
7542026-07-16T02:37:55.769Z Downloaded half v2.7.1
7552026-07-16T02:37:55.769Z Downloaded dropshot_endpoint v0.17.1
7562026-07-16T02:37:55.772Z Downloaded ar_archive_writer v0.5.1
7572026-07-16T02:37:55.775Z Downloaded iana-time-zone v0.1.65
7582026-07-16T02:37:55.775Z Downloaded bytes v1.11.1
7592026-07-16T02:37:55.780Z Downloaded drift v0.2.0
7602026-07-16T02:37:55.783Z Downloaded nodrop v0.1.14
7612026-07-16T02:37:55.786Z Downloaded nibble_vec v0.1.0
7622026-07-16T02:37:55.786Z Downloaded newline-converter v0.3.0
7632026-07-16T02:37:55.786Z Downloaded lazy_static v1.5.0
7642026-07-16T02:37:55.789Z Downloaded keccak v0.2.0
7652026-07-16T02:37:55.789Z Downloaded jobserver v0.1.34
7662026-07-16T02:37:55.792Z Downloaded linked-hash-map v0.5.6
7672026-07-16T02:37:55.792Z Downloaded darling_core v0.23.0
7682026-07-16T02:37:55.795Z Downloaded normalize-line-endings v0.3.0
7692026-07-16T02:37:55.795Z Downloaded nonempty v0.12.0
7702026-07-16T02:37:55.795Z Downloaded new_debug_unreachable v1.0.6
7712026-07-16T02:37:55.798Z Downloaded num v0.4.3
7722026-07-16T02:37:55.798Z Downloaded multimap v0.10.1
7732026-07-16T02:37:55.798Z Downloaded hmac v0.12.1
7742026-07-16T02:37:55.801Z Downloaded newtype_derive v0.1.6
7752026-07-16T02:37:55.801Z Downloaded ingot-types v0.1.2
7762026-07-16T02:37:55.801Z Downloaded newtype-uuid-macros v0.1.0
7772026-07-16T02:37:55.804Z Downloaded ingot-macros v0.1.1
7782026-07-16T02:37:55.804Z Downloaded num-conv v0.2.0
7792026-07-16T02:37:55.807Z Downloaded num-derive v0.4.2
7802026-07-16T02:37:55.807Z Downloaded num-iter v0.1.45
7812026-07-16T02:37:55.807Z Downloaded num-derive v0.3.3
7822026-07-16T02:37:55.811Z Downloaded elliptic-curve v0.14.0-rc.33
7832026-07-16T02:37:55.814Z Downloaded olpc-cjson v0.1.4
7842026-07-16T02:37:55.814Z Downloaded hmac v0.13.0
7852026-07-16T02:37:55.814Z Downloaded indoc v2.0.7
7862026-07-16T02:37:55.817Z Downloaded chacha20poly1305 v0.10.1
7872026-07-16T02:37:55.817Z Downloaded linear-map v1.2.0
7882026-07-16T02:37:55.820Z Downloaded libsw-core v0.3.2
7892026-07-16T02:37:55.820Z Downloaded libefi-sys v0.1.0
7902026-07-16T02:37:55.820Z Downloaded libsw v3.5.0
7912026-07-16T02:37:55.823Z Downloaded crossterm v0.28.1
7922026-07-16T02:37:55.826Z Downloaded nanorand v0.7.0
7932026-07-16T02:37:55.829Z Downloaded opaque-debug v0.3.1
7942026-07-16T02:37:55.829Z Downloaded num_threads v0.1.7
7952026-07-16T02:37:55.829Z Downloaded openssl-probe v0.2.1
7962026-07-16T02:37:55.829Z Downloaded openssl-probe v0.1.6
7972026-07-16T02:37:55.832Z Downloaded num_enum_derive v0.5.11
7982026-07-16T02:37:55.832Z Downloaded httparse v1.10.1
7992026-07-16T02:37:55.832Z Downloaded hybrid-array v0.4.13
8002026-07-16T02:37:55.835Z Downloaded des v0.9.0
8012026-07-16T02:37:55.835Z Downloaded getrandom v0.3.4
8022026-07-16T02:37:55.838Z Downloaded fatfs v0.3.6
8032026-07-16T02:37:55.841Z Downloaded elliptic-curve v0.13.8
8042026-07-16T02:37:55.845Z Downloaded getrandom v0.2.17
8052026-07-16T02:37:55.845Z Downloaded derive-where v1.6.0
8062026-07-16T02:37:55.848Z Downloaded lock_api v0.4.14
8072026-07-16T02:37:55.848Z Downloaded cc v1.2.56
8082026-07-16T02:37:55.851Z Downloaded packed_struct_codegen v0.10.1
8092026-07-16T02:37:55.863Z Downloaded module-lattice v0.2.3
8102026-07-16T02:37:55.868Z Downloaded mime_guess v2.0.5
8112026-07-16T02:37:55.868Z Downloaded ipnet v2.11.0
8122026-07-16T02:37:55.868Z Downloaded litemap v0.8.1
8132026-07-16T02:37:55.871Z Downloaded parse-display v0.10.0
8142026-07-16T02:37:55.871Z Downloaded oso-derive v0.27.3
8152026-07-16T02:37:55.871Z Downloaded multer v3.1.0
8162026-07-16T02:37:55.875Z Downloaded path-slash v0.1.5
8172026-07-16T02:37:55.875Z Downloaded icu_properties v2.1.2
8182026-07-16T02:37:55.875Z Downloaded newtype-uuid v1.3.2
8192026-07-16T02:37:55.878Z Downloaded darling_core v0.21.3
8202026-07-16T02:37:55.881Z Downloaded parse-size v1.1.0
8212026-07-16T02:37:55.881Z Downloaded ignore v0.4.25
8222026-07-16T02:37:55.888Z Downloaded openssl-macros v0.1.1
8232026-07-16T02:37:55.891Z Downloaded nu-ansi-term v0.50.3
8242026-07-16T02:37:55.891Z Downloaded percent-encoding v2.3.2
8252026-07-16T02:37:55.894Z Downloaded crossbeam-channel v0.5.15
8262026-07-16T02:37:55.894Z Downloaded bumpalo v3.20.2
8272026-07-16T02:37:55.898Z Downloaded flate2 v1.1.9
8282026-07-16T02:37:55.902Z Downloaded peg-runtime v0.8.5
8292026-07-16T02:37:55.902Z Downloaded num_enum_derive v0.7.6
8302026-07-16T02:37:55.902Z Downloaded num_enum v0.5.11
8312026-07-16T02:37:55.905Z Downloaded owo-colors v4.3.0
8322026-07-16T02:37:55.905Z Downloaded num-integer v0.1.46
8332026-07-16T02:37:55.908Z Downloaded phf_shared v0.13.1
8342026-07-16T02:37:55.908Z Downloaded phf_shared v0.12.1
8352026-07-16T02:37:55.908Z Downloaded phf_shared v0.11.3
8362026-07-16T02:37:55.912Z Downloaded native-tls v0.2.18
8372026-07-16T02:37:55.912Z Downloaded num_enum v0.7.6
8382026-07-16T02:37:55.915Z Downloaded icu_locale_core v2.1.1
8392026-07-16T02:37:55.918Z Downloaded flume v0.11.1
8402026-07-16T02:37:55.921Z Downloaded libloading v0.8.9
8412026-07-16T02:37:55.921Z Downloaded oxnet v0.1.6
8422026-07-16T02:37:55.921Z Downloaded oxide-tokio-rt v0.1.4
8432026-07-16T02:37:55.924Z Downloaded async-compression v0.4.41
8442026-07-16T02:37:55.927Z Downloaded memmap2 v0.9.10
8452026-07-16T02:37:55.927Z Downloaded indexmap v1.9.3
8462026-07-16T02:37:55.932Z Downloaded powerfmt v0.2.0
8472026-07-16T02:37:55.935Z Downloaded crypto-bigint v0.5.5
8482026-07-16T02:37:55.938Z Downloaded icu_normalizer_data v2.1.1
8492026-07-16T02:37:55.941Z Downloaded heapless v0.7.17
8502026-07-16T02:37:55.941Z Downloaded predicates-tree v1.0.13
8512026-07-16T02:37:55.944Z Downloaded precomputed-hash v0.1.1
8522026-07-16T02:37:55.945Z Downloaded packed_struct v0.10.1
8532026-07-16T02:37:55.945Z Downloaded litrs v1.0.0
8542026-07-16T02:37:55.949Z Downloaded headers v0.4.1
8552026-07-16T02:37:55.952Z Downloaded proc-macro-crate v1.3.1
8562026-07-16T02:37:55.952Z Downloaded proc-macro-error-attr2 v2.0.0
8572026-07-16T02:37:55.952Z Downloaded potential_utf v0.1.4
8582026-07-16T02:37:55.952Z Downloaded ml-kem v0.3.2
8592026-07-16T02:37:55.955Z Downloaded predicates-core v1.0.10
8602026-07-16T02:37:55.955Z Downloaded peg v0.8.5
8612026-07-16T02:37:55.959Z Downloaded proc-macro-crate v3.4.0
8622026-07-16T02:37:55.959Z Downloaded password-hash v0.5.0
8632026-07-16T02:37:55.959Z Downloaded num-rational v0.4.2
8642026-07-16T02:37:55.963Z Downloaded num-complex v0.4.6
8652026-07-16T02:37:55.963Z Downloaded ed25519-dalek v2.2.0
8662026-07-16T02:37:55.966Z Downloaded derive_more v2.1.1
8672026-07-16T02:37:55.970Z Downloaded pem v3.0.6
8682026-07-16T02:37:55.972Z Downloaded password-hash v0.6.1
8692026-07-16T02:37:55.972Z Downloaded icu_provider v2.1.1
8702026-07-16T02:37:55.975Z Downloaded progenitor-client v0.14.0
8712026-07-16T02:37:55.975Z Downloaded libbz2-rs-sys v0.2.2
8722026-07-16T02:37:55.975Z Downloaded expectorate v1.2.0
8732026-07-16T02:37:55.978Z Downloaded progenitor-macro v0.13.0
8742026-07-16T02:37:55.979Z Downloaded pbkdf2 v0.13.0
8752026-07-16T02:37:55.982Z Downloaded pem-rfc7468 v1.0.0
8762026-07-16T02:37:55.982Z Downloaded pkcs8 v0.10.2
8772026-07-16T02:37:55.985Z Downloaded phf v0.13.1
8782026-07-16T02:37:55.985Z Downloaded pem-rfc7468 v0.7.0
8792026-07-16T02:37:55.985Z Downloaded peg-macros v0.8.5
8802026-07-16T02:37:55.988Z Downloaded phc v0.6.1
8812026-07-16T02:37:55.988Z Downloaded paste v1.0.15
8822026-07-16T02:37:55.991Z Downloaded progenitor-macro v0.14.0
8832026-07-16T02:37:55.991Z Downloaded psl-types v2.0.11
8842026-07-16T02:37:55.991Z Downloaded icu_collections v2.1.1
8852026-07-16T02:37:55.994Z Downloaded der v0.7.10
8862026-07-16T02:37:55.997Z Downloaded pkg-config v0.3.32
8872026-07-16T02:37:56.000Z Downloaded pin-project-lite v0.2.17
8882026-07-16T02:37:56.003Z Downloaded quick-error v1.2.3
8892026-07-16T02:37:56.003Z Downloaded indicatif v0.18.4
8902026-07-16T02:37:56.006Z Downloaded radium v0.7.0
8912026-07-16T02:37:56.007Z Downloaded port-file v0.1.0
8922026-07-16T02:37:56.007Z Downloaded icu_normalizer v2.1.1
8932026-07-16T02:37:56.010Z Downloaded phf v0.12.1
8942026-07-16T02:37:56.010Z Downloaded poly1305 v0.8.0
8952026-07-16T02:37:56.013Z Downloaded pin-project-internal v1.1.11
8962026-07-16T02:37:56.013Z Downloaded parse-display-derive v0.10.0
8972026-07-16T02:37:56.016Z Downloaded predicates v3.1.4
8982026-07-16T02:37:56.019Z Downloaded parking_lot_core v0.9.12
8992026-07-16T02:37:56.020Z Downloaded parking_lot v0.11.2
9002026-07-16T02:37:56.023Z Downloaded ppv-lite86 v0.2.21
9012026-07-16T02:37:56.023Z Downloaded postgres-protocol v0.6.10
9022026-07-16T02:37:56.023Z Downloaded rand_chacha v0.3.1
9032026-07-16T02:37:56.023Z Downloaded parking_lot_core v0.8.6
9042026-07-16T02:37:56.026Z Downloaded parking_lot v0.12.5
9052026-07-16T02:37:56.026Z Downloaded rand_xorshift v0.4.0
9062026-07-16T02:37:56.029Z Downloaded hickory-resolver v0.24.4
9072026-07-16T02:37:56.029Z Downloaded num-traits v0.2.19
9082026-07-16T02:37:56.034Z Downloaded heapless v0.8.0
9092026-07-16T02:37:56.039Z Downloaded ref-cast v1.0.25
9102026-07-16T02:37:56.039Z Downloaded ref-cast-impl v1.0.25
9112026-07-16T02:37:56.039Z Downloaded progenitor v0.14.0
9122026-07-16T02:37:56.039Z Downloaded primeorder v0.13.6
9132026-07-16T02:37:56.043Z Downloaded hickory-resolver v0.25.2
9142026-07-16T02:37:56.043Z Downloaded oso v0.27.3
9152026-07-16T02:37:56.046Z Downloaded recursive-proc-macro-impl v0.1.1
9162026-07-16T02:37:56.046Z Downloaded primeorder v0.14.0-rc.10
9172026-07-16T02:37:56.046Z Downloaded progenitor v0.13.0
9182026-07-16T02:37:56.046Z Downloaded proc-macro-error2 v2.0.1
9192026-07-16T02:37:56.049Z Downloaded primefield v0.14.0
9202026-07-16T02:37:56.049Z Downloaded russh-cryptovec v0.61.0
9212026-07-16T02:37:56.053Z Downloaded recursive v0.1.1
9222026-07-16T02:37:56.053Z Downloaded omicron-zone-package v0.12.3
9232026-07-16T02:37:56.056Z Downloaded progenitor-extras v0.2.0
9242026-07-16T02:37:56.056Z Downloaded jiff-static v0.2.21
9252026-07-16T02:37:56.059Z Downloaded pkcs1 v0.7.5
9262026-07-16T02:37:56.066Z Downloaded poly1305 v0.9.0
9272026-07-16T02:37:56.069Z Downloaded r2d2 v0.8.10
9282026-07-16T02:37:56.069Z Downloaded psm v0.1.30
9292026-07-16T02:37:56.072Z Downloaded rfc6979 v0.5.0
9302026-07-16T02:37:56.072Z Downloaded rfc6979 v0.4.0
9312026-07-16T02:37:56.075Z Downloaded rustc_version v0.1.7
9322026-07-16T02:37:56.075Z Downloaded rand_chacha v0.9.0
9332026-07-16T02:37:56.075Z Downloaded pkcs8 v0.11.0
9342026-07-16T02:37:56.078Z Downloaded aes-gcm v0.11.0
9352026-07-16T02:37:56.078Z Downloaded papergrid v0.17.0
9362026-07-16T02:37:56.082Z Downloaded diesel_derives v2.3.7
9372026-07-16T02:37:56.085Z Downloaded postcard v1.1.3
9382026-07-16T02:37:56.088Z Downloaded rustc_version v0.4.1
9392026-07-16T02:37:56.091Z Downloaded russh-util v0.52.0
9402026-07-16T02:37:56.091Z Downloaded polyval v0.7.1
9412026-07-16T02:37:56.091Z Downloaded rtoolbox v0.0.3
9422026-07-16T02:37:56.091Z Downloaded pkcs1 v0.8.0-rc.4
9432026-07-16T02:37:56.094Z Downloaded http v1.4.2
9442026-07-16T02:37:56.097Z Downloaded openssl-sys v0.9.115
9452026-07-16T02:37:56.100Z Downloaded ed25519-dalek v3.0.0-rc.0
9462026-07-16T02:37:56.103Z Downloaded postgres-types v0.2.12
9472026-07-16T02:37:56.106Z Downloaded rand_core v0.6.4
9482026-07-16T02:37:56.110Z Downloaded rand_seeder v0.4.0
9492026-07-16T02:37:56.113Z Downloaded scroll_derive v0.13.1
9502026-07-16T02:37:56.113Z Downloaded scopeguard v1.2.0
9512026-07-16T02:37:56.113Z Downloaded rand_core v0.10.0
9522026-07-16T02:37:56.116Z Downloaded semver v0.1.20
9532026-07-16T02:37:56.116Z Downloaded same-file v1.0.6
9542026-07-16T02:37:56.116Z Downloaded rand_core v0.9.5
9552026-07-16T02:37:56.120Z Downloaded sapling-renderdag v0.1.0
9562026-07-16T02:37:56.120Z Downloaded hyper-util v0.1.20
9572026-07-16T02:37:56.123Z Downloaded derive_more-impl v2.1.1
9582026-07-16T02:37:56.127Z Downloaded pkcs5 v0.8.1
9592026-07-16T02:37:56.130Z Downloaded scheduled-thread-pool v0.2.7
9602026-07-16T02:37:56.130Z Downloaded progenitor-client v0.13.0
9612026-07-16T02:37:56.134Z Downloaded secrecy v0.8.0
9622026-07-16T02:37:56.134Z Downloaded secrecy v0.10.3
9632026-07-16T02:37:56.134Z Downloaded rustc-hash v2.1.1
9642026-07-16T02:37:56.137Z Downloaded pin-project v1.1.11
9652026-07-16T02:37:56.143Z Downloaded serde_bytes v0.11.19
9662026-07-16T02:37:56.147Z Downloaded p256 v0.14.0-rc.10
9672026-07-16T02:37:56.147Z Downloaded prefix-trie v0.7.0
9682026-07-16T02:37:56.150Z Downloaded serde-big-array v0.5.1
9692026-07-16T02:37:56.150Z Downloaded resolv-conf v0.7.6
9702026-07-16T02:37:56.154Z Downloaded serde_urlencoded v0.7.1
9712026-07-16T02:37:56.154Z Downloaded sha1 v0.11.0
9722026-07-16T02:37:56.157Z Downloaded serde_spanned v1.1.1
9732026-07-16T02:37:56.157Z Downloaded rusty-fork v0.3.1
9742026-07-16T02:37:56.157Z Downloaded serde_repr v0.1.20
9752026-07-16T02:37:56.161Z Downloaded seq-macro v0.3.6
9762026-07-16T02:37:56.161Z Downloaded rustls-native-certs v0.8.3
9772026-07-16T02:37:56.169Z Downloaded quinn-udp v0.5.14
9782026-07-16T02:37:56.172Z Downloaded sha1 v0.10.6
9792026-07-16T02:37:56.172Z Downloaded progenitor-impl v0.14.0
9802026-07-16T02:37:56.175Z Downloaded internal-russh-num-bigint v0.5.0
9812026-07-16T02:37:56.178Z Downloaded minimal-lexical v0.2.1
9822026-07-16T02:37:56.187Z Downloaded signal-hook-mio v0.2.5
9832026-07-16T02:37:56.187Z Downloaded schemars_derive v0.8.22
9842026-07-16T02:37:56.187Z Downloaded rustls-pemfile v2.2.0
9852026-07-16T02:37:56.191Z Downloaded hashbrown v0.12.3
9862026-07-16T02:37:56.192Z Downloaded sigpipe v0.1.3
9872026-07-16T02:37:56.192Z Downloaded scroll v0.13.0
9882026-07-16T02:37:56.192Z Downloaded itertools v0.10.5
9892026-07-16T02:37:56.195Z Downloaded rustversion v1.0.22
9902026-07-16T02:37:56.199Z Downloaded siphasher v1.0.2
9912026-07-16T02:37:56.199Z Downloaded signature v2.2.0
9922026-07-16T02:37:56.204Z Downloaded slog-envlogger v2.2.0
9932026-07-16T02:37:56.204Z Downloaded signature v3.0.0
9942026-07-16T02:37:56.207Z Downloaded sec1 v0.8.1
9952026-07-16T02:37:56.207Z Downloaded hickory-server v0.25.2
9962026-07-16T02:37:56.210Z Downloaded signal-hook-tokio v0.3.1
9972026-07-16T02:37:56.215Z Downloaded p384 v0.14.0-rc.10
9982026-07-16T02:37:56.215Z Downloaded hashbrown v0.15.5
9992026-07-16T02:37:56.218Z Downloaded slog-bunyan v2.5.0
10002026-07-16T02:37:56.218Z Downloaded serde-hex v0.1.0
10012026-07-16T02:37:56.218Z Downloaded sec1 v0.7.3
10022026-07-16T02:37:56.222Z Downloaded pretty_assertions v1.4.1
10032026-07-16T02:37:56.222Z Downloaded serde_derive_internals v0.29.1
10042026-07-16T02:37:56.225Z Downloaded serde_plain v1.0.2
10052026-07-16T02:37:56.229Z Downloaded serdect v0.4.3
10062026-07-16T02:37:56.229Z Downloaded scrypt v0.12.0
10072026-07-16T02:37:56.232Z Downloaded serde_with_macros v1.5.2
10082026-07-16T02:37:56.235Z Downloaded signal-hook-registry v1.4.8
10092026-07-16T02:37:56.239Z Downloaded rustls-pki-types v1.14.0
10102026-07-16T02:37:56.243Z Downloaded serde_path_to_error v0.1.20
10112026-07-16T02:37:56.243Z Downloaded mio v1.2.0
10122026-07-16T02:37:56.246Z Downloaded salsa20 v0.11.0
10132026-07-16T02:37:56.250Z Downloaded miniz_oxide v0.8.9
10142026-07-16T02:37:56.253Z Downloaded sqlparser_derive v0.5.0
10152026-07-16T02:37:56.257Z Downloaded simd-adler32 v0.3.8
10162026-07-16T02:37:56.261Z Downloaded shell-words v1.1.1
10172026-07-16T02:37:56.272Z Downloaded ron v0.8.1
10182026-07-16T02:37:56.275Z Downloaded strsim v0.10.0
10192026-07-16T02:37:56.279Z Downloaded structmeta v0.3.0
10202026-07-16T02:37:56.279Z Downloaded slog-async v2.8.0
10212026-07-16T02:37:56.279Z Downloaded prettyplease v0.2.37
10222026-07-16T02:37:56.283Z Downloaded hashbrown v0.13.2
10232026-07-16T02:37:56.286Z Downloaded hashbrown v0.16.1
10242026-07-16T02:37:56.293Z Downloaded slog-term v2.9.2
10252026-07-16T02:37:56.297Z Downloaded structmeta-derive v0.3.0
10262026-07-16T02:37:56.297Z Downloaded slog-stdlog v4.1.1
10272026-07-16T02:37:56.297Z Downloaded strum v0.27.2
10282026-07-16T02:37:56.297Z Downloaded shlex v1.3.0
10292026-07-16T02:37:56.301Z Downloaded tabled_derive v0.11.0
10302026-07-16T02:37:56.304Z Downloaded sync_wrapper v1.0.2
10312026-07-16T02:37:56.304Z Downloaded sync-ptr v0.1.4
10322026-07-16T02:37:56.304Z Downloaded tap v1.0.1
10332026-07-16T02:37:56.308Z Downloaded serde_with_macros v3.17.0
10342026-07-16T02:37:56.308Z Downloaded strum v0.26.3
10352026-07-16T02:37:56.308Z Downloaded supports-color v3.0.2
10362026-07-16T02:37:56.311Z Downloaded subtle v2.6.1
10372026-07-16T02:37:56.311Z Downloaded slog-dtrace v0.3.0
10382026-07-16T02:37:56.312Z Downloaded slab v0.4.12
10392026-07-16T02:37:56.312Z Downloaded spki v0.8.0
10402026-07-16T02:37:56.315Z Downloaded tagptr v0.2.0
10412026-07-16T02:37:56.315Z Downloaded serde_cbor v0.11.2
10422026-07-16T02:37:56.318Z Downloaded itertools v0.12.1
10432026-07-16T02:37:56.322Z Downloaded slog-scope v4.4.1
10442026-07-16T02:37:56.322Z Downloaded progenitor-impl v0.13.0
10452026-07-16T02:37:56.326Z Downloaded slog-json v2.6.1
10462026-07-16T02:37:56.326Z Downloaded stable_deref_trait v1.2.1
10472026-07-16T02:37:56.326Z Downloaded stringprep v0.1.5
10482026-07-16T02:37:56.326Z Downloaded testing_table v0.3.0
10492026-07-16T02:37:56.330Z Downloaded termtree v0.5.1
10502026-07-16T02:37:56.330Z Downloaded take_mut v0.2.2
10512026-07-16T02:37:56.330Z Downloaded ssh-encoding v0.3.0-rc.9
10522026-07-16T02:37:56.330Z Downloaded smallvec v0.6.14
10532026-07-16T02:37:56.333Z Downloaded smf v0.2.3
10542026-07-16T02:37:56.333Z Downloaded itertools v0.13.0
10552026-07-16T02:37:56.337Z Downloaded snafu-derive v0.8.9
10562026-07-16T02:37:56.337Z Downloaded sqlformat v0.3.5
10572026-07-16T02:37:56.341Z Downloaded tabwriter v1.4.1
10582026-07-16T02:37:56.341Z Downloaded quinn v0.11.9
10592026-07-16T02:37:56.341Z Downloaded time-core v0.1.8
10602026-07-16T02:37:56.344Z Downloaded thread-id v5.1.0
10612026-07-16T02:37:56.344Z Downloaded rand v0.8.6
10622026-07-16T02:37:56.348Z Downloaded strum_macros v0.26.4
10632026-07-16T02:37:56.351Z Downloaded icu_properties_data v2.1.2
10642026-07-16T02:37:56.364Z Downloaded strum_macros v0.24.3
10652026-07-16T02:37:56.371Z Downloaded tinyvec_macros v0.1.1
10662026-07-16T02:37:56.371Z Downloaded dropshot-api-manager v0.7.2
10672026-07-16T02:37:56.371Z Downloaded num-bigint v0.4.6
10682026-07-16T02:37:56.371Z Downloaded thiserror-impl-no-std v2.0.2
10692026-07-16T02:37:56.371Z Downloaded ssh-cipher v0.3.0-rc.9
10702026-07-16T02:37:56.371Z Downloaded smallvec v1.15.1
10712026-07-16T02:37:56.371Z Downloaded hkdf v0.12.4
10722026-07-16T02:37:56.371Z Downloaded spki v0.7.3
10732026-07-16T02:37:56.375Z Downloaded serde_yaml v0.9.34+deprecated
10742026-07-16T02:37:56.375Z Downloaded string_cache v0.8.9
10752026-07-16T02:37:56.375Z Downloaded spin v0.9.8
10762026-07-16T02:37:56.380Z Downloaded futures-util v0.3.32
10772026-07-16T02:37:56.383Z Downloaded schemars v0.8.22
10782026-07-16T02:37:56.390Z Downloaded tokio-test v0.4.5
10792026-07-16T02:37:56.393Z Downloaded tokio-macros v2.7.0
10802026-07-16T02:37:56.393Z Downloaded strip-ansi-escapes v0.2.1
10812026-07-16T02:37:56.393Z Downloaded stacker v0.1.23
10822026-07-16T02:37:56.397Z Downloaded thiserror-no-std v2.0.2
10832026-07-16T02:37:56.397Z Downloaded strum_macros v0.27.2
10842026-07-16T02:37:56.401Z Downloaded nom v7.1.3
10852026-07-16T02:37:56.404Z Downloaded rand v0.9.2
10862026-07-16T02:37:56.404Z Downloaded synstructure v0.13.2
10872026-07-16T02:37:56.404Z Downloaded support-bundle-viewer v0.1.2
10882026-07-16T02:37:56.408Z Downloaded libxml v0.3.3
10892026-07-16T02:37:56.411Z Downloaded tinystr v0.8.2
10902026-07-16T02:37:56.411Z Downloaded nom v8.0.0
10912026-07-16T02:37:56.415Z Downloaded tls_codec v0.4.2
10922026-07-16T02:37:56.418Z Downloaded tower-service v0.3.3
10932026-07-16T02:37:56.418Z Downloaded similar v2.7.0
10942026-07-16T02:37:56.422Z Downloaded itertools v0.14.0
10952026-07-16T02:37:56.426Z Downloaded try-lock v0.2.5
10962026-07-16T02:37:56.430Z Downloaded topological-sort v0.2.2
10972026-07-16T02:37:56.430Z Downloaded termios v0.3.3
10982026-07-16T02:37:56.430Z Downloaded ryu v1.0.23
10992026-07-16T02:37:56.433Z Downloaded tokio-native-tls v0.3.1
11002026-07-16T02:37:56.433Z Downloaded tokio-dtrace v0.1.1
11012026-07-16T02:37:56.436Z Downloaded publicsuffix v2.3.0
11022026-07-16T02:37:56.436Z Downloaded idna v1.1.0
11032026-07-16T02:37:56.440Z Downloaded rustls-platform-verifier v0.6.2
11042026-07-16T02:37:56.443Z Downloaded rcgen v0.12.1
11052026-07-16T02:37:56.443Z Downloaded static_assertions v1.1.0
11062026-07-16T02:37:56.447Z Downloaded tls_codec_derive v0.4.2
11072026-07-16T02:37:56.447Z Downloaded trait-variant v0.1.2
11082026-07-16T02:37:56.447Z Downloaded thread_local v1.1.9
11092026-07-16T02:37:56.450Z Downloaded sha2 v0.11.0
11102026-07-16T02:37:56.451Z Downloaded unarray v0.1.4
11112026-07-16T02:37:56.454Z Downloaded typify-macro v0.6.2
11122026-07-16T02:37:56.454Z Downloaded tokio-tungstenite v0.23.1
11132026-07-16T02:37:56.457Z Downloaded unicode-truncate v1.1.0
11142026-07-16T02:37:56.457Z Downloaded signal-hook v0.3.18
11152026-07-16T02:37:56.461Z Downloaded untrusted v0.9.0
11162026-07-16T02:37:56.461Z Downloaded tiny-keccak v2.0.2
11172026-07-16T02:37:56.464Z Downloaded aho-corasick v1.1.4
11182026-07-16T02:37:56.467Z Downloaded slog v2.8.2
11192026-07-16T02:37:56.471Z Downloaded universal-hash v0.5.1
11202026-07-16T02:37:56.471Z Downloaded rayon-core v1.13.0
11212026-07-16T02:37:56.471Z Downloaded universal-hash v0.6.1
11222026-07-16T02:37:56.474Z Downloaded unit-prefix v0.5.2
11232026-07-16T02:37:56.474Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11242026-07-16T02:37:56.475Z Downloaded untrusted v0.7.1
11252026-07-16T02:37:56.478Z Downloaded time-macros v0.2.27
11262026-07-16T02:37:56.478Z Downloaded schemars v0.9.0
11272026-07-16T02:37:56.485Z Downloaded usdt-attr-macro v0.6.0
11282026-07-16T02:37:56.489Z Downloaded usdt v0.6.0
11292026-07-16T02:37:56.489Z Downloaded unicode-xid v0.2.6
11302026-07-16T02:37:56.489Z Downloaded tokio-tungstenite v0.21.0
11312026-07-16T02:37:56.489Z Downloaded subprocess v0.2.15
11322026-07-16T02:37:56.493Z Downloaded utf-8 v0.7.6
11332026-07-16T02:37:56.493Z Downloaded tower-layer v0.3.3
11342026-07-16T02:37:56.493Z Downloaded toml_writer v1.1.1+spec-1.1.0
11352026-07-16T02:37:56.496Z Downloaded utf8_iter v1.0.4
11362026-07-16T02:37:56.497Z Downloaded usdt-macro v0.6.0
11372026-07-16T02:37:56.497Z Downloaded num-bigint-dig v0.8.6
11382026-07-16T02:37:56.500Z Downloaded tui-tree-widget v0.23.1
11392026-07-16T02:37:56.500Z Downloaded aws-lc-rs v1.16.3
11402026-07-16T02:37:56.505Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11412026-07-16T02:37:56.508Z Downloaded want v0.3.1
11422026-07-16T02:37:56.508Z Downloaded waitgroup v0.1.2
11432026-07-16T02:37:56.508Z Downloaded void v1.0.2
11442026-07-16T02:37:56.511Z Downloaded wait-timeout v0.2.1
11452026-07-16T02:37:56.511Z Downloaded tokio-stream v0.1.18
11462026-07-16T02:37:56.514Z Downloaded term v1.2.1
11472026-07-16T02:37:56.518Z Downloaded xshell-macros v0.2.7
11482026-07-16T02:37:56.518Z Downloaded term v0.7.0
11492026-07-16T02:37:56.518Z Downloaded socket2 v0.5.10
11502026-07-16T02:37:56.523Z Downloaded test-strategy v0.4.5
11512026-07-16T02:37:56.526Z Downloaded qorb v0.4.1
11522026-07-16T02:37:56.529Z Downloaded unicase v2.9.0
11532026-07-16T02:37:56.533Z Downloaded bindgen v0.71.1
11542026-07-16T02:37:56.536Z Downloaded blake3 v1.8.5
11552026-07-16T02:37:56.540Z Downloaded yoke-derive v0.8.1
11562026-07-16T02:37:56.544Z Downloaded xattr v1.6.1
11572026-07-16T02:37:56.544Z Downloaded hyper v1.10.1
11582026-07-16T02:37:56.547Z Downloaded tracing-attributes v0.1.31
11592026-07-16T02:37:56.550Z Downloaded tinyvec v1.10.0
11602026-07-16T02:37:56.554Z Downloaded rustls-webpki v0.103.13
11612026-07-16T02:37:56.554Z Downloaded zerofrom-derive v0.1.6
11622026-07-16T02:37:56.554Z Downloaded iddqd v0.4.2
11632026-07-16T02:37:56.558Z Downloaded iri-string v0.7.10
11642026-07-16T02:37:56.562Z Downloaded vergen-gitcl v1.0.8
11652026-07-16T02:37:56.566Z Downloaded uzers v0.12.2
11662026-07-16T02:37:56.566Z Downloaded zeroize_derive v1.4.3
11672026-07-16T02:37:56.566Z Downloaded zerofrom v0.1.6
11682026-07-16T02:37:56.569Z Downloaded vsss-rs v3.3.4
11692026-07-16T02:37:56.569Z Downloaded whoami v1.6.1
11702026-07-16T02:37:56.570Z Downloaded vergen-git2 v9.1.0
11712026-07-16T02:37:56.584Z Downloaded bitvec v1.0.1
11722026-07-16T02:37:56.600Z Downloaded zone_cfg_derive v0.3.1
11732026-07-16T02:37:56.604Z Downloaded vergen-lib v9.1.0
11742026-07-16T02:37:56.604Z Downloaded vergen-lib v0.1.6
11752026-07-16T02:37:56.604Z Downloaded unicode-properties v0.1.4
11762026-07-16T02:37:56.609Z Downloaded tokio-rustls v0.26.4
11772026-07-16T02:37:56.609Z Downloaded tar v0.4.46
11782026-07-16T02:37:56.609Z Downloaded xshell v0.2.7
11792026-07-16T02:37:56.613Z Downloaded walkdir v2.5.0
11802026-07-16T02:37:56.613Z Downloaded rsa v0.9.10
11812026-07-16T02:37:56.616Z Downloaded toml v0.7.8
11822026-07-16T02:37:56.617Z Downloaded writeable v0.6.2
11832026-07-16T02:37:56.623Z Downloaded steno v0.4.1
11842026-07-16T02:37:56.623Z Downloaded twox-hash v2.1.2
11852026-07-16T02:37:56.626Z Downloaded socket2 v0.6.3
11862026-07-16T02:37:56.627Z Downloaded snafu v0.8.9
11872026-07-16T02:37:56.627Z Downloaded whoami v2.1.0
11882026-07-16T02:37:56.627Z Downloaded usdt-impl v0.6.0
11892026-07-16T02:37:56.630Z Downloaded hkdf v0.13.0
11902026-07-16T02:37:56.630Z Downloaded zeroize v1.8.2
11912026-07-16T02:37:56.630Z Downloaded chrono v0.4.45
11922026-07-16T02:37:56.634Z Downloaded samael v0.0.19
11932026-07-16T02:37:56.637Z Downloaded serde_with v1.14.0
11942026-07-16T02:37:56.640Z Downloaded p521 v0.14.0-rc.10
11952026-07-16T02:37:56.644Z Downloaded zone v0.3.1
11962026-07-16T02:37:56.644Z Downloaded wyz v0.5.1
11972026-07-16T02:37:56.647Z Downloaded zstd v0.13.3
11982026-07-16T02:37:56.647Z Downloaded vergen v9.1.0
11992026-07-16T02:37:56.647Z Downloaded schemars v1.2.1
12002026-07-16T02:37:56.655Z Downloaded unicode-bidi v0.3.18
12012026-07-16T02:37:56.658Z Downloaded libm v0.2.16
12022026-07-16T02:37:56.662Z Downloaded toml v1.1.2+spec-1.1.0
12032026-07-16T02:37:56.666Z Downloaded yoke v0.8.1
12042026-07-16T02:37:56.669Z Downloaded p384 v0.13.1
12052026-07-16T02:37:56.672Z Downloaded crypto-primes v0.7.2
12062026-07-16T02:37:56.675Z Downloaded toml_edit v0.23.10+spec-1.0.0
12072026-07-16T02:37:56.675Z Downloaded rpassword v7.4.0
12082026-07-16T02:37:56.678Z Downloaded rsa v0.10.0-rc.18
12092026-07-16T02:37:56.681Z Downloaded vte v0.14.1
12102026-07-16T02:37:56.681Z Downloaded typify v0.6.2
12112026-07-16T02:37:56.685Z Downloaded zstd-safe v7.2.4
12122026-07-16T02:37:56.688Z Downloaded zerovec-derive v0.11.2
12132026-07-16T02:37:56.688Z Downloaded tungstenite v0.23.0
12142026-07-16T02:37:56.688Z Downloaded tungstenite v0.21.0
12152026-07-16T02:37:56.691Z Downloaded rand v0.10.1
12162026-07-16T02:37:56.695Z Downloaded yasna v0.5.2
12172026-07-16T02:37:56.695Z Downloaded rustyline v14.0.0
12182026-07-16T02:37:56.699Z Downloaded h2 v0.4.15
12192026-07-16T02:37:56.708Z Downloaded unsafe-libyaml v0.2.11
12202026-07-16T02:37:56.711Z Downloaded toml_edit v0.19.15
12212026-07-16T02:37:56.721Z Downloaded zerocopy v0.6.6
12222026-07-16T02:37:56.725Z Downloaded toml_parser v1.1.2+spec-1.1.0
12232026-07-16T02:37:56.725Z Downloaded uuid v1.23.4
12242026-07-16T02:37:56.728Z Downloaded tokio-postgres v0.7.16
12252026-07-16T02:37:56.731Z Downloaded tracing-core v0.1.36
12262026-07-16T02:37:56.734Z Downloaded moka v0.12.13
12272026-07-16T02:37:56.740Z Downloaded unicode_categories v0.1.1
12282026-07-16T02:37:56.746Z Downloaded goblin v0.10.5
12292026-07-16T02:37:56.749Z Downloaded quick-xml v0.37.5
12302026-07-16T02:37:56.754Z Downloaded portable-atomic v1.13.1
12312026-07-16T02:37:56.758Z Downloaded lalrpop v0.19.12
12322026-07-16T02:37:56.770Z Downloaded zopfli v0.8.3
12332026-07-16T02:37:56.774Z Downloaded ssh-key v0.7.0-rc.10
12342026-07-16T02:37:56.778Z Downloaded salty v0.3.0
12352026-07-16T02:37:56.788Z Downloaded yansi v1.0.1
12362026-07-16T02:37:56.794Z Downloaded reedline v0.40.0
12372026-07-16T02:37:56.803Z Downloaded zerotrie v0.2.3
12382026-07-16T02:37:56.806Z Downloaded zip v0.6.6
12392026-07-16T02:37:56.809Z Downloaded reqwest v0.13.2
12402026-07-16T02:37:56.813Z Downloaded url v2.5.8
12412026-07-16T02:37:56.813Z Downloaded reqwest v0.12.28
12422026-07-16T02:37:56.816Z Downloaded unicode-segmentation v1.12.0
12432026-07-16T02:37:56.819Z Downloaded object v0.30.4
12442026-07-16T02:37:56.833Z Downloaded serde_with v3.17.0
12452026-07-16T02:37:56.839Z Downloaded tokio-util v0.7.18
12462026-07-16T02:37:56.847Z Downloaded tower-http v0.6.8
12472026-07-16T02:37:56.852Z Downloaded regex v1.12.3
12482026-07-16T02:37:56.858Z Downloaded petname v2.0.2
12492026-07-16T02:37:56.862Z Downloaded unicode-normalization v0.1.25
12502026-07-16T02:37:56.865Z Downloaded x509-cert v0.2.5
12512026-07-16T02:37:56.871Z Downloaded tower v0.5.3
12522026-07-16T02:37:56.874Z Downloaded git2 v0.20.4
12532026-07-16T02:37:56.879Z Downloaded zip v4.6.1
12542026-07-16T02:37:56.882Z Downloaded bstr v1.12.1
12552026-07-16T02:37:56.886Z Downloaded zerocopy-derive v0.8.40
12562026-07-16T02:37:56.893Z Downloaded crypto-bigint v0.7.5
12572026-07-16T02:37:56.900Z Downloaded rayon v1.11.0
12582026-07-16T02:37:56.905Z Downloaded rawzip v0.4.4
12592026-07-16T02:37:56.918Z Downloaded typed-path v0.9.3
12602026-07-16T02:37:56.931Z Downloaded proptest v1.10.0
12612026-07-16T02:37:56.938Z Downloaded regex-syntax v0.6.29
12622026-07-16T02:37:56.949Z Downloaded tabled v0.20.0
12632026-07-16T02:37:56.960Z Downloaded winnow v1.0.3
12642026-07-16T02:37:56.965Z Downloaded tough v0.22.0
12652026-07-16T02:37:56.970Z Downloaded time v0.3.47
12662026-07-16T02:37:56.976Z Downloaded object v0.37.3
12672026-07-16T02:37:56.982Z Downloaded zerovec v0.11.5
12682026-07-16T02:37:56.985Z Downloaded nix v0.31.2
12692026-07-16T02:37:56.991Z Downloaded nix v0.28.0
12702026-07-16T02:37:56.997Z Downloaded regress v0.10.5
12712026-07-16T02:37:57.003Z Downloaded nix v0.27.1
12722026-07-16T02:37:57.009Z Downloaded curve25519-dalek v4.1.3
12732026-07-16T02:37:57.014Z Downloaded quinn-proto v0.11.13
12742026-07-16T02:37:57.017Z Downloaded hickory-proto v0.24.4
12752026-07-16T02:37:57.027Z Downloaded zerocopy v0.8.40
12762026-07-16T02:37:57.033Z Downloaded winnow v0.6.26
12772026-07-16T02:37:57.037Z Downloaded winnow v0.5.40
12782026-07-16T02:37:57.042Z Downloaded russh v0.61.2
12792026-07-16T02:37:57.047Z Downloaded radix_trie v0.2.1
12802026-07-16T02:37:57.052Z Downloaded rustix v0.38.44
12812026-07-16T02:37:57.064Z Downloaded polar-core v0.27.3
12822026-07-16T02:37:57.081Z Downloaded dropshot v0.17.1
12832026-07-16T02:37:57.095Z Downloaded openssl v0.10.79
12842026-07-16T02:37:57.116Z Downloaded curve25519-dalek v5.0.0-rc.0
12852026-07-16T02:37:57.120Z Downloaded smoltcp v0.9.1
12862026-07-16T02:37:57.139Z Downloaded zlib-rs v0.6.2
12872026-07-16T02:37:57.145Z Downloaded sled v0.34.7
12882026-07-16T02:37:57.158Z Downloaded vcpkg v0.2.15
12892026-07-16T02:37:57.181Z Downloaded tracing v0.1.44
12902026-07-16T02:37:57.192Z Downloaded ratatui v0.29.0
12912026-07-16T02:37:57.202Z Downloaded smoltcp v0.11.0
12922026-07-16T02:37:57.208Z Downloaded regress v0.11.1
12932026-07-16T02:37:57.214Z Downloaded regex-syntax v0.8.10
12942026-07-16T02:37:57.217Z Downloaded diesel v2.3.7
12952026-07-16T02:37:57.228Z Downloaded rustls v0.23.41
12962026-07-16T02:37:57.234Z Downloaded openapiv3 v2.2.0
12972026-07-16T02:37:57.240Z Downloaded hickory-proto v0.25.2
12982026-07-16T02:37:57.248Z Downloaded bzip2-sys v0.1.13+1.0.8
12992026-07-16T02:37:57.273Z Downloaded chrono-tz v0.10.4
13002026-07-16T02:37:57.285Z Downloaded sqlparser v0.61.0
13012026-07-16T02:37:57.297Z Downloaded petgraph v0.6.5
13022026-07-16T02:37:57.308Z Downloaded petgraph v0.8.3
13032026-07-16T02:37:57.342Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13042026-07-16T02:37:57.353Z Downloaded typify-impl v0.6.2
13052026-07-16T02:37:57.362Z Downloaded sha3 v0.10.8
13062026-07-16T02:37:57.367Z Downloaded fiat-crypto v0.3.0
13072026-07-16T02:37:57.374Z Downloaded sha3 v0.11.0
13082026-07-16T02:37:57.377Z Downloaded tokio v1.52.1
13092026-07-16T02:37:57.402Z Downloaded zerocopy-derive v0.6.6
13102026-07-16T02:37:57.407Z Downloaded regex-automata v0.4.14
13112026-07-16T02:37:57.425Z Downloaded jiff v0.2.21
13122026-07-16T02:37:57.451Z Downloaded csv v1.4.0
13132026-07-16T02:37:57.464Z Downloaded libz-sys v1.1.24
13142026-07-16T02:37:57.476Z Downloaded encoding_rs v0.8.35
13152026-07-16T02:37:57.505Z Downloaded ring v0.17.14
13162026-07-16T02:37:57.558Z Downloaded libgit2-sys v0.18.3+1.9.2
13172026-07-16T02:37:58.025Z Downloaded aws-lc-sys v0.40.0
13182026-07-16T02:37:58.284Z Compiling libc v0.2.185
13192026-07-16T02:37:58.284Z Compiling serde_core v1.0.228
13202026-07-16T02:37:58.284Z Compiling serde v1.0.228
13212026-07-16T02:37:58.288Z Compiling log v0.4.29
13222026-07-16T02:37:58.288Z Compiling smallvec v1.15.1
13232026-07-16T02:37:58.288Z Compiling find-msvc-tools v0.1.9
13242026-07-16T02:37:58.288Z Compiling shlex v1.3.0
13252026-07-16T02:37:58.288Z Compiling syn v2.0.117
13262026-07-16T02:37:58.612Z Compiling subtle v2.6.1
13272026-07-16T02:37:58.628Z Compiling stable_deref_trait v1.2.1
13282026-07-16T02:37:58.652Z Compiling scopeguard v1.2.0
13292026-07-16T02:37:58.701Z Compiling typenum v1.20.1
13302026-07-16T02:37:58.717Z Compiling serde_json v1.0.150
13312026-07-16T02:37:58.760Z Compiling lock_api v0.4.14
13322026-07-16T02:37:58.774Z Compiling portable-atomic v1.13.1
13332026-07-16T02:37:58.786Z Compiling zerocopy v0.8.40
13342026-07-16T02:37:58.930Z Compiling pin-project-lite v0.2.17
13352026-07-16T02:37:58.981Z Compiling parking_lot_core v0.9.12
13362026-07-16T02:37:59.027Z Compiling critical-section v1.2.0
13372026-07-16T02:37:59.132Z Compiling getrandom v0.4.1
13382026-07-16T02:37:59.239Z Compiling libm v0.2.16
13392026-07-16T02:37:59.248Z Compiling jobserver v0.1.34
13402026-07-16T02:37:59.262Z Compiling errno v0.3.14
13412026-07-16T02:37:59.413Z Compiling getrandom v0.2.17
13422026-07-16T02:37:59.496Z Compiling cc v1.2.56
13432026-07-16T02:37:59.501Z Compiling pkg-config v0.3.32
13442026-07-16T02:37:59.559Z Compiling rand_core v0.6.4
13452026-07-16T02:37:59.623Z Compiling signal-hook-registry v1.4.8
13462026-07-16T02:37:59.819Z Compiling once_cell v1.21.3
13472026-07-16T02:37:59.854Z Compiling num-traits v0.2.19
13482026-07-16T02:37:59.899Z Compiling futures-core v0.3.32
13492026-07-16T02:37:59.919Z Compiling rand_core v0.10.0
13502026-07-16T02:38:00.030Z Compiling parking_lot v0.12.5
13512026-07-16T02:38:00.081Z Compiling mio v1.2.0
13522026-07-16T02:38:00.227Z Compiling generic-array v0.14.7
13532026-07-16T02:38:00.260Z Compiling percent-encoding v2.3.2
13542026-07-16T02:38:00.389Z Compiling const-oid v0.9.6
13552026-07-16T02:38:00.437Z Compiling writeable v0.6.2
13562026-07-16T02:38:00.450Z Compiling litemap v0.8.1
13572026-07-16T02:38:00.624Z Compiling bitflags v2.11.0
13582026-07-16T02:38:00.639Z Compiling semver v1.0.28
13592026-07-16T02:38:00.698Z Compiling icu_normalizer_data v2.1.1
13602026-07-16T02:38:00.894Z Compiling icu_properties_data v2.1.2
13612026-07-16T02:38:00.973Z Compiling socket2 v0.6.3
13622026-07-16T02:38:01.083Z Compiling futures-sink v0.3.32
13632026-07-16T02:38:01.108Z Compiling futures-io v0.3.32
13642026-07-16T02:38:01.122Z Compiling slab v0.4.12
13652026-07-16T02:38:01.181Z Compiling synstructure v0.13.2
13662026-07-16T02:38:01.255Z Compiling futures-channel v0.3.32
13672026-07-16T02:38:01.270Z Compiling futures-task v0.3.32
13682026-07-16T02:38:01.288Z Compiling utf8_iter v1.0.4
13692026-07-16T02:38:01.368Z Compiling indexmap v2.14.0
13702026-07-16T02:38:01.429Z Compiling form_urlencoded v1.2.2
13712026-07-16T02:38:01.432Z Compiling rustversion v1.0.22
13722026-07-16T02:38:01.455Z Compiling getrandom v0.3.4
13732026-07-16T02:38:01.471Z Compiling cmake v0.1.57
13742026-07-16T02:38:01.620Z Compiling ident_case v1.0.1
13752026-07-16T02:38:01.735Z Compiling dunce v1.0.5
13762026-07-16T02:38:01.772Z Compiling rustix v1.1.3
13772026-07-16T02:38:01.814Z Compiling iana-time-zone v0.1.65
13782026-07-16T02:38:01.831Z Compiling fs_extra v1.3.0
13792026-07-16T02:38:01.956Z Compiling regex-syntax v0.8.10
13802026-07-16T02:38:02.021Z Compiling uuid v1.23.4
13812026-07-16T02:38:02.109Z Compiling aws-lc-sys v0.40.0
13822026-07-16T02:38:02.124Z Compiling base64ct v1.8.3
13832026-07-16T02:38:02.412Z Compiling rand_core v0.9.5
13842026-07-16T02:38:02.486Z Compiling vcpkg v0.2.15
13852026-07-16T02:38:02.559Z Compiling base64 v0.22.1
13862026-07-16T02:38:02.703Z Compiling pem-rfc7468 v0.7.0
13872026-07-16T02:38:02.764Z Compiling rustc_version v0.4.1
13882026-07-16T02:38:02.891Z Compiling tracing-core v0.1.36
13892026-07-16T02:38:02.955Z Compiling serde_derive v1.0.228
13902026-07-16T02:38:03.025Z Compiling zeroize_derive v1.4.3
13912026-07-16T02:38:03.103Z Compiling zerofrom-derive v0.1.6
13922026-07-16T02:38:03.253Z Compiling yoke-derive v0.8.1
13932026-07-16T02:38:03.497Z Compiling zerovec-derive v0.11.2
13942026-07-16T02:38:03.520Z Compiling displaydoc v0.2.5
13952026-07-16T02:38:03.692Z Compiling zeroize v1.8.2
13962026-07-16T02:38:03.905Z Compiling zerocopy-derive v0.8.40
13972026-07-16T02:38:04.374Z Compiling tokio-macros v2.7.0
13982026-07-16T02:38:04.446Z Compiling futures-macro v0.3.32
13992026-07-16T02:38:04.530Z Compiling zerofrom v0.1.6
14002026-07-16T02:38:04.660Z Compiling yoke v0.8.1
14012026-07-16T02:38:04.674Z Compiling openssl-sys v0.9.115
14022026-07-16T02:38:04.850Z Compiling zerovec v0.11.5
14032026-07-16T02:38:04.910Z Compiling zerotrie v0.2.3
14042026-07-16T02:38:05.147Z Compiling crypto-common v0.1.7
14052026-07-16T02:38:05.224Z Compiling block-buffer v0.10.4
14062026-07-16T02:38:05.225Z Compiling der_derive v0.7.3
14072026-07-16T02:38:05.293Z Compiling thiserror-impl v2.0.18
14082026-07-16T02:38:05.307Z Compiling tinystr v0.8.2
14092026-07-16T02:38:05.362Z Compiling potential_utf v0.1.4
14102026-07-16T02:38:05.405Z Compiling futures-util v0.3.32
14112026-07-16T02:38:05.505Z Compiling icu_locale_core v2.1.1
14122026-07-16T02:38:05.523Z Compiling icu_collections v2.1.1
14132026-07-16T02:38:06.001Z Compiling digest v0.10.7
14142026-07-16T02:38:06.192Z Compiling icu_provider v2.1.1
14152026-07-16T02:38:06.247Z Compiling tracing-attributes v0.1.31
14162026-07-16T02:38:06.394Z Compiling aws-lc-rs v1.16.3
14172026-07-16T02:38:06.483Z Compiling bytes v1.11.1
14182026-07-16T02:38:06.517Z Compiling icu_normalizer v2.1.1
14192026-07-16T02:38:06.639Z Compiling icu_properties v2.1.2
14202026-07-16T02:38:06.729Z Compiling chrono v0.4.45
14212026-07-16T02:38:07.117Z Compiling tokio v1.52.1
14222026-07-16T02:38:07.176Z Compiling http v1.4.2
14232026-07-16T02:38:07.645Z Compiling idna_adapter v1.2.1
14242026-07-16T02:38:07.737Z Compiling flagset v0.4.7
14252026-07-16T02:38:07.782Z Compiling idna v1.1.0
14262026-07-16T02:38:07.797Z Compiling tracing v0.1.44
14272026-07-16T02:38:07.867Z Compiling der v0.7.10
14282026-07-16T02:38:08.070Z Compiling url v2.5.8
14292026-07-16T02:38:08.102Z Compiling http-body v1.0.1
14302026-07-16T02:38:08.142Z Compiling thiserror v2.0.18
14312026-07-16T02:38:08.247Z Compiling ppv-lite86 v0.2.21
14322026-07-16T02:38:08.352Z Compiling rustls-pki-types v1.14.0
14332026-07-16T02:38:08.422Z Compiling serde_derive_internals v0.29.1
14342026-07-16T02:38:08.452Z Compiling schemars v0.8.22
14352026-07-16T02:38:08.567Z Compiling rand_chacha v0.9.0
14362026-07-16T02:38:08.660Z Compiling dyn-clone v1.0.20
14372026-07-16T02:38:08.795Z Compiling openssl-probe v0.2.1
14382026-07-16T02:38:08.800Z Compiling tinyvec_macros v0.1.1
14392026-07-16T02:38:08.852Z Compiling cmov v0.5.4
14402026-07-16T02:38:08.873Z Compiling httparse v1.10.1
14412026-07-16T02:38:08.969Z Compiling tinyvec v1.10.0
14422026-07-16T02:38:09.054Z Compiling ctutils v0.4.2
14432026-07-16T02:38:09.069Z Compiling rand v0.9.2
14442026-07-16T02:38:09.239Z Compiling spki v0.7.3
14452026-07-16T02:38:09.279Z Compiling pest_generator v2.8.6
14462026-07-16T02:38:09.292Z Compiling schemars_derive v0.8.22
14472026-07-16T02:38:09.292Z Compiling aho-corasick v1.1.4
14482026-07-16T02:38:09.320Z Compiling atomic-waker v1.1.2
14492026-07-16T02:38:09.432Z Compiling untrusted v0.7.1
14502026-07-16T02:38:09.443Z Compiling tower-service v0.3.3
14512026-07-16T02:38:09.534Z Compiling try-lock v0.2.5
14522026-07-16T02:38:09.550Z Compiling tower-layer v0.3.3
14532026-07-16T02:38:09.639Z Compiling tempfile v3.25.0
14542026-07-16T02:38:09.711Z Compiling want v0.3.1
14552026-07-16T02:38:09.873Z Compiling hybrid-array v0.4.13
14562026-07-16T02:38:09.954Z Compiling pest_derive v2.8.6
14572026-07-16T02:38:10.002Z Compiling ipnet v2.11.0
14582026-07-16T02:38:10.134Z Compiling regex-automata v0.4.14
14592026-07-16T02:38:10.386Z Compiling scroll_derive v0.13.1
14602026-07-16T02:38:10.485Z Compiling darling_core v0.20.11
14612026-07-16T02:38:10.636Z Compiling foreign-types-shared v0.1.1
14622026-07-16T02:38:10.724Z Compiling httpdate v1.0.3
14632026-07-16T02:38:10.945Z Compiling tokio-util v0.7.18
14642026-07-16T02:38:10.958Z Compiling openssl v0.10.79
14652026-07-16T02:38:11.189Z Compiling untrusted v0.9.0
14662026-07-16T02:38:11.203Z Compiling cpufeatures v0.2.17
14672026-07-16T02:38:11.277Z Compiling rustls v0.23.41
14682026-07-16T02:38:11.326Z Compiling scroll v0.13.0
14692026-07-16T02:38:11.459Z Compiling foreign-types v0.3.2
14702026-07-16T02:38:11.532Z Compiling pkcs8 v0.10.2
14712026-07-16T02:38:11.585Z Compiling unicode-normalization v0.1.25
14722026-07-16T02:38:11.795Z Compiling h2 v0.4.15
14732026-07-16T02:38:12.011Z Compiling openssl-macros v0.1.1
14742026-07-16T02:38:12.077Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14752026-07-16T02:38:12.223Z Compiling spin v0.9.8
14762026-07-16T02:38:12.412Z Compiling native-tls v0.2.18
14772026-07-16T02:38:12.430Z Compiling crc32fast v1.5.0
14782026-07-16T02:38:12.475Z Compiling powerfmt v0.2.0
14792026-07-16T02:38:12.626Z Compiling time-core v0.1.8
14802026-07-16T02:38:12.681Z Compiling num-conv v0.2.0
14812026-07-16T02:38:12.752Z Compiling darling_macro v0.20.11
14822026-07-16T02:38:12.777Z Compiling deranged v0.5.8
14832026-07-16T02:38:12.806Z Compiling time-macros v0.2.27
14842026-07-16T02:38:13.228Z Compiling darling v0.20.11
14852026-07-16T02:38:13.310Z Compiling goblin v0.10.5
14862026-07-16T02:38:13.716Z Compiling sha2 v0.10.9
14872026-07-16T02:38:13.870Z Compiling hmac v0.12.1
14882026-07-16T02:38:14.031Z Compiling sync_wrapper v1.0.2
14892026-07-16T02:38:14.141Z Compiling wait-timeout v0.2.1
14902026-07-16T02:38:14.218Z Compiling bit-vec v0.8.0
14912026-07-16T02:38:14.400Z Compiling quick-error v1.2.3
14922026-07-16T02:38:14.449Z Compiling usdt-impl v0.6.0
14932026-07-16T02:38:14.503Z Compiling num_threads v0.1.7
14942026-07-16T02:38:14.599Z Compiling siphasher v1.0.2
14952026-07-16T02:38:14.656Z Compiling crossbeam-utils v0.8.21
14962026-07-16T02:38:14.781Z Compiling simd-adler32 v0.3.8
14972026-07-16T02:38:14.952Z Compiling hyper v1.10.1
14982026-07-16T02:38:15.023Z Compiling syn v1.0.109
14992026-07-16T02:38:15.414Z Compiling time v0.3.47
15002026-07-16T02:38:15.431Z Compiling rusty-fork v0.3.1
15012026-07-16T02:38:15.730Z Compiling bit-set v0.8.0
15022026-07-16T02:38:15.744Z Compiling tower v0.5.3
15032026-07-16T02:38:15.809Z Compiling derive_builder_core v0.20.2
15042026-07-16T02:38:16.066Z Compiling hyper-util v0.1.20
15052026-07-16T02:38:16.214Z Compiling dof v0.4.0
15062026-07-16T02:38:16.522Z Compiling dtrace-parser v0.3.0
15072026-07-16T02:38:16.668Z Compiling http-body-util v0.1.3
15082026-07-16T02:38:16.909Z Compiling heapless v0.7.17
15092026-07-16T02:38:17.023Z Compiling scroll_derive v0.12.1
15102026-07-16T02:38:17.162Z Compiling thiserror-impl v1.0.69
15112026-07-16T02:38:17.320Z Compiling rand_xorshift v0.4.0
15122026-07-16T02:38:17.422Z Compiling slog v2.8.2
15132026-07-16T02:38:17.453Z Compiling darling_core v0.21.3
15142026-07-16T02:38:17.482Z Compiling bzip2-sys v0.1.13+1.0.8
15152026-07-16T02:38:17.620Z Compiling thread-id v5.1.0
15162026-07-16T02:38:17.697Z Compiling cookie v0.18.1
15172026-07-16T02:38:17.711Z Compiling unicode-properties v0.1.4
15182026-07-16T02:38:17.771Z Compiling zstd-safe v7.2.4
15192026-07-16T02:38:17.855Z Compiling anyhow v1.0.102
15202026-07-16T02:38:17.891Z Compiling unarray v0.1.4
15212026-07-16T02:38:17.916Z Compiling iri-string v0.7.10
15222026-07-16T02:38:17.976Z Compiling allocator-api2 v0.2.21
15232026-07-16T02:38:17.998Z Compiling unicode-bidi v0.3.18
15242026-07-16T02:38:18.157Z Compiling adler2 v2.0.1
15252026-07-16T02:38:18.286Z Compiling signal-hook v0.3.18
15262026-07-16T02:38:18.300Z Compiling ryu v1.0.23
15272026-07-16T02:38:18.436Z Compiling paste v1.0.15
15282026-07-16T02:38:18.469Z Compiling thiserror v1.0.69
15292026-07-16T02:38:18.497Z Compiling serde_urlencoded v0.7.1
15302026-07-16T02:38:18.512Z Compiling stringprep v0.1.5
15312026-07-16T02:38:18.579Z Compiling miniz_oxide v0.8.9
15322026-07-16T02:38:18.753Z Compiling proptest v1.10.0
15332026-07-16T02:38:18.982Z Compiling scroll v0.12.0
15342026-07-16T02:38:19.164Z Compiling tower-http v0.6.8
15352026-07-16T02:38:19.442Z Compiling derive_builder_macro v0.20.2
15362026-07-16T02:38:19.550Z Compiling camino v1.2.2
15372026-07-16T02:38:19.797Z Compiling tokio-native-tls v0.3.1
15382026-07-16T02:38:19.900Z Compiling bstr v1.12.1
15392026-07-16T02:38:19.917Z Compiling ipnetwork v0.21.1
15402026-07-16T02:38:19.931Z Compiling darling_macro v0.21.3
15412026-07-16T02:38:19.959Z Compiling block-buffer v0.12.1
15422026-07-16T02:38:19.963Z Compiling crypto-common v0.2.2
15432026-07-16T02:38:20.153Z Compiling block-padding v0.4.2
15442026-07-16T02:38:20.306Z Compiling rustls-native-certs v0.8.3
15452026-07-16T02:38:20.321Z Compiling rand_chacha v0.3.1
15462026-07-16T02:38:20.416Z Compiling toml_datetime v0.6.11
15472026-07-16T02:38:20.521Z Compiling serde_spanned v0.6.9
15482026-07-16T02:38:20.590Z Compiling erased-serde v0.3.31
15492026-07-16T02:38:20.663Z Compiling serde_tokenstream v0.2.3
15502026-07-16T02:38:20.663Z Compiling hex v0.4.3
15512026-07-16T02:38:20.938Z Compiling signature v2.2.0
15522026-07-16T02:38:20.974Z Compiling md-5 v0.10.6
15532026-07-16T02:38:21.073Z Compiling curve25519-dalek v4.1.3
15542026-07-16T02:38:21.098Z Compiling async-trait v0.1.89
15552026-07-16T02:38:21.119Z Compiling pin-project-internal v1.1.11
15562026-07-16T02:38:21.138Z Compiling zerocopy-derive v0.7.35
15572026-07-16T02:38:21.411Z Compiling vergen-lib v9.1.0
15582026-07-16T02:38:21.632Z Compiling hash32 v0.2.1
15592026-07-16T02:38:21.738Z Compiling num-integer v0.1.46
15602026-07-16T02:38:21.823Z Compiling memoffset v0.9.1
15612026-07-16T02:38:22.005Z Compiling encoding_rs v0.8.35
15622026-07-16T02:38:22.030Z Compiling cfg_aliases v0.2.1
15632026-07-16T02:38:22.064Z Compiling litrs v1.0.0
15642026-07-16T02:38:22.103Z Compiling psl-types v2.0.11
15652026-07-16T02:38:22.148Z Compiling rustix v0.38.44
15662026-07-16T02:38:22.227Z Compiling smoltcp v0.9.1
15672026-07-16T02:38:22.242Z Compiling num-bigint-dig v0.8.6
15682026-07-16T02:38:22.441Z Compiling fallible-iterator v0.2.0
15692026-07-16T02:38:22.505Z Compiling mime v0.3.17
15702026-07-16T02:38:22.569Z Compiling ref-cast v1.0.25
15712026-07-16T02:38:22.572Z Compiling zlib-rs v0.6.2
15722026-07-16T02:38:22.758Z Compiling postgres-protocol v0.6.10
15732026-07-16T02:38:22.789Z Compiling document-features v0.2.12
15742026-07-16T02:38:23.038Z Compiling pin-project v1.1.11
15752026-07-16T02:38:23.139Z Compiling publicsuffix v2.3.0
15762026-07-16T02:38:23.301Z Compiling nix v0.31.2
15772026-07-16T02:38:23.398Z Compiling zerocopy v0.7.35
15782026-07-16T02:38:23.413Z Compiling num-iter v0.1.45
15792026-07-16T02:38:23.568Z Compiling hubpack_derive v0.1.1
15802026-07-16T02:38:23.623Z Compiling newtype-uuid v1.3.2
15812026-07-16T02:38:23.930Z Compiling rand v0.8.6
15822026-07-16T02:38:23.945Z Compiling darling v0.21.3
15832026-07-16T02:38:23.982Z Compiling inout v0.2.2
15842026-07-16T02:38:24.006Z Compiling oxnet v0.1.6
15852026-07-16T02:38:24.022Z Compiling hyper-tls v0.6.0
15862026-07-16T02:38:24.064Z Compiling derive_builder v0.20.2
15872026-07-16T02:38:24.238Z Compiling goblin v0.8.2
15882026-07-16T02:38:24.752Z Compiling phf_shared v0.13.1
15892026-07-16T02:38:24.767Z Compiling lazy_static v1.5.0
15902026-07-16T02:38:24.857Z Compiling regex v1.12.3
15912026-07-16T02:38:24.937Z Compiling anstyle-parse v0.2.7
15922026-07-16T02:38:24.984Z Compiling futures-executor v0.3.32
15932026-07-16T02:38:25.016Z Compiling terminal_size v0.4.3
15942026-07-16T02:38:25.119Z Compiling daft-derive v0.1.7
15952026-07-16T02:38:25.150Z Compiling strum_macros v0.27.2
15962026-07-16T02:38:25.236Z Compiling snafu-derive v0.8.9
15972026-07-16T02:38:25.272Z Compiling curve25519-dalek-derive v0.1.1
15982026-07-16T02:38:25.848Z Compiling flate2 v1.1.9
15992026-07-16T02:38:25.888Z Compiling ref-cast-impl v1.0.25
16002026-07-16T02:38:25.919Z Compiling vergen v9.1.0
16012026-07-16T02:38:26.114Z Compiling cargo-platform v0.3.2
16022026-07-16T02:38:26.250Z Compiling ff v0.13.1
16032026-07-16T02:38:26.384Z Compiling fs-err v3.3.0
16042026-07-16T02:38:26.398Z Compiling ahash v0.8.12
16052026-07-16T02:38:26.433Z Compiling bumpalo v3.20.2
16062026-07-16T02:38:26.586Z Compiling foldhash v0.2.0
16072026-07-16T02:38:26.650Z Compiling object v0.37.3
16082026-07-16T02:38:26.752Z Compiling winnow v0.5.40
16092026-07-16T02:38:26.851Z Compiling base16ct v0.2.0
16102026-07-16T02:38:26.940Z Compiling foldhash v0.1.5
16112026-07-16T02:38:27.032Z Compiling libbz2-rs-sys v0.2.2
16122026-07-16T02:38:27.114Z Compiling same-file v1.0.6
16132026-07-16T02:38:27.133Z Compiling unicode-segmentation v1.12.0
16142026-07-16T02:38:27.136Z Compiling bitflags v1.3.2
16152026-07-16T02:38:27.223Z Compiling managed v0.8.0
16162026-07-16T02:38:27.275Z Compiling walkdir v2.5.0
16172026-07-16T02:38:27.439Z Compiling bzip2 v0.6.1
16182026-07-16T02:38:27.585Z Compiling snafu v0.8.9
16192026-07-16T02:38:27.651Z Compiling strum v0.27.2
16202026-07-16T02:38:27.712Z Compiling hashbrown v0.15.5
16212026-07-16T02:38:27.726Z Compiling sec1 v0.7.3
16222026-07-16T02:38:27.825Z Compiling hashbrown v0.16.1
16232026-07-16T02:38:27.941Z Compiling clap_builder v4.6.0
16242026-07-16T02:38:27.997Z Compiling zopfli v0.8.3
16252026-07-16T02:38:28.204Z Compiling toml_edit v0.19.15
16262026-07-16T02:38:28.397Z Compiling dof v0.3.0
16272026-07-16T02:38:28.412Z Compiling group v0.13.0
16282026-07-16T02:38:28.412Z Compiling cargo_metadata v0.23.1
16292026-07-16T02:38:28.651Z Compiling daft v0.1.7
16302026-07-16T02:38:28.933Z Compiling futures v0.3.32
16312026-07-16T02:38:29.017Z Compiling anstream v0.6.21
16322026-07-16T02:38:29.098Z Compiling phf v0.13.1
16332026-07-16T02:38:29.261Z Compiling signal-hook-mio v0.2.5
16342026-07-16T02:38:29.696Z Compiling cookie_store v0.22.1
16352026-07-16T02:38:29.732Z Compiling zstd v0.13.3
16362026-07-16T02:38:29.746Z Compiling bzip2 v0.4.4
16372026-07-16T02:38:29.947Z Compiling reqwest v0.12.28
16382026-07-16T02:38:29.993Z Compiling cipher v0.5.2
16392026-07-16T02:38:30.286Z Compiling serde_with_macros v3.17.0
16402026-07-16T02:38:30.334Z Compiling hubpack v0.1.2
16412026-07-16T02:38:30.655Z Compiling postgres-types v0.2.12
16422026-07-16T02:38:30.896Z Compiling ed25519 v2.2.3
16432026-07-16T02:38:31.204Z Compiling usdt-macro v0.6.0
16442026-07-16T02:38:31.409Z Compiling usdt-attr-macro v0.6.0
16452026-07-16T02:38:31.579Z Compiling globset v0.4.18
16462026-07-16T02:38:31.825Z Compiling dtrace-parser v0.2.0
16472026-07-16T02:38:31.918Z Compiling phf_shared v0.11.3
16482026-07-16T02:38:31.980Z Compiling hkdf v0.12.4
16492026-07-16T02:38:32.105Z Compiling olpc-cjson v0.1.4
16502026-07-16T02:38:32.163Z Compiling pkcs1 v0.7.5
16512026-07-16T02:38:32.264Z Compiling serde_plain v1.0.2
16522026-07-16T02:38:32.269Z Compiling serde-big-array v0.5.1
16532026-07-16T02:38:32.293Z Compiling crypto-bigint v0.5.5
16542026-07-16T02:38:32.407Z Compiling async-recursion v1.1.1
16552026-07-16T02:38:32.470Z Compiling enum-as-inner v0.6.1
16562026-07-16T02:38:32.557Z Compiling clap_derive v4.6.1
16572026-07-16T02:38:32.583Z Compiling strum_macros v0.26.4
16582026-07-16T02:38:32.979Z Compiling serde_repr v0.1.20
16592026-07-16T02:38:33.061Z Compiling pem v3.0.6
16602026-07-16T02:38:33.391Z Compiling float-cmp v0.10.0
16612026-07-16T02:38:33.510Z Compiling thread-id v4.2.2
16622026-07-16T02:38:33.540Z Compiling memmap2 v0.9.10
16632026-07-16T02:38:33.593Z Compiling env_filter v1.0.0
16642026-07-16T02:38:33.651Z Compiling winnow v1.0.3
16652026-07-16T02:38:33.755Z Compiling static_assertions v1.1.0
16662026-07-16T02:38:33.832Z Compiling predicates-core v1.0.10
16672026-07-16T02:38:33.897Z Compiling precomputed-hash v0.1.1
16682026-07-16T02:38:33.984Z Compiling new_debug_unreachable v1.0.6
16692026-07-16T02:38:34.006Z Compiling keccak v0.1.6
16702026-07-16T02:38:34.022Z Compiling fixedbitset v0.4.2
16712026-07-16T02:38:34.050Z Compiling difflib v0.4.0
16722026-07-16T02:38:34.237Z Compiling cpufeatures v0.3.0
16732026-07-16T02:38:34.294Z Compiling normalize-line-endings v0.3.0
16742026-07-16T02:38:34.313Z Compiling whoami v2.1.0
16752026-07-16T02:38:34.327Z Compiling jiff v0.2.21
16762026-07-16T02:38:34.379Z Compiling const-oid v0.10.2
16772026-07-16T02:38:34.392Z Compiling either v1.15.0
16782026-07-16T02:38:34.576Z Compiling data-encoding v2.10.0
16792026-07-16T02:38:34.594Z Compiling fixedbitset v0.5.7
16802026-07-16T02:38:34.607Z Compiling typed-path v0.9.3
16812026-07-16T02:38:34.678Z Compiling itertools v0.13.0
16822026-07-16T02:38:34.742Z Compiling digest v0.11.3
16832026-07-16T02:38:34.891Z Compiling hickory-proto v0.25.2
16842026-07-16T02:38:34.955Z Compiling petgraph v0.8.3
16852026-07-16T02:38:34.969Z Compiling tokio-postgres v0.7.16
16862026-07-16T02:38:35.258Z Compiling predicates v3.1.4
16872026-07-16T02:38:35.795Z Compiling toml_edit v0.22.27
16882026-07-16T02:38:35.892Z Compiling strum v0.26.3
16892026-07-16T02:38:35.906Z Compiling clap v4.6.1
16902026-07-16T02:38:35.988Z Compiling chacha20 v0.10.0
16912026-07-16T02:38:36.020Z Compiling petgraph v0.6.5
16922026-07-16T02:38:36.353Z Compiling sha3 v0.10.8
16932026-07-16T02:38:36.835Z Compiling string_cache v0.8.9
16942026-07-16T02:38:36.942Z Compiling zip v4.6.1
16952026-07-16T02:38:37.071Z Compiling toml_parser v1.1.2+spec-1.1.0
16962026-07-16T02:38:37.165Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16972026-07-16T02:38:37.559Z Compiling env_logger v0.11.9
16982026-07-16T02:38:37.708Z Compiling usdt v0.6.0
16992026-07-16T02:38:37.903Z Compiling usdt-impl v0.5.0
17002026-07-16T02:38:37.918Z Compiling elliptic-curve v0.13.8
17012026-07-16T02:38:37.965Z Compiling rsa v0.9.10
17022026-07-16T02:38:38.319Z Compiling crossterm v0.28.1
17032026-07-16T02:38:38.473Z Compiling serde_with v3.17.0
17042026-07-16T02:38:38.519Z Compiling ed25519-dalek v2.2.0
17052026-07-16T02:38:39.174Z Compiling zip v0.6.6
17062026-07-16T02:38:39.653Z Compiling toml v0.7.8
17072026-07-16T02:38:39.758Z Compiling iddqd v0.4.2
17082026-07-16T02:38:40.206Z Compiling similar v2.7.0
17092026-07-16T02:38:40.290Z Compiling heck v0.4.1
17102026-07-16T02:38:40.298Z Compiling byte-wrapper v0.1.0
17112026-07-16T02:38:40.399Z Compiling crossbeam-epoch v0.9.18
17122026-07-16T02:38:40.447Z Compiling tokio-stream v0.1.18
17132026-07-16T02:38:40.581Z Compiling buf-list v1.1.2
17142026-07-16T02:38:40.705Z Compiling x509-cert v0.2.5
17152026-07-16T02:38:40.858Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17162026-07-16T02:38:40.904Z Compiling openapiv3 v2.2.0
17172026-07-16T02:38:41.028Z Compiling peg-runtime v0.8.5
17182026-07-16T02:38:41.074Z Compiling lalrpop-util v0.19.12
17192026-07-16T02:38:41.153Z Compiling thread_local v1.1.9
17202026-07-16T02:38:41.274Z Compiling slog-async v2.8.0
17212026-07-16T02:38:41.278Z Compiling crossbeam-channel v0.5.15
17222026-07-16T02:38:41.305Z Compiling is-terminal v0.4.17
17232026-07-16T02:38:41.400Z Compiling filetime v0.2.27
17242026-07-16T02:38:41.400Z Compiling term v1.2.1
17252026-07-16T02:38:41.578Z Compiling xattr v1.6.1
17262026-07-16T02:38:41.628Z Compiling take_mut v0.2.2
17272026-07-16T02:38:41.751Z Compiling tar v0.4.46
17282026-07-16T02:38:41.760Z Compiling slog-term v2.9.2
17292026-07-16T02:38:42.013Z Compiling camino-tempfile v1.4.1
17302026-07-16T02:38:51.949Z Compiling rustls-webpki v0.103.13
17312026-07-16T02:38:54.619Z Compiling tokio-rustls v0.26.4
17322026-07-16T02:38:54.619Z Compiling rustls-platform-verifier v0.6.2
17332026-07-16T02:38:54.625Z Compiling tough v0.22.0
17342026-07-16T02:38:54.821Z Compiling hyper-rustls v0.27.7
17352026-07-16T02:38:55.017Z Compiling reqwest v0.13.2
17362026-07-16T02:38:57.268Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17372026-07-16T02:38:57.491Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17382026-07-16T02:39:00.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17392026-07-16T02:39:00.504Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17402026-07-16T02:39:00.558ZJul 16 02:38:58.908 INFO Starting download, target: Cockroach
17412026-07-16T02:39:00.558ZJul 16 02:38:58.908 INFO Starting download, target: Clickhouse
17422026-07-16T02:39:00.558ZJul 16 02:38:58.908 INFO Starting download, target: Console
17432026-07-16T02:39:00.566ZJul 16 02:38:58.908 INFO Starting download, target: DendriteStub
17442026-07-16T02:39:00.567ZJul 16 02:38:58.908 INFO Starting download, target: MaghemiteMgd
17452026-07-16T02:39:00.567ZJul 16 02:38:58.908 INFO Starting download, target: MaghemiteDdmd
17462026-07-16T02:39:00.568ZJul 16 02:38:58.908 INFO Starting download, target: TransceiverControl
17472026-07-16T02:39:00.568ZJul 16 02:38:58.908 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17482026-07-16T02:39:00.568ZJul 16 02:38:58.908 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17492026-07-16T02:39:00.568ZJul 16 02:38:58.908 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17502026-07-16T02:39:00.568ZJul 16 02:38:58.909 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17512026-07-16T02:39:00.568ZJul 16 02:38:58.909 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17522026-07-16T02:39:00.568ZJul 16 02:38:58.909 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17532026-07-16T02:39:00.568ZJul 16 02:38:58.909 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17542026-07-16T02:39:01.429ZJul 16 02:38:59.776 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17552026-07-16T02:39:01.649ZJul 16 02:38:59.996 INFO Download complete, target: TransceiverControl
17562026-07-16T02:39:02.678ZJul 16 02:39:01.008 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17572026-07-16T02:39:02.748ZJul 16 02:39:01.010 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17582026-07-16T02:39:02.934ZJul 16 02:39:01.266 INFO Download complete, target: Console
17592026-07-16T02:39:04.209ZJul 16 02:39:02.549 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17602026-07-16T02:39:04.346ZJul 16 02:39:02.687 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17612026-07-16T02:39:04.591ZJul 16 02:39:02.918 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17622026-07-16T02:39:05.332ZJul 16 02:39:03.667 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17632026-07-16T02:39:05.332ZJul 16 02:39:03.667 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17642026-07-16T02:39:06.212ZJul 16 02:39:04.562 INFO Download complete, target: MaghemiteDdmd
17652026-07-16T02:39:06.910ZJul 16 02:39:05.261 INFO Download complete, target: DendriteStub
17662026-07-16T02:39:07.233ZJul 16 02:39:05.584 INFO Download complete, target: MaghemiteMgd
17672026-07-16T02:39:09.491ZJul 16 02:39:07.842 INFO Checking that binary works, target: Clickhouse
17682026-07-16T02:39:09.627ZJul 16 02:39:07.978 INFO Download complete, target: Clickhouse
17692026-07-16T02:39:09.969ZJul 16 02:39:08.320 INFO Checking that binary works, target: Cockroach
17702026-07-16T02:39:10.085ZJul 16 02:39:08.434 INFO Download complete, target: Cockroach
17712026-07-16T02:39:10.098ZAll builder prerequisites installed successfully, and PATH looks valid
17722026-07-16T02:39:10.103Z
17732026-07-16T02:39:10.103Zreal 2:01.352227013
17742026-07-16T02:39:10.103Zuser 6:37.175230211
17752026-07-16T02:39:10.103Zsys 1:21.035519789
17762026-07-16T02:39:10.103Ztrap 0.219887320
17772026-07-16T02:39:10.103Ztflt 0.463175211
17782026-07-16T02:39:10.103Zdflt 0.776851493
17792026-07-16T02:39:10.103Zkflt 0.023713035
17802026-07-16T02:39:10.103Zlock 22:57.276403700
17812026-07-16T02:39:10.103Zslp 20:04.464835837
17822026-07-16T02:39:10.103Zlat 42.651839743
17832026-07-16T02:39:10.103Zstop 1:57.332576033
17842026-07-16T02:39:10.103Z+ banner hack-check
17852026-07-16T02:39:10.104Z
17862026-07-16T02:39:10.104Z # # ## #### # # #### # # ###### #### # #
17872026-07-16T02:39:10.104Z # # # # # # # # # # # # # # # # #
17882026-07-16T02:39:10.104Z ###### # # # #### ##### # ###### ##### # ####
17892026-07-16T02:39:10.104Z # # ###### # # # # # # # # # #
17902026-07-16T02:39:10.104Z # # # # # # # # # # # # # # # # #
17912026-07-16T02:39:10.104Z # # # # #### # # #### # # ###### #### # #
17922026-07-16T02:39:10.104Z
17932026-07-16T02:39:10.104Z+ export CARGO_INCREMENTAL=0
17942026-07-16T02:39:10.104Z+ CARGO_INCREMENTAL=0
17952026-07-16T02:39:10.104Z+ ptime -m timeout 2h cargo xtask check-features --ci
17962026-07-16T02:39:10.559Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17972026-07-16T02:39:10.840Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17982026-07-16T02:39:12.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
17992026-07-16T02:39:12.636Z Running `target/debug/xtask check-features --ci`
18002026-07-16T02:39:12.660Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18012026-07-16T02:39:12.660Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18022026-07-16T02:39:13.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18032026-07-16T02:39:13.095Z Running `target/debug/xtask download cargo-hack`
18042026-07-16T02:39:13.841Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18052026-07-16T02:39:14.167Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18062026-07-16T02:39:16.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.56s
18072026-07-16T02:39:16.851Z Running `target/debug/xtask-downloader cargo-hack`
18082026-07-16T02:39:16.896ZJul 16 02:39:15.245 INFO Starting download, target: CargoHack
18092026-07-16T02:39:16.899ZJul 16 02:39:15.245 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18102026-07-16T02:39:17.243ZJul 16 02:39:15.594 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18112026-07-16T02:39:17.294ZJul 16 02:39:15.645 INFO Download complete, target: CargoHack
18122026-07-16T02:39:17.297Zrunning: "/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"
18132026-07-16T02:39:17.310Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18142026-07-16T02:39:17.469Zinfo: running `cargo check --bins` on api_identity (1/301)
18152026-07-16T02:39:17.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18162026-07-16T02:39:17.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18172026-07-16T02:39:17.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18182026-07-16T02:39:17.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18192026-07-16T02:39:17.982Z
18202026-07-16T02:39:17.982Zinfo: running `cargo check --bins` on bootstore (2/301)
18212026-07-16T02:39:18.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18222026-07-16T02:39:18.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18232026-07-16T02:39:18.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18242026-07-16T02:39:18.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18252026-07-16T02:39:18.498Z
18262026-07-16T02:39:18.498Zinfo: running `cargo check --bins` on omicron-ledger (3/301)
18272026-07-16T02:39:18.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18282026-07-16T02:39:18.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18292026-07-16T02:39:18.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18302026-07-16T02:39:18.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18312026-07-16T02:39:19.015Z
18322026-07-16T02:39:19.015Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/301)
18332026-07-16T02:39:19.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18342026-07-16T02:39:19.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18352026-07-16T02:39:19.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18362026-07-16T02:39:19.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18372026-07-16T02:39:19.526Z
18382026-07-16T02:39:19.526Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/301)
18392026-07-16T02:39:19.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18402026-07-16T02:39:19.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18412026-07-16T02:39:19.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18422026-07-16T02:39:19.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18432026-07-16T02:39:20.043Z
18442026-07-16T02:39:20.043Zinfo: running `cargo check --bins` on omicron-certificates (6/301)
18452026-07-16T02:39:20.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18462026-07-16T02:39:20.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18472026-07-16T02:39:20.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18482026-07-16T02:39:20.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18492026-07-16T02:39:20.573Z
18502026-07-16T02:39:20.573Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/301)
18512026-07-16T02:39:21.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18522026-07-16T02:39:21.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18532026-07-16T02:39:21.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18542026-07-16T02:39:21.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18552026-07-16T02:39:21.104Z
18562026-07-16T02:39:21.104Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/301)
18572026-07-16T02:39:21.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18582026-07-16T02:39:21.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18592026-07-16T02:39:21.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18602026-07-16T02:39:21.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18612026-07-16T02:39:21.629Z
18622026-07-16T02:39:21.629Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/301)
18632026-07-16T02:39:21.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18642026-07-16T02:39:21.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18652026-07-16T02:39:21.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18662026-07-16T02:39:21.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18672026-07-16T02:39:22.031Z
18682026-07-16T02:39:22.031Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/301)
18692026-07-16T02:39:22.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18702026-07-16T02:39:22.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18712026-07-16T02:39:22.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18722026-07-16T02:39:22.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18732026-07-16T02:39:22.428Z
18742026-07-16T02:39:22.428Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/301)
18752026-07-16T02:39:22.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18762026-07-16T02:39:22.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18772026-07-16T02:39:22.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18782026-07-16T02:39:22.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18792026-07-16T02:39:22.827Z
18802026-07-16T02:39:22.828Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/301)
18812026-07-16T02:39:23.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18822026-07-16T02:39:23.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18832026-07-16T02:39:23.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18842026-07-16T02:39:23.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18852026-07-16T02:39:23.223Z
18862026-07-16T02:39:23.223Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/301)
18872026-07-16T02:39:23.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882026-07-16T02:39:23.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892026-07-16T02:39:23.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902026-07-16T02:39:23.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18912026-07-16T02:39:23.618Z
18922026-07-16T02:39:23.618Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/301)
18932026-07-16T02:39:23.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942026-07-16T02:39:23.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952026-07-16T02:39:23.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962026-07-16T02:39:23.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18972026-07-16T02:39:24.017Z
18982026-07-16T02:39:24.018Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/301)
18992026-07-16T02:39:24.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002026-07-16T02:39:24.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012026-07-16T02:39:24.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022026-07-16T02:39:24.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19032026-07-16T02:39:24.414Z
19042026-07-16T02:39:24.414Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/301)
19052026-07-16T02:39:24.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062026-07-16T02:39:24.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072026-07-16T02:39:24.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082026-07-16T02:39:24.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19092026-07-16T02:39:24.812Z
19102026-07-16T02:39:24.812Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/301)
19112026-07-16T02:39:25.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122026-07-16T02:39:25.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132026-07-16T02:39:25.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142026-07-16T02:39:25.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19152026-07-16T02:39:25.210Z
19162026-07-16T02:39:25.210Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/301)
19172026-07-16T02:39:25.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182026-07-16T02:39:25.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192026-07-16T02:39:25.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202026-07-16T02:39:25.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19212026-07-16T02:39:25.612Z
19222026-07-16T02:39:25.612Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/301)
19232026-07-16T02:39:25.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242026-07-16T02:39:25.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252026-07-16T02:39:25.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262026-07-16T02:39:25.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19272026-07-16T02:39:26.011Z
19282026-07-16T02:39:26.011Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/301)
19292026-07-16T02:39:26.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302026-07-16T02:39:26.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312026-07-16T02:39:26.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322026-07-16T02:39:26.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19332026-07-16T02:39:26.412Z
19342026-07-16T02:39:26.412Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/301)
19352026-07-16T02:39:26.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362026-07-16T02:39:26.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372026-07-16T02:39:26.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19382026-07-16T02:39:26.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19392026-07-16T02:39:26.812Z
19402026-07-16T02:39:26.812Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/301)
19412026-07-16T02:39:27.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422026-07-16T02:39:27.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432026-07-16T02:39:27.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442026-07-16T02:39:27.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19452026-07-16T02:39:27.213Z
19462026-07-16T02:39:27.213Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/301)
19472026-07-16T02:39:27.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482026-07-16T02:39:27.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492026-07-16T02:39:27.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502026-07-16T02:39:27.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19512026-07-16T02:39:27.617Z
19522026-07-16T02:39:27.617Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/301)
19532026-07-16T02:39:27.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542026-07-16T02:39:27.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552026-07-16T02:39:27.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19562026-07-16T02:39:27.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19572026-07-16T02:39:28.023Z
19582026-07-16T02:39:28.023Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/301)
19592026-07-16T02:39:28.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602026-07-16T02:39:28.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612026-07-16T02:39:28.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19622026-07-16T02:39:28.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19632026-07-16T02:39:28.426Z
19642026-07-16T02:39:28.426Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/301)
19652026-07-16T02:39:28.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662026-07-16T02:39:28.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672026-07-16T02:39:28.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682026-07-16T02:39:28.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19692026-07-16T02:39:28.828Z
19702026-07-16T02:39:28.828Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/301)
19712026-07-16T02:39:29.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722026-07-16T02:39:29.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732026-07-16T02:39:29.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742026-07-16T02:39:29.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19752026-07-16T02:39:29.229Z
19762026-07-16T02:39:29.229Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/301)
19772026-07-16T02:39:29.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782026-07-16T02:39:29.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792026-07-16T02:39:29.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802026-07-16T02:39:29.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19812026-07-16T02:39:29.630Z
19822026-07-16T02:39:29.630Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/301)
19832026-07-16T02:39:29.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842026-07-16T02:39:29.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852026-07-16T02:39:29.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862026-07-16T02:39:29.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19872026-07-16T02:39:30.032Z
19882026-07-16T02:39:30.032Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/301)
19892026-07-16T02:39:30.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902026-07-16T02:39:30.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912026-07-16T02:39:30.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922026-07-16T02:39:30.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19932026-07-16T02:39:30.432Z
19942026-07-16T02:39:30.432Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/301)
19952026-07-16T02:39:30.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962026-07-16T02:39:30.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972026-07-16T02:39:30.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982026-07-16T02:39:30.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19992026-07-16T02:39:30.830Z
20002026-07-16T02:39:30.830Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/301)
20012026-07-16T02:39:31.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022026-07-16T02:39:31.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032026-07-16T02:39:31.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042026-07-16T02:39:31.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20052026-07-16T02:39:31.233Z
20062026-07-16T02:39:31.233Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/301)
20072026-07-16T02:39:31.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082026-07-16T02:39:31.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092026-07-16T02:39:31.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102026-07-16T02:39:31.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20112026-07-16T02:39:31.633Z
20122026-07-16T02:39:31.633Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/301)
20132026-07-16T02:39:31.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142026-07-16T02:39:31.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152026-07-16T02:39:31.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162026-07-16T02:39:31.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20172026-07-16T02:39:32.035Z
20182026-07-16T02:39:32.035Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/301)
20192026-07-16T02:39:32.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202026-07-16T02:39:32.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212026-07-16T02:39:32.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222026-07-16T02:39:32.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20232026-07-16T02:39:32.437Z
20242026-07-16T02:39:32.437Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/301)
20252026-07-16T02:39:32.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262026-07-16T02:39:32.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272026-07-16T02:39:32.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282026-07-16T02:39:32.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20292026-07-16T02:39:32.840Z
20302026-07-16T02:39:32.840Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/301)
20312026-07-16T02:39:33.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322026-07-16T02:39:33.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332026-07-16T02:39:33.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342026-07-16T02:39:33.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20352026-07-16T02:39:33.241Z
20362026-07-16T02:39:33.241Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/301)
20372026-07-16T02:39:33.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382026-07-16T02:39:33.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392026-07-16T02:39:33.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402026-07-16T02:39:33.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20412026-07-16T02:39:33.638Z
20422026-07-16T02:39:33.638Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/301)
20432026-07-16T02:39:33.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442026-07-16T02:39:33.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452026-07-16T02:39:33.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462026-07-16T02:39:33.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20472026-07-16T02:39:34.044Z
20482026-07-16T02:39:34.045Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/301)
20492026-07-16T02:39:34.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502026-07-16T02:39:34.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512026-07-16T02:39:34.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522026-07-16T02:39:34.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20532026-07-16T02:39:34.449Z
20542026-07-16T02:39:34.449Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/301)
20552026-07-16T02:39:34.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562026-07-16T02:39:34.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572026-07-16T02:39:34.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582026-07-16T02:39:34.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20592026-07-16T02:39:34.853Z
20602026-07-16T02:39:34.853Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/301)
20612026-07-16T02:39:35.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622026-07-16T02:39:35.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632026-07-16T02:39:35.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642026-07-16T02:39:35.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20652026-07-16T02:39:35.257Z
20662026-07-16T02:39:35.258Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/301)
20672026-07-16T02:39:35.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682026-07-16T02:39:35.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692026-07-16T02:39:35.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702026-07-16T02:39:35.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20712026-07-16T02:39:35.662Z
20722026-07-16T02:39:35.662Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/301)
20732026-07-16T02:39:36.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742026-07-16T02:39:36.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752026-07-16T02:39:36.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762026-07-16T02:39:36.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20772026-07-16T02:39:36.061Z
20782026-07-16T02:39:36.061Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/301)
20792026-07-16T02:39:36.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802026-07-16T02:39:36.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812026-07-16T02:39:36.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822026-07-16T02:39:36.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20832026-07-16T02:39:36.461Z
20842026-07-16T02:39:36.461Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/301)
20852026-07-16T02:39:36.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862026-07-16T02:39:36.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872026-07-16T02:39:36.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882026-07-16T02:39:36.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20892026-07-16T02:39:36.863Z
20902026-07-16T02:39:36.864Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/301)
20912026-07-16T02:39:37.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922026-07-16T02:39:37.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932026-07-16T02:39:37.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942026-07-16T02:39:37.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20952026-07-16T02:39:37.264Z
20962026-07-16T02:39:37.264Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/301)
20972026-07-16T02:39:37.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982026-07-16T02:39:37.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992026-07-16T02:39:37.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002026-07-16T02:39:37.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21012026-07-16T02:39:37.668Z
21022026-07-16T02:39:37.668Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/301)
21032026-07-16T02:39:38.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042026-07-16T02:39:38.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052026-07-16T02:39:38.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062026-07-16T02:39:38.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21072026-07-16T02:39:38.241Z
21082026-07-16T02:39:38.241Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/301)
21092026-07-16T02:39:38.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102026-07-16T02:39:38.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112026-07-16T02:39:38.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122026-07-16T02:39:38.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21132026-07-16T02:39:38.816Z
21142026-07-16T02:39:38.816Zinfo: running `cargo check --bins` on nexus-config (51/301)
21152026-07-16T02:39:39.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162026-07-16T02:39:39.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172026-07-16T02:39:39.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21182026-07-16T02:39:39.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21192026-07-16T02:39:39.382Z
21202026-07-16T02:39:39.383Zinfo: running `cargo check --bins` on nexus-types (52/301)
21212026-07-16T02:39:39.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222026-07-16T02:39:39.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232026-07-16T02:39:39.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21242026-07-16T02:39:39.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21252026-07-16T02:39:39.956Z
21262026-07-16T02:39:39.956Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/301)
21272026-07-16T02:39:40.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282026-07-16T02:39:40.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292026-07-16T02:39:40.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21302026-07-16T02:39:40.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21312026-07-16T02:39:40.493Z
21322026-07-16T02:39:40.493Zinfo: running `cargo check --bins` on omicron-passwords (54/301)
21332026-07-16T02:39:40.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21342026-07-16T02:39:40.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21352026-07-16T02:39:40.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21362026-07-16T02:39:40.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21372026-07-16T02:39:41.014Z
21382026-07-16T02:39:41.015Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/301)
21392026-07-16T02:39:41.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21402026-07-16T02:39:41.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21412026-07-16T02:39:41.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21422026-07-16T02:39:41.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21432026-07-16T02:39:41.554Z
21442026-07-16T02:39:41.554Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/301)
21452026-07-16T02:39:42.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21462026-07-16T02:39:42.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21472026-07-16T02:39:42.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21482026-07-16T02:39:42.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21492026-07-16T02:39:42.093Z
21502026-07-16T02:39:42.093Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/301)
21512026-07-16T02:39:42.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21522026-07-16T02:39:42.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21532026-07-16T02:39:42.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21542026-07-16T02:39:42.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21552026-07-16T02:39:42.640Z
21562026-07-16T02:39:42.640Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/301)
21572026-07-16T02:39:43.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21582026-07-16T02:39:43.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21592026-07-16T02:39:43.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21602026-07-16T02:39:43.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21612026-07-16T02:39:43.177Z
21622026-07-16T02:39:43.177Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/301)
21632026-07-16T02:39:43.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21642026-07-16T02:39:43.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21652026-07-16T02:39:43.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21662026-07-16T02:39:43.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21672026-07-16T02:39:43.701Z
21682026-07-16T02:39:43.701Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/301)
21692026-07-16T02:39:44.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21702026-07-16T02:39:44.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21712026-07-16T02:39:44.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21722026-07-16T02:39:44.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21732026-07-16T02:39:44.217Z
21742026-07-16T02:39:44.217Zinfo: running `cargo check --bins --no-default-features` on gfss (61/301)
21752026-07-16T02:39:44.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21762026-07-16T02:39:44.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21772026-07-16T02:39:44.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21782026-07-16T02:39:44.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21792026-07-16T02:39:44.735Z
21802026-07-16T02:39:44.735Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/301)
21812026-07-16T02:39:45.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21822026-07-16T02:39:45.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21832026-07-16T02:39:45.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21842026-07-16T02:39:45.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21852026-07-16T02:39:45.253Z
21862026-07-16T02:39:45.253Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/301)
21872026-07-16T02:39:45.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21882026-07-16T02:39:45.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21892026-07-16T02:39:45.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21902026-07-16T02:39:45.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21912026-07-16T02:39:45.784Z
21922026-07-16T02:39:45.784Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/301)
21932026-07-16T02:39:46.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21942026-07-16T02:39:46.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21952026-07-16T02:39:46.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21962026-07-16T02:39:46.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21972026-07-16T02:39:46.316Z
21982026-07-16T02:39:46.316Zinfo: running `cargo check --bins` on cockroach-admin-types (65/301)
21992026-07-16T02:39:46.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22002026-07-16T02:39:46.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22012026-07-16T02:39:46.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22022026-07-16T02:39:46.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22032026-07-16T02:39:46.835Z
22042026-07-16T02:39:46.835Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/301)
22052026-07-16T02:39:47.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22062026-07-16T02:39:47.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22072026-07-16T02:39:47.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22082026-07-16T02:39:47.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22092026-07-16T02:39:47.357Z
22102026-07-16T02:39:47.357Zinfo: running `cargo check --bins` on ereport-types (67/301)
22112026-07-16T02:39:47.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22122026-07-16T02:39:47.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22132026-07-16T02:39:47.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22142026-07-16T02:39:47.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22152026-07-16T02:39:47.884Z
22162026-07-16T02:39:47.884Zinfo: running `cargo check --bins` on gateway-client (68/301)
22172026-07-16T02:39:48.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22182026-07-16T02:39:48.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22192026-07-16T02:39:48.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22202026-07-16T02:39:48.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22212026-07-16T02:39:48.408Z
22222026-07-16T02:39:48.408Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/301)
22232026-07-16T02:39:48.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22242026-07-16T02:39:48.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22252026-07-16T02:39:48.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22262026-07-16T02:39:48.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22272026-07-16T02:39:48.937Z
22282026-07-16T02:39:48.937Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/301)
22292026-07-16T02:39:49.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22302026-07-16T02:39:49.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22312026-07-16T02:39:49.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22322026-07-16T02:39:49.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22332026-07-16T02:39:49.463Z
22342026-07-16T02:39:49.463Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/301)
22352026-07-16T02:39:49.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22362026-07-16T02:39:49.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22372026-07-16T02:39:49.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22382026-07-16T02:39:49.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22392026-07-16T02:39:49.993Z
22402026-07-16T02:39:49.993Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/301)
22412026-07-16T02:39:50.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422026-07-16T02:39:50.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432026-07-16T02:39:50.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22442026-07-16T02:39:50.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22452026-07-16T02:39:50.523Z
22462026-07-16T02:39:50.523Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/301)
22472026-07-16T02:39:50.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22482026-07-16T02:39:50.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22492026-07-16T02:39:50.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22502026-07-16T02:39:50.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22512026-07-16T02:39:51.071Z
22522026-07-16T02:39:51.071Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/301)
22532026-07-16T02:39:51.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22542026-07-16T02:39:51.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22552026-07-16T02:39:51.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22562026-07-16T02:39:51.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22572026-07-16T02:39:51.623Z
22582026-07-16T02:39:51.623Zinfo: running `cargo check --bins` on key-manager-types (75/301)
22592026-07-16T02:39:52.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22602026-07-16T02:39:52.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22612026-07-16T02:39:52.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22622026-07-16T02:39:52.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22632026-07-16T02:39:52.145Z
22642026-07-16T02:39:52.145Zinfo: running `cargo check --bins` on oxlog (76/301)
22652026-07-16T02:39:52.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22662026-07-16T02:39:52.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22672026-07-16T02:39:52.708Z Checking cfg-if v1.0.4
22682026-07-16T02:39:52.711Z Checking libc v0.2.185
22692026-07-16T02:39:52.711Z Checking serde_core v1.0.228
22702026-07-16T02:39:52.825Z Checking memchr v2.8.0
22712026-07-16T02:39:52.828Z Checking zeroize v1.8.2
22722026-07-16T02:39:52.839Z Checking log v0.4.29
22732026-07-16T02:39:52.842Z Checking smallvec v1.15.1
22742026-07-16T02:39:52.860Z Checking subtle v2.6.1
22752026-07-16T02:39:52.863Z Checking itoa v1.0.17
22762026-07-16T02:39:52.976Z Checking scopeguard v1.2.0
22772026-07-16T02:39:52.998Z Checking stable_deref_trait v1.2.1
22782026-07-16T02:39:53.010Z Checking typenum v1.20.1
22792026-07-16T02:39:53.021Z Checking zerofrom v0.1.6
22802026-07-16T02:39:53.035Z Checking pin-project-lite v0.2.17
22812026-07-16T02:39:53.066Z Checking lock_api v0.4.14
22822026-07-16T02:39:53.080Z Checking portable-atomic v1.13.1
22832026-07-16T02:39:53.121Z Checking critical-section v1.2.0
22842026-07-16T02:39:53.134Z Checking yoke v0.8.1
22852026-07-16T02:39:53.182Z Checking futures-core v0.3.32
22862026-07-16T02:39:53.196Z Checking errno v0.3.14
22872026-07-16T02:39:53.214Z Checking getrandom v0.2.17
22882026-07-16T02:39:53.269Z Checking parking_lot_core v0.9.12
22892026-07-16T02:39:53.291Z Checking zerovec v0.11.5
22902026-07-16T02:39:53.304Z Checking mio v1.2.0
22912026-07-16T02:39:53.313Z Checking signal-hook-registry v1.4.8
22922026-07-16T02:39:53.354Z Checking rand_core v0.6.4
22932026-07-16T02:39:53.452Z Checking parking_lot v0.12.5
22942026-07-16T02:39:53.467Z Checking zerocopy v0.8.40
22952026-07-16T02:39:53.480Z Checking once_cell v1.21.3
22962026-07-16T02:39:53.525Z Checking zmij v1.0.21
22972026-07-16T02:39:53.574Z Checking const-oid v0.9.6
22982026-07-16T02:39:53.635Z Checking rand_core v0.10.0
22992026-07-16T02:39:53.647Z Checking libm v0.2.16
23002026-07-16T02:39:53.710Z Checking tinystr v0.8.2
23012026-07-16T02:39:53.733Z Checking percent-encoding v2.3.2
23022026-07-16T02:39:53.746Z Checking litemap v0.8.1
23032026-07-16T02:39:53.768Z Checking getrandom v0.4.1
23042026-07-16T02:39:53.878Z Checking writeable v0.6.2
23052026-07-16T02:39:53.883Z Checking generic-array v0.14.7
23062026-07-16T02:39:53.910Z Checking potential_utf v0.1.4
23072026-07-16T02:39:53.921Z Checking zerotrie v0.2.3
23082026-07-16T02:39:54.022Z Checking icu_locale_core v2.1.1
23092026-07-16T02:39:54.035Z Checking socket2 v0.6.3
23102026-07-16T02:39:54.159Z Checking equivalent v1.0.2
23112026-07-16T02:39:54.242Z Checking icu_collections v2.1.1
23122026-07-16T02:39:54.258Z Checking futures-sink v0.3.32
23132026-07-16T02:39:54.271Z Checking icu_properties_data v2.1.2
23142026-07-16T02:39:54.287Z Checking serde v1.0.228
23152026-07-16T02:39:54.327Z Checking bitflags v2.11.0
23162026-07-16T02:39:54.330Z Checking serde_json v1.0.150
23172026-07-16T02:39:54.349Z Checking num-traits v0.2.19
23182026-07-16T02:39:54.391Z Checking futures-channel v0.3.32
23192026-07-16T02:39:54.519Z Checking icu_normalizer_data v2.1.1
23202026-07-16T02:39:54.540Z Checking slab v0.4.12
23212026-07-16T02:39:54.564Z Checking icu_provider v2.1.1
23222026-07-16T02:39:54.580Z Checking futures-io v0.3.32
23232026-07-16T02:39:54.592Z Checking futures-task v0.3.32
23242026-07-16T02:39:54.681Z Checking bytes v1.11.1
23252026-07-16T02:39:54.694Z Checking hashbrown v0.17.0
23262026-07-16T02:39:54.704Z Checking block-buffer v0.10.4
23272026-07-16T02:39:54.723Z Checking futures-util v0.3.32
23282026-07-16T02:39:54.786Z Checking icu_properties v2.1.2
23292026-07-16T02:39:54.834Z Checking icu_normalizer v2.1.1
23302026-07-16T02:39:54.884Z Checking crypto-common v0.1.7
23312026-07-16T02:39:55.003Z Checking utf8_iter v1.0.4
23322026-07-16T02:39:55.027Z Checking digest v0.10.7
23332026-07-16T02:39:55.109Z Checking tokio v1.52.1
23342026-07-16T02:39:55.122Z Checking form_urlencoded v1.2.2
23352026-07-16T02:39:55.136Z Checking getrandom v0.3.4
23362026-07-16T02:39:55.148Z Checking indexmap v2.14.0
23372026-07-16T02:39:55.221Z Checking byteorder v1.5.0
23382026-07-16T02:39:55.243Z Checking fnv v1.0.7
23392026-07-16T02:39:55.279Z Checking rand_core v0.9.5
23402026-07-16T02:39:55.332Z Checking http v1.4.2
23412026-07-16T02:39:55.413Z Checking uuid v1.23.4
23422026-07-16T02:39:55.453Z Checking base64 v0.22.1
23432026-07-16T02:39:55.595Z Checking idna_adapter v1.2.1
23442026-07-16T02:39:55.683Z Checking iana-time-zone v0.1.65
23452026-07-16T02:39:55.696Z Checking base64ct v1.8.3
23462026-07-16T02:39:55.712Z Checking idna v1.1.0
23472026-07-16T02:39:55.724Z Checking regex-syntax v0.8.10
23482026-07-16T02:39:55.785Z Checking chrono v0.4.45
23492026-07-16T02:39:55.894Z Checking rustix v1.1.3
23502026-07-16T02:39:55.920Z Checking pem-rfc7468 v0.7.0
23512026-07-16T02:39:55.947Z Checking url v2.5.8
23522026-07-16T02:39:56.078Z Checking tracing-core v0.1.36
23532026-07-16T02:39:56.220Z Checking ppv-lite86 v0.2.21
23542026-07-16T02:39:56.382Z Checking flagset v0.4.7
23552026-07-16T02:39:56.397Z Checking tracing v0.1.44
23562026-07-16T02:39:56.506Z Checking der v0.7.10
23572026-07-16T02:39:56.516Z Checking rand_chacha v0.9.0
23582026-07-16T02:39:56.602Z Checking http-body v1.0.1
23592026-07-16T02:39:56.631Z Checking rustls-pki-types v1.14.0
23602026-07-16T02:39:56.646Z Checking openssl-probe v0.2.1
23612026-07-16T02:39:56.712Z Checking cmov v0.5.4
23622026-07-16T02:39:56.727Z Checking tinyvec_macros v0.1.1
23632026-07-16T02:39:56.739Z Checking rand v0.9.2
23642026-07-16T02:39:56.752Z Checking aws-lc-sys v0.40.0
23652026-07-16T02:39:56.788Z Checking tinyvec v1.10.0
23662026-07-16T02:39:56.915Z Checking ctutils v0.4.2
23672026-07-16T02:39:56.929Z Checking tower-service v0.3.3
23682026-07-16T02:39:57.018Z Checking try-lock v0.2.5
23692026-07-16T02:39:57.059Z Checking untrusted v0.7.1
23702026-07-16T02:39:57.109Z Checking atomic-waker v1.1.2
23712026-07-16T02:39:57.122Z Checking tower-layer v0.3.3
23722026-07-16T02:39:57.129Z Checking dyn-clone v1.0.20
23732026-07-16T02:39:57.166Z Checking hybrid-array v0.4.13
23742026-07-16T02:39:57.205Z Checking want v0.3.1
23752026-07-16T02:39:57.220Z Checking ipnet v2.11.0
23762026-07-16T02:39:57.232Z Checking semver v1.0.28
23772026-07-16T02:39:57.257Z Checking aws-lc-rs v1.16.3
23782026-07-16T02:39:57.271Z Checking httparse v1.10.1
23792026-07-16T02:39:57.281Z Checking spki v0.7.3
23802026-07-16T02:39:57.323Z Checking aho-corasick v1.1.4
23812026-07-16T02:39:57.434Z Checking httpdate v1.0.3
23822026-07-16T02:39:57.446Z Checking untrusted v0.9.0
23832026-07-16T02:39:57.468Z Checking foreign-types-shared v0.1.1
23842026-07-16T02:39:57.473Z Checking fastrand v2.3.0
23852026-07-16T02:39:57.545Z Checking cpufeatures v0.2.17
23862026-07-16T02:39:57.557Z Checking utf8parse v0.2.2
23872026-07-16T02:39:57.570Z Checking plain v0.2.3
23882026-07-16T02:39:57.611Z Checking foreign-types v0.3.2
23892026-07-16T02:39:57.648Z Checking pkcs8 v0.10.2
23902026-07-16T02:39:57.661Z Checking tempfile v3.25.0
23912026-07-16T02:39:57.673Z Checking schemars v0.8.22
23922026-07-16T02:39:57.686Z Checking unicode-normalization v0.1.25
23932026-07-16T02:39:57.799Z Checking openssl-sys v0.9.115
23942026-07-16T02:39:57.850Z Checking spin v0.9.8
23952026-07-16T02:39:57.923Z Checking unicode-ident v1.0.24
23962026-07-16T02:39:57.992Z Checking regex-automata v0.4.14
23972026-07-16T02:39:58.031Z Checking ucd-trie v0.1.7
23982026-07-16T02:39:58.043Z Checking anstyle v1.0.14
23992026-07-16T02:39:58.079Z Checking rustls-webpki v0.103.13
24002026-07-16T02:39:58.092Z Checking proc-macro2 v1.0.106
24012026-07-16T02:39:58.163Z Checking pest v2.8.6
24022026-07-16T02:39:58.166Z Checking openssl v0.10.79
24032026-07-16T02:39:58.219Z Checking sha2 v0.10.9
24042026-07-16T02:39:58.321Z Checking hmac v0.12.1
24052026-07-16T02:39:58.369Z Checking tokio-util v0.7.18
24062026-07-16T02:39:58.400Z Checking thiserror v2.0.18
24072026-07-16T02:39:58.454Z Checking sync_wrapper v1.0.2
24082026-07-16T02:39:58.492Z Checking wait-timeout v0.2.1
24092026-07-16T02:39:58.496Z Checking rustls v0.23.41
24102026-07-16T02:39:58.519Z Checking bit-vec v0.8.0
24112026-07-16T02:39:58.549Z Checking is_terminal_polyfill v1.70.2
24122026-07-16T02:39:58.612Z Checking quick-error v1.2.3
24132026-07-16T02:39:58.637Z Checking anstyle-query v1.1.5
24142026-07-16T02:39:58.740Z Checking colorchoice v1.0.4
24152026-07-16T02:39:58.743Z Checking pretty-hex v0.4.1
24162026-07-16T02:39:58.743Z Checking powerfmt v0.2.0
24172026-07-16T02:39:58.808Z Checking simd-adler32 v0.3.8
24182026-07-16T02:39:58.835Z Checking siphasher v1.0.2
24192026-07-16T02:39:58.885Z Checking deranged v0.5.8
24202026-07-16T02:39:58.970Z Checking h2 v0.4.15
24212026-07-16T02:39:58.973Z Checking bit-set v0.8.0
24222026-07-16T02:39:58.994Z Checking rusty-fork v0.3.1
24232026-07-16T02:39:59.112Z Checking tower v0.5.3
24242026-07-16T02:39:59.160Z Checking quote v1.0.45
24252026-07-16T02:39:59.214Z Compiling newtype-uuid v1.3.2
24262026-07-16T02:39:59.324Z Checking http-body-util v0.1.3
24272026-07-16T02:39:59.392Z Checking crossbeam-utils v0.8.21
24282026-07-16T02:39:59.489Z Checking rand_xorshift v0.4.0
24292026-07-16T02:39:59.538Z Checking crc32fast v1.5.0
24302026-07-16T02:39:59.606Z Checking scroll v0.13.0
24312026-07-16T02:39:59.676Z Checking iri-string v0.7.10
24322026-07-16T02:39:59.729Z Checking unicode-properties v0.1.4
24332026-07-16T02:39:59.797Z Checking allocator-api2 v0.2.21
24342026-07-16T02:39:59.813Z Checking time-core v0.1.8
24352026-07-16T02:39:59.831Z Checking ryu v1.0.23
24362026-07-16T02:39:59.916Z Checking unicode-bidi v0.3.18
24372026-07-16T02:39:59.948Z Checking num_threads v0.1.7
24382026-07-16T02:39:59.964Z Checking unarray v0.1.4
24392026-07-16T02:40:00.035Z Checking num-conv v0.2.0
24402026-07-16T02:40:00.064Z Checking adler2 v2.0.1
24412026-07-16T02:40:00.081Z Checking proptest v1.10.0
24422026-07-16T02:40:00.149Z Checking time v0.3.47
24432026-07-16T02:40:00.169Z Checking miniz_oxide v0.8.9
24442026-07-16T02:40:00.193Z Checking native-tls v0.2.18
24452026-07-16T02:40:00.207Z Checking stringprep v0.1.5
24462026-07-16T02:40:00.349Z Checking serde_urlencoded v0.7.1
24472026-07-16T02:40:00.366Z Checking tokio-native-tls v0.3.1
24482026-07-16T02:40:00.515Z Checking goblin v0.10.5
24492026-07-16T02:40:00.527Z Checking bstr v1.12.1
24502026-07-16T02:40:00.549Z Checking crossbeam-epoch v0.9.18
24512026-07-16T02:40:00.700Z Checking tower-http v0.6.8
24522026-07-16T02:40:00.763Z Compiling daft v0.1.7
24532026-07-16T02:40:00.778Z Checking syn v2.0.117
24542026-07-16T02:40:00.912Z Checking ipnetwork v0.21.1
24552026-07-16T02:40:00.979Z Checking block-padding v0.4.2
24562026-07-16T02:40:01.041Z Checking crypto-common v0.2.2
24572026-07-16T02:40:01.114Z Checking block-buffer v0.12.1
24582026-07-16T02:40:01.129Z Checking anstyle-parse v1.0.0
24592026-07-16T02:40:01.260Z Checking rustls-native-certs v0.8.3
24602026-07-16T02:40:01.273Z Checking rand_chacha v0.3.1
24612026-07-16T02:40:01.276Z Checking scroll v0.12.0
24622026-07-16T02:40:01.386Z Checking thiserror v1.0.69
24632026-07-16T02:40:01.478Z Checking hash32 v0.2.1
24642026-07-16T02:40:01.491Z Checking zstd-sys v2.0.16+zstd.1.5.7
24652026-07-16T02:40:01.504Z Checking md-5 v0.10.6
24662026-07-16T02:40:01.597Z Checking signature v2.2.0
24672026-07-16T02:40:01.632Z Checking num-integer v0.1.46
24682026-07-16T02:40:01.645Z Checking hex v0.4.3
24692026-07-16T02:40:01.648Z Checking toml_datetime v0.6.11
24702026-07-16T02:40:01.725Z Checking serde_spanned v0.6.9
24712026-07-16T02:40:01.812Z Checking hyper v1.10.1
24722026-07-16T02:40:01.851Z Checking encoding_rs v0.8.35
24732026-07-16T02:40:01.863Z Checking zlib-rs v0.6.2
24742026-07-16T02:40:01.875Z Checking psl-types v2.0.11
24752026-07-16T02:40:01.886Z Checking mime v0.3.17
24762026-07-16T02:40:01.898Z Checking fallible-iterator v0.2.0
24772026-07-16T02:40:01.987Z Checking publicsuffix v2.3.0
24782026-07-16T02:40:02.147Z Checking num-iter v0.1.45
24792026-07-16T02:40:02.173Z Checking postgres-protocol v0.6.10
24802026-07-16T02:40:02.214Z Checking heapless v0.7.17
24812026-07-16T02:40:02.257Z Checking zstd-safe v7.2.4
24822026-07-16T02:40:02.422Z Checking goblin v0.8.2
24832026-07-16T02:40:02.487Z Checking rand v0.8.6
24842026-07-16T02:40:02.623Z Checking anstream v1.0.0
24852026-07-16T02:40:02.748Z Checking flate2 v1.1.9
24862026-07-16T02:40:02.760Z Checking hyper-util v0.1.20
24872026-07-16T02:40:02.793Z Checking cookie v0.18.1
24882026-07-16T02:40:02.822Z Checking oxnet v0.1.6
24892026-07-16T02:40:02.869Z Checking dof v0.4.0
24902026-07-16T02:40:03.005Z Checking inout v0.2.2
24912026-07-16T02:40:03.019Z Compiling iddqd v0.4.2
24922026-07-16T02:40:03.040Z Checking tokio-rustls v0.26.4
24932026-07-16T02:40:03.066Z Checking dtrace-parser v0.3.0
24942026-07-16T02:40:03.080Z Checking phf_shared v0.13.1
24952026-07-16T02:40:03.146Z Checking lazy_static v1.5.0
24962026-07-16T02:40:03.234Z Checking anstyle-parse v0.2.7
24972026-07-16T02:40:03.257Z Checking pin-project v1.1.11
24982026-07-16T02:40:03.269Z Checking zerocopy v0.7.35
24992026-07-16T02:40:03.297Z Checking bzip2-sys v0.1.13+1.0.8
25002026-07-16T02:40:03.348Z Checking signal-hook v0.3.18
25012026-07-16T02:40:03.381Z Checking terminal_size v0.4.3
25022026-07-16T02:40:03.384Z Checking futures-executor v0.3.32
25032026-07-16T02:40:03.492Z Checking ff v0.13.1
25042026-07-16T02:40:03.505Z Checking thread-id v5.1.0
25052026-07-16T02:40:03.526Z Checking same-file v1.0.6
25062026-07-16T02:40:03.538Z Checking base16ct v0.2.0
25072026-07-16T02:40:03.581Z Checking managed v0.8.0
25082026-07-16T02:40:03.615Z Checking libbz2-rs-sys v0.2.2
25092026-07-16T02:40:03.639Z Checking bumpalo v3.20.2
25102026-07-16T02:40:03.656Z Checking foldhash v0.2.0
25112026-07-16T02:40:03.750Z Compiling rayon-core v1.13.0
25122026-07-16T02:40:03.764Z Checking strsim v0.11.1
25132026-07-16T02:40:03.806Z Checking clap_lex v1.0.0
25142026-07-16T02:40:03.833Z Checking winnow v0.5.40
25152026-07-16T02:40:03.919Z Checking either v1.15.0
25162026-07-16T02:40:03.940Z Checking foldhash v0.1.5
25172026-07-16T02:40:03.957Z Checking bitflags v1.3.2
25182026-07-16T02:40:04.002Z Checking bzip2 v0.6.1
25192026-07-16T02:40:04.012Z Checking hyper-tls v0.6.0
25202026-07-16T02:40:04.025Z Checking smoltcp v0.9.1
25212026-07-16T02:40:04.070Z Checking hashbrown v0.15.5
25222026-07-16T02:40:04.100Z Checking hyper-rustls v0.27.7
25232026-07-16T02:40:04.159Z Checking clap_builder v4.6.0
25242026-07-16T02:40:04.180Z Checking reqwest v0.12.28
25252026-07-16T02:40:04.267Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25262026-07-16T02:40:04.318Z Checking zopfli v0.8.3
25272026-07-16T02:40:04.331Z Checking dof v0.3.0
25282026-07-16T02:40:04.461Z Checking hashbrown v0.16.1
25292026-07-16T02:40:04.545Z Checking sec1 v0.7.3
25302026-07-16T02:40:04.606Z Checking walkdir v2.5.0
25312026-07-16T02:40:04.619Z Checking group v0.13.0
25322026-07-16T02:40:05.652Z Checking usdt-impl v0.6.0
25332026-07-16T02:40:05.656Z Checking signal-hook-mio v0.2.5
25342026-07-16T02:40:05.656Z Checking futures v0.3.32
25352026-07-16T02:40:05.656Z Checking anstream v0.6.21
25362026-07-16T02:40:05.656Z Checking bzip2 v0.4.4
25372026-07-16T02:40:05.656Z Checking snafu v0.8.9
25382026-07-16T02:40:05.656Z Checking phf v0.13.1
25392026-07-16T02:40:05.656Z Checking num-bigint-dig v0.8.6
25402026-07-16T02:40:05.656Z Checking cipher v0.5.2
25412026-07-16T02:40:05.656Z Checking toml_edit v0.19.15
25422026-07-16T02:40:05.656Z Checking cookie_store v0.22.1
25432026-07-16T02:40:05.656Z Checking postgres-types v0.2.12
25442026-07-16T02:40:05.656Z Checking zstd v0.13.3
25452026-07-16T02:40:05.656Z Checking ed25519 v2.2.3
25462026-07-16T02:40:05.656Z Checking dtrace-parser v0.2.0
25472026-07-16T02:40:05.656Z Checking rustls-platform-verifier v0.6.2
25482026-07-16T02:40:05.656Z Checking globset v0.4.18
25492026-07-16T02:40:05.656Z Checking crossbeam-deque v0.8.6
25502026-07-16T02:40:05.656Z Checking regex v1.12.3
25512026-07-16T02:40:05.656Z Checking phf_shared v0.11.3
25522026-07-16T02:40:05.656Z Checking hkdf v0.12.4
25532026-07-16T02:40:05.656Z Checking olpc-cjson v0.1.4
25542026-07-16T02:40:05.656Z Checking ref-cast v1.0.25
25552026-07-16T02:40:05.656Z Checking curve25519-dalek v4.1.3
25562026-07-16T02:40:05.656Z Checking strum v0.27.2
25572026-07-16T02:40:05.656Z Checking pkcs1 v0.7.5
25582026-07-16T02:40:05.657Z Checking hubpack v0.1.2
25592026-07-16T02:40:05.657Z Checking memoffset v0.9.1
25602026-07-16T02:40:05.657Z Checking rustix v0.38.44
25612026-07-16T02:40:05.657Z Checking pem v3.0.6
25622026-07-16T02:40:05.697Z Checking float-cmp v0.10.0
25632026-07-16T02:40:05.734Z Checking serde_plain v1.0.2
25642026-07-16T02:40:05.746Z Checking erased-serde v0.3.31
25652026-07-16T02:40:05.761Z Checking serde-big-array v0.5.1
25662026-07-16T02:40:05.800Z Checking crypto-bigint v0.5.5
25672026-07-16T02:40:05.822Z Checking thread-id v4.2.2
25682026-07-16T02:40:05.874Z Checking memmap2 v0.9.10
25692026-07-16T02:40:05.889Z Checking env_filter v1.0.0
25702026-07-16T02:40:05.901Z Checking predicates-core v1.0.10
25712026-07-16T02:40:06.021Z Checking static_assertions v1.1.0
25722026-07-16T02:40:06.034Z Checking fixedbitset v0.4.2
25732026-07-16T02:40:06.037Z Checking toml_write v0.1.2
25742026-07-16T02:40:06.037Z Checking cpufeatures v0.3.0
25752026-07-16T02:40:06.087Z Checking new_debug_unreachable v1.0.6
25762026-07-16T02:40:06.109Z Checking normalize-line-endings v0.3.0
25772026-07-16T02:40:06.126Z Checking whoami v2.1.0
25782026-07-16T02:40:06.151Z Checking difflib v0.4.0
25792026-07-16T02:40:06.175Z Checking winnow v0.7.14
25802026-07-16T02:40:06.193Z Checking data-encoding v2.10.0
25812026-07-16T02:40:06.212Z Checking keccak v0.1.6
25822026-07-16T02:40:06.314Z Checking jiff v0.2.21
25832026-07-16T02:40:06.326Z Checking fixedbitset v0.5.7
25842026-07-16T02:40:06.338Z Checking precomputed-hash v0.1.1
25852026-07-16T02:40:06.373Z Checking const-oid v0.10.2
25862026-07-16T02:40:06.417Z Checking winnow v1.0.3
25872026-07-16T02:40:06.454Z Checking unicode-segmentation v1.12.0
25882026-07-16T02:40:06.464Z Checking typed-path v0.9.3
25892026-07-16T02:40:06.511Z Checking petgraph v0.8.3
25902026-07-16T02:40:06.526Z Checking digest v0.11.3
25912026-07-16T02:40:06.702Z Checking hickory-proto v0.25.2
25922026-07-16T02:40:06.705Z Checking toml_parser v1.1.2+spec-1.1.0
25932026-07-16T02:40:06.727Z Checking elliptic-curve v0.13.8
25942026-07-16T02:40:06.765Z Checking similar v2.7.0
25952026-07-16T02:40:07.035Z Checking crossterm v0.28.1
25962026-07-16T02:40:07.058Z Checking string_cache v0.8.9
25972026-07-16T02:40:07.148Z Checking sha3 v0.10.8
25982026-07-16T02:40:07.229Z Checking ed25519-dalek v2.2.0
25992026-07-16T02:40:07.280Z Checking tough v0.22.0
26002026-07-16T02:40:07.357Z Checking predicates v3.1.4
26012026-07-16T02:40:07.393Z Checking toml_edit v0.22.27
26022026-07-16T02:40:07.457Z Checking tokio-postgres v0.7.16
26032026-07-16T02:40:07.651Z Checking petgraph v0.6.5
26042026-07-16T02:40:07.736Z Checking slog v2.8.2
26052026-07-16T02:40:08.003Z Checking chacha20 v0.10.0
26062026-07-16T02:40:08.131Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26072026-07-16T02:40:08.256Z Checking toml v0.7.8
26082026-07-16T02:40:08.502Z Checking usdt v0.6.0
26092026-07-16T02:40:08.540Z Checking zip v4.6.1
26102026-07-16T02:40:08.568Z Checking env_logger v0.11.9
26112026-07-16T02:40:08.670Z Checking usdt-impl v0.5.0
26122026-07-16T02:40:08.708Z Checking rsa v0.9.10
26132026-07-16T02:40:08.757Z Checking nix v0.31.2
26142026-07-16T02:40:09.116Z Checking reqwest v0.13.2
26152026-07-16T02:40:09.175Z Checking clap v4.6.1
26162026-07-16T02:40:09.254Z Checking zip v0.6.6
26172026-07-16T02:40:09.283Z Checking itertools v0.13.0
26182026-07-16T02:40:09.298Z Checking serde_with v3.17.0
26192026-07-16T02:40:09.517Z Checking byte-wrapper v0.1.0
26202026-07-16T02:40:09.575Z Checking strum v0.26.3
26212026-07-16T02:40:09.683Z Checking fs-err v3.3.0
26222026-07-16T02:40:09.721Z Checking ahash v0.8.12
26232026-07-16T02:40:09.796Z Checking tokio-stream v0.1.18
26242026-07-16T02:40:09.918Z Checking object v0.37.3
26252026-07-16T02:40:09.963Z Checking buf-list v1.1.2
26262026-07-16T02:40:09.976Z Checking camino v1.2.2
26272026-07-16T02:40:09.987Z Checking anyhow v1.0.102
26282026-07-16T02:40:10.147Z Checking x509-cert v0.2.5
26292026-07-16T02:40:10.171Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26302026-07-16T02:40:10.184Z Checking openapiv3 v2.2.0
26312026-07-16T02:40:10.223Z Checking lalrpop-util v0.19.12
26322026-07-16T02:40:10.310Z Checking peg-runtime v0.8.5
26332026-07-16T02:40:10.382Z Checking rayon v1.11.0
26342026-07-16T02:40:10.394Z Checking sigpipe v0.1.3
26352026-07-16T02:40:10.427Z Checking glob v0.3.3
26362026-07-16T02:40:12.121Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26372026-07-16T02:40:12.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.25s
26382026-07-16T02:40:12.548Z
26392026-07-16T02:40:12.548Zinfo: running `cargo check --bins` on internal-dns-types (77/301)
26402026-07-16T02:40:12.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412026-07-16T02:40:13.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422026-07-16T02:40:13.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432026-07-16T02:40:13.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26442026-07-16T02:40:13.082Z
26452026-07-16T02:40:13.082Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/301)
26462026-07-16T02:40:13.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472026-07-16T02:40:13.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482026-07-16T02:40:13.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492026-07-16T02:40:13.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26502026-07-16T02:40:13.616Z
26512026-07-16T02:40:13.616Zinfo: running `cargo check --bins` on nexus-types-versions (79/301)
26522026-07-16T02:40:14.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532026-07-16T02:40:14.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542026-07-16T02:40:14.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552026-07-16T02:40:14.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26562026-07-16T02:40:14.169Z
26572026-07-16T02:40:14.169Zinfo: running `cargo check --bins` on oxql-types (80/301)
26582026-07-16T02:40:14.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592026-07-16T02:40:14.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602026-07-16T02:40:14.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612026-07-16T02:40:14.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26622026-07-16T02:40:14.701Z
26632026-07-16T02:40:14.701Zinfo: running `cargo check --bins` on oximeter-types (81/301)
26642026-07-16T02:40:15.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652026-07-16T02:40:15.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662026-07-16T02:40:15.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672026-07-16T02:40:15.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26682026-07-16T02:40:15.230Z
26692026-07-16T02:40:15.230Zinfo: running `cargo check --bins` on oximeter-types-versions (82/301)
26702026-07-16T02:40:15.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712026-07-16T02:40:15.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722026-07-16T02:40:15.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26732026-07-16T02:40:15.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26742026-07-16T02:40:15.758Z
26752026-07-16T02:40:15.758Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/301)
26762026-07-16T02:40:16.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26772026-07-16T02:40:16.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26782026-07-16T02:40:16.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26792026-07-16T02:40:16.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26802026-07-16T02:40:16.273Z
26812026-07-16T02:40:16.273Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/301)
26822026-07-16T02:40:16.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26832026-07-16T02:40:16.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26842026-07-16T02:40:16.908Z Compiling structmeta-derive v0.3.0
26852026-07-16T02:40:17.026Z Compiling multer v3.1.0
26862026-07-16T02:40:17.036Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26872026-07-16T02:40:17.040Z Compiling async-stream-impl v0.3.6
26882026-07-16T02:40:17.056Z Compiling dropshot v0.17.1
26892026-07-16T02:40:17.072Z Compiling dropshot_endpoint v0.17.1
26902026-07-16T02:40:17.075Z Compiling newtype-uuid-macros v0.1.0
26912026-07-16T02:40:17.096Z Checking newtype-uuid v1.3.2
26922026-07-16T02:40:17.267Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26932026-07-16T02:40:17.295Z Checking daft v0.1.7
26942026-07-16T02:40:17.312Z Checking thread_local v1.1.9
26952026-07-16T02:40:17.425Z Checking match_cfg v0.1.0
26962026-07-16T02:40:17.480Z Checking compression-core v0.4.31
26972026-07-16T02:40:17.500Z Checking hostname v0.3.1
26982026-07-16T02:40:17.528Z Checking iddqd v0.4.2
26992026-07-16T02:40:17.598Z Checking crossbeam-channel v0.5.15
27002026-07-16T02:40:17.611Z Checking compression-codecs v0.4.37
27012026-07-16T02:40:17.636Z Checking atomicwrites v0.4.4
27022026-07-16T02:40:17.689Z Checking slog-json v2.6.1
27032026-07-16T02:40:17.758Z Checking serde_spanned v1.1.1
27042026-07-16T02:40:17.773Z Checking toml_datetime v1.1.1+spec-1.1.0
27052026-07-16T02:40:17.824Z Checking is-terminal v0.4.17
27062026-07-16T02:40:17.844Z Checking take_mut v0.2.2
27072026-07-16T02:40:17.882Z Checking toml_writer v1.1.1+spec-1.1.0
27082026-07-16T02:40:17.911Z Checking term v1.2.1
27092026-07-16T02:40:17.929Z Checking debug-ignore v1.0.5
27102026-07-16T02:40:17.948Z Checking slog-async v2.8.0
27112026-07-16T02:40:17.965Z Checking slog-bunyan v2.5.0
27122026-07-16T02:40:18.025Z Checking async-compression v0.4.41
27132026-07-16T02:40:18.057Z Checking toml v1.1.2+spec-1.1.0
27142026-07-16T02:40:18.070Z Compiling structmeta v0.3.0
27152026-07-16T02:40:18.082Z Checking async-stream v0.3.6
27162026-07-16T02:40:18.114Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27172026-07-16T02:40:18.130Z Checking slog-term v2.9.2
27182026-07-16T02:40:18.204Z Checking progenitor-client v0.14.0
27192026-07-16T02:40:18.219Z Checking sha1 v0.11.0
27202026-07-16T02:40:18.277Z Compiling derive-ex v0.1.8
27212026-07-16T02:40:18.383Z Compiling parse-display-derive v0.10.0
27222026-07-16T02:40:18.401Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27232026-07-16T02:40:18.429Z Checking waitgroup v0.1.2
27242026-07-16T02:40:18.462Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27252026-07-16T02:40:18.486Z Checking rustls-pemfile v2.2.0
27262026-07-16T02:40:18.523Z Checking backon v1.6.0
27272026-07-16T02:40:18.536Z Checking serde_path_to_error v0.1.20
27282026-07-16T02:40:18.553Z Checking hostname v0.4.2
27292026-07-16T02:40:18.618Z Checking instant v0.1.13
27302026-07-16T02:40:18.683Z Checking progenitor-extras v0.2.0
27312026-07-16T02:40:18.700Z Checking backoff v0.4.0
27322026-07-16T02:40:18.809Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27332026-07-16T02:40:18.852Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27342026-07-16T02:40:18.869Z Checking itertools v0.14.0
27352026-07-16T02:40:18.893Z Checking regress v0.10.5
27362026-07-16T02:40:19.039Z Checking macaddr v1.0.1
27372026-07-16T02:40:19.376Z Checking humantime v2.3.0
27382026-07-16T02:40:19.964Z Compiling test-strategy v0.4.5
27392026-07-16T02:40:20.062Z Checking parse-display v0.10.0
27402026-07-16T02:40:20.446Z Compiling prettyplease v0.2.37
27412026-07-16T02:40:20.739Z Checking num-rational v0.4.2
27422026-07-16T02:40:20.953Z Checking num-complex v0.4.6
27432026-07-16T02:40:21.391Z Compiling num v0.4.3
27442026-07-16T02:40:21.447Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27452026-07-16T02:40:21.504Z Compiling usdt-macro v0.5.0
27462026-07-16T02:40:21.546Z Compiling usdt-attr-macro v0.5.0
27472026-07-16T02:40:21.617Z Checking memmap v0.7.0
27482026-07-16T02:40:21.752Z Compiling float-ord v0.3.2
27492026-07-16T02:40:21.813Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27502026-07-16T02:40:22.016Z Checking unicode-width v0.2.0
27512026-07-16T02:40:22.045Z Compiling convert_case v0.4.0
27522026-07-16T02:40:22.272Z Checking console v0.15.11
27532026-07-16T02:40:22.295Z Checking newline-converter v0.3.0
27542026-07-16T02:40:22.360Z Checking usdt v0.5.0
27552026-07-16T02:40:22.406Z Compiling toml v0.8.23
27562026-07-16T02:40:22.423Z Compiling derive_more v0.99.20
27572026-07-16T02:40:22.526Z Checking linked-hash-map v0.5.6
27582026-07-16T02:40:22.552Z Compiling minimal-lexical v0.2.1
27592026-07-16T02:40:22.700Z Checking lru-cache v0.1.2
27602026-07-16T02:40:22.805Z Compiling nom v7.1.3
27612026-07-16T02:40:22.819Z Checking expectorate v1.2.0
27622026-07-16T02:40:23.256Z Checking camino-tempfile v1.4.1
27632026-07-16T02:40:23.375Z Checking hickory-proto v0.24.4
27642026-07-16T02:40:23.420Z Checking phf_shared v0.12.1
27652026-07-16T02:40:23.469Z Compiling slog-dtrace v0.3.0
27662026-07-16T02:40:23.559Z Checking heck v0.5.0
27672026-07-16T02:40:23.687Z Compiling chrono-tz v0.10.4
27682026-07-16T02:40:23.880Z Checking resolv-conf v0.7.6
27692026-07-16T02:40:23.947Z Compiling unicode-xid v0.2.6
27702026-07-16T02:40:24.079Z Compiling const_format_proc_macros v0.2.34
27712026-07-16T02:40:24.145Z Checking phf v0.12.1
27722026-07-16T02:40:24.172Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27732026-07-16T02:40:24.285Z Checking tokio-dtrace v0.1.1
27742026-07-16T02:40:24.472Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27752026-07-16T02:40:24.671Z Compiling derive-where v1.6.0
27762026-07-16T02:40:24.906Z Checking highway v1.3.0
27772026-07-16T02:40:24.976Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27782026-07-16T02:40:25.001Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27792026-07-16T02:40:25.136Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27802026-07-16T02:40:25.199Z Checking hickory-resolver v0.24.4
27812026-07-16T02:40:25.636Z Checking const_format v0.2.35
27822026-07-16T02:40:25.887Z Checking oxide-tokio-rt v0.1.4
27832026-07-16T02:40:25.985Z Checking qorb v0.4.1
27842026-07-16T02:40:26.233Z Checking gethostname v0.5.0
27852026-07-16T02:40:26.277Z Checking bcs v0.1.6
27862026-07-16T02:40:26.280Z Checking termtree v0.5.1
27872026-07-16T02:40:26.465Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27882026-07-16T02:40:26.481Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27892026-07-16T02:40:26.696Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27902026-07-16T02:40:26.699Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27912026-07-16T02:40:29.669Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27922026-07-16T02:40:32.094Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27932026-07-16T02:40:34.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.94s
27942026-07-16T02:40:34.378Z
27952026-07-16T02:40:34.378Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/301)
27962026-07-16T02:40:34.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27972026-07-16T02:40:34.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27982026-07-16T02:40:35.004Z Compiling ar_archive_writer v0.5.1
27992026-07-16T02:40:35.113Z Compiling stacker v0.1.23
28002026-07-16T02:40:35.122Z Compiling cfg_aliases v0.1.1
28012026-07-16T02:40:35.130Z Compiling convert_case v0.10.0
28022026-07-16T02:40:35.137Z Checking unicode-width v0.1.14
28032026-07-16T02:40:35.146Z Compiling proc-macro-error v1.0.4
28042026-07-16T02:40:35.157Z Checking fd-lock v4.0.4
28052026-07-16T02:40:35.157Z Checking nibble_vec v0.1.0
28062026-07-16T02:40:35.182Z Compiling nix v0.28.0
28072026-07-16T02:40:35.272Z Compiling recursive-proc-macro-impl v0.1.1
28082026-07-16T02:40:35.284Z Checking vte v0.14.1
28092026-07-16T02:40:35.380Z Checking endian-type v0.1.2
28102026-07-16T02:40:35.394Z Checking bytecount v0.6.9
28112026-07-16T02:40:35.421Z Compiling derive_more-impl v2.1.1
28122026-07-16T02:40:35.434Z Checking strip-ansi-escapes v0.2.1
28132026-07-16T02:40:35.434Z Compiling tabled_derive v0.7.0
28142026-07-16T02:40:35.493Z Checking papergrid v0.11.0
28152026-07-16T02:40:35.508Z Checking radix_trie v0.2.1
28162026-07-16T02:40:35.565Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28172026-07-16T02:40:35.682Z Compiling peg-macros v0.8.5
28182026-07-16T02:40:35.746Z Compiling sqlparser_derive v0.5.0
28192026-07-16T02:40:35.927Z Compiling psm v0.1.30
28202026-07-16T02:40:36.059Z Checking winnow v0.6.26
28212026-07-16T02:40:36.100Z Checking nu-ansi-term v0.50.3
28222026-07-16T02:40:36.246Z Checking derive_more v2.1.1
28232026-07-16T02:40:36.309Z Checking unicode_categories v0.1.1
28242026-07-16T02:40:36.325Z Checking home v0.5.12
28252026-07-16T02:40:36.398Z Checking tabled v0.15.0
28262026-07-16T02:40:36.426Z Checking crossterm v0.29.0
28272026-07-16T02:40:36.460Z Checking reedline v0.40.0
28282026-07-16T02:40:36.504Z Checking rustyline v14.0.0
28292026-07-16T02:40:36.538Z Checking display-error-chain v0.2.2
28302026-07-16T02:40:36.709Z Checking recursive v0.1.1
28312026-07-16T02:40:36.803Z Checking sqlparser v0.61.0
28322026-07-16T02:40:37.002Z Checking peg v0.8.5
28332026-07-16T02:40:37.200Z Checking sqlformat v0.3.5
28342026-07-16T02:40:48.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.60s
28352026-07-16T02:40:48.158Z
28362026-07-16T02:40:48.158Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/301)
28372026-07-16T02:40:48.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382026-07-16T02:40:48.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392026-07-16T02:40:48.779Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28402026-07-16T02:40:52.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
28412026-07-16T02:40:52.407Z
28422026-07-16T02:40:52.407Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/301)
28432026-07-16T02:40:52.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442026-07-16T02:40:52.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452026-07-16T02:40:53.029Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28462026-07-16T02:40:55.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
28472026-07-16T02:40:55.653Z
28482026-07-16T02:40:55.653Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/301)
28492026-07-16T02:40:56.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502026-07-16T02:40:56.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512026-07-16T02:40:56.275Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28522026-07-16T02:40:59.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s
28532026-07-16T02:40:59.685Z
28542026-07-16T02:40:59.685Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/301)
28552026-07-16T02:41:00.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562026-07-16T02:41:00.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572026-07-16T02:41:00.307Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28582026-07-16T02:41:03.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s
28592026-07-16T02:41:03.797Z
28602026-07-16T02:41:03.798Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/301)
28612026-07-16T02:41:04.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-07-16T02:41:04.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-07-16T02:41:04.422Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28642026-07-16T02:41:07.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
28652026-07-16T02:41:07.192Z
28662026-07-16T02:41:07.192Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/301)
28672026-07-16T02:41:07.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-07-16T02:41:07.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-07-16T02:41:07.814Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28702026-07-16T02:41:10.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
28712026-07-16T02:41:10.638Z
28722026-07-16T02:41:10.638Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/301)
28732026-07-16T02:41:11.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742026-07-16T02:41:11.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752026-07-16T02:41:11.265Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28762026-07-16T02:41:14.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
28772026-07-16T02:41:14.875Z
28782026-07-16T02:41:14.875Zinfo: running `cargo check --bins` on oximeter (93/301)
28792026-07-16T02:41:15.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802026-07-16T02:41:15.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812026-07-16T02:41:15.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822026-07-16T02:41:15.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
28832026-07-16T02:41:15.411Z
28842026-07-16T02:41:15.411Zinfo: running `cargo check --bins` on oximeter-schema (94/301)
28852026-07-16T02:41:15.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862026-07-16T02:41:15.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872026-07-16T02:41:15.996Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28882026-07-16T02:41:16.159Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28892026-07-16T02:41:16.162Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28902026-07-16T02:41:16.512Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28912026-07-16T02:41:19.038Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28922026-07-16T02:41:20.241Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28932026-07-16T02:41:20.444Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28942026-07-16T02:41:21.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.68s
28952026-07-16T02:41:21.265Z
28962026-07-16T02:41:21.265Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/301)
28972026-07-16T02:41:21.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-07-16T02:41:21.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-07-16T02:41:21.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002026-07-16T02:41:21.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29012026-07-16T02:41:21.795Z
29022026-07-16T02:41:21.795Zinfo: running `cargo check --bins` on oximeter-test-utils (96/301)
29032026-07-16T02:41:22.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-07-16T02:41:22.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-07-16T02:41:22.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-07-16T02:41:22.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29072026-07-16T02:41:22.369Z
29082026-07-16T02:41:22.369Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/301)
29092026-07-16T02:41:22.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-07-16T02:41:22.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-07-16T02:41:22.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-07-16T02:41:22.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29132026-07-16T02:41:22.913Z
29142026-07-16T02:41:22.913Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/301)
29152026-07-16T02:41:23.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-07-16T02:41:23.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-07-16T02:41:23.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182026-07-16T02:41:23.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29192026-07-16T02:41:23.456Z
29202026-07-16T02:41:23.456Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/301)
29212026-07-16T02:41:23.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-07-16T02:41:23.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-07-16T02:41:23.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242026-07-16T02:41:23.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29252026-07-16T02:41:24.000Z
29262026-07-16T02:41:24.001Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/301)
29272026-07-16T02:41:24.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-07-16T02:41:24.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-07-16T02:41:24.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-07-16T02:41:24.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29312026-07-16T02:41:24.544Z
29322026-07-16T02:41:24.544Zinfo: running `cargo check --bins` on trust-quorum-types (101/301)
29332026-07-16T02:41:24.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-07-16T02:41:24.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-07-16T02:41:24.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362026-07-16T02:41:24.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29372026-07-16T02:41:25.069Z
29382026-07-16T02:41:25.069Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/301)
29392026-07-16T02:41:25.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402026-07-16T02:41:25.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412026-07-16T02:41:25.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29422026-07-16T02:41:25.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29432026-07-16T02:41:25.615Z
29442026-07-16T02:41:25.615Zinfo: running `cargo check --bins` on update-engine (103/301)
29452026-07-16T02:41:26.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29462026-07-16T02:41:26.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29472026-07-16T02:41:26.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29482026-07-16T02:41:26.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29492026-07-16T02:41:26.142Z
29502026-07-16T02:41:26.142Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/301)
29512026-07-16T02:41:26.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29522026-07-16T02:41:26.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29532026-07-16T02:41:26.820Z Compiling crucible-workspace-hack v0.1.0
29542026-07-16T02:41:26.935Z Checking secrecy v0.10.3
29552026-07-16T02:41:26.943Z Compiling heapless v0.8.0
29562026-07-16T02:41:26.946Z Compiling toml_datetime v0.7.5+spec-1.1.0
29572026-07-16T02:41:26.955Z Compiling ingot-macros v0.1.1
29582026-07-16T02:41:26.963Z Checking hash32 v0.3.1
29592026-07-16T02:41:26.966Z Checking inout v0.1.4
29602026-07-16T02:41:26.986Z Compiling smoltcp v0.11.0
29612026-07-16T02:41:27.036Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29622026-07-16T02:41:27.082Z Checking cobs v0.3.0
29632026-07-16T02:41:27.113Z Compiling toml_edit v0.23.10+spec-1.0.0
29642026-07-16T02:41:27.178Z Checking cipher v0.4.4
29652026-07-16T02:41:27.194Z Checking universal-hash v0.5.1
29662026-07-16T02:41:27.219Z Compiling thiserror-impl-no-std v2.0.2
29672026-07-16T02:41:27.266Z Checking half v2.7.1
29682026-07-16T02:41:27.308Z Checking opaque-debug v0.3.1
29692026-07-16T02:41:27.340Z Checking ciborium-io v0.2.2
29702026-07-16T02:41:27.371Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29712026-07-16T02:41:27.388Z Checking poly1305 v0.8.0
29722026-07-16T02:41:27.428Z Checking chacha20 v0.9.1
29732026-07-16T02:41:27.521Z Checking ciborium-ll v0.2.2
29742026-07-16T02:41:27.581Z Checking postcard v1.1.3
29752026-07-16T02:41:27.618Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29762026-07-16T02:41:27.641Z Compiling proc-macro-crate v3.4.0
29772026-07-16T02:41:27.698Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29782026-07-16T02:41:27.873Z Checking password-hash v0.5.0
29792026-07-16T02:41:27.966Z Checking blake2 v0.10.6
29802026-07-16T02:41:28.024Z Compiling proc-macro-crate v1.3.1
29812026-07-16T02:41:28.101Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29822026-07-16T02:41:28.152Z Checking aead v0.5.2
29832026-07-16T02:41:28.193Z Compiling num_enum_derive v0.7.6
29842026-07-16T02:41:28.206Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29852026-07-16T02:41:28.296Z Compiling foreign-types-macros v0.2.3
29862026-07-16T02:41:28.329Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29872026-07-16T02:41:28.403Z Checking thiserror-no-std v2.0.2
29882026-07-16T02:41:28.416Z Checking foreign-types-shared v0.3.1
29892026-07-16T02:41:28.430Z Compiling num_enum_derive v0.5.11
29902026-07-16T02:41:28.489Z Checking vsss-rs v3.3.4
29912026-07-16T02:41:28.504Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29922026-07-16T02:41:28.582Z Checking chacha20poly1305 v0.10.1
29932026-07-16T02:41:28.710Z Checking argon2 v0.5.3
29942026-07-16T02:41:28.889Z Checking foreign-types v0.5.0
29952026-07-16T02:41:28.966Z Checking ciborium v0.2.2
29962026-07-16T02:41:29.080Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29972026-07-16T02:41:29.158Z Checking tabwriter v1.4.1
29982026-07-16T02:41:29.229Z Checking num_enum v0.7.6
29992026-07-16T02:41:29.304Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30002026-07-16T02:41:29.348Z Checking cstr-argument v0.1.2
30012026-07-16T02:41:29.363Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30022026-07-16T02:41:29.385Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30032026-07-16T02:41:29.469Z Checking num_enum v0.5.11
30042026-07-16T02:41:29.472Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30052026-07-16T02:41:29.595Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30062026-07-16T02:41:29.598Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30072026-07-16T02:41:29.618Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30082026-07-16T02:41:29.651Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30092026-07-16T02:41:29.739Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30102026-07-16T02:41:29.757Z Checking ingot-types v0.1.2
30112026-07-16T02:41:29.776Z Checking rand v0.10.1
30122026-07-16T02:41:29.815Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30132026-07-16T02:41:29.842Z Checking indent_write v2.2.0
30142026-07-16T02:41:29.856Z Checking colored v3.1.1
30152026-07-16T02:41:29.944Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30162026-07-16T02:41:29.970Z Compiling zone_cfg_derive v0.3.1
30172026-07-16T02:41:30.040Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30182026-07-16T02:41:30.054Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30192026-07-16T02:41:30.109Z Checking ingot v0.1.1
30202026-07-16T02:41:30.135Z Checking itertools v0.12.1
30212026-07-16T02:41:30.209Z Compiling num-derive v0.4.2
30222026-07-16T02:41:30.223Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30232026-07-16T02:41:30.226Z Checking swrite v0.1.0
30242026-07-16T02:41:30.324Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30252026-07-16T02:41:30.439Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30262026-07-16T02:41:30.595Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30272026-07-16T02:41:30.623Z Checking dropshot-api-manager-types v0.7.2
30282026-07-16T02:41:30.639Z Checking smf v0.2.3
30292026-07-16T02:41:30.700Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30302026-07-16T02:41:30.715Z Checking nanorand v0.7.0
30312026-07-16T02:41:30.786Z Checking whoami v1.6.1
30322026-07-16T02:41:30.870Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30332026-07-16T02:41:30.905Z Checking flume v0.11.1
30342026-07-16T02:41:31.132Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30352026-07-16T02:41:31.146Z Checking zone v0.3.1
30362026-07-16T02:41:31.667Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30372026-07-16T02:41:32.647Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30382026-07-16T02:41:33.540Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30392026-07-16T02:41:36.925Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30402026-07-16T02:41:38.999Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30412026-07-16T02:41:40.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.94s
30422026-07-16T02:41:40.263Z
30432026-07-16T02:41:40.263Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/301)
30442026-07-16T02:41:40.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452026-07-16T02:41:40.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462026-07-16T02:41:40.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472026-07-16T02:41:40.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30482026-07-16T02:41:40.803Z
30492026-07-16T02:41:40.803Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/301)
30502026-07-16T02:41:41.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512026-07-16T02:41:41.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522026-07-16T02:41:41.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532026-07-16T02:41:41.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30542026-07-16T02:41:41.341Z
30552026-07-16T02:41:41.341Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/301)
30562026-07-16T02:41:41.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572026-07-16T02:41:41.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582026-07-16T02:41:41.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30592026-07-16T02:41:41.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30602026-07-16T02:41:41.887Z
30612026-07-16T02:41:41.888Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/301)
30622026-07-16T02:41:42.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632026-07-16T02:41:42.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642026-07-16T02:41:42.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30652026-07-16T02:41:42.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30662026-07-16T02:41:42.433Z
30672026-07-16T02:41:42.433Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/301)
30682026-07-16T02:41:42.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30692026-07-16T02:41:42.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30702026-07-16T02:41:42.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30712026-07-16T02:41:42.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30722026-07-16T02:41:42.973Z
30732026-07-16T02:41:42.973Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/301)
30742026-07-16T02:41:43.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30752026-07-16T02:41:43.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30762026-07-16T02:41:43.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30772026-07-16T02:41:43.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30782026-07-16T02:41:43.516Z
30792026-07-16T02:41:43.516Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/301)
30802026-07-16T02:41:43.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30812026-07-16T02:41:43.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30822026-07-16T02:41:43.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30832026-07-16T02:41:43.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30842026-07-16T02:41:44.061Z
30852026-07-16T02:41:44.061Zinfo: running `cargo check --bins` on cockroach-admin-client (112/301)
30862026-07-16T02:41:44.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30872026-07-16T02:41:44.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30882026-07-16T02:41:44.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30892026-07-16T02:41:44.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30902026-07-16T02:41:44.579Z
30912026-07-16T02:41:44.579Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/301)
30922026-07-16T02:41:45.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30932026-07-16T02:41:45.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30942026-07-16T02:41:45.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30952026-07-16T02:41:45.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30962026-07-16T02:41:45.112Z
30972026-07-16T02:41:45.112Zinfo: running `cargo check --bins` on dns-service-client (114/301)
30982026-07-16T02:41:45.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30992026-07-16T02:41:45.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31002026-07-16T02:41:45.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31012026-07-16T02:41:45.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31022026-07-16T02:41:45.650Z
31032026-07-16T02:41:45.650Zinfo: running `cargo check --bins` on installinator-client (115/301)
31042026-07-16T02:41:46.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31052026-07-16T02:41:46.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31062026-07-16T02:41:46.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31072026-07-16T02:41:46.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31082026-07-16T02:41:46.182Z
31092026-07-16T02:41:46.182Zinfo: running `cargo check --bins` on nexus-client (116/301)
31102026-07-16T02:41:46.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31112026-07-16T02:41:46.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31122026-07-16T02:41:46.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31132026-07-16T02:41:46.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31142026-07-16T02:41:46.752Z
31152026-07-16T02:41:46.752Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/301)
31162026-07-16T02:41:47.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31172026-07-16T02:41:47.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31182026-07-16T02:41:47.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31192026-07-16T02:41:47.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31202026-07-16T02:41:47.323Z
31212026-07-16T02:41:47.323Zinfo: running `cargo check --bins` on ntp-admin-client (118/301)
31222026-07-16T02:41:47.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31232026-07-16T02:41:47.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31242026-07-16T02:41:47.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31252026-07-16T02:41:47.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31262026-07-16T02:41:47.852Z
31272026-07-16T02:41:47.853Zinfo: running `cargo check --bins` on oxide-client (119/301)
31282026-07-16T02:41:48.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31292026-07-16T02:41:48.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31302026-07-16T02:41:48.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31312026-07-16T02:41:48.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31322026-07-16T02:41:48.382Z
31332026-07-16T02:41:48.382Zinfo: running `cargo check --bins` on oximeter-client (120/301)
31342026-07-16T02:41:48.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31352026-07-16T02:41:48.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31362026-07-16T02:41:48.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31372026-07-16T02:41:48.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31382026-07-16T02:41:48.921Z
31392026-07-16T02:41:48.921Zinfo: running `cargo check --bins` on repo-depot-client (121/301)
31402026-07-16T02:41:49.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412026-07-16T02:41:49.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422026-07-16T02:41:49.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31432026-07-16T02:41:49.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31442026-07-16T02:41:49.445Z
31452026-07-16T02:41:49.445Zinfo: running `cargo check --bins` on sled-agent-client (122/301)
31462026-07-16T02:41:49.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472026-07-16T02:41:49.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482026-07-16T02:41:49.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31492026-07-16T02:41:49.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31502026-07-16T02:41:49.991Z
31512026-07-16T02:41:49.991Zinfo: running `cargo check --bins` on wicketd-client (123/301)
31522026-07-16T02:41:50.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532026-07-16T02:41:50.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542026-07-16T02:41:50.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31552026-07-16T02:41:50.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31562026-07-16T02:41:50.552Z
31572026-07-16T02:41:50.552Zinfo: running `cargo check --bins` on installinator-common (124/301)
31582026-07-16T02:41:51.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592026-07-16T02:41:51.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602026-07-16T02:41:51.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31612026-07-16T02:41:51.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31622026-07-16T02:41:51.101Z
31632026-07-16T02:41:51.101Zinfo: running `cargo check --bins` on installinator-common-versions (125/301)
31642026-07-16T02:41:51.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31652026-07-16T02:41:51.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31662026-07-16T02:41:51.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31672026-07-16T02:41:51.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31682026-07-16T02:41:51.622Z
31692026-07-16T02:41:51.622Zinfo: running `cargo check --bins` on wicket-common (126/301)
31702026-07-16T02:41:52.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31712026-07-16T02:41:52.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31722026-07-16T02:41:52.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31732026-07-16T02:41:52.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31742026-07-16T02:41:52.169Z
31752026-07-16T02:41:52.169Zinfo: running `cargo check --bins` on wicketd-commission-types (127/301)
31762026-07-16T02:41:52.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31772026-07-16T02:41:52.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31782026-07-16T02:41:52.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31792026-07-16T02:41:52.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31802026-07-16T02:41:52.714Z
31812026-07-16T02:41:52.714Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (128/301)
31822026-07-16T02:41:53.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31832026-07-16T02:41:53.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31842026-07-16T02:41:53.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31852026-07-16T02:41:53.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31862026-07-16T02:41:53.254Z
31872026-07-16T02:41:53.254Zinfo: running `cargo check --bins` on omicron-cockroach-admin (129/301)
31882026-07-16T02:41:53.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31892026-07-16T02:41:53.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31902026-07-16T02:41:53.894Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31912026-07-16T02:41:54.008Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31922026-07-16T02:41:54.015Z Checking csv-core v0.1.13
31932026-07-16T02:41:54.022Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31942026-07-16T02:41:54.029Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31952026-07-16T02:41:54.032Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31962026-07-16T02:41:54.050Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31972026-07-16T02:41:54.061Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31982026-07-16T02:41:54.174Z Checking csv v1.4.0
31992026-07-16T02:41:54.201Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32002026-07-16T02:41:54.205Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32012026-07-16T02:41:54.241Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32022026-07-16T02:41:54.268Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32032026-07-16T02:41:54.515Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32042026-07-16T02:41:54.879Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32052026-07-16T02:41:54.882Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32062026-07-16T02:41:55.209Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32072026-07-16T02:42:01.234Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32082026-07-16T02:42:01.760Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32092026-07-16T02:42:04.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.86s
32102026-07-16T02:42:04.300Z
32112026-07-16T02:42:04.300Zinfo: running `cargo check --bins` on cockroach-admin-api (130/301)
32122026-07-16T02:42:04.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132026-07-16T02:42:04.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142026-07-16T02:42:04.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32152026-07-16T02:42:04.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
32162026-07-16T02:42:04.840Z
32172026-07-16T02:42:04.840Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (131/301)
32182026-07-16T02:42:05.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192026-07-16T02:42:05.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202026-07-16T02:42:05.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32212026-07-16T02:42:05.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32222026-07-16T02:42:05.458Z
32232026-07-16T02:42:05.458Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (132/301)
32242026-07-16T02:42:05.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252026-07-16T02:42:05.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262026-07-16T02:42:05.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32272026-07-16T02:42:05.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32282026-07-16T02:42:06.079Z
32292026-07-16T02:42:06.079Zinfo: running `cargo check --bins` on gateway-test-utils (133/301)
32302026-07-16T02:42:06.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32312026-07-16T02:42:06.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32322026-07-16T02:42:06.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32332026-07-16T02:42:06.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32342026-07-16T02:42:06.667Z
32352026-07-16T02:42:06.667Zinfo: running `cargo check --bins` on omicron-gateway (134/301)
32362026-07-16T02:42:07.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32372026-07-16T02:42:07.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32382026-07-16T02:42:07.383Z Compiling regress v0.11.1
32392026-07-16T02:42:07.524Z Compiling unsafe-libyaml v0.2.11
32402026-07-16T02:42:07.534Z Compiling semver v0.1.20
32412026-07-16T02:42:07.534Z Compiling radium v0.7.0
32422026-07-16T02:42:07.555Z Checking nom v8.0.0
32432026-07-16T02:42:07.558Z Checking tap v1.0.1
32442026-07-16T02:42:07.567Z Compiling maybe-uninit v2.0.0
32452026-07-16T02:42:07.666Z Checking wyz v0.5.1
32462026-07-16T02:42:07.809Z Compiling rustc_version v0.1.7
32472026-07-16T02:42:07.856Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32482026-07-16T02:42:07.934Z Compiling zerocopy-derive v0.6.6
32492026-07-16T02:42:07.991Z Compiling cancel-safe-futures v0.1.5
32502026-07-16T02:42:08.021Z Compiling newtype_derive v0.1.6
32512026-07-16T02:42:08.209Z Compiling serde_yaml v0.9.34+deprecated
32522026-07-16T02:42:08.222Z Checking funty v2.0.0
32532026-07-16T02:42:08.255Z Compiling packed_struct v0.10.1
32542026-07-16T02:42:08.523Z Compiling owo-colors v4.3.0
32552026-07-16T02:42:08.537Z Checking crc-catalog v2.4.0
32562026-07-16T02:42:08.633Z Checking crc v3.4.0
32572026-07-16T02:42:08.797Z Checking zerocopy v0.6.6
32582026-07-16T02:42:08.811Z Checking bitvec v1.0.1
32592026-07-16T02:42:08.968Z Checking typify-impl v0.6.2
32602026-07-16T02:42:09.091Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32612026-07-16T02:42:09.353Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32622026-07-16T02:42:09.485Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32632026-07-16T02:42:09.622Z Compiling packed_struct_codegen v0.10.1
32642026-07-16T02:42:09.636Z Checking libsw-core v0.3.2
32652026-07-16T02:42:09.697Z Compiling bitfield-macros v0.19.4
32662026-07-16T02:42:09.780Z Compiling indexmap v1.9.3
32672026-07-16T02:42:09.996Z Checking nodrop v0.1.14
32682026-07-16T02:42:10.095Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32692026-07-16T02:42:10.122Z Checking array-init v0.0.4
32702026-07-16T02:42:10.166Z Checking libsw v3.5.0
32712026-07-16T02:42:10.179Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32722026-07-16T02:42:10.320Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32732026-07-16T02:42:10.424Z Checking bitfield v0.19.4
32742026-07-16T02:42:10.427Z Checking smallvec v0.6.14
32752026-07-16T02:42:10.494Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32762026-07-16T02:42:10.708Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32772026-07-16T02:42:10.711Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32782026-07-16T02:42:10.809Z Checking hashbrown v0.12.3
32792026-07-16T02:42:10.828Z Checking base64 v0.21.7
32802026-07-16T02:42:10.914Z Checking smawk v0.3.2
32812026-07-16T02:42:11.048Z Checking linear-map v1.2.0
32822026-07-16T02:42:11.064Z Checking tagptr v0.2.0
32832026-07-16T02:42:11.185Z Checking unicode-linebreak v0.1.5
32842026-07-16T02:42:11.204Z Checking moka v0.12.13
32852026-07-16T02:42:11.231Z Checking ron v0.8.1
32862026-07-16T02:42:11.243Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32872026-07-16T02:42:11.397Z Checking textwrap v0.16.2
32882026-07-16T02:42:11.536Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32892026-07-16T02:42:11.615Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32902026-07-16T02:42:11.711Z Checking steno v0.4.1
32912026-07-16T02:42:11.743Z Checking serde-hex v0.1.0
32922026-07-16T02:42:11.777Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32932026-07-16T02:42:11.864Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32942026-07-16T02:42:12.030Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32952026-07-16T02:42:12.460Z Checking hashbrown v0.13.2
32962026-07-16T02:42:12.574Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32972026-07-16T02:42:12.645Z Checking crc-any v2.5.0
32982026-07-16T02:42:12.764Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32992026-07-16T02:42:12.802Z Checking hickory-resolver v0.25.2
33002026-07-16T02:42:12.827Z Checking sha1 v0.10.6
33012026-07-16T02:42:12.893Z Checking object v0.30.4
33022026-07-16T02:42:12.932Z Checking half v1.8.3
33032026-07-16T02:42:12.992Z Checking utf-8 v0.7.6
33042026-07-16T02:42:13.126Z Checking void v1.0.2
33052026-07-16T02:42:13.127Z Checking path-slash v0.1.5
33062026-07-16T02:42:13.235Z Checking lzss v0.8.2
33072026-07-16T02:42:13.249Z Checking serde_cbor v0.11.2
33082026-07-16T02:42:13.303Z Checking tungstenite v0.23.0
33092026-07-16T02:42:13.506Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33102026-07-16T02:42:13.520Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33112026-07-16T02:42:13.557Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33122026-07-16T02:42:13.585Z Compiling typify-macro v0.6.2
33132026-07-16T02:42:13.605Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33142026-07-16T02:42:13.629Z Checking nix v0.27.1
33152026-07-16T02:42:13.714Z Checking kstat-rs v0.2.4
33162026-07-16T02:42:13.728Z Checking fxhash v0.2.1
33172026-07-16T02:42:13.835Z Checking serde_bytes v0.11.19
33182026-07-16T02:42:13.850Z Checking tokio-tungstenite v0.23.1
33192026-07-16T02:42:13.898Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33202026-07-16T02:42:13.927Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33212026-07-16T02:42:14.012Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33222026-07-16T02:42:14.107Z Checking signal-hook-tokio v0.3.1
33232026-07-16T02:42:14.810Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33242026-07-16T02:42:14.977Z Compiling typify v0.6.2
33252026-07-16T02:42:15.054Z Compiling progenitor-impl v0.14.0
33262026-07-16T02:42:15.726Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33272026-07-16T02:42:16.027Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33282026-07-16T02:42:16.479Z Compiling progenitor-macro v0.14.0
33292026-07-16T02:42:18.776Z Checking progenitor v0.14.0
33302026-07-16T02:42:18.899Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33312026-07-16T02:42:18.902Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33322026-07-16T02:42:21.560Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33332026-07-16T02:42:29.765Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33342026-07-16T02:42:36.315Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33352026-07-16T02:42:37.692Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33362026-07-16T02:42:38.185Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33372026-07-16T02:42:40.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.58s
33382026-07-16T02:42:40.438Z
33392026-07-16T02:42:40.438Zinfo: running `cargo check --bins` on gateway-api (135/301)
33402026-07-16T02:42:40.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33412026-07-16T02:42:40.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33422026-07-16T02:42:40.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33432026-07-16T02:42:40.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33442026-07-16T02:42:40.971Z
33452026-07-16T02:42:40.971Zinfo: running `cargo check --bins` on ipcc (136/301)
33462026-07-16T02:42:41.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472026-07-16T02:42:41.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482026-07-16T02:42:41.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33492026-07-16T02:42:41.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33502026-07-16T02:42:41.508Z
33512026-07-16T02:42:41.508Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (137/301)
33522026-07-16T02:42:41.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532026-07-16T02:42:41.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542026-07-16T02:42:41.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33552026-07-16T02:42:41.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33562026-07-16T02:42:42.035Z
33572026-07-16T02:42:42.035Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (138/301)
33582026-07-16T02:42:42.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592026-07-16T02:42:42.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602026-07-16T02:42:42.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33612026-07-16T02:42:42.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33622026-07-16T02:42:42.583Z
33632026-07-16T02:42:42.583Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (139/301)
33642026-07-16T02:42:43.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652026-07-16T02:42:43.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662026-07-16T02:42:43.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33672026-07-16T02:42:43.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33682026-07-16T02:42:43.118Z
33692026-07-16T02:42:43.118Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (140/301)
33702026-07-16T02:42:43.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712026-07-16T02:42:43.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722026-07-16T02:42:43.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732026-07-16T02:42:43.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33742026-07-16T02:42:43.647Z
33752026-07-16T02:42:43.647Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (141/301)
33762026-07-16T02:42:44.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-07-16T02:42:44.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-07-16T02:42:44.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-07-16T02:42:44.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33802026-07-16T02:42:44.181Z
33812026-07-16T02:42:44.181Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (142/301)
33822026-07-16T02:42:44.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-07-16T02:42:44.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-07-16T02:42:44.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-07-16T02:42:44.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33862026-07-16T02:42:44.734Z
33872026-07-16T02:42:44.734Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (143/301)
33882026-07-16T02:42:45.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-07-16T02:42:45.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-07-16T02:42:45.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-07-16T02:42:45.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33922026-07-16T02:42:45.270Z
33932026-07-16T02:42:45.271Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (144/301)
33942026-07-16T02:42:45.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-07-16T02:42:45.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-07-16T02:42:45.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-07-16T02:42:45.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33982026-07-16T02:42:45.808Z
33992026-07-16T02:42:45.808Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (145/301)
34002026-07-16T02:42:46.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-07-16T02:42:46.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-07-16T02:42:46.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-07-16T02:42:46.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34042026-07-16T02:42:46.346Z
34052026-07-16T02:42:46.346Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (146/301)
34062026-07-16T02:42:46.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-07-16T02:42:46.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-07-16T02:42:46.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-07-16T02:42:46.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34102026-07-16T02:42:46.883Z
34112026-07-16T02:42:46.883Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (147/301)
34122026-07-16T02:42:47.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-07-16T02:42:47.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-07-16T02:42:47.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-07-16T02:42:47.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34162026-07-16T02:42:47.424Z
34172026-07-16T02:42:47.424Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (148/301)
34182026-07-16T02:42:47.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-07-16T02:42:47.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-07-16T02:42:47.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-07-16T02:42:47.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34222026-07-16T02:42:47.967Z
34232026-07-16T02:42:47.968Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (149/301)
34242026-07-16T02:42:48.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-07-16T02:42:48.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-07-16T02:42:48.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-07-16T02:42:48.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34282026-07-16T02:42:48.513Z
34292026-07-16T02:42:48.513Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (150/301)
34302026-07-16T02:42:48.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-07-16T02:42:48.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-07-16T02:42:48.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-07-16T02:42:48.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34342026-07-16T02:42:49.073Z
34352026-07-16T02:42:49.074Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (151/301)
34362026-07-16T02:42:49.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-07-16T02:42:49.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-07-16T02:42:49.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-07-16T02:42:49.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34402026-07-16T02:42:49.635Z
34412026-07-16T02:42:49.635Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (152/301)
34422026-07-16T02:42:50.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-07-16T02:42:50.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-07-16T02:42:50.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-07-16T02:42:50.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34462026-07-16T02:42:50.200Z
34472026-07-16T02:42:50.200Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (153/301)
34482026-07-16T02:42:50.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-07-16T02:42:50.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-07-16T02:42:50.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-07-16T02:42:50.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34522026-07-16T02:42:50.762Z
34532026-07-16T02:42:50.762Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (154/301)
34542026-07-16T02:42:51.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-07-16T02:42:51.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-07-16T02:42:51.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-07-16T02:42:51.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34582026-07-16T02:42:51.323Z
34592026-07-16T02:42:51.323Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (155/301)
34602026-07-16T02:42:51.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-07-16T02:42:51.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-07-16T02:42:51.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-07-16T02:42:51.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34642026-07-16T02:42:51.879Z
34652026-07-16T02:42:51.879Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (156/301)
34662026-07-16T02:42:52.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-07-16T02:42:52.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-07-16T02:42:52.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-07-16T02:42:52.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34702026-07-16T02:42:52.440Z
34712026-07-16T02:42:52.440Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (157/301)
34722026-07-16T02:42:52.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-07-16T02:42:52.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-07-16T02:42:52.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-07-16T02:42:52.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34762026-07-16T02:42:53.004Z
34772026-07-16T02:42:53.004Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (158/301)
34782026-07-16T02:42:53.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-07-16T02:42:53.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-07-16T02:42:53.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-07-16T02:42:53.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34822026-07-16T02:42:53.564Z
34832026-07-16T02:42:53.564Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (159/301)
34842026-07-16T02:42:54.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-07-16T02:42:54.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-07-16T02:42:54.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-07-16T02:42:54.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34882026-07-16T02:42:54.101Z
34892026-07-16T02:42:54.101Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (160/301)
34902026-07-16T02:42:54.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-07-16T02:42:54.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-07-16T02:42:54.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-07-16T02:42:54.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34942026-07-16T02:42:54.638Z
34952026-07-16T02:42:54.638Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (161/301)
34962026-07-16T02:42:55.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-07-16T02:42:55.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-07-16T02:42:55.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-07-16T02:42:55.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35002026-07-16T02:42:55.175Z
35012026-07-16T02:42:55.175Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (162/301)
35022026-07-16T02:42:55.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-07-16T02:42:55.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-07-16T02:42:55.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-07-16T02:42:55.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35062026-07-16T02:42:55.718Z
35072026-07-16T02:42:55.718Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (163/301)
35082026-07-16T02:42:56.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-07-16T02:42:56.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-07-16T02:42:56.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-07-16T02:42:56.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35122026-07-16T02:42:56.259Z
35132026-07-16T02:42:56.260Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (164/301)
35142026-07-16T02:42:56.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-07-16T02:42:56.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-07-16T02:42:56.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-07-16T02:42:56.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35182026-07-16T02:42:56.800Z
35192026-07-16T02:42:56.800Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (165/301)
35202026-07-16T02:42:57.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-07-16T02:42:57.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-07-16T02:42:57.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-07-16T02:42:57.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35242026-07-16T02:42:57.339Z
35252026-07-16T02:42:57.339Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (166/301)
35262026-07-16T02:42:57.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-07-16T02:42:57.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-07-16T02:42:57.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-07-16T02:42:57.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35302026-07-16T02:42:57.882Z
35312026-07-16T02:42:57.882Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (167/301)
35322026-07-16T02:42:58.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-07-16T02:42:58.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-07-16T02:42:58.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-07-16T02:42:58.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35362026-07-16T02:42:58.440Z
35372026-07-16T02:42:58.440Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (168/301)
35382026-07-16T02:42:58.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-07-16T02:42:58.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-07-16T02:42:58.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-07-16T02:42:58.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35422026-07-16T02:42:58.998Z
35432026-07-16T02:42:58.998Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (169/301)
35442026-07-16T02:42:59.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-07-16T02:42:59.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-07-16T02:42:59.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-07-16T02:42:59.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35482026-07-16T02:42:59.553Z
35492026-07-16T02:42:59.553Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (170/301)
35502026-07-16T02:43:00.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-07-16T02:43:00.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-07-16T02:43:00.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-07-16T02:43:00.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35542026-07-16T02:43:00.112Z
35552026-07-16T02:43:00.112Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (171/301)
35562026-07-16T02:43:00.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-07-16T02:43:00.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-07-16T02:43:00.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-07-16T02:43:00.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35602026-07-16T02:43:00.672Z
35612026-07-16T02:43:00.672Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (172/301)
35622026-07-16T02:43:01.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-07-16T02:43:01.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-07-16T02:43:01.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-07-16T02:43:01.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35662026-07-16T02:43:01.228Z
35672026-07-16T02:43:01.228Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (173/301)
35682026-07-16T02:43:01.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-07-16T02:43:01.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-07-16T02:43:01.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-07-16T02:43:01.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35722026-07-16T02:43:01.789Z
35732026-07-16T02:43:01.789Zinfo: running `cargo check --bins` on oximeter-producer (174/301)
35742026-07-16T02:43:02.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-07-16T02:43:02.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-07-16T02:43:02.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-07-16T02:43:02.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35782026-07-16T02:43:02.359Z
35792026-07-16T02:43:02.359Zinfo: running `cargo check --bins` on internal-dns-resolver (175/301)
35802026-07-16T02:43:02.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-07-16T02:43:02.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-07-16T02:43:02.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-07-16T02:43:02.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35842026-07-16T02:43:02.897Z
35852026-07-16T02:43:02.897Zinfo: running `cargo check --bins` on dns-server (176/301)
35862026-07-16T02:43:03.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-07-16T02:43:03.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-07-16T02:43:03.494Z Compiling parking_lot_core v0.8.6
35892026-07-16T02:43:03.497Z Compiling git-stub v1.0.0
35902026-07-16T02:43:03.497Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35912026-07-16T02:43:03.497Z Checking prefix-trie v0.7.0
35922026-07-16T02:43:03.725Z Compiling git-stub-vcs v0.1.0
35932026-07-16T02:43:03.899Z Checking hickory-server v0.25.2
35942026-07-16T02:43:04.007Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35952026-07-16T02:43:04.018Z Checking parking_lot v0.11.2
35962026-07-16T02:43:04.057Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35972026-07-16T02:43:04.061Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35982026-07-16T02:43:04.184Z Checking sled v0.34.7
35992026-07-16T02:43:06.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
36002026-07-16T02:43:06.253Z
36012026-07-16T02:43:06.253Zinfo: running `cargo check --bins` on dns-server-api (177/301)
36022026-07-16T02:43:06.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032026-07-16T02:43:06.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042026-07-16T02:43:06.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36052026-07-16T02:43:06.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36062026-07-16T02:43:06.787Z
36072026-07-16T02:43:06.787Zinfo: running `cargo check --bins` on oximeter-producer-api (178/301)
36082026-07-16T02:43:07.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092026-07-16T02:43:07.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102026-07-16T02:43:07.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36112026-07-16T02:43:07.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36122026-07-16T02:43:07.328Z
36132026-07-16T02:43:07.328Zinfo: running `cargo check --bins` on sp-sim (179/301)
36142026-07-16T02:43:07.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152026-07-16T02:43:07.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162026-07-16T02:43:07.993Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36172026-07-16T02:43:09.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.42s
36182026-07-16T02:43:09.936Z
36192026-07-16T02:43:09.936Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (180/301)
36202026-07-16T02:43:10.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212026-07-16T02:43:10.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222026-07-16T02:43:10.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36232026-07-16T02:43:10.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36242026-07-16T02:43:10.520Z
36252026-07-16T02:43:10.520Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (181/301)
36262026-07-16T02:43:11.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272026-07-16T02:43:11.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282026-07-16T02:43:11.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36292026-07-16T02:43:11.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36302026-07-16T02:43:11.107Z
36312026-07-16T02:43:11.107Zinfo: running `cargo check --bins` on db-macros (182/301)
36322026-07-16T02:43:11.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36332026-07-16T02:43:11.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36342026-07-16T02:43:11.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36352026-07-16T02:43:11.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36362026-07-16T02:43:11.625Z
36372026-07-16T02:43:11.625Zinfo: running `cargo check --bins` on nexus-macros-common (183/301)
36382026-07-16T02:43:12.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36392026-07-16T02:43:12.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36402026-07-16T02:43:12.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36412026-07-16T02:43:12.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36422026-07-16T02:43:12.153Z
36432026-07-16T02:43:12.153Zinfo: running `cargo check --bins` on nexus-auth (184/301)
36442026-07-16T02:43:12.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36452026-07-16T02:43:12.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36462026-07-16T02:43:12.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36472026-07-16T02:43:12.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36482026-07-16T02:43:12.730Z
36492026-07-16T02:43:12.730Zinfo: running `cargo check --bins` on authz-macros (185/301)
36502026-07-16T02:43:13.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36512026-07-16T02:43:13.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36522026-07-16T02:43:13.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36532026-07-16T02:43:13.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36542026-07-16T02:43:13.249Z
36552026-07-16T02:43:13.249Zinfo: running `cargo check --bins` on nexus-db-fixed-data (186/301)
36562026-07-16T02:43:13.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36572026-07-16T02:43:13.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36582026-07-16T02:43:13.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36592026-07-16T02:43:13.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36602026-07-16T02:43:13.824Z
36612026-07-16T02:43:13.824Zinfo: running `cargo check --bins` on nexus-db-model (187/301)
36622026-07-16T02:43:14.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36632026-07-16T02:43:14.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36642026-07-16T02:43:14.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36652026-07-16T02:43:14.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36662026-07-16T02:43:14.398Z
36672026-07-16T02:43:14.398Zinfo: running `cargo check --bins` on nexus-db-schema (188/301)
36682026-07-16T02:43:14.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36692026-07-16T02:43:14.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36702026-07-16T02:43:14.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36712026-07-16T02:43:14.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36722026-07-16T02:43:14.920Z
36732026-07-16T02:43:14.920Zinfo: running `cargo check --bins` on omicron-rpaths (189/301)
36742026-07-16T02:43:15.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36752026-07-16T02:43:15.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36762026-07-16T02:43:15.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36772026-07-16T02:43:15.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36782026-07-16T02:43:15.438Z
36792026-07-16T02:43:15.438Zinfo: running `cargo check --bins` on nexus-defaults (190/301)
36802026-07-16T02:43:15.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36812026-07-16T02:43:15.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36822026-07-16T02:43:15.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36832026-07-16T02:43:15.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36842026-07-16T02:43:15.974Z
36852026-07-16T02:43:15.974Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (191/301)
36862026-07-16T02:43:16.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36872026-07-16T02:43:16.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36882026-07-16T02:43:16.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36892026-07-16T02:43:16.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36902026-07-16T02:43:16.498Z
36912026-07-16T02:43:16.498Zinfo: running `cargo check --bins` on parallel-task-set (192/301)
36922026-07-16T02:43:16.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36932026-07-16T02:43:16.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36942026-07-16T02:43:16.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36952026-07-16T02:43:16.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36962026-07-16T02:43:17.016Z
36972026-07-16T02:43:17.016Zinfo: running `cargo check --bins` on omicron-git-version (193/301)
36982026-07-16T02:43:17.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36992026-07-16T02:43:17.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37002026-07-16T02:43:17.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37012026-07-16T02:43:17.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37022026-07-16T02:43:17.538Z
37032026-07-16T02:43:17.538Zinfo: running `cargo check --bins` on nexus-db-errors (194/301)
37042026-07-16T02:43:18.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37052026-07-16T02:43:18.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37062026-07-16T02:43:18.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37072026-07-16T02:43:18.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37082026-07-16T02:43:18.122Z
37092026-07-16T02:43:18.122Zinfo: running `cargo check --bins` on nexus-db-lookup (195/301)
37102026-07-16T02:43:18.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37112026-07-16T02:43:18.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37122026-07-16T02:43:18.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37132026-07-16T02:43:18.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37142026-07-16T02:43:18.704Z
37152026-07-16T02:43:18.704Zinfo: running `cargo check --bins` on nexus-inventory (196/301)
37162026-07-16T02:43:19.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-07-16T02:43:19.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-07-16T02:43:19.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37192026-07-16T02:43:19.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37202026-07-16T02:43:19.280Z
37212026-07-16T02:43:19.280Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (197/301)
37222026-07-16T02:43:19.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232026-07-16T02:43:19.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242026-07-16T02:43:19.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37252026-07-16T02:43:19.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37262026-07-16T02:43:19.837Z
37272026-07-16T02:43:19.837Zinfo: running `cargo check --bins --no-default-features` on sled-storage (198/301)
37282026-07-16T02:43:20.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292026-07-16T02:43:20.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302026-07-16T02:43:20.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37312026-07-16T02:43:20.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37322026-07-16T02:43:20.385Z
37332026-07-16T02:43:20.385Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (199/301)
37342026-07-16T02:43:20.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-07-16T02:43:20.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-07-16T02:43:20.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37372026-07-16T02:43:20.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37382026-07-16T02:43:20.936Z
37392026-07-16T02:43:20.936Zinfo: running `cargo check --bins` on key-manager (200/301)
37402026-07-16T02:43:21.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-07-16T02:43:21.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-07-16T02:43:21.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37432026-07-16T02:43:21.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37442026-07-16T02:43:21.466Z
37452026-07-16T02:43:21.466Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (201/301)
37462026-07-16T02:43:21.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-07-16T02:43:21.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-07-16T02:43:21.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37492026-07-16T02:43:21.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37502026-07-16T02:43:22.018Z
37512026-07-16T02:43:22.018Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (202/301)
37522026-07-16T02:43:22.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532026-07-16T02:43:22.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542026-07-16T02:43:22.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37552026-07-16T02:43:22.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37562026-07-16T02:43:22.566Z
37572026-07-16T02:43:22.566Zinfo: running `cargo check --bins` on typed-rng (203/301)
37582026-07-16T02:43:23.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-07-16T02:43:23.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-07-16T02:43:23.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37612026-07-16T02:43:23.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37622026-07-16T02:43:23.086Z
37632026-07-16T02:43:23.086Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (204/301)
37642026-07-16T02:43:23.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-07-16T02:43:23.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-07-16T02:43:23.875Z Compiling libefi-sys v0.1.0
37672026-07-16T02:43:23.879Z Compiling bitfield-struct v0.6.2
37682026-07-16T02:43:24.017Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37692026-07-16T02:43:24.025Z Compiling xshell-macros v0.2.7
37702026-07-16T02:43:24.033Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37712026-07-16T02:43:24.045Z Compiling salty v0.3.0
37722026-07-16T02:43:24.058Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37732026-07-16T02:43:24.073Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37742026-07-16T02:43:24.087Z Checking rfc6979 v0.4.0
37752026-07-16T02:43:24.199Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37762026-07-16T02:43:24.214Z Checking ecdsa v0.16.9
37772026-07-16T02:43:24.342Z Checking primeorder v0.13.6
37782026-07-16T02:43:24.365Z Compiling proc-macro-error-attr2 v2.0.0
37792026-07-16T02:43:24.397Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37802026-07-16T02:43:24.411Z Checking xshell v0.2.7
37812026-07-16T02:43:24.547Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37822026-07-16T02:43:24.562Z Checking tungstenite v0.21.0
37832026-07-16T02:43:24.566Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37842026-07-16T02:43:24.589Z Checking p384 v0.13.1
37852026-07-16T02:43:24.602Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37862026-07-16T02:43:24.625Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37872026-07-16T02:43:24.691Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37882026-07-16T02:43:24.768Z Compiling proc-macro-error2 v2.0.1
37892026-07-16T02:43:24.782Z Compiling num-derive v0.3.3
37902026-07-16T02:43:24.861Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37912026-07-16T02:43:24.974Z Checking tokio-tungstenite v0.21.0
37922026-07-16T02:43:24.997Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37932026-07-16T02:43:25.056Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37942026-07-16T02:43:25.070Z Checking papergrid v0.17.0
37952026-07-16T02:43:25.084Z Compiling tabled_derive v0.11.0
37962026-07-16T02:43:25.097Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37972026-07-16T02:43:25.200Z Compiling progenitor-impl v0.13.0
37982026-07-16T02:43:25.249Z Checking testing_table v0.3.0
37992026-07-16T02:43:25.336Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38002026-07-16T02:43:25.351Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
38012026-07-16T02:43:25.369Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38022026-07-16T02:43:25.562Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38032026-07-16T02:43:25.577Z Compiling unicase v2.9.0
38042026-07-16T02:43:25.688Z Checking libscf-sys v1.1.0
38052026-07-16T02:43:25.776Z Compiling illumos-nvpair-sys v0.2.0
38062026-07-16T02:43:25.781Z Checking corncobs v0.1.4
38072026-07-16T02:43:25.823Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38082026-07-16T02:43:25.892Z Compiling mime_guess v2.0.5
38092026-07-16T02:43:25.917Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38102026-07-16T02:43:25.971Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38112026-07-16T02:43:26.025Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38122026-07-16T02:43:26.040Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
38132026-07-16T02:43:26.099Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38142026-07-16T02:43:26.242Z Checking tabled v0.20.0
38152026-07-16T02:43:26.352Z Checking progenitor-client v0.13.0
38162026-07-16T02:43:26.445Z Checking secrecy v0.8.0
38172026-07-16T02:43:26.571Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38182026-07-16T02:43:26.605Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38192026-07-16T02:43:26.646Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38202026-07-16T02:43:26.854Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38212026-07-16T02:43:26.983Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38222026-07-16T02:43:27.082Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38232026-07-16T02:43:27.097Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38242026-07-16T02:43:27.125Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38252026-07-16T02:43:27.178Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38262026-07-16T02:43:27.350Z Checking filetime v0.2.27
38272026-07-16T02:43:27.368Z Checking xattr v1.6.1
38282026-07-16T02:43:27.495Z Checking crc8 v0.1.1
38292026-07-16T02:43:27.526Z Checking http-range v0.1.5
38302026-07-16T02:43:27.596Z Checking tar v0.4.46
38312026-07-16T02:43:27.652Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38322026-07-16T02:43:27.828Z Compiling progenitor-macro v0.13.0
38332026-07-16T02:43:27.844Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38342026-07-16T02:43:27.858Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38352026-07-16T02:43:27.985Z Checking illumos-nvpair v0.3.0
38362026-07-16T02:43:28.056Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38372026-07-16T02:43:28.139Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38382026-07-16T02:43:28.154Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38392026-07-16T02:43:28.306Z Checking atty v0.2.14
38402026-07-16T02:43:28.341Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38412026-07-16T02:43:28.405Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38422026-07-16T02:43:28.438Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38432026-07-16T02:43:28.598Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38442026-07-16T02:43:28.660Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38452026-07-16T02:43:28.730Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38462026-07-16T02:43:28.747Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38472026-07-16T02:43:28.785Z Checking hyper-staticfile v0.10.1
38482026-07-16T02:43:28.914Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
38492026-07-16T02:43:29.010Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38502026-07-16T02:43:29.073Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38512026-07-16T02:43:29.132Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38522026-07-16T02:43:29.267Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38532026-07-16T02:43:29.400Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38542026-07-16T02:43:29.555Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38552026-07-16T02:43:29.683Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38562026-07-16T02:43:29.998Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38572026-07-16T02:43:30.772Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38582026-07-16T02:43:31.247Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38592026-07-16T02:43:31.656Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38602026-07-16T02:43:31.866Z Checking progenitor v0.13.0
38612026-07-16T02:43:32.003Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38622026-07-16T02:43:34.061Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38632026-07-16T02:43:37.331Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38642026-07-16T02:43:48.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.28s
38652026-07-16T02:43:48.877Z
38662026-07-16T02:43:48.877Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (205/301)
38672026-07-16T02:43:49.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38682026-07-16T02:43:49.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38692026-07-16T02:43:49.524Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38702026-07-16T02:44:00.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
38712026-07-16T02:44:00.231Z
38722026-07-16T02:44:00.231Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (206/301)
38732026-07-16T02:44:00.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38742026-07-16T02:44:00.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38752026-07-16T02:44:00.961Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38762026-07-16T02:44:11.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.56s
38772026-07-16T02:44:12.002Z
38782026-07-16T02:44:12.002Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (207/301)
38792026-07-16T02:44:12.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38802026-07-16T02:44:12.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38812026-07-16T02:44:12.725Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38822026-07-16T02:44:23.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.53s
38832026-07-16T02:44:23.734Z
38842026-07-16T02:44:23.734Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (208/301)
38852026-07-16T02:44:24.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38862026-07-16T02:44:24.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38872026-07-16T02:44:24.464Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38882026-07-16T02:44:35.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
38892026-07-16T02:44:35.361Z
38902026-07-16T02:44:35.361Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (209/301)
38912026-07-16T02:44:35.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38922026-07-16T02:44:35.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38932026-07-16T02:44:36.087Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38942026-07-16T02:44:46.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s
38952026-07-16T02:44:47.052Z
38962026-07-16T02:44:47.052Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (210/301)
38972026-07-16T02:44:47.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982026-07-16T02:44:47.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992026-07-16T02:44:47.782Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39002026-07-16T02:44:58.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s
39012026-07-16T02:44:58.730Z
39022026-07-16T02:44:58.730Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (211/301)
39032026-07-16T02:44:59.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042026-07-16T02:44:59.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052026-07-16T02:44:59.461Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39062026-07-16T02:45:10.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
39072026-07-16T02:45:10.373Z
39082026-07-16T02:45:10.374Zinfo: running `cargo check --bins` on bootstrap-agent-api (212/301)
39092026-07-16T02:45:10.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39102026-07-16T02:45:10.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39112026-07-16T02:45:10.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39122026-07-16T02:45:10.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39132026-07-16T02:45:10.919Z
39142026-07-16T02:45:10.919Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (213/301)
39152026-07-16T02:45:11.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39162026-07-16T02:45:11.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39172026-07-16T02:45:11.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39182026-07-16T02:45:11.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39192026-07-16T02:45:11.465Z
39202026-07-16T02:45:11.465Zinfo: running `cargo check --bins` on range-requests (214/301)
39212026-07-16T02:45:11.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39222026-07-16T02:45:11.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39232026-07-16T02:45:11.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39242026-07-16T02:45:11.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39252026-07-16T02:45:12.000Z
39262026-07-16T02:45:12.000Zinfo: running `cargo check --bins` on repo-depot-api (215/301)
39272026-07-16T02:45:12.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39282026-07-16T02:45:12.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39292026-07-16T02:45:12.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39302026-07-16T02:45:12.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39312026-07-16T02:45:12.534Z
39322026-07-16T02:45:12.534Zinfo: running `cargo check --bins` on sled-agent-api (216/301)
39332026-07-16T02:45:13.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39342026-07-16T02:45:13.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39352026-07-16T02:45:13.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39362026-07-16T02:45:13.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39372026-07-16T02:45:13.091Z
39382026-07-16T02:45:13.091Zinfo: running `cargo check --bins` on sled-diagnostics (217/301)
39392026-07-16T02:45:13.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39402026-07-16T02:45:13.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39412026-07-16T02:45:13.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39422026-07-16T02:45:13.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39432026-07-16T02:45:13.646Z
39442026-07-16T02:45:13.646Zinfo: running `cargo check --bins` on zfs-test-harness (218/301)
39452026-07-16T02:45:14.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-07-16T02:45:14.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-07-16T02:45:14.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39482026-07-16T02:45:14.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39492026-07-16T02:45:14.205Z
39502026-07-16T02:45:14.205Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (219/301)
39512026-07-16T02:45:14.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39522026-07-16T02:45:14.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39532026-07-16T02:45:14.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39542026-07-16T02:45:14.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39552026-07-16T02:45:14.770Z
39562026-07-16T02:45:14.770Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (220/301)
39572026-07-16T02:45:15.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582026-07-16T02:45:15.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592026-07-16T02:45:15.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39602026-07-16T02:45:15.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39612026-07-16T02:45:15.335Z
39622026-07-16T02:45:15.335Zinfo: running `cargo check --bins` on sled-agent-early-networking (221/301)
39632026-07-16T02:45:15.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39642026-07-16T02:45:15.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39652026-07-16T02:45:15.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39662026-07-16T02:45:15.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39672026-07-16T02:45:15.900Z
39682026-07-16T02:45:15.900Zinfo: running `cargo check --bins` on sled-agent-health-monitor (222/301)
39692026-07-16T02:45:16.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39702026-07-16T02:45:16.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39712026-07-16T02:45:16.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39722026-07-16T02:45:16.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39732026-07-16T02:45:16.463Z
39742026-07-16T02:45:16.463Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (223/301)
39752026-07-16T02:45:16.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39762026-07-16T02:45:16.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39772026-07-16T02:45:16.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39782026-07-16T02:45:16.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39792026-07-16T02:45:17.024Z
39802026-07-16T02:45:17.024Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (224/301)
39812026-07-16T02:45:17.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39822026-07-16T02:45:17.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39832026-07-16T02:45:17.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39842026-07-16T02:45:17.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39852026-07-16T02:45:17.584Z
39862026-07-16T02:45:17.584Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (225/301)
39872026-07-16T02:45:18.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-07-16T02:45:18.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-07-16T02:45:18.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39902026-07-16T02:45:18.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39912026-07-16T02:45:18.146Z
39922026-07-16T02:45:18.146Zinfo: running `cargo check --bins` on sled-agent-rack-setup (226/301)
39932026-07-16T02:45:18.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-07-16T02:45:18.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-07-16T02:45:18.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39962026-07-16T02:45:18.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39972026-07-16T02:45:18.734Z
39982026-07-16T02:45:18.734Zinfo: running `cargo check --bins` on trust-quorum (227/301)
39992026-07-16T02:45:19.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-07-16T02:45:19.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-07-16T02:45:19.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40022026-07-16T02:45:19.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40032026-07-16T02:45:19.303Z
40042026-07-16T02:45:19.303Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (228/301)
40052026-07-16T02:45:19.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-07-16T02:45:19.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-07-16T02:45:19.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40082026-07-16T02:45:19.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40092026-07-16T02:45:19.881Z
40102026-07-16T02:45:19.881Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (229/301)
40112026-07-16T02:45:20.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-07-16T02:45:20.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-07-16T02:45:20.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40142026-07-16T02:45:20.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40152026-07-16T02:45:20.476Z
40162026-07-16T02:45:20.476Zinfo: running `cargo check --bins` on update-common (230/301)
40172026-07-16T02:45:20.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-07-16T02:45:20.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-07-16T02:45:20.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40202026-07-16T02:45:20.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40212026-07-16T02:45:21.024Z
40222026-07-16T02:45:21.024Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (231/301)
40232026-07-16T02:45:21.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-07-16T02:45:21.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-07-16T02:45:21.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40262026-07-16T02:45:21.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40272026-07-16T02:45:21.611Z
40282026-07-16T02:45:21.611Zinfo: running `cargo check --bins` on omicron-deployment-graph (232/301)
40292026-07-16T02:45:22.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40302026-07-16T02:45:22.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40312026-07-16T02:45:22.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40322026-07-16T02:45:22.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40332026-07-16T02:45:22.128Z
40342026-07-16T02:45:22.128Zinfo: running `cargo check --bins` on reconfigurator-cli (233/301)
40352026-07-16T02:45:22.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40362026-07-16T02:45:22.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40372026-07-16T02:45:22.849Z Compiling fs-err v2.11.0
40382026-07-16T02:45:22.852Z Checking ignore v0.4.25
40392026-07-16T02:45:22.852Z Checking arc-swap v1.8.2
40402026-07-16T02:45:22.852Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40412026-07-16T02:45:22.852Z Checking predicates-tree v1.0.13
40422026-07-16T02:45:22.852Z Checking parse-size v1.1.0
40432026-07-16T02:45:23.011Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40442026-07-16T02:45:23.016Z Checking rand_seeder v0.4.0
40452026-07-16T02:45:23.074Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40462026-07-16T02:45:23.088Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40472026-07-16T02:45:23.157Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40482026-07-16T02:45:23.216Z Checking slog-scope v4.4.1
40492026-07-16T02:45:23.232Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40502026-07-16T02:45:23.309Z Compiling petname v2.0.2
40512026-07-16T02:45:23.325Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40522026-07-16T02:45:23.348Z Checking slog-stdlog v4.1.1
40532026-07-16T02:45:23.351Z Checking globwalk v0.9.1
40542026-07-16T02:45:23.423Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40552026-07-16T02:45:23.466Z Checking slog-envlogger v2.2.0
40562026-07-16T02:45:23.539Z Checking camino-tempfile-ext v0.3.3
40572026-07-16T02:45:23.594Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40582026-07-16T02:45:23.616Z Checking sapling-renderdag v0.1.0
40592026-07-16T02:45:23.733Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40602026-07-16T02:45:23.797Z Checking subprocess v0.2.15
40612026-07-16T02:45:23.849Z Checking sync-ptr v0.1.4
40622026-07-16T02:45:23.918Z Checking colored v2.2.0
40632026-07-16T02:45:23.963Z Checking assert_matches v1.5.0
40642026-07-16T02:45:24.079Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40652026-07-16T02:45:24.225Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40662026-07-16T02:45:24.228Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40672026-07-16T02:45:24.870Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40682026-07-16T02:45:26.174Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40692026-07-16T02:45:28.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.19s
40702026-07-16T02:45:28.520Z
40712026-07-16T02:45:28.520Zinfo: running `cargo check --bins` on omicron-repl-utils (234/301)
40722026-07-16T02:45:28.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40732026-07-16T02:45:28.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40742026-07-16T02:45:28.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40752026-07-16T02:45:28.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40762026-07-16T02:45:29.046Z
40772026-07-16T02:45:29.046Zinfo: running `cargo check --bins` on transient-dns-server (235/301)
40782026-07-16T02:45:29.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40792026-07-16T02:45:29.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40802026-07-16T02:45:29.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40812026-07-16T02:45:29.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40822026-07-16T02:45:29.597Z
40832026-07-16T02:45:29.597Zinfo: running `cargo check --bins` on nexus-test-interface (236/301)
40842026-07-16T02:45:30.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-07-16T02:45:30.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-07-16T02:45:30.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40872026-07-16T02:45:30.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40882026-07-16T02:45:30.193Z
40892026-07-16T02:45:30.194Zinfo: running `cargo check --bins` on oximeter-collector (237/301)
40902026-07-16T02:45:30.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-07-16T02:45:30.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-07-16T02:45:30.873Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40932026-07-16T02:45:30.873Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40942026-07-16T02:45:31.501Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40952026-07-16T02:45:33.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.87s
40962026-07-16T02:45:33.260Z
40972026-07-16T02:45:33.260Zinfo: running `cargo check --bins` on oximeter-api (238/301)
40982026-07-16T02:45:33.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40992026-07-16T02:45:33.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41002026-07-16T02:45:33.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41012026-07-16T02:45:33.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
41022026-07-16T02:45:33.802Z
41032026-07-16T02:45:33.802Zinfo: running `cargo check --bins` on cert-dev (239/301)
41042026-07-16T02:45:34.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41052026-07-16T02:45:34.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41062026-07-16T02:45:34.360Z Checking yasna v0.5.2
41072026-07-16T02:45:34.770Z Checking rcgen v0.12.1
41082026-07-16T02:45:35.025Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
41092026-07-16T02:45:35.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
41102026-07-16T02:45:35.364Z
41112026-07-16T02:45:35.364Zinfo: running `cargo check --bins` on clickana (240/301)
41122026-07-16T02:45:35.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41132026-07-16T02:45:35.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41142026-07-16T02:45:35.966Z Compiling darling_core v0.23.0
41152026-07-16T02:45:36.072Z Compiling instability v0.3.11
41162026-07-16T02:45:36.076Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41172026-07-16T02:45:36.081Z Checking castaway v0.2.4
41182026-07-16T02:45:36.087Z Compiling indoc v2.0.7
41192026-07-16T02:45:36.101Z Checking unicode-truncate v1.1.0
41202026-07-16T02:45:36.104Z Checking lru v0.12.5
41212026-07-16T02:45:36.104Z Checking cassowary v0.3.0
41222026-07-16T02:45:36.178Z Checking compact_str v0.8.1
41232026-07-16T02:45:37.386Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41242026-07-16T02:45:37.494Z Compiling darling_macro v0.23.0
41252026-07-16T02:45:37.555Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41262026-07-16T02:45:37.920Z Compiling darling v0.23.0
41272026-07-16T02:45:38.555Z Checking ratatui v0.29.0
41282026-07-16T02:45:39.633Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41292026-07-16T02:45:40.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.91s
41302026-07-16T02:45:40.447Z
41312026-07-16T02:45:40.447Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (241/301)
41322026-07-16T02:45:40.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41332026-07-16T02:45:40.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41342026-07-16T02:45:41.115Z Checking headers-core v0.3.0
41352026-07-16T02:45:41.118Z Checking port-file v0.1.0
41362026-07-16T02:45:41.119Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41372026-07-16T02:45:41.312Z Checking headers v0.4.1
41382026-07-16T02:45:41.678Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41392026-07-16T02:45:42.606Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41402026-07-16T02:45:43.079Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41412026-07-16T02:45:43.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s
41422026-07-16T02:45:43.660Z
41432026-07-16T02:45:43.660Zinfo: running `cargo check --bins` on ch-dev (242/301)
41442026-07-16T02:45:44.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41452026-07-16T02:45:44.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41462026-07-16T02:45:44.325Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41472026-07-16T02:45:45.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
41482026-07-16T02:45:45.258Z
41492026-07-16T02:45:45.258Zinfo: running `cargo check --bins` on dev-tools-common (243/301)
41502026-07-16T02:45:45.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41512026-07-16T02:45:45.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41522026-07-16T02:45:45.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41532026-07-16T02:45:45.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
41542026-07-16T02:45:45.663Z
41552026-07-16T02:45:45.663Zinfo: running `cargo check --bins` on corpus-adjust (244/301)
41562026-07-16T02:45:46.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41572026-07-16T02:45:46.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41582026-07-16T02:45:46.244Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
41592026-07-16T02:45:46.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
41602026-07-16T02:45:46.750Z
41612026-07-16T02:45:46.750Zinfo: running `cargo check --bins` on crdb-seed (245/301)
41622026-07-16T02:45:47.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41632026-07-16T02:45:47.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41642026-07-16T02:45:47.429Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41652026-07-16T02:45:48.480Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41662026-07-16T02:45:48.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
41672026-07-16T02:45:48.989Z
41682026-07-16T02:45:48.989Zinfo: running `cargo check --bins` on db-dev (246/301)
41692026-07-16T02:45:49.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41702026-07-16T02:45:49.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41712026-07-16T02:45:49.663Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41722026-07-16T02:45:50.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
41732026-07-16T02:45:50.594Z
41742026-07-16T02:45:50.595Zinfo: running `cargo check --bins` on omicron-dev-lib (247/301)
41752026-07-16T02:45:51.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41762026-07-16T02:45:51.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41772026-07-16T02:45:51.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41782026-07-16T02:45:51.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41792026-07-16T02:45:51.172Z
41802026-07-16T02:45:51.172Zinfo: running `cargo check --bins` on xtask-downloader (248/301)
41812026-07-16T02:45:51.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41822026-07-16T02:45:51.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41832026-07-16T02:45:51.736Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41842026-07-16T02:45:52.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
41852026-07-16T02:45:52.580Z
41862026-07-16T02:45:52.580Zinfo: running `cargo check --bins` on omicron-dropshot-apis (249/301)
41872026-07-16T02:45:53.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41882026-07-16T02:45:53.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41892026-07-16T02:45:53.280Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41902026-07-16T02:45:53.280Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41912026-07-16T02:45:53.283Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
41922026-07-16T02:45:53.284Z Checking git-stub v1.0.0
41932026-07-16T02:45:53.284Z Compiling trait-variant v0.1.2
41942026-07-16T02:45:53.284Z Checking maplit v1.0.2
41952026-07-16T02:45:53.284Z Checking is_ci v1.2.0
41962026-07-16T02:45:53.284Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41972026-07-16T02:45:53.479Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41982026-07-16T02:45:53.514Z Checking supports-color v3.0.2
41992026-07-16T02:45:53.534Z Checking git-stub-vcs v0.1.0
42002026-07-16T02:45:53.628Z Checking drift v0.2.0
42012026-07-16T02:45:53.641Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
42022026-07-16T02:45:53.675Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
42032026-07-16T02:45:53.729Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42042026-07-16T02:45:53.891Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42052026-07-16T02:45:53.922Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
42062026-07-16T02:45:53.945Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
42072026-07-16T02:45:53.966Z Checking dropshot-api-manager v0.7.2
42082026-07-16T02:45:54.008Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
42092026-07-16T02:45:54.131Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42102026-07-16T02:45:54.191Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42112026-07-16T02:45:54.672Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42122026-07-16T02:45:55.647Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42132026-07-16T02:45:56.664Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42142026-07-16T02:45:57.278Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42152026-07-16T02:45:57.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.12s
42162026-07-16T02:45:57.895Z
42172026-07-16T02:45:57.895Zinfo: running `cargo check --bins` on installinator-api (250/301)
42182026-07-16T02:45:58.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42192026-07-16T02:45:58.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42202026-07-16T02:45:58.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42212026-07-16T02:45:58.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42222026-07-16T02:45:58.440Z
42232026-07-16T02:45:58.440Zinfo: running `cargo check --bins` on nexus-external-api (251/301)
42242026-07-16T02:45:58.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42252026-07-16T02:45:58.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42262026-07-16T02:45:58.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42272026-07-16T02:45:58.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42282026-07-16T02:45:59.024Z
42292026-07-16T02:45:59.024Zinfo: running `cargo check --bins` on nexus-internal-api (252/301)
42302026-07-16T02:45:59.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42312026-07-16T02:45:59.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42322026-07-16T02:45:59.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42332026-07-16T02:45:59.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42342026-07-16T02:45:59.603Z
42352026-07-16T02:45:59.603Zinfo: running `cargo check --bins` on nexus-lockstep-api (253/301)
42362026-07-16T02:46:00.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42372026-07-16T02:46:00.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42382026-07-16T02:46:00.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42392026-07-16T02:46:00.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42402026-07-16T02:46:00.186Z
42412026-07-16T02:46:00.186Zinfo: running `cargo check --bins` on ntp-admin-api (254/301)
42422026-07-16T02:46:00.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42432026-07-16T02:46:00.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42442026-07-16T02:46:00.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42452026-07-16T02:46:00.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42462026-07-16T02:46:00.731Z
42472026-07-16T02:46:00.731Zinfo: running `cargo check --bins` on ntp-admin-types-versions (255/301)
42482026-07-16T02:46:01.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42492026-07-16T02:46:01.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42502026-07-16T02:46:01.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42512026-07-16T02:46:01.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42522026-07-16T02:46:01.263Z
42532026-07-16T02:46:01.263Zinfo: running `cargo check --bins` on wicketd-api (256/301)
42542026-07-16T02:46:01.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42552026-07-16T02:46:01.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42562026-07-16T02:46:01.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42572026-07-16T02:46:01.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42582026-07-16T02:46:01.823Z
42592026-07-16T02:46:01.823Zinfo: running `cargo check --bins` on omicron-ls-apis (257/301)
42602026-07-16T02:46:02.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42612026-07-16T02:46:02.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42622026-07-16T02:46:02.392Z Checking cargo-platform v0.3.2
42632026-07-16T02:46:02.396Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42642026-07-16T02:46:02.635Z Checking cargo_metadata v0.23.1
42652026-07-16T02:46:03.228Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42662026-07-16T02:46:03.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.14s
42672026-07-16T02:46:04.119Z
42682026-07-16T02:46:04.119Zinfo: running `cargo check --bins` on mgs-dev (258/301)
42692026-07-16T02:46:04.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42702026-07-16T02:46:04.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42712026-07-16T02:46:04.808Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42722026-07-16T02:46:05.409Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42732026-07-16T02:46:05.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
42742026-07-16T02:46:06.084Z
42752026-07-16T02:46:06.084Zinfo: running `cargo check --bins` on omicron-omdb (259/301)
42762026-07-16T02:46:06.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42772026-07-16T02:46:06.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42782026-07-16T02:46:07.009Z Compiling vergen-lib v0.1.6
42792026-07-16T02:46:07.009Z Compiling diesel_derives v2.3.7
42802026-07-16T02:46:07.009Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42812026-07-16T02:46:07.012Z Compiling dsl_auto_type v0.2.0
42822026-07-16T02:46:07.012Z Checking scheduled-thread-pool v0.2.7
42832026-07-16T02:46:07.012Z Compiling vergen-gitcl v1.0.8
42842026-07-16T02:46:07.012Z Compiling diesel_table_macro_syntax v0.3.0
42852026-07-16T02:46:07.195Z Compiling dirs-sys-next v0.1.2
42862026-07-16T02:46:07.318Z Compiling glob v0.3.3
42872026-07-16T02:46:07.356Z Compiling crunchy v0.2.4
42882026-07-16T02:46:07.372Z Compiling dirs-next v2.0.0
42892026-07-16T02:46:07.416Z Checking r2d2 v0.8.10
42902026-07-16T02:46:07.482Z Compiling tiny-keccak v2.0.2
42912026-07-16T02:46:07.498Z Checking downcast-rs v2.0.2
42922026-07-16T02:46:07.594Z Compiling term v0.7.0
42932026-07-16T02:46:07.598Z Compiling bit-vec v0.6.3
42942026-07-16T02:46:07.704Z Compiling clang-sys v1.8.1
42952026-07-16T02:46:07.816Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42962026-07-16T02:46:07.891Z Compiling bit-set v0.5.3
42972026-07-16T02:46:08.016Z Compiling ascii-canvas v3.0.0
42982026-07-16T02:46:08.052Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42992026-07-16T02:46:08.096Z Compiling itertools v0.10.5
43002026-07-16T02:46:08.185Z Compiling ena v0.14.4
43012026-07-16T02:46:08.204Z Compiling libloading v0.8.9
43022026-07-16T02:46:08.219Z Compiling bindgen v0.71.1
43032026-07-16T02:46:08.259Z Compiling diff v0.1.13
43042026-07-16T02:46:08.308Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
43052026-07-16T02:46:08.399Z Compiling regex-syntax v0.6.29
43062026-07-16T02:46:08.549Z Compiling cexpr v0.6.0
43072026-07-16T02:46:08.680Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43082026-07-16T02:46:08.885Z Compiling rustc-hash v2.1.1
43092026-07-16T02:46:09.049Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43102026-07-16T02:46:09.079Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43112026-07-16T02:46:09.178Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43122026-07-16T02:46:09.248Z Compiling libxml v0.3.3
43132026-07-16T02:46:09.398Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43142026-07-16T02:46:09.432Z Compiling strum_macros v0.24.3
43152026-07-16T02:46:09.516Z Compiling indoc v1.0.9
43162026-07-16T02:46:09.986Z Compiling lalrpop v0.19.12
43172026-07-16T02:46:10.341Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43182026-07-16T02:46:10.496Z Checking derive_builder v0.20.2
43192026-07-16T02:46:10.545Z Compiling oso-derive v0.27.3
43202026-07-16T02:46:10.617Z Checking quick-xml v0.37.5
43212026-07-16T02:46:10.791Z Compiling impl-trait-for-tuples v0.2.3
43222026-07-16T02:46:11.060Z Checking openssl-probe v0.1.6
43232026-07-16T02:46:11.204Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43242026-07-16T02:46:11.496Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43252026-07-16T02:46:11.707Z Checking bb8 v0.8.6
43262026-07-16T02:46:12.006Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43272026-07-16T02:46:12.025Z Checking nonempty v0.12.0
43282026-07-16T02:46:12.057Z Compiling libz-sys v1.1.24
43292026-07-16T02:46:12.195Z Compiling strsim v0.10.0
43302026-07-16T02:46:12.236Z Compiling libgit2-sys v0.18.3+1.9.2
43312026-07-16T02:46:12.372Z Compiling darling_core v0.13.4
43322026-07-16T02:46:12.544Z Compiling vergen-git2 v9.1.0
43332026-07-16T02:46:12.648Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43342026-07-16T02:46:12.781Z Compiling base64 v0.21.7
43352026-07-16T02:46:12.878Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43362026-07-16T02:46:13.041Z Checking diesel v2.3.7
43372026-07-16T02:46:13.113Z Compiling ron v0.8.1
43382026-07-16T02:46:13.846Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43392026-07-16T02:46:14.051Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43402026-07-16T02:46:14.088Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43412026-07-16T02:46:14.241Z Compiling darling_macro v0.13.4
43422026-07-16T02:46:14.292Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43432026-07-16T02:46:14.499Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43442026-07-16T02:46:14.705Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43452026-07-16T02:46:14.736Z Compiling darling v0.13.4
43462026-07-16T02:46:14.830Z Compiling serde_with_macros v1.5.2
43472026-07-16T02:46:14.911Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43482026-07-16T02:46:15.112Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43492026-07-16T02:46:15.304Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43502026-07-16T02:46:15.321Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43512026-07-16T02:46:15.694Z Compiling serde_with v1.14.0
43522026-07-16T02:46:16.897Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43532026-07-16T02:46:16.968Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43542026-07-16T02:46:17.071Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43552026-07-16T02:46:17.726Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43562026-07-16T02:46:17.939Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43572026-07-16T02:46:18.231Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43582026-07-16T02:46:18.546Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43592026-07-16T02:46:18.564Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43602026-07-16T02:46:18.701Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43612026-07-16T02:46:19.400Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43622026-07-16T02:46:19.418Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43632026-07-16T02:46:19.640Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43642026-07-16T02:46:19.773Z Checking twox-hash v2.1.2
43652026-07-16T02:46:19.846Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43662026-07-16T02:46:20.021Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43672026-07-16T02:46:20.075Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43682026-07-16T02:46:20.531Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43692026-07-16T02:46:20.689Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43702026-07-16T02:46:21.743Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43712026-07-16T02:46:21.969Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43722026-07-16T02:46:22.082Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43732026-07-16T02:46:22.422Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43742026-07-16T02:46:22.644Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43752026-07-16T02:46:22.847Z Checking console v0.16.2
43762026-07-16T02:46:23.158Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43772026-07-16T02:46:23.305Z Checking fatfs v0.3.6
43782026-07-16T02:46:23.395Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43792026-07-16T02:46:23.760Z Compiling seq-macro v0.3.6
43802026-07-16T02:46:24.290Z Checking unit-prefix v0.5.2
43812026-07-16T02:46:24.429Z Checking indicatif v0.18.4
43822026-07-16T02:46:24.739Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43832026-07-16T02:46:24.822Z Checking support-bundle-viewer v0.1.2
43842026-07-16T02:46:25.074Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43852026-07-16T02:46:25.165Z Checking multimap v0.10.1
43862026-07-16T02:46:30.943Z Checking async-bb8-diesel v0.2.1
43872026-07-16T02:46:31.310Z Checking diesel-dtrace v0.5.0
43882026-07-16T02:46:34.504Z Compiling samael v0.0.19
43892026-07-16T02:46:40.198Z Compiling git2 v0.20.4
43902026-07-16T02:46:40.583Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43912026-07-16T02:46:41.591Z Compiling polar-core v0.27.3
43922026-07-16T02:46:42.581Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43932026-07-16T02:46:46.150Z Checking oso v0.27.3
43942026-07-16T02:47:15.594Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43952026-07-16T02:48:28.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s
43962026-07-16T02:48:28.993Z
43972026-07-16T02:48:28.993Zinfo: running `cargo check --bins` on nexus-networking (260/301)
43982026-07-16T02:48:29.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43992026-07-16T02:48:29.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44002026-07-16T02:48:29.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44012026-07-16T02:48:29.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44022026-07-16T02:48:29.628Z
44032026-07-16T02:48:29.628Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (261/301)
44042026-07-16T02:48:30.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44052026-07-16T02:48:30.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44062026-07-16T02:48:30.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44072026-07-16T02:48:30.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44082026-07-16T02:48:30.223Z
44092026-07-16T02:48:30.223Zinfo: running `cargo check --bins` on nexus-saga-recovery (262/301)
44102026-07-16T02:48:30.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44112026-07-16T02:48:30.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44122026-07-16T02:48:30.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44132026-07-16T02:48:30.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44142026-07-16T02:48:30.821Z
44152026-07-16T02:48:30.821Zinfo: running `cargo check --bins` on nexus-test-utils-macros (263/301)
44162026-07-16T02:48:31.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44172026-07-16T02:48:31.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44182026-07-16T02:48:31.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44192026-07-16T02:48:31.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44202026-07-16T02:48:31.350Z
44212026-07-16T02:48:31.350Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (264/301)
44222026-07-16T02:48:31.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44232026-07-16T02:48:31.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44242026-07-16T02:48:32.144Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44252026-07-16T02:48:32.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
44262026-07-16T02:48:33.073Z
44272026-07-16T02:48:33.073Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (265/301)
44282026-07-16T02:48:33.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44292026-07-16T02:48:33.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44302026-07-16T02:48:33.853Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44312026-07-16T02:49:11.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.59s
44322026-07-16T02:49:11.877Z
44332026-07-16T02:49:11.877Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (266/301)
44342026-07-16T02:49:12.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44352026-07-16T02:49:12.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44362026-07-16T02:49:12.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44372026-07-16T02:49:12.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44382026-07-16T02:49:12.406Z
44392026-07-16T02:49:12.406Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (267/301)
44402026-07-16T02:49:12.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44412026-07-16T02:49:12.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44422026-07-16T02:49:12.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44432026-07-16T02:49:12.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
44442026-07-16T02:49:12.940Z
44452026-07-16T02:49:12.940Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (268/301)
44462026-07-16T02:49:13.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44472026-07-16T02:49:13.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44482026-07-16T02:49:13.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44492026-07-16T02:49:13.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44502026-07-16T02:49:13.525Z
44512026-07-16T02:49:13.525Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (269/301)
44522026-07-16T02:49:14.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44532026-07-16T02:49:14.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44542026-07-16T02:49:14.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44552026-07-16T02:49:14.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44562026-07-16T02:49:14.122Z
44572026-07-16T02:49:14.122Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (270/301)
44582026-07-16T02:49:14.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44592026-07-16T02:49:14.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44602026-07-16T02:49:14.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44612026-07-16T02:49:14.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44622026-07-16T02:49:14.724Z
44632026-07-16T02:49:14.724Zinfo: running `cargo check --bins` on nexus-mgs-updates (271/301)
44642026-07-16T02:49:15.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44652026-07-16T02:49:15.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44662026-07-16T02:49:15.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44672026-07-16T02:49:15.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44682026-07-16T02:49:15.304Z
44692026-07-16T02:49:15.304Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (272/301)
44702026-07-16T02:49:15.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44712026-07-16T02:49:15.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44722026-07-16T02:49:15.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44732026-07-16T02:49:15.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44742026-07-16T02:49:15.898Z
44752026-07-16T02:49:15.899Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (273/301)
44762026-07-16T02:49:16.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44772026-07-16T02:49:16.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44782026-07-16T02:49:16.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44792026-07-16T02:49:16.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44802026-07-16T02:49:16.493Z
44812026-07-16T02:49:16.493Zinfo: running `cargo check --bins` on nexus-switch-config (274/301)
44822026-07-16T02:49:16.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44832026-07-16T02:49:16.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44842026-07-16T02:49:16.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44852026-07-16T02:49:16.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44862026-07-16T02:49:17.073Z
44872026-07-16T02:49:17.073Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (275/301)
44882026-07-16T02:49:17.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44892026-07-16T02:49:17.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44902026-07-16T02:49:17.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44912026-07-16T02:49:17.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44922026-07-16T02:49:17.669Z
44932026-07-16T02:49:17.669Zinfo: running `cargo check --bins` on support-bundle-collection (276/301)
44942026-07-16T02:49:18.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44952026-07-16T02:49:18.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44962026-07-16T02:49:18.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44972026-07-16T02:49:18.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44982026-07-16T02:49:18.266Z
44992026-07-16T02:49:18.267Zinfo: running `cargo check --bins` on omicron-dev (277/301)
45002026-07-16T02:49:18.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45012026-07-16T02:49:18.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45022026-07-16T02:49:19.124Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45032026-07-16T02:49:19.124Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45042026-07-16T02:49:19.309Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
45052026-07-16T02:49:19.338Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
45062026-07-16T02:49:19.358Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
45072026-07-16T02:49:19.362Z Checking diff v0.1.13
45082026-07-16T02:49:19.362Z Checking yansi v1.0.1
45092026-07-16T02:49:19.400Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
45102026-07-16T02:49:19.461Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
45112026-07-16T02:49:19.630Z Checking pretty_assertions v1.4.1
45122026-07-16T02:49:20.383Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45132026-07-16T02:49:20.425Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
45142026-07-16T02:49:45.026Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45152026-07-16T02:49:45.029Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45162026-07-16T02:49:45.029Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45172026-07-16T02:49:45.029Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45182026-07-16T02:49:45.029Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45192026-07-16T02:49:45.029Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45202026-07-16T02:49:45.029Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45212026-07-16T02:49:45.873Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45222026-07-16T02:49:45.873Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45232026-07-16T02:49:47.071Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45242026-07-16T02:50:24.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
45252026-07-16T02:50:24.710Z
45262026-07-16T02:50:24.710Zinfo: running `cargo check --bins` on omicron-pins (278/301)
45272026-07-16T02:50:25.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45282026-07-16T02:50:25.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45292026-07-16T02:50:25.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45302026-07-16T02:50:25.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
45312026-07-16T02:50:25.244Z
45322026-07-16T02:50:25.244Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (279/301)
45332026-07-16T02:50:25.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45342026-07-16T02:50:25.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45352026-07-16T02:50:25.970Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45362026-07-16T02:50:26.094Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45372026-07-16T02:50:26.107Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45382026-07-16T02:50:53.110Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45392026-07-16T02:50:53.486Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45402026-07-16T02:50:55.241Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45412026-07-16T02:50:55.684Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45422026-07-16T02:50:58.846Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45432026-07-16T02:51:22.984Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45442026-07-16T02:51:23.671Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45452026-07-16T02:51:25.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
45462026-07-16T02:51:25.473Z
45472026-07-16T02:51:25.473Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (280/301)
45482026-07-16T02:51:25.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45492026-07-16T02:51:25.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45502026-07-16T02:51:26.144Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45512026-07-16T02:51:26.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
45522026-07-16T02:51:26.992Z
45532026-07-16T02:51:26.992Zinfo: running `cargo check --bins` on omicron-releng (281/301)
45542026-07-16T02:51:27.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45552026-07-16T02:51:27.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45562026-07-16T02:51:27.601Z Compiling blake3 v1.8.5
45572026-07-16T02:51:27.706Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45582026-07-16T02:51:27.715Z Checking arrayref v0.3.9
45592026-07-16T02:51:27.718Z Checking arrayvec v0.7.6
45602026-07-16T02:51:27.722Z Checking constant_time_eq v0.4.2
45612026-07-16T02:51:27.737Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45622026-07-16T02:51:27.740Z Checking sha2 v0.11.0
45632026-07-16T02:51:27.740Z Checking digest-io v0.1.0
45642026-07-16T02:51:27.769Z Checking topological-sort v0.2.2
45652026-07-16T02:51:27.851Z Checking rawzip v0.4.4
45662026-07-16T02:51:27.874Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45672026-07-16T02:51:27.894Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45682026-07-16T02:51:27.894Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45692026-07-16T02:51:28.053Z Checking shell-words v1.1.1
45702026-07-16T02:51:28.192Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45712026-07-16T02:51:28.418Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45722026-07-16T02:51:28.674Z Checking omicron-zone-package v0.12.3
45732026-07-16T02:51:29.495Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45742026-07-16T02:51:30.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.53s
45752026-07-16T02:51:30.696Z
45762026-07-16T02:51:30.696Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (282/301)
45772026-07-16T02:51:31.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45782026-07-16T02:51:31.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45792026-07-16T02:51:31.292Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45802026-07-16T02:51:31.610Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45812026-07-16T02:51:32.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
45822026-07-16T02:51:32.172Z
45832026-07-16T02:51:32.173Zinfo: running `cargo check --bins` on schema (283/301)
45842026-07-16T02:51:32.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45852026-07-16T02:51:32.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45862026-07-16T02:51:32.853Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45872026-07-16T02:51:33.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
45882026-07-16T02:51:33.734Z
45892026-07-16T02:51:33.734Zinfo: running `cargo check --bins` on xtask (284/301)
45902026-07-16T02:51:34.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45912026-07-16T02:51:34.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45922026-07-16T02:51:34.122Z Checking serde_core v1.0.228
45932026-07-16T02:51:34.122Z Checking libc v0.2.185
45942026-07-16T02:51:34.202Z Checking bitflags v2.11.0
45952026-07-16T02:51:34.209Z Checking scroll v0.12.0
45962026-07-16T02:51:34.212Z Checking thiserror v1.0.69
45972026-07-16T02:51:34.220Z Checking log v0.4.29
45982026-07-16T02:51:34.227Z Checking indexmap v2.14.0
45992026-07-16T02:51:34.234Z Checking zerocopy v0.7.35
46002026-07-16T02:51:34.305Z Checking syn v2.0.117
46012026-07-16T02:51:34.345Z Checking dtrace-parser v0.2.0
46022026-07-16T02:51:34.359Z Checking once_cell v1.21.3
46032026-07-16T02:51:34.423Z Checking goblin v0.8.2
46042026-07-16T02:51:34.491Z Checking errno v0.3.14
46052026-07-16T02:51:34.534Z Checking getrandom v0.4.1
46062026-07-16T02:51:34.580Z Checking thread-id v4.2.2
46072026-07-16T02:51:34.608Z Checking rustix v1.1.3
46082026-07-16T02:51:34.658Z Checking memmap v0.7.0
46092026-07-16T02:51:34.670Z Checking thiserror v2.0.18
46102026-07-16T02:51:34.719Z Checking fs-err v3.3.0
46112026-07-16T02:51:34.762Z Checking tabled v0.15.0
46122026-07-16T02:51:34.772Z Checking anyhow v1.0.102
46132026-07-16T02:51:35.378Z Checking terminal_size v0.4.3
46142026-07-16T02:51:35.378Z Checking tempfile v3.25.0
46152026-07-16T02:51:35.506Z Checking clap_builder v4.6.0
46162026-07-16T02:51:35.506Z Checking textwrap v0.16.2
46172026-07-16T02:51:35.659Z Checking serde v1.0.228
46182026-07-16T02:51:35.659Z Checking serde_json v1.0.150
46192026-07-16T02:51:35.662Z Checking camino v1.2.2
46202026-07-16T02:51:35.722Z Checking semver v1.0.28
46212026-07-16T02:51:35.843Z Checking cargo-platform v0.3.2
46222026-07-16T02:51:35.922Z Checking camino-tempfile v1.4.1
46232026-07-16T02:51:36.068Z Checking toml_datetime v0.6.11
46242026-07-16T02:51:36.070Z Checking serde_spanned v0.6.9
46252026-07-16T02:51:36.071Z Checking macaddr v1.0.1
46262026-07-16T02:51:36.094Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46272026-07-16T02:51:36.241Z Checking toml_edit v0.22.27
46282026-07-16T02:51:36.259Z Checking dof v0.3.0
46292026-07-16T02:51:36.263Z Checking cargo_metadata v0.23.1
46302026-07-16T02:51:36.522Z Checking usdt-impl v0.5.0
46312026-07-16T02:51:36.684Z Checking clap v4.6.1
46322026-07-16T02:51:36.781Z Checking usdt v0.5.0
46332026-07-16T02:51:37.221Z Checking toml v0.8.23
46342026-07-16T02:51:37.483Z Checking cargo_toml v0.21.0
46352026-07-16T02:51:38.120Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46362026-07-16T02:51:38.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.77s
46372026-07-16T02:51:38.614Z
46382026-07-16T02:51:38.614Zinfo: running `cargo check --bins` on dnsadm (285/301)
46392026-07-16T02:51:39.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46402026-07-16T02:51:39.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46412026-07-16T02:51:39.210Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46422026-07-16T02:51:39.687Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46432026-07-16T02:51:40.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
46442026-07-16T02:51:40.238Z
46452026-07-16T02:51:40.238Zinfo: running `cargo check --bins` on end-to-end-tests (286/301)
46462026-07-16T02:51:40.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46472026-07-16T02:51:40.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46482026-07-16T02:51:41.015Z Checking cpubits v0.1.1
46492026-07-16T02:51:41.019Z Checking pem-rfc7468 v1.0.0
46502026-07-16T02:51:41.153Z Checking hmac v0.13.0
46512026-07-16T02:51:41.153Z Checking universal-hash v0.6.1
46522026-07-16T02:51:41.173Z Checking ctr v0.10.1
46532026-07-16T02:51:41.173Z Checking aead v0.6.1
46542026-07-16T02:51:41.200Z Checking aes v0.9.1
46552026-07-16T02:51:41.204Z Checking crypto-bigint v0.7.5
46562026-07-16T02:51:41.227Z Checking salsa20 v0.11.0
46572026-07-16T02:51:41.272Z Checking polyval v0.7.1
46582026-07-16T02:51:41.286Z Checking der v0.8.0
46592026-07-16T02:51:41.300Z Checking pbkdf2 v0.13.0
46602026-07-16T02:51:41.313Z Checking cbc v0.2.1
46612026-07-16T02:51:41.356Z Checking ff v0.14.0
46622026-07-16T02:51:41.381Z Checking signature v3.0.0
46632026-07-16T02:51:41.410Z Checking scrypt v0.12.0
46642026-07-16T02:51:41.442Z Checking base16ct v1.0.0
46652026-07-16T02:51:41.461Z Checking ghash v0.6.0
46662026-07-16T02:51:41.523Z Checking group v0.14.0
46672026-07-16T02:51:41.558Z Checking hkdf v0.13.0
46682026-07-16T02:51:41.575Z Checking rfc6979 v0.5.0
46692026-07-16T02:51:41.597Z Checking aes-gcm v0.11.0
46702026-07-16T02:51:41.609Z Compiling curve25519-dalek v5.0.0-rc.0
46712026-07-16T02:51:41.630Z Checking poly1305 v0.9.0
46722026-07-16T02:51:41.674Z Checking blowfish v0.10.0
46732026-07-16T02:51:41.690Z Checking blake2 v0.11.0-rc.6
46742026-07-16T02:51:41.712Z Checking keccak v0.2.0
46752026-07-16T02:51:41.748Z Checking fiat-crypto v0.3.0
46762026-07-16T02:51:41.824Z Checking bcrypt-pbkdf v0.11.0
46772026-07-16T02:51:41.869Z Checking sha3 v0.11.0
46782026-07-16T02:51:41.898Z Checking kem v0.3.0
46792026-07-16T02:51:41.944Z Checking argon2 v0.6.0-rc.8
46802026-07-16T02:51:41.982Z Checking module-lattice v0.2.3
46812026-07-16T02:51:42.013Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46822026-07-16T02:51:42.068Z Checking spki v0.8.0
46832026-07-16T02:51:42.199Z Checking sec1 v0.8.1
46842026-07-16T02:51:42.214Z Checking ml-kem v0.3.2
46852026-07-16T02:51:42.230Z Checking internal-russh-num-bigint v0.5.0
46862026-07-16T02:51:42.246Z Checking pkcs5 v0.8.1
46872026-07-16T02:51:42.261Z Checking pkcs1 v0.8.0-rc.4
46882026-07-16T02:51:42.402Z Checking num-bigint v0.4.6
46892026-07-16T02:51:42.465Z Checking generic-array v1.4.3
46902026-07-16T02:51:42.541Z Checking pkcs8 v0.11.0
46912026-07-16T02:51:42.743Z Checking ed25519 v3.0.0
46922026-07-16T02:51:42.859Z Compiling enum_dispatch v0.3.13
46932026-07-16T02:51:42.863Z Checking russh-util v0.52.0
46942026-07-16T02:51:42.941Z Checking ed25519-dalek v3.0.0-rc.0
46952026-07-16T02:51:42.995Z Compiling delegate v0.13.5
46962026-07-16T02:51:42.998Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46972026-07-16T02:51:43.072Z Checking hex-literal v1.1.0
46982026-07-16T02:51:43.156Z Checking md5 v0.8.0
46992026-07-16T02:51:43.195Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
47002026-07-16T02:51:43.326Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
47012026-07-16T02:51:43.341Z Checking socket2 v0.5.10
47022026-07-16T02:51:43.431Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47032026-07-16T02:51:43.446Z Checking elliptic-curve v0.14.0-rc.33
47042026-07-16T02:51:43.524Z Checking primefield v0.14.0
47052026-07-16T02:51:43.593Z Checking ssh-encoding v0.3.0-rc.9
47062026-07-16T02:51:43.729Z Checking crypto-primes v0.7.2
47072026-07-16T02:51:43.817Z Checking ssh-cipher v0.3.0-rc.9
47082026-07-16T02:51:43.832Z Checking russh-cryptovec v0.61.0
47092026-07-16T02:51:43.911Z Checking ecdsa v0.17.0-rc.18
47102026-07-16T02:51:43.931Z Checking primeorder v0.14.0-rc.10
47112026-07-16T02:51:43.985Z Checking internet-checksum v0.2.1
47122026-07-16T02:51:44.261Z Checking p521 v0.14.0-rc.10
47132026-07-16T02:51:44.261Z Checking p256 v0.14.0-rc.10
47142026-07-16T02:51:44.688Z Checking rsa v0.10.0-rc.18
47152026-07-16T02:51:46.588Z Checking p384 v0.14.0-rc.10
47162026-07-16T02:51:48.527Z Checking ssh-key v0.7.0-rc.10
47172026-07-16T02:51:49.280Z Checking russh v0.61.2
47182026-07-16T02:52:01.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.74s
47192026-07-16T02:52:02.183Z
47202026-07-16T02:52:02.183Zinfo: running `cargo check --bins` on gateway-cli (287/301)
47212026-07-16T02:52:02.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47222026-07-16T02:52:02.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47232026-07-16T02:52:02.784Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
47242026-07-16T02:52:02.890Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
47252026-07-16T02:52:02.897Z Checking termios v0.3.3
47262026-07-16T02:52:04.101Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
47272026-07-16T02:52:04.247Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
47282026-07-16T02:52:05.898Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47292026-07-16T02:52:06.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.27s
47302026-07-16T02:52:06.630Z
47312026-07-16T02:52:06.630Zinfo: running `cargo check --bins --no-default-features` on installinator (288/301)
47322026-07-16T02:52:07.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47332026-07-16T02:52:07.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47342026-07-16T02:52:07.294Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
47352026-07-16T02:52:07.294Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47362026-07-16T02:52:07.298Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
47372026-07-16T02:52:07.298Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
47382026-07-16T02:52:07.426Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47392026-07-16T02:52:07.429Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47402026-07-16T02:52:08.179Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47412026-07-16T02:52:08.506Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47422026-07-16T02:52:08.509Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
47432026-07-16T02:52:09.154Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47442026-07-16T02:52:10.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
47452026-07-16T02:52:10.972Z
47462026-07-16T02:52:10.972Zinfo: running `cargo check --bins` on internal-dns-cli (289/301)
47472026-07-16T02:52:11.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47482026-07-16T02:52:11.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47492026-07-16T02:52:11.563Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
47502026-07-16T02:52:12.007Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47512026-07-16T02:52:12.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
47522026-07-16T02:52:12.485Z
47532026-07-16T02:52:12.485Zinfo: running `cargo check --bins` on omicron-live-tests (290/301)
47542026-07-16T02:52:12.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47552026-07-16T02:52:12.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47562026-07-16T02:52:12.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47572026-07-16T02:52:12.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
47582026-07-16T02:52:13.017Z
47592026-07-16T02:52:13.017Zinfo: running `cargo check --bins` on live-tests-macros (291/301)
47602026-07-16T02:52:13.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47612026-07-16T02:52:13.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47622026-07-16T02:52:13.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47632026-07-16T02:52:13.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47642026-07-16T02:52:13.549Z
47652026-07-16T02:52:13.549Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (292/301)
47662026-07-16T02:52:14.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47672026-07-16T02:52:14.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47682026-07-16T02:52:14.253Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47692026-07-16T02:52:14.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
47702026-07-16T02:52:15.035Z
47712026-07-16T02:52:15.035Zinfo: running `cargo check --bins` on omicron-ntp-admin (293/301)
47722026-07-16T02:52:15.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47732026-07-16T02:52:15.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47742026-07-16T02:52:15.640Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47752026-07-16T02:52:15.643Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47762026-07-16T02:52:15.912Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47772026-07-16T02:52:15.916Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47782026-07-16T02:52:16.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
47792026-07-16T02:52:16.876Z
47802026-07-16T02:52:16.876Zinfo: running `cargo check --bins` on ntp-admin-types (294/301)
47812026-07-16T02:52:17.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47822026-07-16T02:52:17.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47832026-07-16T02:52:17.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47842026-07-16T02:52:17.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
47852026-07-16T02:52:17.410Z
47862026-07-16T02:52:17.410Zinfo: running `cargo check --bins` on omicron-package (295/301)
47872026-07-16T02:52:17.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47882026-07-16T02:52:17.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47892026-07-16T02:52:18.044Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47902026-07-16T02:52:19.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
47912026-07-16T02:52:19.282Z
47922026-07-16T02:52:19.282Zinfo: running `cargo check --bins` on tqdb (296/301)
47932026-07-16T02:52:19.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47942026-07-16T02:52:19.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47952026-07-16T02:52:20.013Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47962026-07-16T02:52:20.368Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47972026-07-16T02:52:20.888Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47982026-07-16T02:52:20.892Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47992026-07-16T02:52:26.953Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
48002026-07-16T02:52:26.956Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
48012026-07-16T02:52:27.519Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
48022026-07-16T02:52:27.519Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
48032026-07-16T02:52:27.523Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48042026-07-16T02:52:27.523Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
48052026-07-16T02:52:28.305Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
48062026-07-16T02:52:29.290Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
48072026-07-16T02:52:30.109Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
48082026-07-16T02:52:30.719Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
48092026-07-16T02:52:35.529Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
48102026-07-16T02:52:42.247Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48112026-07-16T02:52:42.251Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48122026-07-16T02:52:42.251Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48132026-07-16T02:52:42.251Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48142026-07-16T02:52:43.712Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48152026-07-16T02:52:45.033Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48162026-07-16T02:52:45.702Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
48172026-07-16T02:52:46.946Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
48182026-07-16T02:52:47.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.19s
48192026-07-16T02:52:47.673Z
48202026-07-16T02:52:47.673Zinfo: running `cargo check --bins` on wicket-dbg (297/301)
48212026-07-16T02:52:48.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48222026-07-16T02:52:48.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48232026-07-16T02:52:48.351Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
48242026-07-16T02:52:48.467Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48252026-07-16T02:52:48.475Z Checking rtoolbox v0.0.3
48262026-07-16T02:52:48.483Z Checking tui-tree-widget v0.23.1
48272026-07-16T02:52:48.580Z Checking rpassword v7.4.0
48282026-07-16T02:52:48.971Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
48292026-07-16T02:52:49.148Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48302026-07-16T02:52:50.103Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48312026-07-16T02:52:53.189Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48322026-07-16T02:52:55.043Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48332026-07-16T02:52:55.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.24s
48342026-07-16T02:52:56.107Z
48352026-07-16T02:52:56.107Zinfo: running `cargo check --bins` on wicket (298/301)
48362026-07-16T02:52:56.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48372026-07-16T02:52:56.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48382026-07-16T02:52:56.759Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48392026-07-16T02:52:57.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
48402026-07-16T02:52:57.293Z
48412026-07-16T02:52:57.293Zinfo: running `cargo check --bins` on wicketd (299/301)
48422026-07-16T02:52:57.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48432026-07-16T02:52:57.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48442026-07-16T02:52:57.973Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
48452026-07-16T02:52:57.977Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48462026-07-16T02:52:57.977Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48472026-07-16T02:52:57.977Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
48482026-07-16T02:52:58.854Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48492026-07-16T02:52:59.412Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48502026-07-16T02:53:02.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.15s
48512026-07-16T02:53:02.636Z
48522026-07-16T02:53:02.636Zinfo: running `cargo check --bins` on omicron-workspace-hack (300/301)
48532026-07-16T02:53:03.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48542026-07-16T02:53:03.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48552026-07-16T02:53:03.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48562026-07-16T02:53:03.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
48572026-07-16T02:53:03.180Z
48582026-07-16T02:53:03.180Zinfo: running `cargo check --bins` on zone-setup (301/301)
48592026-07-16T02:53:03.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48602026-07-16T02:53:03.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48612026-07-16T02:53:03.808Z Checking uzers v0.12.2
48622026-07-16T02:53:04.079Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48632026-07-16T02:53:04.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
48642026-07-16T02:53:05.028Z
48652026-07-16T02:53:05.029Zreal 13:54.918193322
48662026-07-16T02:53:05.029Zuser 21:06.752718940
48672026-07-16T02:53:05.029Zsys 4:14.382721378
48682026-07-16T02:53:05.029Ztrap 0.329618914
48692026-07-16T02:53:05.029Ztflt 0.646886885
48702026-07-16T02:53:05.029Zdflt 1.143403020
48712026-07-16T02:53:05.029Zkflt 0.004927563
48722026-07-16T02:53:05.029Zlock 1:19:05.142162804
48732026-07-16T02:53:05.029Zslp 1:41:02.774503143
48742026-07-16T02:53:05.029Zlat 55.657842594
48752026-07-16T02:53:05.029Zstop 3:37.286523869
48762026-07-16T02:53:05.038Zprocess exited: duration 956328 ms, exit code 0
 
48772026-07-16T02:53:05.046Zfound 0 output files