01KWZRG03BFFKVJ4XTBN1V1C38: 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: 01KWZRGC7GH81EW9FR968SRFM4

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-08T02:22:47.534Zjob assigned to worker 01KWZRGMN37TVKTNRKJ3Y6VS1B [factory aws, i-0d5b8229828ef15ae] (queued for 49 s)
 
22026-07-08T02:22:54.279Zstarting task 0: "setup"
32026-07-08T02:22:54.283Z++ uname -s
42026-07-08T02:22:54.286Z+ kern=SunOS
52026-07-08T02:22:54.286Z+ build_user=build
62026-07-08T02:22:54.286Z+ build_uid=12345
72026-07-08T02:22:54.286Z+ work_dir=/work
82026-07-08T02:22:54.286Z+ input_dir=/input
92026-07-08T02:22:54.286Z+ [[ 0 == 12345 ]]
102026-07-08T02:22:54.286Z+ case "$kern" in
112026-07-08T02:22:54.286Z+ groupadd -g 12345 build
122026-07-08T02:22:54.288Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-08T02:22:56.293Z+ zfs create -o mountpoint=/work rpool/work
142026-07-08T02:22:56.358Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-08T02:22:56.361Z+ home_fs=zfs
162026-07-08T02:22:56.361Z+ [[ zfs == autofs ]]
172026-07-08T02:22:56.361Z+ mkdir -p /home/build
182026-07-08T02:22:56.361Z+ chown build:build /home/build /work
192026-07-08T02:22:58.362Z+ chmod 0700 /home/build /work
202026-07-08T02:22:58.365Zprocess exited: duration 4087 ms, exit code 0
 
212026-07-08T02:22:58.371Zstarting task 1: "rust-toolchain"
222026-07-08T02:22:58.375Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-08T02:22:58.375Z * rust toolchain channel = "1.96.1"
242026-07-08T02:22:58.375Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-08T02:22:58.376Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-08T02:22:58.376Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-08T02:22:58.376Z * rust toolchain profile = "default"
282026-07-08T02:22:58.379Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-08T02:22:58.379Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-08T02:22:58.481Zinfo: downloading installer
312026-07-08T02:23:00.145Zwarn: It looks like you have an existing rustup settings file at:
322026-07-08T02:23:00.145Zwarn: /home/build/.rustup/settings.toml
332026-07-08T02:23:00.145Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-08T02:23:00.146Zwarn: instead of the one inferred from the default host triple.
352026-07-08T02:23:00.157Zinfo: profile set to default
362026-07-08T02:23:00.157Zinfo: default host triple is x86_64-unknown-illumos
372026-07-08T02:23:00.161Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-08T02:23:00.306Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-08T02:23:00.310Zinfo: downloading 6 components
402026-07-08T02:23:15.971Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-08T02:23:15.971Z
422026-07-08T02:23:15.999Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-08T02:23:16.000Z
442026-07-08T02:23:16.000Z
452026-07-08T02:23:16.000ZRust is installed now. Great!
462026-07-08T02:23:16.000Z
472026-07-08T02:23:16.000ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-08T02:23:16.000Zenvironment variable. This has not been done automatically.
492026-07-08T02:23:16.000Z
502026-07-08T02:23:16.000ZTo configure your current shell, you need to source
512026-07-08T02:23:16.000Zthe corresponding env file under $HOME/.cargo.
522026-07-08T02:23:16.000Z
532026-07-08T02:23:16.000ZThis is usually done by running one of the following (note the leading DOT):
542026-07-08T02:23:16.003Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-08T02:23:16.003Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-08T02:23:16.003Zsource "~/.cargo/env.nu" # For nushell
572026-07-08T02:23:16.003Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-08T02:23:16.003Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-08T02:23:16.003Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-08T02:23:16.003Zwarn: no default linker (`cc`) was found in your PATH
612026-07-08T02:23:16.003Zwarn: many Rust crates require a system C toolchain to build
622026-07-08T02:23:16.086Z+ rustup --version
632026-07-08T02:23:16.095Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-08T02:23:16.098Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-08T02:23:16.116Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-08T02:23:16.119Z+ cargo --version
672026-07-08T02:23:16.133Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-08T02:23:16.136Z+ rustc --version
692026-07-08T02:23:16.154Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-08T02:23:16.157Zprocess exited: duration 17785 ms, exit code 0
 
712026-07-08T02:23:16.163Zstarting task 2: "authentication"
722026-07-08T02:23:16.179Zprocess exited: duration 16 ms, exit code 0
 
732026-07-08T02:23:16.185Zstarting task 3: "clone repository"
742026-07-08T02:23:16.188Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-08T02:23:16.190Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-08T02:23:16.220ZCloning into '/work/oxidecomputer/omicron'...
772026-07-08T02:23:26.718Z+ cd /work/oxidecomputer/omicron
782026-07-08T02:23:26.718Z+ git fetch origin c69cc2c72a20f36a3a8c1fec466c991a8a46dff3
792026-07-08T02:23:26.998ZFrom https://github.com/oxidecomputer/omicron
802026-07-08T02:23:26.998Z * branch c69cc2c72a20f36a3a8c1fec466c991a8a46dff3 -> FETCH_HEAD
812026-07-08T02:23:27.009Z+ [[ -n trey/bgp-unnumbered-status ]]
822026-07-08T02:23:27.012Z++ git branch --show-current
832026-07-08T02:23:27.012Z+ current=main
842026-07-08T02:23:27.012Z+ [[ main != trey/bgp-unnumbered-status ]]
852026-07-08T02:23:27.012Z+ git branch -f trey/bgp-unnumbered-status c69cc2c72a20f36a3a8c1fec466c991a8a46dff3
862026-07-08T02:23:27.015Z+ git checkout -f trey/bgp-unnumbered-status
872026-07-08T02:23:27.252ZSwitched to branch 'trey/bgp-unnumbered-status'
882026-07-08T02:23:27.255Z+ git reset --hard c69cc2c72a20f36a3a8c1fec466c991a8a46dff3
892026-07-08T02:23:27.279ZHEAD is now at c69cc2c72 New maghemite API shape... again
902026-07-08T02:23:27.282Zprocess exited: duration 11094 ms, exit code 0
 
912026-07-08T02:23:27.287Zstarting task 4: "build"
922026-07-08T02:23:27.292Z+ source .github/buildomat/ci-env.sh
932026-07-08T02:23:27.292Z++ export CARGO_TERM_COLOR=always
942026-07-08T02:23:27.292Z++ CARGO_TERM_COLOR=always
952026-07-08T02:23:27.295Z+++ uname -s
962026-07-08T02:23:27.295Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-08T02:23:27.295Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-08T02:23:27.298Z+ cargo --version
992026-07-08T02:23:27.305Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-08T02:23:27.307Z+ rustc --version
1012026-07-08T02:23:27.327Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-08T02:23:27.330Z+ source ./env.sh
1032026-07-08T02:23:27.330Z++ OLD_SHELL_OPTS=ehxB
1042026-07-08T02:23:27.330Z++ set -o xtrace
1052026-07-08T02:23:27.333Z++++ dirname ./env.sh
1062026-07-08T02:23:27.333Z+++ readlink -f .
1072026-07-08T02:23:27.335Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-07-08T02:23:27.336Z++ 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-08T02:23:27.336Z++ 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-08T02:23:27.336Z++ 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-08T02:23:27.336Z++ 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-08T02:23:27.336Z++ 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-08T02:23:27.336Z++ 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-08T02:23:27.336Z++ 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-08T02:23:27.336Z++ 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-08T02:23:27.336Z++ 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-08T02:23:27.336Z++ 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-08T02:23:27.336Z++ case $OLD_SHELL_OPTS in
1192026-07-08T02:23:27.336Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-07-08T02:23:27.336Z+ 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-08T02:23:27.337Z+ 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-08T02:23:27.337Z+ banner prerequisites
1232026-07-08T02:23:27.340Z
1242026-07-08T02:23:27.340Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-07-08T02:23:27.340Z # # # # # # # # # # # # # # #
1262026-07-08T02:23:27.340Z # # # # ##### # # ##### # # # # # #### #
1272026-07-08T02:23:27.340Z ##### ##### # ##### # # # # # # # # #
1282026-07-08T02:23:27.340Z # # # # # # # # # # # # # # #
1292026-07-08T02:23:27.340Z # # # ###### # # ###### ### # #### # #### #
1302026-07-08T02:23:27.340Z
1312026-07-08T02:23:27.340Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-07-08T02:23:29.389Z Startup: Refreshing catalog 'helios' ... Done
1332026-07-08T02:23:29.497Z Startup: Caching catalogs ... Done
1342026-07-08T02:23:29.988ZPlanning: Solver setup ... Done (0.445s)
1352026-07-08T02:23:30.015ZPlanning: Running solver ... Done (0.027s)
1362026-07-08T02:23:30.026ZPlanning: Finding local manifests ... Done (0.003s)
1372026-07-08T02:23:30.039ZPlanning: Fetching manifests: 0/2 0% complete
1382026-07-08T02:23:30.054ZPlanning: Fetching manifests: 2/2 100% complete
1392026-07-08T02:23:30.068ZPlanning: Package planning ... Done (0.014s)
1402026-07-08T02:23:30.071ZPlanning: Merging actions ... Done (0.001s)
1412026-07-08T02:23:30.234ZPlanning: Checking for conflicting actions ... Done (0.164s)
1422026-07-08T02:23:30.237ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-07-08T02:23:31.035ZPlanning: Evaluating mediators ... Done (0.799s)
1442026-07-08T02:23:31.038ZPlanning: Planning completed in 1.52 seconds
1452026-07-08T02:23:31.042Z Packages to install: 2
1462026-07-08T02:23:31.043Z Estimated space available: 156.06 GB
1472026-07-08T02:23:31.045ZEstimated space to be consumed: 30.99 MB
1482026-07-08T02:23:31.045Z Create boot environment: No
1492026-07-08T02:23:31.045ZCreate backup boot environment: No
1502026-07-08T02:23:31.045Z Rebuild boot archive: No
1512026-07-08T02:23:31.045Z
1522026-07-08T02:23:31.045ZChanged packages:
1532026-07-08T02:23:31.046Zhelios
1542026-07-08T02:23:31.046Z developer/build-essential
1552026-07-08T02:23:31.046Z None -> 11-3.0
1562026-07-08T02:23:31.046Z library/libxmlsec1
1572026-07-08T02:23:31.046Z None -> 1.2.35-3.0
1582026-07-08T02:23:31.067Z
1592026-07-08T02:23:31.067ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-07-08T02:23:31.542ZDownload: Completed 1.28 MB in 0.47 seconds (2.7M/s)
1612026-07-08T02:23:31.606Z Actions: 1/268 actions (Installing new actions)
1622026-07-08T02:23:31.644Z Actions: Completed 268 actions in 0.04 seconds.
1632026-07-08T02:23:31.655ZFinalize: Updating package state database ... Done (0.011s)
1642026-07-08T02:23:31.655ZFinalize: Updating package cache ... Done (0.000s)
1652026-07-08T02:23:31.686ZFinalize: Updating image state ... Done (0.029s)
1662026-07-08T02:23:34.084ZFinalize: Creating fast lookup database ... Done (2.373s)
1672026-07-08T02:23:34.148ZFinalize: Reading search index ... Done (0.012s)
1682026-07-08T02:23:34.150ZFinalize: Updating search index ... Done (0.000s)
1692026-07-08T02:23:34.254ZFinalize: Updating package cache ... Done (0.000s)
1702026-07-08T02:23:34.565ZPlanning: Evaluating mediator changes ... Done
1712026-07-08T02:23:34.670ZPlanning: Checking for conflicting actions ... Done
1722026-07-08T02:23:34.673ZPlanning: Consolidating action changes ... Done
1732026-07-08T02:23:34.826ZPlanning: Evaluating mediators ... Done
1742026-07-08T02:23:34.829ZPlanning: Planning completed in 0.26 seconds
1752026-07-08T02:23:34.849Z Mediators to change: 2
1762026-07-08T02:23:34.849Z Create boot environment: No
1772026-07-08T02:23:34.849ZCreate backup boot environment: No
1782026-07-08T02:23:34.895ZFinalize: Updating package state database ... Done
1792026-07-08T02:23:34.895ZFinalize: Updating package cache ... Done
1802026-07-08T02:23:34.911ZFinalize: Updating image state ... Done
1812026-07-08T02:23:36.841ZFinalize: Creating fast lookup database ... Done
1822026-07-08T02:23:36.903ZFinalize: Reading search index ... Done
1832026-07-08T02:23:36.913ZFinalize: Updating search index ... Done
1842026-07-08T02:23:36.965ZFinalize: Updating package cache ... Done
1852026-07-08T02:23:37.250ZPlanning: Evaluating mediator changes ... Done
1862026-07-08T02:23:37.355ZPlanning: Checking for conflicting actions ... Done
1872026-07-08T02:23:37.358ZPlanning: Consolidating action changes ... Done
1882026-07-08T02:23:37.510ZPlanning: Evaluating mediators ... Done
1892026-07-08T02:23:37.514ZPlanning: Planning completed in 0.26 seconds
1902026-07-08T02:23:37.533Z Mediators to change: 1
1912026-07-08T02:23:37.533Z Create boot environment: No
1922026-07-08T02:23:37.536ZCreate backup boot environment: No
1932026-07-08T02:23:37.572ZFinalize: Updating package state database ... Done
1942026-07-08T02:23:37.575ZFinalize: Updating package cache ... Done
1952026-07-08T02:23:37.588ZFinalize: Updating image state ... Done
1962026-07-08T02:23:39.530ZFinalize: Creating fast lookup database ... Done
1972026-07-08T02:23:39.602ZFinalize: Reading search index ... Done
1982026-07-08T02:23:39.606ZFinalize: Updating search index ... Done
1992026-07-08T02:23:39.661ZFinalize: Updating package cache ... Done
2002026-07-08T02:23:39.968ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-07-08T02:23:39.968Zapache system 2.4 system
2022026-07-08T02:23:39.968Zclang system 15 system
2032026-07-08T02:23:39.968Zcsh system system illumos
2042026-07-08T02:23:39.968Zctags system system illumos
2052026-07-08T02:23:39.968Zfile vendor vendor darwinsys
2062026-07-08T02:23:39.968Zfile system system illumos
2072026-07-08T02:23:39.968Zgcc vendor 14 vendor
2082026-07-08T02:23:39.968Zgcc system 13 system
2092026-07-08T02:23:39.968Zgcc system 10 system
2102026-07-08T02:23:39.968Zgo system 1.25 system
2112026-07-08T02:23:39.968Zllvm system 15 system
2122026-07-08T02:23:39.968Zmariadb system 11.4 system
2132026-07-08T02:23:39.968Zmta vendor vendor dma
2142026-07-08T02:23:39.968Zopenjdk system 17 system
2152026-07-08T02:23:39.968Zopenjdk system 11 system
2162026-07-08T02:23:39.968Zopenssl vendor 3 vendor
2172026-07-08T02:23:39.968Zperl system 5.40 system
2182026-07-08T02:23:39.968Zpostgresql system 18 system
2192026-07-08T02:23:39.968Zpostgresql system 17 system
2202026-07-08T02:23:39.968Zpython vendor 3 vendor
2212026-07-08T02:23:39.968Zpython system 2 system
2222026-07-08T02:23:39.968Zpython3 vendor 3.13 vendor
2232026-07-08T02:23:39.968Zruby system 3.4 system
2242026-07-08T02:23:39.968Zruby system 3.0 system
2252026-07-08T02:23:39.968Zwords vendor vendor american-english
2262026-07-08T02:23:39.968Zwords system system australian-english
2272026-07-08T02:23:39.969Zwords system system british-english
2282026-07-08T02:23:39.969Zwords system system canadian-english
2292026-07-08T02:23:39.969Zwords system system french
2302026-07-08T02:23:39.969Zwords system system italian
2312026-07-08T02:23:39.969Zwords system system ngerman
2322026-07-08T02:23:39.969Zwords system system ogerman
2332026-07-08T02:23:39.969Zwords system system spanish
2342026-07-08T02:23:40.215ZPUBLISHER TYPE STATUS P LOCATION
2352026-07-08T02:23:40.215Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-07-08T02:23:40.518ZFMRI IFO
2372026-07-08T02:23:40.518Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-07-08T02:23:40.518Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-07-08T02:23:40.518Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-07-08T02:23:40.518Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-07-08T02:23:40.518Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-07-08T02:23:40.518Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-07-08T02:23:40.518Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-07-08T02:23:40.518Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-07-08T02:23:40.518Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-07-08T02:23:40.773Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-07-08T02:23:41.052Z Updating crates.io index
2482026-07-08T02:23:41.056Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-07-08T02:23:41.301Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-07-08T02:23:41.594Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-07-08T02:23:42.480Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-07-08T02:23:42.973Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-07-08T02:23:44.631Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-07-08T02:23:45.393Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-07-08T02:23:45.639Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-07-08T02:23:45.956Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-07-08T02:23:47.080Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-07-08T02:23:47.353Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-07-08T02:23:47.652Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2602026-07-08T02:23:47.940Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2612026-07-08T02:23:48.358Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2622026-07-08T02:23:48.825Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2632026-07-08T02:23:49.051Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-07-08T02:23:49.273Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-07-08T02:23:49.531Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2662026-07-08T02:23:49.812Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2672026-07-08T02:23:50.052Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2682026-07-08T02:23:50.282Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2692026-07-08T02:23:50.523Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2702026-07-08T02:23:50.856Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2712026-07-08T02:23:51.240Z Updating git repository `https://github.com/oxidecomputer/erebor`
2722026-07-08T02:23:51.475Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2732026-07-08T02:23:51.846Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2742026-07-08T02:23:52.083Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2752026-07-08T02:23:52.421Z Updating git repository `https://github.com/oxidecomputer/ispf`
2762026-07-08T02:23:52.646Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2772026-07-08T02:23:52.875Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2782026-07-08T02:23:53.246Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2792026-07-08T02:23:53.573Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2802026-07-08T02:23:53.816Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2812026-07-08T02:23:54.093Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2822026-07-08T02:23:54.351Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2832026-07-08T02:23:54.606Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2842026-07-08T02:23:54.912Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2852026-07-08T02:23:55.153Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2862026-07-08T02:23:55.389Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2872026-07-08T02:23:55.630Z Updating git repository `https://github.com/illumos/smf-rs`
2882026-07-08T02:23:59.004Z Downloading crates ...
2892026-07-08T02:23:59.049Z Downloaded crypto-common v0.1.7
2902026-07-08T02:23:59.052Z Downloaded bytecount v0.6.9
2912026-07-08T02:23:59.056Z Downloaded anstream v1.0.0
2922026-07-08T02:23:59.063Z Downloaded utf8parse v0.2.2
2932026-07-08T02:23:59.066Z Downloaded thiserror-impl v1.0.69
2942026-07-08T02:23:59.066Z Downloaded usdt-impl v0.5.0
2952026-07-08T02:23:59.066Z Downloaded semver v1.0.28
2962026-07-08T02:23:59.069Z Downloaded getrandom v0.4.1
2972026-07-08T02:23:59.069Z Downloaded pretty-hex v0.4.1
2982026-07-08T02:23:59.072Z Downloaded colorchoice v1.0.4
2992026-07-08T02:23:59.075Z Downloaded cargo_toml v0.21.0
3002026-07-08T02:23:59.080Z Downloaded fs-err v3.3.0
3012026-07-08T02:23:59.082Z Downloaded digest v0.10.7
3022026-07-08T02:23:59.086Z Downloaded zerocopy-derive v0.7.35
3032026-07-08T02:23:59.100Z Downloaded fnv v1.0.7
3042026-07-08T02:23:59.100Z Downloaded zerocopy v0.7.35
3052026-07-08T02:23:59.100Z Downloaded toml v0.8.23
3062026-07-08T02:23:59.100Z Downloaded heck v0.4.1
3072026-07-08T02:23:59.100Z Downloaded errno v0.3.14
3082026-07-08T02:23:59.100Z Downloaded block-buffer v0.10.4
3092026-07-08T02:23:59.100Z Downloaded bitflags v2.11.0
3102026-07-08T02:23:59.105Z Downloaded equivalent v1.0.2
3112026-07-08T02:23:59.113Z Downloaded cfg-if v1.0.4
3122026-07-08T02:23:59.116Z Downloaded clap_builder v4.6.0
3132026-07-08T02:23:59.119Z Downloaded itoa v1.0.17
3142026-07-08T02:23:59.122Z Downloaded autocfg v1.5.0
3152026-07-08T02:23:59.122Z Downloaded cargo-platform v0.3.2
3162026-07-08T02:23:59.125Z Downloaded indexmap v2.14.0
3172026-07-08T02:23:59.125Z Downloaded anstyle-parse v1.0.0
3182026-07-08T02:23:59.128Z Downloaded anstyle v1.0.14
3192026-07-08T02:23:59.128Z Downloaded is_terminal_polyfill v1.70.2
3202026-07-08T02:23:59.131Z Downloaded fastrand v2.3.0
3212026-07-08T02:23:59.131Z Downloaded dtrace-parser v0.2.0
3222026-07-08T02:23:59.134Z Downloaded clap_lex v1.0.0
3232026-07-08T02:23:59.137Z Downloaded memmap v0.7.0
3242026-07-08T02:23:59.137Z Downloaded generic-array v0.14.7
3252026-07-08T02:23:59.140Z Downloaded anstyle-query v1.1.5
3262026-07-08T02:23:59.143Z Downloaded toml_datetime v0.6.11
3272026-07-08T02:23:59.143Z Downloaded macaddr v1.0.1
3282026-07-08T02:23:59.155Z Downloaded heck v0.5.0
3292026-07-08T02:23:59.160Z Downloaded version_check v0.9.5
3302026-07-08T02:23:59.163Z Downloaded scroll_derive v0.12.1
3312026-07-08T02:23:59.163Z Downloaded cpufeatures v0.2.17
3322026-07-08T02:23:59.166Z Downloaded swrite v0.1.0
3332026-07-08T02:23:59.169Z Downloaded usdt v0.5.0
3342026-07-08T02:23:59.169Z Downloaded smawk v0.3.2
3352026-07-08T02:23:59.169Z Downloaded serde_spanned v0.6.9
3362026-07-08T02:23:59.172Z Downloaded toml_write v0.1.2
3372026-07-08T02:23:59.172Z Downloaded plain v0.2.3
3382026-07-08T02:23:59.172Z Downloaded proc-macro-error-attr v1.0.4
3392026-07-08T02:23:59.181Z Downloaded unicode-linebreak v0.1.5
3402026-07-08T02:23:59.183Z Downloaded thread-id v4.2.2
3412026-07-08T02:23:59.184Z Downloaded usdt-macro v0.5.0
3422026-07-08T02:23:59.186Z Downloaded terminal_size v0.4.3
3432026-07-08T02:23:59.189Z Downloaded tabled_derive v0.7.0
3442026-07-08T02:23:59.195Z Downloaded usdt-attr-macro v0.5.0
3452026-07-08T02:23:59.206Z Downloaded once_cell v1.21.3
3462026-07-08T02:23:59.211Z Downloaded camino-tempfile v1.4.1
3472026-07-08T02:23:59.214Z Downloaded thiserror v2.0.18
3482026-07-08T02:23:59.217Z Downloaded dof v0.3.0
3492026-07-08T02:23:59.217Z Downloaded quote v1.0.45
3502026-07-08T02:23:59.223Z Downloaded scroll v0.12.0
3512026-07-08T02:23:59.226Z Downloaded cargo_metadata v0.23.1
3522026-07-08T02:23:59.232Z Downloaded strsim v0.11.1
3532026-07-08T02:23:59.235Z Downloaded thiserror-impl v2.0.18
3542026-07-08T02:23:59.235Z Downloaded proc-macro-error v1.0.4
3552026-07-08T02:23:59.235Z Downloaded serde_tokenstream v0.2.3
3562026-07-08T02:23:59.238Z Downloaded camino v1.2.2
3572026-07-08T02:23:59.243Z Downloaded zmij v1.0.21
3582026-07-08T02:23:59.243Z Downloaded byteorder v1.5.0
3592026-07-08T02:23:59.246Z Downloaded thiserror v1.0.69
3602026-07-08T02:23:59.246Z Downloaded clap_derive v4.6.1
3612026-07-08T02:23:59.249Z Downloaded hashbrown v0.17.0
3622026-07-08T02:23:59.252Z Downloaded clap v4.6.1
3632026-07-08T02:23:59.255Z Downloaded sha2 v0.10.9
3642026-07-08T02:23:59.258Z Downloaded pest_derive v2.8.6
3652026-07-08T02:23:59.266Z Downloaded pest_generator v2.8.6
3662026-07-08T02:23:59.270Z Downloaded anyhow v1.0.102
3672026-07-08T02:23:59.272Z Downloaded log v0.4.29
3682026-07-08T02:23:59.275Z Downloaded papergrid v0.11.0
3692026-07-08T02:23:59.279Z Downloaded textwrap v0.16.2
3702026-07-08T02:23:59.287Z Downloaded tempfile v3.25.0
3712026-07-08T02:23:59.287Z Downloaded unicode-ident v1.0.24
3722026-07-08T02:23:59.287Z Downloaded serde_core v1.0.228
3732026-07-08T02:23:59.290Z Downloaded ucd-trie v0.1.7
3742026-07-08T02:23:59.290Z Downloaded serde_derive v1.0.228
3752026-07-08T02:23:59.303Z Downloaded pest_meta v2.8.6
3762026-07-08T02:23:59.306Z Downloaded proc-macro2 v1.0.106
3772026-07-08T02:23:59.313Z Downloaded memchr v2.8.0
3782026-07-08T02:23:59.325Z Downloaded serde v1.0.228
3792026-07-08T02:23:59.343Z Downloaded toml_edit v0.22.27
3802026-07-08T02:23:59.346Z Downloaded typenum v1.20.1
3812026-07-08T02:23:59.353Z Downloaded pest v2.8.6
3822026-07-08T02:23:59.364Z Downloaded serde_json v1.0.150
3832026-07-08T02:23:59.383Z Downloaded goblin v0.8.2
3842026-07-08T02:23:59.395Z Downloaded winnow v0.7.14
3852026-07-08T02:23:59.419Z Downloaded tabled v0.15.0
3862026-07-08T02:23:59.426Z Downloaded syn v1.0.109
3872026-07-08T02:23:59.432Z Downloaded unicode-width v0.2.0
3882026-07-08T02:23:59.439Z Downloaded unicode-width v0.1.14
3892026-07-08T02:23:59.442Z Downloaded syn v2.0.117
3902026-07-08T02:23:59.455Z Downloaded rustix v1.1.3
3912026-07-08T02:23:59.483Z Downloaded libc v0.2.185
3922026-07-08T02:23:59.544Z Compiling proc-macro2 v1.0.106
3932026-07-08T02:23:59.544Z Compiling unicode-ident v1.0.24
3942026-07-08T02:23:59.544Z Compiling quote v1.0.45
3952026-07-08T02:23:59.544Z Compiling serde_core v1.0.228
3962026-07-08T02:23:59.548Z Compiling libc v0.2.185
3972026-07-08T02:23:59.548Z Compiling version_check v0.9.5
3982026-07-08T02:23:59.548Z Compiling memchr v2.8.0
3992026-07-08T02:23:59.548Z Compiling serde v1.0.228
4002026-07-08T02:23:59.874Z Compiling zmij v1.0.21
4012026-07-08T02:24:00.136Z Compiling ucd-trie v0.1.7
4022026-07-08T02:24:00.139Z Compiling itoa v1.0.17
4032026-07-08T02:24:00.180Z Compiling thiserror v1.0.69
4042026-07-08T02:24:00.407Z Compiling pest v2.8.6
4052026-07-08T02:24:00.438Z Compiling rustix v1.1.3
4062026-07-08T02:24:00.577Z Compiling byteorder v1.5.0
4072026-07-08T02:24:00.684Z Compiling errno v0.3.14
4082026-07-08T02:24:00.854Z Compiling serde_json v1.0.150
4092026-07-08T02:24:00.885Z Compiling bitflags v2.11.0
4102026-07-08T02:24:01.011Z Compiling syn v2.0.117
4112026-07-08T02:24:01.101Z Compiling thread-id v4.2.2
4122026-07-08T02:24:01.116Z Compiling usdt-impl v0.5.0
4132026-07-08T02:24:01.181Z Compiling proc-macro-error-attr v1.0.4
4142026-07-08T02:24:01.308Z Compiling camino v1.2.2
4152026-07-08T02:24:01.337Z Compiling syn v1.0.109
4162026-07-08T02:24:01.427Z Compiling pest_meta v2.8.6
4172026-07-08T02:24:01.688Z Compiling proc-macro-error v1.0.4
4182026-07-08T02:24:01.704Z Compiling utf8parse v0.2.2
4192026-07-08T02:24:01.722Z Compiling plain v0.2.3
4202026-07-08T02:24:01.824Z Compiling equivalent v1.0.2
4212026-07-08T02:24:01.874Z Compiling getrandom v0.4.1
4222026-07-08T02:24:01.891Z Compiling log v0.4.29
4232026-07-08T02:24:02.064Z Compiling hashbrown v0.17.0
4242026-07-08T02:24:02.082Z Compiling terminal_size v0.4.3
4252026-07-08T02:24:02.261Z Compiling anstyle-parse v1.0.0
4262026-07-08T02:24:02.612Z Compiling indexmap v2.14.0
4272026-07-08T02:24:02.763Z Compiling anstyle-query v1.1.5
4282026-07-08T02:24:02.879Z Compiling thiserror v2.0.18
4292026-07-08T02:24:02.919Z Compiling colorchoice v1.0.4
4302026-07-08T02:24:02.922Z Compiling anstyle v1.0.14
4312026-07-08T02:24:03.032Z Compiling pretty-hex v0.4.1
4322026-07-08T02:24:03.048Z Compiling toml_write v0.1.2
4332026-07-08T02:24:03.161Z Compiling winnow v0.7.14
4342026-07-08T02:24:03.178Z Compiling pest_generator v2.8.6
4352026-07-08T02:24:03.214Z Compiling is_terminal_polyfill v1.70.2
4362026-07-08T02:24:03.232Z Compiling cfg-if v1.0.4
4372026-07-08T02:24:03.247Z Compiling autocfg v1.5.0
4382026-07-08T02:24:03.319Z Compiling anstream v1.0.0
4392026-07-08T02:24:03.677Z Compiling fs-err v3.3.0
4402026-07-08T02:24:03.697Z Compiling heck v0.4.1
4412026-07-08T02:24:03.734Z Compiling fastrand v2.3.0
4422026-07-08T02:24:03.768Z Compiling bytecount v0.6.9
4432026-07-08T02:24:03.868Z Compiling strsim v0.11.1
4442026-07-08T02:24:03.885Z Compiling once_cell v1.21.3
4452026-07-08T02:24:03.903Z Compiling anyhow v1.0.102
4462026-07-08T02:24:03.923Z Compiling unicode-width v0.1.14
4472026-07-08T02:24:03.993Z Compiling heck v0.5.0
4482026-07-08T02:24:04.096Z Compiling clap_lex v1.0.0
4492026-07-08T02:24:04.193Z Compiling fnv v1.0.7
4502026-07-08T02:24:04.212Z Compiling tempfile v3.25.0
4512026-07-08T02:24:04.292Z Compiling tabled_derive v0.7.0
4522026-07-08T02:24:04.309Z Compiling papergrid v0.11.0
4532026-07-08T02:24:04.325Z Compiling clap_builder v4.6.0
4542026-07-08T02:24:04.341Z Compiling cargo-platform v0.3.2
4552026-07-08T02:24:04.450Z Compiling semver v1.0.28
4562026-07-08T02:24:04.576Z Compiling memmap v0.7.0
4572026-07-08T02:24:04.611Z Compiling smawk v0.3.2
4582026-07-08T02:24:04.630Z Compiling unicode-linebreak v0.1.5
4592026-07-08T02:24:04.787Z Compiling unicode-width v0.2.0
4602026-07-08T02:24:04.805Z Compiling camino-tempfile v1.4.1
4612026-07-08T02:24:04.841Z Compiling serde_derive v1.0.228
4622026-07-08T02:24:04.934Z Compiling thiserror-impl v1.0.69
4632026-07-08T02:24:05.049Z Compiling zerocopy-derive v0.7.35
4642026-07-08T02:24:05.066Z Compiling pest_derive v2.8.6
4652026-07-08T02:24:05.155Z Compiling scroll_derive v0.12.1
4662026-07-08T02:24:05.254Z Compiling thiserror-impl v2.0.18
4672026-07-08T02:24:05.525Z Compiling clap_derive v4.6.1
4682026-07-08T02:24:05.778Z Compiling tabled v0.15.0
4692026-07-08T02:24:05.848Z Compiling scroll v0.12.0
4702026-07-08T02:24:05.949Z Compiling zerocopy v0.7.35
4712026-07-08T02:24:06.124Z Compiling goblin v0.8.2
4722026-07-08T02:24:06.342Z Compiling dtrace-parser v0.2.0
4732026-07-08T02:24:06.505Z Compiling textwrap v0.16.2
4742026-07-08T02:24:06.963Z Compiling swrite v0.1.0
4752026-07-08T02:24:07.288Z Compiling clap v4.6.1
4762026-07-08T02:24:07.950Z Compiling dof v0.3.0
4772026-07-08T02:24:07.950Z Compiling toml_datetime v0.6.11
4782026-07-08T02:24:07.950Z Compiling serde_spanned v0.6.9
4792026-07-08T02:24:07.953Z Compiling serde_tokenstream v0.2.3
4802026-07-08T02:24:07.953Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-07-08T02:24:08.027Z Compiling macaddr v1.0.1
4822026-07-08T02:24:08.031Z Compiling cargo_metadata v0.23.1
4832026-07-08T02:24:08.165Z Compiling toml_edit v0.22.27
4842026-07-08T02:24:08.769Z Compiling usdt-macro v0.5.0
4852026-07-08T02:24:08.769Z Compiling usdt-attr-macro v0.5.0
4862026-07-08T02:24:09.372Z Compiling usdt v0.5.0
4872026-07-08T02:24:09.487Z Compiling toml v0.8.23
4882026-07-08T02:24:09.871Z Compiling cargo_toml v0.21.0
4892026-07-08T02:24:11.147Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4902026-07-08T02:24:13.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.45s
4912026-07-08T02:24:13.272Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4922026-07-08T02:24:13.763Z Downloading crates ...
4932026-07-08T02:24:13.855Z Downloaded adler2 v2.0.1
4942026-07-08T02:24:13.861Z Downloaded bb8 v0.8.6
4952026-07-08T02:24:13.864Z Downloaded array-init v0.0.4
4962026-07-08T02:24:13.864Z Downloaded atomic-waker v1.1.2
4972026-07-08T02:24:13.868Z Downloaded block-buffer v0.12.1
4982026-07-08T02:24:13.870Z Downloaded anstream v0.6.21
4992026-07-08T02:24:13.873Z Downloaded ciborium-ll v0.2.2
5002026-07-08T02:24:13.873Z Downloaded bit-vec v0.8.0
5012026-07-08T02:24:13.873Z Downloaded colored v3.1.1
5022026-07-08T02:24:13.876Z Downloaded backon v1.6.0
5032026-07-08T02:24:13.879Z Downloaded aead v0.5.2
5042026-07-08T02:24:13.888Z Downloaded curve25519-dalek-derive v0.1.1
5052026-07-08T02:24:13.891Z Downloaded argon2 v0.5.3
5062026-07-08T02:24:13.893Z Downloaded bindgen v0.71.1
5072026-07-08T02:24:13.897Z Downloaded defmt v0.3.100
5082026-07-08T02:24:13.899Z Downloaded bitfield-struct v0.6.2
5092026-07-08T02:24:13.899Z Downloaded async-stream v0.3.6
5102026-07-08T02:24:13.902Z Downloaded crossbeam-utils v0.8.21
5112026-07-08T02:24:13.902Z Downloaded arrayref v0.3.9
5122026-07-08T02:24:13.905Z Downloaded bit-vec v0.6.3
5132026-07-08T02:24:13.905Z Downloaded async-recursion v1.1.1
5142026-07-08T02:24:13.907Z Downloaded allocator-api2 v0.2.21
5152026-07-08T02:24:13.910Z Downloaded bitfield v0.19.4
5162026-07-08T02:24:13.910Z Downloaded crc8 v0.1.1
5172026-07-08T02:24:13.913Z Downloaded base16ct v1.0.0
5182026-07-08T02:24:13.913Z Downloaded crc-catalog v2.4.0
5192026-07-08T02:24:13.913Z Downloaded crc v3.4.0
5202026-07-08T02:24:13.916Z Downloaded base16ct v0.2.0
5212026-07-08T02:24:13.916Z Downloaded aes v0.9.1
5222026-07-08T02:24:13.921Z Downloaded atomicwrites v0.4.4
5232026-07-08T02:24:13.923Z Downloaded debug-ignore v1.0.5
5242026-07-08T02:24:13.923Z Downloaded blowfish v0.10.0
5252026-07-08T02:24:13.926Z Downloaded bit-set v0.8.0
5262026-07-08T02:24:13.929Z Downloaded cpufeatures v0.3.0
5272026-07-08T02:24:13.932Z Downloaded bitfield-macros v0.19.4
5282026-07-08T02:24:13.934Z Downloaded atty v0.2.14
5292026-07-08T02:24:13.934Z Downloaded crypto-common v0.2.2
5302026-07-08T02:24:13.937Z Downloaded bit-set v0.5.3
5312026-07-08T02:24:13.937Z Downloaded assert_matches v1.5.0
5322026-07-08T02:24:13.940Z Downloaded base64ct v1.8.3
5332026-07-08T02:24:13.943Z Downloaded crunchy v0.2.4
5342026-07-08T02:24:13.946Z Downloaded async-stream-impl v0.3.6
5352026-07-08T02:24:13.948Z Downloaded async-trait v0.1.89
5362026-07-08T02:24:13.951Z Downloaded data-encoding v2.10.0
5372026-07-08T02:24:13.951Z Downloaded bcs v0.1.6
5382026-07-08T02:24:13.954Z Downloaded darling_macro v0.23.0
5392026-07-08T02:24:13.954Z Downloaded arrayvec v0.7.6
5402026-07-08T02:24:13.954Z Downloaded darling_macro v0.21.3
5412026-07-08T02:24:13.957Z Downloaded crossbeam-deque v0.8.6
5422026-07-08T02:24:13.957Z Downloaded critical-section v1.2.0
5432026-07-08T02:24:13.957Z Downloaded block-padding v0.4.2
5442026-07-08T02:24:13.959Z Downloaded darling_macro v0.13.4
5452026-07-08T02:24:13.959Z Downloaded convert_case v0.10.0
5462026-07-08T02:24:13.959Z Downloaded darling v0.13.4
5472026-07-08T02:24:13.962Z Downloaded cstr-argument v0.1.2
5482026-07-08T02:24:13.965Z Downloaded ciborium-io v0.2.2
5492026-07-08T02:24:13.965Z Downloaded castaway v0.2.4
5502026-07-08T02:24:13.968Z Downloaded daft-derive v0.1.7
5512026-07-08T02:24:13.971Z Downloaded convert_case v0.4.0
5522026-07-08T02:24:13.973Z Downloaded ahash v0.8.12
5532026-07-08T02:24:13.976Z Downloaded crc32fast v1.5.0
5542026-07-08T02:24:13.979Z Downloaded defmt-parser v1.0.0
5552026-07-08T02:24:13.979Z Downloaded dirs-sys-next v0.1.2
5562026-07-08T02:24:13.979Z Downloaded cfg_aliases v0.1.1
5572026-07-08T02:24:13.982Z Downloaded bcrypt-pbkdf v0.11.0
5582026-07-08T02:24:13.986Z Downloaded ctr v0.10.1
5592026-07-08T02:24:13.991Z Downloaded compression-core v0.4.31
5602026-07-08T02:24:13.994Z Downloaded ascii-canvas v3.0.0
5612026-07-08T02:24:13.994Z Downloaded cobs v0.3.0
5622026-07-08T02:24:13.997Z Downloaded endian-type v0.1.2
5632026-07-08T02:24:13.999Z Downloaded darling v0.21.3
5642026-07-08T02:24:14.003Z Downloaded float-cmp v0.10.0
5652026-07-08T02:24:14.005Z Downloaded cfg_aliases v0.2.1
5662026-07-08T02:24:14.008Z Downloaded crossbeam-epoch v0.9.18
5672026-07-08T02:24:14.010Z Downloaded flagset v0.4.7
5682026-07-08T02:24:14.013Z Downloaded difflib v0.4.0
5692026-07-08T02:24:14.016Z Downloaded crucible-workspace-hack v0.1.0
5702026-07-08T02:24:14.016Z Downloaded derive_builder_macro v0.20.2
5712026-07-08T02:24:14.016Z Downloaded cmake v0.1.57
5722026-07-08T02:24:14.018Z Downloaded backoff v0.4.0
5732026-07-08T02:24:14.021Z Downloaded constant_time_eq v0.4.2
5742026-07-08T02:24:14.024Z Downloaded dyn-clone v1.0.20
5752026-07-08T02:24:14.026Z Downloaded dirs-next v2.0.0
5762026-07-08T02:24:14.026Z Downloaded dropshot-api-manager-types v0.7.2
5772026-07-08T02:24:14.026Z Downloaded diesel_table_macro_syntax v0.3.0
5782026-07-08T02:24:14.029Z Downloaded aws-lc-rs v1.16.3
5792026-07-08T02:24:14.032Z Downloaded float-ord v0.3.2
5802026-07-08T02:24:14.035Z Downloaded env_filter v1.0.0
5812026-07-08T02:24:14.035Z Downloaded dof v0.4.0
5822026-07-08T02:24:14.038Z Downloaded derive-ex v0.1.8
5832026-07-08T02:24:14.041Z Downloaded foreign-types v0.5.0
5842026-07-08T02:24:14.045Z Downloaded foreign-types-shared v0.1.1
5852026-07-08T02:24:14.048Z Downloaded fd-lock v4.0.4
5862026-07-08T02:24:14.048Z Downloaded dunce v1.0.5
5872026-07-08T02:24:14.051Z Downloaded darling_macro v0.20.11
5882026-07-08T02:24:14.051Z Downloaded foreign-types-macros v0.2.3
5892026-07-08T02:24:14.051Z Downloaded dtrace-parser v0.3.0
5902026-07-08T02:24:14.051Z Downloaded futures-core v0.3.32
5912026-07-08T02:24:14.053Z Downloaded form_urlencoded v1.2.2
5922026-07-08T02:24:14.053Z Downloaded downcast-rs v2.0.2
5932026-07-08T02:24:14.053Z Downloaded display-error-chain v0.2.2
5942026-07-08T02:24:14.056Z Downloaded fixedbitset v0.4.2
5952026-07-08T02:24:14.056Z Downloaded futures-task v0.3.32
5962026-07-08T02:24:14.059Z Downloaded futures-io v0.3.32
5972026-07-08T02:24:14.059Z Downloaded gethostname v0.5.0
5982026-07-08T02:24:14.059Z Downloaded futures-sink v0.3.32
5992026-07-08T02:24:14.059Z Downloaded displaydoc v0.2.5
6002026-07-08T02:24:14.062Z Downloaded csv-core v0.1.13
6012026-07-08T02:24:14.065Z Downloaded ed25519 v3.0.0
6022026-07-08T02:24:14.068Z Downloaded chacha20 v0.9.1
6032026-07-08T02:24:14.068Z Downloaded anstyle-parse v0.2.7
6042026-07-08T02:24:14.070Z Downloaded buf-list v1.1.2
6052026-07-08T02:24:14.070Z Downloaded digest v0.11.3
6062026-07-08T02:24:14.073Z Downloaded aead v0.6.1
6072026-07-08T02:24:14.076Z Downloaded enum-as-inner v0.6.1
6082026-07-08T02:24:14.076Z Downloaded cexpr v0.6.0
6092026-07-08T02:24:14.076Z Downloaded const_format_proc_macros v0.2.34
6102026-07-08T02:24:14.078Z Downloaded foldhash v0.1.5
6112026-07-08T02:24:14.081Z Downloaded foreign-types v0.3.2
6122026-07-08T02:24:14.081Z Downloaded cipher v0.5.2
6132026-07-08T02:24:14.083Z Downloaded foreign-types-shared v0.3.1
6142026-07-08T02:24:14.083Z Downloaded env_logger v0.11.9
6152026-07-08T02:24:14.086Z Downloaded compression-codecs v0.4.37
6162026-07-08T02:24:14.089Z Downloaded git-stub v1.0.0
6172026-07-08T02:24:14.092Z Downloaded fatfs v0.3.6
6182026-07-08T02:24:14.092Z Downloaded chacha20 v0.10.0
6192026-07-08T02:24:14.094Z Downloaded async-bb8-diesel v0.2.1
6202026-07-08T02:24:14.097Z Downloaded cpubits v0.1.1
6212026-07-08T02:24:14.100Z Downloaded globwalk v0.9.1
6222026-07-08T02:24:14.100Z Downloaded embedded-io v0.6.1
6232026-07-08T02:24:14.100Z Downloaded hash32 v0.3.1
6242026-07-08T02:24:14.105Z Downloaded headers-core v0.3.0
6252026-07-08T02:24:14.107Z Downloaded filetime v0.2.27
6262026-07-08T02:24:14.107Z Downloaded fxhash v0.2.1
6272026-07-08T02:24:14.107Z Downloaded futures-macro v0.3.32
6282026-07-08T02:24:14.110Z Downloaded cipher v0.4.4
6292026-07-08T02:24:14.110Z Downloaded ff v0.14.0
6302026-07-08T02:24:14.113Z Downloaded arc-swap v1.8.2
6312026-07-08T02:24:14.113Z Downloaded funty v2.0.0
6322026-07-08T02:24:14.115Z Downloaded ff v0.13.1
6332026-07-08T02:24:14.115Z Downloaded fallible-iterator v0.2.0
6342026-07-08T02:24:14.115Z Downloaded ghash v0.6.0
6352026-07-08T02:24:14.124Z Downloaded erased-serde v0.3.31
6362026-07-08T02:24:14.124Z Downloaded fs-err v2.11.0
6372026-07-08T02:24:14.124Z Downloaded enum_dispatch v0.3.13
6382026-07-08T02:24:14.124Z Downloaded hex v0.4.3
6392026-07-08T02:24:14.124Z Downloaded dsl_auto_type v0.2.0
6402026-07-08T02:24:14.124Z Downloaded camino-tempfile-ext v0.3.3
6412026-07-08T02:24:14.125Z Downloaded byte-wrapper v0.1.0
6422026-07-08T02:24:14.128Z Downloaded daft v0.1.7
6432026-07-08T02:24:14.128Z Downloaded deranged v0.5.8
6442026-07-08T02:24:14.131Z Downloaded either v1.15.0
6452026-07-08T02:24:14.131Z Downloaded delegate v0.13.5
6462026-07-08T02:24:14.131Z Downloaded cmov v0.5.4
6472026-07-08T02:24:14.134Z Downloaded bzip2 v0.4.4
6482026-07-08T02:24:14.134Z Downloaded blake2 v0.10.6
6492026-07-08T02:24:14.137Z Downloaded const-oid v0.9.6
6502026-07-08T02:24:14.137Z Downloaded darling v0.20.11
6512026-07-08T02:24:14.139Z Downloaded hash32 v0.2.1
6522026-07-08T02:24:14.142Z Downloaded ena v0.14.4
6532026-07-08T02:24:14.142Z Downloaded ed25519 v2.2.3
6542026-07-08T02:24:14.142Z Downloaded document-features v0.2.12
6552026-07-08T02:24:14.145Z Downloaded http-range v0.1.5
6562026-07-08T02:24:14.145Z Downloaded console v0.15.11
6572026-07-08T02:24:14.147Z Downloaded colored v2.2.0
6582026-07-08T02:24:14.147Z Downloaded ctutils v0.4.2
6592026-07-08T02:24:14.150Z Downloaded darling v0.23.0
6602026-07-08T02:24:14.153Z Downloaded ciborium v0.2.2
6612026-07-08T02:24:14.153Z Downloaded console v0.16.2
6622026-07-08T02:24:14.156Z Downloaded cbc v0.2.1
6632026-07-08T02:24:14.156Z Downloaded cancel-safe-futures v0.1.5
6642026-07-08T02:24:14.158Z Downloaded group v0.14.0
6652026-07-08T02:24:14.159Z Downloaded bitflags v1.3.2
6662026-07-08T02:24:14.161Z Downloaded httpdate v1.0.3
6672026-07-08T02:24:14.161Z Downloaded hyper-tls v0.6.0
6682026-07-08T02:24:14.164Z Downloaded hubpack v0.1.2
6692026-07-08T02:24:14.164Z Downloaded http-body v1.0.1
6702026-07-08T02:24:14.164Z Downloaded argon2 v0.6.0-rc.8
6712026-07-08T02:24:14.167Z Downloaded der_derive v0.7.3
6722026-07-08T02:24:14.167Z Downloaded defmt v1.0.1
6732026-07-08T02:24:14.170Z Downloaded find-msvc-tools v0.1.9
6742026-07-08T02:24:14.170Z Downloaded cassowary v0.3.0
6752026-07-08T02:24:14.172Z Downloaded diesel-dtrace v0.5.0
6762026-07-08T02:24:14.172Z Downloaded cookie v0.18.1
6772026-07-08T02:24:14.175Z Downloaded home v0.5.12
6782026-07-08T02:24:14.175Z Downloaded embedded-io v0.4.0
6792026-07-08T02:24:14.178Z Downloaded blake2 v0.11.0-rc.6
6802026-07-08T02:24:14.178Z Downloaded futures-executor v0.3.32
6812026-07-08T02:24:14.180Z Downloaded hostname v0.4.2
6822026-07-08T02:24:14.183Z Downloaded hostname v0.3.1
6832026-07-08T02:24:14.186Z Downloaded highway v1.3.0
6842026-07-08T02:24:14.186Z Downloaded illumos-nvpair-sys v0.2.0
6852026-07-08T02:24:14.189Z Downloaded ident_case v1.0.1
6862026-07-08T02:24:14.189Z Downloaded illumos-nvpair v0.3.0
6872026-07-08T02:24:14.191Z Downloaded indent_write v2.2.0
6882026-07-08T02:24:14.191Z Downloaded indoc v1.0.9
6892026-07-08T02:24:14.194Z Downloaded foldhash v0.2.0
6902026-07-08T02:24:14.197Z Downloaded defmt-macros v1.0.1
6912026-07-08T02:24:14.197Z Downloaded darling_core v0.23.0
6922026-07-08T02:24:14.200Z Downloaded fixedbitset v0.5.7
6932026-07-08T02:24:14.203Z Downloaded fs_extra v1.3.0
6942026-07-08T02:24:14.205Z Downloaded const-oid v0.10.2
6952026-07-08T02:24:14.208Z Downloaded clang-sys v1.8.1
6962026-07-08T02:24:14.208Z Downloaded inout v0.1.4
6972026-07-08T02:24:14.208Z Downloaded bzip2 v0.6.1
6982026-07-08T02:24:14.211Z Downloaded hubpack_derive v0.1.1
6992026-07-08T02:24:14.211Z Downloaded glob v0.3.3
7002026-07-08T02:24:14.214Z Downloaded git-stub-vcs v0.1.0
7012026-07-08T02:24:14.214Z Downloaded getrandom v0.2.17
7022026-07-08T02:24:14.218Z Downloaded instability v0.3.11
7032026-07-08T02:24:14.220Z Downloaded des v0.9.0
7042026-07-08T02:24:14.220Z Downloaded derive_builder_core v0.20.2
7052026-07-08T02:24:14.223Z Downloaded group v0.13.0
7062026-07-08T02:24:14.223Z Downloaded corncobs v0.1.4
7072026-07-08T02:24:14.230Z Downloaded internet-checksum v0.2.1
7082026-07-08T02:24:14.233Z Downloaded ecdsa v0.16.9
7092026-07-08T02:24:14.245Z Downloaded hex-literal v1.1.0
7102026-07-08T02:24:14.248Z Downloaded is_ci v1.2.0
7112026-07-08T02:24:14.248Z Downloaded instant v0.1.13
7122026-07-08T02:24:14.250Z Downloaded inout v0.2.2
7132026-07-08T02:24:14.253Z Downloaded ecdsa v0.17.0-rc.18
7142026-07-08T02:24:14.253Z Downloaded crc-any v2.5.0
7152026-07-08T02:24:14.256Z Downloaded dropshot_endpoint v0.17.1
7162026-07-08T02:24:14.259Z Downloaded diff v0.1.13
7172026-07-08T02:24:14.259Z Downloaded futures v0.3.32
7182026-07-08T02:24:14.261Z Downloaded cookie_store v0.22.1
7192026-07-08T02:24:14.264Z Downloaded derive_more v0.99.20
7202026-07-08T02:24:14.267Z Downloaded indoc v2.0.7
7212026-07-08T02:24:14.269Z Downloaded libscf-sys v1.1.0
7222026-07-08T02:24:14.269Z Downloaded ingot-types v0.1.2
7232026-07-08T02:24:14.269Z Downloaded lazy_static v1.5.0
7242026-07-08T02:24:14.272Z Downloaded match_cfg v0.1.0
7252026-07-08T02:24:14.272Z Downloaded keccak v0.1.6
7262026-07-08T02:24:14.272Z Downloaded is-terminal v0.4.17
7272026-07-08T02:24:14.272Z Downloaded impl-trait-for-tuples v0.2.3
7282026-07-08T02:24:14.275Z Downloaded compact_str v0.8.1
7292026-07-08T02:24:14.278Z Downloaded lalrpop-util v0.19.12
7302026-07-08T02:24:14.278Z Downloaded chacha20poly1305 v0.10.1
7312026-07-08T02:24:14.283Z Downloaded lru-slab v0.1.2
7322026-07-08T02:24:14.283Z Downloaded bytes v1.11.1
7332026-07-08T02:24:14.283Z Downloaded lru-cache v0.1.2
7342026-07-08T02:24:14.283Z Downloaded linked-hash-map v0.5.6
7352026-07-08T02:24:14.286Z Downloaded md-5 v0.10.6
7362026-07-08T02:24:14.286Z Downloaded ingot v0.1.1
7372026-07-08T02:24:14.286Z Downloaded base64 v0.21.7
7382026-07-08T02:24:14.289Z Downloaded maplit v1.0.2
7392026-07-08T02:24:14.289Z Downloaded lru v0.12.5
7402026-07-08T02:24:14.292Z Downloaded lzss v0.8.2
7412026-07-08T02:24:14.292Z Downloaded elliptic-curve v0.13.8
7422026-07-08T02:24:14.295Z Downloaded mime v0.3.17
7432026-07-08T02:24:14.295Z Downloaded darling_core v0.21.3
7442026-07-08T02:24:14.298Z Downloaded memoffset v0.9.1
7452026-07-08T02:24:14.301Z Downloaded httparse v1.10.1
7462026-07-08T02:24:14.301Z Downloaded futures-channel v0.3.32
7472026-07-08T02:24:14.301Z Downloaded kem v0.3.0
7482026-07-08T02:24:14.304Z Downloaded ipnet v2.11.0
7492026-07-08T02:24:14.304Z Downloaded jobserver v0.1.34
7502026-07-08T02:24:14.307Z Downloaded humantime v2.3.0
7512026-07-08T02:24:14.307Z Downloaded globset v0.4.18
7522026-07-08T02:24:14.307Z Downloaded crossbeam-channel v0.5.15
7532026-07-08T02:24:14.310Z Downloaded maybe-uninit v2.0.0
7542026-07-08T02:24:14.310Z Downloaded keccak v0.2.0
7552026-07-08T02:24:14.313Z Downloaded derive-where v1.6.0
7562026-07-08T02:24:14.316Z Downloaded crypto-primes v0.7.2
7572026-07-08T02:24:14.318Z Downloaded nibble_vec v0.1.0
7582026-07-08T02:24:14.319Z Downloaded normalize-line-endings v0.3.0
7592026-07-08T02:24:14.319Z Downloaded elliptic-curve v0.14.0-rc.33
7602026-07-08T02:24:14.321Z Downloaded nonempty v0.12.0
7612026-07-08T02:24:14.321Z Downloaded half v1.8.3
7622026-07-08T02:24:14.324Z Downloaded md5 v0.8.0
7632026-07-08T02:24:14.324Z Downloaded newtype-uuid-macros v0.1.0
7642026-07-08T02:24:14.324Z Downloaded newline-converter v0.3.0
7652026-07-08T02:24:14.328Z Downloaded iana-time-zone v0.1.65
7662026-07-08T02:24:14.328Z Downloaded libsw v3.5.0
7672026-07-08T02:24:14.330Z Downloaded libloading v0.8.9
7682026-07-08T02:24:14.330Z Downloaded newtype_derive v0.1.6
7692026-07-08T02:24:14.331Z Downloaded new_debug_unreachable v1.0.6
7702026-07-08T02:24:14.333Z Downloaded ed25519-dalek v2.2.0
7712026-07-08T02:24:14.345Z Downloaded nodrop v0.1.14
7722026-07-08T02:24:14.348Z Downloaded ar_archive_writer v0.5.1
7732026-07-08T02:24:14.348Z Downloaded idna_adapter v1.2.1
7742026-07-08T02:24:14.351Z Downloaded num v0.4.3
7752026-07-08T02:24:14.351Z Downloaded num-derive v0.3.3
7762026-07-08T02:24:14.351Z Downloaded der v0.7.10
7772026-07-08T02:24:14.354Z Downloaded linear-map v1.2.0
7782026-07-08T02:24:14.357Z Downloaded darling_core v0.20.11
7792026-07-08T02:24:14.360Z Downloaded const_format v0.2.35
7802026-07-08T02:24:14.360Z Downloaded derive_builder v0.20.2
7812026-07-08T02:24:14.364Z Downloaded num-conv v0.2.0
7822026-07-08T02:24:14.368Z Downloaded hmac v0.13.0
7832026-07-08T02:24:14.368Z Downloaded kstat-rs v0.2.4
7842026-07-08T02:24:14.368Z Downloaded http-body-util v0.1.3
7852026-07-08T02:24:14.371Z Downloaded lock_api v0.4.14
7862026-07-08T02:24:14.371Z Downloaded mime_guess v2.0.5
7872026-07-08T02:24:14.371Z Downloaded libsw-core v0.3.2
7882026-07-08T02:24:14.374Z Downloaded ipnetwork v0.21.1
7892026-07-08T02:24:14.374Z Downloaded managed v0.8.0
7902026-07-08T02:24:14.374Z Downloaded libefi-sys v0.1.0
7912026-07-08T02:24:14.378Z Downloaded num-derive v0.4.2
7922026-07-08T02:24:14.378Z Downloaded hmac v0.12.1
7932026-07-08T02:24:14.381Z Downloaded num-iter v0.1.45
7942026-07-08T02:24:14.381Z Downloaded base64 v0.22.1
7952026-07-08T02:24:14.381Z Downloaded crypto-bigint v0.5.5
7962026-07-08T02:24:14.384Z Downloaded newtype-uuid v1.3.2
7972026-07-08T02:24:14.387Z Downloaded hybrid-array v0.4.13
7982026-07-08T02:24:14.390Z Downloaded openssl-probe v0.2.1
7992026-07-08T02:24:14.390Z Downloaded opaque-debug v0.3.1
8002026-07-08T02:24:14.390Z Downloaded packed_struct_codegen v0.10.1
8012026-07-08T02:24:14.393Z Downloaded openssl-probe v0.1.6
8022026-07-08T02:24:14.393Z Downloaded openssl-macros v0.1.1
8032026-07-08T02:24:14.393Z Downloaded getrandom v0.3.4
8042026-07-08T02:24:14.396Z Downloaded generic-array v1.4.3
8052026-07-08T02:24:14.399Z Downloaded num_enum_derive v0.5.11
8062026-07-08T02:24:14.402Z Downloaded hyper-staticfile v0.10.1
8072026-07-08T02:24:14.402Z Downloaded headers v0.4.1
8082026-07-08T02:24:14.405Z Downloaded heapless v0.8.0
8092026-07-08T02:24:14.408Z Downloaded olpc-cjson v0.1.4
8102026-07-08T02:24:14.408Z Downloaded num_threads v0.1.7
8112026-07-08T02:24:14.411Z Downloaded ingot-macros v0.1.1
8122026-07-08T02:24:14.411Z Downloaded ignore v0.4.25
8132026-07-08T02:24:14.411Z Downloaded icu_provider v2.1.1
8142026-07-08T02:24:14.418Z Downloaded half v2.7.1
8152026-07-08T02:24:14.421Z Downloaded darling_core v0.13.4
8162026-07-08T02:24:14.424Z Downloaded bumpalo v3.20.2
8172026-07-08T02:24:14.427Z Downloaded nanorand v0.7.0
8182026-07-08T02:24:14.427Z Downloaded nu-ansi-term v0.50.3
8192026-07-08T02:24:14.429Z Downloaded num-complex v0.4.6
8202026-07-08T02:24:14.429Z Downloaded multimap v0.10.1
8212026-07-08T02:24:14.432Z Downloaded multer v3.1.0
8222026-07-08T02:24:14.432Z Downloaded path-slash v0.1.5
8232026-07-08T02:24:14.432Z Downloaded oso-derive v0.27.3
8242026-07-08T02:24:14.435Z Downloaded cc v1.2.56
8252026-07-08T02:24:14.435Z Downloaded password-hash v0.6.1
8262026-07-08T02:24:14.438Z Downloaded parse-size v1.1.0
8272026-07-08T02:24:14.438Z Downloaded parse-display v0.10.0
8282026-07-08T02:24:14.438Z Downloaded num-rational v0.4.2
8292026-07-08T02:24:14.438Z Downloaded native-tls v0.2.18
8302026-07-08T02:24:14.441Z Downloaded async-compression v0.4.41
8312026-07-08T02:24:14.444Z Downloaded phf_shared v0.12.1
8322026-07-08T02:24:14.450Z Downloaded flume v0.11.1
8332026-07-08T02:24:14.453Z Downloaded drift v0.2.0
8342026-07-08T02:24:14.460Z Downloaded peg-runtime v0.8.5
8352026-07-08T02:24:14.463Z Downloaded litrs v1.0.0
8362026-07-08T02:24:14.466Z Downloaded percent-encoding v2.3.2
8372026-07-08T02:24:14.469Z Downloaded phf_shared v0.13.1
8382026-07-08T02:24:14.469Z Downloaded ml-kem v0.3.2
8392026-07-08T02:24:14.472Z Downloaded phf_shared v0.11.3
8402026-07-08T02:24:14.477Z Downloaded hyper-rustls v0.27.7
8412026-07-08T02:24:14.480Z Downloaded oxnet v0.1.6
8422026-07-08T02:24:14.487Z Downloaded flate2 v1.1.9
8432026-07-08T02:24:14.490Z Downloaded icu_locale_core v2.1.1
8442026-07-08T02:24:14.495Z Downloaded num_enum v0.5.11
8452026-07-08T02:24:14.498Z Downloaded num_enum_derive v0.7.6
8462026-07-08T02:24:14.501Z Downloaded num_enum v0.7.6
8472026-07-08T02:24:14.504Z Downloaded password-hash v0.5.0
8482026-07-08T02:24:14.504Z Downloaded parking_lot_core v0.8.6
8492026-07-08T02:24:14.508Z Downloaded potential_utf v0.1.4
8502026-07-08T02:24:14.511Z Downloaded peg-macros v0.8.5
8512026-07-08T02:24:14.511Z Downloaded pbkdf2 v0.13.0
8522026-07-08T02:24:14.513Z Downloaded litemap v0.8.1
8532026-07-08T02:24:14.513Z Downloaded powerfmt v0.2.0
8542026-07-08T02:24:14.516Z Downloaded module-lattice v0.2.3
8552026-07-08T02:24:14.516Z Downloaded proc-macro-error-attr2 v2.0.0
8562026-07-08T02:24:14.516Z Downloaded pem v3.0.6
8572026-07-08T02:24:14.519Z Downloaded indexmap v1.9.3
8582026-07-08T02:24:14.519Z Downloaded pem-rfc7468 v1.0.0
8592026-07-08T02:24:14.522Z Downloaded packed_struct v0.10.1
8602026-07-08T02:24:14.522Z Downloaded memmap2 v0.9.10
8612026-07-08T02:24:14.525Z Downloaded pem-rfc7468 v0.7.0
8622026-07-08T02:24:14.525Z Downloaded progenitor-client v0.14.0
8632026-07-08T02:24:14.528Z Downloaded precomputed-hash v0.1.1
8642026-07-08T02:24:14.528Z Downloaded paste v1.0.15
8652026-07-08T02:24:14.528Z Downloaded predicates-core v1.0.10
8662026-07-08T02:24:14.531Z Downloaded heapless v0.7.17
8672026-07-08T02:24:15.537Z Downloaded quick-error v1.2.3
8682026-07-08T02:24:15.537Z Downloaded psl-types v2.0.11
8692026-07-08T02:24:15.537Z Downloaded proc-macro-crate v1.3.1
8702026-07-08T02:24:15.537Z Downloaded predicates-tree v1.0.13
8712026-07-08T02:24:15.541Z Downloaded oxide-tokio-rt v0.1.4
8722026-07-08T02:24:15.541Z Downloaded progenitor-macro v0.14.0
8732026-07-08T02:24:15.541Z Downloaded peg v0.8.5
8742026-07-08T02:24:15.541Z Downloaded pin-project-internal v1.1.11
8752026-07-08T02:24:15.541Z Downloaded pkcs8 v0.10.2
8762026-07-08T02:24:15.541Z Downloaded libbz2-rs-sys v0.2.2
8772026-07-08T02:24:15.542Z Downloaded parse-display-derive v0.10.0
8782026-07-08T02:24:15.542Z Downloaded num-integer v0.1.46
8792026-07-08T02:24:15.542Z Downloaded rand_chacha v0.3.1
8802026-07-08T02:24:15.542Z Downloaded progenitor-macro v0.13.0
8812026-07-08T02:24:15.542Z Downloaded expectorate v1.2.0
8822026-07-08T02:24:15.542Z Downloaded derive_more v2.1.1
8832026-07-08T02:24:15.542Z Downloaded pkg-config v0.3.32
8842026-07-08T02:24:15.542Z Downloaded phf v0.12.1
8852026-07-08T02:24:15.542Z Downloaded icu_collections v2.1.1
8862026-07-08T02:24:15.542Z Downloaded parking_lot v0.12.5
8872026-07-08T02:24:15.542Z Downloaded parking_lot v0.11.2
8882026-07-08T02:24:15.542Z Downloaded parking_lot_core v0.9.12
8892026-07-08T02:24:15.542Z Downloaded radium v0.7.0
8902026-07-08T02:24:15.542Z Downloaded icu_properties v2.1.2
8912026-07-08T02:24:15.542Z Downloaded icu_normalizer_data v2.1.1
8922026-07-08T02:24:15.542Z Downloaded ref-cast-impl v1.0.25
8932026-07-08T02:24:15.542Z Downloaded progenitor-client v0.13.0
8942026-07-08T02:24:15.542Z Downloaded phf v0.13.1
8952026-07-08T02:24:15.542Z Downloaded ref-cast v1.0.25
8962026-07-08T02:24:15.542Z Downloaded recursive v0.1.1
8972026-07-08T02:24:15.542Z Downloaded rand_xorshift v0.4.0
8982026-07-08T02:24:15.542Z Downloaded postgres-protocol v0.6.10
8992026-07-08T02:24:15.542Z Downloaded rfc6979 v0.4.0
9002026-07-08T02:24:15.542Z Downloaded icu_normalizer v2.1.1
9012026-07-08T02:24:15.542Z Downloaded recursive-proc-macro-impl v0.1.1
9022026-07-08T02:24:15.542Z Downloaded owo-colors v4.3.0
9032026-07-08T02:24:15.542Z Downloaded hashbrown v0.12.3
9042026-07-08T02:24:15.542Z Downloaded hyper-util v0.1.20
9052026-07-08T02:24:15.542Z Downloaded r2d2 v0.8.10
9062026-07-08T02:24:15.542Z Downloaded rtoolbox v0.0.3
9072026-07-08T02:24:15.542Z Downloaded rand_core v0.10.0
9082026-07-08T02:24:15.542Z Downloaded rand_chacha v0.9.0
9092026-07-08T02:24:15.542Z Downloaded rfc6979 v0.5.0
9102026-07-08T02:24:15.542Z Downloaded hickory-resolver v0.25.2
9112026-07-08T02:24:15.542Z Downloaded rustc_version v0.4.1
9122026-07-08T02:24:15.542Z Downloaded rustc_version v0.1.7
9132026-07-08T02:24:15.542Z Downloaded hickory-resolver v0.24.4
9142026-07-08T02:24:15.542Z Downloaded primeorder v0.14.0-rc.10
9152026-07-08T02:24:15.543Z Downloaded progenitor-extras v0.2.0
9162026-07-08T02:24:15.543Z Downloaded pkcs8 v0.11.0
9172026-07-08T02:24:15.543Z Downloaded hickory-server v0.25.2
9182026-07-08T02:24:15.543Z Downloaded russh-cryptovec v0.61.0
9192026-07-08T02:24:15.543Z Downloaded num-traits v0.2.19
9202026-07-08T02:24:15.543Z Downloaded phc v0.6.1
9212026-07-08T02:24:15.543Z Downloaded crossterm v0.29.0
9222026-07-08T02:24:15.543Z Downloaded psm v0.1.30
9232026-07-08T02:24:15.543Z Downloaded postgres-types v0.2.12
9242026-07-08T02:24:15.543Z Downloaded postcard v1.1.3
9252026-07-08T02:24:15.543Z Downloaded pkcs1 v0.8.0-rc.4
9262026-07-08T02:24:15.543Z Downloaded pin-project v1.1.11
9272026-07-08T02:24:15.543Z Downloaded rustc-hash v2.1.1
9282026-07-08T02:24:15.543Z Downloaded russh-util v0.52.0
9292026-07-08T02:24:15.543Z Downloaded http v1.4.2
9302026-07-08T02:24:15.543Z Downloaded der v0.8.0
9312026-07-08T02:24:15.543Z Downloaded scopeguard v1.2.0
9322026-07-08T02:24:15.543Z Downloaded rand_core v0.9.5
9332026-07-08T02:24:15.543Z Downloaded resolv-conf v0.7.6
9342026-07-08T02:24:15.543Z Downloaded omicron-zone-package v0.12.3
9352026-07-08T02:24:15.543Z Downloaded pkcs1 v0.7.5
9362026-07-08T02:24:15.543Z Downloaded derive_more-impl v2.1.1
9372026-07-08T02:24:15.543Z Downloaded rand_seeder v0.4.0
9382026-07-08T02:24:15.543Z Downloaded rand_core v0.6.4
9392026-07-08T02:24:15.543Z Downloaded poly1305 v0.8.0
9402026-07-08T02:24:15.543Z Downloaded primeorder v0.13.6
9412026-07-08T02:24:15.543Z Downloaded primefield v0.14.0
9422026-07-08T02:24:15.543Z Downloaded scheduled-thread-pool v0.2.7
9432026-07-08T02:24:15.543Z Downloaded quinn-udp v0.5.14
9442026-07-08T02:24:15.543Z Downloaded pkcs5 v0.8.1
9452026-07-08T02:24:15.543Z Downloaded poly1305 v0.9.0
9462026-07-08T02:24:15.543Z Downloaded seq-macro v0.3.6
9472026-07-08T02:24:15.543Z Downloaded pin-project-lite v0.2.17
9482026-07-08T02:24:15.543Z Downloaded progenitor v0.14.0
9492026-07-08T02:24:15.543Z Downloaded rustversion v1.0.22
9502026-07-08T02:24:15.543Z Downloaded rustls-native-certs v0.8.3
9512026-07-08T02:24:15.543Z Downloaded progenitor v0.13.0
9522026-07-08T02:24:15.543Z Downloaded predicates v3.1.4
9532026-07-08T02:24:15.543Z Downloaded miniz_oxide v0.8.9
9542026-07-08T02:24:15.544Z Downloaded minimal-lexical v0.2.1
9552026-07-08T02:24:15.544Z Downloaded scroll_derive v0.13.1
9562026-07-08T02:24:15.544Z Downloaded same-file v1.0.6
9572026-07-08T02:24:15.544Z Downloaded p256 v0.14.0-rc.10
9582026-07-08T02:24:15.544Z Downloaded p384 v0.14.0-rc.10
9592026-07-08T02:24:15.544Z Downloaded serde-big-array v0.5.1
9602026-07-08T02:24:15.544Z Downloaded papergrid v0.17.0
9612026-07-08T02:24:15.544Z Downloaded proc-macro-error2 v2.0.1
9622026-07-08T02:24:15.544Z Downloaded crossterm v0.28.1
9632026-07-08T02:24:15.544Z Downloaded serde_repr v0.1.20
9642026-07-08T02:24:15.544Z Downloaded serde_plain v1.0.2
9652026-07-08T02:24:15.544Z Downloaded aho-corasick v1.1.4
9662026-07-08T02:24:15.544Z Downloaded semver v0.1.20
9672026-07-08T02:24:15.544Z Downloaded aes-gcm v0.11.0
9682026-07-08T02:24:15.544Z Downloaded progenitor-impl v0.13.0
9692026-07-08T02:24:15.544Z Downloaded openssl-sys v0.9.115
9702026-07-08T02:24:15.544Z Downloaded ppv-lite86 v0.2.21
9712026-07-08T02:24:15.548Z Downloaded polyval v0.7.1
9722026-07-08T02:24:15.548Z Downloaded sha1 v0.10.6
9732026-07-08T02:24:15.548Z Downloaded oso v0.27.3
9742026-07-08T02:24:15.548Z Downloaded signal-hook-mio v0.2.5
9752026-07-08T02:24:15.548Z Downloaded serde_urlencoded v0.7.1
9762026-07-08T02:24:15.548Z Downloaded sigpipe v0.1.3
9772026-07-08T02:24:15.548Z Downloaded signal-hook-tokio v0.3.1
9782026-07-08T02:24:15.548Z Downloaded secrecy v0.8.0
9792026-07-08T02:24:15.548Z Downloaded jiff-static v0.2.21
9802026-07-08T02:24:15.548Z Downloaded ed25519-dalek v3.0.0-rc.0
9812026-07-08T02:24:15.548Z Downloaded indicatif v0.18.4
9822026-07-08T02:24:15.548Z Downloaded sec1 v0.7.3
9832026-07-08T02:24:15.548Z Downloaded rusty-fork v0.3.1
9842026-07-08T02:24:15.548Z Downloaded scroll v0.13.0
9852026-07-08T02:24:15.548Z Downloaded itertools v0.10.5
9862026-07-08T02:24:15.549Z Downloaded diesel_derives v2.3.7
9872026-07-08T02:24:15.549Z Downloaded slog-envlogger v2.2.0
9882026-07-08T02:24:15.549Z Downloaded rustls-pemfile v2.2.0
9892026-07-08T02:24:15.549Z Downloaded signature v3.0.0
9902026-07-08T02:24:15.549Z Downloaded sha1 v0.11.0
9912026-07-08T02:24:15.549Z Downloaded sec1 v0.8.1
9922026-07-08T02:24:15.549Z Downloaded serde_spanned v1.1.1
9932026-07-08T02:24:15.549Z Downloaded shell-words v1.1.1
9942026-07-08T02:24:15.549Z Downloaded hashbrown v0.16.1
9952026-07-08T02:24:15.549Z Downloaded signature v2.2.0
9962026-07-08T02:24:15.549Z Downloaded scrypt v0.12.0
9972026-07-08T02:24:15.549Z Downloaded hashbrown v0.13.2
9982026-07-08T02:24:15.549Z Downloaded hashbrown v0.15.5
9992026-07-08T02:24:15.549Z Downloaded stable_deref_trait v1.2.1
10002026-07-08T02:24:15.549Z Downloaded siphasher v1.0.2
10012026-07-08T02:24:15.549Z Downloaded serde_bytes v0.11.19
10022026-07-08T02:24:15.549Z Downloaded serde-hex v0.1.0
10032026-07-08T02:24:15.549Z Downloaded sapling-renderdag v0.1.0
10042026-07-08T02:24:15.549Z Downloaded pretty_assertions v1.4.1
10052026-07-08T02:24:15.549Z Downloaded serde_with_macros v1.5.2
10062026-07-08T02:24:15.549Z Downloaded progenitor-impl v0.14.0
10072026-07-08T02:24:15.549Z Downloaded slog-bunyan v2.5.0
10082026-07-08T02:24:15.549Z Downloaded prefix-trie v0.7.0
10092026-07-08T02:24:15.549Z Downloaded sqlparser_derive v0.5.0
10102026-07-08T02:24:15.549Z Downloaded serdect v0.4.3
10112026-07-08T02:24:15.549Z Downloaded schemars_derive v0.8.22
10122026-07-08T02:24:15.549Z Downloaded strum v0.26.3
10132026-07-08T02:24:15.549Z Downloaded structmeta-derive v0.3.0
10142026-07-08T02:24:15.549Z Downloaded strum v0.27.2
10152026-07-08T02:24:15.549Z Downloaded slab v0.4.12
10162026-07-08T02:24:15.549Z Downloaded simd-adler32 v0.3.8
10172026-07-08T02:24:15.549Z Downloaded signal-hook-registry v1.4.8
10182026-07-08T02:24:15.549Z Downloaded strsim v0.10.0
10192026-07-08T02:24:15.549Z Downloaded itertools v0.13.0
10202026-07-08T02:24:15.549Z Downloaded supports-color v3.0.2
10212026-07-08T02:24:15.549Z Downloaded slog-json v2.6.1
10222026-07-08T02:24:15.549Z Downloaded rustls-pki-types v1.14.0
10232026-07-08T02:24:15.549Z Downloaded subtle v2.6.1
10242026-07-08T02:24:15.549Z Downloaded serde_derive_internals v0.29.1
10252026-07-08T02:24:15.550Z Downloaded ron v0.8.1
10262026-07-08T02:24:15.550Z Downloaded structmeta v0.3.0
10272026-07-08T02:24:15.550Z Downloaded sync-ptr v0.1.4
10282026-07-08T02:24:15.550Z Downloaded smallvec v0.6.14
10292026-07-08T02:24:15.550Z Downloaded take_mut v0.2.2
10302026-07-08T02:24:15.550Z Downloaded tabled_derive v0.11.0
10312026-07-08T02:24:15.550Z Downloaded tap v1.0.1
10322026-07-08T02:24:15.550Z Downloaded prettyplease v0.2.37
10332026-07-08T02:24:15.550Z Downloaded serde_with_macros v3.17.0
10342026-07-08T02:24:15.550Z Downloaded strip-ansi-escapes v0.2.1
10352026-07-08T02:24:15.550Z Downloaded static_assertions v1.1.0
10362026-07-08T02:24:15.550Z Downloaded ssh-encoding v0.3.0-rc.9
10372026-07-08T02:24:15.550Z Downloaded termtree v0.5.1
10382026-07-08T02:24:15.550Z Downloaded shlex v1.3.0
10392026-07-08T02:24:15.550Z Downloaded ssh-cipher v0.3.0-rc.9
10402026-07-08T02:24:15.550Z Downloaded schemars v0.8.22
10412026-07-08T02:24:15.550Z Downloaded tabwriter v1.4.1
10422026-07-08T02:24:15.550Z Downloaded rand v0.8.6
10432026-07-08T02:24:15.550Z Downloaded mio v1.2.0
10442026-07-08T02:24:15.550Z Downloaded iri-string v0.7.10
10452026-07-08T02:24:15.550Z Downloaded time-core v0.1.8
10462026-07-08T02:24:15.550Z Downloaded sync_wrapper v1.0.2
10472026-07-08T02:24:15.550Z Downloaded tinyvec_macros v0.1.1
10482026-07-08T02:24:15.550Z Downloaded slog-scope v4.4.1
10492026-07-08T02:24:15.550Z Downloaded slog-dtrace v0.3.0
10502026-07-08T02:24:15.550Z Downloaded slog-async v2.8.0
10512026-07-08T02:24:15.550Z Downloaded itertools v0.12.1
10522026-07-08T02:24:15.550Z Downloaded support-bundle-viewer v0.1.2
10532026-07-08T02:24:15.550Z Downloaded smallvec v1.15.1
10542026-07-08T02:24:15.550Z Downloaded h2 v0.4.15
10552026-07-08T02:24:15.550Z Downloaded strum_macros v0.26.4
10562026-07-08T02:24:15.550Z Downloaded strum_macros v0.24.3
10572026-07-08T02:24:15.550Z Downloaded synstructure v0.13.2
10582026-07-08T02:24:15.550Z Downloaded tokio-test v0.4.5
10592026-07-08T02:24:15.550Z Downloaded qorb v0.4.1
10602026-07-08T02:24:15.550Z Downloaded smf v0.2.3
10612026-07-08T02:24:15.550Z Downloaded slog-stdlog v4.1.1
10622026-07-08T02:24:15.550Z Downloaded thread-id v5.1.0
10632026-07-08T02:24:15.550Z Downloaded thiserror-impl-no-std v2.0.2
10642026-07-08T02:24:15.551Z Downloaded testing_table v0.3.0
10652026-07-08T02:24:15.551Z Downloaded tagptr v0.2.0
10662026-07-08T02:24:15.551Z Downloaded internal-russh-num-bigint v0.5.0
10672026-07-08T02:24:15.551Z Downloaded dropshot-api-manager v0.7.2
10682026-07-08T02:24:15.551Z Downloaded salsa20 v0.11.0
10692026-07-08T02:24:15.551Z Downloaded termios v0.3.3
10702026-07-08T02:24:15.551Z Downloaded snafu-derive v0.8.9
10712026-07-08T02:24:15.554Z Downloaded serde_path_to_error v0.1.20
10722026-07-08T02:24:15.555Z Downloaded string_cache v0.8.9
10732026-07-08T02:24:15.555Z Downloaded stacker v0.1.23
10742026-07-08T02:24:15.555Z Downloaded sqlformat v0.3.5
10752026-07-08T02:24:15.555Z Downloaded topological-sort v0.2.2
10762026-07-08T02:24:15.555Z Downloaded thiserror-no-std v2.0.2
10772026-07-08T02:24:15.555Z Downloaded time-macros v0.2.27
10782026-07-08T02:24:15.555Z Downloaded stringprep v0.1.5
10792026-07-08T02:24:15.555Z Downloaded tokio-macros v2.7.0
10802026-07-08T02:24:15.555Z Downloaded spki v0.7.3
10812026-07-08T02:24:15.555Z Downloaded rsa v0.9.10
10822026-07-08T02:24:15.555Z Downloaded itertools v0.14.0
10832026-07-08T02:24:15.555Z Downloaded tower-service v0.3.3
10842026-07-08T02:24:15.555Z Downloaded similar v2.7.0
10852026-07-08T02:24:15.555Z Downloaded try-lock v0.2.5
10862026-07-08T02:24:15.555Z Downloaded tls_codec v0.4.2
10872026-07-08T02:24:15.555Z Downloaded rayon-core v1.13.0
10882026-07-08T02:24:15.555Z Downloaded serde_cbor v0.11.2
10892026-07-08T02:24:15.555Z Downloaded secrecy v0.10.3
10902026-07-08T02:24:15.555Z Downloaded ryu v1.0.23
10912026-07-08T02:24:15.555Z Downloaded tokio-native-tls v0.3.1
10922026-07-08T02:24:15.555Z Downloaded sha2 v0.11.0
10932026-07-08T02:24:15.555Z Downloaded strum_macros v0.27.2
10942026-07-08T02:24:15.555Z Downloaded term v0.7.0
10952026-07-08T02:24:15.555Z Downloaded socket2 v0.5.10
10962026-07-08T02:24:15.555Z Downloaded tls_codec_derive v0.4.2
10972026-07-08T02:24:15.555Z Downloaded tokio-tungstenite v0.23.1
10982026-07-08T02:24:15.555Z Downloaded tower-layer v0.3.3
10992026-07-08T02:24:15.555Z Downloaded slog-term v2.9.2
11002026-07-08T02:24:15.555Z Downloaded nom v7.1.3
11012026-07-08T02:24:15.555Z Downloaded universal-hash v0.5.1
11022026-07-08T02:24:15.555Z Downloaded unit-prefix v0.5.2
11032026-07-08T02:24:15.555Z Downloaded unicode-truncate v1.1.0
11042026-07-08T02:24:15.555Z Downloaded unarray v0.1.4
11052026-07-08T02:24:15.555Z Downloaded universal-hash v0.6.1
11062026-07-08T02:24:15.555Z Downloaded rustls-webpki v0.103.13
11072026-07-08T02:24:15.555Z Downloaded signal-hook v0.3.18
11082026-07-08T02:24:15.555Z Downloaded samael v0.0.19
11092026-07-08T02:24:15.556Z Downloaded thread_local v1.1.9
11102026-07-08T02:24:15.556Z Downloaded toml_writer v1.1.1+spec-1.1.0
11112026-07-08T02:24:15.556Z Downloaded tiny-keccak v2.0.2
11122026-07-08T02:24:15.556Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11132026-07-08T02:24:15.556Z Downloaded serde_yaml v0.9.34+deprecated
11142026-07-08T02:24:15.556Z Downloaded utf8_iter v1.0.4
11152026-07-08T02:24:15.556Z Downloaded utf-8 v0.7.6
11162026-07-08T02:24:15.556Z Downloaded untrusted v0.7.1
11172026-07-08T02:24:15.556Z Downloaded quinn v0.11.9
11182026-07-08T02:24:15.556Z Downloaded rustls-platform-verifier v0.6.2
11192026-07-08T02:24:15.556Z Downloaded publicsuffix v2.3.0
11202026-07-08T02:24:15.556Z Downloaded trait-variant v0.1.2
11212026-07-08T02:24:15.556Z Downloaded tinystr v0.8.2
11222026-07-08T02:24:15.556Z Downloaded spki v0.8.0
11232026-07-08T02:24:15.556Z Downloaded rand v0.10.1
11242026-07-08T02:24:15.556Z Downloaded unicode-xid v0.2.6
11252026-07-08T02:24:15.556Z Downloaded spin v0.9.8
11262026-07-08T02:24:15.556Z Downloaded usdt-attr-macro v0.6.0
11272026-07-08T02:24:15.556Z Downloaded usdt v0.6.0
11282026-07-08T02:24:15.556Z Downloaded nom v8.0.0
11292026-07-08T02:24:15.556Z Downloaded blake3 v1.8.5
11302026-07-08T02:24:15.556Z Downloaded iddqd v0.4.2
11312026-07-08T02:24:15.556Z Downloaded want v0.3.1
11322026-07-08T02:24:15.556Z Downloaded idna v1.1.0
11332026-07-08T02:24:15.556Z Downloaded rcgen v0.12.1
11342026-07-08T02:24:15.556Z Downloaded snafu v0.8.9
11352026-07-08T02:24:15.556Z Downloaded typify-macro v0.6.2
11362026-07-08T02:24:15.556Z Downloaded tokio-tungstenite v0.21.0
11372026-07-08T02:24:15.556Z Downloaded tui-tree-widget v0.23.1
11382026-07-08T02:24:15.556Z Downloaded p521 v0.14.0-rc.10
11392026-07-08T02:24:15.556Z Downloaded usdt-macro v0.6.0
11402026-07-08T02:24:15.556Z Downloaded xattr v1.6.1
11412026-07-08T02:24:15.556Z Downloaded slog v2.8.2
11422026-07-08T02:24:15.556Z Downloaded toml_parser v1.1.2+spec-1.1.0
11432026-07-08T02:24:15.556Z Downloaded hkdf v0.12.4
11442026-07-08T02:24:15.556Z Downloaded waitgroup v0.1.2
11452026-07-08T02:24:15.556Z Downloaded xshell-macros v0.2.7
11462026-07-08T02:24:15.556Z Downloaded term v1.2.1
11472026-07-08T02:24:15.556Z Downloaded libxml v0.3.3
11482026-07-08T02:24:15.557Z Downloaded schemars v1.2.1
11492026-07-08T02:24:15.557Z Downloaded uzers v0.12.2
11502026-07-08T02:24:15.557Z Downloaded tracing-attributes v0.1.31
11512026-07-08T02:24:15.557Z Downloaded zerofrom-derive v0.1.6
11522026-07-08T02:24:15.557Z Downloaded zone_cfg_derive v0.3.1
11532026-07-08T02:24:15.557Z Downloaded zerofrom v0.1.6
11542026-07-08T02:24:15.557Z Downloaded rand v0.9.2
11552026-07-08T02:24:15.557Z Downloaded wait-timeout v0.2.1
11562026-07-08T02:24:15.557Z Downloaded num-bigint-dig v0.8.6
11572026-07-08T02:24:15.557Z Downloaded yoke-derive v0.8.1
11582026-07-08T02:24:15.557Z Downloaded num-bigint v0.4.6
11592026-07-08T02:24:15.557Z Downloaded libm v0.2.16
11602026-07-08T02:24:15.557Z Downloaded void v1.0.2
11612026-07-08T02:24:15.557Z Downloaded futures-util v0.3.32
11622026-07-08T02:24:15.557Z Downloaded zone v0.3.1
11632026-07-08T02:24:15.557Z Downloaded tokio-stream v0.1.18
11642026-07-08T02:24:15.557Z Downloaded writeable v0.6.2
11652026-07-08T02:24:15.557Z Downloaded toml v1.1.2+spec-1.1.0
11662026-07-08T02:24:15.557Z Downloaded tar v0.4.45
11672026-07-08T02:24:15.557Z Downloaded unicase v2.9.0
11682026-07-08T02:24:15.557Z Downloaded usdt-impl v0.6.0
11692026-07-08T02:24:15.557Z Downloaded tokio-rustls v0.26.4
11702026-07-08T02:24:15.557Z Downloaded tokio-dtrace v0.1.1
11712026-07-08T02:24:15.561Z Downloaded chrono v0.4.44
11722026-07-08T02:24:15.561Z Downloaded zeroize_derive v1.4.3
11732026-07-08T02:24:15.561Z Downloaded wyz v0.5.1
11742026-07-08T02:24:15.561Z Downloaded bitvec v1.0.1
11752026-07-08T02:24:15.561Z Downloaded xshell v0.2.7
11762026-07-08T02:24:15.561Z Downloaded toml v0.7.8
11772026-07-08T02:24:15.561Z Downloaded subprocess v0.2.15
11782026-07-08T02:24:15.561Z Downloaded hyper v1.10.1
11792026-07-08T02:24:15.561Z Downloaded untrusted v0.9.0
11802026-07-08T02:24:15.561Z Downloaded vergen-lib v9.1.0
11812026-07-08T02:24:15.561Z Downloaded tinyvec v1.10.0
11822026-07-08T02:24:15.561Z Downloaded vergen-lib v0.1.6
11832026-07-08T02:24:15.561Z Downloaded zeroize v1.8.2
11842026-07-08T02:24:15.561Z Downloaded schemars v0.9.0
11852026-07-08T02:24:15.561Z Downloaded zstd v0.13.3
11862026-07-08T02:24:15.561Z Downloaded vsss-rs v3.3.4
11872026-07-08T02:24:15.561Z Downloaded tracing-core v0.1.36
11882026-07-08T02:24:15.561Z Downloaded whoami v1.6.1
11892026-07-08T02:24:15.561Z Downloaded zerovec-derive v0.11.2
11902026-07-08T02:24:15.561Z Downloaded vergen-gitcl v1.0.8
11912026-07-08T02:24:15.561Z Downloaded tungstenite v0.21.0
11922026-07-08T02:24:15.562Z Downloaded typify v0.6.2
11932026-07-08T02:24:15.562Z Downloaded tungstenite v0.23.0
11942026-07-08T02:24:15.562Z Downloaded unicode-properties v0.1.4
11952026-07-08T02:24:15.562Z Downloaded unicode-bidi v0.3.18
11962026-07-08T02:24:15.562Z Downloaded test-strategy v0.4.5
11972026-07-08T02:24:15.562Z Downloaded walkdir v2.5.0
11982026-07-08T02:24:15.562Z Downloaded unsafe-libyaml v0.2.11
11992026-07-08T02:24:15.562Z Downloaded hkdf v0.13.0
12002026-07-08T02:24:15.562Z Downloaded yoke v0.8.1
12012026-07-08T02:24:15.562Z Downloaded twox-hash v2.1.2
12022026-07-08T02:24:15.562Z Downloaded socket2 v0.6.3
12032026-07-08T02:24:15.562Z Downloaded uuid v1.23.4
12042026-07-08T02:24:15.562Z Downloaded zerocopy v0.6.6
12052026-07-08T02:24:15.562Z Downloaded vergen-git2 v9.1.0
12062026-07-08T02:24:15.562Z Downloaded icu_properties_data v2.1.2
12072026-07-08T02:24:15.562Z Downloaded vergen v9.1.0
12082026-07-08T02:24:15.562Z Downloaded zstd-safe v7.2.4
12092026-07-08T02:24:15.562Z Downloaded toml_edit v0.19.15
12102026-07-08T02:24:15.562Z Downloaded whoami v2.1.0
12112026-07-08T02:24:15.562Z Downloaded yasna v0.5.2
12122026-07-08T02:24:15.562Z Downloaded tokio-postgres v0.7.16
12132026-07-08T02:24:15.562Z Downloaded rayon v1.11.0
12142026-07-08T02:24:15.562Z Downloaded rsa v0.10.0-rc.18
12152026-07-08T02:24:15.562Z Downloaded rustyline v14.0.0
12162026-07-08T02:24:15.562Z Downloaded zopfli v0.8.3
12172026-07-08T02:24:15.562Z Downloaded rpassword v7.4.0
12182026-07-08T02:24:15.562Z Downloaded portable-atomic v1.13.1
12192026-07-08T02:24:15.562Z Downloaded regex v1.12.3
12202026-07-08T02:24:15.562Z Downloaded quick-xml v0.37.5
12212026-07-08T02:24:15.562Z Downloaded vte v0.14.1
12222026-07-08T02:24:15.562Z Downloaded goblin v0.10.5
12232026-07-08T02:24:15.562Z Downloaded p384 v0.13.1
12242026-07-08T02:24:15.562Z Downloaded zip v0.6.6
12252026-07-08T02:24:15.562Z Downloaded steno v0.4.1
12262026-07-08T02:24:15.562Z Downloaded typed-path v0.9.3
12272026-07-08T02:24:15.562Z Downloaded ssh-key v0.7.0-rc.10
12282026-07-08T02:24:15.562Z Downloaded lalrpop v0.19.12
12292026-07-08T02:24:15.563Z Downloaded reedline v0.40.0
12302026-07-08T02:24:15.563Z Downloaded serde_with v1.14.0
12312026-07-08T02:24:15.563Z Downloaded x509-cert v0.2.5
12322026-07-08T02:24:15.563Z Downloaded unicode-segmentation v1.12.0
12332026-07-08T02:24:15.563Z Downloaded salty v0.3.0
12342026-07-08T02:24:15.563Z Downloaded yansi v1.0.1
12352026-07-08T02:24:15.563Z Downloaded zerocopy-derive v0.8.40
12362026-07-08T02:24:15.563Z Downloaded proptest v1.10.0
12372026-07-08T02:24:15.563Z Downloaded url v2.5.8
12382026-07-08T02:24:15.563Z Downloaded unicode_categories v0.1.1
12392026-07-08T02:24:15.563Z Downloaded unicode-normalization v0.1.25
12402026-07-08T02:24:15.563Z Downloaded tokio-util v0.7.18
12412026-07-08T02:24:15.563Z Downloaded tower-http v0.6.8
12422026-07-08T02:24:15.563Z Downloaded git2 v0.20.4
12432026-07-08T02:24:15.563Z Downloaded bstr v1.12.1
12442026-07-08T02:24:15.563Z Downloaded zip v4.6.1
12452026-07-08T02:24:15.563Z Downloaded tough v0.22.0
12462026-07-08T02:24:15.563Z Downloaded russh v0.61.2
12472026-07-08T02:24:15.563Z Downloaded reqwest v0.13.2
12482026-07-08T02:24:15.563Z Downloaded reqwest v0.12.28
12492026-07-08T02:24:15.563Z Downloaded zerotrie v0.2.3
12502026-07-08T02:24:15.563Z Downloaded tower v0.5.3
12512026-07-08T02:24:15.570Z Downloaded winnow v0.6.26
12522026-07-08T02:24:15.579Z Downloaded crypto-bigint v0.7.5
12532026-07-08T02:24:15.597Z Downloaded tabled v0.20.0
12542026-07-08T02:24:15.607Z Downloaded moka v0.12.13
12552026-07-08T02:24:15.612Z Downloaded time v0.3.47
12562026-07-08T02:24:15.624Z Downloaded hickory-proto v0.24.4
12572026-07-08T02:24:15.635Z Downloaded regex-syntax v0.6.29
12582026-07-08T02:24:15.646Z Downloaded zlib-rs v0.6.2
12592026-07-08T02:24:15.656Z Downloaded openapiv3 v2.2.0
12602026-07-08T02:24:15.665Z Downloaded regress v0.10.5
12612026-07-08T02:24:15.682Z Downloaded regex-syntax v0.8.10
12622026-07-08T02:24:15.703Z Downloaded zerovec v0.11.5
12632026-07-08T02:24:15.711Z Downloaded rustls v0.23.41
12642026-07-08T02:24:15.730Z Downloaded petname v2.0.2
12652026-07-08T02:24:15.763Z Downloaded curve25519-dalek v4.1.3
12662026-07-08T02:24:15.772Z Downloaded winnow v0.5.40
12672026-07-08T02:24:15.781Z Downloaded serde_with v3.17.0
12682026-07-08T02:24:15.788Z Downloaded radix_trie v0.2.1
12692026-07-08T02:24:15.791Z Downloaded object v0.30.4
12702026-07-08T02:24:15.800Z Downloaded nix v0.27.1
12712026-07-08T02:24:15.825Z Downloaded bzip2-sys v0.1.13+1.0.8
12722026-07-08T02:24:15.831Z Downloaded polar-core v0.27.3
12732026-07-08T02:24:15.836Z Downloaded typify-impl v0.6.2
12742026-07-08T02:24:15.855Z Downloaded winnow v1.0.3
12752026-07-08T02:24:15.872Z Downloaded curve25519-dalek v5.0.0-rc.0
12762026-07-08T02:24:15.880Z Downloaded nix v0.28.0
12772026-07-08T02:24:15.903Z Downloaded quinn-proto v0.11.13
12782026-07-08T02:24:15.907Z Downloaded chrono-tz v0.10.4
12792026-07-08T02:24:15.918Z Downloaded smoltcp v0.9.1
12802026-07-08T02:24:15.931Z Downloaded jiff v0.2.21
12812026-07-08T02:24:15.940Z Downloaded openssl v0.10.79
12822026-07-08T02:24:15.946Z Downloaded nix v0.31.2
12832026-07-08T02:24:15.952Z Downloaded dropshot v0.17.1
12842026-07-08T02:24:15.964Z Downloaded object v0.37.3
12852026-07-08T02:24:15.971Z Downloaded vcpkg v0.2.15
12862026-07-08T02:24:15.992Z Downloaded petgraph v0.8.3
12872026-07-08T02:24:16.005Z Downloaded hickory-proto v0.25.2
12882026-07-08T02:24:16.014Z Downloaded libz-sys v1.1.24
12892026-07-08T02:24:16.026Z Downloaded zerocopy v0.8.40
12902026-07-08T02:24:16.031Z Downloaded diesel v2.3.7
12912026-07-08T02:24:16.043Z Downloaded smoltcp v0.11.0
12922026-07-08T02:24:16.049Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12932026-07-08T02:24:16.059Z Downloaded regress v0.11.1
12942026-07-08T02:24:16.117Z Downloaded rustix v0.38.44
12952026-07-08T02:24:16.152Z Downloaded encoding_rs v0.8.35
12962026-07-08T02:24:16.164Z Downloaded sqlparser v0.61.0
12972026-07-08T02:24:16.202Z Downloaded sled v0.34.7
12982026-07-08T02:24:16.208Z Downloaded tracing v0.1.44
12992026-07-08T02:24:16.219Z Downloaded ring v0.17.14
13002026-07-08T02:24:16.244Z Downloaded ratatui v0.29.0
13012026-07-08T02:24:16.254Z Downloaded fiat-crypto v0.3.0
13022026-07-08T02:24:16.262Z Downloaded sha3 v0.11.0
13032026-07-08T02:24:16.285Z Downloaded zerocopy-derive v0.6.6
13042026-07-08T02:24:16.291Z Downloaded libgit2-sys v0.18.3+1.9.2
13052026-07-08T02:24:16.322Z Downloaded regex-automata v0.4.14
13062026-07-08T02:24:16.331Z Downloaded petgraph v0.6.5
13072026-07-08T02:24:16.360Z Downloaded csv v1.4.0
13082026-07-08T02:24:16.387Z Downloaded sha3 v0.10.8
13092026-07-08T02:24:16.391Z Downloaded tokio v1.52.1
13102026-07-08T02:24:16.841Z Downloaded aws-lc-sys v0.40.0
13112026-07-08T02:24:17.095Z Compiling libc v0.2.185
13122026-07-08T02:24:17.095Z Compiling serde_core v1.0.228
13132026-07-08T02:24:17.095Z Compiling serde v1.0.228
13142026-07-08T02:24:17.099Z Compiling log v0.4.29
13152026-07-08T02:24:17.099Z Compiling smallvec v1.15.1
13162026-07-08T02:24:17.099Z Compiling find-msvc-tools v0.1.9
13172026-07-08T02:24:17.099Z Compiling shlex v1.3.0
13182026-07-08T02:24:17.099Z Compiling syn v2.0.117
13192026-07-08T02:24:17.423Z Compiling subtle v2.6.1
13202026-07-08T02:24:17.436Z Compiling scopeguard v1.2.0
13212026-07-08T02:24:17.469Z Compiling stable_deref_trait v1.2.1
13222026-07-08T02:24:17.531Z Compiling lock_api v0.4.14
13232026-07-08T02:24:17.534Z Compiling typenum v1.20.1
13242026-07-08T02:24:17.556Z Compiling serde_json v1.0.150
13252026-07-08T02:24:17.568Z Compiling zerocopy v0.8.40
13262026-07-08T02:24:17.592Z Compiling portable-atomic v1.13.1
13272026-07-08T02:24:17.744Z Compiling pin-project-lite v0.2.17
13282026-07-08T02:24:17.775Z Compiling parking_lot_core v0.9.12
13292026-07-08T02:24:17.838Z Compiling critical-section v1.2.0
13302026-07-08T02:24:17.939Z Compiling pkg-config v0.3.32
13312026-07-08T02:24:18.001Z Compiling libm v0.2.16
13322026-07-08T02:24:18.032Z Compiling getrandom v0.4.1
13332026-07-08T02:24:18.047Z Compiling jobserver v0.1.34
13342026-07-08T02:24:18.112Z Compiling errno v0.3.14
13352026-07-08T02:24:18.264Z Compiling cc v1.2.56
13362026-07-08T02:24:18.322Z Compiling getrandom v0.2.17
13372026-07-08T02:24:18.376Z Compiling signal-hook-registry v1.4.8
13382026-07-08T02:24:18.482Z Compiling rand_core v0.6.4
13392026-07-08T02:24:18.544Z Compiling futures-core v0.3.32
13402026-07-08T02:24:18.643Z Compiling parking_lot v0.12.5
13412026-07-08T02:24:18.719Z Compiling mio v1.2.0
13422026-07-08T02:24:18.733Z Compiling num-traits v0.2.19
13432026-07-08T02:24:18.744Z Compiling generic-array v0.14.7
13442026-07-08T02:24:18.844Z Compiling once_cell v1.21.3
13452026-07-08T02:24:18.924Z Compiling rand_core v0.10.0
13462026-07-08T02:24:18.949Z Compiling const-oid v0.9.6
13472026-07-08T02:24:19.164Z Compiling percent-encoding v2.3.2
13482026-07-08T02:24:19.200Z Compiling writeable v0.6.2
13492026-07-08T02:24:19.349Z Compiling bitflags v2.11.0
13502026-07-08T02:24:19.383Z Compiling litemap v0.8.1
13512026-07-08T02:24:19.397Z Compiling semver v1.0.28
13522026-07-08T02:24:19.568Z Compiling socket2 v0.6.3
13532026-07-08T02:24:19.571Z Compiling icu_normalizer_data v2.1.1
13542026-07-08T02:24:19.706Z Compiling icu_properties_data v2.1.2
13552026-07-08T02:24:19.804Z Compiling futures-sink v0.3.32
13562026-07-08T02:24:19.825Z Compiling futures-task v0.3.32
13572026-07-08T02:24:19.917Z Compiling futures-channel v0.3.32
13582026-07-08T02:24:19.997Z Compiling slab v0.4.12
13592026-07-08T02:24:20.061Z Compiling synstructure v0.13.2
13602026-07-08T02:24:20.144Z Compiling futures-io v0.3.32
13612026-07-08T02:24:20.149Z Compiling indexmap v2.14.0
13622026-07-08T02:24:20.174Z Compiling getrandom v0.3.4
13632026-07-08T02:24:20.289Z Compiling utf8_iter v1.0.4
13642026-07-08T02:24:20.304Z Compiling rustversion v1.0.22
13652026-07-08T02:24:20.439Z Compiling form_urlencoded v1.2.2
13662026-07-08T02:24:20.474Z Compiling cmake v0.1.57
13672026-07-08T02:24:20.560Z Compiling rustix v1.1.3
13682026-07-08T02:24:20.618Z Compiling fs_extra v1.3.0
13692026-07-08T02:24:20.682Z Compiling ident_case v1.0.1
13702026-07-08T02:24:20.808Z Compiling dunce v1.0.5
13712026-07-08T02:24:20.826Z Compiling iana-time-zone v0.1.65
13722026-07-08T02:24:20.872Z Compiling regex-syntax v0.8.10
13732026-07-08T02:24:20.899Z Compiling aws-lc-sys v0.40.0
13742026-07-08T02:24:20.900Z Compiling vcpkg v0.2.15
13752026-07-08T02:24:21.028Z Compiling base64ct v1.8.3
13762026-07-08T02:24:21.147Z Compiling rand_core v0.9.5
13772026-07-08T02:24:21.320Z Compiling pem-rfc7468 v0.7.0
13782026-07-08T02:24:21.335Z Compiling rustc_version v0.4.1
13792026-07-08T02:24:21.425Z Compiling uuid v1.23.4
13802026-07-08T02:24:21.647Z Compiling openssl-sys v0.9.115
13812026-07-08T02:24:21.647Z Compiling tracing-core v0.1.36
13822026-07-08T02:24:21.673Z Compiling flagset v0.4.7
13832026-07-08T02:24:21.782Z Compiling serde_derive v1.0.228
13842026-07-08T02:24:21.803Z Compiling zeroize_derive v1.4.3
13852026-07-08T02:24:22.175Z Compiling zerofrom-derive v0.1.6
13862026-07-08T02:24:22.207Z Compiling yoke-derive v0.8.1
13872026-07-08T02:24:22.210Z Compiling zerocopy-derive v0.8.40
13882026-07-08T02:24:22.316Z Compiling zerovec-derive v0.11.2
13892026-07-08T02:24:22.465Z Compiling zeroize v1.8.2
13902026-07-08T02:24:22.672Z Compiling displaydoc v0.2.5
13912026-07-08T02:24:23.400Z Compiling tokio-macros v2.7.0
13922026-07-08T02:24:23.455Z Compiling futures-macro v0.3.32
13932026-07-08T02:24:23.468Z Compiling tracing-attributes v0.1.31
13942026-07-08T02:24:23.591Z Compiling zerofrom v0.1.6
13952026-07-08T02:24:23.716Z Compiling yoke v0.8.1
13962026-07-08T02:24:23.821Z Compiling block-buffer v0.10.4
13972026-07-08T02:24:23.900Z Compiling zerovec v0.11.5
13982026-07-08T02:24:23.987Z Compiling zerotrie v0.2.3
13992026-07-08T02:24:24.131Z Compiling crypto-common v0.1.7
14002026-07-08T02:24:24.270Z Compiling futures-util v0.3.32
14012026-07-08T02:24:24.294Z Compiling digest v0.10.7
14022026-07-08T02:24:24.307Z Compiling thiserror-impl v2.0.18
14032026-07-08T02:24:24.417Z Compiling tinystr v0.8.2
14042026-07-08T02:24:24.559Z Compiling potential_utf v0.1.4
14052026-07-08T02:24:24.634Z Compiling icu_locale_core v2.1.1
14062026-07-08T02:24:24.781Z Compiling icu_collections v2.1.1
14072026-07-08T02:24:24.872Z Compiling der_derive v0.7.3
14082026-07-08T02:24:25.284Z Compiling base64 v0.22.1
14092026-07-08T02:24:25.389Z Compiling bytes v1.11.1
14102026-07-08T02:24:25.626Z Compiling icu_provider v2.1.1
14112026-07-08T02:24:25.629Z Compiling chrono v0.4.44
14122026-07-08T02:24:25.783Z Compiling aws-lc-rs v1.16.3
14132026-07-08T02:24:25.918Z Compiling tokio v1.52.1
14142026-07-08T02:24:25.940Z Compiling icu_normalizer v2.1.1
14152026-07-08T02:24:26.050Z Compiling icu_properties v2.1.2
14162026-07-08T02:24:26.102Z Compiling http v1.4.2
14172026-07-08T02:24:26.484Z Compiling der v0.7.10
14182026-07-08T02:24:26.734Z Compiling http-body v1.0.1
14192026-07-08T02:24:26.894Z Compiling ppv-lite86 v0.2.21
14202026-07-08T02:24:26.910Z Compiling idna_adapter v1.2.1
14212026-07-08T02:24:27.017Z Compiling idna v1.1.0
14222026-07-08T02:24:27.044Z Compiling thiserror v2.0.18
14232026-07-08T02:24:27.061Z Compiling tracing v0.1.44
14242026-07-08T02:24:27.142Z Compiling rustls-pki-types v1.14.0
14252026-07-08T02:24:27.205Z Compiling rand_chacha v0.9.0
14262026-07-08T02:24:27.220Z Compiling openssl-probe v0.2.1
14272026-07-08T02:24:27.315Z Compiling url v2.5.8
14282026-07-08T02:24:27.388Z Compiling tinyvec_macros v0.1.1
14292026-07-08T02:24:27.456Z Compiling httparse v1.10.1
14302026-07-08T02:24:27.584Z Compiling cmov v0.5.4
14312026-07-08T02:24:27.651Z Compiling tinyvec v1.10.0
14322026-07-08T02:24:27.681Z Compiling rand v0.9.2
14332026-07-08T02:24:27.784Z Compiling ctutils v0.4.2
14342026-07-08T02:24:27.839Z Compiling spki v0.7.3
14352026-07-08T02:24:27.873Z Compiling pest_generator v2.8.6
14362026-07-08T02:24:27.985Z Compiling serde_derive_internals v0.29.1
14372026-07-08T02:24:28.008Z Compiling aho-corasick v1.1.4
14382026-07-08T02:24:28.030Z Compiling schemars v0.8.22
14392026-07-08T02:24:28.090Z Compiling tower-service v0.3.3
14402026-07-08T02:24:28.182Z Compiling atomic-waker v1.1.2
14412026-07-08T02:24:28.234Z Compiling try-lock v0.2.5
14422026-07-08T02:24:28.304Z Compiling tower-layer v0.3.3
14432026-07-08T02:24:28.338Z Compiling dyn-clone v1.0.20
14442026-07-08T02:24:28.449Z Compiling untrusted v0.7.1
14452026-07-08T02:24:28.463Z Compiling want v0.3.1
14462026-07-08T02:24:28.493Z Compiling tempfile v3.25.0
14472026-07-08T02:24:28.543Z Compiling pest_derive v2.8.6
14482026-07-08T02:24:28.566Z Compiling hybrid-array v0.4.13
14492026-07-08T02:24:28.845Z Compiling schemars_derive v0.8.22
14502026-07-08T02:24:28.859Z Compiling regex-automata v0.4.14
14512026-07-08T02:24:28.898Z Compiling ipnet v2.11.0
14522026-07-08T02:24:28.972Z Compiling scroll_derive v0.13.1
14532026-07-08T02:24:29.330Z Compiling darling_core v0.20.11
14542026-07-08T02:24:29.371Z Compiling foreign-types-shared v0.1.1
14552026-07-08T02:24:29.456Z Compiling untrusted v0.9.0
14562026-07-08T02:24:29.575Z Compiling cpufeatures v0.2.17
14572026-07-08T02:24:29.646Z Compiling tokio-util v0.7.18
14582026-07-08T02:24:29.700Z Compiling httpdate v1.0.3
14592026-07-08T02:24:29.782Z Compiling rustls v0.23.41
14602026-07-08T02:24:29.926Z Compiling openssl v0.10.79
14612026-07-08T02:24:29.962Z Compiling scroll v0.13.0
14622026-07-08T02:24:30.184Z Compiling foreign-types v0.3.2
14632026-07-08T02:24:30.222Z Compiling pkcs8 v0.10.2
14642026-07-08T02:24:30.253Z Compiling unicode-normalization v0.1.25
14652026-07-08T02:24:30.479Z Compiling h2 v0.4.15
14662026-07-08T02:24:30.720Z Compiling openssl-macros v0.1.1
14672026-07-08T02:24:31.107Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14682026-07-08T02:24:31.121Z Compiling spin v0.9.8
14692026-07-08T02:24:31.321Z Compiling crc32fast v1.5.0
14702026-07-08T02:24:31.377Z Compiling num-conv v0.2.0
14712026-07-08T02:24:31.499Z Compiling powerfmt v0.2.0
14722026-07-08T02:24:31.512Z Compiling native-tls v0.2.18
14732026-07-08T02:24:31.560Z Compiling time-core v0.1.8
14742026-07-08T02:24:31.575Z Compiling darling_macro v0.20.11
14752026-07-08T02:24:31.635Z Compiling deranged v0.5.8
14762026-07-08T02:24:31.707Z Compiling time-macros v0.2.27
14772026-07-08T02:24:32.041Z Compiling darling v0.20.11
14782026-07-08T02:24:32.120Z Compiling goblin v0.10.5
14792026-07-08T02:24:32.574Z Compiling sha2 v0.10.9
14802026-07-08T02:24:32.755Z Compiling hmac v0.12.1
14812026-07-08T02:24:32.906Z Compiling sync_wrapper v1.0.2
14822026-07-08T02:24:32.921Z Compiling wait-timeout v0.2.1
14832026-07-08T02:24:33.011Z Compiling siphasher v1.0.2
14842026-07-08T02:24:33.173Z Compiling usdt-impl v0.6.0
14852026-07-08T02:24:33.194Z Compiling quick-error v1.2.3
14862026-07-08T02:24:33.298Z Compiling bit-vec v0.8.0
14872026-07-08T02:24:33.383Z Compiling crossbeam-utils v0.8.21
14882026-07-08T02:24:33.522Z Compiling hyper v1.10.1
14892026-07-08T02:24:33.674Z Compiling num_threads v0.1.7
14902026-07-08T02:24:33.770Z Compiling syn v1.0.109
14912026-07-08T02:24:33.935Z Compiling simd-adler32 v0.3.8
14922026-07-08T02:24:34.175Z Compiling time v0.3.47
14932026-07-08T02:24:34.452Z Compiling bit-set v0.8.0
14942026-07-08T02:24:34.504Z Compiling rusty-fork v0.3.1
14952026-07-08T02:24:34.608Z Compiling hyper-util v0.1.20
14962026-07-08T02:24:34.622Z Compiling tower v0.5.3
14972026-07-08T02:24:34.860Z Compiling dof v0.4.0
14982026-07-08T02:24:35.122Z Compiling derive_builder_core v0.20.2
14992026-07-08T02:24:35.321Z Compiling dtrace-parser v0.3.0
15002026-07-08T02:24:35.800Z Compiling http-body-util v0.1.3
15012026-07-08T02:24:35.979Z Compiling scroll_derive v0.12.1
15022026-07-08T02:24:36.014Z Compiling thiserror-impl v1.0.69
15032026-07-08T02:24:36.036Z Compiling heapless v0.7.17
15042026-07-08T02:24:36.049Z Compiling slog v2.8.2
15052026-07-08T02:24:36.241Z Compiling rand_xorshift v0.4.0
15062026-07-08T02:24:36.282Z Compiling darling_core v0.21.3
15072026-07-08T02:24:36.297Z Compiling bzip2-sys v0.1.13+1.0.8
15082026-07-08T02:24:36.386Z Compiling thread-id v5.1.0
15092026-07-08T02:24:36.400Z Compiling cookie v0.18.1
15102026-07-08T02:24:36.465Z Compiling unarray v0.1.4
15112026-07-08T02:24:36.573Z Compiling signal-hook v0.3.18
15122026-07-08T02:24:36.576Z Compiling allocator-api2 v0.2.21
15132026-07-08T02:24:36.599Z Compiling zstd-safe v7.2.4
15142026-07-08T02:24:36.630Z Compiling unicode-bidi v0.3.18
15152026-07-08T02:24:36.751Z Compiling iri-string v0.7.10
15162026-07-08T02:24:36.796Z Compiling ryu v1.0.23
15172026-07-08T02:24:36.900Z Compiling anyhow v1.0.102
15182026-07-08T02:24:36.970Z Compiling adler2 v2.0.1
15192026-07-08T02:24:37.098Z Compiling unicode-properties v0.1.4
15202026-07-08T02:24:37.144Z Compiling paste v1.0.15
15212026-07-08T02:24:37.247Z Compiling thiserror v1.0.69
15222026-07-08T02:24:37.297Z Compiling stringprep v0.1.5
15232026-07-08T02:24:37.343Z Compiling miniz_oxide v0.8.9
15242026-07-08T02:24:37.408Z Compiling serde_urlencoded v0.7.1
15252026-07-08T02:24:37.484Z Compiling scroll v0.12.0
15262026-07-08T02:24:37.719Z Compiling proptest v1.10.0
15272026-07-08T02:24:37.926Z Compiling tower-http v0.6.8
15282026-07-08T02:24:38.273Z Compiling derive_builder_macro v0.20.2
15292026-07-08T02:24:38.288Z Compiling camino v1.2.2
15302026-07-08T02:24:38.325Z Compiling tokio-native-tls v0.3.1
15312026-07-08T02:24:38.486Z Compiling bstr v1.12.1
15322026-07-08T02:24:38.654Z Compiling ipnetwork v0.21.1
15332026-07-08T02:24:38.716Z Compiling darling_macro v0.21.3
15342026-07-08T02:24:38.729Z Compiling crypto-common v0.2.2
15352026-07-08T02:24:38.788Z Compiling block-buffer v0.12.1
15362026-07-08T02:24:38.976Z Compiling block-padding v0.4.2
15372026-07-08T02:24:39.034Z Compiling rustls-native-certs v0.8.3
15382026-07-08T02:24:39.116Z Compiling rand_chacha v0.3.1
15392026-07-08T02:24:39.134Z Compiling serde_spanned v0.6.9
15402026-07-08T02:24:39.197Z Compiling toml_datetime v0.6.11
15412026-07-08T02:24:39.272Z Compiling erased-serde v0.3.31
15422026-07-08T02:24:39.312Z Compiling serde_tokenstream v0.2.3
15432026-07-08T02:24:39.446Z Compiling signature v2.2.0
15442026-07-08T02:24:39.620Z Compiling md-5 v0.10.6
15452026-07-08T02:24:39.625Z Compiling async-trait v0.1.89
15462026-07-08T02:24:39.796Z Compiling zerocopy-derive v0.7.35
15472026-07-08T02:24:39.796Z Compiling pin-project-internal v1.1.11
15482026-07-08T02:24:39.932Z Compiling curve25519-dalek v4.1.3
15492026-07-08T02:24:40.271Z Compiling vergen-lib v9.1.0
15502026-07-08T02:24:40.465Z Compiling num-integer v0.1.46
15512026-07-08T02:24:40.479Z Compiling hash32 v0.2.1
15522026-07-08T02:24:40.667Z Compiling memoffset v0.9.1
15532026-07-08T02:24:40.681Z Compiling encoding_rs v0.8.35
15542026-07-08T02:24:40.684Z Compiling smoltcp v0.9.1
15552026-07-08T02:24:40.782Z Compiling rustix v0.38.44
15562026-07-08T02:24:40.870Z Compiling litrs v1.0.0
15572026-07-08T02:24:40.918Z Compiling fallible-iterator v0.2.0
15582026-07-08T02:24:41.042Z Compiling mime v0.3.17
15592026-07-08T02:24:41.136Z Compiling ref-cast v1.0.25
15602026-07-08T02:24:41.226Z Compiling zlib-rs v0.6.2
15612026-07-08T02:24:41.293Z Compiling psl-types v2.0.11
15622026-07-08T02:24:41.361Z Compiling num-bigint-dig v0.8.6
15632026-07-08T02:24:41.414Z Compiling cfg_aliases v0.2.1
15642026-07-08T02:24:41.486Z Compiling nix v0.31.2
15652026-07-08T02:24:41.501Z Compiling publicsuffix v2.3.0
15662026-07-08T02:24:41.575Z Compiling document-features v0.2.12
15672026-07-08T02:24:41.661Z Compiling postgres-protocol v0.6.10
15682026-07-08T02:24:41.957Z Compiling pin-project v1.1.11
15692026-07-08T02:24:42.149Z Compiling num-iter v0.1.45
15702026-07-08T02:24:42.152Z Compiling zerocopy v0.7.35
15712026-07-08T02:24:42.257Z Compiling hubpack_derive v0.1.1
15722026-07-08T02:24:42.270Z Compiling newtype-uuid v1.3.2
15732026-07-08T02:24:42.584Z Compiling rand v0.8.6
15742026-07-08T02:24:42.621Z Compiling darling v0.21.3
15752026-07-08T02:24:42.666Z Compiling inout v0.2.2
15762026-07-08T02:24:42.685Z Compiling oxnet v0.1.6
15772026-07-08T02:24:42.698Z Compiling derive_builder v0.20.2
15782026-07-08T02:24:42.701Z Compiling hyper-tls v0.6.0
15792026-07-08T02:24:42.930Z Compiling goblin v0.8.2
15802026-07-08T02:24:43.391Z Compiling phf_shared v0.13.1
15812026-07-08T02:24:43.424Z Compiling lazy_static v1.5.0
15822026-07-08T02:24:43.517Z Compiling regex v1.12.3
15832026-07-08T02:24:43.624Z Compiling anstyle-parse v0.2.7
15842026-07-08T02:24:43.647Z Compiling futures-executor v0.3.32
15852026-07-08T02:24:43.664Z Compiling hex v0.4.3
15862026-07-08T02:24:43.802Z Compiling terminal_size v0.4.3
15872026-07-08T02:24:43.892Z Compiling strum_macros v0.27.2
15882026-07-08T02:24:43.921Z Compiling ref-cast-impl v1.0.25
15892026-07-08T02:24:43.935Z Compiling snafu-derive v0.8.9
15902026-07-08T02:24:43.938Z Compiling curve25519-dalek-derive v0.1.1
15912026-07-08T02:24:44.473Z Compiling flate2 v1.1.9
15922026-07-08T02:24:44.480Z Compiling daft-derive v0.1.7
15932026-07-08T02:24:44.587Z Compiling vergen v9.1.0
15942026-07-08T02:24:44.810Z Compiling cargo-platform v0.3.2
15952026-07-08T02:24:44.922Z Compiling ff v0.13.1
15962026-07-08T02:24:45.065Z Compiling fs-err v3.3.0
15972026-07-08T02:24:45.084Z Compiling ahash v0.8.12
15982026-07-08T02:24:45.242Z Compiling object v0.37.3
15992026-07-08T02:24:45.263Z Compiling bitflags v1.3.2
16002026-07-08T02:24:45.303Z Compiling foldhash v0.2.0
16012026-07-08T02:24:45.338Z Compiling same-file v1.0.6
16022026-07-08T02:24:45.500Z Compiling foldhash v0.1.5
16032026-07-08T02:24:45.520Z Compiling libbz2-rs-sys v0.2.2
16042026-07-08T02:24:45.523Z Compiling base16ct v0.2.0
16052026-07-08T02:24:45.666Z Compiling managed v0.8.0
16062026-07-08T02:24:45.707Z Compiling winnow v0.5.40
16072026-07-08T02:24:45.848Z Compiling unicode-segmentation v1.12.0
16082026-07-08T02:24:45.862Z Compiling bumpalo v3.20.2
16092026-07-08T02:24:45.881Z Compiling clap_builder v4.6.0
16102026-07-08T02:24:46.119Z Compiling zopfli v0.8.3
16112026-07-08T02:24:46.212Z Compiling bzip2 v0.6.1
16122026-07-08T02:24:46.225Z Compiling strum v0.27.2
16132026-07-08T02:24:46.353Z Compiling snafu v0.8.9
16142026-07-08T02:24:46.412Z Compiling sec1 v0.7.3
16152026-07-08T02:24:46.677Z Compiling hashbrown v0.15.5
16162026-07-08T02:24:46.744Z Compiling hashbrown v0.16.1
16172026-07-08T02:24:46.760Z Compiling walkdir v2.5.0
16182026-07-08T02:24:47.061Z Compiling toml_edit v0.19.15
16192026-07-08T02:24:47.175Z Compiling daft v0.1.7
16202026-07-08T02:24:47.206Z Compiling dof v0.3.0
16212026-07-08T02:24:47.254Z Compiling group v0.13.0
16222026-07-08T02:24:47.321Z Compiling cargo_metadata v0.23.1
16232026-07-08T02:24:47.556Z Compiling futures v0.3.32
16242026-07-08T02:24:47.637Z Compiling anstream v0.6.21
16252026-07-08T02:24:47.905Z Compiling phf v0.13.1
16262026-07-08T02:24:48.289Z Compiling signal-hook-mio v0.2.5
16272026-07-08T02:24:48.407Z Compiling cookie_store v0.22.1
16282026-07-08T02:24:48.611Z Compiling zstd v0.13.3
16292026-07-08T02:24:48.653Z Compiling bzip2 v0.4.4
16302026-07-08T02:24:48.821Z Compiling reqwest v0.12.28
16312026-07-08T02:24:48.856Z Compiling cipher v0.5.2
16322026-07-08T02:24:48.870Z Compiling serde_with_macros v3.17.0
16332026-07-08T02:24:49.042Z Compiling hubpack v0.1.2
16342026-07-08T02:24:49.239Z Compiling postgres-types v0.2.12
16352026-07-08T02:24:49.695Z Compiling usdt-macro v0.6.0
16362026-07-08T02:24:49.816Z Compiling usdt-attr-macro v0.6.0
16372026-07-08T02:24:50.035Z Compiling ed25519 v2.2.3
16382026-07-08T02:24:50.362Z Compiling globset v0.4.18
16392026-07-08T02:24:50.425Z Compiling dtrace-parser v0.2.0
16402026-07-08T02:24:50.449Z Compiling phf_shared v0.11.3
16412026-07-08T02:24:50.622Z Compiling hkdf v0.12.4
16422026-07-08T02:24:50.636Z Compiling olpc-cjson v0.1.4
16432026-07-08T02:24:50.798Z Compiling pkcs1 v0.7.5
16442026-07-08T02:24:50.810Z Compiling pem v3.0.6
16452026-07-08T02:24:50.954Z Compiling serde-big-array v0.5.1
16462026-07-08T02:24:51.029Z Compiling serde_plain v1.0.2
16472026-07-08T02:24:51.094Z Compiling crypto-bigint v0.5.5
16482026-07-08T02:24:51.127Z Compiling enum-as-inner v0.6.1
16492026-07-08T02:24:51.157Z Compiling strum_macros v0.26.4
16502026-07-08T02:24:51.178Z Compiling clap_derive v4.6.1
16512026-07-08T02:24:51.215Z Compiling async-recursion v1.1.1
16522026-07-08T02:24:51.624Z Compiling serde_repr v0.1.20
16532026-07-08T02:24:51.862Z Compiling float-cmp v0.10.0
16542026-07-08T02:24:52.005Z Compiling memmap2 v0.9.10
16552026-07-08T02:24:52.157Z Compiling thread-id v4.2.2
16562026-07-08T02:24:52.221Z Compiling env_filter v1.0.0
16572026-07-08T02:24:52.243Z Compiling data-encoding v2.10.0
16582026-07-08T02:24:52.499Z Compiling fixedbitset v0.5.7
16592026-07-08T02:24:52.516Z Compiling normalize-line-endings v0.3.0
16602026-07-08T02:24:52.605Z Compiling typed-path v0.9.3
16612026-07-08T02:24:52.795Z Compiling new_debug_unreachable v1.0.6
16622026-07-08T02:24:52.865Z Compiling const-oid v0.10.2
16632026-07-08T02:24:52.868Z Compiling precomputed-hash v0.1.1
16642026-07-08T02:24:52.919Z Compiling jiff v0.2.21
16652026-07-08T02:24:52.922Z Compiling fixedbitset v0.4.2
16662026-07-08T02:24:52.949Z Compiling either v1.15.0
16672026-07-08T02:24:53.073Z Compiling keccak v0.1.6
16682026-07-08T02:24:53.137Z Compiling static_assertions v1.1.0
16692026-07-08T02:24:53.150Z Compiling predicates-core v1.0.10
16702026-07-08T02:24:53.154Z Compiling winnow v1.0.3
16712026-07-08T02:24:53.208Z Compiling whoami v2.1.0
16722026-07-08T02:24:53.323Z Compiling cpufeatures v0.3.0
16732026-07-08T02:24:53.398Z Compiling difflib v0.4.0
16742026-07-08T02:24:53.501Z Compiling toml_parser v1.1.2+spec-1.1.0
16752026-07-08T02:24:53.576Z Compiling tokio-postgres v0.7.16
16762026-07-08T02:24:53.675Z Compiling predicates v3.1.4
16772026-07-08T02:24:53.787Z Compiling chacha20 v0.10.0
16782026-07-08T02:24:53.792Z Compiling sha3 v0.10.8
16792026-07-08T02:24:53.934Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16802026-07-08T02:24:54.129Z Compiling toml_edit v0.22.27
16812026-07-08T02:24:54.156Z Compiling itertools v0.13.0
16822026-07-08T02:24:54.230Z Compiling petgraph v0.6.5
16832026-07-08T02:24:54.305Z Compiling digest v0.11.3
16842026-07-08T02:24:54.524Z Compiling string_cache v0.8.9
16852026-07-08T02:24:54.797Z Compiling clap v4.6.1
16862026-07-08T02:24:54.878Z Compiling strum v0.26.3
16872026-07-08T02:24:55.008Z Compiling petgraph v0.8.3
16882026-07-08T02:24:55.420Z Compiling hickory-proto v0.25.2
16892026-07-08T02:24:55.740Z Compiling zip v4.6.1
16902026-07-08T02:24:55.839Z Compiling env_logger v0.11.9
16912026-07-08T02:24:56.187Z Compiling usdt-impl v0.5.0
16922026-07-08T02:24:56.683Z Compiling usdt v0.6.0
16932026-07-08T02:24:56.754Z Compiling elliptic-curve v0.13.8
16942026-07-08T02:24:56.757Z Compiling rsa v0.9.10
16952026-07-08T02:24:56.823Z Compiling ed25519-dalek v2.2.0
16962026-07-08T02:24:56.939Z Compiling crossterm v0.28.1
16972026-07-08T02:24:56.955Z Compiling serde_with v3.17.0
16982026-07-08T02:24:57.151Z Compiling zip v0.6.6
16992026-07-08T02:24:57.460Z Compiling toml v0.7.8
17002026-07-08T02:24:58.055Z Compiling iddqd v0.4.2
17012026-07-08T02:24:58.511Z Compiling heck v0.4.1
17022026-07-08T02:24:58.648Z Compiling similar v2.7.0
17032026-07-08T02:24:58.732Z Compiling crossbeam-epoch v0.9.18
17042026-07-08T02:24:58.747Z Compiling tokio-stream v0.1.18
17052026-07-08T02:24:59.063Z Compiling buf-list v1.1.2
17062026-07-08T02:24:59.195Z Compiling x509-cert v0.2.5
17072026-07-08T02:24:59.320Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17082026-07-08T02:24:59.335Z Compiling openapiv3 v2.2.0
17092026-07-08T02:24:59.492Z Compiling lalrpop-util v0.19.12
17102026-07-08T02:24:59.620Z Compiling peg-runtime v0.8.5
17112026-07-08T02:24:59.703Z Compiling thread_local v1.1.9
17122026-07-08T02:24:59.937Z Compiling slog-async v2.8.0
17132026-07-08T02:24:59.960Z Compiling crossbeam-channel v0.5.15
17142026-07-08T02:25:00.075Z Compiling is-terminal v0.4.17
17152026-07-08T02:25:00.078Z Compiling filetime v0.2.27
17162026-07-08T02:25:00.174Z Compiling xattr v1.6.1
17172026-07-08T02:25:00.263Z Compiling take_mut v0.2.2
17182026-07-08T02:25:00.273Z Compiling term v1.2.1
17192026-07-08T02:25:00.340Z Compiling tar v0.4.45
17202026-07-08T02:25:00.449Z Compiling camino-tempfile v1.4.1
17212026-07-08T02:25:00.641Z Compiling slog-term v2.9.2
17222026-07-08T02:25:10.735Z Compiling rustls-webpki v0.103.13
17232026-07-08T02:25:13.380Z Compiling tokio-rustls v0.26.4
17242026-07-08T02:25:13.381Z Compiling rustls-platform-verifier v0.6.2
17252026-07-08T02:25:13.395Z Compiling tough v0.22.0
17262026-07-08T02:25:13.578Z Compiling hyper-rustls v0.27.7
17272026-07-08T02:25:13.772Z Compiling reqwest v0.13.2
17282026-07-08T02:25:15.972Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17292026-07-08T02:25:16.194Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17302026-07-08T02:25:18.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17312026-07-08T02:25:19.123Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17322026-07-08T02:25:19.177ZJul 08 02:25:17.371 INFO Starting download, target: Cockroach
17332026-07-08T02:25:19.177ZJul 08 02:25:17.371 INFO Starting download, target: Clickhouse
17342026-07-08T02:25:19.177ZJul 08 02:25:17.371 INFO Starting download, target: Console
17352026-07-08T02:25:19.180ZJul 08 02:25:17.371 INFO Starting download, target: DendriteStub
17362026-07-08T02:25:19.180ZJul 08 02:25:17.371 INFO Starting download, target: MaghemiteMgd
17372026-07-08T02:25:19.180ZJul 08 02:25:17.371 INFO Starting download, target: MaghemiteDdmd
17382026-07-08T02:25:19.180ZJul 08 02:25:17.371 INFO Starting download, target: TransceiverControl
17392026-07-08T02:25:19.180ZJul 08 02:25:17.372 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17402026-07-08T02:25:19.180ZJul 08 02:25:17.372 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17412026-07-08T02:25:19.180ZJul 08 02:25:17.372 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17422026-07-08T02:25:19.180ZJul 08 02:25:17.372 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17432026-07-08T02:25:19.180ZJul 08 02:25:17.372 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17442026-07-08T02:25:19.180ZJul 08 02:25:17.372 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17452026-07-08T02:25:19.180ZJul 08 02:25:17.372 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17462026-07-08T02:25:20.889ZJul 08 02:25:19.076 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17472026-07-08T02:25:21.080ZJul 08 02:25:19.276 INFO Download complete, target: TransceiverControl
17482026-07-08T02:25:21.374ZJul 08 02:25:19.570 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17492026-07-08T02:25:21.677ZJul 08 02:25:19.812 INFO Download complete, target: Console
17502026-07-08T02:25:21.710ZJul 08 02:25:19.900 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17512026-07-08T02:25:21.783ZJul 08 02:25:19.972 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17522026-07-08T02:25:22.446ZJul 08 02:25:20.617 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17532026-07-08T02:25:23.250ZJul 08 02:25:21.360 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17542026-07-08T02:25:24.041ZJul 08 02:25:22.203 INFO Download complete, target: DendriteStub
17552026-07-08T02:25:24.293ZJul 08 02:25:22.452 INFO Download complete, target: MaghemiteDdmd
17562026-07-08T02:25:24.621ZJul 08 02:25:22.795 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17572026-07-08T02:25:24.621ZJul 08 02:25:22.795 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17582026-07-08T02:25:25.586ZJul 08 02:25:23.771 INFO Download complete, target: MaghemiteMgd
17592026-07-08T02:25:28.435ZJul 08 02:25:26.631 INFO Checking that binary works, target: Clickhouse
17602026-07-08T02:25:28.548ZJul 08 02:25:26.744 INFO Download complete, target: Clickhouse
17612026-07-08T02:25:29.084ZJul 08 02:25:27.280 INFO Checking that binary works, target: Cockroach
17622026-07-08T02:25:29.193ZJul 08 02:25:27.389 INFO Download complete, target: Cockroach
17632026-07-08T02:25:29.208ZAll builder prerequisites installed successfully, and PATH looks valid
17642026-07-08T02:25:29.211Z
17652026-07-08T02:25:29.211Zreal 2:01.867443728
17662026-07-08T02:25:29.211Zuser 6:34.032780771
17672026-07-08T02:25:29.211Zsys 1:19.864984919
17682026-07-08T02:25:29.211Ztrap 0.216811720
17692026-07-08T02:25:29.212Ztflt 0.535790669
17702026-07-08T02:25:29.212Zdflt 0.838466432
17712026-07-08T02:25:29.212Zkflt 0.021734584
17722026-07-08T02:25:29.212Zlock 21:58.702247309
17732026-07-08T02:25:29.212Zslp 20:03.462583110
17742026-07-08T02:25:29.212Zlat 41.373765459
17752026-07-08T02:25:29.212Zstop 1:53.980727073
17762026-07-08T02:25:29.212Z+ banner hack-check
17772026-07-08T02:25:29.212Z
17782026-07-08T02:25:29.212Z # # ## #### # # #### # # ###### #### # #
17792026-07-08T02:25:29.212Z # # # # # # # # # # # # # # # # #
17802026-07-08T02:25:29.212Z ###### # # # #### ##### # ###### ##### # ####
17812026-07-08T02:25:29.212Z # # ###### # # # # # # # # # #
17822026-07-08T02:25:29.212Z # # # # # # # # # # # # # # # # #
17832026-07-08T02:25:29.212Z # # # # #### # # #### # # ###### #### # #
17842026-07-08T02:25:29.212Z
17852026-07-08T02:25:29.212Z+ export CARGO_INCREMENTAL=0
17862026-07-08T02:25:29.212Z+ CARGO_INCREMENTAL=0
17872026-07-08T02:25:29.212Z+ ptime -m timeout 2h cargo xtask check-features --ci
17882026-07-08T02:25:29.661Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17892026-07-08T02:25:29.959Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17902026-07-08T02:25:31.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
17912026-07-08T02:25:31.748Z Running `target/debug/xtask check-features --ci`
17922026-07-08T02:25:31.772Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17932026-07-08T02:25:31.775Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17942026-07-08T02:25:32.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17952026-07-08T02:25:32.200Z Running `target/debug/xtask download cargo-hack`
17962026-07-08T02:25:32.929Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17972026-07-08T02:25:33.242Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17982026-07-08T02:25:35.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s
17992026-07-08T02:25:35.880Z Running `target/debug/xtask-downloader cargo-hack`
18002026-07-08T02:25:35.916ZJul 08 02:25:34.113 INFO Starting download, target: CargoHack
18012026-07-08T02:25:35.920ZJul 08 02:25:34.114 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18022026-07-08T02:25:36.376ZJul 08 02:25:34.573 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18032026-07-08T02:25:36.423ZJul 08 02:25:34.620 INFO Download complete, target: CargoHack
18042026-07-08T02:25:36.426Zrunning: "/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"
18052026-07-08T02:25:36.439Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18062026-07-08T02:25:36.596Zinfo: running `cargo check --bins` on api_identity (1/300)
18072026-07-08T02:25:37.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18082026-07-08T02:25:37.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18092026-07-08T02:25:37.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18102026-07-08T02:25:37.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18112026-07-08T02:25:37.095Z
18122026-07-08T02:25:37.095Zinfo: running `cargo check --bins` on bootstore (2/300)
18132026-07-08T02:25:37.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18142026-07-08T02:25:37.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18152026-07-08T02:25:37.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18162026-07-08T02:25:37.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18172026-07-08T02:25:37.603Z
18182026-07-08T02:25:37.603Zinfo: running `cargo check --bins` on omicron-ledger (3/300)
18192026-07-08T02:25:38.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18202026-07-08T02:25:38.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18212026-07-08T02:25:38.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18222026-07-08T02:25:38.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18232026-07-08T02:25:38.106Z
18242026-07-08T02:25:38.106Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/300)
18252026-07-08T02:25:38.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262026-07-08T02:25:38.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272026-07-08T02:25:38.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282026-07-08T02:25:38.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18292026-07-08T02:25:38.613Z
18302026-07-08T02:25:38.613Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/300)
18312026-07-08T02:25:39.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322026-07-08T02:25:39.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332026-07-08T02:25:39.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342026-07-08T02:25:39.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18352026-07-08T02:25:39.122Z
18362026-07-08T02:25:39.122Zinfo: running `cargo check --bins` on omicron-certificates (6/300)
18372026-07-08T02:25:39.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382026-07-08T02:25:39.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392026-07-08T02:25:39.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402026-07-08T02:25:39.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18412026-07-08T02:25:39.642Z
18422026-07-08T02:25:39.642Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/300)
18432026-07-08T02:25:40.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-07-08T02:25:40.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-07-08T02:25:40.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-07-08T02:25:40.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18472026-07-08T02:25:40.167Z
18482026-07-08T02:25:40.167Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/300)
18492026-07-08T02:25:40.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-07-08T02:25:40.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-07-08T02:25:40.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-07-08T02:25:40.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18532026-07-08T02:25:40.682Z
18542026-07-08T02:25:40.682Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/300)
18552026-07-08T02:25:41.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-07-08T02:25:41.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-07-08T02:25:41.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-07-08T02:25:41.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18592026-07-08T02:25:41.079Z
18602026-07-08T02:25:41.079Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/300)
18612026-07-08T02:25:41.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-07-08T02:25:41.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-07-08T02:25:41.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-07-08T02:25:41.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18652026-07-08T02:25:41.465Z
18662026-07-08T02:25:41.465Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/300)
18672026-07-08T02:25:41.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-07-08T02:25:41.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-07-08T02:25:41.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-07-08T02:25:41.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18712026-07-08T02:25:41.857Z
18722026-07-08T02:25:41.857Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/300)
18732026-07-08T02:25:42.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-07-08T02:25:42.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-07-08T02:25:42.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-07-08T02:25:42.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18772026-07-08T02:25:42.252Z
18782026-07-08T02:25:42.252Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/300)
18792026-07-08T02:25:42.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-07-08T02:25:42.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-07-08T02:25:42.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-07-08T02:25:42.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18832026-07-08T02:25:42.639Z
18842026-07-08T02:25:42.639Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/300)
18852026-07-08T02:25:42.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-07-08T02:25:42.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-07-08T02:25:42.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-07-08T02:25:42.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18892026-07-08T02:25:43.031Z
18902026-07-08T02:25:43.031Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/300)
18912026-07-08T02:25:43.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-07-08T02:25:43.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-07-08T02:25:43.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-07-08T02:25:43.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18952026-07-08T02:25:43.421Z
18962026-07-08T02:25:43.421Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/300)
18972026-07-08T02:25:43.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-07-08T02:25:43.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-07-08T02:25:43.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-07-08T02:25:43.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19012026-07-08T02:25:43.813Z
19022026-07-08T02:25:43.813Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/300)
19032026-07-08T02:25:44.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-07-08T02:25:44.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-07-08T02:25:44.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-07-08T02:25:44.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19072026-07-08T02:25:44.202Z
19082026-07-08T02:25:44.202Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/300)
19092026-07-08T02:25:44.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-07-08T02:25:44.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-07-08T02:25:44.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-07-08T02:25:44.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19132026-07-08T02:25:44.593Z
19142026-07-08T02:25:44.593Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/300)
19152026-07-08T02:25:44.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-07-08T02:25:44.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-07-08T02:25:44.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-07-08T02:25:44.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19192026-07-08T02:25:44.983Z
19202026-07-08T02:25:44.983Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/300)
19212026-07-08T02:25:45.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-07-08T02:25:45.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-07-08T02:25:45.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-07-08T02:25:45.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19252026-07-08T02:25:45.375Z
19262026-07-08T02:25:45.375Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/300)
19272026-07-08T02:25:45.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-07-08T02:25:45.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-07-08T02:25:45.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-07-08T02:25:45.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19312026-07-08T02:25:45.769Z
19322026-07-08T02:25:45.769Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/300)
19332026-07-08T02:25:46.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-07-08T02:25:46.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-07-08T02:25:46.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-07-08T02:25:46.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19372026-07-08T02:25:46.163Z
19382026-07-08T02:25:46.163Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/300)
19392026-07-08T02:25:46.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-07-08T02:25:46.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-07-08T02:25:46.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-07-08T02:25:46.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19432026-07-08T02:25:46.556Z
19442026-07-08T02:25:46.556Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/300)
19452026-07-08T02:25:46.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-07-08T02:25:46.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-07-08T02:25:46.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-07-08T02:25:46.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19492026-07-08T02:25:46.949Z
19502026-07-08T02:25:46.949Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/300)
19512026-07-08T02:25:47.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-07-08T02:25:47.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-07-08T02:25:47.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-07-08T02:25:47.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19552026-07-08T02:25:47.341Z
19562026-07-08T02:25:47.341Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/300)
19572026-07-08T02:25:47.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-07-08T02:25:47.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-07-08T02:25:47.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-07-08T02:25:47.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19612026-07-08T02:25:47.736Z
19622026-07-08T02:25:47.736Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/300)
19632026-07-08T02:25:48.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-07-08T02:25:48.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-07-08T02:25:48.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-07-08T02:25:48.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19672026-07-08T02:25:48.129Z
19682026-07-08T02:25:48.129Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/300)
19692026-07-08T02:25:48.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-07-08T02:25:48.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-07-08T02:25:48.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-07-08T02:25:48.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19732026-07-08T02:25:48.519Z
19742026-07-08T02:25:48.519Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/300)
19752026-07-08T02:25:48.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-07-08T02:25:48.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-07-08T02:25:48.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-07-08T02:25:48.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19792026-07-08T02:25:48.913Z
19802026-07-08T02:25:48.913Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/300)
19812026-07-08T02:25:49.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-07-08T02:25:49.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-07-08T02:25:49.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-07-08T02:25:49.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19852026-07-08T02:25:49.304Z
19862026-07-08T02:25:49.304Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/300)
19872026-07-08T02:25:49.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-07-08T02:25:49.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-07-08T02:25:49.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-07-08T02:25:49.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19912026-07-08T02:25:49.697Z
19922026-07-08T02:25:49.697Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/300)
19932026-07-08T02:25:50.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-07-08T02:25:50.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-07-08T02:25:50.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-07-08T02:25:50.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19972026-07-08T02:25:50.088Z
19982026-07-08T02:25:50.088Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/300)
19992026-07-08T02:25:50.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-07-08T02:25:50.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-07-08T02:25:50.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-07-08T02:25:50.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20032026-07-08T02:25:50.478Z
20042026-07-08T02:25:50.478Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/300)
20052026-07-08T02:25:50.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-07-08T02:25:50.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-07-08T02:25:50.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-07-08T02:25:50.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20092026-07-08T02:25:50.870Z
20102026-07-08T02:25:50.870Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/300)
20112026-07-08T02:25:51.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-07-08T02:25:51.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-07-08T02:25:51.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-07-08T02:25:51.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20152026-07-08T02:25:51.260Z
20162026-07-08T02:25:51.260Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/300)
20172026-07-08T02:25:51.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-07-08T02:25:51.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-07-08T02:25:51.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-07-08T02:25:51.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20212026-07-08T02:25:51.661Z
20222026-07-08T02:25:51.661Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/300)
20232026-07-08T02:25:51.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-07-08T02:25:51.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-07-08T02:25:51.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-07-08T02:25:52.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20272026-07-08T02:25:52.042Z
20282026-07-08T02:25:52.042Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/300)
20292026-07-08T02:25:52.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-07-08T02:25:52.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-07-08T02:25:52.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-07-08T02:25:52.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20332026-07-08T02:25:52.433Z
20342026-07-08T02:25:52.433Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/300)
20352026-07-08T02:25:52.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-07-08T02:25:52.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-07-08T02:25:52.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-07-08T02:25:52.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20392026-07-08T02:25:52.823Z
20402026-07-08T02:25:52.823Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/300)
20412026-07-08T02:25:53.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-07-08T02:25:53.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-07-08T02:25:53.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-07-08T02:25:53.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20452026-07-08T02:25:53.216Z
20462026-07-08T02:25:53.216Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/300)
20472026-07-08T02:25:53.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-07-08T02:25:53.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-07-08T02:25:53.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-07-08T02:25:53.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20512026-07-08T02:25:53.615Z
20522026-07-08T02:25:53.615Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/300)
20532026-07-08T02:25:53.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-07-08T02:25:53.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-07-08T02:25:53.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-07-08T02:25:53.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20572026-07-08T02:25:54.008Z
20582026-07-08T02:25:54.008Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/300)
20592026-07-08T02:25:54.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-07-08T02:25:54.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-07-08T02:25:54.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-07-08T02:25:54.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20632026-07-08T02:25:54.402Z
20642026-07-08T02:25:54.402Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/300)
20652026-07-08T02:25:54.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-07-08T02:25:54.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-07-08T02:25:54.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-07-08T02:25:54.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20692026-07-08T02:25:54.795Z
20702026-07-08T02:25:54.795Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/300)
20712026-07-08T02:25:55.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-07-08T02:25:55.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-07-08T02:25:55.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-07-08T02:25:55.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20752026-07-08T02:25:55.188Z
20762026-07-08T02:25:55.189Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/300)
20772026-07-08T02:25:55.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-07-08T02:25:55.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-07-08T02:25:55.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-07-08T02:25:55.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20812026-07-08T02:25:55.582Z
20822026-07-08T02:25:55.582Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/300)
20832026-07-08T02:25:55.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-07-08T02:25:55.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-07-08T02:25:55.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-07-08T02:25:55.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20872026-07-08T02:25:55.978Z
20882026-07-08T02:25:55.978Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/300)
20892026-07-08T02:25:56.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-07-08T02:25:56.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-07-08T02:25:56.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-07-08T02:25:56.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20932026-07-08T02:25:56.373Z
20942026-07-08T02:25:56.373Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/300)
20952026-07-08T02:25:56.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-07-08T02:25:56.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-07-08T02:25:56.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-07-08T02:25:56.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
20992026-07-08T02:25:56.930Z
21002026-07-08T02:25:56.930Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/300)
21012026-07-08T02:25:57.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-07-08T02:25:57.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-07-08T02:25:57.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-07-08T02:25:57.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21052026-07-08T02:25:57.483Z
21062026-07-08T02:25:57.483Zinfo: running `cargo check --bins` on nexus-config (51/300)
21072026-07-08T02:25:57.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-07-08T02:25:57.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-07-08T02:25:57.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-07-08T02:25:57.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21112026-07-08T02:25:58.037Z
21122026-07-08T02:25:58.037Zinfo: running `cargo check --bins` on nexus-types (52/300)
21132026-07-08T02:25:58.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-07-08T02:25:58.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-07-08T02:25:58.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162026-07-08T02:25:58.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21172026-07-08T02:25:58.588Z
21182026-07-08T02:25:58.588Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/300)
21192026-07-08T02:25:59.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202026-07-08T02:25:59.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212026-07-08T02:25:59.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222026-07-08T02:25:59.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21232026-07-08T02:25:59.118Z
21242026-07-08T02:25:59.118Zinfo: running `cargo check --bins` on omicron-passwords (54/300)
21252026-07-08T02:25:59.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262026-07-08T02:25:59.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272026-07-08T02:25:59.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282026-07-08T02:25:59.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21292026-07-08T02:25:59.626Z
21302026-07-08T02:25:59.626Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/300)
21312026-07-08T02:26:00.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322026-07-08T02:26:00.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332026-07-08T02:26:00.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342026-07-08T02:26:00.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21352026-07-08T02:26:00.156Z
21362026-07-08T02:26:00.156Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/300)
21372026-07-08T02:26:00.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382026-07-08T02:26:00.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392026-07-08T02:26:00.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402026-07-08T02:26:00.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21412026-07-08T02:26:00.687Z
21422026-07-08T02:26:00.687Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/300)
21432026-07-08T02:26:01.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442026-07-08T02:26:01.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452026-07-08T02:26:01.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462026-07-08T02:26:01.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21472026-07-08T02:26:01.214Z
21482026-07-08T02:26:01.214Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/300)
21492026-07-08T02:26:01.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502026-07-08T02:26:01.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512026-07-08T02:26:01.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522026-07-08T02:26:01.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21532026-07-08T02:26:01.742Z
21542026-07-08T02:26:01.742Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/300)
21552026-07-08T02:26:02.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562026-07-08T02:26:02.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572026-07-08T02:26:02.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582026-07-08T02:26:02.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21592026-07-08T02:26:02.253Z
21602026-07-08T02:26:02.253Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/300)
21612026-07-08T02:26:02.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622026-07-08T02:26:02.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632026-07-08T02:26:02.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642026-07-08T02:26:02.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21652026-07-08T02:26:02.765Z
21662026-07-08T02:26:02.765Zinfo: running `cargo check --bins --no-default-features` on gfss (61/300)
21672026-07-08T02:26:03.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682026-07-08T02:26:03.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692026-07-08T02:26:03.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702026-07-08T02:26:03.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21712026-07-08T02:26:03.274Z
21722026-07-08T02:26:03.274Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/300)
21732026-07-08T02:26:03.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742026-07-08T02:26:03.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752026-07-08T02:26:03.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762026-07-08T02:26:03.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21772026-07-08T02:26:03.784Z
21782026-07-08T02:26:03.784Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/300)
21792026-07-08T02:26:04.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802026-07-08T02:26:04.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812026-07-08T02:26:04.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822026-07-08T02:26:04.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21832026-07-08T02:26:04.308Z
21842026-07-08T02:26:04.308Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/300)
21852026-07-08T02:26:04.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862026-07-08T02:26:04.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872026-07-08T02:26:04.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882026-07-08T02:26:04.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21892026-07-08T02:26:04.833Z
21902026-07-08T02:26:04.833Zinfo: running `cargo check --bins` on cockroach-admin-types (65/300)
21912026-07-08T02:26:05.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922026-07-08T02:26:05.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932026-07-08T02:26:05.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21942026-07-08T02:26:05.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21952026-07-08T02:26:05.342Z
21962026-07-08T02:26:05.343Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/300)
21972026-07-08T02:26:05.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21982026-07-08T02:26:05.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21992026-07-08T02:26:05.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22002026-07-08T02:26:05.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22012026-07-08T02:26:05.855Z
22022026-07-08T02:26:05.855Zinfo: running `cargo check --bins` on ereport-types (67/300)
22032026-07-08T02:26:06.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22042026-07-08T02:26:06.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22052026-07-08T02:26:06.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22062026-07-08T02:26:06.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22072026-07-08T02:26:06.367Z
22082026-07-08T02:26:06.367Zinfo: running `cargo check --bins` on gateway-client (68/300)
22092026-07-08T02:26:06.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22102026-07-08T02:26:06.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22112026-07-08T02:26:06.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22122026-07-08T02:26:06.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22132026-07-08T02:26:06.884Z
22142026-07-08T02:26:06.884Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/300)
22152026-07-08T02:26:07.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162026-07-08T02:26:07.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172026-07-08T02:26:07.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22182026-07-08T02:26:07.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22192026-07-08T02:26:07.400Z
22202026-07-08T02:26:07.400Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/300)
22212026-07-08T02:26:07.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222026-07-08T02:26:07.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232026-07-08T02:26:07.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242026-07-08T02:26:07.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22252026-07-08T02:26:07.915Z
22262026-07-08T02:26:07.915Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/300)
22272026-07-08T02:26:08.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282026-07-08T02:26:08.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292026-07-08T02:26:08.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302026-07-08T02:26:08.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22312026-07-08T02:26:08.433Z
22322026-07-08T02:26:08.433Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/300)
22332026-07-08T02:26:08.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342026-07-08T02:26:08.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352026-07-08T02:26:08.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362026-07-08T02:26:08.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22372026-07-08T02:26:08.947Z
22382026-07-08T02:26:08.947Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/300)
22392026-07-08T02:26:09.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402026-07-08T02:26:09.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412026-07-08T02:26:09.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422026-07-08T02:26:09.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22432026-07-08T02:26:09.483Z
22442026-07-08T02:26:09.483Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/300)
22452026-07-08T02:26:09.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462026-07-08T02:26:09.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472026-07-08T02:26:09.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22482026-07-08T02:26:09.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22492026-07-08T02:26:10.023Z
22502026-07-08T02:26:10.023Zinfo: running `cargo check --bins` on key-manager-types (75/300)
22512026-07-08T02:26:10.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22522026-07-08T02:26:10.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22532026-07-08T02:26:10.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22542026-07-08T02:26:10.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22552026-07-08T02:26:10.527Z
22562026-07-08T02:26:10.528Zinfo: running `cargo check --bins` on oxlog (76/300)
22572026-07-08T02:26:10.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22582026-07-08T02:26:10.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22592026-07-08T02:26:11.082Z Checking cfg-if v1.0.4
22602026-07-08T02:26:11.087Z Checking libc v0.2.185
22612026-07-08T02:26:11.087Z Checking serde_core v1.0.228
22622026-07-08T02:26:11.190Z Checking memchr v2.8.0
22632026-07-08T02:26:11.190Z Checking zeroize v1.8.2
22642026-07-08T02:26:11.205Z Checking log v0.4.29
22652026-07-08T02:26:11.213Z Checking smallvec v1.15.1
22662026-07-08T02:26:11.222Z Checking subtle v2.6.1
22672026-07-08T02:26:11.232Z Checking itoa v1.0.17
22682026-07-08T02:26:11.338Z Checking scopeguard v1.2.0
22692026-07-08T02:26:11.354Z Checking typenum v1.20.1
22702026-07-08T02:26:11.364Z Checking stable_deref_trait v1.2.1
22712026-07-08T02:26:11.379Z Checking zerofrom v0.1.6
22722026-07-08T02:26:11.402Z Checking pin-project-lite v0.2.17
22732026-07-08T02:26:11.428Z Checking portable-atomic v1.13.1
22742026-07-08T02:26:11.440Z Checking lock_api v0.4.14
22752026-07-08T02:26:11.472Z Checking futures-core v0.3.32
22762026-07-08T02:26:11.488Z Checking yoke v0.8.1
22772026-07-08T02:26:11.553Z Checking critical-section v1.2.0
22782026-07-08T02:26:11.574Z Checking errno v0.3.14
22792026-07-08T02:26:11.586Z Checking getrandom v0.2.17
22802026-07-08T02:26:11.634Z Checking parking_lot_core v0.9.12
22812026-07-08T02:26:11.637Z Checking zerovec v0.11.5
22822026-07-08T02:26:11.656Z Checking mio v1.2.0
22832026-07-08T02:26:11.681Z Checking signal-hook-registry v1.4.8
22842026-07-08T02:26:11.720Z Checking rand_core v0.6.4
22852026-07-08T02:26:11.811Z Checking parking_lot v0.12.5
22862026-07-08T02:26:11.824Z Checking once_cell v1.21.3
22872026-07-08T02:26:11.836Z Checking zerocopy v0.8.40
22882026-07-08T02:26:11.886Z Checking const-oid v0.9.6
22892026-07-08T02:26:11.923Z Checking zmij v1.0.21
22902026-07-08T02:26:11.985Z Checking rand_core v0.10.0
22912026-07-08T02:26:11.998Z Checking socket2 v0.6.3
22922026-07-08T02:26:12.066Z Checking tinystr v0.8.2
22932026-07-08T02:26:12.081Z Checking generic-array v0.14.7
22942026-07-08T02:26:12.119Z Checking getrandom v0.4.1
22952026-07-08T02:26:12.130Z Checking libm v0.2.16
22962026-07-08T02:26:12.227Z Checking equivalent v1.0.2
22972026-07-08T02:26:12.237Z Checking percent-encoding v2.3.2
22982026-07-08T02:26:12.256Z Checking writeable v0.6.2
22992026-07-08T02:26:12.301Z Checking litemap v0.8.1
23002026-07-08T02:26:12.369Z Checking potential_utf v0.1.4
23012026-07-08T02:26:12.408Z Checking zerotrie v0.2.3
23022026-07-08T02:26:12.467Z Checking icu_locale_core v2.1.1
23032026-07-08T02:26:12.489Z Checking futures-sink v0.3.32
23042026-07-08T02:26:12.519Z Checking icu_collections v2.1.1
23052026-07-08T02:26:12.572Z Checking futures-io v0.3.32
23062026-07-08T02:26:12.584Z Checking futures-channel v0.3.32
23072026-07-08T02:26:12.640Z Checking slab v0.4.12
23082026-07-08T02:26:12.651Z Checking serde v1.0.228
23092026-07-08T02:26:12.685Z Checking bitflags v2.11.0
23102026-07-08T02:26:12.765Z Checking serde_json v1.0.150
23112026-07-08T02:26:12.791Z Checking futures-task v0.3.32
23122026-07-08T02:26:12.811Z Checking num-traits v0.2.19
23132026-07-08T02:26:12.811Z Checking icu_normalizer_data v2.1.1
23142026-07-08T02:26:12.859Z Checking icu_properties_data v2.1.2
23152026-07-08T02:26:12.914Z Checking hashbrown v0.17.0
23162026-07-08T02:26:12.926Z Checking futures-util v0.3.32
23172026-07-08T02:26:12.979Z Checking block-buffer v0.10.4
23182026-07-08T02:26:13.006Z Checking icu_provider v2.1.1
23192026-07-08T02:26:13.044Z Checking bytes v1.11.1
23202026-07-08T02:26:13.107Z Checking crypto-common v0.1.7
23212026-07-08T02:26:13.225Z Checking digest v0.10.7
23222026-07-08T02:26:13.235Z Checking icu_normalizer v2.1.1
23232026-07-08T02:26:13.345Z Checking icu_properties v2.1.2
23242026-07-08T02:26:13.366Z Checking indexmap v2.14.0
23252026-07-08T02:26:13.411Z Checking utf8_iter v1.0.4
23262026-07-08T02:26:13.423Z Checking form_urlencoded v1.2.2
23272026-07-08T02:26:13.466Z Checking tokio v1.52.1
23282026-07-08T02:26:13.526Z Checking getrandom v0.3.4
23292026-07-08T02:26:13.537Z Checking byteorder v1.5.0
23302026-07-08T02:26:13.547Z Checking fnv v1.0.7
23312026-07-08T02:26:13.635Z Checking http v1.4.2
23322026-07-08T02:26:13.663Z Checking rand_core v0.9.5
23332026-07-08T02:26:13.730Z Checking base64ct v1.8.3
23342026-07-08T02:26:13.832Z Checking regex-syntax v0.8.10
23352026-07-08T02:26:13.915Z Checking rustix v1.1.3
23362026-07-08T02:26:13.955Z Checking pem-rfc7468 v0.7.0
23372026-07-08T02:26:14.106Z Checking uuid v1.23.4
23382026-07-08T02:26:14.143Z Checking idna_adapter v1.2.1
23392026-07-08T02:26:14.179Z Checking tracing-core v0.1.36
23402026-07-08T02:26:14.253Z Checking idna v1.1.0
23412026-07-08T02:26:14.424Z Checking base64 v0.22.1
23422026-07-08T02:26:14.488Z Checking iana-time-zone v0.1.65
23432026-07-08T02:26:14.501Z Checking url v2.5.8
23442026-07-08T02:26:14.547Z Checking ppv-lite86 v0.2.21
23452026-07-08T02:26:14.588Z Checking flagset v0.4.7
23462026-07-08T02:26:14.654Z Checking chrono v0.4.44
23472026-07-08T02:26:14.703Z Checking der v0.7.10
23482026-07-08T02:26:14.730Z Checking tracing v0.1.44
23492026-07-08T02:26:14.806Z Checking http-body v1.0.1
23502026-07-08T02:26:14.855Z Checking rand_chacha v0.9.0
23512026-07-08T02:26:14.933Z Checking rustls-pki-types v1.14.0
23522026-07-08T02:26:14.947Z Checking openssl-probe v0.2.1
23532026-07-08T02:26:14.950Z Checking tinyvec_macros v0.1.1
23542026-07-08T02:26:15.019Z Checking cmov v0.5.4
23552026-07-08T02:26:15.050Z Checking rand v0.9.2
23562026-07-08T02:26:15.054Z Checking tinyvec v1.10.0
23572026-07-08T02:26:15.156Z Checking aws-lc-sys v0.40.0
23582026-07-08T02:26:15.202Z Checking ctutils v0.4.2
23592026-07-08T02:26:15.223Z Checking untrusted v0.7.1
23602026-07-08T02:26:15.329Z Checking try-lock v0.2.5
23612026-07-08T02:26:15.361Z Checking tower-service v0.3.3
23622026-07-08T02:26:15.399Z Checking tower-layer v0.3.3
23632026-07-08T02:26:15.419Z Checking atomic-waker v1.1.2
23642026-07-08T02:26:15.438Z Checking spki v0.7.3
23652026-07-08T02:26:15.449Z Checking want v0.3.1
23662026-07-08T02:26:15.509Z Checking hybrid-array v0.4.13
23672026-07-08T02:26:15.542Z Checking ipnet v2.11.0
23682026-07-08T02:26:15.555Z Checking httparse v1.10.1
23692026-07-08T02:26:15.555Z Checking aho-corasick v1.1.4
23702026-07-08T02:26:15.571Z Checking foreign-types-shared v0.1.1
23712026-07-08T02:26:15.593Z Checking cpufeatures v0.2.17
23722026-07-08T02:26:15.638Z Checking httpdate v1.0.3
23732026-07-08T02:26:15.642Z Checking aws-lc-rs v1.16.3
23742026-07-08T02:26:15.660Z Checking fastrand v2.3.0
23752026-07-08T02:26:15.745Z Checking plain v0.2.3
23762026-07-08T02:26:15.779Z Checking utf8parse v0.2.2
23772026-07-08T02:26:15.779Z Checking untrusted v0.9.0
23782026-07-08T02:26:15.832Z Checking dyn-clone v1.0.20
23792026-07-08T02:26:15.844Z Checking tempfile v3.25.0
23802026-07-08T02:26:15.872Z Checking foreign-types v0.3.2
23812026-07-08T02:26:15.886Z Checking pkcs8 v0.10.2
23822026-07-08T02:26:15.926Z Checking unicode-normalization v0.1.25
23832026-07-08T02:26:15.939Z Checking semver v1.0.28
23842026-07-08T02:26:16.027Z Checking openssl-sys v0.9.115
23852026-07-08T02:26:16.039Z Checking spin v0.9.8
23862026-07-08T02:26:16.136Z Checking ucd-trie v0.1.7
23872026-07-08T02:26:16.214Z Checking regex-automata v0.4.14
23882026-07-08T02:26:16.227Z Checking unicode-ident v1.0.24
23892026-07-08T02:26:16.258Z Checking anstyle v1.0.14
23902026-07-08T02:26:16.271Z Checking pest v2.8.6
23912026-07-08T02:26:16.316Z Checking schemars v0.8.22
23922026-07-08T02:26:16.328Z Checking proc-macro2 v1.0.106
23932026-07-08T02:26:16.391Z Checking openssl v0.10.79
23942026-07-08T02:26:16.431Z Checking sha2 v0.10.9
23952026-07-08T02:26:16.467Z Checking rustls-webpki v0.103.13
23962026-07-08T02:26:16.638Z Checking hmac v0.12.1
23972026-07-08T02:26:16.699Z Checking thiserror v2.0.18
23982026-07-08T02:26:16.702Z Checking tokio-util v0.7.18
23992026-07-08T02:26:16.762Z Checking sync_wrapper v1.0.2
24002026-07-08T02:26:16.795Z Checking wait-timeout v0.2.1
24012026-07-08T02:26:16.863Z Checking colorchoice v1.0.4
24022026-07-08T02:26:16.875Z Checking rustls v0.23.41
24032026-07-08T02:26:16.912Z Checking is_terminal_polyfill v1.70.2
24042026-07-08T02:26:16.950Z Checking quick-error v1.2.3
24052026-07-08T02:26:16.962Z Checking bit-vec v0.8.0
24062026-07-08T02:26:16.993Z Checking siphasher v1.0.2
24072026-07-08T02:26:17.043Z Checking simd-adler32 v0.3.8
24082026-07-08T02:26:17.141Z Checking powerfmt v0.2.0
24092026-07-08T02:26:17.142Z Checking anstyle-query v1.1.5
24102026-07-08T02:26:17.207Z Checking pretty-hex v0.4.1
24112026-07-08T02:26:17.238Z Checking bit-set v0.8.0
24122026-07-08T02:26:17.287Z Checking deranged v0.5.8
24132026-07-08T02:26:17.306Z Checking rusty-fork v0.3.1
24142026-07-08T02:26:17.319Z Checking h2 v0.4.15
24152026-07-08T02:26:17.322Z Checking tower v0.5.3
24162026-07-08T02:26:17.376Z Checking quote v1.0.45
24172026-07-08T02:26:17.467Z Compiling newtype-uuid v1.3.2
24182026-07-08T02:26:17.540Z Checking http-body-util v0.1.3
24192026-07-08T02:26:17.638Z Checking crossbeam-utils v0.8.21
24202026-07-08T02:26:17.707Z Checking rand_xorshift v0.4.0
24212026-07-08T02:26:17.750Z Checking crc32fast v1.5.0
24222026-07-08T02:26:17.820Z Checking scroll v0.13.0
24232026-07-08T02:26:17.885Z Checking time-core v0.1.8
24242026-07-08T02:26:17.969Z Checking num-conv v0.2.0
24252026-07-08T02:26:18.016Z Checking ryu v1.0.23
24262026-07-08T02:26:18.027Z Checking unicode-bidi v0.3.18
24272026-07-08T02:26:18.039Z Checking allocator-api2 v0.2.21
24282026-07-08T02:26:18.077Z Checking adler2 v2.0.1
24292026-07-08T02:26:18.144Z Checking num_threads v0.1.7
24302026-07-08T02:26:18.177Z Checking unarray v0.1.4
24312026-07-08T02:26:18.189Z Checking unicode-properties v0.1.4
24322026-07-08T02:26:18.224Z Checking iri-string v0.7.10
24332026-07-08T02:26:18.275Z Checking proptest v1.10.0
24342026-07-08T02:26:18.310Z Checking time v0.3.47
24352026-07-08T02:26:18.323Z Checking miniz_oxide v0.8.9
24362026-07-08T02:26:18.367Z Checking stringprep v0.1.5
24372026-07-08T02:26:18.385Z Checking native-tls v0.2.18
24382026-07-08T02:26:18.514Z Checking serde_urlencoded v0.7.1
24392026-07-08T02:26:18.560Z Checking tokio-native-tls v0.3.1
24402026-07-08T02:26:18.669Z Checking goblin v0.10.5
24412026-07-08T02:26:18.709Z Checking bstr v1.12.1
24422026-07-08T02:26:18.721Z Checking crossbeam-epoch v0.9.18
24432026-07-08T02:26:18.933Z Compiling daft v0.1.7
24442026-07-08T02:26:19.093Z Checking syn v2.0.117
24452026-07-08T02:26:19.114Z Checking ipnetwork v0.21.1
24462026-07-08T02:26:19.217Z Checking crypto-common v0.2.2
24472026-07-08T02:26:19.230Z Checking tower-http v0.6.8
24482026-07-08T02:26:19.323Z Checking block-padding v0.4.2
24492026-07-08T02:26:19.413Z Checking block-buffer v0.12.1
24502026-07-08T02:26:19.455Z Checking anstyle-parse v1.0.0
24512026-07-08T02:26:19.498Z Checking rustls-native-certs v0.8.3
24522026-07-08T02:26:19.570Z Checking rand_chacha v0.3.1
24532026-07-08T02:26:19.599Z Checking thiserror v1.0.69
24542026-07-08T02:26:19.622Z Checking scroll v0.12.0
24552026-07-08T02:26:19.690Z Checking hash32 v0.2.1
24562026-07-08T02:26:19.769Z Checking zstd-sys v2.0.16+zstd.1.5.7
24572026-07-08T02:26:19.810Z Checking signature v2.2.0
24582026-07-08T02:26:19.852Z Checking md-5 v0.10.6
24592026-07-08T02:26:19.863Z Checking num-integer v0.1.46
24602026-07-08T02:26:19.888Z Checking toml_datetime v0.6.11
24612026-07-08T02:26:19.933Z Checking serde_spanned v0.6.9
24622026-07-08T02:26:19.986Z Checking encoding_rs v0.8.35
24632026-07-08T02:26:20.053Z Checking mime v0.3.17
24642026-07-08T02:26:20.066Z Checking zlib-rs v0.6.2
24652026-07-08T02:26:20.080Z Checking fallible-iterator v0.2.0
24662026-07-08T02:26:20.089Z Checking psl-types v2.0.11
24672026-07-08T02:26:20.125Z Checking hyper v1.10.1
24682026-07-08T02:26:20.199Z Checking publicsuffix v2.3.0
24692026-07-08T02:26:20.218Z Checking num-iter v0.1.45
24702026-07-08T02:26:20.343Z Checking postgres-protocol v0.6.10
24712026-07-08T02:26:20.358Z Checking zstd-safe v7.2.4
24722026-07-08T02:26:20.469Z Checking heapless v0.7.17
24732026-07-08T02:26:20.512Z Checking goblin v0.8.2
24742026-07-08T02:26:20.646Z Checking rand v0.8.6
24752026-07-08T02:26:20.873Z Checking anstream v1.0.0
24762026-07-08T02:26:20.904Z Compiling iddqd v0.4.2
24772026-07-08T02:26:20.943Z Checking flate2 v1.1.9
24782026-07-08T02:26:21.011Z Checking dof v0.4.0
24792026-07-08T02:26:21.054Z Checking hyper-util v0.1.20
24802026-07-08T02:26:21.066Z Checking inout v0.2.2
24812026-07-08T02:26:21.151Z Checking cookie v0.18.1
24822026-07-08T02:26:21.202Z Checking oxnet v0.1.6
24832026-07-08T02:26:21.230Z Checking tokio-rustls v0.26.4
24842026-07-08T02:26:21.362Z Checking dtrace-parser v0.3.0
24852026-07-08T02:26:21.375Z Checking phf_shared v0.13.1
24862026-07-08T02:26:21.450Z Checking lazy_static v1.5.0
24872026-07-08T02:26:21.453Z Checking anstyle-parse v0.2.7
24882026-07-08T02:26:21.545Z Checking zerocopy v0.7.35
24892026-07-08T02:26:21.560Z Checking pin-project v1.1.11
24902026-07-08T02:26:21.592Z Checking bzip2-sys v0.1.13+1.0.8
24912026-07-08T02:26:21.595Z Checking signal-hook v0.3.18
24922026-07-08T02:26:21.624Z Checking futures-executor v0.3.32
24932026-07-08T02:26:21.646Z Checking terminal_size v0.4.3
24942026-07-08T02:26:21.671Z Checking hex v0.4.3
24952026-07-08T02:26:21.755Z Checking ff v0.13.1
24962026-07-08T02:26:21.765Z Checking thread-id v5.1.0
24972026-07-08T02:26:21.781Z Checking winnow v0.5.40
24982026-07-08T02:26:21.836Z Checking foldhash v0.2.0
24992026-07-08T02:26:21.876Z Checking either v1.15.0
25002026-07-08T02:26:21.891Z Checking bumpalo v3.20.2
25012026-07-08T02:26:21.984Z Checking base16ct v0.2.0
25022026-07-08T02:26:22.024Z Checking bitflags v1.3.2
25032026-07-08T02:26:22.060Z Checking same-file v1.0.6
25042026-07-08T02:26:22.086Z Checking foldhash v0.1.5
25052026-07-08T02:26:22.097Z Checking managed v0.8.0
25062026-07-08T02:26:22.109Z Checking libbz2-rs-sys v0.2.2
25072026-07-08T02:26:22.161Z Checking strsim v0.11.1
25082026-07-08T02:26:22.172Z Compiling rayon-core v1.13.0
25092026-07-08T02:26:22.210Z Checking clap_lex v1.0.0
25102026-07-08T02:26:22.271Z Checking smoltcp v0.9.1
25112026-07-08T02:26:22.316Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25122026-07-08T02:26:22.330Z Checking hyper-tls v0.6.0
25132026-07-08T02:26:22.355Z Checking clap_builder v4.6.0
25142026-07-08T02:26:22.380Z Checking hyper-rustls v0.27.7
25152026-07-08T02:26:22.397Z Checking dof v0.3.0
25162026-07-08T02:26:22.491Z Checking reqwest v0.12.28
25172026-07-08T02:26:22.502Z Checking bzip2 v0.6.1
25182026-07-08T02:26:22.517Z Checking hashbrown v0.15.5
25192026-07-08T02:26:22.578Z Checking walkdir v2.5.0
25202026-07-08T02:26:22.655Z Checking sec1 v0.7.3
25212026-07-08T02:26:22.674Z Checking zopfli v0.8.3
25222026-07-08T02:26:22.733Z Checking hashbrown v0.16.1
25232026-07-08T02:26:22.850Z Checking group v0.13.0
25242026-07-08T02:26:22.866Z Checking usdt-impl v0.6.0
25252026-07-08T02:26:22.946Z Checking toml_edit v0.19.15
25262026-07-08T02:26:22.971Z Checking signal-hook-mio v0.2.5
25272026-07-08T02:26:22.988Z Checking futures v0.3.32
25282026-07-08T02:26:22.999Z Checking bzip2 v0.4.4
25292026-07-08T02:26:23.061Z Checking snafu v0.8.9
25302026-07-08T02:26:23.071Z Checking anstream v0.6.21
25312026-07-08T02:26:23.139Z Checking phf v0.13.1
25322026-07-08T02:26:23.152Z Checking num-bigint-dig v0.8.6
25332026-07-08T02:26:23.239Z Checking cookie_store v0.22.1
25342026-07-08T02:26:23.256Z Checking cipher v0.5.2
25352026-07-08T02:26:23.281Z Checking postgres-types v0.2.12
25362026-07-08T02:26:23.293Z Checking zstd v0.13.3
25372026-07-08T02:26:23.454Z Checking ed25519 v2.2.3
25382026-07-08T02:26:23.475Z Checking dtrace-parser v0.2.0
25392026-07-08T02:26:23.485Z Checking rustls-platform-verifier v0.6.2
25402026-07-08T02:26:23.565Z Checking globset v0.4.18
25412026-07-08T02:26:23.583Z Checking crossbeam-deque v0.8.6
25422026-07-08T02:26:23.604Z Checking regex v1.12.3
25432026-07-08T02:26:23.614Z Checking phf_shared v0.11.3
25442026-07-08T02:26:23.629Z Checking hkdf v0.12.4
25452026-07-08T02:26:23.702Z Checking olpc-cjson v0.1.4
25462026-07-08T02:26:23.748Z Checking ref-cast v1.0.25
25472026-07-08T02:26:23.752Z Checking curve25519-dalek v4.1.3
25482026-07-08T02:26:23.752Z Checking strum v0.27.2
25492026-07-08T02:26:23.808Z Checking pkcs1 v0.7.5
25502026-07-08T02:26:23.832Z Checking hubpack v0.1.2
25512026-07-08T02:26:23.844Z Checking memoffset v0.9.1
25522026-07-08T02:26:23.861Z Checking rustix v0.38.44
25532026-07-08T02:26:23.873Z Checking pem v3.0.6
25542026-07-08T02:26:23.914Z Checking float-cmp v0.10.0
25552026-07-08T02:26:23.956Z Checking serde_plain v1.0.2
25562026-07-08T02:26:23.988Z Checking erased-serde v0.3.31
25572026-07-08T02:26:23.992Z Checking serde-big-array v0.5.1
25582026-07-08T02:26:24.013Z Checking crypto-bigint v0.5.5
25592026-07-08T02:26:24.030Z Checking thread-id v4.2.2
25602026-07-08T02:26:24.033Z Checking memmap2 v0.9.10
25612026-07-08T02:26:24.091Z Checking env_filter v1.0.0
25622026-07-08T02:26:24.094Z Checking new_debug_unreachable v1.0.6
25632026-07-08T02:26:24.121Z Checking precomputed-hash v0.1.1
25642026-07-08T02:26:24.164Z Checking normalize-line-endings v0.3.0
25652026-07-08T02:26:24.184Z Checking whoami v2.1.0
25662026-07-08T02:26:24.196Z Checking keccak v0.1.6
25672026-07-08T02:26:24.227Z Checking const-oid v0.10.2
25682026-07-08T02:26:24.244Z Checking data-encoding v2.10.0
25692026-07-08T02:26:24.348Z Checking fixedbitset v0.4.2
25702026-07-08T02:26:24.364Z Checking typed-path v0.9.3
25712026-07-08T02:26:24.364Z Checking winnow v0.7.14
25722026-07-08T02:26:24.386Z Checking jiff v0.2.21
25732026-07-08T02:26:24.487Z Checking unicode-segmentation v1.12.0
25742026-07-08T02:26:24.508Z Checking cpufeatures v0.3.0
25752026-07-08T02:26:24.540Z Checking toml_write v0.1.2
25762026-07-08T02:26:24.579Z Checking winnow v1.0.3
25772026-07-08T02:26:24.673Z Checking static_assertions v1.1.0
25782026-07-08T02:26:24.701Z Checking difflib v0.4.0
25792026-07-08T02:26:24.741Z Checking predicates-core v1.0.10
25802026-07-08T02:26:24.810Z Checking fixedbitset v0.5.7
25812026-07-08T02:26:24.876Z Checking similar v2.7.0
25822026-07-08T02:26:24.879Z Checking predicates v3.1.4
25832026-07-08T02:26:24.879Z Checking toml_parser v1.1.2+spec-1.1.0
25842026-07-08T02:26:24.910Z Checking elliptic-curve v0.13.8
25852026-07-08T02:26:25.001Z Checking petgraph v0.8.3
25862026-07-08T02:26:25.155Z Checking tough v0.22.0
25872026-07-08T02:26:25.169Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25882026-07-08T02:26:25.219Z Checking crossterm v0.28.1
25892026-07-08T02:26:25.219Z Checking chacha20 v0.10.0
25902026-07-08T02:26:25.273Z Checking ed25519-dalek v2.2.0
25912026-07-08T02:26:25.475Z Checking hickory-proto v0.25.2
25922026-07-08T02:26:25.498Z Checking petgraph v0.6.5
25932026-07-08T02:26:25.569Z Checking toml_edit v0.22.27
25942026-07-08T02:26:25.911Z Checking digest v0.11.3
25952026-07-08T02:26:26.090Z Checking slog v2.8.2
25962026-07-08T02:26:26.347Z Checking tokio-postgres v0.7.16
25972026-07-08T02:26:26.569Z Checking sha3 v0.10.8
25982026-07-08T02:26:26.619Z Checking zip v4.6.1
25992026-07-08T02:26:26.649Z Checking env_logger v0.11.9
26002026-07-08T02:26:26.727Z Checking string_cache v0.8.9
26012026-07-08T02:26:26.769Z Checking usdt v0.6.0
26022026-07-08T02:26:26.829Z Checking usdt-impl v0.5.0
26032026-07-08T02:26:26.891Z Checking rsa v0.9.10
26042026-07-08T02:26:26.930Z Checking toml v0.7.8
26052026-07-08T02:26:27.098Z Checking nix v0.31.2
26062026-07-08T02:26:27.230Z Checking reqwest v0.13.2
26072026-07-08T02:26:27.351Z Checking clap v4.6.1
26082026-07-08T02:26:27.426Z Checking zip v0.6.6
26092026-07-08T02:26:27.454Z Checking itertools v0.13.0
26102026-07-08T02:26:27.492Z Checking serde_with v3.17.0
26112026-07-08T02:26:27.598Z Checking strum v0.26.3
26122026-07-08T02:26:27.704Z Checking fs-err v3.3.0
26132026-07-08T02:26:27.747Z Checking ahash v0.8.12
26142026-07-08T02:26:27.939Z Checking tokio-stream v0.1.18
26152026-07-08T02:26:28.002Z Checking object v0.37.3
26162026-07-08T02:26:28.059Z Checking buf-list v1.1.2
26172026-07-08T02:26:28.074Z Checking camino v1.2.2
26182026-07-08T02:26:28.227Z Checking anyhow v1.0.102
26192026-07-08T02:26:28.235Z Checking x509-cert v0.2.5
26202026-07-08T02:26:28.278Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26212026-07-08T02:26:28.313Z Checking openapiv3 v2.2.0
26222026-07-08T02:26:28.318Z Checking lalrpop-util v0.19.12
26232026-07-08T02:26:28.415Z Checking peg-runtime v0.8.5
26242026-07-08T02:26:28.469Z Checking rayon v1.11.0
26252026-07-08T02:26:28.480Z Checking sigpipe v0.1.3
26262026-07-08T02:26:28.527Z Checking glob v0.3.3
26272026-07-08T02:26:30.157Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26282026-07-08T02:26:30.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.89s
26292026-07-08T02:26:30.573Z
26302026-07-08T02:26:30.573Zinfo: running `cargo check --bins` on internal-dns-types (77/300)
26312026-07-08T02:26:31.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322026-07-08T02:26:31.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332026-07-08T02:26:31.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26342026-07-08T02:26:31.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26352026-07-08T02:26:31.099Z
26362026-07-08T02:26:31.099Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/300)
26372026-07-08T02:26:31.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382026-07-08T02:26:31.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392026-07-08T02:26:31.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26402026-07-08T02:26:31.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26412026-07-08T02:26:31.624Z
26422026-07-08T02:26:31.624Zinfo: running `cargo check --bins` on nexus-types-versions (79/300)
26432026-07-08T02:26:32.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26442026-07-08T02:26:32.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26452026-07-08T02:26:32.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26462026-07-08T02:26:32.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26472026-07-08T02:26:32.161Z
26482026-07-08T02:26:32.161Zinfo: running `cargo check --bins` on oxql-types (80/300)
26492026-07-08T02:26:32.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502026-07-08T02:26:32.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512026-07-08T02:26:32.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26522026-07-08T02:26:32.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26532026-07-08T02:26:32.684Z
26542026-07-08T02:26:32.684Zinfo: running `cargo check --bins` on oximeter-types (81/300)
26552026-07-08T02:26:33.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562026-07-08T02:26:33.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572026-07-08T02:26:33.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26582026-07-08T02:26:33.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26592026-07-08T02:26:33.204Z
26602026-07-08T02:26:33.205Zinfo: running `cargo check --bins` on oximeter-types-versions (82/300)
26612026-07-08T02:26:33.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26622026-07-08T02:26:33.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26632026-07-08T02:26:33.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26642026-07-08T02:26:33.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26652026-07-08T02:26:33.728Z
26662026-07-08T02:26:33.728Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/300)
26672026-07-08T02:26:34.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26682026-07-08T02:26:34.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26692026-07-08T02:26:34.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26702026-07-08T02:26:34.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26712026-07-08T02:26:34.234Z
26722026-07-08T02:26:34.237Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/300)
26732026-07-08T02:26:34.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26742026-07-08T02:26:34.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26752026-07-08T02:26:34.858Z Compiling structmeta-derive v0.3.0
26762026-07-08T02:26:34.973Z Compiling multer v3.1.0
26772026-07-08T02:26:34.986Z Compiling async-stream-impl v0.3.6
26782026-07-08T02:26:34.992Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26792026-07-08T02:26:35.004Z Compiling dropshot v0.17.1
26802026-07-08T02:26:35.019Z Compiling newtype-uuid-macros v0.1.0
26812026-07-08T02:26:35.019Z Compiling dropshot_endpoint v0.17.1
26822026-07-08T02:26:35.043Z Checking newtype-uuid v1.3.2
26832026-07-08T02:26:35.212Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26842026-07-08T02:26:35.232Z Checking daft v0.1.7
26852026-07-08T02:26:35.276Z Checking thread_local v1.1.9
26862026-07-08T02:26:35.370Z Checking match_cfg v0.1.0
26872026-07-08T02:26:35.435Z Checking compression-core v0.4.31
26882026-07-08T02:26:35.452Z Checking hostname v0.3.1
26892026-07-08T02:26:35.466Z Checking iddqd v0.4.2
26902026-07-08T02:26:35.546Z Checking crossbeam-channel v0.5.15
26912026-07-08T02:26:35.559Z Checking compression-codecs v0.4.37
26922026-07-08T02:26:35.562Z Checking atomicwrites v0.4.4
26932026-07-08T02:26:35.616Z Checking slog-json v2.6.1
26942026-07-08T02:26:35.702Z Checking toml_datetime v1.1.1+spec-1.1.0
26952026-07-08T02:26:35.722Z Checking serde_spanned v1.1.1
26962026-07-08T02:26:35.766Z Checking is-terminal v0.4.17
26972026-07-08T02:26:35.779Z Checking toml_writer v1.1.1+spec-1.1.0
26982026-07-08T02:26:35.846Z Checking debug-ignore v1.0.5
26992026-07-08T02:26:35.859Z Checking take_mut v0.2.2
27002026-07-08T02:26:35.872Z Checking term v1.2.1
27012026-07-08T02:26:35.883Z Checking slog-bunyan v2.5.0
27022026-07-08T02:26:35.940Z Checking async-compression v0.4.41
27032026-07-08T02:26:35.953Z Checking toml v1.1.2+spec-1.1.0
27042026-07-08T02:26:35.963Z Checking slog-async v2.8.0
27052026-07-08T02:26:35.988Z Checking async-stream v0.3.6
27062026-07-08T02:26:36.016Z Compiling structmeta v0.3.0
27072026-07-08T02:26:36.084Z Checking slog-term v2.9.2
27082026-07-08T02:26:36.110Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27092026-07-08T02:26:36.126Z Checking progenitor-client v0.14.0
27102026-07-08T02:26:36.173Z Checking sha1 v0.11.0
27112026-07-08T02:26:36.210Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27122026-07-08T02:26:36.223Z Compiling derive-ex v0.1.8
27132026-07-08T02:26:36.334Z Compiling parse-display-derive v0.10.0
27142026-07-08T02:26:36.347Z Checking waitgroup v0.1.2
27152026-07-08T02:26:36.369Z Checking rustls-pemfile v2.2.0
27162026-07-08T02:26:36.381Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27172026-07-08T02:26:36.448Z Checking backon v1.6.0
27182026-07-08T02:26:36.463Z Checking serde_path_to_error v0.1.20
27192026-07-08T02:26:36.500Z Checking hostname v0.4.2
27202026-07-08T02:26:36.528Z Checking instant v0.1.13
27212026-07-08T02:26:36.605Z Checking progenitor-extras v0.2.0
27222026-07-08T02:26:36.616Z Checking backoff v0.4.0
27232026-07-08T02:26:36.725Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27242026-07-08T02:26:36.781Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27252026-07-08T02:26:36.795Z Checking itertools v0.14.0
27262026-07-08T02:26:36.810Z Checking regress v0.10.5
27272026-07-08T02:26:36.936Z Checking macaddr v1.0.1
27282026-07-08T02:26:37.264Z Checking humantime v2.3.0
27292026-07-08T02:26:37.884Z Compiling test-strategy v0.4.5
27302026-07-08T02:26:38.016Z Checking parse-display v0.10.0
27312026-07-08T02:26:38.392Z Compiling prettyplease v0.2.37
27322026-07-08T02:26:38.646Z Checking num-rational v0.4.2
27332026-07-08T02:26:38.840Z Checking num-complex v0.4.6
27342026-07-08T02:26:39.291Z Compiling num v0.4.3
27352026-07-08T02:26:39.358Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27362026-07-08T02:26:39.383Z Compiling usdt-attr-macro v0.5.0
27372026-07-08T02:26:39.396Z Compiling usdt-macro v0.5.0
27382026-07-08T02:26:39.506Z Checking memmap v0.7.0
27392026-07-08T02:26:39.639Z Compiling float-ord v0.3.2
27402026-07-08T02:26:39.724Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27412026-07-08T02:26:39.896Z Checking unicode-width v0.2.0
27422026-07-08T02:26:39.918Z Compiling convert_case v0.4.0
27432026-07-08T02:26:40.145Z Checking console v0.15.11
27442026-07-08T02:26:40.172Z Checking newline-converter v0.3.0
27452026-07-08T02:26:40.194Z Checking usdt v0.5.0
27462026-07-08T02:26:40.277Z Compiling toml v0.8.23
27472026-07-08T02:26:40.302Z Compiling derive_more v0.99.20
27482026-07-08T02:26:40.356Z Compiling minimal-lexical v0.2.1
27492026-07-08T02:26:40.427Z Checking linked-hash-map v0.5.6
27502026-07-08T02:26:40.598Z Checking lru-cache v0.1.2
27512026-07-08T02:26:40.610Z Compiling nom v7.1.3
27522026-07-08T02:26:40.716Z Checking expectorate v1.2.0
27532026-07-08T02:26:41.107Z Checking camino-tempfile v1.4.1
27542026-07-08T02:26:41.222Z Checking hickory-proto v0.24.4
27552026-07-08T02:26:41.270Z Checking phf_shared v0.12.1
27562026-07-08T02:26:41.359Z Compiling slog-dtrace v0.3.0
27572026-07-08T02:26:41.409Z Compiling chrono-tz v0.10.4
27582026-07-08T02:26:41.598Z Compiling unicode-xid v0.2.6
27592026-07-08T02:26:41.723Z Checking resolv-conf v0.7.6
27602026-07-08T02:26:41.841Z Checking heck v0.5.0
27612026-07-08T02:26:41.907Z Compiling const_format_proc_macros v0.2.34
27622026-07-08T02:26:41.958Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27632026-07-08T02:26:42.036Z Checking phf v0.12.1
27642026-07-08T02:26:42.177Z Checking tokio-dtrace v0.1.1
27652026-07-08T02:26:42.361Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27662026-07-08T02:26:42.448Z Compiling derive-where v1.6.0
27672026-07-08T02:26:42.740Z Checking highway v1.3.0
27682026-07-08T02:26:42.882Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27692026-07-08T02:26:42.898Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27702026-07-08T02:26:42.963Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27712026-07-08T02:26:43.003Z Checking hickory-resolver v0.24.4
27722026-07-08T02:26:43.454Z Checking const_format v0.2.35
27732026-07-08T02:26:43.700Z Checking oxide-tokio-rt v0.1.4
27742026-07-08T02:26:43.777Z Checking qorb v0.4.1
27752026-07-08T02:26:44.086Z Checking gethostname v0.5.0
27762026-07-08T02:26:44.129Z Checking bcs v0.1.6
27772026-07-08T02:26:44.171Z Checking termtree v0.5.1
27782026-07-08T02:26:44.349Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27792026-07-08T02:26:44.371Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27802026-07-08T02:26:44.599Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27812026-07-08T02:26:44.603Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27822026-07-08T02:26:47.558Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27832026-07-08T02:26:49.931Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27842026-07-08T02:26:52.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.78s
27852026-07-08T02:26:52.187Z
27862026-07-08T02:26:52.188Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/300)
27872026-07-08T02:26:52.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882026-07-08T02:26:52.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892026-07-08T02:26:52.800Z Compiling ar_archive_writer v0.5.1
27902026-07-08T02:26:52.908Z Compiling stacker v0.1.23
27912026-07-08T02:26:52.915Z Compiling cfg_aliases v0.1.1
27922026-07-08T02:26:52.922Z Compiling convert_case v0.10.0
27932026-07-08T02:26:52.926Z Checking unicode-width v0.1.14
27942026-07-08T02:26:52.934Z Compiling proc-macro-error v1.0.4
27952026-07-08T02:26:52.944Z Checking fd-lock v4.0.4
27962026-07-08T02:26:52.944Z Checking nibble_vec v0.1.0
27972026-07-08T02:26:52.966Z Compiling nix v0.28.0
27982026-07-08T02:26:53.053Z Checking vte v0.14.1
27992026-07-08T02:26:53.065Z Compiling recursive-proc-macro-impl v0.1.1
28002026-07-08T02:26:53.161Z Checking bytecount v0.6.9
28012026-07-08T02:26:53.174Z Checking endian-type v0.1.2
28022026-07-08T02:26:53.198Z Checking strip-ansi-escapes v0.2.1
28032026-07-08T02:26:53.208Z Compiling derive_more-impl v2.1.1
28042026-07-08T02:26:53.220Z Compiling tabled_derive v0.7.0
28052026-07-08T02:26:53.250Z Checking papergrid v0.11.0
28062026-07-08T02:26:53.286Z Checking radix_trie v0.2.1
28072026-07-08T02:26:53.301Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28082026-07-08T02:26:53.464Z Compiling peg-macros v0.8.5
28092026-07-08T02:26:53.485Z Checking winnow v0.6.26
28102026-07-08T02:26:53.714Z Compiling psm v0.1.30
28112026-07-08T02:26:53.781Z Compiling sqlparser_derive v0.5.0
28122026-07-08T02:26:53.848Z Checking nu-ansi-term v0.50.3
28132026-07-08T02:26:54.004Z Checking derive_more v2.1.1
28142026-07-08T02:26:54.052Z Checking home v0.5.12
28152026-07-08T02:26:54.079Z Checking unicode_categories v0.1.1
28162026-07-08T02:26:54.153Z Checking crossterm v0.29.0
28172026-07-08T02:26:54.166Z Checking tabled v0.15.0
28182026-07-08T02:26:54.226Z Checking reedline v0.40.0
28192026-07-08T02:26:54.238Z Checking rustyline v14.0.0
28202026-07-08T02:26:54.477Z Checking recursive v0.1.1
28212026-07-08T02:26:54.560Z Checking display-error-chain v0.2.2
28222026-07-08T02:26:54.573Z Checking sqlparser v0.61.0
28232026-07-08T02:26:54.662Z Checking sqlformat v0.3.5
28242026-07-08T02:26:54.843Z Checking peg v0.8.5
28252026-07-08T02:27:05.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.50s
28262026-07-08T02:27:05.859Z
28272026-07-08T02:27:05.859Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/300)
28282026-07-08T02:27:06.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292026-07-08T02:27:06.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302026-07-08T02:27:06.470Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28312026-07-08T02:27:09.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
28322026-07-08T02:27:10.052Z
28332026-07-08T02:27:10.052Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/300)
28342026-07-08T02:27:10.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352026-07-08T02:27:10.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362026-07-08T02:27:10.665Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28372026-07-08T02:27:13.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
28382026-07-08T02:27:13.272Z
28392026-07-08T02:27:13.272Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/300)
28402026-07-08T02:27:13.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-07-08T02:27:13.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-07-08T02:27:13.883Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28432026-07-08T02:27:17.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.81s
28442026-07-08T02:27:17.261Z
28452026-07-08T02:27:17.261Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/300)
28462026-07-08T02:27:17.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-07-08T02:27:17.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-07-08T02:27:17.877Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28492026-07-08T02:27:21.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
28502026-07-08T02:27:21.318Z
28512026-07-08T02:27:21.318Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/300)
28522026-07-08T02:27:21.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-07-08T02:27:21.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-07-08T02:27:21.930Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28552026-07-08T02:27:24.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
28562026-07-08T02:27:24.684Z
28572026-07-08T02:27:24.684Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/300)
28582026-07-08T02:27:25.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592026-07-08T02:27:25.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602026-07-08T02:27:25.294Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28612026-07-08T02:27:27.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
28622026-07-08T02:27:28.064Z
28632026-07-08T02:27:28.064Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/300)
28642026-07-08T02:27:28.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-07-08T02:27:28.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-07-08T02:27:28.673Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28672026-07-08T02:27:32.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s
28682026-07-08T02:27:32.230Z
28692026-07-08T02:27:32.230Zinfo: running `cargo check --bins` on oximeter (93/300)
28702026-07-08T02:27:32.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-07-08T02:27:32.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-07-08T02:27:32.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28732026-07-08T02:27:32.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28742026-07-08T02:27:32.755Z
28752026-07-08T02:27:32.755Zinfo: running `cargo check --bins` on oximeter-schema (94/300)
28762026-07-08T02:27:33.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772026-07-08T02:27:33.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782026-07-08T02:27:33.325Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28792026-07-08T02:27:33.483Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28802026-07-08T02:27:33.486Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28812026-07-08T02:27:33.829Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28822026-07-08T02:27:36.338Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28832026-07-08T02:27:37.540Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28842026-07-08T02:27:37.735Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28852026-07-08T02:27:38.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.61s
28862026-07-08T02:27:38.551Z
28872026-07-08T02:27:38.551Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/300)
28882026-07-08T02:27:38.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892026-07-08T02:27:38.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902026-07-08T02:27:38.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912026-07-08T02:27:38.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28922026-07-08T02:27:39.065Z
28932026-07-08T02:27:39.065Zinfo: running `cargo check --bins` on oximeter-test-utils (96/300)
28942026-07-08T02:27:39.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-07-08T02:27:39.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-07-08T02:27:39.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972026-07-08T02:27:39.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28982026-07-08T02:27:39.629Z
28992026-07-08T02:27:39.629Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/300)
29002026-07-08T02:27:40.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-07-08T02:27:40.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-07-08T02:27:40.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032026-07-08T02:27:40.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29042026-07-08T02:27:40.162Z
29052026-07-08T02:27:40.162Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/300)
29062026-07-08T02:27:40.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-07-08T02:27:40.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-07-08T02:27:40.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092026-07-08T02:27:40.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29102026-07-08T02:27:40.694Z
29112026-07-08T02:27:40.694Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/300)
29122026-07-08T02:27:41.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-07-08T02:27:41.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-07-08T02:27:41.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-07-08T02:27:41.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29162026-07-08T02:27:41.234Z
29172026-07-08T02:27:41.234Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/300)
29182026-07-08T02:27:41.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-07-08T02:27:41.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-07-08T02:27:41.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-07-08T02:27:41.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29222026-07-08T02:27:41.761Z
29232026-07-08T02:27:41.761Zinfo: running `cargo check --bins` on trust-quorum-types (101/300)
29242026-07-08T02:27:42.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-07-08T02:27:42.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-07-08T02:27:42.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-07-08T02:27:42.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29282026-07-08T02:27:42.274Z
29292026-07-08T02:27:42.274Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/300)
29302026-07-08T02:27:42.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-07-08T02:27:42.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-07-08T02:27:42.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332026-07-08T02:27:42.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29342026-07-08T02:27:42.809Z
29352026-07-08T02:27:42.809Zinfo: running `cargo check --bins` on update-engine (103/300)
29362026-07-08T02:27:43.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-07-08T02:27:43.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-07-08T02:27:43.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29392026-07-08T02:27:43.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29402026-07-08T02:27:43.322Z
29412026-07-08T02:27:43.322Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/300)
29422026-07-08T02:27:43.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29432026-07-08T02:27:43.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29442026-07-08T02:27:43.977Z Compiling proc-macro-crate v1.3.1
29452026-07-08T02:27:43.981Z Compiling crucible-workspace-hack v0.1.0
29462026-07-08T02:27:44.101Z Checking secrecy v0.10.3
29472026-07-08T02:27:44.107Z Compiling heapless v0.8.0
29482026-07-08T02:27:44.113Z Compiling ingot-macros v0.1.1
29492026-07-08T02:27:44.122Z Checking hash32 v0.3.1
29502026-07-08T02:27:44.125Z Checking inout v0.1.4
29512026-07-08T02:27:44.144Z Compiling smoltcp v0.11.0
29522026-07-08T02:27:44.192Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29532026-07-08T02:27:44.235Z Checking cobs v0.3.0
29542026-07-08T02:27:44.257Z Checking cipher v0.4.4
29552026-07-08T02:27:44.351Z Checking universal-hash v0.5.1
29562026-07-08T02:27:44.370Z Compiling thiserror-impl-no-std v2.0.2
29572026-07-08T02:27:44.417Z Checking half v2.7.1
29582026-07-08T02:27:44.446Z Checking ciborium-io v0.2.2
29592026-07-08T02:27:44.468Z Checking opaque-debug v0.3.1
29602026-07-08T02:27:44.471Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29612026-07-08T02:27:44.510Z Compiling num_enum_derive v0.7.6
29622026-07-08T02:27:44.532Z Checking poly1305 v0.8.0
29632026-07-08T02:27:44.540Z Checking chacha20 v0.9.1
29642026-07-08T02:27:44.676Z Checking ciborium-ll v0.2.2
29652026-07-08T02:27:44.692Z Checking postcard v1.1.3
29662026-07-08T02:27:44.768Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29672026-07-08T02:27:44.819Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29682026-07-08T02:27:44.856Z Checking password-hash v0.5.0
29692026-07-08T02:27:44.987Z Checking blake2 v0.10.6
29702026-07-08T02:27:45.080Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29712026-07-08T02:27:45.096Z Checking aead v0.5.2
29722026-07-08T02:27:45.187Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29732026-07-08T02:27:45.229Z Compiling foreign-types-macros v0.2.3
29742026-07-08T02:27:45.241Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29752026-07-08T02:27:45.310Z Checking foreign-types-shared v0.3.1
29762026-07-08T02:27:45.388Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29772026-07-08T02:27:45.401Z Checking chacha20poly1305 v0.10.1
29782026-07-08T02:27:45.490Z Checking argon2 v0.5.3
29792026-07-08T02:27:45.524Z Checking ciborium v0.2.2
29802026-07-08T02:27:45.556Z Checking thiserror-no-std v2.0.2
29812026-07-08T02:27:45.605Z Checking num_enum v0.7.6
29822026-07-08T02:27:45.639Z Checking vsss-rs v3.3.4
29832026-07-08T02:27:45.818Z Compiling num_enum_derive v0.5.11
29842026-07-08T02:27:45.832Z Checking foreign-types v0.5.0
29852026-07-08T02:27:45.904Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29862026-07-08T02:27:45.944Z Checking tabwriter v1.4.1
29872026-07-08T02:27:45.957Z Checking byte-wrapper v0.1.0
29882026-07-08T02:27:46.084Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29892026-07-08T02:27:46.140Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29902026-07-08T02:27:46.155Z Checking cstr-argument v0.1.2
29912026-07-08T02:27:46.183Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29922026-07-08T02:27:46.270Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29932026-07-08T02:27:46.397Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29942026-07-08T02:27:46.433Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29952026-07-08T02:27:46.505Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29962026-07-08T02:27:46.586Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29972026-07-08T02:27:46.608Z Checking rand v0.10.1
29982026-07-08T02:27:46.625Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29992026-07-08T02:27:46.741Z Checking indent_write v2.2.0
30002026-07-08T02:27:46.763Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30012026-07-08T02:27:46.850Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30022026-07-08T02:27:46.862Z Checking num_enum v0.5.11
30032026-07-08T02:27:46.865Z Checking colored v3.1.1
30042026-07-08T02:27:46.917Z Checking ingot-types v0.1.2
30052026-07-08T02:27:46.936Z Compiling zone_cfg_derive v0.3.1
30062026-07-08T02:27:46.954Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30072026-07-08T02:27:46.967Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30082026-07-08T02:27:47.011Z Checking itertools v0.12.1
30092026-07-08T02:27:47.065Z Compiling num-derive v0.4.2
30102026-07-08T02:27:47.114Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30112026-07-08T02:27:47.127Z Checking swrite v0.1.0
30122026-07-08T02:27:47.272Z Checking ingot v0.1.1
30132026-07-08T02:27:47.323Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30142026-07-08T02:27:47.359Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30152026-07-08T02:27:47.480Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30162026-07-08T02:27:47.510Z Checking dropshot-api-manager-types v0.7.2
30172026-07-08T02:27:47.574Z Checking smf v0.2.3
30182026-07-08T02:27:47.589Z Checking nanorand v0.7.0
30192026-07-08T02:27:47.671Z Checking whoami v1.6.1
30202026-07-08T02:27:47.779Z Checking flume v0.11.1
30212026-07-08T02:27:47.801Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30222026-07-08T02:27:47.862Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30232026-07-08T02:27:47.987Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30242026-07-08T02:27:48.005Z Checking zone v0.3.1
30252026-07-08T02:27:48.764Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30262026-07-08T02:27:49.707Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30272026-07-08T02:27:50.592Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30282026-07-08T02:27:54.040Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30292026-07-08T02:27:56.070Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30302026-07-08T02:27:57.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.81s
30312026-07-08T02:27:57.309Z
30322026-07-08T02:27:57.309Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/300)
30332026-07-08T02:27:57.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342026-07-08T02:27:57.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352026-07-08T02:27:57.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30362026-07-08T02:27:57.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30372026-07-08T02:27:57.829Z
30382026-07-08T02:27:57.829Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/300)
30392026-07-08T02:27:58.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402026-07-08T02:27:58.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412026-07-08T02:27:58.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422026-07-08T02:27:58.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30432026-07-08T02:27:58.354Z
30442026-07-08T02:27:58.354Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/300)
30452026-07-08T02:27:58.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462026-07-08T02:27:58.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472026-07-08T02:27:58.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482026-07-08T02:27:58.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30492026-07-08T02:27:58.882Z
30502026-07-08T02:27:58.882Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/300)
30512026-07-08T02:27:59.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522026-07-08T02:27:59.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532026-07-08T02:27:59.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542026-07-08T02:27:59.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30552026-07-08T02:27:59.412Z
30562026-07-08T02:27:59.412Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/300)
30572026-07-08T02:27:59.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-07-08T02:27:59.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-07-08T02:27:59.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-07-08T02:27:59.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30612026-07-08T02:27:59.942Z
30622026-07-08T02:27:59.942Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/300)
30632026-07-08T02:28:00.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-07-08T02:28:00.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-07-08T02:28:00.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662026-07-08T02:28:00.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30672026-07-08T02:28:00.467Z
30682026-07-08T02:28:00.467Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/300)
30692026-07-08T02:28:00.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-07-08T02:28:00.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-07-08T02:28:00.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722026-07-08T02:28:00.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30732026-07-08T02:28:00.997Z
30742026-07-08T02:28:00.998Zinfo: running `cargo check --bins` on cockroach-admin-client (112/300)
30752026-07-08T02:28:01.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-07-08T02:28:01.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-07-08T02:28:01.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782026-07-08T02:28:01.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30792026-07-08T02:28:01.512Z
30802026-07-08T02:28:01.512Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/300)
30812026-07-08T02:28:01.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-07-08T02:28:01.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-07-08T02:28:01.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-07-08T02:28:01.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30852026-07-08T02:28:02.042Z
30862026-07-08T02:28:02.042Zinfo: running `cargo check --bins` on dns-service-client (114/300)
30872026-07-08T02:28:02.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-07-08T02:28:02.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-07-08T02:28:02.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902026-07-08T02:28:02.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30912026-07-08T02:28:02.565Z
30922026-07-08T02:28:02.566Zinfo: running `cargo check --bins` on installinator-client (115/300)
30932026-07-08T02:28:03.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-07-08T02:28:03.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-07-08T02:28:03.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-07-08T02:28:03.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30972026-07-08T02:28:03.092Z
30982026-07-08T02:28:03.092Zinfo: running `cargo check --bins` on nexus-client (116/300)
30992026-07-08T02:28:03.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-07-08T02:28:03.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-07-08T02:28:03.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022026-07-08T02:28:03.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31032026-07-08T02:28:03.655Z
31042026-07-08T02:28:03.655Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/300)
31052026-07-08T02:28:04.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062026-07-08T02:28:04.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072026-07-08T02:28:04.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082026-07-08T02:28:04.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31092026-07-08T02:28:04.215Z
31102026-07-08T02:28:04.215Zinfo: running `cargo check --bins` on ntp-admin-client (118/300)
31112026-07-08T02:28:04.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122026-07-08T02:28:04.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132026-07-08T02:28:04.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142026-07-08T02:28:04.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31152026-07-08T02:28:04.727Z
31162026-07-08T02:28:04.727Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/300)
31172026-07-08T02:28:05.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182026-07-08T02:28:05.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192026-07-08T02:28:05.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202026-07-08T02:28:05.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31212026-07-08T02:28:05.242Z
31222026-07-08T02:28:05.242Zinfo: running `cargo check --bins` on oxide-client (120/300)
31232026-07-08T02:28:05.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-07-08T02:28:05.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-07-08T02:28:05.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262026-07-08T02:28:05.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31272026-07-08T02:28:05.760Z
31282026-07-08T02:28:05.760Zinfo: running `cargo check --bins` on oximeter-client (121/300)
31292026-07-08T02:28:06.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302026-07-08T02:28:06.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312026-07-08T02:28:06.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322026-07-08T02:28:06.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31332026-07-08T02:28:06.288Z
31342026-07-08T02:28:06.288Zinfo: running `cargo check --bins` on repo-depot-client (122/300)
31352026-07-08T02:28:06.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362026-07-08T02:28:06.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372026-07-08T02:28:06.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382026-07-08T02:28:06.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31392026-07-08T02:28:06.801Z
31402026-07-08T02:28:06.801Zinfo: running `cargo check --bins` on sled-agent-client (123/300)
31412026-07-08T02:28:07.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422026-07-08T02:28:07.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432026-07-08T02:28:07.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442026-07-08T02:28:07.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31452026-07-08T02:28:07.337Z
31462026-07-08T02:28:07.338Zinfo: running `cargo check --bins` on wicketd-client (124/300)
31472026-07-08T02:28:07.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482026-07-08T02:28:07.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492026-07-08T02:28:07.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31502026-07-08T02:28:07.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31512026-07-08T02:28:07.887Z
31522026-07-08T02:28:07.887Zinfo: running `cargo check --bins` on installinator-common (125/300)
31532026-07-08T02:28:08.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542026-07-08T02:28:08.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552026-07-08T02:28:08.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31562026-07-08T02:28:08.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31572026-07-08T02:28:08.428Z
31582026-07-08T02:28:08.428Zinfo: running `cargo check --bins` on installinator-common-versions (126/300)
31592026-07-08T02:28:08.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-07-08T02:28:08.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-07-08T02:28:08.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-07-08T02:28:08.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31632026-07-08T02:28:08.946Z
31642026-07-08T02:28:08.946Zinfo: running `cargo check --bins` on wicket-common (127/300)
31652026-07-08T02:28:09.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-07-08T02:28:09.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-07-08T02:28:09.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31682026-07-08T02:28:09.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31692026-07-08T02:28:09.486Z
31702026-07-08T02:28:09.486Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/300)
31712026-07-08T02:28:09.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722026-07-08T02:28:09.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732026-07-08T02:28:10.116Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31742026-07-08T02:28:10.228Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31752026-07-08T02:28:10.235Z Checking csv-core v0.1.13
31762026-07-08T02:28:10.242Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31772026-07-08T02:28:10.248Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31782026-07-08T02:28:10.256Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31792026-07-08T02:28:10.268Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31802026-07-08T02:28:10.278Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31812026-07-08T02:28:10.386Z Checking csv v1.4.0
31822026-07-08T02:28:10.412Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31832026-07-08T02:28:10.415Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31842026-07-08T02:28:10.450Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31852026-07-08T02:28:10.480Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31862026-07-08T02:28:10.718Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31872026-07-08T02:28:11.075Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31882026-07-08T02:28:11.078Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31892026-07-08T02:28:11.418Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31902026-07-08T02:28:17.400Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31912026-07-08T02:28:17.924Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31922026-07-08T02:28:20.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.75s
31932026-07-08T02:28:20.411Z
31942026-07-08T02:28:20.411Zinfo: running `cargo check --bins` on cockroach-admin-api (129/300)
31952026-07-08T02:28:20.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31962026-07-08T02:28:20.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31972026-07-08T02:28:20.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31982026-07-08T02:28:20.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31992026-07-08T02:28:20.937Z
32002026-07-08T02:28:20.937Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/300)
32012026-07-08T02:28:21.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022026-07-08T02:28:21.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032026-07-08T02:28:21.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042026-07-08T02:28:21.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32052026-07-08T02:28:21.542Z
32062026-07-08T02:28:21.542Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/300)
32072026-07-08T02:28:22.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082026-07-08T02:28:22.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092026-07-08T02:28:22.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32102026-07-08T02:28:22.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32112026-07-08T02:28:23.152Z
32122026-07-08T02:28:23.152Zinfo: running `cargo check --bins` on gateway-test-utils (132/300)
32132026-07-08T02:28:23.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142026-07-08T02:28:23.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152026-07-08T02:28:23.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32162026-07-08T02:28:23.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32172026-07-08T02:28:23.155Z
32182026-07-08T02:28:23.155Zinfo: running `cargo check --bins` on omicron-gateway (133/300)
32192026-07-08T02:28:23.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32202026-07-08T02:28:23.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32212026-07-08T02:28:23.426Z Compiling regress v0.11.1
32222026-07-08T02:28:23.567Z Compiling unsafe-libyaml v0.2.11
32232026-07-08T02:28:23.577Z Compiling semver v0.1.20
32242026-07-08T02:28:23.577Z Compiling radium v0.7.0
32252026-07-08T02:28:23.597Z Checking nom v8.0.0
32262026-07-08T02:28:23.597Z Compiling maybe-uninit v2.0.0
32272026-07-08T02:28:23.620Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=06bb62cc303fd86add35eee4a03291fd5932dbfb#06bb62cc)
32282026-07-08T02:28:23.704Z Checking tap v1.0.1
32292026-07-08T02:28:23.807Z Compiling rustc_version v0.1.7
32302026-07-08T02:28:23.851Z Checking wyz v0.5.1
32312026-07-08T02:28:23.935Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32322026-07-08T02:28:24.020Z Compiling newtype_derive v0.1.6
32332026-07-08T02:28:24.035Z Compiling zerocopy-derive v0.6.6
32342026-07-08T02:28:24.048Z Checking crc-catalog v2.4.0
32352026-07-08T02:28:24.133Z Compiling serde_yaml v0.9.34+deprecated
32362026-07-08T02:28:24.217Z Compiling cancel-safe-futures v0.1.5
32372026-07-08T02:28:24.292Z Checking funty v2.0.0
32382026-07-08T02:28:24.430Z Compiling packed_struct v0.10.1
32392026-07-08T02:28:24.599Z Compiling owo-colors v4.3.0
32402026-07-08T02:28:24.707Z Checking bitvec v1.0.1
32412026-07-08T02:28:24.894Z Checking zerocopy v0.6.6
32422026-07-08T02:28:25.004Z Checking typify-impl v0.6.2
32432026-07-08T02:28:25.070Z Checking crc v3.4.0
32442026-07-08T02:28:25.309Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32452026-07-08T02:28:25.480Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32462026-07-08T02:28:25.539Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=06bb62cc303fd86add35eee4a03291fd5932dbfb#06bb62cc)
32472026-07-08T02:28:25.571Z Compiling packed_struct_codegen v0.10.1
32482026-07-08T02:28:25.820Z Checking libsw-core v0.3.2
32492026-07-08T02:28:25.833Z Compiling bitfield-macros v0.19.4
32502026-07-08T02:28:25.962Z Compiling indexmap v1.9.3
32512026-07-08T02:28:26.033Z Checking nodrop v0.1.14
32522026-07-08T02:28:26.126Z Checking array-init v0.0.4
32532026-07-08T02:28:26.168Z Checking libsw v3.5.0
32542026-07-08T02:28:26.201Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32552026-07-08T02:28:26.316Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32562026-07-08T02:28:26.419Z Checking smallvec v0.6.14
32572026-07-08T02:28:26.488Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32582026-07-08T02:28:26.553Z Checking bitfield v0.19.4
32592026-07-08T02:28:26.753Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32602026-07-08T02:28:26.817Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32612026-07-08T02:28:26.838Z Checking hashbrown v0.12.3
32622026-07-08T02:28:26.872Z Checking linear-map v1.2.0
32632026-07-08T02:28:26.908Z Checking tagptr v0.2.0
32642026-07-08T02:28:27.038Z Checking base64 v0.21.7
32652026-07-08T02:28:27.051Z Checking unicode-linebreak v0.1.5
32662026-07-08T02:28:27.200Z Checking smawk v0.3.2
32672026-07-08T02:28:27.255Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32682026-07-08T02:28:27.271Z Checking ron v0.8.1
32692026-07-08T02:28:27.284Z Checking moka v0.12.13
32702026-07-08T02:28:27.324Z Checking textwrap v0.16.2
32712026-07-08T02:28:27.536Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32722026-07-08T02:28:27.558Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32732026-07-08T02:28:27.702Z Checking steno v0.4.1
32742026-07-08T02:28:27.717Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32752026-07-08T02:28:27.781Z Checking serde-hex v0.1.0
32762026-07-08T02:28:27.909Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32772026-07-08T02:28:28.065Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32782026-07-08T02:28:28.355Z Checking hashbrown v0.13.2
32792026-07-08T02:28:28.517Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32802026-07-08T02:28:28.627Z Checking crc-any v2.5.0
32812026-07-08T02:28:28.728Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32822026-07-08T02:28:28.767Z Checking hickory-resolver v0.25.2
32832026-07-08T02:28:28.794Z Checking object v0.30.4
32842026-07-08T02:28:28.826Z Checking sha1 v0.10.6
32852026-07-08T02:28:28.866Z Checking half v1.8.3
32862026-07-08T02:28:28.962Z Checking path-slash v0.1.5
32872026-07-08T02:28:29.052Z Checking utf-8 v0.7.6
32882026-07-08T02:28:29.065Z Checking void v1.0.2
32892026-07-08T02:28:29.167Z Checking lzss v0.8.2
32902026-07-08T02:28:29.184Z Checking tungstenite v0.23.0
32912026-07-08T02:28:29.253Z Checking serde_cbor v0.11.2
32922026-07-08T02:28:29.442Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32932026-07-08T02:28:29.490Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32942026-07-08T02:28:29.596Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32952026-07-08T02:28:29.608Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=06bb62cc303fd86add35eee4a03291fd5932dbfb#06bb62cc)
32962026-07-08T02:28:29.620Z Checking nix v0.27.1
32972026-07-08T02:28:29.644Z Checking kstat-rs v0.2.4
32982026-07-08T02:28:29.657Z Compiling typify-macro v0.6.2
32992026-07-08T02:28:29.713Z Checking fxhash v0.2.1
33002026-07-08T02:28:29.834Z Checking serde_bytes v0.11.19
33012026-07-08T02:28:29.867Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33022026-07-08T02:28:29.878Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33032026-07-08T02:28:29.878Z Checking tokio-tungstenite v0.23.1
33042026-07-08T02:28:30.010Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33052026-07-08T02:28:30.139Z Checking signal-hook-tokio v0.3.1
33062026-07-08T02:28:30.731Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33072026-07-08T02:28:30.984Z Compiling typify v0.6.2
33082026-07-08T02:28:31.058Z Compiling progenitor-impl v0.14.0
33092026-07-08T02:28:31.624Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33102026-07-08T02:28:31.922Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33112026-07-08T02:28:32.490Z Compiling progenitor-macro v0.14.0
33122026-07-08T02:28:34.787Z Checking progenitor v0.14.0
33132026-07-08T02:28:34.902Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=06bb62cc303fd86add35eee4a03291fd5932dbfb#06bb62cc)
33142026-07-08T02:28:34.905Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33152026-07-08T02:28:37.536Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33162026-07-08T02:28:45.916Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33172026-07-08T02:28:52.460Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33182026-07-08T02:28:53.810Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33192026-07-08T02:28:54.288Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33202026-07-08T02:28:56.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.60s
33212026-07-08T02:28:56.510Z
33222026-07-08T02:28:56.510Zinfo: running `cargo check --bins` on gateway-api (134/300)
33232026-07-08T02:28:56.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-07-08T02:28:56.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-07-08T02:28:56.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-07-08T02:28:56.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33272026-07-08T02:28:57.036Z
33282026-07-08T02:28:57.036Zinfo: running `cargo check --bins` on ipcc (135/300)
33292026-07-08T02:28:57.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-07-08T02:28:57.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-07-08T02:28:57.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-07-08T02:28:57.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33332026-07-08T02:28:57.559Z
33342026-07-08T02:28:57.559Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/300)
33352026-07-08T02:28:57.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-07-08T02:28:57.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-07-08T02:28:57.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-07-08T02:28:57.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33392026-07-08T02:28:58.069Z
33402026-07-08T02:28:58.069Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/300)
33412026-07-08T02:28:58.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-07-08T02:28:58.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-07-08T02:28:58.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-07-08T02:28:58.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33452026-07-08T02:28:58.617Z
33462026-07-08T02:28:58.617Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/300)
33472026-07-08T02:28:59.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-07-08T02:28:59.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-07-08T02:28:59.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-07-08T02:28:59.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33512026-07-08T02:28:59.142Z
33522026-07-08T02:28:59.142Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/300)
33532026-07-08T02:28:59.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-07-08T02:28:59.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-07-08T02:28:59.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-07-08T02:28:59.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33572026-07-08T02:28:59.670Z
33582026-07-08T02:28:59.671Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/300)
33592026-07-08T02:29:00.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-07-08T02:29:00.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-07-08T02:29:00.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-07-08T02:29:00.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33632026-07-08T02:29:00.197Z
33642026-07-08T02:29:00.197Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/300)
33652026-07-08T02:29:00.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-07-08T02:29:00.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-07-08T02:29:00.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-07-08T02:29:00.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33692026-07-08T02:29:00.744Z
33702026-07-08T02:29:00.744Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/300)
33712026-07-08T02:29:01.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-07-08T02:29:01.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-07-08T02:29:01.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-07-08T02:29:01.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33752026-07-08T02:29:01.277Z
33762026-07-08T02:29:01.277Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/300)
33772026-07-08T02:29:01.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-07-08T02:29:01.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-07-08T02:29:01.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-07-08T02:29:01.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33812026-07-08T02:29:01.810Z
33822026-07-08T02:29:01.810Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/300)
33832026-07-08T02:29:02.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-07-08T02:29:02.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-07-08T02:29:02.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-07-08T02:29:02.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33872026-07-08T02:29:02.341Z
33882026-07-08T02:29:02.341Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/300)
33892026-07-08T02:29:02.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-07-08T02:29:02.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-07-08T02:29:02.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-07-08T02:29:02.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33932026-07-08T02:29:02.872Z
33942026-07-08T02:29:02.872Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/300)
33952026-07-08T02:29:03.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-07-08T02:29:03.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-07-08T02:29:03.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-07-08T02:29:03.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33992026-07-08T02:29:03.402Z
34002026-07-08T02:29:03.402Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/300)
34012026-07-08T02:29:03.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-07-08T02:29:03.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-07-08T02:29:03.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-07-08T02:29:03.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34052026-07-08T02:29:03.932Z
34062026-07-08T02:29:03.932Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/300)
34072026-07-08T02:29:04.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-07-08T02:29:04.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-07-08T02:29:04.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-07-08T02:29:04.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34112026-07-08T02:29:04.481Z
34122026-07-08T02:29:04.481Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/300)
34132026-07-08T02:29:04.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-07-08T02:29:04.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-07-08T02:29:04.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-07-08T02:29:04.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34172026-07-08T02:29:05.032Z
34182026-07-08T02:29:05.032Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/300)
34192026-07-08T02:29:05.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-07-08T02:29:05.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-07-08T02:29:05.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-07-08T02:29:05.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34232026-07-08T02:29:05.583Z
34242026-07-08T02:29:05.583Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/300)
34252026-07-08T02:29:06.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-07-08T02:29:06.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-07-08T02:29:06.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-07-08T02:29:06.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34292026-07-08T02:29:06.134Z
34302026-07-08T02:29:06.134Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/300)
34312026-07-08T02:29:06.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-07-08T02:29:06.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-07-08T02:29:06.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-07-08T02:29:06.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34352026-07-08T02:29:06.679Z
34362026-07-08T02:29:06.679Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/300)
34372026-07-08T02:29:07.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-07-08T02:29:07.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-07-08T02:29:07.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-07-08T02:29:07.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34412026-07-08T02:29:07.226Z
34422026-07-08T02:29:07.226Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/300)
34432026-07-08T02:29:07.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-07-08T02:29:07.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-07-08T02:29:07.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-07-08T02:29:07.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34472026-07-08T02:29:07.770Z
34482026-07-08T02:29:07.770Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/300)
34492026-07-08T02:29:08.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-07-08T02:29:08.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-07-08T02:29:08.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-07-08T02:29:08.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34532026-07-08T02:29:08.318Z
34542026-07-08T02:29:08.318Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/300)
34552026-07-08T02:29:08.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-07-08T02:29:08.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-07-08T02:29:08.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-07-08T02:29:08.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34592026-07-08T02:29:08.863Z
34602026-07-08T02:29:08.863Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/300)
34612026-07-08T02:29:09.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-07-08T02:29:09.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-07-08T02:29:09.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-07-08T02:29:09.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34652026-07-08T02:29:09.410Z
34662026-07-08T02:29:09.410Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/300)
34672026-07-08T02:29:09.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-07-08T02:29:09.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-07-08T02:29:09.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-07-08T02:29:09.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34712026-07-08T02:29:09.940Z
34722026-07-08T02:29:09.940Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/300)
34732026-07-08T02:29:10.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-07-08T02:29:10.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-07-08T02:29:10.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-07-08T02:29:10.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34772026-07-08T02:29:10.476Z
34782026-07-08T02:29:10.476Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/300)
34792026-07-08T02:29:10.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-07-08T02:29:10.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-07-08T02:29:10.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-07-08T02:29:10.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34832026-07-08T02:29:11.011Z
34842026-07-08T02:29:11.011Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/300)
34852026-07-08T02:29:11.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-07-08T02:29:11.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-07-08T02:29:11.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-07-08T02:29:11.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34892026-07-08T02:29:11.544Z
34902026-07-08T02:29:11.544Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/300)
34912026-07-08T02:29:11.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-07-08T02:29:11.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-07-08T02:29:11.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-07-08T02:29:11.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34952026-07-08T02:29:12.076Z
34962026-07-08T02:29:12.076Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/300)
34972026-07-08T02:29:12.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-07-08T02:29:12.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-07-08T02:29:12.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-07-08T02:29:12.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35012026-07-08T02:29:12.607Z
35022026-07-08T02:29:12.607Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/300)
35032026-07-08T02:29:13.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-07-08T02:29:13.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-07-08T02:29:13.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-07-08T02:29:13.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35072026-07-08T02:29:13.138Z
35082026-07-08T02:29:13.138Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/300)
35092026-07-08T02:29:13.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-07-08T02:29:13.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-07-08T02:29:13.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-07-08T02:29:13.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35132026-07-08T02:29:13.669Z
35142026-07-08T02:29:13.669Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/300)
35152026-07-08T02:29:14.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-07-08T02:29:14.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-07-08T02:29:14.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-07-08T02:29:14.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35192026-07-08T02:29:14.215Z
35202026-07-08T02:29:14.215Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/300)
35212026-07-08T02:29:14.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-07-08T02:29:14.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-07-08T02:29:14.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-07-08T02:29:14.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35252026-07-08T02:29:14.768Z
35262026-07-08T02:29:14.768Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/300)
35272026-07-08T02:29:15.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-07-08T02:29:15.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-07-08T02:29:15.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-07-08T02:29:15.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35312026-07-08T02:29:15.309Z
35322026-07-08T02:29:15.309Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/300)
35332026-07-08T02:29:15.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-07-08T02:29:15.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-07-08T02:29:15.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-07-08T02:29:15.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35372026-07-08T02:29:15.855Z
35382026-07-08T02:29:15.855Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/300)
35392026-07-08T02:29:16.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-07-08T02:29:16.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-07-08T02:29:16.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-07-08T02:29:16.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35432026-07-08T02:29:16.406Z
35442026-07-08T02:29:16.406Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/300)
35452026-07-08T02:29:16.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-07-08T02:29:16.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-07-08T02:29:16.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-07-08T02:29:16.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35492026-07-08T02:29:16.956Z
35502026-07-08T02:29:16.956Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/300)
35512026-07-08T02:29:17.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-07-08T02:29:17.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-07-08T02:29:17.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-07-08T02:29:17.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35552026-07-08T02:29:17.507Z
35562026-07-08T02:29:17.507Zinfo: running `cargo check --bins` on oximeter-producer (173/300)
35572026-07-08T02:29:17.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-07-08T02:29:17.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-07-08T02:29:17.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-07-08T02:29:17.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35612026-07-08T02:29:18.070Z
35622026-07-08T02:29:18.070Zinfo: running `cargo check --bins` on internal-dns-resolver (174/300)
35632026-07-08T02:29:18.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-07-08T02:29:18.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-07-08T02:29:18.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-07-08T02:29:18.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35672026-07-08T02:29:18.605Z
35682026-07-08T02:29:18.605Zinfo: running `cargo check --bins` on dns-server (175/300)
35692026-07-08T02:29:19.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-07-08T02:29:19.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-07-08T02:29:19.203Z Compiling parking_lot_core v0.8.6
35722026-07-08T02:29:19.210Z Compiling git-stub v1.0.0
35732026-07-08T02:29:19.210Z Checking prefix-trie v0.7.0
35742026-07-08T02:29:19.210Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35752026-07-08T02:29:19.430Z Compiling git-stub-vcs v0.1.0
35762026-07-08T02:29:19.588Z Checking hickory-server v0.25.2
35772026-07-08T02:29:19.705Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35782026-07-08T02:29:19.715Z Checking parking_lot v0.11.2
35792026-07-08T02:29:19.767Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35802026-07-08T02:29:19.767Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35812026-07-08T02:29:19.881Z Checking sled v0.34.7
35822026-07-08T02:29:21.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s
35832026-07-08T02:29:21.896Z
35842026-07-08T02:29:21.896Zinfo: running `cargo check --bins` on dns-server-api (176/300)
35852026-07-08T02:29:22.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862026-07-08T02:29:22.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872026-07-08T02:29:22.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882026-07-08T02:29:22.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35892026-07-08T02:29:22.425Z
35902026-07-08T02:29:22.425Zinfo: running `cargo check --bins` on oximeter-producer-api (177/300)
35912026-07-08T02:29:22.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-07-08T02:29:22.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-07-08T02:29:22.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35942026-07-08T02:29:22.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35952026-07-08T02:29:22.959Z
35962026-07-08T02:29:22.959Zinfo: running `cargo check --bins` on sp-sim (178/300)
35972026-07-08T02:29:23.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-07-08T02:29:23.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-07-08T02:29:23.622Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36002026-07-08T02:29:25.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.37s
36012026-07-08T02:29:25.549Z
36022026-07-08T02:29:25.549Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/300)
36032026-07-08T02:29:26.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-07-08T02:29:26.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-07-08T02:29:26.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36062026-07-08T02:29:26.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36072026-07-08T02:29:26.114Z
36082026-07-08T02:29:26.114Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/300)
36092026-07-08T02:29:26.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102026-07-08T02:29:26.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112026-07-08T02:29:26.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36122026-07-08T02:29:26.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36132026-07-08T02:29:26.710Z
36142026-07-08T02:29:26.710Zinfo: running `cargo check --bins` on db-macros (181/300)
36152026-07-08T02:29:27.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36162026-07-08T02:29:27.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36172026-07-08T02:29:27.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36182026-07-08T02:29:27.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36192026-07-08T02:29:27.218Z
36202026-07-08T02:29:27.218Zinfo: running `cargo check --bins` on nexus-macros-common (182/300)
36212026-07-08T02:29:27.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36222026-07-08T02:29:27.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36232026-07-08T02:29:27.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36242026-07-08T02:29:27.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36252026-07-08T02:29:27.739Z
36262026-07-08T02:29:27.739Zinfo: running `cargo check --bins` on nexus-auth (183/300)
36272026-07-08T02:29:28.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36282026-07-08T02:29:28.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36292026-07-08T02:29:28.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36302026-07-08T02:29:28.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36312026-07-08T02:29:28.316Z
36322026-07-08T02:29:28.317Zinfo: running `cargo check --bins` on authz-macros (184/300)
36332026-07-08T02:29:28.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36342026-07-08T02:29:28.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36352026-07-08T02:29:28.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36362026-07-08T02:29:28.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36372026-07-08T02:29:28.832Z
36382026-07-08T02:29:28.832Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/300)
36392026-07-08T02:29:29.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36402026-07-08T02:29:29.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36412026-07-08T02:29:29.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36422026-07-08T02:29:29.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36432026-07-08T02:29:29.399Z
36442026-07-08T02:29:29.399Zinfo: running `cargo check --bins` on nexus-db-model (186/300)
36452026-07-08T02:29:29.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36462026-07-08T02:29:29.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36472026-07-08T02:29:29.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36482026-07-08T02:29:29.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36492026-07-08T02:29:29.970Z
36502026-07-08T02:29:29.970Zinfo: running `cargo check --bins` on nexus-db-schema (187/300)
36512026-07-08T02:29:30.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36522026-07-08T02:29:30.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36532026-07-08T02:29:30.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36542026-07-08T02:29:30.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36552026-07-08T02:29:30.489Z
36562026-07-08T02:29:30.489Zinfo: running `cargo check --bins` on omicron-rpaths (188/300)
36572026-07-08T02:29:30.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36582026-07-08T02:29:30.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36592026-07-08T02:29:30.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36602026-07-08T02:29:30.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36612026-07-08T02:29:31.009Z
36622026-07-08T02:29:31.009Zinfo: running `cargo check --bins` on nexus-defaults (189/300)
36632026-07-08T02:29:31.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36642026-07-08T02:29:31.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36652026-07-08T02:29:31.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36662026-07-08T02:29:31.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36672026-07-08T02:29:31.539Z
36682026-07-08T02:29:31.539Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/300)
36692026-07-08T02:29:31.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36702026-07-08T02:29:31.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36712026-07-08T02:29:31.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36722026-07-08T02:29:31.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36732026-07-08T02:29:32.056Z
36742026-07-08T02:29:32.056Zinfo: running `cargo check --bins` on parallel-task-set (191/300)
36752026-07-08T02:29:32.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36762026-07-08T02:29:32.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36772026-07-08T02:29:32.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36782026-07-08T02:29:32.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36792026-07-08T02:29:32.573Z
36802026-07-08T02:29:32.573Zinfo: running `cargo check --bins` on omicron-git-version (192/300)
36812026-07-08T02:29:33.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36822026-07-08T02:29:33.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36832026-07-08T02:29:33.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36842026-07-08T02:29:33.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36852026-07-08T02:29:33.089Z
36862026-07-08T02:29:33.089Zinfo: running `cargo check --bins` on nexus-db-errors (193/300)
36872026-07-08T02:29:33.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36882026-07-08T02:29:33.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36892026-07-08T02:29:33.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36902026-07-08T02:29:33.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36912026-07-08T02:29:33.667Z
36922026-07-08T02:29:33.667Zinfo: running `cargo check --bins` on nexus-db-lookup (194/300)
36932026-07-08T02:29:34.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36942026-07-08T02:29:34.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36952026-07-08T02:29:34.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36962026-07-08T02:29:34.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36972026-07-08T02:29:34.249Z
36982026-07-08T02:29:34.249Zinfo: running `cargo check --bins` on nexus-inventory (195/300)
36992026-07-08T02:29:34.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37002026-07-08T02:29:34.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37012026-07-08T02:29:34.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37022026-07-08T02:29:34.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37032026-07-08T02:29:34.826Z
37042026-07-08T02:29:34.826Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/300)
37052026-07-08T02:29:35.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37062026-07-08T02:29:35.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37072026-07-08T02:29:35.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37082026-07-08T02:29:35.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37092026-07-08T02:29:35.370Z
37102026-07-08T02:29:35.370Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/300)
37112026-07-08T02:29:35.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37122026-07-08T02:29:35.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37132026-07-08T02:29:35.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37142026-07-08T02:29:35.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37152026-07-08T02:29:35.920Z
37162026-07-08T02:29:35.920Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/300)
37172026-07-08T02:29:36.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37182026-07-08T02:29:36.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37192026-07-08T02:29:36.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37202026-07-08T02:29:36.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37212026-07-08T02:29:36.468Z
37222026-07-08T02:29:36.468Zinfo: running `cargo check --bins` on key-manager (199/300)
37232026-07-08T02:29:36.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37242026-07-08T02:29:36.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37252026-07-08T02:29:36.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37262026-07-08T02:29:36.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37272026-07-08T02:29:37.000Z
37282026-07-08T02:29:37.000Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/300)
37292026-07-08T02:29:37.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37302026-07-08T02:29:37.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37312026-07-08T02:29:37.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37322026-07-08T02:29:37.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37332026-07-08T02:29:37.548Z
37342026-07-08T02:29:37.548Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/300)
37352026-07-08T02:29:38.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37362026-07-08T02:29:38.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37372026-07-08T02:29:38.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37382026-07-08T02:29:38.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37392026-07-08T02:29:38.099Z
37402026-07-08T02:29:38.099Zinfo: running `cargo check --bins` on typed-rng (202/300)
37412026-07-08T02:29:38.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37422026-07-08T02:29:38.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37432026-07-08T02:29:38.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37442026-07-08T02:29:38.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
37452026-07-08T02:29:38.619Z
37462026-07-08T02:29:38.619Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/300)
37472026-07-08T02:29:39.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37482026-07-08T02:29:39.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37492026-07-08T02:29:39.397Z Compiling libefi-sys v0.1.0
37502026-07-08T02:29:39.402Z Compiling bitfield-struct v0.6.2
37512026-07-08T02:29:39.539Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37522026-07-08T02:29:39.554Z Compiling xshell-macros v0.2.7
37532026-07-08T02:29:39.566Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37542026-07-08T02:29:39.588Z Compiling salty v0.3.0
37552026-07-08T02:29:39.602Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37562026-07-08T02:29:39.602Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37572026-07-08T02:29:39.602Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37582026-07-08T02:29:39.811Z Checking rfc6979 v0.4.0
37592026-07-08T02:29:39.879Z Checking ecdsa v0.16.9
37602026-07-08T02:29:39.944Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37612026-07-08T02:29:39.944Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37622026-07-08T02:29:39.990Z Checking xshell v0.2.7
37632026-07-08T02:29:40.072Z Checking primeorder v0.13.6
37642026-07-08T02:29:40.145Z Compiling proc-macro-error-attr2 v2.0.0
37652026-07-08T02:29:40.145Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37662026-07-08T02:29:40.145Z Checking tungstenite v0.21.0
37672026-07-08T02:29:40.191Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37682026-07-08T02:29:40.206Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37692026-07-08T02:29:40.249Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=06bb62cc303fd86add35eee4a03291fd5932dbfb#06bb62cc)
37702026-07-08T02:29:40.317Z Checking p384 v0.13.1
37712026-07-08T02:29:40.317Z Compiling num-derive v0.3.3
37722026-07-08T02:29:40.377Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37732026-07-08T02:29:40.471Z Compiling proc-macro-error2 v2.0.1
37742026-07-08T02:29:40.509Z Checking tokio-tungstenite v0.21.0
37752026-07-08T02:29:40.579Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37762026-07-08T02:29:40.638Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37772026-07-08T02:29:40.638Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=06bb62cc303fd86add35eee4a03291fd5932dbfb#06bb62cc)
37782026-07-08T02:29:40.696Z Checking papergrid v0.17.0
37792026-07-08T02:29:40.763Z Compiling tabled_derive v0.11.0
37802026-07-08T02:29:40.773Z Compiling progenitor-impl v0.13.0
37812026-07-08T02:29:40.822Z Checking testing_table v0.3.0
37822026-07-08T02:29:40.892Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37832026-07-08T02:29:40.922Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
37842026-07-08T02:29:41.159Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37852026-07-08T02:29:41.254Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37862026-07-08T02:29:41.254Z Checking corncobs v0.1.4
37872026-07-08T02:29:41.255Z Checking libscf-sys v1.1.0
37882026-07-08T02:29:41.365Z Compiling illumos-nvpair-sys v0.2.0
37892026-07-08T02:29:41.510Z Compiling unicase v2.9.0
37902026-07-08T02:29:41.510Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37912026-07-08T02:29:41.628Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37922026-07-08T02:29:41.628Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37932026-07-08T02:29:41.628Z Compiling mime_guess v2.0.5
37942026-07-08T02:29:41.628Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37952026-07-08T02:29:41.672Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=06bb62cc303fd86add35eee4a03291fd5932dbfb#06bb62cc)
37962026-07-08T02:29:41.672Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37972026-07-08T02:29:41.852Z Checking progenitor-client v0.13.0
37982026-07-08T02:29:41.950Z Checking tabled v0.20.0
37992026-07-08T02:29:42.083Z Checking secrecy v0.8.0
38002026-07-08T02:29:42.140Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38012026-07-08T02:29:42.200Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38022026-07-08T02:29:42.200Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38032026-07-08T02:29:42.367Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38042026-07-08T02:29:42.529Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38052026-07-08T02:29:42.622Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38062026-07-08T02:29:42.673Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38072026-07-08T02:29:42.673Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38082026-07-08T02:29:42.752Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38092026-07-08T02:29:42.863Z Checking filetime v0.2.27
38102026-07-08T02:29:42.938Z Checking xattr v1.6.1
38112026-07-08T02:29:43.048Z Checking http-range v0.1.5
38122026-07-08T02:29:43.138Z Checking crc8 v0.1.1
38132026-07-08T02:29:43.181Z Checking tar v0.4.45
38142026-07-08T02:29:43.181Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38152026-07-08T02:29:43.291Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38162026-07-08T02:29:43.323Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38172026-07-08T02:29:43.371Z Checking illumos-nvpair v0.3.0
38182026-07-08T02:29:43.371Z Compiling progenitor-macro v0.13.0
38192026-07-08T02:29:43.529Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38202026-07-08T02:29:43.681Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38212026-07-08T02:29:43.696Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38222026-07-08T02:29:43.851Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38232026-07-08T02:29:43.917Z Checking atty v0.2.14
38242026-07-08T02:29:43.933Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38252026-07-08T02:29:44.011Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38262026-07-08T02:29:44.032Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38272026-07-08T02:29:44.170Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38282026-07-08T02:29:44.187Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38292026-07-08T02:29:44.201Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38302026-07-08T02:29:44.233Z Checking hyper-staticfile v0.10.1
38312026-07-08T02:29:44.500Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38322026-07-08T02:29:44.516Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38332026-07-08T02:29:44.551Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38342026-07-08T02:29:44.669Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38352026-07-08T02:29:44.734Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38362026-07-08T02:29:44.812Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38372026-07-08T02:29:45.031Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38382026-07-08T02:29:45.092Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38392026-07-08T02:29:45.303Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38402026-07-08T02:29:45.620Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38412026-07-08T02:29:46.220Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38422026-07-08T02:29:46.689Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38432026-07-08T02:29:47.150Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38442026-07-08T02:29:47.443Z Checking progenitor v0.13.0
38452026-07-08T02:29:47.573Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38462026-07-08T02:29:49.509Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38472026-07-08T02:29:52.822Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38482026-07-08T02:30:03.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.10s
38492026-07-08T02:30:03.931Z
38502026-07-08T02:30:03.931Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/300)
38512026-07-08T02:30:04.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38522026-07-08T02:30:04.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38532026-07-08T02:30:04.653Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38542026-07-08T02:30:15.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s
38552026-07-08T02:30:15.520Z
38562026-07-08T02:30:15.520Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/300)
38572026-07-08T02:30:16.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-07-08T02:30:16.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-07-08T02:30:16.241Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38602026-07-08T02:30:26.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s
38612026-07-08T02:30:27.101Z
38622026-07-08T02:30:27.101Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/300)
38632026-07-08T02:30:27.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-07-08T02:30:27.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-07-08T02:30:27.808Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38662026-07-08T02:30:38.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
38672026-07-08T02:30:38.643Z
38682026-07-08T02:30:38.643Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/300)
38692026-07-08T02:30:39.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-07-08T02:30:39.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-07-08T02:30:39.363Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38722026-07-08T02:30:50.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s
38732026-07-08T02:30:50.312Z
38742026-07-08T02:30:50.312Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/300)
38752026-07-08T02:30:50.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-07-08T02:30:50.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-07-08T02:30:51.030Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38782026-07-08T02:31:01.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s
38792026-07-08T02:31:01.876Z
38802026-07-08T02:31:01.876Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/300)
38812026-07-08T02:31:02.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-07-08T02:31:02.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-07-08T02:31:02.595Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38842026-07-08T02:31:13.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s
38852026-07-08T02:31:13.508Z
38862026-07-08T02:31:13.508Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/300)
38872026-07-08T02:31:13.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-07-08T02:31:14.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-07-08T02:31:14.227Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38902026-07-08T02:31:24.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s
38912026-07-08T02:31:25.070Z
38922026-07-08T02:31:25.070Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/300)
38932026-07-08T02:31:25.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-07-08T02:31:25.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-07-08T02:31:25.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38962026-07-08T02:31:25.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
38972026-07-08T02:31:25.607Z
38982026-07-08T02:31:25.607Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/300)
38992026-07-08T02:31:26.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-07-08T02:31:26.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-07-08T02:31:26.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-07-08T02:31:26.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39032026-07-08T02:31:26.149Z
39042026-07-08T02:31:26.149Zinfo: running `cargo check --bins` on range-requests (213/300)
39052026-07-08T02:31:26.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-07-08T02:31:26.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-07-08T02:31:26.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-07-08T02:31:26.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39092026-07-08T02:31:26.676Z
39102026-07-08T02:31:26.676Zinfo: running `cargo check --bins` on repo-depot-api (214/300)
39112026-07-08T02:31:27.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-07-08T02:31:27.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-07-08T02:31:27.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-07-08T02:31:27.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39152026-07-08T02:31:27.206Z
39162026-07-08T02:31:27.207Zinfo: running `cargo check --bins` on sled-agent-api (215/300)
39172026-07-08T02:31:27.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-07-08T02:31:27.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-07-08T02:31:27.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-07-08T02:31:27.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39212026-07-08T02:31:27.750Z
39222026-07-08T02:31:27.750Zinfo: running `cargo check --bins` on sled-diagnostics (216/300)
39232026-07-08T02:31:28.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-07-08T02:31:28.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-07-08T02:31:28.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39262026-07-08T02:31:28.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39272026-07-08T02:31:28.296Z
39282026-07-08T02:31:28.296Zinfo: running `cargo check --bins` on zfs-test-harness (217/300)
39292026-07-08T02:31:28.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-07-08T02:31:28.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-07-08T02:31:28.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-07-08T02:31:28.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39332026-07-08T02:31:28.843Z
39342026-07-08T02:31:28.843Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/300)
39352026-07-08T02:31:29.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-07-08T02:31:29.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-07-08T02:31:29.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-07-08T02:31:29.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39392026-07-08T02:31:29.394Z
39402026-07-08T02:31:29.394Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/300)
39412026-07-08T02:31:29.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-07-08T02:31:29.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-07-08T02:31:29.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-07-08T02:31:29.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39452026-07-08T02:31:29.948Z
39462026-07-08T02:31:29.948Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/300)
39472026-07-08T02:31:30.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-07-08T02:31:30.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-07-08T02:31:30.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-07-08T02:31:30.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39512026-07-08T02:31:30.497Z
39522026-07-08T02:31:30.498Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/300)
39532026-07-08T02:31:30.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-07-08T02:31:30.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-07-08T02:31:30.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-07-08T02:31:30.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39572026-07-08T02:31:31.048Z
39582026-07-08T02:31:31.048Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/300)
39592026-07-08T02:31:31.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-07-08T02:31:31.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-07-08T02:31:31.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-07-08T02:31:31.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39632026-07-08T02:31:31.598Z
39642026-07-08T02:31:31.598Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/300)
39652026-07-08T02:31:32.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-07-08T02:31:32.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-07-08T02:31:32.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-07-08T02:31:32.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39692026-07-08T02:31:32.150Z
39702026-07-08T02:31:32.150Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/300)
39712026-07-08T02:31:32.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-07-08T02:31:32.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-07-08T02:31:32.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-07-08T02:31:32.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39752026-07-08T02:31:32.703Z
39762026-07-08T02:31:32.703Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/300)
39772026-07-08T02:31:33.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-07-08T02:31:33.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-07-08T02:31:33.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-07-08T02:31:33.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39812026-07-08T02:31:33.273Z
39822026-07-08T02:31:33.273Zinfo: running `cargo check --bins` on trust-quorum (226/300)
39832026-07-08T02:31:33.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-07-08T02:31:33.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-07-08T02:31:33.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-07-08T02:31:33.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39872026-07-08T02:31:33.825Z
39882026-07-08T02:31:33.825Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/300)
39892026-07-08T02:31:34.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-07-08T02:31:34.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-07-08T02:31:34.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-07-08T02:31:34.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39932026-07-08T02:31:34.387Z
39942026-07-08T02:31:34.387Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/300)
39952026-07-08T02:31:34.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-07-08T02:31:34.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-07-08T02:31:34.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-07-08T02:31:34.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39992026-07-08T02:31:34.963Z
40002026-07-08T02:31:34.963Zinfo: running `cargo check --bins` on update-common (229/300)
40012026-07-08T02:31:35.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-07-08T02:31:35.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-07-08T02:31:35.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-07-08T02:31:35.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40052026-07-08T02:31:35.496Z
40062026-07-08T02:31:35.496Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/300)
40072026-07-08T02:31:35.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-07-08T02:31:35.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-07-08T02:31:35.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-07-08T02:31:35.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40112026-07-08T02:31:36.080Z
40122026-07-08T02:31:36.080Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/300)
40132026-07-08T02:31:36.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-07-08T02:31:36.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-07-08T02:31:36.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40162026-07-08T02:31:36.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40172026-07-08T02:31:36.592Z
40182026-07-08T02:31:36.592Zinfo: running `cargo check --bins` on reconfigurator-cli (232/300)
40192026-07-08T02:31:37.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40202026-07-08T02:31:37.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40212026-07-08T02:31:37.299Z Compiling fs-err v2.11.0
40222026-07-08T02:31:37.303Z Checking ignore v0.4.25
40232026-07-08T02:31:37.303Z Checking arc-swap v1.8.2
40242026-07-08T02:31:37.427Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40252026-07-08T02:31:37.432Z Checking predicates-tree v1.0.13
40262026-07-08T02:31:37.435Z Checking parse-size v1.1.0
40272026-07-08T02:31:37.461Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40282026-07-08T02:31:37.464Z Checking rand_seeder v0.4.0
40292026-07-08T02:31:37.543Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40302026-07-08T02:31:37.558Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40312026-07-08T02:31:37.611Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40322026-07-08T02:31:37.622Z Checking slog-scope v4.4.1
40332026-07-08T02:31:37.667Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40342026-07-08T02:31:37.744Z Checking slog-stdlog v4.1.1
40352026-07-08T02:31:37.759Z Compiling petname v2.0.2
40362026-07-08T02:31:37.775Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40372026-07-08T02:31:37.801Z Checking globwalk v0.9.1
40382026-07-08T02:31:37.851Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40392026-07-08T02:31:37.863Z Checking slog-envlogger v2.2.0
40402026-07-08T02:31:37.972Z Checking camino-tempfile-ext v0.3.3
40412026-07-08T02:31:38.006Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40422026-07-08T02:31:38.066Z Checking sapling-renderdag v0.1.0
40432026-07-08T02:31:38.159Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40442026-07-08T02:31:38.204Z Checking subprocess v0.2.15
40452026-07-08T02:31:38.298Z Checking sync-ptr v0.1.4
40462026-07-08T02:31:38.362Z Checking colored v2.2.0
40472026-07-08T02:31:38.410Z Checking assert_matches v1.5.0
40482026-07-08T02:31:38.478Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40492026-07-08T02:31:38.645Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40502026-07-08T02:31:38.648Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40512026-07-08T02:31:39.260Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40522026-07-08T02:31:40.554Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40532026-07-08T02:31:42.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.06s
40542026-07-08T02:31:42.854Z
40552026-07-08T02:31:42.854Zinfo: running `cargo check --bins` on omicron-repl-utils (233/300)
40562026-07-08T02:31:43.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40572026-07-08T02:31:43.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40582026-07-08T02:31:43.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40592026-07-08T02:31:43.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40602026-07-08T02:31:43.367Z
40612026-07-08T02:31:43.367Zinfo: running `cargo check --bins` on transient-dns-server (234/300)
40622026-07-08T02:31:43.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632026-07-08T02:31:43.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642026-07-08T02:31:43.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40652026-07-08T02:31:43.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40662026-07-08T02:31:43.907Z
40672026-07-08T02:31:43.907Zinfo: running `cargo check --bins` on nexus-test-interface (235/300)
40682026-07-08T02:31:44.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-07-08T02:31:44.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-07-08T02:31:44.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40712026-07-08T02:31:44.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40722026-07-08T02:31:44.488Z
40732026-07-08T02:31:44.488Zinfo: running `cargo check --bins` on oximeter-collector (236/300)
40742026-07-08T02:31:44.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40752026-07-08T02:31:44.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40762026-07-08T02:31:45.148Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40772026-07-08T02:31:45.148Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40782026-07-08T02:31:45.765Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40792026-07-08T02:31:47.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.80s
40802026-07-08T02:31:47.470Z
40812026-07-08T02:31:47.470Zinfo: running `cargo check --bins` on oximeter-api (237/300)
40822026-07-08T02:31:47.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40832026-07-08T02:31:47.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40842026-07-08T02:31:47.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40852026-07-08T02:31:47.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40862026-07-08T02:31:48.002Z
40872026-07-08T02:31:48.002Zinfo: running `cargo check --bins` on cert-dev (238/300)
40882026-07-08T02:31:48.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40892026-07-08T02:31:48.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40902026-07-08T02:31:48.549Z Checking yasna v0.5.2
40912026-07-08T02:31:48.950Z Checking rcgen v0.12.1
40922026-07-08T02:31:49.195Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40932026-07-08T02:31:49.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
40942026-07-08T02:31:49.523Z
40952026-07-08T02:31:49.523Zinfo: running `cargo check --bins` on clickana (239/300)
40962026-07-08T02:31:49.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-07-08T02:31:49.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-07-08T02:31:50.107Z Compiling darling_core v0.23.0
40992026-07-08T02:31:50.214Z Compiling instability v0.3.11
41002026-07-08T02:31:50.222Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41012026-07-08T02:31:50.228Z Checking castaway v0.2.4
41022026-07-08T02:31:50.234Z Compiling indoc v2.0.7
41032026-07-08T02:31:50.237Z Checking unicode-truncate v1.1.0
41042026-07-08T02:31:50.252Z Checking lru v0.12.5
41052026-07-08T02:31:50.252Z Checking cassowary v0.3.0
41062026-07-08T02:31:50.315Z Checking compact_str v0.8.1
41072026-07-08T02:31:51.495Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41082026-07-08T02:31:51.616Z Compiling darling_macro v0.23.0
41092026-07-08T02:31:51.659Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41102026-07-08T02:31:52.035Z Compiling darling v0.23.0
41112026-07-08T02:31:52.653Z Checking ratatui v0.29.0
41122026-07-08T02:31:53.687Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41132026-07-08T02:31:54.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.79s
41142026-07-08T02:31:54.482Z
41152026-07-08T02:31:54.482Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/300)
41162026-07-08T02:31:54.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41172026-07-08T02:31:54.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41182026-07-08T02:31:55.149Z Checking headers-core v0.3.0
41192026-07-08T02:31:55.152Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41202026-07-08T02:31:55.337Z Checking headers v0.4.1
41212026-07-08T02:31:55.692Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41222026-07-08T02:31:56.608Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41232026-07-08T02:31:57.072Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41242026-07-08T02:31:57.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s
41252026-07-08T02:31:57.635Z
41262026-07-08T02:31:57.635Zinfo: running `cargo check --bins` on ch-dev (241/300)
41272026-07-08T02:31:58.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41282026-07-08T02:31:58.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41292026-07-08T02:31:58.290Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41302026-07-08T02:31:59.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
41312026-07-08T02:31:59.200Z
41322026-07-08T02:31:59.201Zinfo: running `cargo check --bins` on dev-tools-common (242/300)
41332026-07-08T02:31:59.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41342026-07-08T02:31:59.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41352026-07-08T02:31:59.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41362026-07-08T02:31:59.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
41372026-07-08T02:31:59.595Z
41382026-07-08T02:31:59.595Zinfo: running `cargo check --bins` on corpus-adjust (243/300)
41392026-07-08T02:32:00.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41402026-07-08T02:32:00.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41412026-07-08T02:32:00.165Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
41422026-07-08T02:32:00.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
41432026-07-08T02:32:00.659Z
41442026-07-08T02:32:00.659Zinfo: running `cargo check --bins` on crdb-seed (244/300)
41452026-07-08T02:32:01.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41462026-07-08T02:32:01.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41472026-07-08T02:32:01.310Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41482026-07-08T02:32:02.381Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41492026-07-08T02:32:02.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
41502026-07-08T02:32:02.876Z
41512026-07-08T02:32:02.876Zinfo: running `cargo check --bins` on db-dev (245/300)
41522026-07-08T02:32:03.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41532026-07-08T02:32:03.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41542026-07-08T02:32:03.544Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41552026-07-08T02:32:04.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
41562026-07-08T02:32:04.447Z
41572026-07-08T02:32:04.447Zinfo: running `cargo check --bins` on omicron-dev-lib (246/300)
41582026-07-08T02:32:04.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41592026-07-08T02:32:04.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41602026-07-08T02:32:04.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41612026-07-08T02:32:04.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41622026-07-08T02:32:05.009Z
41632026-07-08T02:32:05.009Zinfo: running `cargo check --bins` on xtask-downloader (247/300)
41642026-07-08T02:32:05.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41652026-07-08T02:32:05.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41662026-07-08T02:32:05.557Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41672026-07-08T02:32:06.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
41682026-07-08T02:32:06.385Z
41692026-07-08T02:32:06.385Zinfo: running `cargo check --bins` on omicron-dropshot-apis (248/300)
41702026-07-08T02:32:06.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41712026-07-08T02:32:06.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41722026-07-08T02:32:07.067Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41732026-07-08T02:32:07.067Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41742026-07-08T02:32:07.070Z Checking git-stub v1.0.0
41752026-07-08T02:32:07.070Z Compiling trait-variant v0.1.2
41762026-07-08T02:32:07.070Z Checking maplit v1.0.2
41772026-07-08T02:32:07.187Z Checking is_ci v1.2.0
41782026-07-08T02:32:07.193Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41792026-07-08T02:32:07.214Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41802026-07-08T02:32:07.267Z Checking supports-color v3.0.2
41812026-07-08T02:32:07.281Z Checking drift v0.2.0
41822026-07-08T02:32:07.331Z Checking git-stub-vcs v0.1.0
41832026-07-08T02:32:07.382Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41842026-07-08T02:32:07.410Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41852026-07-08T02:32:07.426Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41862026-07-08T02:32:07.516Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41872026-07-08T02:32:07.616Z Checking dropshot-api-manager v0.7.2
41882026-07-08T02:32:07.631Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41892026-07-08T02:32:07.658Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41902026-07-08T02:32:07.758Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41912026-07-08T02:32:07.896Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41922026-07-08T02:32:08.464Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41932026-07-08T02:32:09.346Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41942026-07-08T02:32:10.541Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41952026-07-08T02:32:11.134Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41962026-07-08T02:32:11.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.16s
41972026-07-08T02:32:11.735Z
41982026-07-08T02:32:11.735Zinfo: running `cargo check --bins` on installinator-api (249/300)
41992026-07-08T02:32:12.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42002026-07-08T02:32:12.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42012026-07-08T02:32:12.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42022026-07-08T02:32:12.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42032026-07-08T02:32:12.262Z
42042026-07-08T02:32:12.262Zinfo: running `cargo check --bins` on nexus-external-api (250/300)
42052026-07-08T02:32:12.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42062026-07-08T02:32:12.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42072026-07-08T02:32:12.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42082026-07-08T02:32:12.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42092026-07-08T02:32:12.826Z
42102026-07-08T02:32:12.826Zinfo: running `cargo check --bins` on nexus-internal-api (251/300)
42112026-07-08T02:32:13.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42122026-07-08T02:32:13.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42132026-07-08T02:32:13.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42142026-07-08T02:32:13.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42152026-07-08T02:32:13.385Z
42162026-07-08T02:32:13.385Zinfo: running `cargo check --bins` on nexus-lockstep-api (252/300)
42172026-07-08T02:32:13.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42182026-07-08T02:32:13.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42192026-07-08T02:32:13.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42202026-07-08T02:32:13.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42212026-07-08T02:32:13.950Z
42222026-07-08T02:32:13.950Zinfo: running `cargo check --bins` on ntp-admin-api (253/300)
42232026-07-08T02:32:14.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42242026-07-08T02:32:14.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42252026-07-08T02:32:14.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42262026-07-08T02:32:14.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42272026-07-08T02:32:14.482Z
42282026-07-08T02:32:14.482Zinfo: running `cargo check --bins` on ntp-admin-types-versions (254/300)
42292026-07-08T02:32:14.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42302026-07-08T02:32:14.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42312026-07-08T02:32:14.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42322026-07-08T02:32:14.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
42332026-07-08T02:32:14.999Z
42342026-07-08T02:32:14.999Zinfo: running `cargo check --bins` on wicketd-api (255/300)
42352026-07-08T02:32:15.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42362026-07-08T02:32:15.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42372026-07-08T02:32:15.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42382026-07-08T02:32:15.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42392026-07-08T02:32:15.539Z
42402026-07-08T02:32:15.539Zinfo: running `cargo check --bins` on omicron-ls-apis (256/300)
42412026-07-08T02:32:15.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42422026-07-08T02:32:15.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42432026-07-08T02:32:16.093Z Checking cargo-platform v0.3.2
42442026-07-08T02:32:16.096Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42452026-07-08T02:32:16.326Z Checking cargo_metadata v0.23.1
42462026-07-08T02:32:16.928Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42472026-07-08T02:32:17.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s
42482026-07-08T02:32:17.798Z
42492026-07-08T02:32:17.798Zinfo: running `cargo check --bins` on mgs-dev (257/300)
42502026-07-08T02:32:18.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42512026-07-08T02:32:18.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42522026-07-08T02:32:18.468Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42532026-07-08T02:32:19.059Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42542026-07-08T02:32:19.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
42552026-07-08T02:32:19.715Z
42562026-07-08T02:32:19.715Zinfo: running `cargo check --bins` on omicron-omdb (258/300)
42572026-07-08T02:32:20.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42582026-07-08T02:32:20.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42592026-07-08T02:32:20.619Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42602026-07-08T02:32:20.619Z Compiling vergen-lib v0.1.6
42612026-07-08T02:32:20.619Z Compiling diesel_derives v2.3.7
42622026-07-08T02:32:20.619Z Compiling dsl_auto_type v0.2.0
42632026-07-08T02:32:20.623Z Checking scheduled-thread-pool v0.2.7
42642026-07-08T02:32:20.623Z Compiling vergen-gitcl v1.0.8
42652026-07-08T02:32:20.623Z Compiling diesel_table_macro_syntax v0.3.0
42662026-07-08T02:32:20.623Z Compiling dirs-sys-next v0.1.2
42672026-07-08T02:32:20.889Z Compiling glob v0.3.3
42682026-07-08T02:32:20.952Z Compiling crunchy v0.2.4
42692026-07-08T02:32:20.986Z Compiling dirs-next v2.0.0
42702026-07-08T02:32:21.003Z Checking r2d2 v0.8.10
42712026-07-08T02:32:21.056Z Checking downcast-rs v2.0.2
42722026-07-08T02:32:21.101Z Compiling tiny-keccak v2.0.2
42732026-07-08T02:32:21.146Z Compiling term v0.7.0
42742026-07-08T02:32:21.178Z Compiling bit-vec v0.6.3
42752026-07-08T02:32:21.268Z Compiling clang-sys v1.8.1
42762026-07-08T02:32:21.387Z Compiling bit-set v0.5.3
42772026-07-08T02:32:21.390Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42782026-07-08T02:32:21.559Z Compiling ascii-canvas v3.0.0
42792026-07-08T02:32:21.585Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42802026-07-08T02:32:21.656Z Compiling itertools v0.10.5
42812026-07-08T02:32:21.696Z Compiling ena v0.14.4
42822026-07-08T02:32:21.732Z Compiling libloading v0.8.9
42832026-07-08T02:32:21.745Z Compiling regex-syntax v0.6.29
42842026-07-08T02:32:21.794Z Compiling bindgen v0.71.1
42852026-07-08T02:32:21.875Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42862026-07-08T02:32:21.908Z Compiling diff v0.1.13
42872026-07-08T02:32:22.186Z Compiling cexpr v0.6.0
42882026-07-08T02:32:22.255Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42892026-07-08T02:32:22.457Z Compiling rustc-hash v2.1.1
42902026-07-08T02:32:22.607Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42912026-07-08T02:32:22.659Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42922026-07-08T02:32:22.712Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42932026-07-08T02:32:22.846Z Compiling libxml v0.3.3
42942026-07-08T02:32:22.957Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42952026-07-08T02:32:22.960Z Compiling strum_macros v0.24.3
42962026-07-08T02:32:23.081Z Compiling lalrpop v0.19.12
42972026-07-08T02:32:23.211Z Compiling indoc v1.0.9
42982026-07-08T02:32:23.906Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42992026-07-08T02:32:24.105Z Checking derive_builder v0.20.2
43002026-07-08T02:32:24.221Z Compiling oso-derive v0.27.3
43012026-07-08T02:32:24.297Z Checking quick-xml v0.37.5
43022026-07-08T02:32:24.368Z Compiling impl-trait-for-tuples v0.2.3
43032026-07-08T02:32:24.725Z Checking openssl-probe v0.1.6
43042026-07-08T02:32:24.905Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43052026-07-08T02:32:25.213Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43062026-07-08T02:32:25.419Z Checking bb8 v0.8.6
43072026-07-08T02:32:25.615Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43082026-07-08T02:32:25.644Z Checking nonempty v0.12.0
43092026-07-08T02:32:25.703Z Compiling libz-sys v1.1.24
43102026-07-08T02:32:25.808Z Compiling strsim v0.10.0
43112026-07-08T02:32:25.845Z Compiling libgit2-sys v0.18.3+1.9.2
43122026-07-08T02:32:25.936Z Compiling vergen-git2 v9.1.0
43132026-07-08T02:32:26.129Z Compiling darling_core v0.13.4
43142026-07-08T02:32:26.184Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43152026-07-08T02:32:26.280Z Compiling base64 v0.21.7
43162026-07-08T02:32:26.407Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43172026-07-08T02:32:26.603Z Compiling ron v0.8.1
43182026-07-08T02:32:26.606Z Checking diesel v2.3.7
43192026-07-08T02:32:27.368Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43202026-07-08T02:32:27.553Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43212026-07-08T02:32:27.594Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43222026-07-08T02:32:27.792Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43232026-07-08T02:32:27.987Z Compiling darling_macro v0.13.4
43242026-07-08T02:32:28.004Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43252026-07-08T02:32:28.200Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43262026-07-08T02:32:28.408Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43272026-07-08T02:32:28.477Z Compiling darling v0.13.4
43282026-07-08T02:32:28.566Z Compiling serde_with_macros v1.5.2
43292026-07-08T02:32:28.605Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43302026-07-08T02:32:28.800Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43312026-07-08T02:32:28.892Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43322026-07-08T02:32:28.998Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43332026-07-08T02:32:29.430Z Compiling serde_with v1.14.0
43342026-07-08T02:32:30.530Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43352026-07-08T02:32:30.633Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43362026-07-08T02:32:30.805Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43372026-07-08T02:32:31.441Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43382026-07-08T02:32:31.694Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43392026-07-08T02:32:32.090Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43402026-07-08T02:32:32.226Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43412026-07-08T02:32:32.769Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43422026-07-08T02:32:32.941Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43432026-07-08T02:32:32.957Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43442026-07-08T02:32:33.215Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43452026-07-08T02:32:33.306Z Checking twox-hash v2.1.2
43462026-07-08T02:32:33.415Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43472026-07-08T02:32:33.542Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43482026-07-08T02:32:33.603Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43492026-07-08T02:32:33.964Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43502026-07-08T02:32:34.118Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43512026-07-08T02:32:35.292Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43522026-07-08T02:32:35.382Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43532026-07-08T02:32:35.566Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43542026-07-08T02:32:36.049Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43552026-07-08T02:32:36.218Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43562026-07-08T02:32:36.417Z Checking console v0.16.2
43572026-07-08T02:32:36.723Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43582026-07-08T02:32:36.867Z Checking fatfs v0.3.6
43592026-07-08T02:32:37.008Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43602026-07-08T02:32:37.318Z Checking unit-prefix v0.5.2
43612026-07-08T02:32:37.453Z Compiling seq-macro v0.3.6
43622026-07-08T02:32:37.961Z Checking indicatif v0.18.4
43632026-07-08T02:32:38.350Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43642026-07-08T02:32:38.368Z Checking support-bundle-viewer v0.1.2
43652026-07-08T02:32:38.384Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43662026-07-08T02:32:38.608Z Checking multimap v0.10.1
43672026-07-08T02:32:44.128Z Checking diesel-dtrace v0.5.0
43682026-07-08T02:32:44.369Z Checking async-bb8-diesel v0.2.1
43692026-07-08T02:32:47.345Z Compiling samael v0.0.19
43702026-07-08T02:32:53.732Z Compiling git2 v0.20.4
43712026-07-08T02:32:54.086Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43722026-07-08T02:32:55.027Z Compiling polar-core v0.27.3
43732026-07-08T02:32:56.058Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43742026-07-08T02:32:59.522Z Checking oso v0.27.3
43752026-07-08T02:33:28.857Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43762026-07-08T02:34:41.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 21s
43772026-07-08T02:34:41.853Z
43782026-07-08T02:34:41.853Zinfo: running `cargo check --bins` on nexus-networking (259/300)
43792026-07-08T02:34:42.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43802026-07-08T02:34:42.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43812026-07-08T02:34:42.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43822026-07-08T02:34:42.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43832026-07-08T02:34:42.470Z
43842026-07-08T02:34:42.470Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (260/300)
43852026-07-08T02:34:42.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43862026-07-08T02:34:42.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43872026-07-08T02:34:42.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43882026-07-08T02:34:42.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43892026-07-08T02:34:43.057Z
43902026-07-08T02:34:43.057Zinfo: running `cargo check --bins` on nexus-saga-recovery (261/300)
43912026-07-08T02:34:43.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43922026-07-08T02:34:43.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43932026-07-08T02:34:43.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43942026-07-08T02:34:43.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43952026-07-08T02:34:43.635Z
43962026-07-08T02:34:43.635Zinfo: running `cargo check --bins` on nexus-test-utils-macros (262/300)
43972026-07-08T02:34:44.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43982026-07-08T02:34:44.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43992026-07-08T02:34:44.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44002026-07-08T02:34:44.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44012026-07-08T02:34:44.154Z
44022026-07-08T02:34:44.155Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (263/300)
44032026-07-08T02:34:44.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44042026-07-08T02:34:44.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44052026-07-08T02:34:44.929Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44062026-07-08T02:34:45.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
44072026-07-08T02:34:45.840Z
44082026-07-08T02:34:45.840Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (264/300)
44092026-07-08T02:34:46.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44102026-07-08T02:34:46.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44112026-07-08T02:34:46.601Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44122026-07-08T02:35:24.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.32s
44132026-07-08T02:35:24.376Z
44142026-07-08T02:35:24.376Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (265/300)
44152026-07-08T02:35:24.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44162026-07-08T02:35:24.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44172026-07-08T02:35:24.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44182026-07-08T02:35:24.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
44192026-07-08T02:35:24.891Z
44202026-07-08T02:35:24.891Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (266/300)
44212026-07-08T02:35:25.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44222026-07-08T02:35:25.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44232026-07-08T02:35:25.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44242026-07-08T02:35:25.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
44252026-07-08T02:35:25.410Z
44262026-07-08T02:35:25.410Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (267/300)
44272026-07-08T02:35:25.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44282026-07-08T02:35:25.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44292026-07-08T02:35:25.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44302026-07-08T02:35:25.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44312026-07-08T02:35:25.985Z
44322026-07-08T02:35:25.985Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (268/300)
44332026-07-08T02:35:26.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44342026-07-08T02:35:26.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44352026-07-08T02:35:26.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44362026-07-08T02:35:26.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44372026-07-08T02:35:26.569Z
44382026-07-08T02:35:26.569Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (269/300)
44392026-07-08T02:35:27.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44402026-07-08T02:35:27.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44412026-07-08T02:35:27.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44422026-07-08T02:35:27.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44432026-07-08T02:35:27.151Z
44442026-07-08T02:35:27.151Zinfo: running `cargo check --bins` on nexus-mgs-updates (270/300)
44452026-07-08T02:35:27.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44462026-07-08T02:35:27.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44472026-07-08T02:35:27.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44482026-07-08T02:35:27.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44492026-07-08T02:35:27.721Z
44502026-07-08T02:35:27.722Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (271/300)
44512026-07-08T02:35:28.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44522026-07-08T02:35:28.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44532026-07-08T02:35:28.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44542026-07-08T02:35:28.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44552026-07-08T02:35:28.305Z
44562026-07-08T02:35:28.305Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (272/300)
44572026-07-08T02:35:28.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44582026-07-08T02:35:28.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44592026-07-08T02:35:28.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44602026-07-08T02:35:28.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44612026-07-08T02:35:28.888Z
44622026-07-08T02:35:28.888Zinfo: running `cargo check --bins` on nexus-switch-config (273/300)
44632026-07-08T02:35:29.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44642026-07-08T02:35:29.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44652026-07-08T02:35:29.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44662026-07-08T02:35:29.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44672026-07-08T02:35:29.459Z
44682026-07-08T02:35:29.459Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (274/300)
44692026-07-08T02:35:29.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44702026-07-08T02:35:29.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44712026-07-08T02:35:29.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44722026-07-08T02:35:29.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44732026-07-08T02:35:30.052Z
44742026-07-08T02:35:30.052Zinfo: running `cargo check --bins` on support-bundle-collection (275/300)
44752026-07-08T02:35:30.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44762026-07-08T02:35:30.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44772026-07-08T02:35:30.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44782026-07-08T02:35:30.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44792026-07-08T02:35:30.644Z
44802026-07-08T02:35:30.644Zinfo: running `cargo check --bins` on omicron-dev (276/300)
44812026-07-08T02:35:31.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44822026-07-08T02:35:31.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44832026-07-08T02:35:31.488Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44842026-07-08T02:35:31.491Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44852026-07-08T02:35:31.643Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44862026-07-08T02:35:31.659Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44872026-07-08T02:35:31.674Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44882026-07-08T02:35:31.677Z Checking yansi v1.0.1
44892026-07-08T02:35:31.677Z Checking diff v0.1.13
44902026-07-08T02:35:31.692Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44912026-07-08T02:35:31.820Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44922026-07-08T02:35:31.989Z Checking pretty_assertions v1.4.1
44932026-07-08T02:35:32.721Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44942026-07-08T02:35:32.724Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44952026-07-08T02:35:57.239Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44962026-07-08T02:35:57.242Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44972026-07-08T02:35:57.242Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44982026-07-08T02:35:57.242Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44992026-07-08T02:35:57.242Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45002026-07-08T02:35:57.242Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45012026-07-08T02:35:57.267Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45022026-07-08T02:35:58.028Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45032026-07-08T02:35:58.028Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45042026-07-08T02:35:59.222Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45052026-07-08T02:36:36.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
45062026-07-08T02:36:36.784Z
45072026-07-08T02:36:36.784Zinfo: running `cargo check --bins` on omicron-pins (277/300)
45082026-07-08T02:36:37.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-07-08T02:36:37.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-07-08T02:36:37.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45112026-07-08T02:36:37.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
45122026-07-08T02:36:37.309Z
45132026-07-08T02:36:37.309Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (278/300)
45142026-07-08T02:36:37.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45152026-07-08T02:36:37.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45162026-07-08T02:36:38.030Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45172026-07-08T02:36:38.150Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45182026-07-08T02:36:38.150Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45192026-07-08T02:37:05.011Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45202026-07-08T02:37:05.376Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45212026-07-08T02:37:07.105Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45222026-07-08T02:37:07.535Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45232026-07-08T02:37:10.620Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45242026-07-08T02:37:34.023Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45252026-07-08T02:37:34.707Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45262026-07-08T02:37:36.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.96s
45272026-07-08T02:37:36.476Z
45282026-07-08T02:37:36.477Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (279/300)
45292026-07-08T02:37:36.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45302026-07-08T02:37:36.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45312026-07-08T02:37:37.140Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45322026-07-08T02:37:37.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
45332026-07-08T02:37:37.975Z
45342026-07-08T02:37:37.975Zinfo: running `cargo check --bins` on omicron-releng (280/300)
45352026-07-08T02:37:38.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45362026-07-08T02:37:38.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45372026-07-08T02:37:38.570Z Compiling blake3 v1.8.5
45382026-07-08T02:37:38.676Z Checking arrayref v0.3.9
45392026-07-08T02:37:38.676Z Checking arrayvec v0.7.6
45402026-07-08T02:37:38.687Z Checking constant_time_eq v0.4.2
45412026-07-08T02:37:38.694Z Checking topological-sort v0.2.2
45422026-07-08T02:37:38.696Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45432026-07-08T02:37:38.696Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45442026-07-08T02:37:38.696Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45452026-07-08T02:37:38.733Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45462026-07-08T02:37:38.801Z Checking shell-words v1.1.1
45472026-07-08T02:37:39.567Z Checking omicron-zone-package v0.12.3
45482026-07-08T02:37:40.266Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45492026-07-08T02:37:41.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
45502026-07-08T02:37:41.347Z
45512026-07-08T02:37:41.347Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (281/300)
45522026-07-08T02:37:41.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45532026-07-08T02:37:41.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45542026-07-08T02:37:41.937Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45552026-07-08T02:37:42.244Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45562026-07-08T02:37:42.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
45572026-07-08T02:37:42.795Z
45582026-07-08T02:37:42.795Zinfo: running `cargo check --bins` on schema (282/300)
45592026-07-08T02:37:43.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45602026-07-08T02:37:43.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45612026-07-08T02:37:43.467Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45622026-07-08T02:37:44.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45632026-07-08T02:37:44.329Z
45642026-07-08T02:37:44.329Zinfo: running `cargo check --bins` on xtask (283/300)
45652026-07-08T02:37:44.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45662026-07-08T02:37:44.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45672026-07-08T02:37:44.709Z Checking serde_core v1.0.228
45682026-07-08T02:37:44.709Z Checking libc v0.2.185
45692026-07-08T02:37:44.712Z Checking bitflags v2.11.0
45702026-07-08T02:37:44.795Z Checking scroll v0.12.0
45712026-07-08T02:37:44.798Z Checking thiserror v1.0.69
45722026-07-08T02:37:44.806Z Checking log v0.4.29
45732026-07-08T02:37:44.813Z Checking indexmap v2.14.0
45742026-07-08T02:37:44.816Z Checking zerocopy v0.7.35
45752026-07-08T02:37:44.880Z Checking syn v2.0.117
45762026-07-08T02:37:44.924Z Checking dtrace-parser v0.2.0
45772026-07-08T02:37:44.943Z Checking once_cell v1.21.3
45782026-07-08T02:37:45.003Z Checking goblin v0.8.2
45792026-07-08T02:37:45.068Z Checking errno v0.3.14
45802026-07-08T02:37:45.106Z Checking thread-id v4.2.2
45812026-07-08T02:37:45.149Z Checking getrandom v0.4.1
45822026-07-08T02:37:45.178Z Checking rustix v1.1.3
45832026-07-08T02:37:45.189Z Checking memmap v0.7.0
45842026-07-08T02:37:45.273Z Checking thiserror v2.0.18
45852026-07-08T02:37:45.291Z Checking fs-err v3.3.0
45862026-07-08T02:37:45.306Z Checking tabled v0.15.0
45872026-07-08T02:37:45.346Z Checking anyhow v1.0.102
45882026-07-08T02:37:45.941Z Checking terminal_size v0.4.3
45892026-07-08T02:37:45.941Z Checking tempfile v3.25.0
45902026-07-08T02:37:46.066Z Checking clap_builder v4.6.0
45912026-07-08T02:37:46.066Z Checking textwrap v0.16.2
45922026-07-08T02:37:46.199Z Checking serde v1.0.228
45932026-07-08T02:37:46.199Z Checking serde_json v1.0.150
45942026-07-08T02:37:46.199Z Checking camino v1.2.2
45952026-07-08T02:37:46.272Z Checking cargo-platform v0.3.2
45962026-07-08T02:37:46.376Z Checking semver v1.0.28
45972026-07-08T02:37:46.455Z Checking camino-tempfile v1.4.1
45982026-07-08T02:37:46.600Z Checking toml_datetime v0.6.11
45992026-07-08T02:37:46.600Z Checking serde_spanned v0.6.9
46002026-07-08T02:37:46.603Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46012026-07-08T02:37:46.603Z Checking macaddr v1.0.1
46022026-07-08T02:37:46.769Z Checking toml_edit v0.22.27
46032026-07-08T02:37:46.799Z Checking cargo_metadata v0.23.1
46042026-07-08T02:37:46.817Z Checking dof v0.3.0
46052026-07-08T02:37:47.076Z Checking usdt-impl v0.5.0
46062026-07-08T02:37:47.235Z Checking clap v4.6.1
46072026-07-08T02:37:47.328Z Checking usdt v0.5.0
46082026-07-08T02:37:47.759Z Checking toml v0.8.23
46092026-07-08T02:37:48.011Z Checking cargo_toml v0.21.0
46102026-07-08T02:37:48.655Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46112026-07-08T02:37:49.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.70s
46122026-07-08T02:37:49.136Z
46132026-07-08T02:37:49.136Zinfo: running `cargo check --bins` on dnsadm (284/300)
46142026-07-08T02:37:49.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46152026-07-08T02:37:49.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46162026-07-08T02:37:49.713Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46172026-07-08T02:37:50.168Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46182026-07-08T02:37:50.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
46192026-07-08T02:37:50.703Z
46202026-07-08T02:37:50.704Zinfo: running `cargo check --bins` on end-to-end-tests (285/300)
46212026-07-08T02:37:51.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46222026-07-08T02:37:51.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46232026-07-08T02:37:51.454Z Checking cpubits v0.1.1
46242026-07-08T02:37:51.576Z Checking pem-rfc7468 v1.0.0
46252026-07-08T02:37:51.591Z Checking hmac v0.13.0
46262026-07-08T02:37:51.602Z Checking universal-hash v0.6.1
46272026-07-08T02:37:51.617Z Checking ctr v0.10.1
46282026-07-08T02:37:51.617Z Checking aead v0.6.1
46292026-07-08T02:37:51.621Z Checking sha2 v0.11.0
46302026-07-08T02:37:51.654Z Checking aes v0.9.1
46312026-07-08T02:37:51.654Z Checking crypto-bigint v0.7.5
46322026-07-08T02:37:51.708Z Checking polyval v0.7.1
46332026-07-08T02:37:51.721Z Checking der v0.8.0
46342026-07-08T02:37:51.734Z Checking pbkdf2 v0.13.0
46352026-07-08T02:37:51.753Z Checking cbc v0.2.1
46362026-07-08T02:37:51.778Z Checking salsa20 v0.11.0
46372026-07-08T02:37:51.872Z Checking ghash v0.6.0
46382026-07-08T02:37:51.879Z Checking ff v0.14.0
46392026-07-08T02:37:51.917Z Checking signature v3.0.0
46402026-07-08T02:37:51.934Z Checking base16ct v1.0.0
46412026-07-08T02:37:52.003Z Checking hkdf v0.13.0
46422026-07-08T02:37:52.025Z Checking group v0.14.0
46432026-07-08T02:37:52.039Z Checking aes-gcm v0.11.0
46442026-07-08T02:37:52.060Z Checking rfc6979 v0.5.0
46452026-07-08T02:37:52.078Z Compiling curve25519-dalek v5.0.0-rc.0
46462026-07-08T02:37:52.137Z Checking poly1305 v0.9.0
46472026-07-08T02:37:52.170Z Checking blowfish v0.10.0
46482026-07-08T02:37:52.189Z Checking blake2 v0.11.0-rc.6
46492026-07-08T02:37:52.193Z Checking keccak v0.2.0
46502026-07-08T02:37:52.313Z Checking fiat-crypto v0.3.0
46512026-07-08T02:37:52.340Z Checking scrypt v0.12.0
46522026-07-08T02:37:52.355Z Checking sha3 v0.11.0
46532026-07-08T02:37:52.401Z Checking bcrypt-pbkdf v0.11.0
46542026-07-08T02:37:52.440Z Checking argon2 v0.6.0-rc.8
46552026-07-08T02:37:52.496Z Checking kem v0.3.0
46562026-07-08T02:37:52.525Z Checking spki v0.8.0
46572026-07-08T02:37:52.543Z Checking sec1 v0.8.1
46582026-07-08T02:37:52.606Z Checking module-lattice v0.2.3
46592026-07-08T02:37:52.688Z Checking pkcs5 v0.8.1
46602026-07-08T02:37:52.688Z Checking pkcs1 v0.8.0-rc.4
46612026-07-08T02:37:52.738Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46622026-07-08T02:37:52.753Z Checking internal-russh-num-bigint v0.5.0
46632026-07-08T02:37:52.821Z Checking ml-kem v0.3.2
46642026-07-08T02:37:52.897Z Checking num-bigint v0.4.6
46652026-07-08T02:37:52.936Z Checking generic-array v1.4.3
46662026-07-08T02:37:52.987Z Checking pkcs8 v0.11.0
46672026-07-08T02:37:53.186Z Checking ed25519 v3.0.0
46682026-07-08T02:37:53.323Z Checking russh-util v0.52.0
46692026-07-08T02:37:53.337Z Compiling enum_dispatch v0.3.13
46702026-07-08T02:37:53.372Z Checking ed25519-dalek v3.0.0-rc.0
46712026-07-08T02:37:53.442Z Compiling delegate v0.13.5
46722026-07-08T02:37:53.590Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46732026-07-08T02:37:53.606Z Checking hex-literal v1.1.0
46742026-07-08T02:37:53.620Z Checking md5 v0.8.0
46752026-07-08T02:37:53.725Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46762026-07-08T02:37:53.787Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46772026-07-08T02:37:53.832Z Checking socket2 v0.5.10
46782026-07-08T02:37:53.852Z Checking elliptic-curve v0.14.0-rc.33
46792026-07-08T02:37:53.990Z Checking primefield v0.14.0
46802026-07-08T02:37:54.011Z Checking ssh-encoding v0.3.0-rc.9
46812026-07-08T02:37:54.085Z Checking crypto-primes v0.7.2
46822026-07-08T02:37:54.195Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46832026-07-08T02:37:54.231Z Checking ssh-cipher v0.3.0-rc.9
46842026-07-08T02:37:54.297Z Checking russh-cryptovec v0.61.0
46852026-07-08T02:37:54.320Z Checking primeorder v0.14.0-rc.10
46862026-07-08T02:37:54.406Z Checking ecdsa v0.17.0-rc.18
46872026-07-08T02:37:54.435Z Checking internet-checksum v0.2.1
46882026-07-08T02:37:54.754Z Checking p521 v0.14.0-rc.10
46892026-07-08T02:37:54.754Z Checking p256 v0.14.0-rc.10
46902026-07-08T02:37:55.032Z Checking rsa v0.10.0-rc.18
46912026-07-08T02:37:57.095Z Checking p384 v0.14.0-rc.10
46922026-07-08T02:37:59.001Z Checking ssh-key v0.7.0-rc.10
46932026-07-08T02:37:59.754Z Checking russh v0.61.2
46942026-07-08T02:38:12.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.32s
46952026-07-08T02:38:12.232Z
46962026-07-08T02:38:12.232Zinfo: running `cargo check --bins` on gateway-cli (286/300)
46972026-07-08T02:38:12.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46982026-07-08T02:38:12.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46992026-07-08T02:38:12.821Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
47002026-07-08T02:38:12.927Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
47012026-07-08T02:38:12.934Z Checking termios v0.3.3
47022026-07-08T02:38:14.136Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
47032026-07-08T02:38:14.277Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
47042026-07-08T02:38:15.910Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47052026-07-08T02:38:16.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s
47062026-07-08T02:38:16.630Z
47072026-07-08T02:38:16.630Zinfo: running `cargo check --bins --no-default-features` on installinator (287/300)
47082026-07-08T02:38:17.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47092026-07-08T02:38:17.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47102026-07-08T02:38:17.282Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
47112026-07-08T02:38:17.285Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47122026-07-08T02:38:17.285Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
47132026-07-08T02:38:17.285Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
47142026-07-08T02:38:17.285Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47152026-07-08T02:38:17.421Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47162026-07-08T02:38:18.143Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47172026-07-08T02:38:18.470Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
47182026-07-08T02:38:18.473Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47192026-07-08T02:38:19.089Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47202026-07-08T02:38:20.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
47212026-07-08T02:38:20.867Z
47222026-07-08T02:38:20.867Zinfo: running `cargo check --bins` on internal-dns-cli (288/300)
47232026-07-08T02:38:21.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47242026-07-08T02:38:21.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47252026-07-08T02:38:21.447Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
47262026-07-08T02:38:21.883Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47272026-07-08T02:38:22.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
47282026-07-08T02:38:22.349Z
47292026-07-08T02:38:22.349Zinfo: running `cargo check --bins` on omicron-live-tests (289/300)
47302026-07-08T02:38:22.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47312026-07-08T02:38:22.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47322026-07-08T02:38:22.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47332026-07-08T02:38:22.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47342026-07-08T02:38:22.873Z
47352026-07-08T02:38:22.873Zinfo: running `cargo check --bins` on live-tests-macros (290/300)
47362026-07-08T02:38:23.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47372026-07-08T02:38:23.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47382026-07-08T02:38:23.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47392026-07-08T02:38:23.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47402026-07-08T02:38:23.396Z
47412026-07-08T02:38:23.396Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (291/300)
47422026-07-08T02:38:23.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47432026-07-08T02:38:23.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47442026-07-08T02:38:24.086Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47452026-07-08T02:38:24.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
47462026-07-08T02:38:24.844Z
47472026-07-08T02:38:24.844Zinfo: running `cargo check --bins` on omicron-ntp-admin (292/300)
47482026-07-08T02:38:25.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47492026-07-08T02:38:25.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47502026-07-08T02:38:25.438Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47512026-07-08T02:38:25.441Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47522026-07-08T02:38:25.704Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47532026-07-08T02:38:25.707Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47542026-07-08T02:38:26.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
47552026-07-08T02:38:26.652Z
47562026-07-08T02:38:26.652Zinfo: running `cargo check --bins` on ntp-admin-types (293/300)
47572026-07-08T02:38:27.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47582026-07-08T02:38:27.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47592026-07-08T02:38:27.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47602026-07-08T02:38:27.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47612026-07-08T02:38:27.175Z
47622026-07-08T02:38:27.175Zinfo: running `cargo check --bins` on omicron-package (294/300)
47632026-07-08T02:38:27.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47642026-07-08T02:38:27.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47652026-07-08T02:38:27.794Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47662026-07-08T02:38:28.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
47672026-07-08T02:38:29.008Z
47682026-07-08T02:38:29.008Zinfo: running `cargo check --bins` on tqdb (295/300)
47692026-07-08T02:38:29.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47702026-07-08T02:38:29.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47712026-07-08T02:38:29.717Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47722026-07-08T02:38:30.059Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47732026-07-08T02:38:30.563Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47742026-07-08T02:38:30.565Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47752026-07-08T02:38:36.539Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47762026-07-08T02:38:36.542Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47772026-07-08T02:38:37.110Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47782026-07-08T02:38:37.113Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47792026-07-08T02:38:37.113Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47802026-07-08T02:38:37.113Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47812026-07-08T02:38:37.856Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47822026-07-08T02:38:38.873Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47832026-07-08T02:38:39.653Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47842026-07-08T02:38:40.257Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47852026-07-08T02:38:45.156Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47862026-07-08T02:38:51.744Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47872026-07-08T02:38:51.747Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47882026-07-08T02:38:51.747Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47892026-07-08T02:38:51.747Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47902026-07-08T02:38:53.219Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47912026-07-08T02:38:54.526Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47922026-07-08T02:38:55.180Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47932026-07-08T02:38:56.395Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47942026-07-08T02:38:56.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.90s
47952026-07-08T02:38:57.110Z
47962026-07-08T02:38:57.111Zinfo: running `cargo check --bins` on wicket-dbg (296/300)
47972026-07-08T02:38:57.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47982026-07-08T02:38:57.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47992026-07-08T02:38:57.757Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48002026-07-08T02:38:57.757Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48012026-07-08T02:38:57.760Z Checking rtoolbox v0.0.3
48022026-07-08T02:38:57.760Z Checking tui-tree-widget v0.23.1
48032026-07-08T02:38:57.977Z Checking rpassword v7.4.0
48042026-07-08T02:38:59.023Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48052026-07-08T02:39:02.077Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48062026-07-08T02:39:03.919Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48072026-07-08T02:39:04.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.67s
48082026-07-08T02:39:04.973Z
48092026-07-08T02:39:04.973Zinfo: running `cargo check --bins` on wicket (297/300)
48102026-07-08T02:39:05.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48112026-07-08T02:39:05.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48122026-07-08T02:39:05.605Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48132026-07-08T02:39:05.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
48142026-07-08T02:39:06.125Z
48152026-07-08T02:39:06.125Zinfo: running `cargo check --bins` on wicketd (298/300)
48162026-07-08T02:39:06.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48172026-07-08T02:39:06.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48182026-07-08T02:39:06.781Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
48192026-07-08T02:39:06.784Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48202026-07-08T02:39:06.784Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48212026-07-08T02:39:06.784Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
48222026-07-08T02:39:07.745Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48232026-07-08T02:39:08.295Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48242026-07-08T02:39:11.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.16s
48252026-07-08T02:39:11.477Z
48262026-07-08T02:39:11.478Zinfo: running `cargo check --bins` on omicron-workspace-hack (299/300)
48272026-07-08T02:39:11.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48282026-07-08T02:39:11.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48292026-07-08T02:39:11.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48302026-07-08T02:39:11.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
48312026-07-08T02:39:11.991Z
48322026-07-08T02:39:11.991Zinfo: running `cargo check --bins` on zone-setup (300/300)
48332026-07-08T02:39:12.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48342026-07-08T02:39:12.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48352026-07-08T02:39:12.600Z Checking uzers v0.12.2
48362026-07-08T02:39:12.863Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48372026-07-08T02:39:13.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
48382026-07-08T02:39:13.776Z
48392026-07-08T02:39:13.776Zreal 13:44.557646894
48402026-07-08T02:39:13.776Zuser 20:53.721481416
48412026-07-08T02:39:13.776Zsys 4:07.043091342
48422026-07-08T02:39:13.776Ztrap 0.324720422
48432026-07-08T02:39:13.776Ztflt 0.654732895
48442026-07-08T02:39:13.776Zdflt 1.123464788
48452026-07-08T02:39:13.776Zkflt 0.004601042
48462026-07-08T02:39:13.776Zlock 1:16:08.221335521
48472026-07-08T02:39:13.776Zslp 1:39:41.756722451
48482026-07-08T02:39:13.776Zlat 56.064054848
48492026-07-08T02:39:13.776Zstop 3:30.129284096
48502026-07-08T02:39:13.781Zprocess exited: duration 946482 ms, exit code 0
 
48512026-07-08T02:39:13.788Zfound 0 output files