01KWJ98AM0NT7AHCZR2J149NHN: 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: 01KWJ9908VTBP29FXFK7RY63H5

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-02T20:46:28.174Zjob assigned to worker 01KWJ9979B5V5FZ4NC4YRNYERC [factory aws, i-08c79c9a721b0d3e1] (queued for 48 s)
 
22026-07-02T20:46:34.928Zstarting task 0: "setup"
32026-07-02T20:46:34.935Z++ uname -s
42026-07-02T20:46:34.940Z+ kern=SunOS
52026-07-02T20:46:34.940Z+ build_user=build
62026-07-02T20:46:34.940Z+ build_uid=12345
72026-07-02T20:46:34.940Z+ work_dir=/work
82026-07-02T20:46:34.940Z+ input_dir=/input
92026-07-02T20:46:34.940Z+ [[ 0 == 12345 ]]
102026-07-02T20:46:34.940Z+ case "$kern" in
112026-07-02T20:46:34.940Z+ groupadd -g 12345 build
122026-07-02T20:46:34.940Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-02T20:46:36.945Z+ zfs create -o mountpoint=/work rpool/work
142026-07-02T20:46:37.005Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-02T20:46:37.008Z+ home_fs=zfs
162026-07-02T20:46:37.008Z+ [[ zfs == autofs ]]
172026-07-02T20:46:37.008Z+ mkdir -p /home/build
182026-07-02T20:46:37.009Z+ chown build:build /home/build /work
192026-07-02T20:46:39.009Z+ chmod 0700 /home/build /work
202026-07-02T20:46:39.012Zprocess exited: duration 4084 ms, exit code 0
 
212026-07-02T20:46:39.018Zstarting task 1: "rust-toolchain"
222026-07-02T20:46:39.022Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-02T20:46:39.023Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-02T20:46:39.023Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-02T20:46:39.023Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-02T20:46:39.025Z * rust toolchain channel = "1.96.1"
272026-07-02T20:46:39.025Z * rust toolchain profile = "default"
282026-07-02T20:46:39.026Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-02T20:46:39.026Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-02T20:46:39.107Zinfo: downloading installer
312026-07-02T20:46:40.567Zwarn: It looks like you have an existing rustup settings file at:
322026-07-02T20:46:40.568Zwarn: /home/build/.rustup/settings.toml
332026-07-02T20:46:40.568Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-02T20:46:40.568Zwarn: instead of the one inferred from the default host triple.
352026-07-02T20:46:40.581Zinfo: profile set to default
362026-07-02T20:46:40.581Zinfo: default host triple is x86_64-unknown-illumos
372026-07-02T20:46:40.584Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-02T20:46:40.746Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-02T20:46:40.749Zinfo: downloading 6 components
402026-07-02T20:46:57.423Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-02T20:46:57.423Z
422026-07-02T20:46:57.449Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-02T20:46:57.449Z
442026-07-02T20:46:57.449Z
452026-07-02T20:46:57.449ZRust is installed now. Great!
462026-07-02T20:46:57.449Z
472026-07-02T20:46:57.449ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-02T20:46:57.449Zenvironment variable. This has not been done automatically.
492026-07-02T20:46:57.449Z
502026-07-02T20:46:57.449ZTo configure your current shell, you need to source
512026-07-02T20:46:57.449Zthe corresponding env file under $HOME/.cargo.
522026-07-02T20:46:57.449Z
532026-07-02T20:46:57.449ZThis is usually done by running one of the following (note the leading DOT):
542026-07-02T20:46:57.449Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-02T20:46:57.453Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-02T20:46:57.453Zsource "~/.cargo/env.nu" # For nushell
572026-07-02T20:46:57.453Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-02T20:46:57.453Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-02T20:46:57.453Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-02T20:46:57.453Zwarn: no default linker (`cc`) was found in your PATH
612026-07-02T20:46:57.453Zwarn: many Rust crates require a system C toolchain to build
622026-07-02T20:46:57.544Z+ rustup --version
632026-07-02T20:46:57.555Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-02T20:46:57.559Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-02T20:46:57.574Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-02T20:46:57.578Z+ cargo --version
672026-07-02T20:46:57.591Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-02T20:46:57.594Z+ rustc --version
692026-07-02T20:46:57.613Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-02T20:46:57.617Zprocess exited: duration 18597 ms, exit code 0
 
712026-07-02T20:46:57.624Zstarting task 2: "authentication"
722026-07-02T20:46:57.643Zprocess exited: duration 17 ms, exit code 0
 
732026-07-02T20:46:57.653Zstarting task 3: "clone repository"
742026-07-02T20:46:57.655Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-02T20:46:57.656Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-02T20:46:57.685ZCloning into '/work/oxidecomputer/omicron'...
772026-07-02T20:47:08.015Z+ cd /work/oxidecomputer/omicron
782026-07-02T20:47:08.015Z+ git fetch origin b831bf41c12f245329744a302354e935ca90124c
792026-07-02T20:47:08.293ZFrom https://github.com/oxidecomputer/omicron
802026-07-02T20:47:08.293Z * branch b831bf41c12f245329744a302354e935ca90124c -> FETCH_HEAD
812026-07-02T20:47:08.305Z+ [[ -n jmcarp/oximeter-queue-depth-metric ]]
822026-07-02T20:47:08.308Z++ git branch --show-current
832026-07-02T20:47:08.308Z+ current=main
842026-07-02T20:47:08.308Z+ [[ main != jmcarp/oximeter-queue-depth-metric ]]
852026-07-02T20:47:08.310Z+ git branch -f jmcarp/oximeter-queue-depth-metric b831bf41c12f245329744a302354e935ca90124c
862026-07-02T20:47:08.313Z+ git checkout -f jmcarp/oximeter-queue-depth-metric
872026-07-02T20:47:08.578ZSwitched to branch 'jmcarp/oximeter-queue-depth-metric'
882026-07-02T20:47:08.587Z+ git reset --hard b831bf41c12f245329744a302354e935ca90124c
892026-07-02T20:47:08.587ZHEAD is now at b831bf41c Oximeter: add queue depth metric.
902026-07-02T20:47:08.587Zprocess exited: duration 10927 ms, exit code 0
 
912026-07-02T20:47:08.593Zstarting task 4: "build"
922026-07-02T20:47:08.598Z+ source .github/buildomat/ci-env.sh
932026-07-02T20:47:08.598Z++ export CARGO_TERM_COLOR=always
942026-07-02T20:47:08.598Z++ CARGO_TERM_COLOR=always
952026-07-02T20:47:08.598Z+ cargo --version
962026-07-02T20:47:08.610Zcargo 1.96.1 (356927216 2026-06-26)
972026-07-02T20:47:08.615Z+ rustc --version
982026-07-02T20:47:08.632Zrustc 1.96.1 (31fca3adb 2026-06-26)
992026-07-02T20:47:08.635Z+ source ./env.sh
1002026-07-02T20:47:08.635Z++ OLD_SHELL_OPTS=ehxB
1012026-07-02T20:47:08.635Z++ set -o xtrace
1022026-07-02T20:47:08.639Z++++ dirname ./env.sh
1032026-07-02T20:47:08.639Z+++ readlink -f .
1042026-07-02T20:47:08.643Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-07-02T20:47:08.643Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-07-02T20:47:08.643Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-07-02T20:47:08.643Z++ 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
1082026-07-02T20:47:08.643Z++ 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
1092026-07-02T20:47:08.643Z++ 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
1102026-07-02T20:47:08.643Z++ 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
1112026-07-02T20:47:08.643Z++ 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
1122026-07-02T20:47:08.643Z++ 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
1132026-07-02T20:47:08.643Z++ 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
1142026-07-02T20:47:08.643Z++ 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
1152026-07-02T20:47:08.643Z++ case $OLD_SHELL_OPTS in
1162026-07-02T20:47:08.643Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-07-02T20:47:08.643Z+ 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
1182026-07-02T20:47:08.643Z+ 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
1192026-07-02T20:47:08.643Z+ banner prerequisites
1202026-07-02T20:47:08.643Z
1212026-07-02T20:47:08.643Z ##### ##### ###### ##### ###### #### # # # #### #
1222026-07-02T20:47:08.643Z # # # # # # # # # # # # # # #
1232026-07-02T20:47:08.643Z # # # # ##### # # ##### # # # # # #### #
1242026-07-02T20:47:08.643Z ##### ##### # ##### # # # # # # # # #
1252026-07-02T20:47:08.643Z # # # # # # # # # # # # # # #
1262026-07-02T20:47:08.643Z # # # ###### # # ###### ### # #### # #### #
1272026-07-02T20:47:08.643Z
1282026-07-02T20:47:08.648Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292026-07-02T20:47:10.116Z Startup: Refreshing catalog 'helios' ... Done
1302026-07-02T20:47:10.226Z Startup: Caching catalogs ... Done
1312026-07-02T20:47:10.716ZPlanning: Solver setup ... Done (0.443s)
1322026-07-02T20:47:10.743ZPlanning: Running solver ... Done (0.027s)
1332026-07-02T20:47:10.754ZPlanning: Finding local manifests ... Done (0.003s)
1342026-07-02T20:47:10.766ZPlanning: Fetching manifests: 0/2 0% complete
1352026-07-02T20:47:10.787ZPlanning: Fetching manifests: 2/2 100% complete
1362026-07-02T20:47:10.798ZPlanning: Package planning ... Done (0.013s)
1372026-07-02T20:47:10.801ZPlanning: Merging actions ... Done (0.001s)
1382026-07-02T20:47:10.966ZPlanning: Checking for conflicting actions ... Done (0.166s)
1392026-07-02T20:47:10.969ZPlanning: Consolidating action changes ... Done (0.001s)
1402026-07-02T20:47:11.768ZPlanning: Evaluating mediators ... Done (0.801s)
1412026-07-02T20:47:11.771ZPlanning: Planning completed in 1.52 seconds
1422026-07-02T20:47:11.778Z Packages to install: 2
1432026-07-02T20:47:11.778Z Estimated space available: 156.06 GB
1442026-07-02T20:47:11.782ZEstimated space to be consumed: 30.98 MB
1452026-07-02T20:47:11.782Z Create boot environment: No
1462026-07-02T20:47:11.782ZCreate backup boot environment: No
1472026-07-02T20:47:11.782Z Rebuild boot archive: No
1482026-07-02T20:47:11.782Z
1492026-07-02T20:47:11.782ZChanged packages:
1502026-07-02T20:47:11.782Zhelios
1512026-07-02T20:47:11.782Z developer/build-essential
1522026-07-02T20:47:11.782Z None -> 11-3.0
1532026-07-02T20:47:11.782Z library/libxmlsec1
1542026-07-02T20:47:11.783Z None -> 1.2.35-3.0
1552026-07-02T20:47:11.801Z
1562026-07-02T20:47:11.801ZDownload: 0/214 items 0.0/1.3MB 0% complete
1572026-07-02T20:47:12.292ZDownload: Completed 1.28 MB in 0.49 seconds (2.6M/s)
1582026-07-02T20:47:12.376Z Actions: 1/268 actions (Installing new actions)
1592026-07-02T20:47:12.413Z Actions: Completed 268 actions in 0.04 seconds.
1602026-07-02T20:47:12.424ZFinalize: Updating package state database ... Done (0.011s)
1612026-07-02T20:47:12.427ZFinalize: Updating package cache ... Done (0.000s)
1622026-07-02T20:47:12.453ZFinalize: Updating image state ... Done (0.029s)
1632026-07-02T20:47:14.875ZFinalize: Creating fast lookup database ... Done (2.396s)
1642026-07-02T20:47:14.944ZFinalize: Reading search index ... Done (0.012s)
1652026-07-02T20:47:14.947ZFinalize: Updating search index ... Done (0.000s)
1662026-07-02T20:47:15.033ZFinalize: Updating package cache ... Done (0.000s)
1672026-07-02T20:47:15.354ZPlanning: Evaluating mediator changes ... Done
1682026-07-02T20:47:15.462ZPlanning: Checking for conflicting actions ... Done
1692026-07-02T20:47:15.465ZPlanning: Consolidating action changes ... Done
1702026-07-02T20:47:15.618ZPlanning: Evaluating mediators ... Done
1712026-07-02T20:47:15.621ZPlanning: Planning completed in 0.26 seconds
1722026-07-02T20:47:15.641Z Mediators to change: 2
1732026-07-02T20:47:15.641Z Create boot environment: No
1742026-07-02T20:47:15.641ZCreate backup boot environment: No
1752026-07-02T20:47:15.689ZFinalize: Updating package state database ... Done
1762026-07-02T20:47:15.689ZFinalize: Updating package cache ... Done
1772026-07-02T20:47:15.705ZFinalize: Updating image state ... Done
1782026-07-02T20:47:17.657ZFinalize: Creating fast lookup database ... Done
1792026-07-02T20:47:17.721ZFinalize: Reading search index ... Done
1802026-07-02T20:47:17.724ZFinalize: Updating search index ... Done
1812026-07-02T20:47:17.779ZFinalize: Updating package cache ... Done
1822026-07-02T20:47:18.065ZPlanning: Evaluating mediator changes ... Done
1832026-07-02T20:47:18.172ZPlanning: Checking for conflicting actions ... Done
1842026-07-02T20:47:18.180ZPlanning: Consolidating action changes ... Done
1852026-07-02T20:47:18.330ZPlanning: Evaluating mediators ... Done
1862026-07-02T20:47:18.333ZPlanning: Planning completed in 0.27 seconds
1872026-07-02T20:47:18.355Z Mediators to change: 1
1882026-07-02T20:47:18.355Z Create boot environment: No
1892026-07-02T20:47:18.355ZCreate backup boot environment: No
1902026-07-02T20:47:18.427ZFinalize: Updating package state database ... Done
1912026-07-02T20:47:18.427ZFinalize: Updating package cache ... Done
1922026-07-02T20:47:18.427ZFinalize: Updating image state ... Done
1932026-07-02T20:47:20.360ZFinalize: Creating fast lookup database ... Done
1942026-07-02T20:47:20.423ZFinalize: Reading search index ... Done
1952026-07-02T20:47:20.426ZFinalize: Updating search index ... Done
1962026-07-02T20:47:20.485ZFinalize: Updating package cache ... Done
1972026-07-02T20:47:20.800ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982026-07-02T20:47:20.801Zapache system 2.4 system
1992026-07-02T20:47:20.801Zclang system 15 system
2002026-07-02T20:47:20.801Zcsh system system illumos
2012026-07-02T20:47:20.801Zctags system system illumos
2022026-07-02T20:47:20.801Zfile vendor vendor darwinsys
2032026-07-02T20:47:20.801Zfile system system illumos
2042026-07-02T20:47:20.801Zgcc vendor 14 vendor
2052026-07-02T20:47:20.801Zgcc system 13 system
2062026-07-02T20:47:20.801Zgcc system 10 system
2072026-07-02T20:47:20.801Zgo system 1.25 system
2082026-07-02T20:47:20.801Zllvm system 15 system
2092026-07-02T20:47:20.801Zmariadb system 11.4 system
2102026-07-02T20:47:20.801Zmta vendor vendor dma
2112026-07-02T20:47:20.801Zopenjdk system 17 system
2122026-07-02T20:47:20.801Zopenjdk system 11 system
2132026-07-02T20:47:20.802Zopenssl vendor 3 vendor
2142026-07-02T20:47:20.802Zperl system 5.40 system
2152026-07-02T20:47:20.802Zpostgresql system 18 system
2162026-07-02T20:47:20.802Zpostgresql system 17 system
2172026-07-02T20:47:20.802Zpython vendor 3 vendor
2182026-07-02T20:47:20.802Zpython system 2 system
2192026-07-02T20:47:20.802Zpython3 vendor 3.13 vendor
2202026-07-02T20:47:20.802Zruby system 3.4 system
2212026-07-02T20:47:20.802Zruby system 3.0 system
2222026-07-02T20:47:20.802Zwords vendor vendor american-english
2232026-07-02T20:47:20.802Zwords system system australian-english
2242026-07-02T20:47:20.803Zwords system system british-english
2252026-07-02T20:47:20.803Zwords system system canadian-english
2262026-07-02T20:47:20.803Zwords system system french
2272026-07-02T20:47:20.803Zwords system system italian
2282026-07-02T20:47:20.803Zwords system system ngerman
2292026-07-02T20:47:20.803Zwords system system ogerman
2302026-07-02T20:47:20.803Zwords system system spanish
2312026-07-02T20:47:21.060ZPUBLISHER TYPE STATUS P LOCATION
2322026-07-02T20:47:21.060Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2332026-07-02T20:47:21.365ZFMRI IFO
2342026-07-02T20:47:21.365Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2352026-07-02T20:47:21.365Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2362026-07-02T20:47:21.365Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2372026-07-02T20:47:21.365Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2382026-07-02T20:47:21.365Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2392026-07-02T20:47:21.365Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2402026-07-02T20:47:21.365Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2412026-07-02T20:47:21.365Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2422026-07-02T20:47:21.365Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2432026-07-02T20:47:21.631Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2442026-07-02T20:47:21.906Z Updating crates.io index
2452026-07-02T20:47:21.909Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2462026-07-02T20:47:22.162Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2472026-07-02T20:47:22.453Z Updating git repository `https://github.com/oxidecomputer/propolis`
2482026-07-02T20:47:23.419Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2492026-07-02T20:47:23.895Z Updating git repository `https://github.com/oxidecomputer/crucible`
2502026-07-02T20:47:25.432Z Updating git repository `https://github.com/oxidecomputer/opte`
2512026-07-02T20:47:26.177Z Updating git repository `https://github.com/oxidecomputer/tofino`
2522026-07-02T20:47:26.429Z Updating git repository `https://github.com/oxidecomputer/lldp`
2532026-07-02T20:47:26.727Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2542026-07-02T20:47:27.728Z Updating git repository `https://github.com/oxidecomputer/clickward`
2552026-07-02T20:47:27.960Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2562026-07-02T20:47:28.271Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2572026-07-02T20:47:28.529Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2582026-07-02T20:47:28.981Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2592026-07-02T20:47:29.498Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-07-02T20:47:29.717Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2612026-07-02T20:47:29.945Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2622026-07-02T20:47:30.200Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2632026-07-02T20:47:30.501Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2642026-07-02T20:47:30.897Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2652026-07-02T20:47:31.157Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2662026-07-02T20:47:31.405Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2672026-07-02T20:47:31.756Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-07-02T20:47:32.085Z Updating git repository `https://github.com/oxidecomputer/erebor`
2692026-07-02T20:47:32.310Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2702026-07-02T20:47:32.878Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2712026-07-02T20:47:33.123Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2722026-07-02T20:47:33.423Z Updating git repository `https://github.com/oxidecomputer/ispf`
2732026-07-02T20:47:33.663Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2742026-07-02T20:47:33.901Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2752026-07-02T20:47:34.220Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-07-02T20:47:34.559Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2772026-07-02T20:47:34.920Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-07-02T20:47:35.200Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2792026-07-02T20:47:35.459Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2802026-07-02T20:47:35.717Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2812026-07-02T20:47:36.171Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2822026-07-02T20:47:36.398Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2832026-07-02T20:47:36.657Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2842026-07-02T20:47:36.899Z Updating git repository `https://github.com/illumos/smf-rs`
2852026-07-02T20:47:39.884Z Downloading crates ...
2862026-07-02T20:47:39.935Z Downloaded cfg-if v1.0.4
2872026-07-02T20:47:39.940Z Downloaded generic-array v0.14.7
2882026-07-02T20:47:39.944Z Downloaded macaddr v1.0.1
2892026-07-02T20:47:39.948Z Downloaded once_cell v1.21.3
2902026-07-02T20:47:39.951Z Downloaded quote v1.0.45
2912026-07-02T20:47:39.955Z Downloaded cargo-platform v0.3.2
2922026-07-02T20:47:39.962Z Downloaded byteorder v1.5.0
2932026-07-02T20:47:39.962Z Downloaded zerocopy-derive v0.7.35
2942026-07-02T20:47:39.969Z Downloaded zmij v1.0.21
2952026-07-02T20:47:39.969Z Downloaded bytecount v0.6.9
2962026-07-02T20:47:39.969Z Downloaded anstream v1.0.0
2972026-07-02T20:47:39.970Z Downloaded usdt v0.5.0
2982026-07-02T20:47:39.975Z Downloaded zerocopy v0.7.35
2992026-07-02T20:47:39.979Z Downloaded thiserror v2.0.18
3002026-07-02T20:47:39.982Z Downloaded dof v0.3.0
3012026-07-02T20:47:39.985Z Downloaded colorchoice v1.0.4
3022026-07-02T20:47:39.985Z Downloaded unicode-linebreak v0.1.5
3032026-07-02T20:47:39.985Z Downloaded swrite v0.1.0
3042026-07-02T20:47:39.988Z Downloaded camino-tempfile v1.4.1
3052026-07-02T20:47:39.988Z Downloaded anstyle-query v1.1.5
3062026-07-02T20:47:39.991Z Downloaded cargo_toml v0.21.0
3072026-07-02T20:47:39.994Z Downloaded memmap v0.7.0
3082026-07-02T20:47:39.998Z Downloaded usdt-attr-macro v0.5.0
3092026-07-02T20:47:40.003Z Downloaded heck v0.5.0
3102026-07-02T20:47:40.003Z Downloaded clap_lex v1.0.0
3112026-07-02T20:47:40.003Z Downloaded fnv v1.0.7
3122026-07-02T20:47:40.007Z Downloaded anyhow v1.0.102
3132026-07-02T20:47:40.011Z Downloaded cargo_metadata v0.23.1
3142026-07-02T20:47:40.017Z Downloaded block-buffer v0.10.4
3152026-07-02T20:47:40.017Z Downloaded crypto-common v0.1.7
3162026-07-02T20:47:40.022Z Downloaded anstyle-parse v1.0.0
3172026-07-02T20:47:40.028Z Downloaded smawk v0.3.2
3182026-07-02T20:47:40.032Z Downloaded scroll_derive v0.12.1
3192026-07-02T20:47:40.033Z Downloaded toml_datetime v0.6.11
3202026-07-02T20:47:40.033Z Downloaded thread-id v4.2.2
3212026-07-02T20:47:40.037Z Downloaded bitflags v2.11.0
3222026-07-02T20:47:40.046Z Downloaded camino v1.2.2
3232026-07-02T20:47:40.051Z Downloaded autocfg v1.5.0
3242026-07-02T20:47:40.051Z Downloaded version_check v0.9.5
3252026-07-02T20:47:40.051Z Downloaded proc-macro-error-attr v1.0.4
3262026-07-02T20:47:40.051Z Downloaded plain v0.2.3
3272026-07-02T20:47:40.055Z Downloaded pretty-hex v0.4.1
3282026-07-02T20:47:40.058Z Downloaded cpufeatures v0.2.17
3292026-07-02T20:47:40.069Z Downloaded itoa v1.0.17
3302026-07-02T20:47:40.073Z Downloaded tabled_derive v0.7.0
3312026-07-02T20:47:40.073Z Downloaded errno v0.3.14
3322026-07-02T20:47:40.080Z Downloaded serde_spanned v0.6.9
3332026-07-02T20:47:40.080Z Downloaded toml_write v0.1.2
3342026-07-02T20:47:40.085Z Downloaded is_terminal_polyfill v1.70.2
3352026-07-02T20:47:40.094Z Downloaded dtrace-parser v0.2.0
3362026-07-02T20:47:40.094Z Downloaded usdt-macro v0.5.0
3372026-07-02T20:47:40.099Z Downloaded utf8parse v0.2.2
3382026-07-02T20:47:40.099Z Downloaded heck v0.4.1
3392026-07-02T20:47:40.103Z Downloaded strsim v0.11.1
3402026-07-02T20:47:40.103Z Downloaded toml v0.8.23
3412026-07-02T20:47:40.115Z Downloaded terminal_size v0.4.3
3422026-07-02T20:47:40.115Z Downloaded scroll v0.12.0
3432026-07-02T20:47:40.126Z Downloaded fastrand v2.3.0
3442026-07-02T20:47:40.127Z Downloaded thiserror-impl v1.0.69
3452026-07-02T20:47:40.137Z Downloaded usdt-impl v0.5.0
3462026-07-02T20:47:40.137Z Downloaded thiserror v1.0.69
3472026-07-02T20:47:40.148Z Downloaded digest v0.10.7
3482026-07-02T20:47:40.148Z Downloaded equivalent v1.0.2
3492026-07-02T20:47:40.148Z Downloaded proc-macro-error v1.0.4
3502026-07-02T20:47:40.149Z Downloaded serde_tokenstream v0.2.3
3512026-07-02T20:47:40.182Z Downloaded sha2 v0.10.9
3522026-07-02T20:47:40.215Z Downloaded clap_derive v4.6.1
3532026-07-02T20:47:40.215Z Downloaded anstyle v1.0.14
3542026-07-02T20:47:40.282Z Downloaded semver v1.0.28
3552026-07-02T20:47:40.282Z Downloaded tempfile v3.25.0
3562026-07-02T20:47:40.282Z Downloaded pest_generator v2.8.6
3572026-07-02T20:47:40.282Z Downloaded pest_derive v2.8.6
3582026-07-02T20:47:40.282Z Downloaded winnow v0.7.14
3592026-07-02T20:47:40.282Z Downloaded ucd-trie v0.1.7
3602026-07-02T20:47:40.282Z Downloaded clap v4.6.1
3612026-07-02T20:47:40.313Z Downloaded unicode-ident v1.0.24
3622026-07-02T20:47:40.313Z Downloaded log v0.4.29
3632026-07-02T20:47:40.313Z Downloaded fs-err v3.3.0
3642026-07-02T20:47:40.313Z Downloaded getrandom v0.4.1
3652026-07-02T20:47:40.313Z Downloaded serde_core v1.0.228
3662026-07-02T20:47:40.313Z Downloaded serde_derive v1.0.228
3672026-07-02T20:47:40.313Z Downloaded thiserror-impl v2.0.18
3682026-07-02T20:47:40.313Z Downloaded proc-macro2 v1.0.106
3692026-07-02T20:47:40.313Z Downloaded memchr v2.8.0
3702026-07-02T20:47:40.313Z Downloaded textwrap v0.16.2
3712026-07-02T20:47:40.313Z Downloaded pest_meta v2.8.6
3722026-07-02T20:47:40.314Z Downloaded toml_edit v0.22.27
3732026-07-02T20:47:40.314Z Downloaded serde v1.0.228
3742026-07-02T20:47:40.314Z Downloaded papergrid v0.11.0
3752026-07-02T20:47:40.314Z Downloaded typenum v1.20.1
3762026-07-02T20:47:40.322Z Downloaded indexmap v2.14.0
3772026-07-02T20:47:40.322Z Downloaded pest v2.8.6
3782026-07-02T20:47:40.345Z Downloaded goblin v0.8.2
3792026-07-02T20:47:40.362Z Downloaded serde_json v1.0.150
3802026-07-02T20:47:40.369Z Downloaded hashbrown v0.17.0
3812026-07-02T20:47:40.370Z Downloaded clap_builder v4.6.0
3822026-07-02T20:47:40.384Z Downloaded tabled v0.15.0
3832026-07-02T20:47:40.430Z Downloaded syn v1.0.109
3842026-07-02T20:47:40.460Z Downloaded unicode-width v0.2.0
3852026-07-02T20:47:40.460Z Downloaded unicode-width v0.1.14
3862026-07-02T20:47:40.461Z Downloaded syn v2.0.117
3872026-07-02T20:47:40.461Z Downloaded rustix v1.1.3
3882026-07-02T20:47:40.479Z Downloaded libc v0.2.185
3892026-07-02T20:47:40.547Z Compiling proc-macro2 v1.0.106
3902026-07-02T20:47:40.547Z Compiling quote v1.0.45
3912026-07-02T20:47:40.547Z Compiling unicode-ident v1.0.24
3922026-07-02T20:47:40.577Z Compiling serde_core v1.0.228
3932026-07-02T20:47:40.577Z Compiling libc v0.2.185
3942026-07-02T20:47:40.577Z Compiling version_check v0.9.5
3952026-07-02T20:47:40.578Z Compiling memchr v2.8.0
3962026-07-02T20:47:40.578Z Compiling serde v1.0.228
3972026-07-02T20:47:40.883Z Compiling zmij v1.0.21
3982026-07-02T20:47:41.095Z Compiling thiserror v1.0.69
3992026-07-02T20:47:41.189Z Compiling ucd-trie v0.1.7
4002026-07-02T20:47:41.217Z Compiling itoa v1.0.17
4012026-07-02T20:47:41.440Z Compiling pest v2.8.6
4022026-07-02T20:47:41.495Z Compiling rustix v1.1.3
4032026-07-02T20:47:41.544Z Compiling byteorder v1.5.0
4042026-07-02T20:47:41.589Z Compiling errno v0.3.14
4052026-07-02T20:47:41.765Z Compiling bitflags v2.11.0
4062026-07-02T20:47:41.818Z Compiling serde_json v1.0.150
4072026-07-02T20:47:42.008Z Compiling syn v2.0.117
4082026-07-02T20:47:42.094Z Compiling thread-id v4.2.2
4092026-07-02T20:47:42.147Z Compiling usdt-impl v0.5.0
4102026-07-02T20:47:42.234Z Compiling proc-macro-error-attr v1.0.4
4112026-07-02T20:47:42.268Z Compiling camino v1.2.2
4122026-07-02T20:47:42.332Z Compiling syn v1.0.109
4132026-07-02T20:47:42.437Z Compiling pest_meta v2.8.6
4142026-07-02T20:47:42.659Z Compiling proc-macro-error v1.0.4
4152026-07-02T20:47:42.711Z Compiling hashbrown v0.17.0
4162026-07-02T20:47:42.743Z Compiling log v0.4.29
4172026-07-02T20:47:42.857Z Compiling getrandom v0.4.1
4182026-07-02T20:47:42.933Z Compiling utf8parse v0.2.2
4192026-07-02T20:47:43.107Z Compiling equivalent v1.0.2
4202026-07-02T20:47:43.199Z Compiling plain v0.2.3
4212026-07-02T20:47:43.246Z Compiling indexmap v2.14.0
4222026-07-02T20:47:43.257Z Compiling anstyle-parse v1.0.0
4232026-07-02T20:47:43.279Z Compiling terminal_size v0.4.3
4242026-07-02T20:47:43.885Z Compiling is_terminal_polyfill v1.70.2
4252026-07-02T20:47:43.922Z Compiling anstyle-query v1.1.5
4262026-07-02T20:47:43.980Z Compiling pretty-hex v0.4.1
4272026-07-02T20:47:44.115Z Compiling colorchoice v1.0.4
4282026-07-02T20:47:44.186Z Compiling toml_write v0.1.2
4292026-07-02T20:47:44.186Z Compiling winnow v0.7.14
4302026-07-02T20:47:44.186Z Compiling thiserror v2.0.18
4312026-07-02T20:47:44.187Z Compiling cfg-if v1.0.4
4322026-07-02T20:47:44.187Z Compiling anstyle v1.0.14
4332026-07-02T20:47:44.240Z Compiling autocfg v1.5.0
4342026-07-02T20:47:44.292Z Compiling pest_generator v2.8.6
4352026-07-02T20:47:44.369Z Compiling anstream v1.0.0
4362026-07-02T20:47:44.629Z Compiling fs-err v3.3.0
4372026-07-02T20:47:44.669Z Compiling unicode-width v0.1.14
4382026-07-02T20:47:44.794Z Compiling strsim v0.11.1
4392026-07-02T20:47:44.940Z Compiling fnv v1.0.7
4402026-07-02T20:47:45.109Z Compiling fastrand v2.3.0
4412026-07-02T20:47:45.109Z Compiling heck v0.4.1
4422026-07-02T20:47:45.258Z Compiling bytecount v0.6.9
4432026-07-02T20:47:45.259Z Compiling clap_lex v1.0.0
4442026-07-02T20:47:45.259Z Compiling heck v0.5.0
4452026-07-02T20:47:45.259Z Compiling once_cell v1.21.3
4462026-07-02T20:47:45.259Z Compiling anyhow v1.0.102
4472026-07-02T20:47:45.404Z Compiling clap_builder v4.6.0
4482026-07-02T20:47:45.404Z Compiling papergrid v0.11.0
4492026-07-02T20:47:45.404Z Compiling tempfile v3.25.0
4502026-07-02T20:47:45.505Z Compiling cargo-platform v0.3.2
4512026-07-02T20:47:45.681Z Compiling semver v1.0.28
4522026-07-02T20:47:45.777Z Compiling tabled_derive v0.7.0
4532026-07-02T20:47:45.903Z Compiling memmap v0.7.0
4542026-07-02T20:47:45.903Z Compiling smawk v0.3.2
4552026-07-02T20:47:45.904Z Compiling unicode-linebreak v0.1.5
4562026-07-02T20:47:46.054Z Compiling serde_derive v1.0.228
4572026-07-02T20:47:46.055Z Compiling thiserror-impl v1.0.69
4582026-07-02T20:47:46.055Z Compiling zerocopy-derive v0.7.35
4592026-07-02T20:47:46.055Z Compiling pest_derive v2.8.6
4602026-07-02T20:47:46.203Z Compiling scroll_derive v0.12.1
4612026-07-02T20:47:46.461Z Compiling thiserror-impl v2.0.18
4622026-07-02T20:47:46.659Z Compiling clap_derive v4.6.1
4632026-07-02T20:47:46.744Z Compiling unicode-width v0.2.0
4642026-07-02T20:47:46.744Z Compiling scroll v0.12.0
4652026-07-02T20:47:46.827Z Compiling zerocopy v0.7.35
4662026-07-02T20:47:46.993Z Compiling goblin v0.8.2
4672026-07-02T20:47:47.042Z Compiling textwrap v0.16.2
4682026-07-02T20:47:47.359Z Compiling dtrace-parser v0.2.0
4692026-07-02T20:47:47.388Z Compiling tabled v0.15.0
4702026-07-02T20:47:47.821Z Compiling camino-tempfile v1.4.1
4712026-07-02T20:47:48.074Z Compiling swrite v0.1.0
4722026-07-02T20:47:48.341Z Compiling clap v4.6.1
4732026-07-02T20:47:49.041Z Compiling serde_spanned v0.6.9
4742026-07-02T20:47:49.041Z Compiling toml_datetime v0.6.11
4752026-07-02T20:47:49.041Z Compiling cargo_metadata v0.23.1
4762026-07-02T20:47:49.178Z Compiling macaddr v1.0.1
4772026-07-02T20:47:49.178Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4782026-07-02T20:47:49.325Z Compiling dof v0.3.0
4792026-07-02T20:47:49.325Z Compiling serde_tokenstream v0.2.3
4802026-07-02T20:47:49.326Z Compiling toml_edit v0.22.27
4812026-07-02T20:47:49.857Z Compiling usdt-macro v0.5.0
4822026-07-02T20:47:49.872Z Compiling usdt-attr-macro v0.5.0
4832026-07-02T20:47:50.492Z Compiling usdt v0.5.0
4842026-07-02T20:47:50.580Z Compiling toml v0.8.23
4852026-07-02T20:47:50.969Z Compiling cargo_toml v0.21.0
4862026-07-02T20:47:52.210Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4872026-07-02T20:47:54.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.68s
4882026-07-02T20:47:54.363Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4892026-07-02T20:47:54.837Z Downloading crates ...
4902026-07-02T20:47:54.937Z Downloaded base16ct v1.0.0
4912026-07-02T20:47:54.946Z Downloaded bcs v0.1.6
4922026-07-02T20:47:54.952Z Downloaded cipher v0.5.2
4932026-07-02T20:47:54.956Z Downloaded const_format v0.2.35
4942026-07-02T20:47:54.959Z Downloaded cstr-argument v0.1.2
4952026-07-02T20:47:54.962Z Downloaded crc8 v0.1.1
4962026-07-02T20:47:54.965Z Downloaded daft-derive v0.1.7
4972026-07-02T20:47:54.968Z Downloaded cpubits v0.1.1
4982026-07-02T20:47:54.968Z Downloaded cpufeatures v0.3.0
4992026-07-02T20:47:54.971Z Downloaded crc-catalog v2.4.0
5002026-07-02T20:47:54.981Z Downloaded array-init v0.0.4
5012026-07-02T20:47:54.984Z Downloaded async-trait v0.1.89
5022026-07-02T20:47:54.984Z Downloaded csv-core v0.1.13
5032026-07-02T20:47:54.987Z Downloaded critical-section v1.2.0
5042026-07-02T20:47:54.987Z Downloaded crunchy v0.2.4
5052026-07-02T20:47:54.987Z Downloaded bit-set v0.8.0
5062026-07-02T20:47:54.990Z Downloaded darling_macro v0.20.11
5072026-07-02T20:47:54.990Z Downloaded bitfield v0.19.4
5082026-07-02T20:47:54.990Z Downloaded darling_macro v0.13.4
5092026-07-02T20:47:54.993Z Downloaded crypto-common v0.2.2
5102026-07-02T20:47:54.993Z Downloaded bit-set v0.5.3
5112026-07-02T20:47:54.993Z Downloaded async-recursion v1.1.1
5122026-07-02T20:47:54.996Z Downloaded displaydoc v0.2.5
5132026-07-02T20:47:55.002Z Downloaded crucible-workspace-hack v0.1.0
5142026-07-02T20:47:55.002Z Downloaded console v0.15.11
5152026-07-02T20:47:55.002Z Downloaded arrayref v0.3.9
5162026-07-02T20:47:55.002Z Downloaded cookie v0.18.1
5172026-07-02T20:47:55.005Z Downloaded daft v0.1.7
5182026-07-02T20:47:55.005Z Downloaded des v0.9.0
5192026-07-02T20:47:55.005Z Downloaded crc-any v2.5.0
5202026-07-02T20:47:55.009Z Downloaded compression-core v0.4.31
5212026-07-02T20:47:55.009Z Downloaded bcrypt-pbkdf v0.11.0
5222026-07-02T20:47:55.009Z Downloaded data-encoding v2.10.0
5232026-07-02T20:47:55.009Z Downloaded darling v0.13.4
5242026-07-02T20:47:55.014Z Downloaded darling v0.21.3
5252026-07-02T20:47:55.014Z Downloaded bitfield-macros v0.19.4
5262026-07-02T20:47:55.017Z Downloaded darling v0.20.11
5272026-07-02T20:47:55.021Z Downloaded defmt v0.3.100
5282026-07-02T20:47:55.022Z Downloaded ctr v0.10.1
5292026-07-02T20:47:55.022Z Downloaded darling_core v0.23.0
5302026-07-02T20:47:55.025Z Downloaded difflib v0.4.0
5312026-07-02T20:47:55.025Z Downloaded bit-vec v0.6.3
5322026-07-02T20:47:55.025Z Downloaded darling_core v0.13.4
5332026-07-02T20:47:55.029Z Downloaded crossbeam-epoch v0.9.18
5342026-07-02T20:47:55.032Z Downloaded crossterm v0.28.1
5352026-07-02T20:47:55.035Z Downloaded crc32fast v1.5.0
5362026-07-02T20:47:55.035Z Downloaded adler2 v2.0.1
5372026-07-02T20:47:55.035Z Downloaded backoff v0.4.0
5382026-07-02T20:47:55.038Z Downloaded dropshot-api-manager-types v0.7.2
5392026-07-02T20:47:55.038Z Downloaded derive_builder_macro v0.20.2
5402026-07-02T20:47:55.038Z Downloaded cfg_aliases v0.1.1
5412026-07-02T20:47:55.041Z Downloaded corncobs v0.1.4
5422026-07-02T20:47:55.041Z Downloaded convert_case v0.10.0
5432026-07-02T20:47:55.044Z Downloaded ciborium-io v0.2.2
5442026-07-02T20:47:55.044Z Downloaded atty v0.2.14
5452026-07-02T20:47:55.044Z Downloaded debug-ignore v1.0.5
5462026-07-02T20:47:55.047Z Downloaded ed25519 v3.0.0
5472026-07-02T20:47:55.047Z Downloaded dirs-next v2.0.0
5482026-07-02T20:47:55.047Z Downloaded delegate v0.13.5
5492026-07-02T20:47:55.050Z Downloaded anstyle-parse v0.2.7
5502026-07-02T20:47:55.053Z Downloaded base16ct v0.2.0
5512026-07-02T20:47:55.053Z Downloaded atomicwrites v0.4.4
5522026-07-02T20:47:55.056Z Downloaded embedded-io v0.4.0
5532026-07-02T20:47:55.056Z Downloaded crc v3.4.0
5542026-07-02T20:47:55.062Z Downloaded ciborium-ll v0.2.2
5552026-07-02T20:47:55.062Z Downloaded dtrace-parser v0.3.0
5562026-07-02T20:47:55.065Z Downloaded curve25519-dalek-derive v0.1.1
5572026-07-02T20:47:55.065Z Downloaded convert_case v0.4.0
5582026-07-02T20:47:55.065Z Downloaded diesel_table_macro_syntax v0.3.0
5592026-07-02T20:47:55.065Z Downloaded assert_matches v1.5.0
5602026-07-02T20:47:55.068Z Downloaded atomic-waker v1.1.2
5612026-07-02T20:47:55.071Z Downloaded embedded-io v0.6.1
5622026-07-02T20:47:55.071Z Downloaded defmt-parser v1.0.0
5632026-07-02T20:47:55.075Z Downloaded async-stream-impl v0.3.6
5642026-07-02T20:47:55.075Z Downloaded dsl_auto_type v0.2.0
5652026-07-02T20:47:55.075Z Downloaded cfg_aliases v0.2.1
5662026-07-02T20:47:55.075Z Downloaded dirs-sys-next v0.1.2
5672026-07-02T20:47:55.078Z Downloaded enum-as-inner v0.6.1
5682026-07-02T20:47:55.078Z Downloaded dyn-clone v1.0.20
5692026-07-02T20:47:55.083Z Downloaded bb8 v0.8.6
5702026-07-02T20:47:55.087Z Downloaded env_filter v1.0.0
5712026-07-02T20:47:55.091Z Downloaded darling_macro v0.21.3
5722026-07-02T20:47:55.100Z Downloaded block-padding v0.4.2
5732026-07-02T20:47:55.100Z Downloaded defmt v1.0.1
5742026-07-02T20:47:55.100Z Downloaded defmt-macros v1.0.1
5752026-07-02T20:47:55.101Z Downloaded cobs v0.3.0
5762026-07-02T20:47:55.101Z Downloaded block-buffer v0.12.1
5772026-07-02T20:47:55.104Z Downloaded ecdsa v0.16.9
5782026-07-02T20:47:55.104Z Downloaded darling v0.23.0
5792026-07-02T20:47:55.104Z Downloaded dof v0.4.0
5802026-07-02T20:47:55.104Z Downloaded ascii-canvas v3.0.0
5812026-07-02T20:47:55.107Z Downloaded bitfield-struct v0.6.2
5822026-07-02T20:47:55.107Z Downloaded display-error-chain v0.2.2
5832026-07-02T20:47:55.107Z Downloaded constant_time_eq v0.4.2
5842026-07-02T20:47:55.110Z Downloaded dunce v1.0.5
5852026-07-02T20:47:55.110Z Downloaded cipher v0.4.4
5862026-07-02T20:47:55.113Z Downloaded fixedbitset v0.4.2
5872026-07-02T20:47:55.113Z Downloaded cassowary v0.3.0
5882026-07-02T20:47:55.114Z Downloaded base64ct v1.8.3
5892026-07-02T20:47:55.116Z Downloaded cmake v0.1.57
5902026-07-02T20:47:55.116Z Downloaded darling_macro v0.23.0
5912026-07-02T20:47:55.119Z Downloaded futures-core v0.3.32
5922026-07-02T20:47:55.119Z Downloaded endian-type v0.1.2
5932026-07-02T20:47:55.120Z Downloaded arrayvec v0.7.6
5942026-07-02T20:47:55.123Z Downloaded float-ord v0.3.2
5952026-07-02T20:47:55.123Z Downloaded foreign-types-shared v0.1.1
5962026-07-02T20:47:55.125Z Downloaded funty v2.0.0
5972026-07-02T20:47:55.128Z Downloaded futures-sink v0.3.32
5982026-07-02T20:47:55.131Z Downloaded castaway v0.2.4
5992026-07-02T20:47:55.131Z Downloaded gethostname v0.5.0
6002026-07-02T20:47:55.131Z Downloaded fxhash v0.2.1
6012026-07-02T20:47:55.134Z Downloaded futures-task v0.3.32
6022026-07-02T20:47:55.134Z Downloaded derive_builder_core v0.20.2
6032026-07-02T20:47:55.134Z Downloaded either v1.15.0
6042026-07-02T20:47:55.137Z Downloaded ed25519 v2.2.3
6052026-07-02T20:47:55.140Z Downloaded downcast-rs v2.0.2
6062026-07-02T20:47:55.143Z Downloaded cancel-safe-futures v0.1.5
6072026-07-02T20:47:55.146Z Downloaded deranged v0.5.8
6082026-07-02T20:47:55.149Z Downloaded enum_dispatch v0.3.13
6092026-07-02T20:47:55.152Z Downloaded fd-lock v4.0.4
6102026-07-02T20:47:55.152Z Downloaded form_urlencoded v1.2.2
6112026-07-02T20:47:55.155Z Downloaded foreign-types-shared v0.3.1
6122026-07-02T20:47:55.155Z Downloaded ctutils v0.4.2
6132026-07-02T20:47:55.155Z Downloaded foreign-types v0.5.0
6142026-07-02T20:47:55.158Z Downloaded ghash v0.6.0
6152026-07-02T20:47:55.158Z Downloaded foreign-types v0.3.2
6162026-07-02T20:47:55.161Z Downloaded foreign-types-macros v0.2.3
6172026-07-02T20:47:55.161Z Downloaded blowfish v0.10.0
6182026-07-02T20:47:55.163Z Downloaded compression-codecs v0.4.37
6192026-07-02T20:47:55.164Z Downloaded async-stream v0.3.6
6202026-07-02T20:47:55.168Z Downloaded fallible-iterator v0.2.0
6212026-07-02T20:47:55.171Z Downloaded const_format_proc_macros v0.2.34
6222026-07-02T20:47:55.174Z Downloaded argon2 v0.5.3
6232026-07-02T20:47:55.174Z Downloaded aead v0.5.2
6242026-07-02T20:47:55.174Z Downloaded ena v0.14.4
6252026-07-02T20:47:55.186Z Downloaded cmov v0.5.4
6262026-07-02T20:47:55.189Z Downloaded camino-tempfile-ext v0.3.3
6272026-07-02T20:47:55.189Z Downloaded globwalk v0.9.1
6282026-07-02T20:47:55.189Z Downloaded hash32 v0.3.1
6292026-07-02T20:47:55.189Z Downloaded anstream v0.6.21
6302026-07-02T20:47:55.189Z Downloaded git-stub v1.0.0
6312026-07-02T20:47:55.189Z Downloaded document-features v0.2.12
6322026-07-02T20:47:55.189Z Downloaded cexpr v0.6.0
6332026-07-02T20:47:55.192Z Downloaded buf-list v1.1.2
6342026-07-02T20:47:55.192Z Downloaded ff v0.13.1
6352026-07-02T20:47:55.195Z Downloaded env_logger v0.11.9
6362026-07-02T20:47:55.195Z Downloaded derive-ex v0.1.8
6372026-07-02T20:47:55.195Z Downloaded aead v0.6.1
6382026-07-02T20:47:55.199Z Downloaded byte-wrapper v0.1.0
6392026-07-02T20:47:55.199Z Downloaded foldhash v0.2.0
6402026-07-02T20:47:55.203Z Downloaded fixedbitset v0.5.7
6412026-07-02T20:47:55.203Z Downloaded futures-io v0.3.32
6422026-07-02T20:47:55.203Z Downloaded find-msvc-tools v0.1.9
6432026-07-02T20:47:55.203Z Downloaded ff v0.14.0
6442026-07-02T20:47:55.206Z Downloaded hex v0.4.3
6452026-07-02T20:47:55.209Z Downloaded float-cmp v0.10.0
6462026-07-02T20:47:55.209Z Downloaded chacha20 v0.9.1
6472026-07-02T20:47:55.213Z Downloaded hash32 v0.2.1
6482026-07-02T20:47:55.216Z Downloaded http-body v1.0.1
6492026-07-02T20:47:55.216Z Downloaded cbc v0.2.1
6502026-07-02T20:47:55.216Z Downloaded bitflags v1.3.2
6512026-07-02T20:47:55.223Z Downloaded crossbeam-utils v0.8.21
6522026-07-02T20:47:55.223Z Downloaded digest v0.11.3
6532026-07-02T20:47:55.223Z Downloaded derive_builder v0.20.2
6542026-07-02T20:47:55.226Z Downloaded ecdsa v0.17.0-rc.18
6552026-07-02T20:47:55.226Z Downloaded async-bb8-diesel v0.2.1
6562026-07-02T20:47:55.227Z Downloaded futures-executor v0.3.32
6572026-07-02T20:47:55.230Z Downloaded diff v0.1.13
6582026-07-02T20:47:55.230Z Downloaded httpdate v1.0.3
6592026-07-02T20:47:55.230Z Downloaded hyper-tls v0.6.0
6602026-07-02T20:47:55.233Z Downloaded hex-literal v1.1.0
6612026-07-02T20:47:55.233Z Downloaded headers-core v0.3.0
6622026-07-02T20:47:55.233Z Downloaded home v0.5.12
6632026-07-02T20:47:55.233Z Downloaded diesel-dtrace v0.5.0
6642026-07-02T20:47:55.237Z Downloaded derive-where v1.6.0
6652026-07-02T20:47:55.237Z Downloaded fs-err v2.11.0
6662026-07-02T20:47:55.240Z Downloaded erased-serde v0.3.31
6672026-07-02T20:47:55.240Z Downloaded git-stub-vcs v0.1.0
6682026-07-02T20:47:55.243Z Downloaded futures-macro v0.3.32
6692026-07-02T20:47:55.244Z Downloaded der_derive v0.7.3
6702026-07-02T20:47:55.244Z Downloaded filetime v0.2.27
6712026-07-02T20:47:55.250Z Downloaded hostname v0.3.1
6722026-07-02T20:47:55.250Z Downloaded elliptic-curve v0.14.0-rc.33
6732026-07-02T20:47:55.250Z Downloaded hubpack v0.1.2
6742026-07-02T20:47:55.250Z Downloaded cookie_store v0.22.1
6752026-07-02T20:47:55.253Z Downloaded colored v3.1.1
6762026-07-02T20:47:55.253Z Downloaded http-range v0.1.5
6772026-07-02T20:47:55.253Z Downloaded hubpack_derive v0.1.1
6782026-07-02T20:47:55.253Z Downloaded argon2 v0.6.0-rc.8
6792026-07-02T20:47:55.256Z Downloaded clang-sys v1.8.1
6802026-07-02T20:47:55.256Z Downloaded group v0.14.0
6812026-07-02T20:47:55.256Z Downloaded group v0.13.0
6822026-07-02T20:47:55.260Z Downloaded ident_case v1.0.1
6832026-07-02T20:47:55.260Z Downloaded idna_adapter v1.2.1
6842026-07-02T20:47:55.260Z Downloaded chacha20 v0.10.0
6852026-07-02T20:47:55.265Z Downloaded colored v2.2.0
6862026-07-02T20:47:55.265Z Downloaded illumos-nvpair v0.3.0
6872026-07-02T20:47:55.265Z Downloaded bit-vec v0.8.0
6882026-07-02T20:47:55.265Z Downloaded ahash v0.8.12
6892026-07-02T20:47:55.270Z Downloaded const-oid v0.9.6
6902026-07-02T20:47:55.270Z Downloaded console v0.16.2
6912026-07-02T20:47:55.270Z Downloaded crossbeam-deque v0.8.6
6922026-07-02T20:47:55.270Z Downloaded bzip2 v0.4.4
6932026-07-02T20:47:55.275Z Downloaded blake2 v0.10.6
6942026-07-02T20:47:55.279Z Downloaded futures-channel v0.3.32
6952026-07-02T20:47:55.283Z Downloaded glob v0.3.3
6962026-07-02T20:47:55.283Z Downloaded fs_extra v1.3.0
6972026-07-02T20:47:55.287Z Downloaded foldhash v0.1.5
6982026-07-02T20:47:55.287Z Downloaded const-oid v0.10.2
6992026-07-02T20:47:55.294Z Downloaded dropshot_endpoint v0.17.1
7002026-07-02T20:47:55.294Z Downloaded derive_more v0.99.20
7012026-07-02T20:47:55.301Z Downloaded illumos-nvpair-sys v0.2.0
7022026-07-02T20:47:55.301Z Downloaded elliptic-curve v0.13.8
7032026-07-02T20:47:55.301Z Downloaded http-body-util v0.1.3
7042026-07-02T20:47:55.301Z Downloaded bzip2 v0.6.1
7052026-07-02T20:47:55.304Z Downloaded backon v1.6.0
7062026-07-02T20:47:55.304Z Downloaded arc-swap v1.8.2
7072026-07-02T20:47:55.304Z Downloaded drift v0.2.0
7082026-07-02T20:47:55.308Z Downloaded instant v0.1.13
7092026-07-02T20:47:55.311Z Downloaded instability v0.3.11
7102026-07-02T20:47:55.311Z Downloaded internet-checksum v0.2.1
7112026-07-02T20:47:55.311Z Downloaded indoc v1.0.9
7122026-07-02T20:47:55.314Z Downloaded inout v0.2.2
7132026-07-02T20:47:55.314Z Downloaded chacha20poly1305 v0.10.1
7142026-07-02T20:47:55.317Z Downloaded inout v0.1.4
7152026-07-02T20:47:55.317Z Downloaded keccak v0.1.6
7162026-07-02T20:47:55.317Z Downloaded lazy_static v1.5.0
7172026-07-02T20:47:55.320Z Downloaded highway v1.3.0
7182026-07-02T20:47:55.320Z Downloaded flagset v0.4.7
7192026-07-02T20:47:55.320Z Downloaded kem v0.3.0
7202026-07-02T20:47:55.324Z Downloaded kstat-rs v0.2.4
7212026-07-02T20:47:55.328Z Downloaded humantime v2.3.0
7222026-07-02T20:47:55.334Z Downloaded hostname v0.4.2
7232026-07-02T20:47:55.334Z Downloaded is-terminal v0.4.17
7242026-07-02T20:47:55.340Z Downloaded indent_write v2.2.0
7252026-07-02T20:47:55.343Z Downloaded is_ci v1.2.0
7262026-07-02T20:47:55.343Z Downloaded lalrpop-util v0.19.12
7272026-07-02T20:47:55.343Z Downloaded linked-hash-map v0.5.6
7282026-07-02T20:47:55.344Z Downloaded ciborium v0.2.2
7292026-07-02T20:47:55.344Z Downloaded lru-slab v0.1.2
7302026-07-02T20:47:55.349Z Downloaded blake2 v0.11.0-rc.6
7312026-07-02T20:47:55.350Z Downloaded md5 v0.8.0
7322026-07-02T20:47:55.350Z Downloaded managed v0.8.0
7332026-07-02T20:47:55.350Z Downloaded lru-cache v0.1.2
7342026-07-02T20:47:55.353Z Downloaded allocator-api2 v0.2.21
7352026-07-02T20:47:55.353Z Downloaded impl-trait-for-tuples v0.2.3
7362026-07-02T20:47:55.353Z Downloaded ingot-types v0.1.2
7372026-07-02T20:47:55.353Z Downloaded indoc v2.0.7
7382026-07-02T20:47:55.357Z Downloaded globset v0.4.18
7392026-07-02T20:47:55.357Z Downloaded futures v0.3.32
7402026-07-02T20:47:55.361Z Downloaded hyper-staticfile v0.10.1
7412026-07-02T20:47:55.364Z Downloaded mime v0.3.17
7422026-07-02T20:47:55.364Z Downloaded maplit v1.0.2
7432026-07-02T20:47:55.367Z Downloaded hmac v0.13.0
7442026-07-02T20:47:55.367Z Downloaded md-5 v0.10.6
7452026-07-02T20:47:55.367Z Downloaded maybe-uninit v2.0.0
7462026-07-02T20:47:55.370Z Downloaded darling_core v0.21.3
7472026-07-02T20:47:55.373Z Downloaded half v1.8.3
7482026-07-02T20:47:55.376Z Downloaded lru v0.12.5
7492026-07-02T20:47:55.376Z Downloaded httparse v1.10.1
7502026-07-02T20:47:55.379Z Downloaded multimap v0.10.1
7512026-07-02T20:47:55.382Z Downloaded libscf-sys v1.1.0
7522026-07-02T20:47:55.382Z Downloaded nibble_vec v0.1.0
7532026-07-02T20:47:55.385Z Downloaded newtype_derive v0.1.6
7542026-07-02T20:47:55.385Z Downloaded iana-time-zone v0.1.65
7552026-07-02T20:47:55.385Z Downloaded getrandom v0.3.4
7562026-07-02T20:47:55.388Z Downloaded getrandom v0.2.17
7572026-07-02T20:47:55.391Z Downloaded crypto-bigint v0.5.5
7582026-07-02T20:47:55.395Z Downloaded hyper-rustls v0.27.7
7592026-07-02T20:47:55.398Z Downloaded memoffset v0.9.1
7602026-07-02T20:47:55.398Z Downloaded nodrop v0.1.14
7612026-07-02T20:47:55.398Z Downloaded lzss v0.8.2
7622026-07-02T20:47:55.399Z Downloaded num-derive v0.3.3
7632026-07-02T20:47:55.402Z Downloaded num v0.4.3
7642026-07-02T20:47:55.402Z Downloaded num-conv v0.2.0
7652026-07-02T20:47:55.402Z Downloaded num-iter v0.1.45
7662026-07-02T20:47:55.402Z Downloaded libloading v0.8.9
7672026-07-02T20:47:55.402Z Downloaded libefi-sys v0.1.0
7682026-07-02T20:47:55.405Z Downloaded darling_core v0.20.11
7692026-07-02T20:47:55.410Z Downloaded derive_more v2.1.1
7702026-07-02T20:47:55.430Z Downloaded newtype-uuid-macros v0.1.0
7712026-07-02T20:47:55.435Z Downloaded match_cfg v0.1.0
7722026-07-02T20:47:55.435Z Downloaded libsw-core v0.3.2
7732026-07-02T20:47:55.435Z Downloaded normalize-line-endings v0.3.0
7742026-07-02T20:47:55.435Z Downloaded ipnetwork v0.21.1
7752026-07-02T20:47:55.435Z Downloaded base64 v0.22.1
7762026-07-02T20:47:55.435Z Downloaded flume v0.11.1
7772026-07-02T20:47:55.440Z Downloaded num_enum_derive v0.5.11
7782026-07-02T20:47:55.440Z Downloaded lock_api v0.4.14
7792026-07-02T20:47:55.440Z Downloaded ipnet v2.11.0
7802026-07-02T20:47:55.440Z Downloaded hybrid-array v0.4.13
7812026-07-02T20:47:55.448Z Downloaded hmac v0.12.1
7822026-07-02T20:47:55.448Z Downloaded openssl-probe v0.2.1
7832026-07-02T20:47:55.448Z Downloaded openssl-probe v0.1.6
7842026-07-02T20:47:55.448Z Downloaded der v0.7.10
7852026-07-02T20:47:55.453Z Downloaded num-derive v0.4.2
7862026-07-02T20:47:55.456Z Downloaded nonempty v0.12.0
7872026-07-02T20:47:55.456Z Downloaded module-lattice v0.2.3
7882026-07-02T20:47:55.456Z Downloaded ed25519-dalek v2.2.0
7892026-07-02T20:47:55.456Z Downloaded generic-array v1.4.3
7902026-07-02T20:47:55.456Z Downloaded crossbeam-channel v0.5.15
7912026-07-02T20:47:55.460Z Downloaded num_threads v0.1.7
7922026-07-02T20:47:55.460Z Downloaded derive_more-impl v2.1.1
7932026-07-02T20:47:55.464Z Downloaded olpc-cjson v0.1.4
7942026-07-02T20:47:55.464Z Downloaded packed_struct_codegen v0.10.1
7952026-07-02T20:47:55.469Z Downloaded keccak v0.2.0
7962026-07-02T20:47:55.469Z Downloaded opaque-debug v0.3.1
7972026-07-02T20:47:55.469Z Downloaded compact_str v0.8.1
7982026-07-02T20:47:55.473Z Downloaded half v2.7.1
7992026-07-02T20:47:55.473Z Downloaded password-hash v0.6.1
8002026-07-02T20:47:55.473Z Downloaded nu-ansi-term v0.50.3
8012026-07-02T20:47:55.476Z Downloaded ar_archive_writer v0.5.1
8022026-07-02T20:47:55.476Z Downloaded fatfs v0.3.6
8032026-07-02T20:47:55.479Z Downloaded newtype-uuid v1.3.2
8042026-07-02T20:47:55.479Z Downloaded icu_properties v2.1.2
8052026-07-02T20:47:55.483Z Downloaded litrs v1.0.0
8062026-07-02T20:47:55.483Z Downloaded native-tls v0.2.18
8072026-07-02T20:47:55.487Z Downloaded nanorand v0.7.0
8082026-07-02T20:47:55.487Z Downloaded litemap v0.8.1
8092026-07-02T20:47:55.487Z Downloaded path-slash v0.1.5
8102026-07-02T20:47:55.490Z Downloaded libsw v3.5.0
8112026-07-02T20:47:55.490Z Downloaded parse-display v0.10.0
8122026-07-02T20:47:55.490Z Downloaded mime_guess v2.0.5
8132026-07-02T20:47:55.490Z Downloaded ignore v0.4.25
8142026-07-02T20:47:55.493Z Downloaded icu_provider v2.1.1
8152026-07-02T20:47:55.493Z Downloaded percent-encoding v2.3.2
8162026-07-02T20:47:55.496Z Downloaded num_enum v0.5.11
8172026-07-02T20:47:55.501Z Downloaded linear-map v1.2.0
8182026-07-02T20:47:55.501Z Downloaded base64 v0.21.7
8192026-07-02T20:47:55.504Z Downloaded ingot-macros v0.1.1
8202026-07-02T20:47:55.504Z Downloaded heapless v0.8.0
8212026-07-02T20:47:55.504Z Downloaded oso-derive v0.27.3
8222026-07-02T20:47:55.507Z Downloaded newline-converter v0.3.0
8232026-07-02T20:47:55.507Z Downloaded new_debug_unreachable v1.0.6
8242026-07-02T20:47:55.510Z Downloaded phf_shared v0.11.3
8252026-07-02T20:47:55.510Z Downloaded phf_shared v0.12.1
8262026-07-02T20:47:55.510Z Downloaded multer v3.1.0
8272026-07-02T20:47:55.515Z Downloaded phf_shared v0.13.1
8282026-07-02T20:47:55.515Z Downloaded ingot v0.1.1
8292026-07-02T20:47:55.519Z Downloaded expectorate v1.2.0
8302026-07-02T20:47:55.523Z Downloaded jobserver v0.1.34
8312026-07-02T20:47:55.528Z Downloaded bumpalo v3.20.2
8322026-07-02T20:47:55.536Z Downloaded libbz2-rs-sys v0.2.2
8332026-07-02T20:47:55.539Z Downloaded owo-colors v4.3.0
8342026-07-02T20:47:55.543Z Downloaded num-rational v0.4.2
8352026-07-02T20:47:55.543Z Downloaded packed_struct v0.10.1
8362026-07-02T20:47:55.543Z Downloaded num_enum v0.7.6
8372026-07-02T20:47:55.546Z Downloaded potential_utf v0.1.4
8382026-07-02T20:47:55.546Z Downloaded peg-runtime v0.8.5
8392026-07-02T20:47:55.549Z Downloaded parse-size v1.1.0
8402026-07-02T20:47:55.549Z Downloaded openssl-macros v0.1.1
8412026-07-02T20:47:55.549Z Downloaded num_enum_derive v0.7.6
8422026-07-02T20:47:55.549Z Downloaded num-complex v0.4.6
8432026-07-02T20:47:55.554Z Downloaded paste v1.0.15
8442026-07-02T20:47:55.558Z Downloaded icu_normalizer_data v2.1.1
8452026-07-02T20:47:55.558Z Downloaded icu_normalizer v2.1.1
8462026-07-02T20:47:55.558Z Downloaded pbkdf2 v0.13.0
8472026-07-02T20:47:55.562Z Downloaded pem v3.0.6
8482026-07-02T20:47:55.562Z Downloaded peg v0.8.5
8492026-07-02T20:47:55.562Z Downloaded predicates-tree v1.0.13
8502026-07-02T20:47:55.566Z Downloaded predicates-core v1.0.10
8512026-07-02T20:47:55.566Z Downloaded parse-display-derive v0.10.0
8522026-07-02T20:47:55.566Z Downloaded proc-macro-crate v1.3.1
8532026-07-02T20:47:55.566Z Downloaded oxnet v0.1.6
8542026-07-02T20:47:55.569Z Downloaded headers v0.4.1
8552026-07-02T20:47:55.569Z Downloaded memmap2 v0.9.10
8562026-07-02T20:47:55.572Z Downloaded ed25519-dalek v3.0.0-rc.0
8572026-07-02T20:47:55.573Z Downloaded diesel_derives v2.3.7
8582026-07-02T20:47:55.576Z Downloaded flate2 v1.1.9
8592026-07-02T20:47:55.579Z Downloaded proc-macro-crate v3.4.0
8602026-07-02T20:47:55.582Z Downloaded cc v1.2.56
8612026-07-02T20:47:55.587Z Downloaded async-compression v0.4.41
8622026-07-02T20:47:55.591Z Downloaded indexmap v1.9.3
8632026-07-02T20:47:55.591Z Downloaded phf v0.12.1
8642026-07-02T20:47:55.597Z Downloaded oxide-tokio-rt v0.1.4
8652026-07-02T20:47:55.600Z Downloaded precomputed-hash v0.1.1
8662026-07-02T20:47:55.600Z Downloaded progenitor-macro v0.13.0
8672026-07-02T20:47:55.654Z Downloaded psl-types v2.0.11
8682026-07-02T20:47:55.654Z Downloaded progenitor-macro v0.14.0
8692026-07-02T20:47:55.654Z Downloaded quick-error v1.2.3
8702026-07-02T20:47:55.654Z Downloaded parking_lot_core v0.8.6
8712026-07-02T20:47:55.654Z Downloaded pkg-config v0.3.32
8722026-07-02T20:47:55.654Z Downloaded pkcs8 v0.10.2
8732026-07-02T20:47:55.654Z Downloaded parking_lot_core v0.9.12
8742026-07-02T20:47:55.654Z Downloaded proc-macro-error-attr2 v2.0.0
8752026-07-02T20:47:55.654Z Downloaded parking_lot v0.11.2
8762026-07-02T20:47:55.654Z Downloaded icu_locale_core v2.1.1
8772026-07-02T20:47:55.654Z Downloaded password-hash v0.5.0
8782026-07-02T20:47:55.654Z Downloaded num-integer v0.1.46
8792026-07-02T20:47:55.655Z Downloaded predicates v3.1.4
8802026-07-02T20:47:55.655Z Downloaded primeorder v0.14.0-rc.10
8812026-07-02T20:47:55.655Z Downloaded pem-rfc7468 v1.0.0
8822026-07-02T20:47:55.655Z Downloaded peg-macros v0.8.5
8832026-07-02T20:47:55.660Z Downloaded pem-rfc7468 v0.7.0
8842026-07-02T20:47:55.660Z Downloaded radium v0.7.0
8852026-07-02T20:47:55.660Z Downloaded progenitor v0.14.0
8862026-07-02T20:47:55.660Z Downloaded heapless v0.7.17
8872026-07-02T20:47:55.666Z Downloaded proc-macro-error2 v2.0.1
8882026-07-02T20:47:55.666Z Downloaded ref-cast-impl v1.0.25
8892026-07-02T20:47:55.666Z Downloaded ml-kem v0.3.2
8902026-07-02T20:47:55.666Z Downloaded phf v0.13.1
8912026-07-02T20:47:55.674Z Downloaded der v0.8.0
8922026-07-02T20:47:55.674Z Downloaded ref-cast v1.0.25
8932026-07-02T20:47:55.674Z Downloaded recursive v0.1.1
8942026-07-02T20:47:55.674Z Downloaded phc v0.6.1
8952026-07-02T20:47:55.684Z Downloaded pkcs8 v0.11.0
8962026-07-02T20:47:55.684Z Downloaded pin-project-lite v0.2.17
8972026-07-02T20:47:55.684Z Downloaded pin-project-internal v1.1.11
8982026-07-02T20:47:55.684Z Downloaded psm v0.1.30
8992026-07-02T20:47:55.684Z Downloaded rfc6979 v0.5.0
9002026-07-02T20:47:55.684Z Downloaded progenitor-client v0.13.0
9012026-07-02T20:47:55.693Z Downloaded rtoolbox v0.0.3
9022026-07-02T20:47:55.694Z Downloaded rand_chacha v0.3.1
9032026-07-02T20:47:55.694Z Downloaded rustc-hash v2.1.1
9042026-07-02T20:47:55.694Z Downloaded russh-util v0.52.0
9052026-07-02T20:47:55.694Z Downloaded pkcs1 v0.8.0-rc.4
9062026-07-02T20:47:55.694Z Downloaded pkcs1 v0.7.5
9072026-07-02T20:47:55.700Z Downloaded indicatif v0.18.4
9082026-07-02T20:47:55.700Z Downloaded powerfmt v0.2.0
9092026-07-02T20:47:55.700Z Downloaded postgres-protocol v0.6.10
9102026-07-02T20:47:55.700Z Downloaded r2d2 v0.8.10
9112026-07-02T20:47:55.700Z Downloaded ppv-lite86 v0.2.21
9122026-07-02T20:47:55.700Z Downloaded rand_xorshift v0.4.0
9132026-07-02T20:47:55.700Z Downloaded crossterm v0.29.0
9142026-07-02T20:47:55.706Z Downloaded hickory-resolver v0.24.4
9152026-07-02T20:47:55.706Z Downloaded rand_core v0.10.0
9162026-07-02T20:47:55.709Z Downloaded rand_core v0.9.5
9172026-07-02T20:47:55.709Z Downloaded parking_lot v0.12.5
9182026-07-02T20:47:55.709Z Downloaded hashbrown v0.12.3
9192026-07-02T20:47:55.714Z Downloaded polyval v0.7.1
9202026-07-02T20:47:55.718Z Downloaded primeorder v0.13.6
9212026-07-02T20:47:55.718Z Downloaded recursive-proc-macro-impl v0.1.1
9222026-07-02T20:47:55.726Z Downloaded icu_collections v2.1.1
9232026-07-02T20:47:55.732Z Downloaded hickory-server v0.25.2
9242026-07-02T20:47:55.738Z Downloaded same-file v1.0.6
9252026-07-02T20:47:55.738Z Downloaded rfc6979 v0.4.0
9262026-07-02T20:47:55.738Z Downloaded num-traits v0.2.19
9272026-07-02T20:47:55.738Z Downloaded primefield v0.14.0
9282026-07-02T20:47:55.743Z Downloaded progenitor-extras v0.2.0
9292026-07-02T20:47:55.743Z Downloaded progenitor-client v0.14.0
9302026-07-02T20:47:55.743Z Downloaded progenitor v0.13.0
9312026-07-02T20:47:55.743Z Downloaded pkcs5 v0.8.1
9322026-07-02T20:47:55.748Z Downloaded rustc_version v0.1.7
9332026-07-02T20:47:55.749Z Downloaded omicron-zone-package v0.12.3
9342026-07-02T20:47:55.749Z Downloaded russh-cryptovec v0.61.0
9352026-07-02T20:47:55.761Z Downloaded aes v0.9.1
9362026-07-02T20:47:55.761Z Downloaded miniz_oxide v0.8.9
9372026-07-02T20:47:55.761Z Downloaded scroll_derive v0.13.1
9382026-07-02T20:47:55.770Z Downloaded quinn-udp v0.5.14
9392026-07-02T20:47:55.770Z Downloaded hyper-util v0.1.20
9402026-07-02T20:47:55.770Z Downloaded seq-macro v0.3.6
9412026-07-02T20:47:55.777Z Downloaded secrecy v0.10.3
9422026-07-02T20:47:55.777Z Downloaded semver v0.1.20
9432026-07-02T20:47:55.777Z Downloaded hashbrown v0.13.2
9442026-07-02T20:47:55.785Z Downloaded rustc_version v0.4.1
9452026-07-02T20:47:55.786Z Downloaded prefix-trie v0.7.0
9462026-07-02T20:47:55.786Z Downloaded p256 v0.14.0-rc.10
9472026-07-02T20:47:55.786Z Downloaded serde_bytes v0.11.19
9482026-07-02T20:47:55.790Z Downloaded oso v0.27.3
9492026-07-02T20:47:55.790Z Downloaded serde_repr v0.1.20
9502026-07-02T20:47:55.790Z Downloaded serde_spanned v1.1.1
9512026-07-02T20:47:55.793Z Downloaded serde_urlencoded v0.7.1
9522026-07-02T20:47:55.793Z Downloaded rand_seeder v0.4.0
9532026-07-02T20:47:55.793Z Downloaded rusty-fork v0.3.1
9542026-07-02T20:47:55.800Z Downloaded sapling-renderdag v0.1.0
9552026-07-02T20:47:55.800Z Downloaded aes-gcm v0.11.0
9562026-07-02T20:47:55.800Z Downloaded rustversion v1.0.22
9572026-07-02T20:47:55.806Z Downloaded poly1305 v0.8.0
9582026-07-02T20:47:55.806Z Downloaded papergrid v0.17.0
9592026-07-02T20:47:55.810Z Downloaded rand_core v0.6.4
9602026-07-02T20:47:55.810Z Downloaded scopeguard v1.2.0
9612026-07-02T20:47:55.810Z Downloaded scheduled-thread-pool v0.2.7
9622026-07-02T20:47:55.810Z Downloaded poly1305 v0.9.0
9632026-07-02T20:47:55.810Z Downloaded hickory-resolver v0.25.2
9642026-07-02T20:47:55.815Z Downloaded sha1 v0.10.6
9652026-07-02T20:47:55.816Z Downloaded bytes v1.11.1
9662026-07-02T20:47:55.820Z Downloaded jiff-static v0.2.21
9672026-07-02T20:47:55.820Z Downloaded serde-big-array v0.5.1
9682026-07-02T20:47:55.820Z Downloaded minimal-lexical v0.2.1
9692026-07-02T20:47:55.824Z Downloaded internal-russh-num-bigint v0.5.0
9702026-07-02T20:47:55.824Z Downloaded pin-project v1.1.11
9712026-07-02T20:47:55.830Z Downloaded resolv-conf v0.7.6
9722026-07-02T20:47:55.835Z Downloaded signal-hook-tokio v0.3.1
9732026-07-02T20:47:55.841Z Downloaded serde_plain v1.0.2
9742026-07-02T20:47:55.841Z Downloaded signature v2.2.0
9752026-07-02T20:47:55.841Z Downloaded secrecy v0.8.0
9762026-07-02T20:47:55.841Z Downloaded sha1 v0.11.0
9772026-07-02T20:47:55.847Z Downloaded itertools v0.10.5
9782026-07-02T20:47:55.847Z Downloaded schemars_derive v0.8.22
9792026-07-02T20:47:55.857Z Downloaded siphasher v1.0.2
9802026-07-02T20:47:55.857Z Downloaded postgres-types v0.2.12
9812026-07-02T20:47:55.864Z Downloaded pretty_assertions v1.4.1
9822026-07-02T20:47:55.864Z Downloaded num-bigint v0.4.6
9832026-07-02T20:47:55.864Z Downloaded sec1 v0.8.1
9842026-07-02T20:47:55.864Z Downloaded rustls-pemfile v2.2.0
9852026-07-02T20:47:55.864Z Downloaded sec1 v0.7.3
9862026-07-02T20:47:55.864Z Downloaded serde_derive_internals v0.29.1
9872026-07-02T20:47:55.869Z Downloaded prettyplease v0.2.37
9882026-07-02T20:47:55.873Z Downloaded salsa20 v0.11.0
9892026-07-02T20:47:55.873Z Downloaded dropshot-api-manager v0.7.2
9902026-07-02T20:47:55.876Z Downloaded rand_chacha v0.9.0
9912026-07-02T20:47:55.876Z Downloaded hashbrown v0.15.5
9922026-07-02T20:47:55.881Z Downloaded shell-words v1.1.1
9932026-07-02T20:47:55.886Z Downloaded serdect v0.4.3
9942026-07-02T20:47:55.894Z Downloaded serde_with_macros v1.5.2
9952026-07-02T20:47:55.898Z Downloaded postcard v1.1.3
9962026-07-02T20:47:55.898Z Downloaded shlex v1.3.0
9972026-07-02T20:47:55.901Z Downloaded aho-corasick v1.1.4
9982026-07-02T20:47:55.901Z Downloaded http v1.4.2
9992026-07-02T20:47:55.906Z Downloaded ron v0.8.1
10002026-07-02T20:47:55.910Z Downloaded sigpipe v0.1.3
10012026-07-02T20:47:55.910Z Downloaded signature v3.0.0
10022026-07-02T20:47:55.913Z Downloaded signal-hook-mio v0.2.5
10032026-07-02T20:47:55.913Z Downloaded slog-envlogger v2.2.0
10042026-07-02T20:47:55.913Z Downloaded stable_deref_trait v1.2.1
10052026-07-02T20:47:55.913Z Downloaded signal-hook-registry v1.4.8
10062026-07-02T20:47:55.918Z Downloaded scrypt v0.12.0
10072026-07-02T20:47:55.931Z Downloaded progenitor-impl v0.14.0
10082026-07-02T20:47:55.936Z Downloaded slog-stdlog v4.1.1
10092026-07-02T20:47:55.943Z Downloaded slog-dtrace v0.3.0
10102026-07-02T20:47:55.943Z Downloaded slab v0.4.12
10112026-07-02T20:47:55.947Z Downloaded subtle v2.6.1
10122026-07-02T20:47:55.947Z Downloaded sync-ptr v0.1.4
10132026-07-02T20:47:55.947Z Downloaded serde_cbor v0.11.2
10142026-07-02T20:47:55.947Z Downloaded supports-color v3.0.2
10152026-07-02T20:47:55.951Z Downloaded smf v0.2.3
10162026-07-02T20:47:55.951Z Downloaded smallvec v0.6.14
10172026-07-02T20:47:55.960Z Downloaded progenitor-impl v0.13.0
10182026-07-02T20:47:55.960Z Downloaded serde_path_to_error v0.1.20
10192026-07-02T20:47:55.964Z Downloaded snafu-derive v0.8.9
10202026-07-02T20:47:55.964Z Downloaded spki v0.7.3
10212026-07-02T20:47:55.971Z Downloaded tap v1.0.1
10222026-07-02T20:47:55.971Z Downloaded take_mut v0.2.2
10232026-07-02T20:47:55.971Z Downloaded tagptr v0.2.0
10242026-07-02T20:47:55.971Z Downloaded tabled_derive v0.11.0
10252026-07-02T20:47:55.979Z Downloaded termtree v0.5.1
10262026-07-02T20:47:55.980Z Downloaded spki v0.8.0
10272026-07-02T20:47:55.988Z Downloaded rustls-pki-types v1.14.0
10282026-07-02T20:47:55.988Z Downloaded qorb v0.4.1
10292026-07-02T20:47:55.988Z Downloaded strip-ansi-escapes v0.2.1
10302026-07-02T20:47:55.988Z Downloaded sqlparser_derive v0.5.0
10312026-07-02T20:47:55.988Z Downloaded publicsuffix v2.3.0
10322026-07-02T20:47:55.997Z Downloaded rustls-native-certs v0.8.3
10332026-07-02T20:47:55.998Z Downloaded sqlformat v0.3.5
10342026-07-02T20:47:55.998Z Downloaded testing_table v0.3.0
10352026-07-02T20:47:55.998Z Downloaded itertools v0.12.1
10362026-07-02T20:47:55.998Z Downloaded thiserror-impl-no-std v2.0.2
10372026-07-02T20:47:55.998Z Downloaded strum v0.27.2
10382026-07-02T20:47:55.998Z Downloaded stringprep v0.1.5
10392026-07-02T20:47:55.999Z Downloaded structmeta v0.3.0
10402026-07-02T20:47:55.999Z Downloaded openssl-sys v0.9.115
10412026-07-02T20:47:56.011Z Downloaded strsim v0.10.0
10422026-07-02T20:47:56.011Z Downloaded ssh-encoding v0.3.0-rc.9
10432026-07-02T20:47:56.011Z Downloaded crypto-primes v0.7.2
10442026-07-02T20:47:56.022Z Downloaded structmeta-derive v0.3.0
10452026-07-02T20:47:56.022Z Downloaded idna v1.1.0
10462026-07-02T20:47:56.022Z Downloaded time-core v0.1.8
10472026-07-02T20:47:56.022Z Downloaded strum_macros v0.26.4
10482026-07-02T20:47:56.027Z Downloaded strum v0.26.3
10492026-07-02T20:47:56.028Z Downloaded slog-async v2.8.0
10502026-07-02T20:47:56.028Z Downloaded tabwriter v1.4.1
10512026-07-02T20:47:56.028Z Downloaded rcgen v0.12.1
10522026-07-02T20:47:56.028Z Downloaded slog-json v2.6.1
10532026-07-02T20:47:56.038Z Downloaded scroll v0.13.0
10542026-07-02T20:47:56.042Z Downloaded serde_yaml v0.9.34+deprecated
10552026-07-02T20:47:56.042Z Downloaded sync_wrapper v1.0.2
10562026-07-02T20:47:56.042Z Downloaded slog-bunyan v2.5.0
10572026-07-02T20:47:56.042Z Downloaded serde-hex v0.1.0
10582026-07-02T20:47:56.048Z Downloaded slog-scope v4.4.1
10592026-07-02T20:47:56.048Z Downloaded futures-util v0.3.32
10602026-07-02T20:47:56.054Z Downloaded thread-id v5.1.0
10612026-07-02T20:47:56.059Z Downloaded rsa v0.9.10
10622026-07-02T20:47:56.059Z Downloaded termios v0.3.3
10632026-07-02T20:47:56.064Z Downloaded schemars v0.9.0
10642026-07-02T20:47:56.069Z Downloaded tokio-test v0.4.5
10652026-07-02T20:47:56.069Z Downloaded string_cache v0.8.9
10662026-07-02T20:47:56.069Z Downloaded mio v1.2.0
10672026-07-02T20:47:56.077Z Downloaded ssh-cipher v0.3.0-rc.9
10682026-07-02T20:47:56.077Z Downloaded slog-term v2.9.2
10692026-07-02T20:47:56.084Z Downloaded sha2 v0.11.0
10702026-07-02T20:47:56.084Z Downloaded serde_with_macros v3.17.0
10712026-07-02T20:47:56.084Z Downloaded tinyvec_macros v0.1.1
10722026-07-02T20:47:56.085Z Downloaded rustls-platform-verifier v0.6.2
10732026-07-02T20:47:56.085Z Downloaded thread_local v1.1.9
10742026-07-02T20:47:56.085Z Downloaded thiserror-no-std v2.0.2
10752026-07-02T20:47:56.090Z Downloaded ryu v1.0.23
10762026-07-02T20:47:56.090Z Downloaded p384 v0.14.0-rc.10
10772026-07-02T20:47:56.095Z Downloaded tls_codec v0.4.2
10782026-07-02T20:47:56.095Z Downloaded tinystr v0.8.2
10792026-07-02T20:47:56.095Z Downloaded topological-sort v0.2.2
10802026-07-02T20:47:56.106Z Downloaded tower-layer v0.3.3
10812026-07-02T20:47:56.106Z Downloaded tokio-macros v2.7.0
10822026-07-02T20:47:56.106Z Downloaded tower-service v0.3.3
10832026-07-02T20:47:56.106Z Downloaded try-lock v0.2.5
10842026-07-02T20:47:56.106Z Downloaded strum_macros v0.24.3
10852026-07-02T20:47:56.106Z Downloaded simd-adler32 v0.3.8
10862026-07-02T20:47:56.122Z Downloaded trait-variant v0.1.2
10872026-07-02T20:47:56.122Z Downloaded support-bundle-viewer v0.1.2
10882026-07-02T20:47:56.122Z Downloaded tokio-native-tls v0.3.1
10892026-07-02T20:47:56.122Z Downloaded time-macros v0.2.27
10902026-07-02T20:47:56.122Z Downloaded hkdf v0.13.0
10912026-07-02T20:47:56.122Z Downloaded strum_macros v0.27.2
10922026-07-02T20:47:56.122Z Downloaded schemars v0.8.22
10932026-07-02T20:47:56.128Z Downloaded rustls-webpki v0.103.13
10942026-07-02T20:47:56.128Z Downloaded rand v0.9.2
10952026-07-02T20:47:56.128Z Downloaded unarray v0.1.4
10962026-07-02T20:47:56.128Z Downloaded tokio-dtrace v0.1.1
10972026-07-02T20:47:56.128Z Downloaded rand v0.8.6
10982026-07-02T20:47:56.128Z Downloaded unicode-xid v0.2.6
10992026-07-02T20:47:56.133Z Downloaded unicode-truncate v1.1.0
11002026-07-02T20:47:56.133Z Downloaded term v0.7.0
11012026-07-02T20:47:56.133Z Downloaded socket2 v0.5.10
11022026-07-02T20:47:56.133Z Downloaded socket2 v0.6.3
11032026-07-02T20:47:56.138Z Downloaded smallvec v1.15.1
11042026-07-02T20:47:56.138Z Downloaded spin v0.9.8
11052026-07-02T20:47:56.143Z Downloaded rsa v0.10.0-rc.18
11062026-07-02T20:47:56.143Z Downloaded tokio-tungstenite v0.23.1
11072026-07-02T20:47:56.149Z Downloaded tokio-tungstenite v0.21.0
11082026-07-02T20:47:56.149Z Downloaded schemars v1.2.1
11092026-07-02T20:47:56.155Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11102026-07-02T20:47:56.156Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11112026-07-02T20:47:56.160Z Downloaded quinn v0.11.9
11122026-07-02T20:47:56.160Z Downloaded tiny-keccak v2.0.2
11132026-07-02T20:47:56.160Z Downloaded toml_writer v1.1.1+spec-1.1.0
11142026-07-02T20:47:56.160Z Downloaded subprocess v0.2.15
11152026-07-02T20:47:56.165Z Downloaded iddqd v0.4.2
11162026-07-02T20:47:56.199Z Downloaded tui-tree-widget v0.23.1
11172026-07-02T20:47:56.199Z Downloaded utf-8 v0.7.6
11182026-07-02T20:47:56.199Z Downloaded hashbrown v0.16.1
11192026-07-02T20:47:56.205Z Downloaded tls_codec_derive v0.4.2
11202026-07-02T20:47:56.205Z Downloaded signal-hook v0.3.18
11212026-07-02T20:47:56.205Z Downloaded static_assertions v1.1.0
11222026-07-02T20:47:56.205Z Downloaded stacker v0.1.23
11232026-07-02T20:47:56.205Z Downloaded hkdf v0.12.4
11242026-07-02T20:47:56.205Z Downloaded universal-hash v0.5.1
11252026-07-02T20:47:56.205Z Downloaded rayon-core v1.13.0
11262026-07-02T20:47:56.205Z Downloaded snafu v0.8.9
11272026-07-02T20:47:56.205Z Downloaded iri-string v0.7.10
11282026-07-02T20:47:56.205Z Downloaded unicase v2.9.0
11292026-07-02T20:47:56.205Z Downloaded unit-prefix v0.5.2
11302026-07-02T20:47:56.205Z Downloaded wait-timeout v0.2.1
11312026-07-02T20:47:56.205Z Downloaded untrusted v0.9.0
11322026-07-02T20:47:56.205Z Downloaded untrusted v0.7.1
11332026-07-02T20:47:56.205Z Downloaded usdt-attr-macro v0.6.0
11342026-07-02T20:47:56.206Z Downloaded universal-hash v0.6.1
11352026-07-02T20:47:56.206Z Downloaded similar v2.7.0
11362026-07-02T20:47:56.206Z Downloaded want v0.3.1
11372026-07-02T20:47:56.206Z Downloaded waitgroup v0.1.2
11382026-07-02T20:47:56.206Z Downloaded term v1.2.1
11392026-07-02T20:47:56.206Z Downloaded num-bigint-dig v0.8.6
11402026-07-02T20:47:56.218Z Downloaded nom v7.1.3
11412026-07-02T20:47:56.218Z Downloaded test-strategy v0.4.5
11422026-07-02T20:47:56.227Z Downloaded samael v0.0.19
11432026-07-02T20:47:56.227Z Downloaded usdt-macro v0.6.0
11442026-07-02T20:47:56.237Z Downloaded utf8_iter v1.0.4
11452026-07-02T20:47:56.237Z Downloaded xshell-macros v0.2.7
11462026-07-02T20:47:56.237Z Downloaded xattr v1.6.1
11472026-07-02T20:47:56.245Z Downloaded h2 v0.4.15
11482026-07-02T20:47:56.246Z Downloaded usdt-impl v0.6.0
11492026-07-02T20:47:56.246Z Downloaded libxml v0.3.3
11502026-07-02T20:47:56.258Z Downloaded vergen-git2 v9.1.0
11512026-07-02T20:47:56.258Z Downloaded zerofrom-derive v0.1.6
11522026-07-02T20:47:56.258Z Downloaded zeroize_derive v1.4.3
11532026-07-02T20:47:56.273Z Downloaded rustyline v14.0.0
11542026-07-02T20:47:56.273Z Downloaded void v1.0.2
11552026-07-02T20:47:56.273Z Downloaded twox-hash v2.1.2
11562026-07-02T20:47:56.273Z Downloaded tokio-rustls v0.26.4
11572026-07-02T20:47:56.273Z Downloaded typify-macro v0.6.2
11582026-07-02T20:47:56.278Z Downloaded tar v0.4.45
11592026-07-02T20:47:56.279Z Downloaded vergen-lib v9.1.0
11602026-07-02T20:47:56.279Z Downloaded vergen-lib v0.1.6
11612026-07-02T20:47:56.279Z Downloaded zone_cfg_derive v0.3.1
11622026-07-02T20:47:56.279Z Downloaded yoke-derive v0.8.1
11632026-07-02T20:47:56.292Z Downloaded hyper v1.10.1
11642026-07-02T20:47:56.303Z Downloaded whoami v1.6.1
11652026-07-02T20:47:56.303Z Downloaded p521 v0.14.0-rc.10
11662026-07-02T20:47:56.303Z Downloaded rpassword v7.4.0
11672026-07-02T20:47:56.303Z Downloaded tokio-stream v0.1.18
11682026-07-02T20:47:56.303Z Downloaded usdt v0.6.0
11692026-07-02T20:47:56.303Z Downloaded synstructure v0.13.2
11702026-07-02T20:47:56.303Z Downloaded zerofrom v0.1.6
11712026-07-02T20:47:56.303Z Downloaded blake3 v1.8.5
11722026-07-02T20:47:56.331Z Downloaded wyz v0.5.1
11732026-07-02T20:47:56.332Z Downloaded writeable v0.6.2
11742026-07-02T20:47:56.332Z Downloaded toml v0.7.8
11752026-07-02T20:47:56.332Z Downloaded itertools v0.14.0
11762026-07-02T20:47:56.338Z Downloaded slog v2.8.2
11772026-07-02T20:47:56.338Z Downloaded itertools v0.13.0
11782026-07-02T20:47:56.338Z Downloaded toml_parser v1.1.2+spec-1.1.0
11792026-07-02T20:47:56.338Z Downloaded uzers v0.12.2
11802026-07-02T20:47:56.338Z Downloaded icu_properties_data v2.1.2
11812026-07-02T20:47:56.338Z Downloaded zeroize v1.8.2
11822026-07-02T20:47:56.338Z Downloaded zerovec-derive v0.11.2
11832026-07-02T20:47:56.338Z Downloaded vergen v9.1.0
11842026-07-02T20:47:56.346Z Downloaded tinyvec v1.10.0
11852026-07-02T20:47:56.346Z Downloaded tracing-attributes v0.1.31
11862026-07-02T20:47:56.354Z Downloaded zone v0.3.1
11872026-07-02T20:47:56.354Z Downloaded serde_with v1.14.0
11882026-07-02T20:47:56.354Z Downloaded zstd v0.13.3
11892026-07-02T20:47:56.354Z Downloaded walkdir v2.5.0
11902026-07-02T20:47:56.354Z Downloaded vsss-rs v3.3.4
11912026-07-02T20:47:56.363Z Downloaded libm v0.2.16
11922026-07-02T20:47:56.363Z Downloaded unicode-bidi v0.3.18
11932026-07-02T20:47:56.363Z Downloaded rand v0.10.1
11942026-07-02T20:47:56.367Z Downloaded whoami v2.1.0
11952026-07-02T20:47:56.368Z Downloaded unicode-properties v0.1.4
11962026-07-02T20:47:56.368Z Downloaded yoke v0.8.1
11972026-07-02T20:47:56.368Z Downloaded xshell v0.2.7
11982026-07-02T20:47:56.368Z Downloaded toml v1.1.2+spec-1.1.0
11992026-07-02T20:47:56.373Z Downloaded zerocopy v0.6.6
12002026-07-02T20:47:56.373Z Downloaded git2 v0.20.4
12012026-07-02T20:47:56.377Z Downloaded nom v8.0.0
12022026-07-02T20:47:56.381Z Downloaded yasna v0.5.2
12032026-07-02T20:47:56.393Z Downloaded zstd-safe v7.2.4
12042026-07-02T20:47:56.398Z Downloaded reqwest v0.12.28
12052026-07-02T20:47:56.402Z Downloaded tokio-postgres v0.7.16
12062026-07-02T20:47:56.411Z Downloaded vergen-gitcl v1.0.8
12072026-07-02T20:47:56.421Z Downloaded tungstenite v0.23.0
12082026-07-02T20:47:56.421Z Downloaded steno v0.4.1
12092026-07-02T20:47:56.427Z Downloaded tungstenite v0.21.0
12102026-07-02T20:47:56.427Z Downloaded typify v0.6.2
12112026-07-02T20:47:56.427Z Downloaded p384 v0.13.1
12122026-07-02T20:47:56.452Z Downloaded toml_edit v0.23.10+spec-1.0.0
12132026-07-02T20:47:56.483Z Downloaded uuid v1.23.4
12142026-07-02T20:47:56.483Z Downloaded zopfli v0.8.3
12152026-07-02T20:47:56.483Z Downloaded unicode_categories v0.1.1
12162026-07-02T20:47:56.531Z Downloaded url v2.5.8
12172026-07-02T20:47:56.531Z Downloaded chrono v0.4.44
12182026-07-02T20:47:56.531Z Downloaded toml_edit v0.19.15
12192026-07-02T20:47:56.546Z Downloaded reedline v0.40.0
12202026-07-02T20:47:56.546Z Downloaded zip v0.6.6
12212026-07-02T20:47:56.546Z Downloaded aws-lc-rs v1.16.3
12222026-07-02T20:47:56.546Z Downloaded zerotrie v0.2.3
12232026-07-02T20:47:56.547Z Downloaded salty v0.3.0
12242026-07-02T20:47:56.547Z Downloaded tracing-core v0.1.36
12252026-07-02T20:47:56.547Z Downloaded bindgen v0.71.1
12262026-07-02T20:47:56.547Z Downloaded curve25519-dalek v4.1.3
12272026-07-02T20:47:56.547Z Downloaded unsafe-libyaml v0.2.11
12282026-07-02T20:47:56.547Z Downloaded rayon v1.11.0
12292026-07-02T20:47:56.547Z Downloaded yansi v1.0.1
12302026-07-02T20:47:56.547Z Downloaded vte v0.14.1
12312026-07-02T20:47:56.550Z Downloaded goblin v0.10.5
12322026-07-02T20:47:56.564Z Downloaded typed-path v0.9.3
12332026-07-02T20:47:56.564Z Downloaded regex v1.12.3
12342026-07-02T20:47:56.564Z Downloaded reqwest v0.13.2
12352026-07-02T20:47:56.586Z Downloaded ssh-key v0.7.0-rc.10
12362026-07-02T20:47:56.586Z Downloaded x509-cert v0.2.5
12372026-07-02T20:47:56.586Z Downloaded tower v0.5.3
12382026-07-02T20:47:56.586Z Downloaded bitvec v1.0.1
12392026-07-02T20:47:56.603Z Downloaded petname v2.0.2
12402026-07-02T20:47:56.603Z Downloaded zerocopy-derive v0.8.40
12412026-07-02T20:47:56.603Z Downloaded tokio-util v0.7.18
12422026-07-02T20:47:56.603Z Downloaded crypto-bigint v0.7.5
12432026-07-02T20:47:56.620Z Downloaded tower-http v0.6.8
12442026-07-02T20:47:56.620Z Downloaded tough v0.22.0
12452026-07-02T20:47:56.625Z Downloaded portable-atomic v1.13.1
12462026-07-02T20:47:56.625Z Downloaded unicode-segmentation v1.12.0
12472026-07-02T20:47:56.634Z Downloaded russh v0.61.2
12482026-07-02T20:47:56.639Z Downloaded zerovec v0.11.5
12492026-07-02T20:47:56.639Z Downloaded curve25519-dalek v5.0.0-rc.0
12502026-07-02T20:47:56.643Z Downloaded quick-xml v0.37.5
12512026-07-02T20:47:56.647Z Downloaded moka v0.12.13
12522026-07-02T20:47:56.651Z Downloaded lalrpop v0.19.12
12532026-07-02T20:47:56.655Z Downloaded unicode-normalization v0.1.25
12542026-07-02T20:47:56.662Z Downloaded radix_trie v0.2.1
12552026-07-02T20:47:56.667Z Downloaded dropshot v0.17.1
12562026-07-02T20:47:56.676Z Downloaded zip v4.6.1
12572026-07-02T20:47:56.683Z Downloaded polar-core v0.27.3
12582026-07-02T20:47:56.690Z Downloaded nix v0.28.0
12592026-07-02T20:47:56.698Z Downloaded proptest v1.10.0
12602026-07-02T20:47:56.704Z Downloaded serde_with v3.17.0
12612026-07-02T20:47:56.704Z Downloaded object v0.30.4
12622026-07-02T20:47:56.722Z Downloaded winnow v0.6.26
12632026-07-02T20:47:56.726Z Downloaded openssl v0.10.79
12642026-07-02T20:47:56.744Z Downloaded quinn-proto v0.11.13
12652026-07-02T20:47:56.750Z Downloaded winnow v1.0.3
12662026-07-02T20:47:56.769Z Downloaded hickory-proto v0.24.4
12672026-07-02T20:47:56.778Z Downloaded winnow v0.5.40
12682026-07-02T20:47:56.786Z Downloaded nix v0.31.2
12692026-07-02T20:47:56.793Z Downloaded smoltcp v0.9.1
12702026-07-02T20:47:56.802Z Downloaded nix v0.27.1
12712026-07-02T20:47:56.805Z Downloaded vcpkg v0.2.15
12722026-07-02T20:47:56.828Z Downloaded time v0.3.47
12732026-07-02T20:47:56.832Z Downloaded openapiv3 v2.2.0
12742026-07-02T20:47:56.840Z Downloaded tabled v0.20.0
12752026-07-02T20:47:56.849Z Downloaded zerocopy v0.8.40
12762026-07-02T20:47:56.855Z Downloaded regress v0.11.1
12772026-07-02T20:47:56.860Z Downloaded regex-syntax v0.6.29
12782026-07-02T20:47:56.863Z Downloaded smoltcp v0.11.0
12792026-07-02T20:47:56.870Z Downloaded diesel v2.3.7
12802026-07-02T20:47:56.883Z Downloaded zlib-rs v0.6.2
12812026-07-02T20:47:56.886Z Downloaded rustls v0.23.41
12822026-07-02T20:47:56.891Z Downloaded hickory-proto v0.25.2
12832026-07-02T20:47:56.900Z Downloaded bstr v1.12.1
12842026-07-02T20:47:56.911Z Downloaded object v0.37.3
12852026-07-02T20:47:56.984Z Downloaded regex-syntax v0.8.10
12862026-07-02T20:47:56.991Z Downloaded regress v0.10.5
12872026-07-02T20:47:56.991Z Downloaded sqlparser v0.61.0
12882026-07-02T20:47:56.991Z Downloaded sled v0.34.7
12892026-07-02T20:47:56.991Z Downloaded fiat-crypto v0.3.0
12902026-07-02T20:47:56.992Z Downloaded rustix v0.38.44
12912026-07-02T20:47:56.992Z Downloaded tracing v0.1.44
12922026-07-02T20:47:56.999Z Downloaded ratatui v0.29.0
12932026-07-02T20:47:57.020Z Downloaded zerocopy-derive v0.6.6
12942026-07-02T20:47:57.084Z Downloaded csv v1.4.0
12952026-07-02T20:47:57.106Z Downloaded sha3 v0.10.8
12962026-07-02T20:47:57.111Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12972026-07-02T20:47:57.120Z Downloaded bzip2-sys v0.1.13+1.0.8
12982026-07-02T20:47:57.127Z Downloaded typify-impl v0.6.2
12992026-07-02T20:47:57.148Z Downloaded sha3 v0.11.0
13002026-07-02T20:47:57.190Z Downloaded ring v0.17.14
13012026-07-02T20:47:57.213Z Downloaded libgit2-sys v0.18.3+1.9.2
13022026-07-02T20:47:57.242Z Downloaded regex-automata v0.4.14
13032026-07-02T20:47:57.256Z Downloaded petgraph v0.6.5
13042026-07-02T20:47:57.264Z Downloaded chrono-tz v0.10.4
13052026-07-02T20:47:57.281Z Downloaded jiff v0.2.21
13062026-07-02T20:47:57.310Z Downloaded petgraph v0.8.3
13072026-07-02T20:47:57.329Z Downloaded libz-sys v1.1.24
13082026-07-02T20:47:57.357Z Downloaded tokio v1.52.1
13092026-07-02T20:47:57.430Z Downloaded encoding_rs v0.8.35
13102026-07-02T20:47:58.210Z Downloaded aws-lc-sys v0.40.0
13112026-07-02T20:47:58.464Z Compiling libc v0.2.185
13122026-07-02T20:47:58.464Z Compiling serde_core v1.0.228
13132026-07-02T20:47:58.464Z Compiling serde v1.0.228
13142026-07-02T20:47:58.467Z Compiling log v0.4.29
13152026-07-02T20:47:58.467Z Compiling smallvec v1.15.1
13162026-07-02T20:47:58.467Z Compiling shlex v1.3.0
13172026-07-02T20:47:58.467Z Compiling find-msvc-tools v0.1.9
13182026-07-02T20:47:58.602Z Compiling syn v2.0.117
13192026-07-02T20:47:58.808Z Compiling subtle v2.6.1
13202026-07-02T20:47:58.830Z Compiling scopeguard v1.2.0
13212026-07-02T20:47:58.843Z Compiling stable_deref_trait v1.2.1
13222026-07-02T20:47:58.866Z Compiling typenum v1.20.1
13232026-07-02T20:47:58.914Z Compiling lock_api v0.4.14
13242026-07-02T20:47:58.929Z Compiling serde_json v1.0.150
13252026-07-02T20:47:58.971Z Compiling zerocopy v0.8.40
13262026-07-02T20:47:58.999Z Compiling portable-atomic v1.13.1
13272026-07-02T20:47:59.138Z Compiling parking_lot_core v0.9.12
13282026-07-02T20:47:59.151Z Compiling pin-project-lite v0.2.17
13292026-07-02T20:47:59.244Z Compiling pkg-config v0.3.32
13302026-07-02T20:47:59.409Z Compiling critical-section v1.2.0
13312026-07-02T20:47:59.425Z Compiling jobserver v0.1.34
13322026-07-02T20:47:59.463Z Compiling errno v0.3.14
13332026-07-02T20:47:59.511Z Compiling getrandom v0.2.17
13342026-07-02T20:47:59.605Z Compiling signal-hook-registry v1.4.8
13352026-07-02T20:47:59.657Z Compiling cc v1.2.56
13362026-07-02T20:47:59.736Z Compiling rand_core v0.6.4
13372026-07-02T20:47:59.784Z Compiling libm v0.2.16
13382026-07-02T20:47:59.871Z Compiling getrandom v0.4.1
13392026-07-02T20:47:59.998Z Compiling once_cell v1.21.3
13402026-07-02T20:48:00.018Z Compiling futures-core v0.3.32
13412026-07-02T20:48:00.057Z Compiling parking_lot v0.12.5
13422026-07-02T20:48:00.124Z Compiling mio v1.2.0
13432026-07-02T20:48:00.167Z Compiling num-traits v0.2.19
13442026-07-02T20:48:00.210Z Compiling generic-array v0.14.7
13452026-07-02T20:48:00.246Z Compiling rand_core v0.10.0
13462026-07-02T20:48:00.363Z Compiling const-oid v0.9.6
13472026-07-02T20:48:00.669Z Compiling litemap v0.8.1
13482026-07-02T20:48:00.732Z Compiling bitflags v2.11.0
13492026-07-02T20:48:00.863Z Compiling writeable v0.6.2
13502026-07-02T20:48:00.878Z Compiling percent-encoding v2.3.2
13512026-07-02T20:48:00.962Z Compiling semver v1.0.28
13522026-07-02T20:48:01.059Z Compiling socket2 v0.6.3
13532026-07-02T20:48:01.073Z Compiling icu_normalizer_data v2.1.1
13542026-07-02T20:48:01.236Z Compiling icu_properties_data v2.1.2
13552026-07-02T20:48:01.291Z Compiling futures-sink v0.3.32
13562026-07-02T20:48:01.320Z Compiling futures-io v0.3.32
13572026-07-02T20:48:01.385Z Compiling synstructure v0.13.2
13582026-07-02T20:48:01.477Z Compiling futures-channel v0.3.32
13592026-07-02T20:48:01.979Z Compiling slab v0.4.12
13602026-07-02T20:48:01.995Z Compiling futures-task v0.3.32
13612026-07-02T20:48:01.995Z Compiling indexmap v2.14.0
13622026-07-02T20:48:01.995Z Compiling utf8_iter v1.0.4
13632026-07-02T20:48:01.995Z Compiling getrandom v0.3.4
13642026-07-02T20:48:01.995Z Compiling rustversion v1.0.22
13652026-07-02T20:48:01.995Z Compiling form_urlencoded v1.2.2
13662026-07-02T20:48:01.995Z Compiling cmake v0.1.57
13672026-07-02T20:48:02.011Z Compiling dunce v1.0.5
13682026-07-02T20:48:02.038Z Compiling fs_extra v1.3.0
13692026-07-02T20:48:02.062Z Compiling ident_case v1.0.1
13702026-07-02T20:48:02.128Z Compiling rustix v1.1.3
13712026-07-02T20:48:02.169Z Compiling iana-time-zone v0.1.65
13722026-07-02T20:48:02.357Z Compiling regex-syntax v0.8.10
13732026-07-02T20:48:02.432Z Compiling aws-lc-sys v0.40.0
13742026-07-02T20:48:02.432Z Compiling base64ct v1.8.3
13752026-07-02T20:48:02.433Z Compiling vcpkg v0.2.15
13762026-07-02T20:48:02.667Z Compiling rand_core v0.9.5
13772026-07-02T20:48:02.702Z Compiling pem-rfc7468 v0.7.0
13782026-07-02T20:48:02.840Z Compiling rustc_version v0.4.1
13792026-07-02T20:48:02.935Z Compiling uuid v1.23.4
13802026-07-02T20:48:02.991Z Compiling tracing-core v0.1.36
13812026-07-02T20:48:03.115Z Compiling openssl-sys v0.9.115
13822026-07-02T20:48:03.131Z Compiling serde_derive v1.0.228
13832026-07-02T20:48:03.163Z Compiling zeroize_derive v1.4.3
13842026-07-02T20:48:03.606Z Compiling zerofrom-derive v0.1.6
13852026-07-02T20:48:03.759Z Compiling yoke-derive v0.8.1
13862026-07-02T20:48:03.797Z Compiling zerovec-derive v0.11.2
13872026-07-02T20:48:03.923Z Compiling zeroize v1.8.2
13882026-07-02T20:48:03.930Z Compiling zerocopy-derive v0.8.40
13892026-07-02T20:48:04.097Z Compiling displaydoc v0.2.5
13902026-07-02T20:48:04.897Z Compiling tokio-macros v2.7.0
13912026-07-02T20:48:04.934Z Compiling futures-macro v0.3.32
13922026-07-02T20:48:04.956Z Compiling der_derive v0.7.3
13932026-07-02T20:48:05.025Z Compiling zerofrom v0.1.6
13942026-07-02T20:48:05.158Z Compiling yoke v0.8.1
13952026-07-02T20:48:05.294Z Compiling block-buffer v0.10.4
13962026-07-02T20:48:05.342Z Compiling zerovec v0.11.5
13972026-07-02T20:48:05.516Z Compiling zerotrie v0.2.3
13982026-07-02T20:48:05.638Z Compiling crypto-common v0.1.7
13992026-07-02T20:48:05.748Z Compiling futures-util v0.3.32
14002026-07-02T20:48:05.782Z Compiling digest v0.10.7
14012026-07-02T20:48:05.808Z Compiling thiserror-impl v2.0.18
14022026-07-02T20:48:05.900Z Compiling tinystr v0.8.2
14032026-07-02T20:48:06.000Z Compiling potential_utf v0.1.4
14042026-07-02T20:48:06.038Z Compiling tracing-attributes v0.1.31
14052026-07-02T20:48:06.106Z Compiling icu_locale_core v2.1.1
14062026-07-02T20:48:06.164Z Compiling icu_collections v2.1.1
14072026-07-02T20:48:06.642Z Compiling flagset v0.4.7
14082026-07-02T20:48:06.775Z Compiling bytes v1.11.1
14092026-07-02T20:48:06.780Z Compiling icu_provider v2.1.1
14102026-07-02T20:48:06.984Z Compiling chrono v0.4.44
14112026-07-02T20:48:07.083Z Compiling icu_normalizer v2.1.1
14122026-07-02T20:48:07.171Z Compiling icu_properties v2.1.2
14132026-07-02T20:48:07.355Z Compiling tokio v1.52.1
14142026-07-02T20:48:07.385Z Compiling http v1.4.2
14152026-07-02T20:48:07.620Z Compiling aws-lc-rs v1.16.3
14162026-07-02T20:48:07.916Z Compiling base64 v0.22.1
14172026-07-02T20:48:08.047Z Compiling idna_adapter v1.2.1
14182026-07-02T20:48:08.192Z Compiling idna v1.1.0
14192026-07-02T20:48:08.241Z Compiling http-body v1.0.1
14202026-07-02T20:48:08.254Z Compiling tracing v0.1.44
14212026-07-02T20:48:08.288Z Compiling ppv-lite86 v0.2.21
14222026-07-02T20:48:08.389Z Compiling thiserror v2.0.18
14232026-07-02T20:48:08.395Z Compiling der v0.7.10
14242026-07-02T20:48:08.468Z Compiling rustls-pki-types v1.14.0
14252026-07-02T20:48:08.514Z Compiling url v2.5.8
14262026-07-02T20:48:08.550Z Compiling httparse v1.10.1
14272026-07-02T20:48:08.604Z Compiling rand_chacha v0.9.0
14282026-07-02T20:48:08.878Z Compiling cmov v0.5.4
14292026-07-02T20:48:08.959Z Compiling tinyvec_macros v0.1.1
14302026-07-02T20:48:08.978Z Compiling openssl-probe v0.2.1
14312026-07-02T20:48:08.978Z Compiling tinyvec v1.10.0
14322026-07-02T20:48:09.056Z Compiling ctutils v0.4.2
14332026-07-02T20:48:09.122Z Compiling rand v0.9.2
14342026-07-02T20:48:09.282Z Compiling spki v0.7.3
14352026-07-02T20:48:09.294Z Compiling pest_generator v2.8.6
14362026-07-02T20:48:09.315Z Compiling serde_derive_internals v0.29.1
14372026-07-02T20:48:09.323Z Compiling aho-corasick v1.1.4
14382026-07-02T20:48:09.509Z Compiling tower-service v0.3.3
14392026-07-02T20:48:09.597Z Compiling tower-layer v0.3.3
14402026-07-02T20:48:09.616Z Compiling try-lock v0.2.5
14412026-07-02T20:48:09.703Z Compiling atomic-waker v1.1.2
14422026-07-02T20:48:09.742Z Compiling schemars v0.8.22
14432026-07-02T20:48:09.826Z Compiling dyn-clone v1.0.20
14442026-07-02T20:48:09.918Z Compiling untrusted v0.7.1
14452026-07-02T20:48:09.977Z Compiling want v0.3.1
14462026-07-02T20:48:09.983Z Compiling pest_derive v2.8.6
14472026-07-02T20:48:10.011Z Compiling tempfile v3.25.0
14482026-07-02T20:48:10.026Z Compiling hybrid-array v0.4.13
14492026-07-02T20:48:10.139Z Compiling regex-automata v0.4.14
14502026-07-02T20:48:10.183Z Compiling schemars_derive v0.8.22
14512026-07-02T20:48:10.416Z Compiling ipnet v2.11.0
14522026-07-02T20:48:10.655Z Compiling scroll_derive v0.13.1
14532026-07-02T20:48:10.848Z Compiling darling_core v0.20.11
14542026-07-02T20:48:10.959Z Compiling httpdate v1.0.3
14552026-07-02T20:48:11.039Z Compiling foreign-types-shared v0.1.1
14562026-07-02T20:48:11.118Z Compiling tokio-util v0.7.18
14572026-07-02T20:48:11.184Z Compiling untrusted v0.9.0
14582026-07-02T20:48:11.299Z Compiling cpufeatures v0.2.17
14592026-07-02T20:48:11.373Z Compiling rustls v0.23.41
14602026-07-02T20:48:11.474Z Compiling openssl v0.10.79
14612026-07-02T20:48:11.510Z Compiling scroll v0.13.0
14622026-07-02T20:48:11.742Z Compiling foreign-types v0.3.2
14632026-07-02T20:48:11.765Z Compiling pkcs8 v0.10.2
14642026-07-02T20:48:11.800Z Compiling h2 v0.4.15
14652026-07-02T20:48:12.003Z Compiling unicode-normalization v0.1.25
14662026-07-02T20:48:12.443Z Compiling openssl-macros v0.1.1
14672026-07-02T20:48:12.550Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14682026-07-02T20:48:12.833Z Compiling spin v0.9.8
14692026-07-02T20:48:12.836Z Compiling native-tls v0.2.18
14702026-07-02T20:48:12.949Z Compiling powerfmt v0.2.0
14712026-07-02T20:48:13.014Z Compiling time-core v0.1.8
14722026-07-02T20:48:13.046Z Compiling crc32fast v1.5.0
14732026-07-02T20:48:13.046Z Compiling num-conv v0.2.0
14742026-07-02T20:48:13.077Z Compiling darling_macro v0.20.11
14752026-07-02T20:48:13.142Z Compiling deranged v0.5.8
14762026-07-02T20:48:13.187Z Compiling time-macros v0.2.27
14772026-07-02T20:48:13.551Z Compiling darling v0.20.11
14782026-07-02T20:48:13.632Z Compiling goblin v0.10.5
14792026-07-02T20:48:14.099Z Compiling sha2 v0.10.9
14802026-07-02T20:48:14.209Z Compiling hmac v0.12.1
14812026-07-02T20:48:14.247Z Compiling sync_wrapper v1.0.2
14822026-07-02T20:48:14.354Z Compiling wait-timeout v0.2.1
14832026-07-02T20:48:14.371Z Compiling syn v1.0.109
14842026-07-02T20:48:14.612Z Compiling siphasher v1.0.2
14852026-07-02T20:48:14.676Z Compiling bit-vec v0.8.0
14862026-07-02T20:48:14.793Z Compiling simd-adler32 v0.3.8
14872026-07-02T20:48:14.906Z Compiling hyper v1.10.1
14882026-07-02T20:48:15.033Z Compiling crossbeam-utils v0.8.21
14892026-07-02T20:48:15.330Z Compiling num_threads v0.1.7
14902026-07-02T20:48:15.427Z Compiling usdt-impl v0.6.0
14912026-07-02T20:48:15.540Z Compiling quick-error v1.2.3
14922026-07-02T20:48:15.657Z Compiling rusty-fork v0.3.1
14932026-07-02T20:48:15.841Z Compiling time v0.3.47
14942026-07-02T20:48:15.983Z Compiling bit-set v0.8.0
14952026-07-02T20:48:16.060Z Compiling hyper-util v0.1.20
14962026-07-02T20:48:16.143Z Compiling tower v0.5.3
14972026-07-02T20:48:16.325Z Compiling dof v0.4.0
14982026-07-02T20:48:16.540Z Compiling derive_builder_core v0.20.2
14992026-07-02T20:48:16.818Z Compiling dtrace-parser v0.3.0
15002026-07-02T20:48:17.391Z Compiling http-body-util v0.1.3
15012026-07-02T20:48:17.412Z Compiling heapless v0.7.17
15022026-07-02T20:48:17.473Z Compiling thiserror-impl v1.0.69
15032026-07-02T20:48:17.543Z Compiling scroll_derive v0.12.1
15042026-07-02T20:48:17.628Z Compiling slog v2.8.2
15052026-07-02T20:48:17.658Z Compiling rand_xorshift v0.4.0
15062026-07-02T20:48:17.801Z Compiling darling_core v0.21.3
15072026-07-02T20:48:17.815Z Compiling bzip2-sys v0.1.13+1.0.8
15082026-07-02T20:48:17.865Z Compiling thread-id v5.1.0
15092026-07-02T20:48:17.865Z Compiling cookie v0.18.1
15102026-07-02T20:48:17.909Z Compiling allocator-api2 v0.2.21
15112026-07-02T20:48:18.035Z Compiling paste v1.0.15
15122026-07-02T20:48:18.096Z Compiling signal-hook v0.3.18
15132026-07-02T20:48:18.203Z Compiling unarray v0.1.4
15142026-07-02T20:48:18.228Z Compiling ryu v1.0.23
15152026-07-02T20:48:18.277Z Compiling iri-string v0.7.10
15162026-07-02T20:48:18.309Z Compiling anyhow v1.0.102
15172026-07-02T20:48:18.313Z Compiling unicode-properties v0.1.4
15182026-07-02T20:48:18.400Z Compiling adler2 v2.0.1
15192026-07-02T20:48:18.522Z Compiling unicode-bidi v0.3.18
15202026-07-02T20:48:18.536Z Compiling zstd-safe v7.2.4
15212026-07-02T20:48:18.726Z Compiling thiserror v1.0.69
15222026-07-02T20:48:18.742Z Compiling miniz_oxide v0.8.9
15232026-07-02T20:48:18.827Z Compiling serde_urlencoded v0.7.1
15242026-07-02T20:48:18.839Z Compiling stringprep v0.1.5
15252026-07-02T20:48:19.060Z Compiling proptest v1.10.0
15262026-07-02T20:48:19.106Z Compiling scroll v0.12.0
15272026-07-02T20:48:19.390Z Compiling tower-http v0.6.8
15282026-07-02T20:48:19.789Z Compiling derive_builder_macro v0.20.2
15292026-07-02T20:48:19.842Z Compiling camino v1.2.2
15302026-07-02T20:48:20.014Z Compiling tokio-native-tls v0.3.1
15312026-07-02T20:48:20.184Z Compiling bstr v1.12.1
15322026-07-02T20:48:20.210Z Compiling ipnetwork v0.21.1
15332026-07-02T20:48:20.254Z Compiling block-padding v0.4.2
15342026-07-02T20:48:20.267Z Compiling darling_macro v0.21.3
15352026-07-02T20:48:20.413Z Compiling block-buffer v0.12.1
15362026-07-02T20:48:20.413Z Compiling crypto-common v0.2.2
15372026-07-02T20:48:20.643Z Compiling rustls-native-certs v0.8.3
15382026-07-02T20:48:20.658Z Compiling rand_chacha v0.3.1
15392026-07-02T20:48:20.821Z Compiling toml_datetime v0.6.11
15402026-07-02T20:48:20.836Z Compiling erased-serde v0.3.31
15412026-07-02T20:48:20.931Z Compiling serde_tokenstream v0.2.3
15422026-07-02T20:48:21.125Z Compiling serde_spanned v0.6.9
15432026-07-02T20:48:21.224Z Compiling md-5 v0.10.6
15442026-07-02T20:48:21.247Z Compiling signature v2.2.0
15452026-07-02T20:48:21.325Z Compiling curve25519-dalek v4.1.3
15462026-07-02T20:48:21.393Z Compiling zerocopy-derive v0.7.35
15472026-07-02T20:48:21.426Z Compiling async-trait v0.1.89
15482026-07-02T20:48:21.445Z Compiling pin-project-internal v1.1.11
15492026-07-02T20:48:21.677Z Compiling vergen-lib v9.1.0
15502026-07-02T20:48:21.871Z Compiling num-integer v0.1.46
15512026-07-02T20:48:22.186Z Compiling hash32 v0.2.1
15522026-07-02T20:48:22.200Z Compiling memoffset v0.9.1
15532026-07-02T20:48:22.270Z Compiling encoding_rs v0.8.35
15542026-07-02T20:48:22.377Z Compiling zlib-rs v0.6.2
15552026-07-02T20:48:22.402Z Compiling mime v0.3.17
15562026-07-02T20:48:22.436Z Compiling fallible-iterator v0.2.0
15572026-07-02T20:48:22.559Z Compiling ref-cast v1.0.25
15582026-07-02T20:48:22.656Z Compiling num-bigint-dig v0.8.6
15592026-07-02T20:48:22.742Z Compiling smoltcp v0.9.1
15602026-07-02T20:48:22.856Z Compiling cfg_aliases v0.2.1
15612026-07-02T20:48:22.872Z Compiling litrs v1.0.0
15622026-07-02T20:48:22.931Z Compiling psl-types v2.0.11
15632026-07-02T20:48:23.092Z Compiling rustix v0.38.44
15642026-07-02T20:48:23.108Z Compiling publicsuffix v2.3.0
15652026-07-02T20:48:23.282Z Compiling nix v0.31.2
15662026-07-02T20:48:23.372Z Compiling document-features v0.2.12
15672026-07-02T20:48:23.564Z Compiling postgres-protocol v0.6.10
15682026-07-02T20:48:23.651Z Compiling hubpack_derive v0.1.1
15692026-07-02T20:48:23.666Z Compiling pin-project v1.1.11
15702026-07-02T20:48:23.845Z Compiling zerocopy v0.7.35
15712026-07-02T20:48:23.969Z Compiling num-iter v0.1.45
15722026-07-02T20:48:24.114Z Compiling newtype-uuid v1.3.2
15732026-07-02T20:48:24.170Z Compiling rand v0.8.6
15742026-07-02T20:48:24.223Z Compiling darling v0.21.3
15752026-07-02T20:48:24.308Z Compiling oxnet v0.1.6
15762026-07-02T20:48:24.388Z Compiling inout v0.2.2
15772026-07-02T20:48:24.428Z Compiling derive_builder v0.20.2
15782026-07-02T20:48:24.506Z Compiling hyper-tls v0.6.0
15792026-07-02T20:48:24.720Z Compiling goblin v0.8.2
15802026-07-02T20:48:25.023Z Compiling phf_shared v0.13.1
15812026-07-02T20:48:25.188Z Compiling lazy_static v1.5.0
15822026-07-02T20:48:25.256Z Compiling flate2 v1.1.9
15832026-07-02T20:48:25.275Z Compiling regex v1.12.3
15842026-07-02T20:48:25.289Z Compiling anstyle-parse v0.2.7
15852026-07-02T20:48:25.352Z Compiling futures-executor v0.3.32
15862026-07-02T20:48:25.528Z Compiling hex v0.4.3
15872026-07-02T20:48:25.642Z Compiling terminal_size v0.4.3
15882026-07-02T20:48:25.664Z Compiling snafu-derive v0.8.9
15892026-07-02T20:48:25.702Z Compiling daft-derive v0.1.7
15902026-07-02T20:48:25.717Z Compiling curve25519-dalek-derive v0.1.1
15912026-07-02T20:48:25.778Z Compiling ref-cast-impl v1.0.25
15922026-07-02T20:48:25.796Z Compiling strum_macros v0.27.2
15932026-07-02T20:48:26.339Z Compiling vergen v9.1.0
15942026-07-02T20:48:26.376Z Compiling cargo-platform v0.3.2
15952026-07-02T20:48:26.439Z Compiling ff v0.13.1
15962026-07-02T20:48:26.534Z Compiling fs-err v3.3.0
15972026-07-02T20:48:26.581Z Compiling ahash v0.8.12
15982026-07-02T20:48:26.650Z Compiling base16ct v0.2.0
15992026-07-02T20:48:26.736Z Compiling winnow v0.5.40
16002026-07-02T20:48:26.802Z Compiling unicode-segmentation v1.12.0
16012026-07-02T20:48:26.831Z Compiling foldhash v0.1.5
16022026-07-02T20:48:27.007Z Compiling same-file v1.0.6
16032026-07-02T20:48:27.170Z Compiling managed v0.8.0
16042026-07-02T20:48:27.185Z Compiling bumpalo v3.20.2
16052026-07-02T20:48:27.393Z Compiling libbz2-rs-sys v0.2.2
16062026-07-02T20:48:27.444Z Compiling foldhash v0.2.0
16072026-07-02T20:48:27.614Z Compiling object v0.37.3
16082026-07-02T20:48:27.674Z Compiling bitflags v1.3.2
16092026-07-02T20:48:27.817Z Compiling strum v0.27.2
16102026-07-02T20:48:27.931Z Compiling bzip2 v0.6.1
16112026-07-02T20:48:27.942Z Compiling snafu v0.8.9
16122026-07-02T20:48:28.093Z Compiling toml_edit v0.19.15
16132026-07-02T20:48:28.135Z Compiling hashbrown v0.16.1
16142026-07-02T20:48:28.185Z Compiling clap_builder v4.6.0
16152026-07-02T20:48:28.211Z Compiling zopfli v0.8.3
16162026-07-02T20:48:28.290Z Compiling walkdir v2.5.0
16172026-07-02T20:48:28.542Z Compiling hashbrown v0.15.5
16182026-07-02T20:48:28.597Z Compiling dof v0.3.0
16192026-07-02T20:48:28.765Z Compiling sec1 v0.7.3
16202026-07-02T20:48:28.966Z Compiling group v0.13.0
16212026-07-02T20:48:29.037Z Compiling cargo_metadata v0.23.1
16222026-07-02T20:48:29.105Z Compiling daft v0.1.7
16232026-07-02T20:48:29.382Z Compiling futures v0.3.32
16242026-07-02T20:48:29.395Z Compiling anstream v0.6.21
16252026-07-02T20:48:30.043Z Compiling phf v0.13.1
16262026-07-02T20:48:30.057Z Compiling signal-hook-mio v0.2.5
16272026-07-02T20:48:30.177Z Compiling cookie_store v0.22.1
16282026-07-02T20:48:30.209Z Compiling zstd v0.13.3
16292026-07-02T20:48:30.382Z Compiling reqwest v0.12.28
16302026-07-02T20:48:30.491Z Compiling bzip2 v0.4.4
16312026-07-02T20:48:30.705Z Compiling cipher v0.5.2
16322026-07-02T20:48:30.729Z Compiling serde_with_macros v3.17.0
16332026-07-02T20:48:30.886Z Compiling hubpack v0.1.2
16342026-07-02T20:48:31.013Z Compiling postgres-types v0.2.12
16352026-07-02T20:48:31.225Z Compiling ed25519 v2.2.3
16362026-07-02T20:48:31.580Z Compiling usdt-attr-macro v0.6.0
16372026-07-02T20:48:31.880Z Compiling usdt-macro v0.6.0
16382026-07-02T20:48:32.128Z Compiling globset v0.4.18
16392026-07-02T20:48:32.150Z Compiling dtrace-parser v0.2.0
16402026-07-02T20:48:32.291Z Compiling phf_shared v0.11.3
16412026-07-02T20:48:32.392Z Compiling hkdf v0.12.4
16422026-07-02T20:48:32.477Z Compiling olpc-cjson v0.1.4
16432026-07-02T20:48:32.562Z Compiling pkcs1 v0.7.5
16442026-07-02T20:48:32.620Z Compiling pem v3.0.6
16452026-07-02T20:48:32.635Z Compiling serde-big-array v0.5.1
16462026-07-02T20:48:32.772Z Compiling serde_plain v1.0.2
16472026-07-02T20:48:32.808Z Compiling crypto-bigint v0.5.5
16482026-07-02T20:48:32.877Z Compiling async-recursion v1.1.1
16492026-07-02T20:48:32.944Z Compiling clap_derive v4.6.1
16502026-07-02T20:48:32.944Z Compiling serde_repr v0.1.20
16512026-07-02T20:48:32.970Z Compiling enum-as-inner v0.6.1
16522026-07-02T20:48:33.476Z Compiling strum_macros v0.26.4
16532026-07-02T20:48:33.496Z Compiling float-cmp v0.10.0
16542026-07-02T20:48:33.531Z Compiling memmap2 v0.9.10
16552026-07-02T20:48:33.637Z Compiling thread-id v4.2.2
16562026-07-02T20:48:33.725Z Compiling env_filter v1.0.0
16572026-07-02T20:48:33.747Z Compiling winnow v1.0.3
16582026-07-02T20:48:34.023Z Compiling precomputed-hash v0.1.1
16592026-07-02T20:48:34.100Z Compiling cpufeatures v0.3.0
16602026-07-02T20:48:34.115Z Compiling static_assertions v1.1.0
16612026-07-02T20:48:34.132Z Compiling const-oid v0.10.2
16622026-07-02T20:48:34.175Z Compiling new_debug_unreachable v1.0.6
16632026-07-02T20:48:34.190Z Compiling typed-path v0.9.3
16642026-07-02T20:48:34.248Z Compiling fixedbitset v0.5.7
16652026-07-02T20:48:34.343Z Compiling predicates-core v1.0.10
16662026-07-02T20:48:34.513Z Compiling fixedbitset v0.4.2
16672026-07-02T20:48:34.550Z Compiling difflib v0.4.0
16682026-07-02T20:48:34.696Z Compiling keccak v0.1.6
16692026-07-02T20:48:34.727Z Compiling jiff v0.2.21
16702026-07-02T20:48:34.902Z Compiling data-encoding v2.10.0
16712026-07-02T20:48:35.101Z Compiling either v1.15.0
16722026-07-02T20:48:35.159Z Compiling normalize-line-endings v0.3.0
16732026-07-02T20:48:35.213Z Compiling whoami v2.1.0
16742026-07-02T20:48:35.251Z Compiling predicates v3.1.4
16752026-07-02T20:48:35.310Z Compiling itertools v0.13.0
16762026-07-02T20:48:35.409Z Compiling strum v0.26.3
16772026-07-02T20:48:35.422Z Compiling tokio-postgres v0.7.16
16782026-07-02T20:48:35.582Z Compiling hickory-proto v0.25.2
16792026-07-02T20:48:35.632Z Compiling toml_edit v0.22.27
16802026-07-02T20:48:35.646Z Compiling sha3 v0.10.8
16812026-07-02T20:48:35.956Z Compiling clap v4.6.1
16822026-07-02T20:48:36.039Z Compiling petgraph v0.6.5
16832026-07-02T20:48:36.101Z Compiling petgraph v0.8.3
16842026-07-02T20:48:36.587Z Compiling digest v0.11.3
16852026-07-02T20:48:36.805Z Compiling string_cache v0.8.9
16862026-07-02T20:48:37.031Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16872026-07-02T20:48:37.546Z Compiling zip v4.6.1
16882026-07-02T20:48:37.655Z Compiling chacha20 v0.10.0
16892026-07-02T20:48:38.032Z Compiling toml_parser v1.1.2+spec-1.1.0
16902026-07-02T20:48:38.051Z Compiling env_logger v0.11.9
16912026-07-02T20:48:38.360Z Compiling elliptic-curve v0.13.8
16922026-07-02T20:48:38.411Z Compiling usdt-impl v0.5.0
16932026-07-02T20:48:38.503Z Compiling usdt v0.6.0
16942026-07-02T20:48:38.669Z Compiling rsa v0.9.10
16952026-07-02T20:48:38.758Z Compiling crossterm v0.28.1
16962026-07-02T20:48:38.772Z Compiling serde_with v3.17.0
16972026-07-02T20:48:38.921Z Compiling ed25519-dalek v2.2.0
16982026-07-02T20:48:39.566Z Compiling zip v0.6.6
16992026-07-02T20:48:40.041Z Compiling toml v0.7.8
17002026-07-02T20:48:40.142Z Compiling iddqd v0.4.2
17012026-07-02T20:48:40.520Z Compiling heck v0.4.1
17022026-07-02T20:48:40.654Z Compiling similar v2.7.0
17032026-07-02T20:48:40.672Z Compiling crossbeam-epoch v0.9.18
17042026-07-02T20:48:40.712Z Compiling tokio-stream v0.1.18
17052026-07-02T20:48:40.759Z Compiling buf-list v1.1.2
17062026-07-02T20:48:41.009Z Compiling x509-cert v0.2.5
17072026-07-02T20:48:41.033Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17082026-07-02T20:48:41.175Z Compiling openapiv3 v2.2.0
17092026-07-02T20:48:41.336Z Compiling lalrpop-util v0.19.12
17102026-07-02T20:48:41.472Z Compiling peg-runtime v0.8.5
17112026-07-02T20:48:41.530Z Compiling thread_local v1.1.9
17122026-07-02T20:48:41.544Z Compiling slog-async v2.8.0
17132026-07-02T20:48:41.750Z Compiling crossbeam-channel v0.5.15
17142026-07-02T20:48:41.785Z Compiling is-terminal v0.4.17
17152026-07-02T20:48:41.868Z Compiling filetime v0.2.27
17162026-07-02T20:48:41.882Z Compiling take_mut v0.2.2
17172026-07-02T20:48:41.991Z Compiling term v1.2.1
17182026-07-02T20:48:42.005Z Compiling xattr v1.6.1
17192026-07-02T20:48:42.040Z Compiling camino-tempfile v1.4.1
17202026-07-02T20:48:42.172Z Compiling tar v0.4.45
17212026-07-02T20:48:42.266Z Compiling slog-term v2.9.2
17222026-07-02T20:48:52.402Z Compiling rustls-webpki v0.103.13
17232026-07-02T20:48:55.079Z Compiling tokio-rustls v0.26.4
17242026-07-02T20:48:55.093Z Compiling rustls-platform-verifier v0.6.2
17252026-07-02T20:48:55.093Z Compiling tough v0.22.0
17262026-07-02T20:48:55.279Z Compiling hyper-rustls v0.27.7
17272026-07-02T20:48:55.499Z Compiling reqwest v0.13.2
17282026-07-02T20:48:57.735Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17292026-07-02T20:48:58.190Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17302026-07-02T20:49:00.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17312026-07-02T20:49:00.959Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17322026-07-02T20:49:01.147ZJul 02 20:48:59.820 INFO Starting download, target: Cockroach
17332026-07-02T20:49:01.147ZJul 02 20:48:59.820 INFO Starting download, target: Console
17342026-07-02T20:49:01.147ZJul 02 20:48:59.820 INFO Starting download, target: Clickhouse
17352026-07-02T20:49:01.169ZJul 02 20:48:59.820 INFO Starting download, target: DendriteStub
17362026-07-02T20:49:01.169ZJul 02 20:48:59.820 INFO Starting download, target: MaghemiteMgd
17372026-07-02T20:49:01.170ZJul 02 20:48:59.820 INFO Starting download, target: MaghemiteDdmd
17382026-07-02T20:49:01.170ZJul 02 20:48:59.820 INFO Starting download, target: TransceiverControl
17392026-07-02T20:49:01.170ZJul 02 20:48:59.820 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17402026-07-02T20:49:01.170ZJul 02 20:48:59.820 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17412026-07-02T20:49:01.170ZJul 02 20:48:59.820 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17422026-07-02T20:49:01.170ZJul 02 20:48:59.820 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17432026-07-02T20:49:01.170ZJul 02 20:48:59.820 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17442026-07-02T20:49:01.170ZJul 02 20:48:59.821 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17452026-07-02T20:49:01.170ZJul 02 20:48:59.821 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17462026-07-02T20:49:02.162ZJul 02 20:49:00.936 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17472026-07-02T20:49:02.346ZJul 02 20:49:01.144 INFO Download complete, target: TransceiverControl
17482026-07-02T20:49:02.999ZJul 02 20:49:01.555 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17492026-07-02T20:49:03.018ZJul 02 20:49:01.633 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17502026-07-02T20:49:03.080ZJul 02 20:49:01.883 INFO Download complete, target: Console
17512026-07-02T20:49:05.365ZJul 02 20:49:04.176 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17522026-07-02T20:49:05.669ZJul 02 20:49:04.463 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17532026-07-02T20:49:06.347ZJul 02 20:49:05.154 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17542026-07-02T20:49:07.539ZJul 02 20:49:06.346 INFO Download complete, target: MaghemiteDdmd
17552026-07-02T20:49:07.641ZJul 02 20:49:06.458 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17562026-07-02T20:49:07.642ZJul 02 20:49:06.458 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17572026-07-02T20:49:07.749ZJul 02 20:49:06.565 INFO Download complete, target: DendriteStub
17582026-07-02T20:49:08.696ZJul 02 20:49:07.490 INFO Download complete, target: MaghemiteMgd
17592026-07-02T20:49:09.522ZJul 02 20:49:08.327 INFO Checking that binary works, target: Clickhouse
17602026-07-02T20:49:09.651ZJul 02 20:49:08.467 INFO Download complete, target: Clickhouse
17612026-07-02T20:49:12.141ZJul 02 20:49:10.956 INFO Checking that binary works, target: Cockroach
17622026-07-02T20:49:12.277ZJul 02 20:49:11.089 INFO Download complete, target: Cockroach
17632026-07-02T20:49:12.289ZAll builder prerequisites installed successfully, and PATH looks valid
17642026-07-02T20:49:12.311Z
17652026-07-02T20:49:12.311Zreal 2:03.634770050
17662026-07-02T20:49:12.311Zuser 6:37.285488950
17672026-07-02T20:49:12.311Zsys 1:21.265361117
17682026-07-02T20:49:12.311Ztrap 0.227439278
17692026-07-02T20:49:12.311Ztflt 0.540546787
17702026-07-02T20:49:12.311Zdflt 0.919805909
17712026-07-02T20:49:12.311Zkflt 0.022384754
17722026-07-02T20:49:12.311Zlock 22:45.416168780
17732026-07-02T20:49:12.311Zslp 20:15.952508536
17742026-07-02T20:49:12.311Zlat 42.966812000
17752026-07-02T20:49:12.311Zstop 1:55.736009367
17762026-07-02T20:49:12.311Z+ banner hack-check
17772026-07-02T20:49:12.311Z
17782026-07-02T20:49:12.311Z # # ## #### # # #### # # ###### #### # #
17792026-07-02T20:49:12.311Z # # # # # # # # # # # # # # # # #
17802026-07-02T20:49:12.311Z ###### # # # #### ##### # ###### ##### # ####
17812026-07-02T20:49:12.311Z # # ###### # # # # # # # # # #
17822026-07-02T20:49:12.311Z # # # # # # # # # # # # # # # # #
17832026-07-02T20:49:12.311Z # # # # #### # # #### # # ###### #### # #
17842026-07-02T20:49:12.312Z
17852026-07-02T20:49:12.315Z+ export CARGO_INCREMENTAL=0
17862026-07-02T20:49:12.315Z+ CARGO_INCREMENTAL=0
17872026-07-02T20:49:12.315Z+ ptime -m timeout 2h cargo xtask check-features --ci
17882026-07-02T20:49:12.752Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17892026-07-02T20:49:13.032Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17902026-07-02T20:49:14.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s
17912026-07-02T20:49:14.838Z Running `target/debug/xtask check-features --ci`
17922026-07-02T20:49:14.913Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17932026-07-02T20:49:14.924Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17942026-07-02T20:49:15.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17952026-07-02T20:49:15.308Z Running `target/debug/xtask download cargo-hack`
17962026-07-02T20:49:16.100Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17972026-07-02T20:49:16.367Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17982026-07-02T20:49:19.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.57s
17992026-07-02T20:49:19.382Z Running `target/debug/xtask-downloader cargo-hack`
18002026-07-02T20:49:19.382ZJul 02 20:49:17.918 INFO Starting download, target: CargoHack
18012026-07-02T20:49:19.382ZJul 02 20:49:17.919 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18022026-07-02T20:49:19.570ZJul 02 20:49:18.127 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18032026-07-02T20:49:19.570ZJul 02 20:49:18.174 INFO Download complete, target: CargoHack
18042026-07-02T20:49:19.570Zrunning: "/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-02T20:49:19.570Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18062026-07-02T20:49:19.744Zinfo: running `cargo check --bins` on api_identity (1/299)
18072026-07-02T20:49:20.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18082026-07-02T20:49:20.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18092026-07-02T20:49:20.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18102026-07-02T20:49:20.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18112026-07-02T20:49:20.385Z
18122026-07-02T20:49:20.385Zinfo: running `cargo check --bins` on bootstore (2/299)
18132026-07-02T20:49:20.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18142026-07-02T20:49:20.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18152026-07-02T20:49:20.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18162026-07-02T20:49:20.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18172026-07-02T20:49:20.767Z
18182026-07-02T20:49:20.767Zinfo: running `cargo check --bins` on omicron-ledger (3/299)
18192026-07-02T20:49:21.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18202026-07-02T20:49:21.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18212026-07-02T20:49:21.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18222026-07-02T20:49:21.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18232026-07-02T20:49:21.409Z
18242026-07-02T20:49:21.409Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/299)
18252026-07-02T20:49:21.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262026-07-02T20:49:21.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272026-07-02T20:49:21.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282026-07-02T20:49:21.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18292026-07-02T20:49:21.687Z
18302026-07-02T20:49:21.688Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/299)
18312026-07-02T20:49:22.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322026-07-02T20:49:23.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332026-07-02T20:49:23.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342026-07-02T20:49:23.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18352026-07-02T20:49:23.114Z
18362026-07-02T20:49:23.114Zinfo: running `cargo check --bins` on omicron-certificates (6/299)
18372026-07-02T20:49:23.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382026-07-02T20:49:23.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392026-07-02T20:49:23.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402026-07-02T20:49:23.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18412026-07-02T20:49:23.114Z
18422026-07-02T20:49:23.114Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/299)
18432026-07-02T20:49:23.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-07-02T20:49:23.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-07-02T20:49:23.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-07-02T20:49:23.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18472026-07-02T20:49:23.442Z
18482026-07-02T20:49:23.442Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/299)
18492026-07-02T20:49:23.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-07-02T20:49:23.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-07-02T20:49:23.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-07-02T20:49:23.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18532026-07-02T20:49:23.916Z
18542026-07-02T20:49:23.916Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/299)
18552026-07-02T20:49:24.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-07-02T20:49:24.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-07-02T20:49:24.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-07-02T20:49:24.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18592026-07-02T20:49:24.400Z
18602026-07-02T20:49:24.400Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/299)
18612026-07-02T20:49:24.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-07-02T20:49:24.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-07-02T20:49:24.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-07-02T20:49:24.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18652026-07-02T20:49:24.620Z
18662026-07-02T20:49:24.620Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/299)
18672026-07-02T20:49:25.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-07-02T20:49:25.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-07-02T20:49:25.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-07-02T20:49:25.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18712026-07-02T20:49:25.138Z
18722026-07-02T20:49:25.138Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/299)
18732026-07-02T20:49:25.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-07-02T20:49:25.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-07-02T20:49:25.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-07-02T20:49:25.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18772026-07-02T20:49:25.434Z
18782026-07-02T20:49:25.434Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/299)
18792026-07-02T20:49:29.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-07-02T20:49:29.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-07-02T20:49:29.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-07-02T20:49:29.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18832026-07-02T20:49:29.892Z
18842026-07-02T20:49:29.892Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/299)
18852026-07-02T20:49:29.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-07-02T20:49:29.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-07-02T20:49:29.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-07-02T20:49:29.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18892026-07-02T20:49:29.893Z
18902026-07-02T20:49:29.893Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/299)
18912026-07-02T20:49:29.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-07-02T20:49:29.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-07-02T20:49:29.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-07-02T20:49:29.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18952026-07-02T20:49:29.893Z
18962026-07-02T20:49:29.893Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/299)
18972026-07-02T20:49:29.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-07-02T20:49:29.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-07-02T20:49:29.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-07-02T20:49:29.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19012026-07-02T20:49:29.894Z
19022026-07-02T20:49:29.894Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/299)
19032026-07-02T20:49:29.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-07-02T20:49:29.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-07-02T20:49:29.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-07-02T20:49:29.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19072026-07-02T20:49:29.901Z
19082026-07-02T20:49:29.901Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/299)
19092026-07-02T20:49:29.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-07-02T20:49:29.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-07-02T20:49:29.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-07-02T20:49:29.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19132026-07-02T20:49:29.901Z
19142026-07-02T20:49:29.901Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/299)
19152026-07-02T20:49:29.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-07-02T20:49:29.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-07-02T20:49:29.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-07-02T20:49:29.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19192026-07-02T20:49:29.902Z
19202026-07-02T20:49:29.902Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/299)
19212026-07-02T20:49:29.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-07-02T20:49:29.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-07-02T20:49:29.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-07-02T20:49:29.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19252026-07-02T20:49:29.904Z
19262026-07-02T20:49:29.904Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/299)
19272026-07-02T20:49:29.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-07-02T20:49:29.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-07-02T20:49:29.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-07-02T20:49:29.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19312026-07-02T20:49:29.904Z
19322026-07-02T20:49:29.904Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/299)
19332026-07-02T20:49:29.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-07-02T20:49:29.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-07-02T20:49:29.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-07-02T20:49:29.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19372026-07-02T20:49:29.904Z
19382026-07-02T20:49:29.904Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/299)
19392026-07-02T20:49:30.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-07-02T20:49:30.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-07-02T20:49:30.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-07-02T20:49:30.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19432026-07-02T20:49:30.440Z
19442026-07-02T20:49:30.440Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/299)
19452026-07-02T20:49:30.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-07-02T20:49:30.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-07-02T20:49:30.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-07-02T20:49:30.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19492026-07-02T20:49:30.538Z
19502026-07-02T20:49:30.538Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/299)
19512026-07-02T20:49:30.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-07-02T20:49:30.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-07-02T20:49:30.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-07-02T20:49:30.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19552026-07-02T20:49:30.539Z
19562026-07-02T20:49:30.539Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/299)
19572026-07-02T20:49:30.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-07-02T20:49:30.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-07-02T20:49:30.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-07-02T20:49:30.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19612026-07-02T20:49:30.831Z
19622026-07-02T20:49:30.831Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/299)
19632026-07-02T20:49:31.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-07-02T20:49:31.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-07-02T20:49:31.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-07-02T20:49:31.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19672026-07-02T20:49:31.227Z
19682026-07-02T20:49:31.227Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/299)
19692026-07-02T20:49:31.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-07-02T20:49:31.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-07-02T20:49:31.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-07-02T20:49:31.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19732026-07-02T20:49:31.715Z
19742026-07-02T20:49:31.715Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/299)
19752026-07-02T20:49:31.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-07-02T20:49:31.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-07-02T20:49:31.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-07-02T20:49:31.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19792026-07-02T20:49:32.034Z
19802026-07-02T20:49:32.034Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/299)
19812026-07-02T20:49:32.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-07-02T20:49:32.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-07-02T20:49:32.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-07-02T20:49:32.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19852026-07-02T20:49:32.429Z
19862026-07-02T20:49:32.429Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/299)
19872026-07-02T20:49:32.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-07-02T20:49:32.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-07-02T20:49:32.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-07-02T20:49:32.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19912026-07-02T20:49:32.826Z
19922026-07-02T20:49:32.826Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/299)
19932026-07-02T20:49:33.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-07-02T20:49:33.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-07-02T20:49:33.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-07-02T20:49:33.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19972026-07-02T20:49:33.222Z
19982026-07-02T20:49:33.222Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/299)
19992026-07-02T20:49:33.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-07-02T20:49:33.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-07-02T20:49:33.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-07-02T20:49:33.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20032026-07-02T20:49:33.634Z
20042026-07-02T20:49:33.634Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/299)
20052026-07-02T20:49:33.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-07-02T20:49:33.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-07-02T20:49:33.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-07-02T20:49:33.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20092026-07-02T20:49:34.014Z
20102026-07-02T20:49:34.015Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/299)
20112026-07-02T20:49:34.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-07-02T20:49:34.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-07-02T20:49:34.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-07-02T20:49:34.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20152026-07-02T20:49:34.412Z
20162026-07-02T20:49:34.412Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/299)
20172026-07-02T20:49:34.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-07-02T20:49:34.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-07-02T20:49:34.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-07-02T20:49:34.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20212026-07-02T20:49:34.811Z
20222026-07-02T20:49:34.811Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/299)
20232026-07-02T20:49:35.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-07-02T20:49:35.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-07-02T20:49:35.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-07-02T20:49:35.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20272026-07-02T20:49:35.207Z
20282026-07-02T20:49:35.207Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/299)
20292026-07-02T20:49:35.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-07-02T20:49:35.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-07-02T20:49:35.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-07-02T20:49:35.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20332026-07-02T20:49:35.603Z
20342026-07-02T20:49:35.604Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/299)
20352026-07-02T20:49:35.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-07-02T20:49:35.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-07-02T20:49:35.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-07-02T20:49:35.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20392026-07-02T20:49:35.999Z
20402026-07-02T20:49:35.999Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/299)
20412026-07-02T20:49:36.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-07-02T20:49:36.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-07-02T20:49:36.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-07-02T20:49:36.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20452026-07-02T20:49:36.398Z
20462026-07-02T20:49:36.398Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/299)
20472026-07-02T20:49:36.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-07-02T20:49:36.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-07-02T20:49:36.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-07-02T20:49:36.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20512026-07-02T20:49:36.799Z
20522026-07-02T20:49:36.800Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/299)
20532026-07-02T20:49:37.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-07-02T20:49:37.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-07-02T20:49:37.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-07-02T20:49:37.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20572026-07-02T20:49:37.197Z
20582026-07-02T20:49:37.197Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/299)
20592026-07-02T20:49:37.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-07-02T20:49:37.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-07-02T20:49:37.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-07-02T20:49:37.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20632026-07-02T20:49:37.596Z
20642026-07-02T20:49:37.597Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/299)
20652026-07-02T20:49:37.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-07-02T20:49:37.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-07-02T20:49:37.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-07-02T20:49:37.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20692026-07-02T20:49:37.998Z
20702026-07-02T20:49:37.998Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/299)
20712026-07-02T20:49:38.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-07-02T20:49:38.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-07-02T20:49:38.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-07-02T20:49:38.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20752026-07-02T20:49:38.399Z
20762026-07-02T20:49:38.399Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/299)
20772026-07-02T20:49:38.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-07-02T20:49:38.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-07-02T20:49:38.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-07-02T20:49:38.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20812026-07-02T20:49:38.795Z
20822026-07-02T20:49:38.795Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/299)
20832026-07-02T20:49:39.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-07-02T20:49:39.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-07-02T20:49:39.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-07-02T20:49:39.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20872026-07-02T20:49:39.194Z
20882026-07-02T20:49:39.194Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/299)
20892026-07-02T20:49:39.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-07-02T20:49:39.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-07-02T20:49:39.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-07-02T20:49:39.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20932026-07-02T20:49:39.592Z
20942026-07-02T20:49:39.592Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/299)
20952026-07-02T20:49:40.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-07-02T20:49:40.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-07-02T20:49:40.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-07-02T20:49:40.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
20992026-07-02T20:49:40.158Z
21002026-07-02T20:49:40.158Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/299)
21012026-07-02T20:49:40.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-07-02T20:49:40.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-07-02T20:49:40.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-07-02T20:49:40.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21052026-07-02T20:49:40.723Z
21062026-07-02T20:49:40.723Zinfo: running `cargo check --bins` on nexus-config (51/299)
21072026-07-02T20:49:41.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-07-02T20:49:41.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-07-02T20:49:41.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-07-02T20:49:41.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21112026-07-02T20:49:41.282Z
21122026-07-02T20:49:41.282Zinfo: running `cargo check --bins` on nexus-types (52/299)
21132026-07-02T20:49:41.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-07-02T20:49:41.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-07-02T20:49:41.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162026-07-02T20:49:41.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21172026-07-02T20:49:41.843Z
21182026-07-02T20:49:41.843Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/299)
21192026-07-02T20:49:42.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202026-07-02T20:49:42.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212026-07-02T20:49:42.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222026-07-02T20:49:42.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21232026-07-02T20:49:42.381Z
21242026-07-02T20:49:42.381Zinfo: running `cargo check --bins` on omicron-passwords (54/299)
21252026-07-02T20:49:42.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262026-07-02T20:49:42.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272026-07-02T20:49:42.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282026-07-02T20:49:42.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21292026-07-02T20:49:42.898Z
21302026-07-02T20:49:42.898Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/299)
21312026-07-02T20:49:43.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322026-07-02T20:49:43.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332026-07-02T20:49:43.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342026-07-02T20:49:43.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21352026-07-02T20:49:43.439Z
21362026-07-02T20:49:43.439Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/299)
21372026-07-02T20:49:43.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382026-07-02T20:49:43.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392026-07-02T20:49:43.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402026-07-02T20:49:43.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21412026-07-02T20:49:43.974Z
21422026-07-02T20:49:43.975Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/299)
21432026-07-02T20:49:44.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442026-07-02T20:49:44.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452026-07-02T20:49:44.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462026-07-02T20:49:44.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21472026-07-02T20:49:44.511Z
21482026-07-02T20:49:44.511Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/299)
21492026-07-02T20:49:44.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502026-07-02T20:49:44.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512026-07-02T20:49:44.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522026-07-02T20:49:44.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21532026-07-02T20:49:45.050Z
21542026-07-02T20:49:45.050Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/299)
21552026-07-02T20:49:45.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562026-07-02T20:49:45.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572026-07-02T20:49:45.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582026-07-02T20:49:45.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21592026-07-02T20:49:45.571Z
21602026-07-02T20:49:45.571Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/299)
21612026-07-02T20:49:46.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622026-07-02T20:49:46.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632026-07-02T20:49:46.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642026-07-02T20:49:46.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21652026-07-02T20:49:46.088Z
21662026-07-02T20:49:46.088Zinfo: running `cargo check --bins --no-default-features` on gfss (61/299)
21672026-07-02T20:49:46.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682026-07-02T20:49:46.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692026-07-02T20:49:46.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702026-07-02T20:49:46.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21712026-07-02T20:49:46.600Z
21722026-07-02T20:49:46.600Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/299)
21732026-07-02T20:49:47.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742026-07-02T20:49:47.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752026-07-02T20:49:47.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762026-07-02T20:49:47.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21772026-07-02T20:49:47.115Z
21782026-07-02T20:49:47.116Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/299)
21792026-07-02T20:49:47.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802026-07-02T20:49:47.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812026-07-02T20:49:47.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822026-07-02T20:49:47.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21832026-07-02T20:49:47.647Z
21842026-07-02T20:49:47.647Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/299)
21852026-07-02T20:49:48.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862026-07-02T20:49:48.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872026-07-02T20:49:48.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882026-07-02T20:49:48.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21892026-07-02T20:49:48.181Z
21902026-07-02T20:49:48.181Zinfo: running `cargo check --bins` on cockroach-admin-types (65/299)
21912026-07-02T20:49:48.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922026-07-02T20:49:48.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932026-07-02T20:49:48.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21942026-07-02T20:49:48.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21952026-07-02T20:49:48.700Z
21962026-07-02T20:49:48.700Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/299)
21972026-07-02T20:49:49.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21982026-07-02T20:49:49.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21992026-07-02T20:49:49.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22002026-07-02T20:49:49.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22012026-07-02T20:49:49.214Z
22022026-07-02T20:49:49.214Zinfo: running `cargo check --bins` on ereport-types (67/299)
22032026-07-02T20:49:49.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22042026-07-02T20:49:49.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22052026-07-02T20:49:49.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22062026-07-02T20:49:49.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22072026-07-02T20:49:49.735Z
22082026-07-02T20:49:49.735Zinfo: running `cargo check --bins` on gateway-client (68/299)
22092026-07-02T20:49:50.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22102026-07-02T20:49:50.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22112026-07-02T20:49:50.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22122026-07-02T20:49:50.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22132026-07-02T20:49:50.254Z
22142026-07-02T20:49:50.254Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/299)
22152026-07-02T20:49:50.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162026-07-02T20:49:50.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172026-07-02T20:49:50.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22182026-07-02T20:49:50.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22192026-07-02T20:49:50.771Z
22202026-07-02T20:49:50.771Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/299)
22212026-07-02T20:49:51.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222026-07-02T20:49:51.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232026-07-02T20:49:51.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242026-07-02T20:49:51.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22252026-07-02T20:49:51.294Z
22262026-07-02T20:49:51.294Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/299)
22272026-07-02T20:49:51.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282026-07-02T20:49:51.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292026-07-02T20:49:51.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302026-07-02T20:49:51.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22312026-07-02T20:49:51.816Z
22322026-07-02T20:49:51.816Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/299)
22332026-07-02T20:49:52.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342026-07-02T20:49:52.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352026-07-02T20:49:52.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362026-07-02T20:49:52.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22372026-07-02T20:49:52.339Z
22382026-07-02T20:49:52.339Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/299)
22392026-07-02T20:49:52.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402026-07-02T20:49:52.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412026-07-02T20:49:52.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422026-07-02T20:49:52.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22432026-07-02T20:49:52.885Z
22442026-07-02T20:49:52.885Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/299)
22452026-07-02T20:49:53.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462026-07-02T20:49:53.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472026-07-02T20:49:53.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22482026-07-02T20:49:53.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22492026-07-02T20:49:53.432Z
22502026-07-02T20:49:53.432Zinfo: running `cargo check --bins` on key-manager-types (75/299)
22512026-07-02T20:49:53.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22522026-07-02T20:49:53.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22532026-07-02T20:49:53.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22542026-07-02T20:49:53.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22552026-07-02T20:49:53.943Z
22562026-07-02T20:49:53.943Zinfo: running `cargo check --bins` on oxlog (76/299)
22572026-07-02T20:49:54.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22582026-07-02T20:49:54.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22592026-07-02T20:49:54.499Z Checking cfg-if v1.0.4
22602026-07-02T20:49:54.503Z Checking libc v0.2.185
22612026-07-02T20:49:54.503Z Checking serde_core v1.0.228
22622026-07-02T20:49:54.613Z Checking memchr v2.8.0
22632026-07-02T20:49:54.613Z Checking zeroize v1.8.2
22642026-07-02T20:49:54.628Z Checking log v0.4.29
22652026-07-02T20:49:54.637Z Checking smallvec v1.15.1
22662026-07-02T20:49:54.648Z Checking subtle v2.6.1
22672026-07-02T20:49:54.657Z Checking itoa v1.0.17
22682026-07-02T20:49:54.754Z Checking scopeguard v1.2.0
22692026-07-02T20:49:54.782Z Checking stable_deref_trait v1.2.1
22702026-07-02T20:49:54.791Z Checking typenum v1.20.1
22712026-07-02T20:49:54.803Z Checking zerofrom v0.1.6
22722026-07-02T20:49:54.816Z Checking pin-project-lite v0.2.17
22732026-07-02T20:49:54.846Z Checking lock_api v0.4.14
22742026-07-02T20:49:54.859Z Checking portable-atomic v1.13.1
22752026-07-02T20:49:54.900Z Checking critical-section v1.2.0
22762026-07-02T20:49:54.912Z Checking yoke v0.8.1
22772026-07-02T20:49:54.988Z Checking errno v0.3.14
22782026-07-02T20:49:54.989Z Checking getrandom v0.2.17
22792026-07-02T20:49:55.009Z Checking parking_lot_core v0.9.12
22802026-07-02T20:49:55.042Z Checking futures-core v0.3.32
22812026-07-02T20:49:55.077Z Checking zerovec v0.11.5
22822026-07-02T20:49:55.098Z Checking signal-hook-registry v1.4.8
22832026-07-02T20:49:55.136Z Checking rand_core v0.6.4
22842026-07-02T20:49:55.158Z Checking mio v1.2.0
22852026-07-02T20:49:55.188Z Checking parking_lot v0.12.5
22862026-07-02T20:49:55.253Z Checking zerocopy v0.8.40
22872026-07-02T20:49:55.266Z Checking once_cell v1.21.3
22882026-07-02T20:49:55.305Z Checking const-oid v0.9.6
22892026-07-02T20:49:55.394Z Checking zmij v1.0.21
22902026-07-02T20:49:55.563Z Checking rand_core v0.10.0
22912026-07-02T20:49:55.580Z Checking socket2 v0.6.3
22922026-07-02T20:49:55.580Z Checking tinystr v0.8.2
22932026-07-02T20:49:55.580Z Checking generic-array v0.14.7
22942026-07-02T20:49:55.580Z Checking getrandom v0.4.1
22952026-07-02T20:49:55.611Z Checking libm v0.2.16
22962026-07-02T20:49:55.676Z Checking equivalent v1.0.2
22972026-07-02T20:49:55.773Z Checking litemap v0.8.1
22982026-07-02T20:49:55.864Z Checking writeable v0.6.2
22992026-07-02T20:49:55.864Z Checking percent-encoding v2.3.2
23002026-07-02T20:49:55.883Z Checking potential_utf v0.1.4
23012026-07-02T20:49:55.890Z Checking icu_locale_core v2.1.1
23022026-07-02T20:49:55.890Z Checking zerotrie v0.2.3
23032026-07-02T20:49:56.032Z Checking futures-sink v0.3.32
23042026-07-02T20:49:56.468Z Checking icu_collections v2.1.1
23052026-07-02T20:49:56.469Z Checking futures-io v0.3.32
23062026-07-02T20:49:56.491Z Checking futures-channel v0.3.32
23072026-07-02T20:49:56.491Z Checking serde v1.0.228
23082026-07-02T20:49:56.491Z Checking bitflags v2.11.0
23092026-07-02T20:49:56.491Z Checking serde_json v1.0.150
23102026-07-02T20:49:56.491Z Checking slab v0.4.12
23112026-07-02T20:49:56.491Z Checking futures-task v0.3.32
23122026-07-02T20:49:56.491Z Checking icu_properties_data v2.1.2
23132026-07-02T20:49:56.491Z Checking num-traits v0.2.19
23142026-07-02T20:49:56.492Z Checking icu_normalizer_data v2.1.1
23152026-07-02T20:49:56.492Z Checking hashbrown v0.17.0
23162026-07-02T20:49:56.492Z Checking futures-util v0.3.32
23172026-07-02T20:49:56.492Z Checking icu_provider v2.1.1
23182026-07-02T20:49:56.492Z Checking block-buffer v0.10.4
23192026-07-02T20:49:56.504Z Checking bytes v1.11.1
23202026-07-02T20:49:56.605Z Checking crypto-common v0.1.7
23212026-07-02T20:49:56.660Z Checking icu_normalizer v2.1.1
23222026-07-02T20:49:56.731Z Checking icu_properties v2.1.2
23232026-07-02T20:49:56.811Z Checking digest v0.10.7
23242026-07-02T20:49:56.826Z Checking utf8_iter v1.0.4
23252026-07-02T20:49:56.886Z Checking indexmap v2.14.0
23262026-07-02T20:49:56.927Z Checking tokio v1.52.1
23272026-07-02T20:49:56.955Z Checking form_urlencoded v1.2.2
23282026-07-02T20:49:56.978Z Checking getrandom v0.3.4
23292026-07-02T20:49:57.013Z Checking fnv v1.0.7
23302026-07-02T20:49:57.075Z Checking byteorder v1.5.0
23312026-07-02T20:49:57.086Z Checking http v1.4.2
23322026-07-02T20:49:57.143Z Checking rand_core v0.9.5
23332026-07-02T20:49:57.272Z Checking regex-syntax v0.8.10
23342026-07-02T20:49:57.306Z Checking base64ct v1.8.3
23352026-07-02T20:49:57.466Z Checking rustix v1.1.3
23362026-07-02T20:49:57.544Z Checking pem-rfc7468 v0.7.0
23372026-07-02T20:49:57.569Z Checking idna_adapter v1.2.1
23382026-07-02T20:49:57.661Z Checking uuid v1.23.4
23392026-07-02T20:49:57.684Z Checking idna v1.1.0
23402026-07-02T20:49:57.701Z Checking tracing-core v0.1.36
23412026-07-02T20:49:57.922Z Checking url v2.5.8
23422026-07-02T20:49:57.986Z Checking flagset v0.4.7
23432026-07-02T20:49:58.008Z Checking base64 v0.22.1
23442026-07-02T20:49:58.046Z Checking ppv-lite86 v0.2.21
23452026-07-02T20:49:58.104Z Checking iana-time-zone v0.1.65
23462026-07-02T20:49:58.210Z Checking chrono v0.4.44
23472026-07-02T20:49:58.241Z Checking der v0.7.10
23482026-07-02T20:49:58.291Z Checking tracing v0.1.44
23492026-07-02T20:49:58.327Z Checking rand_chacha v0.9.0
23502026-07-02T20:49:58.364Z Checking http-body v1.0.1
23512026-07-02T20:49:58.378Z Checking rustls-pki-types v1.14.0
23522026-07-02T20:49:58.499Z Checking openssl-probe v0.2.1
23532026-07-02T20:49:58.511Z Checking tinyvec_macros v0.1.1
23542026-07-02T20:49:58.532Z Checking cmov v0.5.4
23552026-07-02T20:49:58.583Z Checking tinyvec v1.10.0
23562026-07-02T20:49:58.591Z Checking rand v0.9.2
23572026-07-02T20:49:58.609Z Checking aws-lc-sys v0.40.0
23582026-07-02T20:49:58.668Z Checking atomic-waker v1.1.2
23592026-07-02T20:49:58.709Z Checking ctutils v0.4.2
23602026-07-02T20:49:58.769Z Checking untrusted v0.7.1
23612026-07-02T20:49:58.872Z Checking tower-layer v0.3.3
23622026-07-02T20:49:58.886Z Checking try-lock v0.2.5
23632026-07-02T20:49:58.921Z Checking tower-service v0.3.3
23642026-07-02T20:49:58.976Z Checking want v0.3.1
23652026-07-02T20:49:58.982Z Checking spki v0.7.3
23662026-07-02T20:49:59.005Z Checking hybrid-array v0.4.13
23672026-07-02T20:49:59.029Z Checking ipnet v2.11.0
23682026-07-02T20:49:59.071Z Checking httparse v1.10.1
23692026-07-02T20:49:59.084Z Checking aho-corasick v1.1.4
23702026-07-02T20:49:59.101Z Checking aws-lc-rs v1.16.3
23712026-07-02T20:49:59.112Z Checking httpdate v1.0.3
23722026-07-02T20:49:59.145Z Checking foreign-types-shared v0.1.1
23732026-07-02T20:49:59.217Z Checking plain v0.2.3
23742026-07-02T20:49:59.244Z Checking dyn-clone v1.0.20
23752026-07-02T20:49:59.257Z Checking untrusted v0.9.0
23762026-07-02T20:49:59.269Z Checking fastrand v2.3.0
23772026-07-02T20:49:59.315Z Checking utf8parse v0.2.2
23782026-07-02T20:49:59.340Z Checking cpufeatures v0.2.17
23792026-07-02T20:49:59.360Z Checking foreign-types v0.3.2
23802026-07-02T20:49:59.406Z Checking pkcs8 v0.10.2
23812026-07-02T20:49:59.420Z Checking unicode-normalization v0.1.25
23822026-07-02T20:49:59.433Z Checking semver v1.0.28
23832026-07-02T20:49:59.446Z Checking tempfile v3.25.0
23842026-07-02T20:49:59.553Z Checking openssl-sys v0.9.115
23852026-07-02T20:49:59.634Z Checking spin v0.9.8
23862026-07-02T20:49:59.646Z Checking anstyle v1.0.14
23872026-07-02T20:49:59.734Z Checking regex-automata v0.4.14
23882026-07-02T20:49:59.748Z Checking ucd-trie v0.1.7
23892026-07-02T20:49:59.815Z Checking unicode-ident v1.0.24
23902026-07-02T20:49:59.831Z Checking schemars v0.8.22
23912026-07-02T20:49:59.843Z Checking sha2 v0.10.9
23922026-07-02T20:49:59.873Z Checking pest v2.8.6
23932026-07-02T20:49:59.919Z Checking proc-macro2 v1.0.106
23942026-07-02T20:49:59.936Z Checking rustls-webpki v0.103.13
23952026-07-02T20:49:59.945Z Checking openssl v0.10.79
23962026-07-02T20:50:00.123Z Checking hmac v0.12.1
23972026-07-02T20:50:00.226Z Checking tokio-util v0.7.18
23982026-07-02T20:50:00.240Z Checking thiserror v2.0.18
23992026-07-02T20:50:00.253Z Checking sync_wrapper v1.0.2
24002026-07-02T20:50:00.335Z Checking wait-timeout v0.2.1
24012026-07-02T20:50:00.349Z Checking rustls v0.23.41
24022026-07-02T20:50:00.361Z Checking anstyle-query v1.1.5
24032026-07-02T20:50:00.448Z Checking quick-error v1.2.3
24042026-07-02T20:50:00.460Z Checking colorchoice v1.0.4
24052026-07-02T20:50:00.483Z Checking siphasher v1.0.2
24062026-07-02T20:50:00.545Z Checking simd-adler32 v0.3.8
24072026-07-02T20:50:00.560Z Checking powerfmt v0.2.0
24082026-07-02T20:50:00.636Z Checking pretty-hex v0.4.1
24092026-07-02T20:50:00.705Z Checking bit-vec v0.8.0
24102026-07-02T20:50:00.717Z Checking is_terminal_polyfill v1.70.2
24112026-07-02T20:50:00.747Z Checking deranged v0.5.8
24122026-07-02T20:50:00.799Z Checking rusty-fork v0.3.1
24132026-07-02T20:50:00.837Z Checking h2 v0.4.15
24142026-07-02T20:50:00.897Z Checking bit-set v0.8.0
24152026-07-02T20:50:00.934Z Checking tower v0.5.3
24162026-07-02T20:50:00.963Z Checking quote v1.0.45
24172026-07-02T20:50:01.039Z Compiling newtype-uuid v1.3.2
24182026-07-02T20:50:01.129Z Checking http-body-util v0.1.3
24192026-07-02T20:50:01.217Z Checking crossbeam-utils v0.8.21
24202026-07-02T20:50:01.315Z Checking rand_xorshift v0.4.0
24212026-07-02T20:50:01.345Z Checking crc32fast v1.5.0
24222026-07-02T20:50:01.431Z Checking scroll v0.13.0
24232026-07-02T20:50:01.482Z Checking unicode-bidi v0.3.18
24242026-07-02T20:50:01.559Z Checking unarray v0.1.4
24252026-07-02T20:50:01.581Z Checking iri-string v0.7.10
24262026-07-02T20:50:01.657Z Checking unicode-properties v0.1.4
24272026-07-02T20:50:01.657Z Checking ryu v1.0.23
24282026-07-02T20:50:01.680Z Checking time-core v0.1.8
24292026-07-02T20:50:01.775Z Checking num-conv v0.2.0
24302026-07-02T20:50:01.798Z Checking allocator-api2 v0.2.21
24312026-07-02T20:50:01.815Z Checking num_threads v0.1.7
24322026-07-02T20:50:01.838Z Checking adler2 v2.0.1
24332026-07-02T20:50:01.888Z Checking stringprep v0.1.5
24342026-07-02T20:50:01.901Z Checking time v0.3.47
24352026-07-02T20:50:01.942Z Checking miniz_oxide v0.8.9
24362026-07-02T20:50:01.973Z Checking native-tls v0.2.18
24372026-07-02T20:50:02.037Z Checking serde_urlencoded v0.7.1
24382026-07-02T20:50:02.089Z Checking goblin v0.10.5
24392026-07-02T20:50:02.162Z Checking tokio-native-tls v0.3.1
24402026-07-02T20:50:02.254Z Checking proptest v1.10.0
24412026-07-02T20:50:02.304Z Checking bstr v1.12.1
24422026-07-02T20:50:02.320Z Checking crossbeam-epoch v0.9.18
24432026-07-02T20:50:02.545Z Compiling daft v0.1.7
24442026-07-02T20:50:02.622Z Checking tower-http v0.6.8
24452026-07-02T20:50:02.654Z Checking syn v2.0.117
24462026-07-02T20:50:02.701Z Checking ipnetwork v0.21.1
24472026-07-02T20:50:02.822Z Checking crypto-common v0.2.2
24482026-07-02T20:50:02.896Z Checking block-padding v0.4.2
24492026-07-02T20:50:02.913Z Checking block-buffer v0.12.1
24502026-07-02T20:50:03.029Z Checking anstyle-parse v1.0.0
24512026-07-02T20:50:03.053Z Checking rustls-native-certs v0.8.3
24522026-07-02T20:50:03.071Z Checking rand_chacha v0.3.1
24532026-07-02T20:50:03.175Z Checking thiserror v1.0.69
24542026-07-02T20:50:03.187Z Checking scroll v0.12.0
24552026-07-02T20:50:03.269Z Checking hash32 v0.2.1
24562026-07-02T20:50:03.282Z Checking zstd-sys v2.0.16+zstd.1.5.7
24572026-07-02T20:50:03.388Z Checking md-5 v0.10.6
24582026-07-02T20:50:03.410Z Checking signature v2.2.0
24592026-07-02T20:50:03.424Z Checking num-integer v0.1.46
24602026-07-02T20:50:03.428Z Checking toml_datetime v0.6.11
24612026-07-02T20:50:03.518Z Checking serde_spanned v0.6.9
24622026-07-02T20:50:03.535Z Checking encoding_rs v0.8.35
24632026-07-02T20:50:03.610Z Checking psl-types v2.0.11
24642026-07-02T20:50:03.638Z Checking zlib-rs v0.6.2
24652026-07-02T20:50:03.657Z Checking fallible-iterator v0.2.0
24662026-07-02T20:50:03.711Z Checking hyper v1.10.1
24672026-07-02T20:50:03.723Z Checking mime v0.3.17
24682026-07-02T20:50:03.896Z Checking publicsuffix v2.3.0
24692026-07-02T20:50:03.924Z Checking postgres-protocol v0.6.10
24702026-07-02T20:50:04.052Z Checking num-iter v0.1.45
24712026-07-02T20:50:04.163Z Checking heapless v0.7.17
24722026-07-02T20:50:04.214Z Checking goblin v0.8.2
24732026-07-02T20:50:04.237Z Checking zstd-safe v7.2.4
24742026-07-02T20:50:04.401Z Checking rand v0.8.6
24752026-07-02T20:50:04.404Z Checking dof v0.4.0
24762026-07-02T20:50:04.469Z Checking anstream v1.0.0
24772026-07-02T20:50:04.515Z Checking flate2 v1.1.9
24782026-07-02T20:50:04.568Z Checking cookie v0.18.1
24792026-07-02T20:50:04.655Z Checking hyper-util v0.1.20
24802026-07-02T20:50:04.668Z Compiling iddqd v0.4.2
24812026-07-02T20:50:04.796Z Checking inout v0.2.2
24822026-07-02T20:50:04.806Z Checking oxnet v0.1.6
24832026-07-02T20:50:04.916Z Checking tokio-rustls v0.26.4
24842026-07-02T20:50:04.936Z Checking dtrace-parser v0.3.0
24852026-07-02T20:50:04.946Z Checking phf_shared v0.13.1
24862026-07-02T20:50:05.035Z Checking lazy_static v1.5.0
24872026-07-02T20:50:05.059Z Checking anstyle-parse v0.2.7
24882026-07-02T20:50:05.120Z Checking pin-project v1.1.11
24892026-07-02T20:50:05.133Z Checking zerocopy v0.7.35
24902026-07-02T20:50:05.146Z Checking bzip2-sys v0.1.13+1.0.8
24912026-07-02T20:50:05.164Z Checking signal-hook v0.3.18
24922026-07-02T20:50:05.206Z Checking futures-executor v0.3.32
24932026-07-02T20:50:05.206Z Checking terminal_size v0.4.3
24942026-07-02T20:50:05.232Z Checking hex v0.4.3
24952026-07-02T20:50:05.318Z Checking ff v0.13.1
24962026-07-02T20:50:05.349Z Checking thread-id v5.1.0
24972026-07-02T20:50:05.362Z Checking bumpalo v3.20.2
24982026-07-02T20:50:05.424Z Checking managed v0.8.0
24992026-07-02T20:50:05.441Z Checking libbz2-rs-sys v0.2.2
25002026-07-02T20:50:05.454Z Checking foldhash v0.1.5
25012026-07-02T20:50:05.557Z Checking winnow v0.5.40
25022026-07-02T20:50:05.584Z Checking bitflags v1.3.2
25032026-07-02T20:50:05.601Z Checking clap_lex v1.0.0
25042026-07-02T20:50:05.615Z Checking strsim v0.11.1
25052026-07-02T20:50:05.651Z Checking foldhash v0.2.0
25062026-07-02T20:50:05.750Z Checking either v1.15.0
25072026-07-02T20:50:05.771Z Compiling rayon-core v1.13.0
25082026-07-02T20:50:05.803Z Checking base16ct v0.2.0
25092026-07-02T20:50:05.829Z Checking same-file v1.0.6
25102026-07-02T20:50:05.926Z Checking sec1 v0.7.3
25112026-07-02T20:50:05.937Z Checking bzip2 v0.6.1
25122026-07-02T20:50:05.941Z Checking hyper-tls v0.6.0
25132026-07-02T20:50:05.941Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25142026-07-02T20:50:05.949Z Checking walkdir v2.5.0
25152026-07-02T20:50:06.057Z Checking hyper-rustls v0.27.7
25162026-07-02T20:50:06.093Z Checking hashbrown v0.16.1
25172026-07-02T20:50:06.109Z Checking reqwest v0.12.28
25182026-07-02T20:50:06.121Z Checking clap_builder v4.6.0
25192026-07-02T20:50:06.125Z Checking dof v0.3.0
25202026-07-02T20:50:06.125Z Checking smoltcp v0.9.1
25212026-07-02T20:50:06.163Z Checking hashbrown v0.15.5
25222026-07-02T20:50:06.241Z Checking zopfli v0.8.3
25232026-07-02T20:50:06.417Z Checking group v0.13.0
25242026-07-02T20:50:06.558Z Checking usdt-impl v0.6.0
25252026-07-02T20:50:06.561Z Checking futures v0.3.32
25262026-07-02T20:50:06.583Z Checking signal-hook-mio v0.2.5
25272026-07-02T20:50:06.626Z Checking bzip2 v0.4.4
25282026-07-02T20:50:06.643Z Checking snafu v0.8.9
25292026-07-02T20:50:06.680Z Checking anstream v0.6.21
25302026-07-02T20:50:06.718Z Checking phf v0.13.1
25312026-07-02T20:50:06.731Z Checking toml_edit v0.19.15
25322026-07-02T20:50:06.786Z Checking num-bigint-dig v0.8.6
25332026-07-02T20:50:06.850Z Checking cipher v0.5.2
25342026-07-02T20:50:06.861Z Checking cookie_store v0.22.1
25352026-07-02T20:50:06.872Z Checking zstd v0.13.3
25362026-07-02T20:50:06.875Z Checking postgres-types v0.2.12
25372026-07-02T20:50:07.066Z Checking ed25519 v2.2.3
25382026-07-02T20:50:07.080Z Checking dtrace-parser v0.2.0
25392026-07-02T20:50:07.090Z Checking rustls-platform-verifier v0.6.2
25402026-07-02T20:50:07.195Z Checking globset v0.4.18
25412026-07-02T20:50:07.208Z Checking crossbeam-deque v0.8.6
25422026-07-02T20:50:07.225Z Checking regex v1.12.3
25432026-07-02T20:50:07.256Z Checking phf_shared v0.11.3
25442026-07-02T20:50:07.315Z Checking hkdf v0.12.4
25452026-07-02T20:50:07.371Z Checking olpc-cjson v0.1.4
25462026-07-02T20:50:07.383Z Checking curve25519-dalek v4.1.3
25472026-07-02T20:50:07.396Z Checking ref-cast v1.0.25
25482026-07-02T20:50:07.443Z Checking strum v0.27.2
25492026-07-02T20:50:07.456Z Checking pkcs1 v0.7.5
25502026-07-02T20:50:07.487Z Checking hubpack v0.1.2
25512026-07-02T20:50:07.501Z Checking memoffset v0.9.1
25522026-07-02T20:50:07.503Z Checking rustix v0.38.44
25532026-07-02T20:50:07.548Z Checking pem v3.0.6
25542026-07-02T20:50:07.577Z Checking float-cmp v0.10.0
25552026-07-02T20:50:07.622Z Checking serde_plain v1.0.2
25562026-07-02T20:50:07.654Z Checking serde-big-array v0.5.1
25572026-07-02T20:50:07.666Z Checking erased-serde v0.3.31
25582026-07-02T20:50:07.702Z Checking crypto-bigint v0.5.5
25592026-07-02T20:50:07.705Z Checking thread-id v4.2.2
25602026-07-02T20:50:07.763Z Checking memmap2 v0.9.10
25612026-07-02T20:50:07.782Z Checking env_filter v1.0.0
25622026-07-02T20:50:07.794Z Checking static_assertions v1.1.0
25632026-07-02T20:50:07.814Z Checking fixedbitset v0.5.7
25642026-07-02T20:50:07.858Z Checking difflib v0.4.0
25652026-07-02T20:50:07.916Z Checking new_debug_unreachable v1.0.6
25662026-07-02T20:50:07.917Z Checking typed-path v0.9.3
25672026-07-02T20:50:07.991Z Checking cpufeatures v0.3.0
25682026-07-02T20:50:08.004Z Checking normalize-line-endings v0.3.0
25692026-07-02T20:50:08.029Z Checking unicode-segmentation v1.12.0
25702026-07-02T20:50:08.051Z Checking const-oid v0.10.2
25712026-07-02T20:50:08.065Z Checking winnow v0.7.14
25722026-07-02T20:50:08.085Z Checking keccak v0.1.6
25732026-07-02T20:50:08.164Z Checking precomputed-hash v0.1.1
25742026-07-02T20:50:08.204Z Checking whoami v2.1.0
25752026-07-02T20:50:08.245Z Checking toml_write v0.1.2
25762026-07-02T20:50:08.257Z Checking winnow v1.0.3
25772026-07-02T20:50:08.301Z Checking predicates-core v1.0.10
25782026-07-02T20:50:08.340Z Checking data-encoding v2.10.0
25792026-07-02T20:50:08.392Z Checking fixedbitset v0.4.2
25802026-07-02T20:50:08.408Z Checking jiff v0.2.21
25812026-07-02T20:50:08.422Z Checking predicates v3.1.4
25822026-07-02T20:50:08.535Z Checking petgraph v0.6.5
25832026-07-02T20:50:08.548Z Checking toml_parser v1.1.2+spec-1.1.0
25842026-07-02T20:50:08.606Z Checking hickory-proto v0.25.2
25852026-07-02T20:50:08.619Z Checking elliptic-curve v0.13.8
25862026-07-02T20:50:08.689Z Checking tough v0.22.0
25872026-07-02T20:50:08.715Z Checking tokio-postgres v0.7.16
25882026-07-02T20:50:08.878Z Checking similar v2.7.0
25892026-07-02T20:50:08.930Z Checking crossterm v0.28.1
25902026-07-02T20:50:09.253Z Checking toml_edit v0.22.27
25912026-07-02T20:50:09.266Z Checking sha3 v0.10.8
25922026-07-02T20:50:09.469Z Checking string_cache v0.8.9
25932026-07-02T20:50:09.632Z Checking digest v0.11.3
25942026-07-02T20:50:09.644Z Checking ed25519-dalek v2.2.0
25952026-07-02T20:50:09.778Z Checking chacha20 v0.10.0
25962026-07-02T20:50:09.809Z Checking slog v2.8.2
25972026-07-02T20:50:09.866Z Checking petgraph v0.8.3
25982026-07-02T20:50:09.989Z Checking env_logger v0.11.9
25992026-07-02T20:50:10.026Z Checking usdt v0.6.0
26002026-07-02T20:50:10.067Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26012026-07-02T20:50:10.174Z Checking toml v0.7.8
26022026-07-02T20:50:10.193Z Checking usdt-impl v0.5.0
26032026-07-02T20:50:10.348Z Checking rsa v0.9.10
26042026-07-02T20:50:10.467Z Checking nix v0.31.2
26052026-07-02T20:50:10.629Z Checking zip v4.6.1
26062026-07-02T20:50:10.814Z Checking clap v4.6.1
26072026-07-02T20:50:10.893Z Checking reqwest v0.13.2
26082026-07-02T20:50:11.047Z Checking zip v0.6.6
26092026-07-02T20:50:11.211Z Checking itertools v0.13.0
26102026-07-02T20:50:11.370Z Checking serde_with v3.17.0
26112026-07-02T20:50:11.384Z Checking strum v0.26.3
26122026-07-02T20:50:11.397Z Checking fs-err v3.3.0
26132026-07-02T20:50:11.423Z Checking ahash v0.8.12
26142026-07-02T20:50:11.491Z Checking tokio-stream v0.1.18
26152026-07-02T20:50:11.619Z Checking object v0.37.3
26162026-07-02T20:50:11.671Z Checking buf-list v1.1.2
26172026-07-02T20:50:11.691Z Checking camino v1.2.2
26182026-07-02T20:50:11.740Z Checking anyhow v1.0.102
26192026-07-02T20:50:11.850Z Checking x509-cert v0.2.5
26202026-07-02T20:50:11.868Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26212026-07-02T20:50:11.930Z Checking openapiv3 v2.2.0
26222026-07-02T20:50:11.930Z Checking lalrpop-util v0.19.12
26232026-07-02T20:50:12.092Z Checking peg-runtime v0.8.5
26242026-07-02T20:50:12.136Z Checking rayon v1.11.0
26252026-07-02T20:50:12.232Z Checking sigpipe v0.1.3
26262026-07-02T20:50:12.269Z Checking glob v0.3.3
26272026-07-02T20:50:13.806Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26282026-07-02T20:50:14.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.13s
26292026-07-02T20:50:14.221Z
26302026-07-02T20:50:14.221Zinfo: running `cargo check --bins` on internal-dns-types (77/299)
26312026-07-02T20:50:14.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322026-07-02T20:50:14.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332026-07-02T20:50:14.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26342026-07-02T20:50:14.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26352026-07-02T20:50:14.753Z
26362026-07-02T20:50:14.753Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/299)
26372026-07-02T20:50:15.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382026-07-02T20:50:15.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392026-07-02T20:50:15.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26402026-07-02T20:50:15.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26412026-07-02T20:50:15.290Z
26422026-07-02T20:50:15.290Zinfo: running `cargo check --bins` on nexus-types-versions (79/299)
26432026-07-02T20:50:15.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26442026-07-02T20:50:15.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26452026-07-02T20:50:15.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26462026-07-02T20:50:15.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26472026-07-02T20:50:15.824Z
26482026-07-02T20:50:15.824Zinfo: running `cargo check --bins` on oxql-types (80/299)
26492026-07-02T20:50:16.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502026-07-02T20:50:16.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512026-07-02T20:50:16.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26522026-07-02T20:50:16.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26532026-07-02T20:50:16.354Z
26542026-07-02T20:50:16.354Zinfo: running `cargo check --bins` on oximeter-types (81/299)
26552026-07-02T20:50:16.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562026-07-02T20:50:16.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572026-07-02T20:50:16.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26582026-07-02T20:50:16.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26592026-07-02T20:50:16.884Z
26602026-07-02T20:50:16.884Zinfo: running `cargo check --bins` on oximeter-types-versions (82/299)
26612026-07-02T20:50:17.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26622026-07-02T20:50:17.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26632026-07-02T20:50:17.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26642026-07-02T20:50:17.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26652026-07-02T20:50:17.419Z
26662026-07-02T20:50:17.419Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/299)
26672026-07-02T20:50:17.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26682026-07-02T20:50:17.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26692026-07-02T20:50:17.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26702026-07-02T20:50:17.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26712026-07-02T20:50:18.009Z
26722026-07-02T20:50:18.010Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/299)
26732026-07-02T20:50:18.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26742026-07-02T20:50:18.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26752026-07-02T20:50:18.562Z Compiling structmeta-derive v0.3.0
26762026-07-02T20:50:18.677Z Compiling multer v3.1.0
26772026-07-02T20:50:18.688Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26782026-07-02T20:50:18.691Z Compiling async-stream-impl v0.3.6
26792026-07-02T20:50:18.705Z Compiling dropshot v0.17.1
26802026-07-02T20:50:18.719Z Compiling newtype-uuid-macros v0.1.0
26812026-07-02T20:50:18.722Z Compiling dropshot_endpoint v0.17.1
26822026-07-02T20:50:18.747Z Checking newtype-uuid v1.3.2
26832026-07-02T20:50:18.912Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26842026-07-02T20:50:18.931Z Checking daft v0.1.7
26852026-07-02T20:50:18.952Z Checking thread_local v1.1.9
26862026-07-02T20:50:19.072Z Checking compression-core v0.4.31
26872026-07-02T20:50:19.564Z Checking match_cfg v0.1.0
26882026-07-02T20:50:19.597Z Checking iddqd v0.4.2
26892026-07-02T20:50:19.597Z Checking compression-codecs v0.4.37
26902026-07-02T20:50:19.597Z Checking hostname v0.3.1
26912026-07-02T20:50:19.597Z Checking crossbeam-channel v0.5.15
26922026-07-02T20:50:19.597Z Checking atomicwrites v0.4.4
26932026-07-02T20:50:19.597Z Checking slog-json v2.6.1
26942026-07-02T20:50:19.597Z Checking toml_datetime v1.1.1+spec-1.1.0
26952026-07-02T20:50:19.597Z Checking serde_spanned v1.1.1
26962026-07-02T20:50:19.597Z Checking is-terminal v0.4.17
26972026-07-02T20:50:19.597Z Checking take_mut v0.2.2
26982026-07-02T20:50:19.597Z Checking toml_writer v1.1.1+spec-1.1.0
26992026-07-02T20:50:19.597Z Checking term v1.2.1
27002026-07-02T20:50:19.615Z Checking debug-ignore v1.0.5
27012026-07-02T20:50:19.615Z Checking slog-bunyan v2.5.0
27022026-07-02T20:50:19.618Z Checking slog-async v2.8.0
27032026-07-02T20:50:19.666Z Checking async-compression v0.4.41
27042026-07-02T20:50:19.692Z Checking async-stream v0.3.6
27052026-07-02T20:50:19.722Z Checking toml v1.1.2+spec-1.1.0
27062026-07-02T20:50:19.735Z Compiling structmeta v0.3.0
27072026-07-02T20:50:19.770Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27082026-07-02T20:50:19.787Z Checking slog-term v2.9.2
27092026-07-02T20:50:19.811Z Checking progenitor-client v0.14.0
27102026-07-02T20:50:19.876Z Checking sha1 v0.11.0
27112026-07-02T20:50:19.906Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27122026-07-02T20:50:19.941Z Compiling derive-ex v0.1.8
27132026-07-02T20:50:20.036Z Compiling parse-display-derive v0.10.0
27142026-07-02T20:50:20.060Z Checking waitgroup v0.1.2
27152026-07-02T20:50:20.065Z Checking rustls-pemfile v2.2.0
27162026-07-02T20:50:20.083Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27172026-07-02T20:50:20.152Z Checking backon v1.6.0
27182026-07-02T20:50:20.166Z Checking serde_path_to_error v0.1.20
27192026-07-02T20:50:20.204Z Checking hostname v0.4.2
27202026-07-02T20:50:20.257Z Checking instant v0.1.13
27212026-07-02T20:50:20.318Z Checking progenitor-extras v0.2.0
27222026-07-02T20:50:20.337Z Checking backoff v0.4.0
27232026-07-02T20:50:20.447Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27242026-07-02T20:50:20.509Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27252026-07-02T20:50:20.512Z Checking itertools v0.14.0
27262026-07-02T20:50:20.532Z Checking regress v0.10.5
27272026-07-02T20:50:20.676Z Checking macaddr v1.0.1
27282026-07-02T20:50:21.002Z Checking humantime v2.3.0
27292026-07-02T20:50:21.613Z Compiling test-strategy v0.4.5
27302026-07-02T20:50:21.700Z Checking parse-display v0.10.0
27312026-07-02T20:50:22.142Z Compiling prettyplease v0.2.37
27322026-07-02T20:50:22.400Z Checking num-rational v0.4.2
27332026-07-02T20:50:22.633Z Checking num-complex v0.4.6
27342026-07-02T20:50:23.085Z Compiling num v0.4.3
27352026-07-02T20:50:23.159Z Compiling usdt-attr-macro v0.5.0
27362026-07-02T20:50:23.180Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27372026-07-02T20:50:23.207Z Compiling usdt-macro v0.5.0
27382026-07-02T20:50:23.305Z Checking memmap v0.7.0
27392026-07-02T20:50:23.436Z Compiling float-ord v0.3.2
27402026-07-02T20:50:23.546Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27412026-07-02T20:50:23.661Z Checking unicode-width v0.2.0
27422026-07-02T20:50:23.706Z Compiling convert_case v0.4.0
27432026-07-02T20:50:23.911Z Checking console v0.15.11
27442026-07-02T20:50:23.934Z Checking newline-converter v0.3.0
27452026-07-02T20:50:23.955Z Checking usdt v0.5.0
27462026-07-02T20:50:24.043Z Compiling toml v0.8.23
27472026-07-02T20:50:24.077Z Compiling derive_more v0.99.20
27482026-07-02T20:50:24.137Z Compiling minimal-lexical v0.2.1
27492026-07-02T20:50:24.184Z Checking linked-hash-map v0.5.6
27502026-07-02T20:50:24.355Z Checking lru-cache v0.1.2
27512026-07-02T20:50:24.358Z Compiling nom v7.1.3
27522026-07-02T20:50:24.474Z Checking expectorate v1.2.0
27532026-07-02T20:50:24.863Z Checking camino-tempfile v1.4.1
27542026-07-02T20:50:24.972Z Checking hickory-proto v0.24.4
27552026-07-02T20:50:25.027Z Checking phf_shared v0.12.1
27562026-07-02T20:50:25.110Z Compiling slog-dtrace v0.3.0
27572026-07-02T20:50:25.165Z Compiling unicode-xid v0.2.6
27582026-07-02T20:50:25.291Z Checking resolv-conf v0.7.6
27592026-07-02T20:50:25.472Z Checking heck v0.5.0
27602026-07-02T20:50:25.591Z Compiling chrono-tz v0.10.4
27612026-07-02T20:50:25.650Z Compiling const_format_proc_macros v0.2.34
27622026-07-02T20:50:25.713Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27632026-07-02T20:50:25.804Z Checking phf v0.12.1
27642026-07-02T20:50:25.943Z Checking tokio-dtrace v0.1.1
27652026-07-02T20:50:26.129Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27662026-07-02T20:50:26.208Z Compiling derive-where v1.6.0
27672026-07-02T20:50:26.481Z Checking highway v1.3.0
27682026-07-02T20:50:26.672Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27692026-07-02T20:50:26.710Z Checking const_format v0.2.35
27702026-07-02T20:50:26.724Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27712026-07-02T20:50:26.792Z Checking hickory-resolver v0.24.4
27722026-07-02T20:50:26.841Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27732026-07-02T20:50:27.244Z Checking oxide-tokio-rt v0.1.4
27742026-07-02T20:50:27.594Z Checking qorb v0.4.1
27752026-07-02T20:50:27.814Z Checking gethostname v0.5.0
27762026-07-02T20:50:27.905Z Checking bcs v0.1.6
27772026-07-02T20:50:27.969Z Checking termtree v0.5.1
27782026-07-02T20:50:28.279Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27792026-07-02T20:50:28.394Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27802026-07-02T20:50:28.508Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27812026-07-02T20:50:28.513Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27822026-07-02T20:50:31.348Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27832026-07-02T20:50:33.748Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27842026-07-02T20:50:35.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.89s
27852026-07-02T20:50:36.061Z
27862026-07-02T20:50:36.061Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/299)
27872026-07-02T20:50:36.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882026-07-02T20:50:36.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892026-07-02T20:50:36.611Z Compiling ar_archive_writer v0.5.1
27902026-07-02T20:50:36.616Z Compiling stacker v0.1.23
27912026-07-02T20:50:36.724Z Compiling cfg_aliases v0.1.1
27922026-07-02T20:50:36.734Z Compiling convert_case v0.10.0
27932026-07-02T20:50:36.734Z Checking unicode-width v0.1.14
27942026-07-02T20:50:36.745Z Compiling proc-macro-error v1.0.4
27952026-07-02T20:50:36.756Z Checking fd-lock v4.0.4
27962026-07-02T20:50:36.761Z Checking nibble_vec v0.1.0
27972026-07-02T20:50:36.777Z Compiling nix v0.28.0
27982026-07-02T20:50:36.860Z Checking vte v0.14.1
27992026-07-02T20:50:36.878Z Compiling recursive-proc-macro-impl v0.1.1
28002026-07-02T20:50:36.978Z Checking endian-type v0.1.2
28012026-07-02T20:50:36.992Z Checking bytecount v0.6.9
28022026-07-02T20:50:37.007Z Checking strip-ansi-escapes v0.2.1
28032026-07-02T20:50:37.013Z Compiling derive_more-impl v2.1.1
28042026-07-02T20:50:37.023Z Compiling tabled_derive v0.7.0
28052026-07-02T20:50:37.101Z Checking papergrid v0.11.0
28062026-07-02T20:50:37.123Z Checking radix_trie v0.2.1
28072026-07-02T20:50:37.148Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28082026-07-02T20:50:37.327Z Compiling peg-macros v0.8.5
28092026-07-02T20:50:37.331Z Checking winnow v0.6.26
28102026-07-02T20:50:37.580Z Compiling psm v0.1.30
28112026-07-02T20:50:37.643Z Compiling sqlparser_derive v0.5.0
28122026-07-02T20:50:37.717Z Checking unicode_categories v0.1.1
28132026-07-02T20:50:37.871Z Checking home v0.5.12
28142026-07-02T20:50:37.907Z Checking derive_more v2.1.1
28152026-07-02T20:50:37.973Z Checking nu-ansi-term v0.50.3
28162026-07-02T20:50:37.986Z Checking crossterm v0.29.0
28172026-07-02T20:50:38.072Z Checking tabled v0.15.0
28182026-07-02T20:50:38.109Z Checking rustyline v14.0.0
28192026-07-02T20:50:38.182Z Checking reedline v0.40.0
28202026-07-02T20:50:38.369Z Checking recursive v0.1.1
28212026-07-02T20:50:38.448Z Checking display-error-chain v0.2.2
28222026-07-02T20:50:38.460Z Checking sqlparser v0.61.0
28232026-07-02T20:50:38.548Z Checking sqlformat v0.3.5
28242026-07-02T20:50:38.706Z Checking peg v0.8.5
28252026-07-02T20:50:49.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.71s
28262026-07-02T20:50:49.869Z
28272026-07-02T20:50:49.869Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/299)
28282026-07-02T20:50:50.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292026-07-02T20:50:50.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302026-07-02T20:50:50.496Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28312026-07-02T20:50:53.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
28322026-07-02T20:50:54.104Z
28332026-07-02T20:50:54.104Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/299)
28342026-07-02T20:50:54.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352026-07-02T20:50:54.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362026-07-02T20:50:54.732Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28372026-07-02T20:50:57.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
28382026-07-02T20:50:57.352Z
28392026-07-02T20:50:57.352Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/299)
28402026-07-02T20:50:57.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-07-02T20:50:57.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-07-02T20:50:57.968Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28432026-07-02T20:51:01.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.83s
28442026-07-02T20:51:01.359Z
28452026-07-02T20:51:01.360Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/299)
28462026-07-02T20:51:01.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-07-02T20:51:01.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-07-02T20:51:01.979Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28492026-07-02T20:51:05.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s
28502026-07-02T20:51:05.415Z
28512026-07-02T20:51:05.415Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/299)
28522026-07-02T20:51:05.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-07-02T20:51:05.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-07-02T20:51:06.037Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28552026-07-02T20:51:08.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
28562026-07-02T20:51:08.798Z
28572026-07-02T20:51:08.798Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/299)
28582026-07-02T20:51:09.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592026-07-02T20:51:09.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602026-07-02T20:51:09.415Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28612026-07-02T20:51:12.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28622026-07-02T20:51:12.215Z
28632026-07-02T20:51:12.215Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/299)
28642026-07-02T20:51:12.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-07-02T20:51:12.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-07-02T20:51:12.831Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28672026-07-02T20:51:16.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
28682026-07-02T20:51:16.442Z
28692026-07-02T20:51:16.442Zinfo: running `cargo check --bins` on oximeter (93/299)
28702026-07-02T20:51:16.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-07-02T20:51:16.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-07-02T20:51:16.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28732026-07-02T20:51:16.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28742026-07-02T20:51:16.970Z
28752026-07-02T20:51:16.970Zinfo: running `cargo check --bins` on oximeter-schema (94/299)
28762026-07-02T20:51:17.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772026-07-02T20:51:17.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782026-07-02T20:51:17.554Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28792026-07-02T20:51:17.711Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28802026-07-02T20:51:17.714Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28812026-07-02T20:51:18.059Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28822026-07-02T20:51:20.574Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28832026-07-02T20:51:21.773Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28842026-07-02T20:51:21.998Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28852026-07-02T20:51:22.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.64s
28862026-07-02T20:51:22.784Z
28872026-07-02T20:51:22.784Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/299)
28882026-07-02T20:51:23.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892026-07-02T20:51:23.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902026-07-02T20:51:23.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912026-07-02T20:51:23.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28922026-07-02T20:51:23.307Z
28932026-07-02T20:51:23.307Zinfo: running `cargo check --bins` on oximeter-test-utils (96/299)
28942026-07-02T20:51:23.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-07-02T20:51:23.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-07-02T20:51:23.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972026-07-02T20:51:23.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28982026-07-02T20:51:23.900Z
28992026-07-02T20:51:23.900Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/299)
29002026-07-02T20:51:24.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-07-02T20:51:24.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-07-02T20:51:24.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032026-07-02T20:51:24.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29042026-07-02T20:51:24.424Z
29052026-07-02T20:51:24.424Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/299)
29062026-07-02T20:51:24.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-07-02T20:51:24.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-07-02T20:51:24.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092026-07-02T20:51:24.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29102026-07-02T20:51:24.952Z
29112026-07-02T20:51:24.952Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/299)
29122026-07-02T20:51:25.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-07-02T20:51:25.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-07-02T20:51:25.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-07-02T20:51:25.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29162026-07-02T20:51:25.479Z
29172026-07-02T20:51:25.479Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/299)
29182026-07-02T20:51:25.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-07-02T20:51:25.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-07-02T20:51:25.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-07-02T20:51:25.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29222026-07-02T20:51:26.013Z
29232026-07-02T20:51:26.013Zinfo: running `cargo check --bins` on trust-quorum-types (101/299)
29242026-07-02T20:51:26.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-07-02T20:51:26.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-07-02T20:51:26.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-07-02T20:51:26.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29282026-07-02T20:51:26.527Z
29292026-07-02T20:51:26.527Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/299)
29302026-07-02T20:51:26.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-07-02T20:51:26.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-07-02T20:51:26.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332026-07-02T20:51:26.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29342026-07-02T20:51:27.061Z
29352026-07-02T20:51:27.061Zinfo: running `cargo check --bins` on update-engine (103/299)
29362026-07-02T20:51:27.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-07-02T20:51:27.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-07-02T20:51:27.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29392026-07-02T20:51:27.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29402026-07-02T20:51:27.580Z
29412026-07-02T20:51:27.580Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/299)
29422026-07-02T20:51:28.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29432026-07-02T20:51:28.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29442026-07-02T20:51:28.247Z Compiling crucible-workspace-hack v0.1.0
29452026-07-02T20:51:28.360Z Checking secrecy v0.10.3
29462026-07-02T20:51:28.365Z Compiling heapless v0.8.0
29472026-07-02T20:51:28.368Z Compiling toml_datetime v0.7.5+spec-1.1.0
29482026-07-02T20:51:28.378Z Compiling ingot-macros v0.1.1
29492026-07-02T20:51:28.384Z Checking hash32 v0.3.1
29502026-07-02T20:51:28.388Z Checking inout v0.1.4
29512026-07-02T20:51:28.406Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29522026-07-02T20:51:28.455Z Compiling smoltcp v0.11.0
29532026-07-02T20:51:28.499Z Checking cobs v0.3.0
29542026-07-02T20:51:28.516Z Compiling toml_edit v0.23.10+spec-1.0.0
29552026-07-02T20:51:28.591Z Checking cipher v0.4.4
29562026-07-02T20:51:28.612Z Checking universal-hash v0.5.1
29572026-07-02T20:51:28.637Z Compiling thiserror-impl-no-std v2.0.2
29582026-07-02T20:51:28.660Z Checking half v2.7.1
29592026-07-02T20:51:28.730Z Checking opaque-debug v0.3.1
29602026-07-02T20:51:28.785Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29612026-07-02T20:51:28.802Z Checking ciborium-io v0.2.2
29622026-07-02T20:51:28.870Z Checking poly1305 v0.8.0
29632026-07-02T20:51:28.905Z Checking chacha20 v0.9.1
29642026-07-02T20:51:28.923Z Checking ciborium-ll v0.2.2
29652026-07-02T20:51:29.025Z Checking postcard v1.1.3
29662026-07-02T20:51:29.090Z Compiling proc-macro-crate v3.4.0
29672026-07-02T20:51:29.096Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29682026-07-02T20:51:29.131Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29692026-07-02T20:51:29.321Z Checking password-hash v0.5.0
29702026-07-02T20:51:29.401Z Checking blake2 v0.10.6
29712026-07-02T20:51:29.509Z Compiling proc-macro-crate v1.3.1
29722026-07-02T20:51:29.551Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29732026-07-02T20:51:29.561Z Checking aead v0.5.2
29742026-07-02T20:51:29.633Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29752026-07-02T20:51:29.638Z Compiling num_enum_derive v0.7.6
29762026-07-02T20:51:29.707Z Compiling foreign-types-macros v0.2.3
29772026-07-02T20:51:29.779Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29782026-07-02T20:51:29.814Z Checking thiserror-no-std v2.0.2
29792026-07-02T20:51:29.846Z Checking foreign-types-shared v0.3.1
29802026-07-02T20:51:29.904Z Checking vsss-rs v3.3.4
29812026-07-02T20:51:29.917Z Compiling num_enum_derive v0.5.11
29822026-07-02T20:51:29.931Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29832026-07-02T20:51:30.029Z Checking chacha20poly1305 v0.10.1
29842026-07-02T20:51:30.161Z Checking argon2 v0.5.3
29852026-07-02T20:51:30.304Z Checking foreign-types v0.5.0
29862026-07-02T20:51:30.384Z Checking ciborium v0.2.2
29872026-07-02T20:51:30.487Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29882026-07-02T20:51:30.597Z Checking tabwriter v1.4.1
29892026-07-02T20:51:30.677Z Checking num_enum v0.7.6
29902026-07-02T20:51:30.743Z Checking byte-wrapper v0.1.0
29912026-07-02T20:51:30.776Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29922026-07-02T20:51:30.789Z Checking cstr-argument v0.1.2
29932026-07-02T20:51:30.794Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29942026-07-02T20:51:30.910Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29952026-07-02T20:51:30.948Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29962026-07-02T20:51:30.959Z Checking num_enum v0.5.11
29972026-07-02T20:51:31.008Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29982026-07-02T20:51:31.064Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29992026-07-02T20:51:31.123Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30002026-07-02T20:51:31.196Z Checking ingot-types v0.1.2
30012026-07-02T20:51:31.210Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30022026-07-02T20:51:31.231Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30032026-07-02T20:51:31.260Z Checking rand v0.10.1
30042026-07-02T20:51:31.286Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30052026-07-02T20:51:31.310Z Checking colored v3.1.1
30062026-07-02T20:51:31.401Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30072026-07-02T20:51:31.424Z Checking indent_write v2.2.0
30082026-07-02T20:51:31.498Z Compiling zone_cfg_derive v0.3.1
30092026-07-02T20:51:31.528Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30102026-07-02T20:51:31.574Z Checking ingot v0.1.1
30112026-07-02T20:51:31.623Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30122026-07-02T20:51:31.623Z Checking itertools v0.12.1
30132026-07-02T20:51:31.633Z Compiling num-derive v0.4.2
30142026-07-02T20:51:31.679Z Checking swrite v0.1.0
30152026-07-02T20:51:31.740Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30162026-07-02T20:51:31.760Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30172026-07-02T20:51:31.907Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30182026-07-02T20:51:32.067Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30192026-07-02T20:51:32.115Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30202026-07-02T20:51:32.150Z Checking dropshot-api-manager-types v0.7.2
30212026-07-02T20:51:32.187Z Checking smf v0.2.3
30222026-07-02T20:51:32.196Z Checking nanorand v0.7.0
30232026-07-02T20:51:32.319Z Checking whoami v1.6.1
30242026-07-02T20:51:32.393Z Checking flume v0.11.1
30252026-07-02T20:51:32.412Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30262026-07-02T20:51:32.601Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30272026-07-02T20:51:32.627Z Checking zone v0.3.1
30282026-07-02T20:51:33.176Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30292026-07-02T20:51:34.137Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30302026-07-02T20:51:35.009Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30312026-07-02T20:51:38.381Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30322026-07-02T20:51:40.429Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30332026-07-02T20:51:41.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.92s
30342026-07-02T20:51:41.781Z
30352026-07-02T20:51:41.781Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/299)
30362026-07-02T20:51:42.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372026-07-02T20:51:42.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382026-07-02T20:51:42.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30392026-07-02T20:51:42.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30402026-07-02T20:51:42.550Z
30412026-07-02T20:51:42.550Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/299)
30422026-07-02T20:51:42.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432026-07-02T20:51:42.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442026-07-02T20:51:42.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30452026-07-02T20:51:42.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30462026-07-02T20:51:42.809Z
30472026-07-02T20:51:42.809Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/299)
30482026-07-02T20:51:43.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492026-07-02T20:51:43.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502026-07-02T20:51:43.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512026-07-02T20:51:43.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30522026-07-02T20:51:43.297Z
30532026-07-02T20:51:43.297Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/299)
30542026-07-02T20:51:43.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552026-07-02T20:51:43.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562026-07-02T20:51:43.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572026-07-02T20:51:43.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30582026-07-02T20:51:43.865Z
30592026-07-02T20:51:43.865Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/299)
30602026-07-02T20:51:44.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-07-02T20:51:44.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-07-02T20:51:44.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-07-02T20:51:44.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30642026-07-02T20:51:44.374Z
30652026-07-02T20:51:44.385Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/299)
30662026-07-02T20:51:44.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-07-02T20:51:44.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-07-02T20:51:44.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-07-02T20:51:44.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30702026-07-02T20:51:44.904Z
30712026-07-02T20:51:44.904Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/299)
30722026-07-02T20:51:45.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-07-02T20:51:45.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-07-02T20:51:45.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752026-07-02T20:51:45.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30762026-07-02T20:51:45.431Z
30772026-07-02T20:51:45.431Zinfo: running `cargo check --bins` on cockroach-admin-client (112/299)
30782026-07-02T20:51:50.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792026-07-02T20:51:50.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802026-07-02T20:51:50.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812026-07-02T20:51:50.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30822026-07-02T20:51:50.242Z
30832026-07-02T20:51:50.242Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/299)
30842026-07-02T20:51:50.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852026-07-02T20:51:50.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862026-07-02T20:51:50.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872026-07-02T20:51:50.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30882026-07-02T20:51:50.242Z
30892026-07-02T20:51:50.242Zinfo: running `cargo check --bins` on dns-service-client (114/299)
30902026-07-02T20:51:50.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912026-07-02T20:51:50.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922026-07-02T20:51:50.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932026-07-02T20:51:50.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30942026-07-02T20:51:50.242Z
30952026-07-02T20:51:50.242Zinfo: running `cargo check --bins` on installinator-client (115/299)
30962026-07-02T20:51:50.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972026-07-02T20:51:50.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982026-07-02T20:51:50.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992026-07-02T20:51:50.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31002026-07-02T20:51:50.242Z
31012026-07-02T20:51:50.242Zinfo: running `cargo check --bins` on nexus-client (116/299)
31022026-07-02T20:51:50.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032026-07-02T20:51:50.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042026-07-02T20:51:50.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052026-07-02T20:51:50.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31062026-07-02T20:51:50.247Z
31072026-07-02T20:51:50.248Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/299)
31082026-07-02T20:51:50.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-07-02T20:51:50.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-07-02T20:51:50.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112026-07-02T20:51:50.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31122026-07-02T20:51:50.248Z
31132026-07-02T20:51:50.248Zinfo: running `cargo check --bins` on ntp-admin-client (118/299)
31142026-07-02T20:51:50.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152026-07-02T20:51:50.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162026-07-02T20:51:50.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172026-07-02T20:51:50.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31182026-07-02T20:51:50.248Z
31192026-07-02T20:51:50.248Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/299)
31202026-07-02T20:51:50.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212026-07-02T20:51:50.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222026-07-02T20:51:50.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232026-07-02T20:51:50.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31242026-07-02T20:51:50.248Z
31252026-07-02T20:51:50.248Zinfo: running `cargo check --bins` on oxide-client (120/299)
31262026-07-02T20:51:50.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272026-07-02T20:51:50.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282026-07-02T20:51:50.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292026-07-02T20:51:50.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31302026-07-02T20:51:50.354Z
31312026-07-02T20:51:50.354Zinfo: running `cargo check --bins` on oximeter-client (121/299)
31322026-07-02T20:51:50.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332026-07-02T20:51:50.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342026-07-02T20:51:50.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352026-07-02T20:51:50.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31362026-07-02T20:51:50.778Z
31372026-07-02T20:51:50.778Zinfo: running `cargo check --bins` on repo-depot-client (122/299)
31382026-07-02T20:51:51.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392026-07-02T20:51:51.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402026-07-02T20:51:51.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412026-07-02T20:51:51.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31422026-07-02T20:51:51.298Z
31432026-07-02T20:51:51.298Zinfo: running `cargo check --bins` on sled-agent-client (123/299)
31442026-07-02T20:51:51.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452026-07-02T20:51:51.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462026-07-02T20:51:51.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472026-07-02T20:51:51.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31482026-07-02T20:51:51.840Z
31492026-07-02T20:51:51.840Zinfo: running `cargo check --bins` on wicketd-client (124/299)
31502026-07-02T20:51:52.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512026-07-02T20:51:52.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522026-07-02T20:51:52.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532026-07-02T20:51:52.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31542026-07-02T20:51:52.400Z
31552026-07-02T20:51:52.400Zinfo: running `cargo check --bins` on installinator-common (125/299)
31562026-07-02T20:51:52.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572026-07-02T20:51:52.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582026-07-02T20:51:52.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592026-07-02T20:51:52.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31602026-07-02T20:51:52.951Z
31612026-07-02T20:51:52.951Zinfo: running `cargo check --bins` on installinator-common-versions (126/299)
31622026-07-02T20:51:53.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632026-07-02T20:51:53.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642026-07-02T20:51:53.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652026-07-02T20:51:53.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31662026-07-02T20:51:53.472Z
31672026-07-02T20:51:53.472Zinfo: running `cargo check --bins` on wicket-common (127/299)
31682026-07-02T20:51:53.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-07-02T20:51:53.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-07-02T20:51:53.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712026-07-02T20:51:53.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31722026-07-02T20:51:54.013Z
31732026-07-02T20:51:54.013Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/299)
31742026-07-02T20:51:54.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752026-07-02T20:51:54.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762026-07-02T20:51:54.652Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31772026-07-02T20:51:54.765Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31782026-07-02T20:51:54.775Z Checking csv-core v0.1.13
31792026-07-02T20:51:54.782Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31802026-07-02T20:51:54.790Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31812026-07-02T20:51:54.793Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31822026-07-02T20:51:54.810Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31832026-07-02T20:51:54.822Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31842026-07-02T20:51:54.927Z Checking csv v1.4.0
31852026-07-02T20:51:54.958Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31862026-07-02T20:51:54.972Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31872026-07-02T20:51:54.999Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31882026-07-02T20:51:55.025Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31892026-07-02T20:51:55.266Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31902026-07-02T20:51:55.631Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31912026-07-02T20:51:55.633Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31922026-07-02T20:51:55.959Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31932026-07-02T20:52:02.001Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31942026-07-02T20:52:02.528Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31952026-07-02T20:52:04.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.85s
31962026-07-02T20:52:05.047Z
31972026-07-02T20:52:05.048Zinfo: running `cargo check --bins` on cockroach-admin-api (129/299)
31982026-07-02T20:52:05.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992026-07-02T20:52:05.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002026-07-02T20:52:05.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32012026-07-02T20:52:05.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
32022026-07-02T20:52:05.584Z
32032026-07-02T20:52:05.585Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/299)
32042026-07-02T20:52:06.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052026-07-02T20:52:06.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062026-07-02T20:52:06.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072026-07-02T20:52:06.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32082026-07-02T20:52:06.203Z
32092026-07-02T20:52:06.203Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/299)
32102026-07-02T20:52:06.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112026-07-02T20:52:06.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122026-07-02T20:52:06.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132026-07-02T20:52:06.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32142026-07-02T20:52:06.822Z
32152026-07-02T20:52:06.822Zinfo: running `cargo check --bins` on gateway-test-utils (132/299)
32162026-07-02T20:52:07.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-07-02T20:52:07.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-07-02T20:52:07.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192026-07-02T20:52:07.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32202026-07-02T20:52:07.405Z
32212026-07-02T20:52:07.405Zinfo: running `cargo check --bins` on omicron-gateway (133/299)
32222026-07-02T20:52:07.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232026-07-02T20:52:07.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242026-07-02T20:52:08.117Z Compiling regress v0.11.1
32252026-07-02T20:52:08.258Z Compiling unsafe-libyaml v0.2.11
32262026-07-02T20:52:08.268Z Compiling semver v0.1.20
32272026-07-02T20:52:08.268Z Compiling radium v0.7.0
32282026-07-02T20:52:08.291Z Checking nom v8.0.0
32292026-07-02T20:52:08.295Z Compiling maybe-uninit v2.0.0
32302026-07-02T20:52:08.295Z Checking tap v1.0.1
32312026-07-02T20:52:08.415Z Checking wyz v0.5.1
32322026-07-02T20:52:08.539Z Compiling rustc_version v0.1.7
32332026-07-02T20:52:08.598Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32342026-07-02T20:52:08.629Z Compiling zerocopy-derive v0.6.6
32352026-07-02T20:52:08.740Z Checking funty v2.0.0
32362026-07-02T20:52:08.754Z Compiling newtype_derive v0.1.6
32372026-07-02T20:52:08.956Z Compiling serde_yaml v0.9.34+deprecated
32382026-07-02T20:52:08.972Z Compiling cancel-safe-futures v0.1.5
32392026-07-02T20:52:09.061Z Compiling packed_struct v0.10.1
32402026-07-02T20:52:09.228Z Checking crc-catalog v2.4.0
32412026-07-02T20:52:09.320Z Compiling owo-colors v4.3.0
32422026-07-02T20:52:09.356Z Checking crc v3.4.0
32432026-07-02T20:52:09.472Z Checking zerocopy v0.6.6
32442026-07-02T20:52:09.548Z Checking bitvec v1.0.1
32452026-07-02T20:52:09.691Z Checking typify-impl v0.6.2
32462026-07-02T20:52:09.833Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32472026-07-02T20:52:10.100Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32482026-07-02T20:52:10.227Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32492026-07-02T20:52:10.367Z Compiling packed_struct_codegen v0.10.1
32502026-07-02T20:52:10.393Z Checking libsw-core v0.3.2
32512026-07-02T20:52:10.414Z Compiling bitfield-macros v0.19.4
32522026-07-02T20:52:10.537Z Compiling indexmap v1.9.3
32532026-07-02T20:52:10.749Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32542026-07-02T20:52:10.820Z Checking nodrop v0.1.14
32552026-07-02T20:52:10.862Z Checking libsw v3.5.0
32562026-07-02T20:52:10.885Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32572026-07-02T20:52:10.913Z Checking array-init v0.0.4
32582026-07-02T20:52:11.010Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32592026-07-02T20:52:11.135Z Checking bitfield v0.19.4
32602026-07-02T20:52:11.187Z Checking smallvec v0.6.14
32612026-07-02T20:52:11.214Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32622026-07-02T20:52:11.398Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32632026-07-02T20:52:11.414Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32642026-07-02T20:52:11.517Z Checking unicode-linebreak v0.1.5
32652026-07-02T20:52:11.612Z Checking tagptr v0.2.0
32662026-07-02T20:52:11.634Z Checking base64 v0.21.7
32672026-07-02T20:52:11.727Z Checking linear-map v1.2.0
32682026-07-02T20:52:11.754Z Checking hashbrown v0.12.3
32692026-07-02T20:52:11.869Z Checking smawk v0.3.2
32702026-07-02T20:52:11.884Z Checking ron v0.8.1
32712026-07-02T20:52:11.898Z Checking moka v0.12.13
32722026-07-02T20:52:11.902Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32732026-07-02T20:52:11.997Z Checking textwrap v0.16.2
32742026-07-02T20:52:12.213Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32752026-07-02T20:52:12.413Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32762026-07-02T20:52:12.455Z Checking serde-hex v0.1.0
32772026-07-02T20:52:12.527Z Checking steno v0.4.1
32782026-07-02T20:52:12.566Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32792026-07-02T20:52:12.592Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32802026-07-02T20:52:12.806Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32812026-07-02T20:52:13.214Z Checking hashbrown v0.13.2
32822026-07-02T20:52:13.247Z Checking crc-any v2.5.0
32832026-07-02T20:52:13.315Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32842026-07-02T20:52:13.418Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32852026-07-02T20:52:13.541Z Checking hickory-resolver v0.25.2
32862026-07-02T20:52:13.554Z Checking sha1 v0.10.6
32872026-07-02T20:52:13.579Z Checking path-slash v0.1.5
32882026-07-02T20:52:13.633Z Checking object v0.30.4
32892026-07-02T20:52:13.680Z Checking void v1.0.2
32902026-07-02T20:52:13.728Z Checking utf-8 v0.7.6
32912026-07-02T20:52:13.781Z Checking half v1.8.3
32922026-07-02T20:52:13.848Z Checking tungstenite v0.23.0
32932026-07-02T20:52:13.958Z Checking lzss v0.8.2
32942026-07-02T20:52:13.975Z Checking serde_cbor v0.11.2
32952026-07-02T20:52:14.249Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32962026-07-02T20:52:14.271Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32972026-07-02T20:52:14.274Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32982026-07-02T20:52:14.295Z Compiling typify-macro v0.6.2
32992026-07-02T20:52:14.299Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33002026-07-02T20:52:14.360Z Checking nix v0.27.1
33012026-07-02T20:52:14.404Z Checking kstat-rs v0.2.4
33022026-07-02T20:52:14.421Z Checking fxhash v0.2.1
33032026-07-02T20:52:14.510Z Checking serde_bytes v0.11.19
33042026-07-02T20:52:14.539Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33052026-07-02T20:52:14.588Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33062026-07-02T20:52:14.655Z Checking tokio-tungstenite v0.23.1
33072026-07-02T20:52:14.685Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33082026-07-02T20:52:14.843Z Checking signal-hook-tokio v0.3.1
33092026-07-02T20:52:15.551Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33102026-07-02T20:52:15.702Z Compiling typify v0.6.2
33112026-07-02T20:52:15.780Z Compiling progenitor-impl v0.14.0
33122026-07-02T20:52:16.451Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33132026-07-02T20:52:16.761Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33142026-07-02T20:52:17.221Z Compiling progenitor-macro v0.14.0
33152026-07-02T20:52:19.542Z Checking progenitor v0.14.0
33162026-07-02T20:52:19.652Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33172026-07-02T20:52:19.657Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33182026-07-02T20:52:22.311Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33192026-07-02T20:52:30.530Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33202026-07-02T20:52:37.071Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33212026-07-02T20:52:38.425Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33222026-07-02T20:52:38.917Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33232026-07-02T20:52:40.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.56s
33242026-07-02T20:52:41.155Z
33252026-07-02T20:52:41.155Zinfo: running `cargo check --bins` on gateway-api (134/299)
33262026-07-02T20:52:41.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33272026-07-02T20:52:41.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33282026-07-02T20:52:41.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33292026-07-02T20:52:41.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33302026-07-02T20:52:41.693Z
33312026-07-02T20:52:41.693Zinfo: running `cargo check --bins` on ipcc (135/299)
33322026-07-02T20:52:42.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33332026-07-02T20:52:42.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33342026-07-02T20:52:42.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33352026-07-02T20:52:42.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33362026-07-02T20:52:42.230Z
33372026-07-02T20:52:42.230Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/299)
33382026-07-02T20:52:42.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33392026-07-02T20:52:42.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33402026-07-02T20:52:42.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33412026-07-02T20:52:42.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33422026-07-02T20:52:42.750Z
33432026-07-02T20:52:42.751Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/299)
33442026-07-02T20:52:43.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33452026-07-02T20:52:43.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33462026-07-02T20:52:43.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33472026-07-02T20:52:43.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33482026-07-02T20:52:43.304Z
33492026-07-02T20:52:43.304Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/299)
33502026-07-02T20:52:43.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33512026-07-02T20:52:43.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33522026-07-02T20:52:43.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33532026-07-02T20:52:43.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33542026-07-02T20:52:43.844Z
33552026-07-02T20:52:43.844Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/299)
33562026-07-02T20:52:44.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33572026-07-02T20:52:44.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33582026-07-02T20:52:44.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33592026-07-02T20:52:44.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33602026-07-02T20:52:44.384Z
33612026-07-02T20:52:44.384Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/299)
33622026-07-02T20:52:44.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33632026-07-02T20:52:44.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33642026-07-02T20:52:44.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33652026-07-02T20:52:44.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33662026-07-02T20:52:44.921Z
33672026-07-02T20:52:44.921Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/299)
33682026-07-02T20:52:45.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33692026-07-02T20:52:45.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33702026-07-02T20:52:45.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33712026-07-02T20:52:45.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33722026-07-02T20:52:45.472Z
33732026-07-02T20:52:45.472Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/299)
33742026-07-02T20:52:45.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33752026-07-02T20:52:45.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33762026-07-02T20:52:45.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33772026-07-02T20:52:45.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33782026-07-02T20:52:46.004Z
33792026-07-02T20:52:46.004Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/299)
33802026-07-02T20:52:46.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33812026-07-02T20:52:46.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33822026-07-02T20:52:46.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33832026-07-02T20:52:46.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33842026-07-02T20:52:46.542Z
33852026-07-02T20:52:46.542Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/299)
33862026-07-02T20:52:47.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33872026-07-02T20:52:47.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33882026-07-02T20:52:47.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33892026-07-02T20:52:47.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33902026-07-02T20:52:47.085Z
33912026-07-02T20:52:47.085Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/299)
33922026-07-02T20:52:47.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33932026-07-02T20:52:47.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33942026-07-02T20:52:47.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33952026-07-02T20:52:47.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33962026-07-02T20:52:47.619Z
33972026-07-02T20:52:47.619Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/299)
33982026-07-02T20:52:48.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33992026-07-02T20:52:48.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34002026-07-02T20:52:48.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34012026-07-02T20:52:48.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34022026-07-02T20:52:48.165Z
34032026-07-02T20:52:48.165Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/299)
34042026-07-02T20:52:48.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34052026-07-02T20:52:48.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34062026-07-02T20:52:48.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34072026-07-02T20:52:48.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34082026-07-02T20:52:48.707Z
34092026-07-02T20:52:48.707Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/299)
34102026-07-02T20:52:49.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34112026-07-02T20:52:49.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34122026-07-02T20:52:49.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34132026-07-02T20:52:49.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34142026-07-02T20:52:49.341Z
34152026-07-02T20:52:49.341Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/299)
34162026-07-02T20:52:49.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34172026-07-02T20:52:49.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34182026-07-02T20:52:49.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34192026-07-02T20:52:49.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34202026-07-02T20:52:49.833Z
34212026-07-02T20:52:49.833Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/299)
34222026-07-02T20:52:50.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34232026-07-02T20:52:50.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34242026-07-02T20:52:50.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34252026-07-02T20:52:50.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34262026-07-02T20:52:50.349Z
34272026-07-02T20:52:50.349Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/299)
34282026-07-02T20:52:50.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34292026-07-02T20:52:50.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34302026-07-02T20:52:50.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34312026-07-02T20:52:50.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34322026-07-02T20:52:50.902Z
34332026-07-02T20:52:50.902Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/299)
34342026-07-02T20:52:51.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34352026-07-02T20:52:51.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34362026-07-02T20:52:51.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34372026-07-02T20:52:51.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34382026-07-02T20:52:51.457Z
34392026-07-02T20:52:51.457Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/299)
34402026-07-02T20:52:51.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34412026-07-02T20:52:51.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34422026-07-02T20:52:51.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34432026-07-02T20:52:51.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34442026-07-02T20:52:52.009Z
34452026-07-02T20:52:52.009Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/299)
34462026-07-02T20:52:52.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34472026-07-02T20:52:52.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34482026-07-02T20:52:52.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34492026-07-02T20:52:52.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34502026-07-02T20:52:52.566Z
34512026-07-02T20:52:52.567Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/299)
34522026-07-02T20:52:53.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34532026-07-02T20:52:53.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34542026-07-02T20:52:53.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34552026-07-02T20:52:53.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34562026-07-02T20:52:53.118Z
34572026-07-02T20:52:53.118Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/299)
34582026-07-02T20:52:53.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34592026-07-02T20:52:53.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34602026-07-02T20:52:53.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34612026-07-02T20:52:53.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34622026-07-02T20:52:53.670Z
34632026-07-02T20:52:53.670Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/299)
34642026-07-02T20:52:54.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34652026-07-02T20:52:54.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34662026-07-02T20:52:54.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34672026-07-02T20:52:54.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34682026-07-02T20:52:54.232Z
34692026-07-02T20:52:54.233Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/299)
34702026-07-02T20:52:54.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34712026-07-02T20:52:54.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34722026-07-02T20:52:54.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34732026-07-02T20:52:54.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34742026-07-02T20:52:54.760Z
34752026-07-02T20:52:54.760Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/299)
34762026-07-02T20:52:55.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34772026-07-02T20:52:55.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34782026-07-02T20:52:55.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34792026-07-02T20:52:55.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34802026-07-02T20:52:55.292Z
34812026-07-02T20:52:55.292Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/299)
34822026-07-02T20:52:55.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34832026-07-02T20:52:55.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34842026-07-02T20:52:55.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34852026-07-02T20:52:55.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34862026-07-02T20:52:55.827Z
34872026-07-02T20:52:55.827Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/299)
34882026-07-02T20:52:56.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34892026-07-02T20:52:56.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34902026-07-02T20:52:56.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34912026-07-02T20:52:56.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34922026-07-02T20:52:56.383Z
34932026-07-02T20:52:56.383Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/299)
34942026-07-02T20:52:56.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34952026-07-02T20:52:56.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34962026-07-02T20:52:56.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34972026-07-02T20:52:56.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34982026-07-02T20:52:56.910Z
34992026-07-02T20:52:56.910Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/299)
35002026-07-02T20:52:57.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012026-07-02T20:52:57.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022026-07-02T20:52:57.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35032026-07-02T20:52:57.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35042026-07-02T20:52:57.448Z
35052026-07-02T20:52:57.448Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/299)
35062026-07-02T20:52:57.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072026-07-02T20:52:57.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082026-07-02T20:52:57.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35092026-07-02T20:52:57.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35102026-07-02T20:52:57.988Z
35112026-07-02T20:52:57.988Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/299)
35122026-07-02T20:52:58.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132026-07-02T20:52:58.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142026-07-02T20:52:58.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35152026-07-02T20:52:58.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35162026-07-02T20:52:58.522Z
35172026-07-02T20:52:58.523Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/299)
35182026-07-02T20:52:58.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192026-07-02T20:52:59.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202026-07-02T20:52:59.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35212026-07-02T20:52:59.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35222026-07-02T20:52:59.079Z
35232026-07-02T20:52:59.079Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/299)
35242026-07-02T20:52:59.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35252026-07-02T20:52:59.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35262026-07-02T20:52:59.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35272026-07-02T20:52:59.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35282026-07-02T20:52:59.635Z
35292026-07-02T20:52:59.635Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/299)
35302026-07-02T20:53:00.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35312026-07-02T20:53:00.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35322026-07-02T20:53:00.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35332026-07-02T20:53:00.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35342026-07-02T20:53:00.188Z
35352026-07-02T20:53:00.188Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/299)
35362026-07-02T20:53:00.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35372026-07-02T20:53:00.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35382026-07-02T20:53:00.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35392026-07-02T20:53:00.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35402026-07-02T20:53:00.739Z
35412026-07-02T20:53:00.739Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/299)
35422026-07-02T20:53:01.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35432026-07-02T20:53:01.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35442026-07-02T20:53:01.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35452026-07-02T20:53:01.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35462026-07-02T20:53:01.286Z
35472026-07-02T20:53:01.286Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/299)
35482026-07-02T20:53:01.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35492026-07-02T20:53:01.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35502026-07-02T20:53:01.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35512026-07-02T20:53:01.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35522026-07-02T20:53:01.835Z
35532026-07-02T20:53:01.835Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/299)
35542026-07-02T20:53:02.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552026-07-02T20:53:02.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562026-07-02T20:53:02.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35572026-07-02T20:53:02.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35582026-07-02T20:53:02.388Z
35592026-07-02T20:53:02.388Zinfo: running `cargo check --bins` on oximeter-producer (173/299)
35602026-07-02T20:53:02.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35612026-07-02T20:53:02.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35622026-07-02T20:53:02.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35632026-07-02T20:53:02.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35642026-07-02T20:53:02.970Z
35652026-07-02T20:53:02.970Zinfo: running `cargo check --bins` on internal-dns-resolver (174/299)
35662026-07-02T20:53:03.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35672026-07-02T20:53:03.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35682026-07-02T20:53:03.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35692026-07-02T20:53:03.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35702026-07-02T20:53:03.562Z
35712026-07-02T20:53:03.563Zinfo: running `cargo check --bins` on dns-server (175/299)
35722026-07-02T20:53:03.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35732026-07-02T20:53:03.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35742026-07-02T20:53:04.089Z Compiling parking_lot_core v0.8.6
35752026-07-02T20:53:04.089Z Compiling git-stub v1.0.0
35762026-07-02T20:53:04.098Z Checking prefix-trie v0.7.0
35772026-07-02T20:53:04.098Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35782026-07-02T20:53:04.328Z Compiling git-stub-vcs v0.1.0
35792026-07-02T20:53:04.496Z Checking hickory-server v0.25.2
35802026-07-02T20:53:04.615Z Checking parking_lot v0.11.2
35812026-07-02T20:53:04.636Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35822026-07-02T20:53:04.656Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35832026-07-02T20:53:04.665Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35842026-07-02T20:53:04.776Z Checking sled v0.34.7
35852026-07-02T20:53:06.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
35862026-07-02T20:53:06.840Z
35872026-07-02T20:53:06.840Zinfo: running `cargo check --bins` on dns-server-api (176/299)
35882026-07-02T20:53:11.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892026-07-02T20:53:11.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902026-07-02T20:53:11.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35912026-07-02T20:53:11.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35922026-07-02T20:53:11.653Z
35932026-07-02T20:53:11.653Zinfo: running `cargo check --bins` on oximeter-producer-api (177/299)
35942026-07-02T20:53:11.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952026-07-02T20:53:11.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962026-07-02T20:53:11.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35972026-07-02T20:53:11.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35982026-07-02T20:53:11.654Z
35992026-07-02T20:53:11.654Zinfo: running `cargo check --bins` on sp-sim (178/299)
36002026-07-02T20:53:11.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012026-07-02T20:53:11.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022026-07-02T20:53:11.654Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36032026-07-02T20:53:11.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.40s
36042026-07-02T20:53:11.654Z
36052026-07-02T20:53:11.654Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/299)
36062026-07-02T20:53:11.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-07-02T20:53:11.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-07-02T20:53:11.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36092026-07-02T20:53:11.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36102026-07-02T20:53:11.655Z
36112026-07-02T20:53:11.655Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/299)
36122026-07-02T20:53:11.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132026-07-02T20:53:11.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142026-07-02T20:53:11.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36152026-07-02T20:53:11.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36162026-07-02T20:53:11.700Z
36172026-07-02T20:53:11.700Zinfo: running `cargo check --bins` on db-macros (181/299)
36182026-07-02T20:53:12.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36192026-07-02T20:53:12.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36202026-07-02T20:53:12.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36212026-07-02T20:53:12.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36222026-07-02T20:53:12.198Z
36232026-07-02T20:53:12.199Zinfo: running `cargo check --bins` on nexus-macros-common (182/299)
36242026-07-02T20:53:12.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36252026-07-02T20:53:12.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36262026-07-02T20:53:12.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36272026-07-02T20:53:12.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36282026-07-02T20:53:12.715Z
36292026-07-02T20:53:12.715Zinfo: running `cargo check --bins` on nexus-auth (183/299)
36302026-07-02T20:53:13.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36312026-07-02T20:53:13.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36322026-07-02T20:53:13.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36332026-07-02T20:53:13.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36342026-07-02T20:53:13.293Z
36352026-07-02T20:53:13.293Zinfo: running `cargo check --bins` on authz-macros (184/299)
36362026-07-02T20:53:13.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36372026-07-02T20:53:13.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36382026-07-02T20:53:13.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36392026-07-02T20:53:13.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36402026-07-02T20:53:13.807Z
36412026-07-02T20:53:13.808Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/299)
36422026-07-02T20:53:14.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36432026-07-02T20:53:14.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36442026-07-02T20:53:14.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36452026-07-02T20:53:14.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36462026-07-02T20:53:14.382Z
36472026-07-02T20:53:14.382Zinfo: running `cargo check --bins` on nexus-db-model (186/299)
36482026-07-02T20:53:14.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36492026-07-02T20:53:14.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36502026-07-02T20:53:14.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36512026-07-02T20:53:14.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36522026-07-02T20:53:14.955Z
36532026-07-02T20:53:14.955Zinfo: running `cargo check --bins` on nexus-db-schema (187/299)
36542026-07-02T20:53:15.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36552026-07-02T20:53:15.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36562026-07-02T20:53:15.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36572026-07-02T20:53:15.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36582026-07-02T20:53:15.475Z
36592026-07-02T20:53:15.475Zinfo: running `cargo check --bins` on omicron-rpaths (188/299)
36602026-07-02T20:53:15.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36612026-07-02T20:53:15.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36622026-07-02T20:53:15.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36632026-07-02T20:53:15.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36642026-07-02T20:53:15.995Z
36652026-07-02T20:53:15.995Zinfo: running `cargo check --bins` on nexus-defaults (189/299)
36662026-07-02T20:53:16.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36672026-07-02T20:53:16.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36682026-07-02T20:53:16.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36692026-07-02T20:53:16.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36702026-07-02T20:53:16.525Z
36712026-07-02T20:53:16.525Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/299)
36722026-07-02T20:53:16.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36732026-07-02T20:53:16.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36742026-07-02T20:53:16.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36752026-07-02T20:53:16.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36762026-07-02T20:53:17.046Z
36772026-07-02T20:53:17.046Zinfo: running `cargo check --bins` on parallel-task-set (191/299)
36782026-07-02T20:53:17.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36792026-07-02T20:53:17.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36802026-07-02T20:53:17.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36812026-07-02T20:53:17.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36822026-07-02T20:53:17.563Z
36832026-07-02T20:53:17.563Zinfo: running `cargo check --bins` on omicron-git-version (192/299)
36842026-07-02T20:53:17.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36852026-07-02T20:53:18.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36862026-07-02T20:53:18.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36872026-07-02T20:53:18.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36882026-07-02T20:53:18.076Z
36892026-07-02T20:53:18.077Zinfo: running `cargo check --bins` on nexus-db-errors (193/299)
36902026-07-02T20:53:18.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36912026-07-02T20:53:18.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36922026-07-02T20:53:18.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36932026-07-02T20:53:18.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36942026-07-02T20:53:18.657Z
36952026-07-02T20:53:18.657Zinfo: running `cargo check --bins` on nexus-db-lookup (194/299)
36962026-07-02T20:53:19.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36972026-07-02T20:53:19.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36982026-07-02T20:53:19.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36992026-07-02T20:53:19.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37002026-07-02T20:53:19.235Z
37012026-07-02T20:53:19.235Zinfo: running `cargo check --bins` on nexus-inventory (195/299)
37022026-07-02T20:53:19.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37032026-07-02T20:53:19.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37042026-07-02T20:53:19.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37052026-07-02T20:53:19.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37062026-07-02T20:53:19.808Z
37072026-07-02T20:53:19.808Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/299)
37082026-07-02T20:53:20.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37092026-07-02T20:53:20.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37102026-07-02T20:53:20.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37112026-07-02T20:53:20.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37122026-07-02T20:53:20.360Z
37132026-07-02T20:53:20.360Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/299)
37142026-07-02T20:53:20.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37152026-07-02T20:53:20.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37162026-07-02T20:53:20.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37172026-07-02T20:53:20.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37182026-07-02T20:53:20.909Z
37192026-07-02T20:53:20.909Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/299)
37202026-07-02T20:53:21.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37212026-07-02T20:53:21.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37222026-07-02T20:53:21.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37232026-07-02T20:53:21.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37242026-07-02T20:53:21.462Z
37252026-07-02T20:53:21.462Zinfo: running `cargo check --bins` on key-manager (199/299)
37262026-07-02T20:53:21.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37272026-07-02T20:53:21.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37282026-07-02T20:53:21.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37292026-07-02T20:53:21.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37302026-07-02T20:53:21.992Z
37312026-07-02T20:53:21.993Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/299)
37322026-07-02T20:53:22.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37332026-07-02T20:53:22.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37342026-07-02T20:53:22.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37352026-07-02T20:53:22.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37362026-07-02T20:53:22.541Z
37372026-07-02T20:53:22.542Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/299)
37382026-07-02T20:53:23.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37392026-07-02T20:53:23.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37402026-07-02T20:53:23.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37412026-07-02T20:53:23.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37422026-07-02T20:53:23.086Z
37432026-07-02T20:53:23.086Zinfo: running `cargo check --bins` on typed-rng (202/299)
37442026-07-02T20:53:23.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37452026-07-02T20:53:23.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37462026-07-02T20:53:23.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37472026-07-02T20:53:23.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
37482026-07-02T20:53:23.600Z
37492026-07-02T20:53:23.600Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/299)
37502026-07-02T20:53:24.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37512026-07-02T20:53:24.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37522026-07-02T20:53:24.387Z Compiling libefi-sys v0.1.0
37532026-07-02T20:53:24.391Z Compiling bitfield-struct v0.6.2
37542026-07-02T20:53:24.526Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37552026-07-02T20:53:24.537Z Compiling xshell-macros v0.2.7
37562026-07-02T20:53:24.544Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37572026-07-02T20:53:24.555Z Compiling salty v0.3.0
37582026-07-02T20:53:24.569Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37592026-07-02T20:53:24.584Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37602026-07-02T20:53:24.584Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37612026-07-02T20:53:24.704Z Checking rfc6979 v0.4.0
37622026-07-02T20:53:24.828Z Checking ecdsa v0.16.9
37632026-07-02T20:53:24.853Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37642026-07-02T20:53:24.893Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37652026-07-02T20:53:24.915Z Checking xshell v0.2.7
37662026-07-02T20:53:25.023Z Checking primeorder v0.13.6
37672026-07-02T20:53:25.038Z Compiling proc-macro-error-attr2 v2.0.0
37682026-07-02T20:53:25.053Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37692026-07-02T20:53:25.069Z Checking tungstenite v0.21.0
37702026-07-02T20:53:25.141Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37712026-07-02T20:53:25.162Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37722026-07-02T20:53:25.213Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37732026-07-02T20:53:25.266Z Checking p384 v0.13.1
37742026-07-02T20:53:25.284Z Compiling num-derive v0.3.3
37752026-07-02T20:53:25.372Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37762026-07-02T20:53:25.441Z Compiling proc-macro-error2 v2.0.1
37772026-07-02T20:53:25.494Z Checking tokio-tungstenite v0.21.0
37782026-07-02T20:53:25.555Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37792026-07-02T20:53:25.584Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37802026-07-02T20:53:25.604Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37812026-07-02T20:53:25.672Z Checking papergrid v0.17.0
37822026-07-02T20:53:25.744Z Compiling tabled_derive v0.11.0
37832026-07-02T20:53:25.773Z Compiling progenitor-impl v0.13.0
37842026-07-02T20:53:25.796Z Checking testing_table v0.3.0
37852026-07-02T20:53:25.870Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37862026-07-02T20:53:25.888Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
37872026-07-02T20:53:25.919Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37882026-07-02T20:53:26.104Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37892026-07-02T20:53:26.119Z Compiling illumos-nvpair-sys v0.2.0
37902026-07-02T20:53:26.181Z Checking libscf-sys v1.1.0
37912026-07-02T20:53:26.313Z Compiling unicase v2.9.0
37922026-07-02T20:53:26.317Z Checking corncobs v0.1.4
37932026-07-02T20:53:26.415Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37942026-07-02T20:53:26.453Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37952026-07-02T20:53:26.482Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37962026-07-02T20:53:26.502Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37972026-07-02T20:53:26.516Z Compiling mime_guess v2.0.5
37982026-07-02T20:53:26.616Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37992026-07-02T20:53:26.636Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38002026-07-02T20:53:26.829Z Checking progenitor-client v0.13.0
38012026-07-02T20:53:26.922Z Checking tabled v0.20.0
38022026-07-02T20:53:27.065Z Checking secrecy v0.8.0
38032026-07-02T20:53:27.100Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38042026-07-02T20:53:27.182Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38052026-07-02T20:53:27.222Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38062026-07-02T20:53:27.356Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38072026-07-02T20:53:27.575Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38082026-07-02T20:53:27.636Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38092026-07-02T20:53:27.652Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38102026-07-02T20:53:27.681Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38112026-07-02T20:53:27.784Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38122026-07-02T20:53:27.916Z Checking filetime v0.2.27
38132026-07-02T20:53:27.950Z Checking xattr v1.6.1
38142026-07-02T20:53:28.054Z Checking http-range v0.1.5
38152026-07-02T20:53:28.122Z Checking crc8 v0.1.1
38162026-07-02T20:53:28.190Z Checking tar v0.4.45
38172026-07-02T20:53:28.219Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38182026-07-02T20:53:28.331Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38192026-07-02T20:53:28.347Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38202026-07-02T20:53:28.362Z Compiling progenitor-macro v0.13.0
38212026-07-02T20:53:28.413Z Checking illumos-nvpair v0.3.0
38222026-07-02T20:53:28.578Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38232026-07-02T20:53:28.582Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38242026-07-02T20:53:28.701Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38252026-07-02T20:53:28.961Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38262026-07-02T20:53:28.983Z Checking atty v0.2.14
38272026-07-02T20:53:29.028Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38282026-07-02T20:53:29.042Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38292026-07-02T20:53:29.078Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38302026-07-02T20:53:29.094Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38312026-07-02T20:53:29.316Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38322026-07-02T20:53:29.337Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38332026-07-02T20:53:29.365Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38342026-07-02T20:53:29.530Z Checking hyper-staticfile v0.10.1
38352026-07-02T20:53:29.546Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38362026-07-02T20:53:29.714Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38372026-07-02T20:53:29.760Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38382026-07-02T20:53:29.824Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38392026-07-02T20:53:29.969Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38402026-07-02T20:53:30.087Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38412026-07-02T20:53:30.245Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38422026-07-02T20:53:30.391Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38432026-07-02T20:53:30.773Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38442026-07-02T20:53:31.280Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38452026-07-02T20:53:31.758Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38462026-07-02T20:53:32.163Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38472026-07-02T20:53:32.545Z Checking progenitor v0.13.0
38482026-07-02T20:53:32.681Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38492026-07-02T20:53:34.606Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38502026-07-02T20:53:37.996Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38512026-07-02T20:53:48.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.32s
38522026-07-02T20:53:49.135Z
38532026-07-02T20:53:49.135Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/299)
38542026-07-02T20:53:49.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-07-02T20:53:49.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-07-02T20:53:49.860Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38572026-07-02T20:54:00.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.53s
38582026-07-02T20:54:00.870Z
38592026-07-02T20:54:00.870Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/299)
38602026-07-02T20:54:01.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-07-02T20:54:01.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-07-02T20:54:01.605Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38632026-07-02T20:54:12.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.53s
38642026-07-02T20:54:12.605Z
38652026-07-02T20:54:12.605Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/299)
38662026-07-02T20:54:13.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-07-02T20:54:13.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-07-02T20:54:13.335Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38692026-07-02T20:54:24.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s
38702026-07-02T20:54:24.239Z
38712026-07-02T20:54:24.239Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/299)
38722026-07-02T20:54:24.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-07-02T20:54:24.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-07-02T20:54:24.969Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38752026-07-02T20:54:35.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s
38762026-07-02T20:54:35.874Z
38772026-07-02T20:54:35.874Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/299)
38782026-07-02T20:54:36.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-07-02T20:54:36.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-07-02T20:54:36.608Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38812026-07-02T20:54:47.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s
38822026-07-02T20:54:47.509Z
38832026-07-02T20:54:47.510Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/299)
38842026-07-02T20:54:48.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-07-02T20:54:48.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-07-02T20:54:48.238Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38872026-07-02T20:54:58.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
38882026-07-02T20:54:59.119Z
38892026-07-02T20:54:59.119Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/299)
38902026-07-02T20:54:59.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-07-02T20:54:59.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-07-02T20:54:59.849Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38932026-07-02T20:55:10.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
38942026-07-02T20:55:10.733Z
38952026-07-02T20:55:10.733Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/299)
38962026-07-02T20:55:11.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-07-02T20:55:11.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-07-02T20:55:11.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992026-07-02T20:55:11.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39002026-07-02T20:55:11.280Z
39012026-07-02T20:55:11.280Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/299)
39022026-07-02T20:55:11.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-07-02T20:55:11.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-07-02T20:55:11.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052026-07-02T20:55:11.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39062026-07-02T20:55:11.822Z
39072026-07-02T20:55:11.823Zinfo: running `cargo check --bins` on range-requests (213/299)
39082026-07-02T20:55:12.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-07-02T20:55:12.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-07-02T20:55:12.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39112026-07-02T20:55:12.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39122026-07-02T20:55:12.353Z
39132026-07-02T20:55:12.353Zinfo: running `cargo check --bins` on repo-depot-api (214/299)
39142026-07-02T20:55:12.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39152026-07-02T20:55:12.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39162026-07-02T20:55:12.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39172026-07-02T20:55:12.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39182026-07-02T20:55:12.884Z
39192026-07-02T20:55:12.884Zinfo: running `cargo check --bins` on sled-agent-api (215/299)
39202026-07-02T20:55:13.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39212026-07-02T20:55:13.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39222026-07-02T20:55:13.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39232026-07-02T20:55:13.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39242026-07-02T20:55:13.442Z
39252026-07-02T20:55:13.442Zinfo: running `cargo check --bins` on sled-diagnostics (216/299)
39262026-07-02T20:55:13.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39272026-07-02T20:55:13.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39282026-07-02T20:55:13.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39292026-07-02T20:55:13.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39302026-07-02T20:55:13.996Z
39312026-07-02T20:55:13.996Zinfo: running `cargo check --bins` on zfs-test-harness (217/299)
39322026-07-02T20:55:14.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39332026-07-02T20:55:14.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39342026-07-02T20:55:14.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39352026-07-02T20:55:14.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39362026-07-02T20:55:14.553Z
39372026-07-02T20:55:14.553Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/299)
39382026-07-02T20:55:15.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-07-02T20:55:15.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-07-02T20:55:15.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39412026-07-02T20:55:15.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39422026-07-02T20:55:15.117Z
39432026-07-02T20:55:15.117Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/299)
39442026-07-02T20:55:15.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-07-02T20:55:15.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-07-02T20:55:15.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39472026-07-02T20:55:15.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39482026-07-02T20:55:15.678Z
39492026-07-02T20:55:15.678Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/299)
39502026-07-02T20:55:16.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-07-02T20:55:16.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-07-02T20:55:16.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39532026-07-02T20:55:16.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39542026-07-02T20:55:16.239Z
39552026-07-02T20:55:16.239Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/299)
39562026-07-02T20:55:16.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-07-02T20:55:16.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-07-02T20:55:16.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39592026-07-02T20:55:16.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39602026-07-02T20:55:16.794Z
39612026-07-02T20:55:16.794Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/299)
39622026-07-02T20:55:17.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-07-02T20:55:17.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-07-02T20:55:17.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39652026-07-02T20:55:17.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39662026-07-02T20:55:17.356Z
39672026-07-02T20:55:17.356Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/299)
39682026-07-02T20:55:17.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-07-02T20:55:17.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-07-02T20:55:17.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39712026-07-02T20:55:17.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39722026-07-02T20:55:17.921Z
39732026-07-02T20:55:17.921Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/299)
39742026-07-02T20:55:18.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-07-02T20:55:18.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-07-02T20:55:18.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39772026-07-02T20:55:18.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39782026-07-02T20:55:18.487Z
39792026-07-02T20:55:18.487Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/299)
39802026-07-02T20:55:18.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39812026-07-02T20:55:18.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39822026-07-02T20:55:18.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39832026-07-02T20:55:18.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39842026-07-02T20:55:19.081Z
39852026-07-02T20:55:19.081Zinfo: running `cargo check --bins` on trust-quorum (226/299)
39862026-07-02T20:55:19.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-07-02T20:55:19.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-07-02T20:55:19.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39892026-07-02T20:55:19.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39902026-07-02T20:55:19.637Z
39912026-07-02T20:55:19.637Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/299)
39922026-07-02T20:55:20.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-07-02T20:55:20.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-07-02T20:55:20.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39952026-07-02T20:55:20.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39962026-07-02T20:55:20.220Z
39972026-07-02T20:55:20.220Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/299)
39982026-07-02T20:55:20.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-07-02T20:55:20.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-07-02T20:55:20.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40012026-07-02T20:55:20.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40022026-07-02T20:55:20.813Z
40032026-07-02T20:55:20.813Zinfo: running `cargo check --bins` on update-common (229/299)
40042026-07-02T20:55:21.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-07-02T20:55:21.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-07-02T20:55:21.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40072026-07-02T20:55:21.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40082026-07-02T20:55:21.355Z
40092026-07-02T20:55:21.355Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/299)
40102026-07-02T20:55:21.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-07-02T20:55:21.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-07-02T20:55:21.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40132026-07-02T20:55:21.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40142026-07-02T20:55:21.938Z
40152026-07-02T20:55:21.938Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/299)
40162026-07-02T20:55:22.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-07-02T20:55:22.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-07-02T20:55:22.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40192026-07-02T20:55:22.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40202026-07-02T20:55:22.457Z
40212026-07-02T20:55:22.457Zinfo: running `cargo check --bins` on reconfigurator-cli (232/299)
40222026-07-02T20:55:22.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-07-02T20:55:22.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-07-02T20:55:23.178Z Compiling fs-err v2.11.0
40252026-07-02T20:55:23.181Z Checking ignore v0.4.25
40262026-07-02T20:55:23.181Z Checking arc-swap v1.8.2
40272026-07-02T20:55:23.312Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40282026-07-02T20:55:23.312Z Checking predicates-tree v1.0.13
40292026-07-02T20:55:23.329Z Checking parse-size v1.1.0
40302026-07-02T20:55:23.342Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40312026-07-02T20:55:23.345Z Checking rand_seeder v0.4.0
40322026-07-02T20:55:23.416Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40332026-07-02T20:55:23.437Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40342026-07-02T20:55:23.491Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40352026-07-02T20:55:23.504Z Checking slog-scope v4.4.1
40362026-07-02T20:55:23.550Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40372026-07-02T20:55:23.626Z Checking slog-stdlog v4.1.1
40382026-07-02T20:55:23.641Z Compiling petname v2.0.2
40392026-07-02T20:55:23.654Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40402026-07-02T20:55:23.682Z Checking globwalk v0.9.1
40412026-07-02T20:55:23.734Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40422026-07-02T20:55:23.748Z Checking slog-envlogger v2.2.0
40432026-07-02T20:55:23.851Z Checking camino-tempfile-ext v0.3.3
40442026-07-02T20:55:23.892Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40452026-07-02T20:55:23.947Z Checking sapling-renderdag v0.1.0
40462026-07-02T20:55:24.039Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40472026-07-02T20:55:24.091Z Checking subprocess v0.2.15
40482026-07-02T20:55:24.182Z Checking sync-ptr v0.1.4
40492026-07-02T20:55:24.257Z Checking colored v2.2.0
40502026-07-02T20:55:24.296Z Checking assert_matches v1.5.0
40512026-07-02T20:55:24.372Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40522026-07-02T20:55:24.534Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40532026-07-02T20:55:24.538Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40542026-07-02T20:55:25.238Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40552026-07-02T20:55:26.528Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40562026-07-02T20:55:28.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.21s
40572026-07-02T20:55:28.868Z
40582026-07-02T20:55:28.868Zinfo: running `cargo check --bins` on omicron-repl-utils (233/299)
40592026-07-02T20:55:29.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-07-02T20:55:29.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-07-02T20:55:29.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40622026-07-02T20:55:29.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40632026-07-02T20:55:29.391Z
40642026-07-02T20:55:29.391Zinfo: running `cargo check --bins` on transient-dns-server (234/299)
40652026-07-02T20:55:29.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-07-02T20:55:29.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-07-02T20:55:29.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40682026-07-02T20:55:29.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40692026-07-02T20:55:29.938Z
40702026-07-02T20:55:29.938Zinfo: running `cargo check --bins` on nexus-test-interface (235/299)
40712026-07-02T20:55:30.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40722026-07-02T20:55:30.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40732026-07-02T20:55:30.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40742026-07-02T20:55:30.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40752026-07-02T20:55:30.531Z
40762026-07-02T20:55:30.531Zinfo: running `cargo check --bins` on oximeter-collector (236/299)
40772026-07-02T20:55:31.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40782026-07-02T20:55:31.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40792026-07-02T20:55:31.205Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40802026-07-02T20:55:31.205Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40812026-07-02T20:55:31.822Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40822026-07-02T20:55:33.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.85s
40832026-07-02T20:55:33.570Z
40842026-07-02T20:55:33.571Zinfo: running `cargo check --bins` on oximeter-api (237/299)
40852026-07-02T20:55:34.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40862026-07-02T20:55:34.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40872026-07-02T20:55:34.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40882026-07-02T20:55:34.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40892026-07-02T20:55:34.112Z
40902026-07-02T20:55:34.112Zinfo: running `cargo check --bins` on cert-dev (238/299)
40912026-07-02T20:55:34.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40922026-07-02T20:55:34.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40932026-07-02T20:55:34.667Z Checking yasna v0.5.2
40942026-07-02T20:55:35.063Z Checking rcgen v0.12.1
40952026-07-02T20:55:35.317Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40962026-07-02T20:55:35.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
40972026-07-02T20:55:35.664Z
40982026-07-02T20:55:35.664Zinfo: running `cargo check --bins` on clickana (239/299)
40992026-07-02T20:55:36.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41002026-07-02T20:55:36.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41012026-07-02T20:55:36.255Z Compiling darling_core v0.23.0
41022026-07-02T20:55:36.359Z Compiling instability v0.3.11
41032026-07-02T20:55:36.363Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41042026-07-02T20:55:36.375Z Checking castaway v0.2.4
41052026-07-02T20:55:36.379Z Compiling indoc v2.0.7
41062026-07-02T20:55:36.390Z Checking unicode-truncate v1.1.0
41072026-07-02T20:55:36.394Z Checking lru v0.12.5
41082026-07-02T20:55:36.394Z Checking cassowary v0.3.0
41092026-07-02T20:55:36.463Z Checking compact_str v0.8.1
41102026-07-02T20:55:37.653Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41112026-07-02T20:55:37.785Z Compiling darling_macro v0.23.0
41122026-07-02T20:55:37.817Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41132026-07-02T20:55:38.211Z Compiling darling v0.23.0
41142026-07-02T20:55:38.834Z Checking ratatui v0.29.0
41152026-07-02T20:55:39.874Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41162026-07-02T20:55:40.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.84s
41172026-07-02T20:55:40.681Z
41182026-07-02T20:55:40.681Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/299)
41192026-07-02T20:55:41.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41202026-07-02T20:55:41.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41212026-07-02T20:55:41.347Z Checking headers-core v0.3.0
41222026-07-02T20:55:41.351Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41232026-07-02T20:55:41.535Z Checking headers v0.4.1
41242026-07-02T20:55:41.896Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41252026-07-02T20:55:42.756Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41262026-07-02T20:55:43.226Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41272026-07-02T20:55:43.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.93s
41282026-07-02T20:55:43.803Z
41292026-07-02T20:55:43.804Zinfo: running `cargo check --bins` on ch-dev (241/299)
41302026-07-02T20:55:44.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41312026-07-02T20:55:44.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41322026-07-02T20:55:44.469Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41332026-07-02T20:55:45.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
41342026-07-02T20:55:45.382Z
41352026-07-02T20:55:45.382Zinfo: running `cargo check --bins` on dev-tools-common (242/299)
41362026-07-02T20:55:45.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41372026-07-02T20:55:45.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41382026-07-02T20:55:45.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41392026-07-02T20:55:45.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
41402026-07-02T20:55:45.780Z
41412026-07-02T20:55:45.780Zinfo: running `cargo check --bins` on crdb-seed (243/299)
41422026-07-02T20:55:46.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41432026-07-02T20:55:46.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41442026-07-02T20:55:46.442Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41452026-07-02T20:55:47.428Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41462026-07-02T20:55:47.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s
41472026-07-02T20:55:47.930Z
41482026-07-02T20:55:47.930Zinfo: running `cargo check --bins` on db-dev (244/299)
41492026-07-02T20:55:48.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-07-02T20:55:48.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-07-02T20:55:48.593Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41522026-07-02T20:55:49.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
41532026-07-02T20:55:49.515Z
41542026-07-02T20:55:49.515Zinfo: running `cargo check --bins` on omicron-dev-lib (245/299)
41552026-07-02T20:55:49.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-07-02T20:55:50.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-07-02T20:55:50.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41582026-07-02T20:55:50.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41592026-07-02T20:55:50.089Z
41602026-07-02T20:55:50.089Zinfo: running `cargo check --bins` on xtask-downloader (246/299)
41612026-07-02T20:55:50.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41622026-07-02T20:55:50.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41632026-07-02T20:55:50.642Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41642026-07-02T20:55:51.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
41652026-07-02T20:55:51.472Z
41662026-07-02T20:55:51.472Zinfo: running `cargo check --bins` on omicron-dropshot-apis (247/299)
41672026-07-02T20:55:51.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41682026-07-02T20:55:51.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41692026-07-02T20:55:52.173Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41702026-07-02T20:55:52.174Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41712026-07-02T20:55:52.177Z Checking git-stub v1.0.0
41722026-07-02T20:55:52.177Z Compiling trait-variant v0.1.2
41732026-07-02T20:55:52.300Z Checking is_ci v1.2.0
41742026-07-02T20:55:52.314Z Checking maplit v1.0.2
41752026-07-02T20:55:52.327Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41762026-07-02T20:55:52.330Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41772026-07-02T20:55:52.387Z Checking drift v0.2.0
41782026-07-02T20:55:52.390Z Checking supports-color v3.0.2
41792026-07-02T20:55:52.426Z Checking git-stub-vcs v0.1.0
41802026-07-02T20:55:52.520Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41812026-07-02T20:55:52.540Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41822026-07-02T20:55:52.548Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41832026-07-02T20:55:52.618Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41842026-07-02T20:55:52.743Z Checking dropshot-api-manager v0.7.2
41852026-07-02T20:55:52.754Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41862026-07-02T20:55:52.793Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41872026-07-02T20:55:52.826Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41882026-07-02T20:55:53.010Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41892026-07-02T20:55:53.554Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41902026-07-02T20:55:54.476Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41912026-07-02T20:55:55.659Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41922026-07-02T20:55:56.262Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41932026-07-02T20:55:56.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.20s
41942026-07-02T20:55:56.873Z
41952026-07-02T20:55:56.873Zinfo: running `cargo check --bins` on installinator-api (248/299)
41962026-07-02T20:55:57.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41972026-07-02T20:55:57.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41982026-07-02T20:55:57.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41992026-07-02T20:55:57.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42002026-07-02T20:55:57.416Z
42012026-07-02T20:55:57.416Zinfo: running `cargo check --bins` on nexus-external-api (249/299)
42022026-07-02T20:55:57.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42032026-07-02T20:55:57.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42042026-07-02T20:55:57.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42052026-07-02T20:55:57.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42062026-07-02T20:55:57.988Z
42072026-07-02T20:55:57.988Zinfo: running `cargo check --bins` on nexus-internal-api (250/299)
42082026-07-02T20:55:58.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42092026-07-02T20:55:58.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42102026-07-02T20:55:58.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42112026-07-02T20:55:58.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42122026-07-02T20:55:58.561Z
42132026-07-02T20:55:58.561Zinfo: running `cargo check --bins` on nexus-lockstep-api (251/299)
42142026-07-02T20:55:59.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42152026-07-02T20:55:59.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42162026-07-02T20:55:59.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42172026-07-02T20:55:59.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42182026-07-02T20:55:59.134Z
42192026-07-02T20:55:59.134Zinfo: running `cargo check --bins` on ntp-admin-api (252/299)
42202026-07-02T20:55:59.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42212026-07-02T20:55:59.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42222026-07-02T20:55:59.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42232026-07-02T20:55:59.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42242026-07-02T20:55:59.672Z
42252026-07-02T20:55:59.672Zinfo: running `cargo check --bins` on ntp-admin-types-versions (253/299)
42262026-07-02T20:56:00.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42272026-07-02T20:56:00.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42282026-07-02T20:56:00.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42292026-07-02T20:56:00.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42302026-07-02T20:56:00.192Z
42312026-07-02T20:56:00.192Zinfo: running `cargo check --bins` on wicketd-api (254/299)
42322026-07-02T20:56:00.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42332026-07-02T20:56:00.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42342026-07-02T20:56:00.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42352026-07-02T20:56:00.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42362026-07-02T20:56:00.735Z
42372026-07-02T20:56:00.735Zinfo: running `cargo check --bins` on omicron-ls-apis (255/299)
42382026-07-02T20:56:01.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42392026-07-02T20:56:01.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42402026-07-02T20:56:01.324Z Checking cargo-platform v0.3.2
42412026-07-02T20:56:01.343Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42422026-07-02T20:56:01.528Z Checking cargo_metadata v0.23.1
42432026-07-02T20:56:02.118Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42442026-07-02T20:56:02.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s
42452026-07-02T20:56:02.996Z
42462026-07-02T20:56:02.996Zinfo: running `cargo check --bins` on mgs-dev (256/299)
42472026-07-02T20:56:03.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-07-02T20:56:03.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-07-02T20:56:03.677Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42502026-07-02T20:56:04.270Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42512026-07-02T20:56:04.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
42522026-07-02T20:56:04.946Z
42532026-07-02T20:56:04.946Zinfo: running `cargo check --bins` on omicron-omdb (257/299)
42542026-07-02T20:56:05.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42552026-07-02T20:56:05.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42562026-07-02T20:56:05.846Z Compiling vergen-lib v0.1.6
42572026-07-02T20:56:05.847Z Compiling diesel_derives v2.3.7
42582026-07-02T20:56:05.847Z Compiling dsl_auto_type v0.2.0
42592026-07-02T20:56:05.847Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42602026-07-02T20:56:05.852Z Checking scheduled-thread-pool v0.2.7
42612026-07-02T20:56:05.852Z Compiling vergen-gitcl v1.0.8
42622026-07-02T20:56:05.852Z Compiling diesel_table_macro_syntax v0.3.0
42632026-07-02T20:56:06.031Z Compiling dirs-sys-next v0.1.2
42642026-07-02T20:56:06.152Z Compiling crunchy v0.2.4
42652026-07-02T20:56:06.194Z Compiling glob v0.3.3
42662026-07-02T20:56:06.258Z Compiling dirs-next v2.0.0
42672026-07-02T20:56:06.272Z Checking r2d2 v0.8.10
42682026-07-02T20:56:06.334Z Compiling tiny-keccak v2.0.2
42692026-07-02T20:56:06.369Z Checking downcast-rs v2.0.2
42702026-07-02T20:56:06.464Z Compiling term v0.7.0
42712026-07-02T20:56:06.537Z Compiling bit-vec v0.6.3
42722026-07-02T20:56:06.569Z Compiling clang-sys v1.8.1
42732026-07-02T20:56:06.588Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42742026-07-02T20:56:06.751Z Compiling bit-set v0.5.3
42752026-07-02T20:56:06.789Z Compiling ascii-canvas v3.0.0
42762026-07-02T20:56:06.908Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42772026-07-02T20:56:06.954Z Compiling itertools v0.10.5
42782026-07-02T20:56:07.012Z Compiling ena v0.14.4
42792026-07-02T20:56:07.035Z Compiling libloading v0.8.9
42802026-07-02T20:56:07.062Z Compiling bindgen v0.71.1
42812026-07-02T20:56:07.091Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42822026-07-02T20:56:07.092Z Compiling regex-syntax v0.6.29
42832026-07-02T20:56:07.219Z Compiling diff v0.1.13
42842026-07-02T20:56:07.510Z Compiling cexpr v0.6.0
42852026-07-02T20:56:07.554Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42862026-07-02T20:56:07.714Z Compiling rustc-hash v2.1.1
42872026-07-02T20:56:07.842Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42882026-07-02T20:56:07.932Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42892026-07-02T20:56:08.035Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42902026-07-02T20:56:08.184Z Compiling libxml v0.3.3
42912026-07-02T20:56:08.270Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42922026-07-02T20:56:08.294Z Compiling strum_macros v0.24.3
42932026-07-02T20:56:08.428Z Compiling lalrpop v0.19.12
42942026-07-02T20:56:08.482Z Compiling indoc v1.0.9
42952026-07-02T20:56:09.204Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42962026-07-02T20:56:09.404Z Checking derive_builder v0.20.2
42972026-07-02T20:56:09.527Z Compiling oso-derive v0.27.3
42982026-07-02T20:56:09.641Z Checking quick-xml v0.37.5
42992026-07-02T20:56:09.726Z Compiling impl-trait-for-tuples v0.2.3
43002026-07-02T20:56:10.034Z Checking openssl-probe v0.1.6
43012026-07-02T20:56:10.181Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43022026-07-02T20:56:10.519Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43032026-07-02T20:56:10.732Z Checking bb8 v0.8.6
43042026-07-02T20:56:10.886Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43052026-07-02T20:56:10.913Z Checking nonempty v0.12.0
43062026-07-02T20:56:11.018Z Compiling libz-sys v1.1.24
43072026-07-02T20:56:11.075Z Compiling strsim v0.10.0
43082026-07-02T20:56:11.119Z Compiling libgit2-sys v0.18.3+1.9.2
43092026-07-02T20:56:11.264Z Compiling darling_core v0.13.4
43102026-07-02T20:56:11.418Z Compiling vergen-git2 v9.1.0
43112026-07-02T20:56:11.587Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43122026-07-02T20:56:11.651Z Compiling base64 v0.21.7
43132026-07-02T20:56:11.824Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43142026-07-02T20:56:11.893Z Checking diesel v2.3.7
43152026-07-02T20:56:11.979Z Compiling ron v0.8.1
43162026-07-02T20:56:12.861Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43172026-07-02T20:56:12.984Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43182026-07-02T20:56:13.093Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43192026-07-02T20:56:13.147Z Compiling darling_macro v0.13.4
43202026-07-02T20:56:13.296Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43212026-07-02T20:56:13.500Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43222026-07-02T20:56:13.677Z Compiling darling v0.13.4
43232026-07-02T20:56:13.712Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43242026-07-02T20:56:13.729Z Compiling serde_with_macros v1.5.2
43252026-07-02T20:56:13.905Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43262026-07-02T20:56:14.095Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43272026-07-02T20:56:14.122Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43282026-07-02T20:56:16.203Z Compiling serde_with v1.14.0
43292026-07-02T20:56:16.719Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43302026-07-02T20:56:16.720Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43312026-07-02T20:56:16.720Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43322026-07-02T20:56:16.841Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43332026-07-02T20:56:16.854Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43342026-07-02T20:56:16.869Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43352026-07-02T20:56:17.175Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43362026-07-02T20:56:17.338Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43372026-07-02T20:56:17.356Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43382026-07-02T20:56:17.824Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43392026-07-02T20:56:18.045Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43402026-07-02T20:56:18.267Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43412026-07-02T20:56:18.416Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43422026-07-02T20:56:18.627Z Checking twox-hash v2.1.2
43432026-07-02T20:56:18.646Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43442026-07-02T20:56:18.847Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43452026-07-02T20:56:18.924Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43462026-07-02T20:56:19.498Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43472026-07-02T20:56:19.654Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43482026-07-02T20:56:20.520Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43492026-07-02T20:56:20.952Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43502026-07-02T20:56:20.981Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43512026-07-02T20:56:21.613Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43522026-07-02T20:56:21.632Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43532026-07-02T20:56:21.834Z Checking console v0.16.2
43542026-07-02T20:56:22.156Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43552026-07-02T20:56:22.308Z Checking fatfs v0.3.6
43562026-07-02T20:56:22.614Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43572026-07-02T20:56:22.793Z Compiling seq-macro v0.3.6
43582026-07-02T20:56:23.305Z Checking unit-prefix v0.5.2
43592026-07-02T20:56:23.446Z Checking indicatif v0.18.4
43602026-07-02T20:56:23.682Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43612026-07-02T20:56:23.837Z Checking support-bundle-viewer v0.1.2
43622026-07-02T20:56:23.944Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43632026-07-02T20:56:24.085Z Checking multimap v0.10.1
43642026-07-02T20:56:30.435Z Checking async-bb8-diesel v0.2.1
43652026-07-02T20:56:30.443Z Checking diesel-dtrace v0.5.0
43662026-07-02T20:56:32.509Z Compiling samael v0.0.19
43672026-07-02T20:56:35.169Z Compiling git2 v0.20.4
43682026-07-02T20:56:38.576Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43692026-07-02T20:56:39.566Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43702026-07-02T20:56:41.485Z Compiling polar-core v0.27.3
43712026-07-02T20:56:46.061Z Checking oso v0.27.3
43722026-07-02T20:57:14.732Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43732026-07-02T20:58:27.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s
43742026-07-02T20:58:28.017Z
43752026-07-02T20:58:28.017Zinfo: running `cargo check --bins` on nexus-networking (258/299)
43762026-07-02T20:58:28.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43772026-07-02T20:58:28.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43782026-07-02T20:58:28.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43792026-07-02T20:58:28.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43802026-07-02T20:58:28.653Z
43812026-07-02T20:58:28.654Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (259/299)
43822026-07-02T20:58:29.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43832026-07-02T20:58:29.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43842026-07-02T20:58:29.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43852026-07-02T20:58:29.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43862026-07-02T20:58:29.253Z
43872026-07-02T20:58:29.253Zinfo: running `cargo check --bins` on nexus-saga-recovery (260/299)
43882026-07-02T20:58:29.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43892026-07-02T20:58:29.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43902026-07-02T20:58:29.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43912026-07-02T20:58:29.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43922026-07-02T20:58:29.851Z
43932026-07-02T20:58:29.851Zinfo: running `cargo check --bins` on nexus-test-utils-macros (261/299)
43942026-07-02T20:58:30.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43952026-07-02T20:58:30.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43962026-07-02T20:58:30.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43972026-07-02T20:58:30.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
43982026-07-02T20:58:30.382Z
43992026-07-02T20:58:30.382Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (262/299)
44002026-07-02T20:58:30.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44012026-07-02T20:58:30.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44022026-07-02T20:58:31.172Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44032026-07-02T20:58:31.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
44042026-07-02T20:58:32.109Z
44052026-07-02T20:58:32.109Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/299)
44062026-07-02T20:58:32.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44072026-07-02T20:58:32.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44082026-07-02T20:58:32.896Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44092026-07-02T20:59:10.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.53s
44102026-07-02T20:59:10.857Z
44112026-07-02T20:59:10.857Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (264/299)
44122026-07-02T20:59:11.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44132026-07-02T20:59:11.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44142026-07-02T20:59:11.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44152026-07-02T20:59:11.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
44162026-07-02T20:59:11.389Z
44172026-07-02T20:59:11.389Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (265/299)
44182026-07-02T20:59:11.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44192026-07-02T20:59:11.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44202026-07-02T20:59:11.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44212026-07-02T20:59:11.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
44222026-07-02T20:59:11.924Z
44232026-07-02T20:59:11.924Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (266/299)
44242026-07-02T20:59:12.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44252026-07-02T20:59:12.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44262026-07-02T20:59:12.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44272026-07-02T20:59:12.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44282026-07-02T20:59:12.514Z
44292026-07-02T20:59:12.514Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (267/299)
44302026-07-02T20:59:13.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44312026-07-02T20:59:13.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44322026-07-02T20:59:13.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44332026-07-02T20:59:13.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44342026-07-02T20:59:13.120Z
44352026-07-02T20:59:13.120Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (268/299)
44362026-07-02T20:59:13.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44372026-07-02T20:59:13.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44382026-07-02T20:59:13.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44392026-07-02T20:59:13.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44402026-07-02T20:59:13.720Z
44412026-07-02T20:59:13.720Zinfo: running `cargo check --bins` on nexus-mgs-updates (269/299)
44422026-07-02T20:59:14.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44432026-07-02T20:59:14.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44442026-07-02T20:59:14.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44452026-07-02T20:59:14.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44462026-07-02T20:59:14.305Z
44472026-07-02T20:59:14.305Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (270/299)
44482026-07-02T20:59:14.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44492026-07-02T20:59:14.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44502026-07-02T20:59:14.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44512026-07-02T20:59:14.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44522026-07-02T20:59:14.906Z
44532026-07-02T20:59:14.906Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (271/299)
44542026-07-02T20:59:15.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44552026-07-02T20:59:15.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44562026-07-02T20:59:15.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44572026-07-02T20:59:15.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44582026-07-02T20:59:15.505Z
44592026-07-02T20:59:15.506Zinfo: running `cargo check --bins` on nexus-switch-config (272/299)
44602026-07-02T20:59:15.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44612026-07-02T20:59:15.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44622026-07-02T20:59:15.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44632026-07-02T20:59:15.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44642026-07-02T20:59:16.088Z
44652026-07-02T20:59:16.088Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (273/299)
44662026-07-02T20:59:16.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44672026-07-02T20:59:16.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44682026-07-02T20:59:16.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44692026-07-02T20:59:16.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44702026-07-02T20:59:16.689Z
44712026-07-02T20:59:16.689Zinfo: running `cargo check --bins` on support-bundle-collection (274/299)
44722026-07-02T20:59:17.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44732026-07-02T20:59:17.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44742026-07-02T20:59:17.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44752026-07-02T20:59:17.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44762026-07-02T20:59:17.293Z
44772026-07-02T20:59:17.293Zinfo: running `cargo check --bins` on omicron-dev (275/299)
44782026-07-02T20:59:17.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44792026-07-02T20:59:17.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44802026-07-02T20:59:18.153Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44812026-07-02T20:59:18.153Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44822026-07-02T20:59:18.337Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44832026-07-02T20:59:18.367Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44842026-07-02T20:59:18.384Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44852026-07-02T20:59:18.400Z Checking yansi v1.0.1
44862026-07-02T20:59:18.408Z Checking diff v0.1.13
44872026-07-02T20:59:18.429Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44882026-07-02T20:59:18.493Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44892026-07-02T20:59:18.654Z Checking pretty_assertions v1.4.1
44902026-07-02T20:59:19.326Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44912026-07-02T20:59:19.460Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44922026-07-02T20:59:43.916Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44932026-07-02T20:59:43.921Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44942026-07-02T20:59:43.921Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44952026-07-02T20:59:43.921Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44962026-07-02T20:59:43.921Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44972026-07-02T20:59:43.921Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44982026-07-02T20:59:43.921Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
44992026-07-02T20:59:44.703Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45002026-07-02T20:59:44.706Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45012026-07-02T20:59:45.913Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45022026-07-02T21:00:23.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
45032026-07-02T21:00:23.436Z
45042026-07-02T21:00:23.436Zinfo: running `cargo check --bins` on omicron-pins (276/299)
45052026-07-02T21:00:23.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45062026-07-02T21:00:23.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45072026-07-02T21:00:23.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45082026-07-02T21:00:23.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
45092026-07-02T21:00:23.960Z
45102026-07-02T21:00:23.960Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (277/299)
45112026-07-02T21:00:24.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45122026-07-02T21:00:24.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45132026-07-02T21:00:24.687Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45142026-07-02T21:00:24.806Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45152026-07-02T21:00:24.809Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45162026-07-02T21:00:51.789Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45172026-07-02T21:00:52.156Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45182026-07-02T21:00:53.838Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45192026-07-02T21:00:54.268Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45202026-07-02T21:00:57.213Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45212026-07-02T21:01:20.679Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45222026-07-02T21:01:21.365Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45232026-07-02T21:01:22.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.99s
45242026-07-02T21:01:23.149Z
45252026-07-02T21:01:23.149Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (278/299)
45262026-07-02T21:01:23.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45272026-07-02T21:01:23.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45282026-07-02T21:01:23.821Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45292026-07-02T21:01:24.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45302026-07-02T21:01:24.664Z
45312026-07-02T21:01:24.664Zinfo: running `cargo check --bins` on omicron-releng (279/299)
45322026-07-02T21:01:25.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45332026-07-02T21:01:25.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45342026-07-02T21:01:25.261Z Compiling blake3 v1.8.5
45352026-07-02T21:01:25.367Z Checking constant_time_eq v0.4.2
45362026-07-02T21:01:25.367Z Checking arrayvec v0.7.6
45372026-07-02T21:01:25.378Z Checking arrayref v0.3.9
45382026-07-02T21:01:25.385Z Checking topological-sort v0.2.2
45392026-07-02T21:01:25.388Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45402026-07-02T21:01:25.388Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45412026-07-02T21:01:25.388Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45422026-07-02T21:01:25.432Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45432026-07-02T21:01:25.480Z Checking shell-words v1.1.1
45442026-07-02T21:01:26.274Z Checking omicron-zone-package v0.12.3
45452026-07-02T21:01:27.000Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45462026-07-02T21:01:27.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
45472026-07-02T21:01:28.069Z
45482026-07-02T21:01:28.069Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (280/299)
45492026-07-02T21:01:28.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45502026-07-02T21:01:28.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45512026-07-02T21:01:28.670Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45522026-07-02T21:01:28.984Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45532026-07-02T21:01:29.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
45542026-07-02T21:01:29.545Z
45552026-07-02T21:01:29.545Zinfo: running `cargo check --bins` on schema (281/299)
45562026-07-02T21:01:30.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45572026-07-02T21:01:30.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45582026-07-02T21:01:30.225Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45592026-07-02T21:01:30.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
45602026-07-02T21:01:31.087Z
45612026-07-02T21:01:31.088Zinfo: running `cargo check --bins` on xtask (282/299)
45622026-07-02T21:01:31.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45632026-07-02T21:01:31.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45642026-07-02T21:01:31.476Z Checking serde_core v1.0.228
45652026-07-02T21:01:31.476Z Checking libc v0.2.185
45662026-07-02T21:01:31.479Z Checking bitflags v2.11.0
45672026-07-02T21:01:31.561Z Checking scroll v0.12.0
45682026-07-02T21:01:31.565Z Checking thiserror v1.0.69
45692026-07-02T21:01:31.573Z Checking log v0.4.29
45702026-07-02T21:01:31.581Z Checking indexmap v2.14.0
45712026-07-02T21:01:31.591Z Checking zerocopy v0.7.35
45722026-07-02T21:01:31.657Z Checking syn v2.0.117
45732026-07-02T21:01:31.696Z Checking dtrace-parser v0.2.0
45742026-07-02T21:01:31.717Z Checking once_cell v1.21.3
45752026-07-02T21:01:31.783Z Checking goblin v0.8.2
45762026-07-02T21:01:31.837Z Checking errno v0.3.14
45772026-07-02T21:01:31.888Z Checking thread-id v4.2.2
45782026-07-02T21:01:31.922Z Checking getrandom v0.4.1
45792026-07-02T21:01:31.953Z Checking rustix v1.1.3
45802026-07-02T21:01:31.965Z Checking memmap v0.7.0
45812026-07-02T21:01:32.049Z Checking thiserror v2.0.18
45822026-07-02T21:01:32.086Z Checking fs-err v3.3.0
45832026-07-02T21:01:32.114Z Checking tabled v0.15.0
45842026-07-02T21:01:32.136Z Checking anyhow v1.0.102
45852026-07-02T21:01:32.731Z Checking terminal_size v0.4.3
45862026-07-02T21:01:32.735Z Checking tempfile v3.25.0
45872026-07-02T21:01:32.839Z Checking clap_builder v4.6.0
45882026-07-02T21:01:32.839Z Checking textwrap v0.16.2
45892026-07-02T21:01:33.010Z Checking serde v1.0.228
45902026-07-02T21:01:33.013Z Checking serde_json v1.0.150
45912026-07-02T21:01:33.013Z Checking camino v1.2.2
45922026-07-02T21:01:33.049Z Checking semver v1.0.28
45932026-07-02T21:01:33.175Z Checking cargo-platform v0.3.2
45942026-07-02T21:01:33.263Z Checking camino-tempfile v1.4.1
45952026-07-02T21:01:33.421Z Checking serde_spanned v0.6.9
45962026-07-02T21:01:33.421Z Checking toml_datetime v0.6.11
45972026-07-02T21:01:33.424Z Checking macaddr v1.0.1
45982026-07-02T21:01:33.424Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45992026-07-02T21:01:33.595Z Checking toml_edit v0.22.27
46002026-07-02T21:01:33.605Z Checking cargo_metadata v0.23.1
46012026-07-02T21:01:33.613Z Checking dof v0.3.0
46022026-07-02T21:01:33.868Z Checking usdt-impl v0.5.0
46032026-07-02T21:01:34.036Z Checking clap v4.6.1
46042026-07-02T21:01:34.124Z Checking usdt v0.5.0
46052026-07-02T21:01:34.579Z Checking toml v0.8.23
46062026-07-02T21:01:34.838Z Checking cargo_toml v0.21.0
46072026-07-02T21:01:35.480Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46082026-07-02T21:01:35.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.77s
46092026-07-02T21:01:35.961Z
46102026-07-02T21:01:35.961Zinfo: running `cargo check --bins` on dnsadm (283/299)
46112026-07-02T21:01:36.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46122026-07-02T21:01:36.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46132026-07-02T21:01:36.549Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46142026-07-02T21:01:37.006Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46152026-07-02T21:01:37.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
46162026-07-02T21:01:37.556Z
46172026-07-02T21:01:37.556Zinfo: running `cargo check --bins` on end-to-end-tests (284/299)
46182026-07-02T21:01:38.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46192026-07-02T21:01:38.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46202026-07-02T21:01:38.318Z Checking cpubits v0.1.1
46212026-07-02T21:01:38.322Z Checking pem-rfc7468 v1.0.0
46222026-07-02T21:01:38.454Z Checking hmac v0.13.0
46232026-07-02T21:01:38.462Z Checking universal-hash v0.6.1
46242026-07-02T21:01:38.475Z Checking ctr v0.10.1
46252026-07-02T21:01:38.475Z Checking aead v0.6.1
46262026-07-02T21:01:38.478Z Checking sha2 v0.11.0
46272026-07-02T21:01:38.515Z Checking aes v0.9.1
46282026-07-02T21:01:38.518Z Checking crypto-bigint v0.7.5
46292026-07-02T21:01:38.572Z Checking polyval v0.7.1
46302026-07-02T21:01:38.586Z Checking der v0.8.0
46312026-07-02T21:01:38.613Z Checking pbkdf2 v0.13.0
46322026-07-02T21:01:38.624Z Checking cbc v0.2.1
46332026-07-02T21:01:38.652Z Checking salsa20 v0.11.0
46342026-07-02T21:01:38.734Z Checking ghash v0.6.0
46352026-07-02T21:01:38.756Z Checking ff v0.14.0
46362026-07-02T21:01:38.783Z Checking signature v3.0.0
46372026-07-02T21:01:38.799Z Checking base16ct v1.0.0
46382026-07-02T21:01:38.854Z Checking hkdf v0.13.0
46392026-07-02T21:01:38.889Z Checking group v0.14.0
46402026-07-02T21:01:38.922Z Checking aes-gcm v0.11.0
46412026-07-02T21:01:38.940Z Checking rfc6979 v0.5.0
46422026-07-02T21:01:38.958Z Compiling curve25519-dalek v5.0.0-rc.0
46432026-07-02T21:01:38.990Z Checking poly1305 v0.9.0
46442026-07-02T21:01:39.036Z Checking blowfish v0.10.0
46452026-07-02T21:01:39.073Z Checking blake2 v0.11.0-rc.6
46462026-07-02T21:01:39.088Z Checking keccak v0.2.0
46472026-07-02T21:01:39.186Z Checking fiat-crypto v0.3.0
46482026-07-02T21:01:39.201Z Checking scrypt v0.12.0
46492026-07-02T21:01:39.245Z Checking sha3 v0.11.0
46502026-07-02T21:01:39.259Z Checking bcrypt-pbkdf v0.11.0
46512026-07-02T21:01:39.327Z Checking argon2 v0.6.0-rc.8
46522026-07-02T21:01:39.358Z Checking kem v0.3.0
46532026-07-02T21:01:39.373Z Checking spki v0.8.0
46542026-07-02T21:01:39.387Z Checking sec1 v0.8.1
46552026-07-02T21:01:39.469Z Checking module-lattice v0.2.3
46562026-07-02T21:01:39.539Z Checking pkcs5 v0.8.1
46572026-07-02T21:01:39.579Z Checking pkcs1 v0.8.0-rc.4
46582026-07-02T21:01:39.596Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46592026-07-02T21:01:39.630Z Checking internal-russh-num-bigint v0.5.0
46602026-07-02T21:01:39.687Z Checking ml-kem v0.3.2
46612026-07-02T21:01:39.784Z Checking num-bigint v0.4.6
46622026-07-02T21:01:39.802Z Checking generic-array v1.4.3
46632026-07-02T21:01:39.828Z Checking pkcs8 v0.11.0
46642026-07-02T21:01:40.029Z Checking ed25519 v3.0.0
46652026-07-02T21:01:40.204Z Checking russh-util v0.52.0
46662026-07-02T21:01:40.220Z Compiling enum_dispatch v0.3.13
46672026-07-02T21:01:40.234Z Checking ed25519-dalek v3.0.0-rc.0
46682026-07-02T21:01:40.327Z Compiling delegate v0.13.5
46692026-07-02T21:01:40.449Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46702026-07-02T21:01:40.463Z Checking hex-literal v1.1.0
46712026-07-02T21:01:40.482Z Checking md5 v0.8.0
46722026-07-02T21:01:40.583Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46732026-07-02T21:01:40.655Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46742026-07-02T21:01:40.710Z Checking socket2 v0.5.10
46752026-07-02T21:01:40.764Z Checking elliptic-curve v0.14.0-rc.33
46762026-07-02T21:01:40.848Z Checking primefield v0.14.0
46772026-07-02T21:01:40.875Z Checking ssh-encoding v0.3.0-rc.9
46782026-07-02T21:01:40.956Z Checking crypto-primes v0.7.2
46792026-07-02T21:01:41.053Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46802026-07-02T21:01:41.102Z Checking ssh-cipher v0.3.0-rc.9
46812026-07-02T21:01:41.185Z Checking russh-cryptovec v0.61.0
46822026-07-02T21:01:41.227Z Checking primeorder v0.14.0-rc.10
46832026-07-02T21:01:41.280Z Checking ecdsa v0.17.0-rc.18
46842026-07-02T21:01:41.312Z Checking internet-checksum v0.2.1
46852026-07-02T21:01:41.636Z Checking p521 v0.14.0-rc.10
46862026-07-02T21:01:41.636Z Checking p256 v0.14.0-rc.10
46872026-07-02T21:01:41.917Z Checking rsa v0.10.0-rc.18
46882026-07-02T21:01:44.015Z Checking p384 v0.14.0-rc.10
46892026-07-02T21:01:45.909Z Checking ssh-key v0.7.0-rc.10
46902026-07-02T21:01:46.670Z Checking russh v0.61.2
46912026-07-02T21:01:58.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.11s
46922026-07-02T21:01:58.872Z
46932026-07-02T21:01:58.872Zinfo: running `cargo check --bins` on gateway-cli (285/299)
46942026-07-02T21:01:59.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46952026-07-02T21:01:59.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46962026-07-02T21:01:59.468Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46972026-07-02T21:01:59.576Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46982026-07-02T21:01:59.583Z Checking termios v0.3.3
46992026-07-02T21:02:00.774Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
47002026-07-02T21:02:00.918Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
47012026-07-02T21:02:02.580Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47022026-07-02T21:02:03.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.26s
47032026-07-02T21:02:03.303Z
47042026-07-02T21:02:03.303Zinfo: running `cargo check --bins --no-default-features` on installinator (286/299)
47052026-07-02T21:02:03.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47062026-07-02T21:02:03.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47072026-07-02T21:02:03.962Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
47082026-07-02T21:02:03.965Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47092026-07-02T21:02:04.075Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
47102026-07-02T21:02:04.078Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
47112026-07-02T21:02:04.095Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47122026-07-02T21:02:04.098Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47132026-07-02T21:02:04.829Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47142026-07-02T21:02:05.180Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
47152026-07-02T21:02:05.183Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47162026-07-02T21:02:05.811Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47172026-07-02T21:02:07.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
47182026-07-02T21:02:07.623Z
47192026-07-02T21:02:07.623Zinfo: running `cargo check --bins` on internal-dns-cli (287/299)
47202026-07-02T21:02:08.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47212026-07-02T21:02:08.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47222026-07-02T21:02:08.215Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
47232026-07-02T21:02:08.655Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47242026-07-02T21:02:08.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
47252026-07-02T21:02:09.128Z
47262026-07-02T21:02:09.128Zinfo: running `cargo check --bins` on omicron-live-tests (288/299)
47272026-07-02T21:02:09.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47282026-07-02T21:02:09.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47292026-07-02T21:02:09.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47302026-07-02T21:02:09.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47312026-07-02T21:02:09.657Z
47322026-07-02T21:02:09.658Zinfo: running `cargo check --bins` on live-tests-macros (289/299)
47332026-07-02T21:02:10.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47342026-07-02T21:02:10.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47352026-07-02T21:02:10.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47362026-07-02T21:02:10.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47372026-07-02T21:02:10.184Z
47382026-07-02T21:02:10.184Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (290/299)
47392026-07-02T21:02:10.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47402026-07-02T21:02:10.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47412026-07-02T21:02:10.887Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47422026-07-02T21:02:11.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
47432026-07-02T21:02:11.655Z
47442026-07-02T21:02:11.656Zinfo: running `cargo check --bins` on omicron-ntp-admin (291/299)
47452026-07-02T21:02:12.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47462026-07-02T21:02:12.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47472026-07-02T21:02:12.258Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47482026-07-02T21:02:12.263Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47492026-07-02T21:02:12.591Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47502026-07-02T21:02:12.592Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47512026-07-02T21:02:13.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
47522026-07-02T21:02:13.482Z
47532026-07-02T21:02:13.482Zinfo: running `cargo check --bins` on ntp-admin-types (292/299)
47542026-07-02T21:02:13.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47552026-07-02T21:02:13.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47562026-07-02T21:02:13.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47572026-07-02T21:02:13.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47582026-07-02T21:02:14.009Z
47592026-07-02T21:02:14.009Zinfo: running `cargo check --bins` on omicron-package (293/299)
47602026-07-02T21:02:14.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47612026-07-02T21:02:14.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47622026-07-02T21:02:14.638Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47632026-07-02T21:02:15.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
47642026-07-02T21:02:15.870Z
47652026-07-02T21:02:15.870Zinfo: running `cargo check --bins` on tqdb (294/299)
47662026-07-02T21:02:16.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47672026-07-02T21:02:16.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47682026-07-02T21:02:16.602Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47692026-07-02T21:02:16.950Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47702026-07-02T21:02:17.456Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47712026-07-02T21:02:17.459Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47722026-07-02T21:02:23.510Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47732026-07-02T21:02:23.513Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47742026-07-02T21:02:24.082Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47752026-07-02T21:02:24.085Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47762026-07-02T21:02:24.085Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47772026-07-02T21:02:24.086Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47782026-07-02T21:02:24.839Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47792026-07-02T21:02:25.847Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47802026-07-02T21:02:26.641Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47812026-07-02T21:02:27.251Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47822026-07-02T21:02:32.076Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47832026-07-02T21:02:38.648Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47842026-07-02T21:02:38.652Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47852026-07-02T21:02:38.652Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47862026-07-02T21:02:38.652Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47872026-07-02T21:02:40.103Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47882026-07-02T21:02:41.420Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47892026-07-02T21:02:42.086Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47902026-07-02T21:02:43.302Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47912026-07-02T21:02:43.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.96s
47922026-07-02T21:02:44.031Z
47932026-07-02T21:02:44.031Zinfo: running `cargo check --bins` on wicket-dbg (295/299)
47942026-07-02T21:02:44.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47952026-07-02T21:02:44.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47962026-07-02T21:02:44.684Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47972026-07-02T21:02:44.684Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47982026-07-02T21:02:44.687Z Checking rtoolbox v0.0.3
47992026-07-02T21:02:44.687Z Checking tui-tree-widget v0.23.1
48002026-07-02T21:02:44.903Z Checking rpassword v7.4.0
48012026-07-02T21:02:45.971Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48022026-07-02T21:02:49.048Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48032026-07-02T21:02:50.884Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48042026-07-02T21:02:51.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.72s
48052026-07-02T21:02:51.949Z
48062026-07-02T21:02:51.949Zinfo: running `cargo check --bins` on wicket (296/299)
48072026-07-02T21:02:52.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48082026-07-02T21:02:52.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48092026-07-02T21:02:52.584Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48102026-07-02T21:02:52.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
48112026-07-02T21:02:53.102Z
48122026-07-02T21:02:53.102Zinfo: running `cargo check --bins` on wicketd (297/299)
48132026-07-02T21:02:53.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48142026-07-02T21:02:53.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48152026-07-02T21:02:53.766Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
48162026-07-02T21:02:53.769Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48172026-07-02T21:02:53.770Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48182026-07-02T21:02:53.770Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
48192026-07-02T21:02:54.746Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48202026-07-02T21:02:55.308Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48212026-07-02T21:02:58.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.23s
48222026-07-02T21:02:58.523Z
48232026-07-02T21:02:58.523Zinfo: running `cargo check --bins` on omicron-workspace-hack (298/299)
48242026-07-02T21:02:58.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48252026-07-02T21:02:58.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48262026-07-02T21:02:58.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48272026-07-02T21:02:58.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
48282026-07-02T21:02:59.039Z
48292026-07-02T21:02:59.039Zinfo: running `cargo check --bins` on zone-setup (299/299)
48302026-07-02T21:02:59.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48312026-07-02T21:02:59.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48322026-07-02T21:02:59.653Z Checking uzers v0.12.2
48332026-07-02T21:02:59.920Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48342026-07-02T21:03:00.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s
48352026-07-02T21:03:00.845Z
48362026-07-02T21:03:00.845Zreal 13:48.545116358
48372026-07-02T21:03:00.845Zuser 21:02.163312247
48382026-07-02T21:03:00.845Zsys 4:11.710708287
48392026-07-02T21:03:00.845Ztrap 0.335229911
48402026-07-02T21:03:00.846Ztflt 0.671418492
48412026-07-02T21:03:00.846Zdflt 1.180984529
48422026-07-02T21:03:00.846Zkflt 0.005785490
48432026-07-02T21:03:00.849Zlock 1:19:03.730535171
48442026-07-02T21:03:00.849Zslp 1:40:16.077170972
48452026-07-02T21:03:00.849Zlat 55.815515589
48462026-07-02T21:03:00.849Zstop 3:37.221375285
48472026-07-02T21:03:00.849Zprocess exited: duration 952244 ms, exit code 0
 
48482026-07-02T21:03:00.869Zfound 0 output files