01KSAQK2KCNPT9HD1XPFMYWTBG: 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: 01KSAQKCJV3YHZD308E0YN0SQ1

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-23T15:35:50.293Zjob assigned to worker 01KSAQKM13ASMKXHJ63YJWYZCS [factory aws, i-04fb91ef27c997612] (queued for 50 s)
 
22026-05-23T15:35:56.497Zstarting task 0: "setup"
32026-05-23T15:35:56.502Z++ uname -s
42026-05-23T15:35:56.505Z+ kern=SunOS
52026-05-23T15:35:56.505Z+ build_user=build
62026-05-23T15:35:56.505Z+ build_uid=12345
72026-05-23T15:35:56.505Z+ work_dir=/work
82026-05-23T15:35:56.505Z+ input_dir=/input
92026-05-23T15:35:56.505Z+ [[ 0 == 12345 ]]
102026-05-23T15:35:56.505Z+ case "$kern" in
112026-05-23T15:35:56.505Z+ groupadd -g 12345 build
122026-05-23T15:35:56.508Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-23T15:35:58.512Z+ zfs create -o mountpoint=/work rpool/work
142026-05-23T15:35:58.630Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-23T15:35:58.633Z+ home_fs=zfs
162026-05-23T15:35:58.633Z+ [[ zfs == autofs ]]
172026-05-23T15:35:58.633Z+ mkdir -p /home/build
182026-05-23T15:35:58.633Z+ chown build:build /home/build /work
192026-05-23T15:36:00.635Z+ chmod 0700 /home/build /work
202026-05-23T15:36:00.638Zprocess exited: duration 4142 ms, exit code 0
 
212026-05-23T15:36:00.643Zstarting task 1: "rust-toolchain"
222026-05-23T15:36:00.648Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-23T15:36:00.648Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-23T15:36:00.648Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-23T15:36:00.648Z * rust toolchain channel = "1.94.0"
262026-05-23T15:36:00.648Z * rust toolchain profile = "default"
272026-05-23T15:36:00.648Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-23T15:36:00.651Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-23T15:36:00.651Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-23T15:36:00.733Zinfo: downloading installer
312026-05-23T15:36:02.196Zwarn: It looks like you have an existing rustup settings file at:
322026-05-23T15:36:02.196Zwarn: /home/build/.rustup/settings.toml
332026-05-23T15:36:02.196Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-23T15:36:02.196Zwarn: instead of the one inferred from the default host triple.
352026-05-23T15:36:02.208Zinfo: profile set to default
362026-05-23T15:36:02.208Zinfo: default host triple is x86_64-unknown-illumos
372026-05-23T15:36:02.211Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-23T15:36:02.343Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-23T15:36:02.346Zinfo: downloading 6 components
402026-05-23T15:36:16.331Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-23T15:36:16.331Z
422026-05-23T15:36:16.362Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-23T15:36:16.362Z
442026-05-23T15:36:16.362Z
452026-05-23T15:36:16.362ZRust is installed now. Great!
462026-05-23T15:36:16.362Z
472026-05-23T15:36:16.362ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-23T15:36:16.362Zenvironment variable. This has not been done automatically.
492026-05-23T15:36:16.362Z
502026-05-23T15:36:16.362ZTo configure your current shell, you need to source
512026-05-23T15:36:16.362Zthe corresponding env file under $HOME/.cargo.
522026-05-23T15:36:16.362Z
532026-05-23T15:36:16.362ZThis is usually done by running one of the following (note the leading DOT):
542026-05-23T15:36:16.365Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-23T15:36:16.365Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-23T15:36:16.365Zsource "~/.cargo/env.nu" # For nushell
572026-05-23T15:36:16.365Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-23T15:36:16.365Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-23T15:36:16.365Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-23T15:36:16.365Zwarn: no default linker (`cc`) was found in your PATH
612026-05-23T15:36:16.365Zwarn: many Rust crates require a system C toolchain to build
622026-05-23T15:36:16.450Z+ rustup --version
632026-05-23T15:36:16.458Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-23T15:36:16.461Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-23T15:36:16.480Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-23T15:36:16.483Z+ cargo --version
672026-05-23T15:36:16.496Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-23T15:36:16.502Z+ rustc --version
692026-05-23T15:36:16.518Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-23T15:36:16.521Zprocess exited: duration 15876 ms, exit code 0
 
712026-05-23T15:36:16.527Zstarting task 2: "authentication"
722026-05-23T15:36:16.544Zprocess exited: duration 16 ms, exit code 0
 
732026-05-23T15:36:16.550Zstarting task 3: "clone repository"
742026-05-23T15:36:16.553Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-23T15:36:16.556Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-23T15:36:16.597ZCloning into '/work/oxidecomputer/omicron'...
772026-05-23T15:36:26.732Z+ cd /work/oxidecomputer/omicron
782026-05-23T15:36:26.732Z+ git fetch origin 02064d20f7cb6dd1eda05799b621dc965429ad5e
792026-05-23T15:36:26.998ZFrom https://github.com/oxidecomputer/omicron
802026-05-23T15:36:26.999Z * branch 02064d20f7cb6dd1eda05799b621dc965429ad5e -> FETCH_HEAD
812026-05-23T15:36:27.008Z+ [[ -n zl/multicast-m2p-forwarding ]]
822026-05-23T15:36:27.011Z++ git branch --show-current
832026-05-23T15:36:27.012Z+ current=main
842026-05-23T15:36:27.012Z+ [[ main != zl/multicast-m2p-forwarding ]]
852026-05-23T15:36:27.012Z+ git branch -f zl/multicast-m2p-forwarding 02064d20f7cb6dd1eda05799b621dc965429ad5e
862026-05-23T15:36:27.015Z+ git checkout -f zl/multicast-m2p-forwarding
872026-05-23T15:36:27.244ZSwitched to branch 'zl/multicast-m2p-forwarding'
882026-05-23T15:36:27.247Z+ git reset --hard 02064d20f7cb6dd1eda05799b621dc965429ad5e
892026-05-23T15:36:27.287ZHEAD is now at 02064d20f merge e2e
902026-05-23T15:36:27.290Zprocess exited: duration 10738 ms, exit code 0
 
912026-05-23T15:36:27.296Zstarting task 4: "build"
922026-05-23T15:36:27.300Z+ source .github/buildomat/ci-env.sh
932026-05-23T15:36:27.300Z++ export CARGO_TERM_COLOR=always
942026-05-23T15:36:27.300Z++ CARGO_TERM_COLOR=always
952026-05-23T15:36:27.303Z+ cargo --version
962026-05-23T15:36:27.310Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-23T15:36:27.313Z+ rustc --version
982026-05-23T15:36:27.333Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-23T15:36:27.336Z+ source ./env.sh
1002026-05-23T15:36:27.336Z++ OLD_SHELL_OPTS=ehxB
1012026-05-23T15:36:27.336Z++ set -o xtrace
1022026-05-23T15:36:27.340Z++++ dirname ./env.sh
1032026-05-23T15:36:27.340Z+++ readlink -f .
1042026-05-23T15:36:27.343Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-23T15:36:27.343Z++ 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-05-23T15:36:27.343Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-05-23T15:36:27.343Z++ 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-05-23T15:36:27.343Z++ 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-05-23T15:36:27.343Z++ 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-05-23T15:36:27.343Z++ 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-05-23T15:36:27.343Z++ 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-05-23T15:36:27.343Z++ 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-05-23T15:36:27.343Z++ 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-05-23T15:36:27.343Z++ 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-05-23T15:36:27.343Z++ case $OLD_SHELL_OPTS in
1162026-05-23T15:36:27.343Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-05-23T15:36:27.343Z+ 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-05-23T15:36:27.343Z+ 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-05-23T15:36:27.343Z+ banner prerequisites
1202026-05-23T15:36:27.346Z
1212026-05-23T15:36:27.346Z ##### ##### ###### ##### ###### #### # # # #### #
1222026-05-23T15:36:27.346Z # # # # # # # # # # # # # # #
1232026-05-23T15:36:27.346Z # # # # ##### # # ##### # # # # # #### #
1242026-05-23T15:36:27.346Z ##### ##### # ##### # # # # # # # # #
1252026-05-23T15:36:27.346Z # # # # # # # # # # # # # # #
1262026-05-23T15:36:27.347Z # # # ###### # # ###### ### # #### # #### #
1272026-05-23T15:36:27.347Z
1282026-05-23T15:36:27.347Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292026-05-23T15:36:28.807Z Startup: Refreshing catalog 'helios' ... Done
1302026-05-23T15:36:28.876Z Startup: Caching catalogs ... Done
1312026-05-23T15:36:29.138ZPlanning: Solver setup ... Done (0.226s)
1322026-05-23T15:36:29.157ZPlanning: Running solver ... Done (0.019s)
1332026-05-23T15:36:29.163ZPlanning: Finding local manifests ... Done (0.002s)
1342026-05-23T15:36:29.174ZPlanning: Fetching manifests: 0/2 0% complete
1352026-05-23T15:36:29.196ZPlanning: Fetching manifests: 2/2 100% complete
1362026-05-23T15:36:29.209ZPlanning: Package planning ... Done (0.013s)
1372026-05-23T15:36:29.212ZPlanning: Merging actions ... Done (0.002s)
1382026-05-23T15:36:29.404ZPlanning: Checking for conflicting actions ... Done (0.192s)
1392026-05-23T15:36:29.407ZPlanning: Consolidating action changes ... Done (0.001s)
1402026-05-23T15:36:30.195ZPlanning: Evaluating mediators ... Done (0.790s)
1412026-05-23T15:36:30.198ZPlanning: Planning completed in 1.30 seconds
1422026-05-23T15:36:30.204Z Packages to install: 2
1432026-05-23T15:36:30.207Z Estimated space available: 156.08 GB
1442026-05-23T15:36:30.207ZEstimated space to be consumed: 22.53 MB
1452026-05-23T15:36:30.207Z Create boot environment: No
1462026-05-23T15:36:30.207ZCreate backup boot environment: No
1472026-05-23T15:36:30.207Z Rebuild boot archive: No
1482026-05-23T15:36:30.207Z
1492026-05-23T15:36:30.207ZChanged packages:
1502026-05-23T15:36:30.207Zhelios
1512026-05-23T15:36:30.207Z developer/build-essential
1522026-05-23T15:36:30.207Z None -> 11-3.0
1532026-05-23T15:36:30.207Z library/libxmlsec1
1542026-05-23T15:36:30.207Z None -> 1.2.35-3.0
1552026-05-23T15:36:30.228Z
1562026-05-23T15:36:30.228ZDownload: 0/214 items 0.0/1.3MB 0% complete
1572026-05-23T15:36:30.860ZDownload: Completed 1.28 MB in 0.63 seconds (2.0M/s)
1582026-05-23T15:36:30.933Z Actions: 1/268 actions (Installing new actions)
1592026-05-23T15:36:30.971Z Actions: Completed 268 actions in 0.04 seconds.
1602026-05-23T15:36:31.005ZFinalize: Updating package state database ... Done (0.033s)
1612026-05-23T15:36:31.005ZFinalize: Updating package cache ... Done (0.000s)
1622026-05-23T15:36:31.024ZFinalize: Updating image state ... Done (0.019s)
1632026-05-23T15:36:33.431ZFinalize: Creating fast lookup database ... Done (2.380s)
1642026-05-23T15:36:33.498ZFinalize: Reading search index ... Done (0.014s)
1652026-05-23T15:36:33.508ZFinalize: Updating search index ... Done (0.000s)
1662026-05-23T15:36:33.591ZFinalize: Updating package cache ... Done (0.000s)
1672026-05-23T15:36:33.893ZPlanning: Evaluating mediator changes ... Done
1682026-05-23T15:36:34.001ZPlanning: Checking for conflicting actions ... Done
1692026-05-23T15:36:34.005ZPlanning: Consolidating action changes ... Done
1702026-05-23T15:36:34.162ZPlanning: Evaluating mediators ... Done
1712026-05-23T15:36:34.165ZPlanning: Planning completed in 0.27 seconds
1722026-05-23T15:36:34.186Z Mediators to change: 2
1732026-05-23T15:36:34.186Z Create boot environment: No
1742026-05-23T15:36:34.186ZCreate backup boot environment: No
1752026-05-23T15:36:34.236ZFinalize: Updating package state database ... Done
1762026-05-23T15:36:34.236ZFinalize: Updating package cache ... Done
1772026-05-23T15:36:34.247ZFinalize: Updating image state ... Done
1782026-05-23T15:36:36.218ZFinalize: Creating fast lookup database ... Done
1792026-05-23T15:36:36.279ZFinalize: Reading search index ... Done
1802026-05-23T15:36:36.282ZFinalize: Updating search index ... Done
1812026-05-23T15:36:36.359ZFinalize: Updating package cache ... Done
1822026-05-23T15:36:36.645ZPlanning: Evaluating mediator changes ... Done
1832026-05-23T15:36:36.753ZPlanning: Checking for conflicting actions ... Done
1842026-05-23T15:36:36.756ZPlanning: Consolidating action changes ... Done
1852026-05-23T15:36:36.914ZPlanning: Evaluating mediators ... Done
1862026-05-23T15:36:36.917ZPlanning: Planning completed in 0.27 seconds
1872026-05-23T15:36:36.937Z Mediators to change: 1
1882026-05-23T15:36:36.937Z Create boot environment: No
1892026-05-23T15:36:36.937ZCreate backup boot environment: No
1902026-05-23T15:36:36.999ZFinalize: Updating package state database ... Done
1912026-05-23T15:36:36.999ZFinalize: Updating package cache ... Done
1922026-05-23T15:36:37.010ZFinalize: Updating image state ... Done
1932026-05-23T15:36:38.962ZFinalize: Creating fast lookup database ... Done
1942026-05-23T15:36:39.028ZFinalize: Reading search index ... Done
1952026-05-23T15:36:39.031ZFinalize: Updating search index ... Done
1962026-05-23T15:36:39.103ZFinalize: Updating package cache ... Done
1972026-05-23T15:36:39.413ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982026-05-23T15:36:39.413Zapache system 2.4 system
1992026-05-23T15:36:39.413Zclang system 15 system
2002026-05-23T15:36:39.413Zcsh system system illumos
2012026-05-23T15:36:39.413Zctags system system illumos
2022026-05-23T15:36:39.413Zfile vendor vendor darwinsys
2032026-05-23T15:36:39.413Zfile system system illumos
2042026-05-23T15:36:39.413Zgcc vendor 14 vendor
2052026-05-23T15:36:39.413Zgcc system 13 system
2062026-05-23T15:36:39.413Zgcc system 10 system
2072026-05-23T15:36:39.413Zgo system 1.25 system
2082026-05-23T15:36:39.413Zllvm system 15 system
2092026-05-23T15:36:39.413Zmariadb system 11.4 system
2102026-05-23T15:36:39.413Zmta vendor vendor dma
2112026-05-23T15:36:39.413Zopenjdk system 17 system
2122026-05-23T15:36:39.413Zopenjdk system 11 system
2132026-05-23T15:36:39.413Zopenssl vendor 3 vendor
2142026-05-23T15:36:39.413Zperl system 5.40 system
2152026-05-23T15:36:39.413Zpostgresql system 18 system
2162026-05-23T15:36:39.413Zpostgresql system 17 system
2172026-05-23T15:36:39.414Zpython vendor 3 vendor
2182026-05-23T15:36:39.414Zpython system 2 system
2192026-05-23T15:36:39.414Zpython3 vendor 3.13 vendor
2202026-05-23T15:36:39.414Zruby system 3.4 system
2212026-05-23T15:36:39.414Zruby system 3.0 system
2222026-05-23T15:36:39.414Zwords vendor vendor american-english
2232026-05-23T15:36:39.414Zwords system system australian-english
2242026-05-23T15:36:39.414Zwords system system british-english
2252026-05-23T15:36:39.414Zwords system system canadian-english
2262026-05-23T15:36:39.414Zwords system system french
2272026-05-23T15:36:39.414Zwords system system italian
2282026-05-23T15:36:39.414Zwords system system ngerman
2292026-05-23T15:36:39.414Zwords system system ogerman
2302026-05-23T15:36:39.414Zwords system system spanish
2312026-05-23T15:36:39.673ZPUBLISHER TYPE STATUS P LOCATION
2322026-05-23T15:36:39.674Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2332026-05-23T15:36:39.955ZFMRI IFO
2342026-05-23T15:36:39.955Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2352026-05-23T15:36:39.955Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2362026-05-23T15:36:39.955Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2372026-05-23T15:36:39.955Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2382026-05-23T15:36:39.955Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2392026-05-23T15:36:39.955Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2402026-05-23T15:36:39.955Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2412026-05-23T15:36:39.955Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2422026-05-23T15:36:39.955Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2432026-05-23T15:36:40.210Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2442026-05-23T15:36:40.452Z Updating crates.io index
2452026-05-23T15:36:40.483Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2462026-05-23T15:36:40.698Z Updating git repository `https://github.com/oxidecomputer/lldp`
2472026-05-23T15:36:41.229Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-05-23T15:36:41.778Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-05-23T15:36:42.811Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-05-23T15:36:43.315Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-05-23T15:36:44.783Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-05-23T15:36:45.638Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-05-23T15:36:45.927Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2542026-05-23T15:36:46.956Z Updating git repository `https://github.com/oxidecomputer/clickward`
2552026-05-23T15:36:47.528Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2562026-05-23T15:36:47.965Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2572026-05-23T15:36:48.408Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2582026-05-23T15:36:49.317Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2592026-05-23T15:36:49.788Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-05-23T15:36:49.988Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2612026-05-23T15:36:50.331Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2622026-05-23T15:36:50.653Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2632026-05-23T15:36:51.041Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2642026-05-23T15:36:51.382Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2652026-05-23T15:36:51.585Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2662026-05-23T15:36:51.826Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2672026-05-23T15:36:52.226Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-05-23T15:36:52.535Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2692026-05-23T15:36:53.146Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2702026-05-23T15:36:53.614Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2712026-05-23T15:36:53.881Z Updating git repository `https://github.com/oxidecomputer/ispf`
2722026-05-23T15:36:54.166Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2732026-05-23T15:36:55.029Z Updating git repository `https://github.com/oxidecomputer/crucible`
2742026-05-23T15:36:55.796Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2752026-05-23T15:36:56.278Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-05-23T15:36:56.676Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2772026-05-23T15:36:56.897Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-05-23T15:36:57.480Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2792026-05-23T15:36:57.795Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2802026-05-23T15:36:58.314Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2812026-05-23T15:36:58.937Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2822026-05-23T15:36:59.156Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2832026-05-23T15:36:59.382Z Updating git repository `https://github.com/oxidecomputer/omicron`
2842026-05-23T15:37:12.024Z Updating git repository `https://github.com/illumos/smf-rs`
2852026-05-23T15:37:14.126Z Downloading crates ...
2862026-05-23T15:37:14.179Z Downloaded pretty-hex v0.4.1
2872026-05-23T15:37:14.183Z Downloaded camino v1.2.2
2882026-05-23T15:37:14.186Z Downloaded anstream v1.0.0
2892026-05-23T15:37:14.189Z Downloaded ordered-float v2.10.1
2902026-05-23T15:37:14.192Z Downloaded serde-untagged v0.1.9
2912026-05-23T15:37:14.195Z Downloaded thread-id v4.2.2
2922026-05-23T15:37:14.195Z Downloaded bitflags v2.11.0
2932026-05-23T15:37:14.198Z Downloaded erased-serde v0.4.9
2942026-05-23T15:37:14.201Z Downloaded textwrap v0.16.2
2952026-05-23T15:37:14.201Z Downloaded synstructure v0.13.2
2962026-05-23T15:37:14.201Z Downloaded smallvec v1.15.1
2972026-05-23T15:37:14.204Z Downloaded zerofrom-derive v0.1.6
2982026-05-23T15:37:14.207Z Downloaded toml_write v0.1.2
2992026-05-23T15:37:14.207Z Downloaded unicode-linebreak v0.1.5
3002026-05-23T15:37:14.210Z Downloaded pest_meta v2.8.6
3012026-05-23T15:37:14.210Z Downloaded indexmap v2.14.0
3022026-05-23T15:37:14.215Z Downloaded usdt v0.5.0
3032026-05-23T15:37:14.215Z Downloaded is_terminal_polyfill v1.70.2
3042026-05-23T15:37:14.220Z Downloaded utf8_iter v1.0.4
3052026-05-23T15:37:14.220Z Downloaded typeid v1.0.3
3062026-05-23T15:37:14.220Z Downloaded clap_lex v1.0.0
3072026-05-23T15:37:14.220Z Downloaded memmap v0.7.0
3082026-05-23T15:37:14.228Z Downloaded yoke-derive v0.8.1
3092026-05-23T15:37:14.228Z Downloaded zerofrom v0.1.6
3102026-05-23T15:37:14.228Z Downloaded toml_datetime v0.6.11
3112026-05-23T15:37:14.228Z Downloaded fastrand v2.3.0
3122026-05-23T15:37:14.228Z Downloaded equivalent v1.0.2
3132026-05-23T15:37:14.229Z Downloaded cargo_toml v0.21.0
3142026-05-23T15:37:14.229Z Downloaded bytecount v0.6.9
3152026-05-23T15:37:14.241Z Downloaded usdt-attr-macro v0.5.0
3162026-05-23T15:37:14.242Z Downloaded usdt-macro v0.5.0
3172026-05-23T15:37:14.242Z Downloaded utf8parse v0.2.2
3182026-05-23T15:37:14.242Z Downloaded cargo-platform v0.2.0
3192026-05-23T15:37:14.242Z Downloaded scroll_derive v0.12.1
3202026-05-23T15:37:14.242Z Downloaded writeable v0.6.2
3212026-05-23T15:37:14.242Z Downloaded thiserror-impl v2.0.18
3222026-05-23T15:37:14.242Z Downloaded thiserror-impl v1.0.69
3232026-05-23T15:37:14.242Z Downloaded errno v0.3.14
3242026-05-23T15:37:14.253Z Downloaded zmij v1.0.21
3252026-05-23T15:37:14.253Z Downloaded thiserror v2.0.18
3262026-05-23T15:37:14.253Z Downloaded unicode-xid v0.2.6
3272026-05-23T15:37:14.253Z Downloaded generic-array v0.14.7
3282026-05-23T15:37:14.253Z Downloaded form_urlencoded v1.2.2
3292026-05-23T15:37:14.253Z Downloaded version_check v0.9.5
3302026-05-23T15:37:14.254Z Downloaded smawk v0.3.2
3312026-05-23T15:37:14.254Z Downloaded zerovec-derive v0.11.2
3322026-05-23T15:37:14.254Z Downloaded fnv v1.0.7
3332026-05-23T15:37:14.255Z Downloaded block-buffer v0.10.4
3342026-05-23T15:37:14.255Z Downloaded yoke v0.8.1
3352026-05-23T15:37:14.255Z Downloaded thiserror v1.0.69
3362026-05-23T15:37:14.264Z Downloaded proc-macro-error-attr v1.0.4
3372026-05-23T15:37:14.264Z Downloaded cpufeatures v0.2.17
3382026-05-23T15:37:14.264Z Downloaded zerotrie v0.2.3
3392026-05-23T15:37:14.264Z Downloaded tinystr v0.8.2
3402026-05-23T15:37:14.264Z Downloaded cfg-if v1.0.4
3412026-05-23T15:37:14.264Z Downloaded dof v0.3.0
3422026-05-23T15:37:14.264Z Downloaded url v2.5.8
3432026-05-23T15:37:14.264Z Downloaded zerocopy-derive v0.7.35
3442026-05-23T15:37:14.264Z Downloaded strsim v0.11.1
3452026-05-23T15:37:14.265Z Downloaded usdt-impl v0.5.0
3462026-05-23T15:37:14.268Z Downloaded stable_deref_trait v1.2.1
3472026-05-23T15:37:14.268Z Downloaded heck v0.5.0
3482026-05-23T15:37:14.268Z Downloaded unicode-ident v1.0.24
3492026-05-23T15:37:14.268Z Downloaded percent-encoding v2.3.2
3502026-05-23T15:37:14.268Z Downloaded serde-value v0.7.0
3512026-05-23T15:37:14.268Z Downloaded crypto-common v0.1.7
3522026-05-23T15:37:14.268Z Downloaded anstyle-query v1.1.5
3532026-05-23T15:37:14.268Z Downloaded toml v0.8.23
3542026-05-23T15:37:14.271Z Downloaded ucd-trie v0.1.7
3552026-05-23T15:37:14.274Z Downloaded typenum v1.19.0
3562026-05-23T15:37:14.274Z Downloaded serde_spanned v0.6.9
3572026-05-23T15:37:14.277Z Downloaded toml_edit v0.22.27
3582026-05-23T15:37:14.277Z Downloaded plain v0.2.3
3592026-05-23T15:37:14.282Z Downloaded macaddr v1.0.1
3602026-05-23T15:37:14.285Z Downloaded idna_adapter v1.2.1
3612026-05-23T15:37:14.292Z Downloaded scroll v0.12.0
3622026-05-23T15:37:14.295Z Downloaded once_cell v1.21.3
3632026-05-23T15:37:14.298Z Downloaded colorchoice v1.0.4
3642026-05-23T15:37:14.301Z Downloaded zerovec v0.11.5
3652026-05-23T15:37:14.301Z Downloaded zerocopy v0.7.35
3662026-05-23T15:37:14.310Z Downloaded terminal_size v0.4.3
3672026-05-23T15:37:14.313Z Downloaded tabled_derive v0.7.0
3682026-05-23T15:37:14.313Z Downloaded swrite v0.1.0
3692026-05-23T15:37:14.313Z Downloaded sha2 v0.10.9
3702026-05-23T15:37:14.313Z Downloaded dtrace-parser v0.2.0
3712026-05-23T15:37:14.316Z Downloaded digest v0.10.7
3722026-05-23T15:37:14.316Z Downloaded winnow v0.7.14
3732026-05-23T15:37:14.319Z Downloaded unicode-width v0.2.0
3742026-05-23T15:37:14.322Z Downloaded unicode-width v0.1.14
3752026-05-23T15:37:14.325Z Downloaded serde_tokenstream v0.2.3
3762026-05-23T15:37:14.328Z Downloaded anstyle v1.0.14
3772026-05-23T15:37:14.328Z Downloaded proc-macro-error v1.0.4
3782026-05-23T15:37:14.332Z Downloaded fs-err v3.3.0
3792026-05-23T15:37:14.332Z Downloaded displaydoc v0.2.5
3802026-05-23T15:37:14.332Z Downloaded potential_utf v0.1.4
3812026-05-23T15:37:14.341Z Downloaded autocfg v1.5.0
3822026-05-23T15:37:14.342Z Downloaded cargo-util-schemas v0.8.2
3832026-05-23T15:37:14.342Z Downloaded pest_generator v2.8.6
3842026-05-23T15:37:14.345Z Downloaded cargo_metadata v0.21.0
3852026-05-23T15:37:14.346Z Downloaded quote v1.0.45
3862026-05-23T15:37:14.349Z Downloaded heck v0.4.1
3872026-05-23T15:37:14.349Z Downloaded anstyle-parse v1.0.0
3882026-05-23T15:37:14.358Z Downloaded byteorder v1.5.0
3892026-05-23T15:37:14.362Z Downloaded camino-tempfile v1.4.1
3902026-05-23T15:37:14.362Z Downloaded litemap v0.8.1
3912026-05-23T15:37:14.365Z Downloaded itoa v1.0.17
3922026-05-23T15:37:14.368Z Downloaded clap_derive v4.6.1
3932026-05-23T15:37:14.368Z Downloaded serde_derive v1.0.228
3942026-05-23T15:37:14.371Z Downloaded clap v4.6.1
3952026-05-23T15:37:14.374Z Downloaded semver v1.0.28
3962026-05-23T15:37:14.378Z Downloaded proc-macro2 v1.0.106
3972026-05-23T15:37:14.378Z Downloaded pest_derive v2.8.6
3982026-05-23T15:37:14.381Z Downloaded getrandom v0.4.1
3992026-05-23T15:37:14.381Z Downloaded tempfile v3.25.0
4002026-05-23T15:37:14.384Z Downloaded log v0.4.29
4012026-05-23T15:37:14.384Z Downloaded icu_provider v2.1.1
4022026-05-23T15:37:14.387Z Downloaded papergrid v0.11.0
4032026-05-23T15:37:14.390Z Downloaded icu_properties v2.1.2
4042026-05-23T15:37:14.390Z Downloaded num-traits v0.2.19
4052026-05-23T15:37:14.395Z Downloaded anyhow v1.0.102
4062026-05-23T15:37:14.402Z Downloaded icu_normalizer_data v2.1.1
4072026-05-23T15:37:14.405Z Downloaded icu_normalizer v2.1.1
4082026-05-23T15:37:14.408Z Downloaded icu_locale_core v2.1.1
4092026-05-23T15:37:14.418Z Downloaded serde v1.0.228
4102026-05-23T15:37:14.424Z Downloaded serde_core v1.0.228
4112026-05-23T15:37:14.434Z Downloaded memchr v2.8.0
4122026-05-23T15:37:14.439Z Downloaded icu_collections v2.1.1
4132026-05-23T15:37:14.442Z Downloaded serde_json v1.0.149
4142026-05-23T15:37:14.455Z Downloaded pest v2.8.6
4152026-05-23T15:37:14.459Z Downloaded clap_builder v4.6.0
4162026-05-23T15:37:14.466Z Downloaded idna v1.1.0
4172026-05-23T15:37:14.476Z Downloaded hashbrown v0.17.0
4182026-05-23T15:37:14.484Z Downloaded goblin v0.8.2
4192026-05-23T15:37:14.491Z Downloaded icu_properties_data v2.1.2
4202026-05-23T15:37:14.502Z Downloaded tabled v0.15.0
4212026-05-23T15:37:14.505Z Downloaded syn v1.0.109
4222026-05-23T15:37:14.512Z Downloaded syn v2.0.117
4232026-05-23T15:37:14.525Z Downloaded rustix v1.1.3
4242026-05-23T15:37:14.539Z Downloaded libc v0.2.185
4252026-05-23T15:37:14.608Z Compiling proc-macro2 v1.0.106
4262026-05-23T15:37:14.608Z Compiling unicode-ident v1.0.24
4272026-05-23T15:37:14.611Z Compiling quote v1.0.45
4282026-05-23T15:37:14.611Z Compiling serde_core v1.0.228
4292026-05-23T15:37:14.611Z Compiling libc v0.2.185
4302026-05-23T15:37:14.611Z Compiling version_check v0.9.5
4312026-05-23T15:37:14.611Z Compiling memchr v2.8.0
4322026-05-23T15:37:14.611Z Compiling stable_deref_trait v1.2.1
4332026-05-23T15:37:14.943Z Compiling serde v1.0.228
4342026-05-23T15:37:14.958Z Compiling zmij v1.0.21
4352026-05-23T15:37:15.185Z Compiling ucd-trie v0.1.7
4362026-05-23T15:37:15.303Z Compiling thiserror v1.0.69
4372026-05-23T15:37:15.439Z Compiling autocfg v1.5.0
4382026-05-23T15:37:15.464Z Compiling itoa v1.0.17
4392026-05-23T15:37:15.557Z Compiling pest v2.8.6
4402026-05-23T15:37:15.572Z Compiling litemap v0.8.1
4412026-05-23T15:37:15.604Z Compiling writeable v0.6.2
4422026-05-23T15:37:15.755Z Compiling icu_properties_data v2.1.2
4432026-05-23T15:37:15.771Z Compiling byteorder v1.5.0
4442026-05-23T15:37:15.940Z Compiling icu_normalizer_data v2.1.1
4452026-05-23T15:37:15.996Z Compiling rustix v1.1.3
4462026-05-23T15:37:16.099Z Compiling syn v2.0.117
4472026-05-23T15:37:16.163Z Compiling errno v0.3.14
4482026-05-23T15:37:16.181Z Compiling serde_json v1.0.149
4492026-05-23T15:37:16.192Z Compiling bitflags v2.11.0
4502026-05-23T15:37:16.415Z Compiling num-traits v0.2.19
4512026-05-23T15:37:16.446Z Compiling smallvec v1.15.1
4522026-05-23T15:37:16.474Z Compiling hashbrown v0.17.0
4532026-05-23T15:37:16.593Z Compiling pest_meta v2.8.6
4542026-05-23T15:37:16.657Z Compiling equivalent v1.0.2
4552026-05-23T15:37:16.751Z Compiling typeid v1.0.3
4562026-05-23T15:37:17.014Z Compiling indexmap v2.14.0
4572026-05-23T15:37:17.059Z Compiling thread-id v4.2.2
4582026-05-23T15:37:17.077Z Compiling usdt-impl v0.5.0
4592026-05-23T15:37:17.139Z Compiling proc-macro-error-attr v1.0.4
4602026-05-23T15:37:17.204Z Compiling winnow v0.7.14
4612026-05-23T15:37:17.283Z Compiling erased-serde v0.4.9
4622026-05-23T15:37:17.442Z Compiling syn v1.0.109
4632026-05-23T15:37:17.548Z Compiling toml_write v0.1.2
4642026-05-23T15:37:17.798Z Compiling proc-macro-error v1.0.4
4652026-05-23T15:37:17.869Z Compiling thiserror v2.0.18
4662026-05-23T15:37:17.992Z Compiling camino v1.2.2
4672026-05-23T15:37:18.203Z Compiling plain v0.2.3
4682026-05-23T15:37:18.207Z Compiling utf8_iter v1.0.4
4692026-05-23T15:37:18.308Z Compiling log v0.4.29
4702026-05-23T15:37:18.324Z Compiling utf8parse v0.2.2
4712026-05-23T15:37:18.327Z Compiling percent-encoding v2.3.2
4722026-05-23T15:37:18.342Z Compiling getrandom v0.4.1
4732026-05-23T15:37:18.421Z Compiling anstyle-parse v1.0.0
4742026-05-23T15:37:18.434Z Compiling ordered-float v2.10.1
4752026-05-23T15:37:18.487Z Compiling form_urlencoded v1.2.2
4762026-05-23T15:37:18.666Z Compiling synstructure v0.13.2
4772026-05-23T15:37:18.682Z Compiling pest_generator v2.8.6
4782026-05-23T15:37:18.758Z Compiling terminal_size v0.4.3
4792026-05-23T15:37:18.904Z Compiling is_terminal_polyfill v1.70.2
4802026-05-23T15:37:18.995Z Compiling colorchoice v1.0.4
4812026-05-23T15:37:19.022Z Compiling pretty-hex v0.4.1
4822026-05-23T15:37:19.147Z Compiling anstyle-query v1.1.5
4832026-05-23T15:37:19.167Z Compiling cfg-if v1.0.4
4842026-05-23T15:37:19.181Z Compiling anstyle v1.0.14
4852026-05-23T15:37:19.210Z Compiling serde-untagged v0.1.9
4862026-05-23T15:37:19.363Z Compiling anstream v1.0.0
4872026-05-23T15:37:19.409Z Compiling semver v1.0.28
4882026-05-23T15:37:19.457Z Compiling fs-err v3.3.0
4892026-05-23T15:37:19.474Z Compiling heck v0.5.0
4902026-05-23T15:37:19.650Z Compiling once_cell v1.21.3
4912026-05-23T15:37:19.674Z Compiling strsim v0.11.1
4922026-05-23T15:37:19.703Z Compiling fnv v1.0.7
4932026-05-23T15:37:19.717Z Compiling unicode-width v0.1.14
4942026-05-23T15:37:19.738Z Compiling anyhow v1.0.102
4952026-05-23T15:37:19.803Z Compiling unicode-xid v0.2.6
4962026-05-23T15:37:19.865Z Compiling bytecount v0.6.9
4972026-05-23T15:37:19.998Z Compiling clap_lex v1.0.0
4982026-05-23T15:37:19.998Z Compiling fastrand v2.3.0
4992026-05-23T15:37:20.029Z Compiling heck v0.4.1
5002026-05-23T15:37:20.231Z Compiling tempfile v3.25.0
5012026-05-23T15:37:20.248Z Compiling clap_builder v4.6.0
5022026-05-23T15:37:20.262Z Compiling papergrid v0.11.0
5032026-05-23T15:37:20.294Z Compiling memmap v0.7.0
5042026-05-23T15:37:20.366Z Compiling unicode-linebreak v0.1.5
5052026-05-23T15:37:20.419Z Compiling serde_derive v1.0.228
5062026-05-23T15:37:20.476Z Compiling zerofrom-derive v0.1.6
5072026-05-23T15:37:20.608Z Compiling yoke-derive v0.8.1
5082026-05-23T15:37:20.624Z Compiling zerovec-derive v0.11.2
5092026-05-23T15:37:20.853Z Compiling displaydoc v0.2.5
5102026-05-23T15:37:21.614Z Compiling thiserror-impl v1.0.69
5112026-05-23T15:37:21.737Z Compiling zerocopy-derive v0.7.35
5122026-05-23T15:37:21.737Z Compiling pest_derive v2.8.6
5132026-05-23T15:37:21.768Z Compiling scroll_derive v0.12.1
5142026-05-23T15:37:21.871Z Compiling zerofrom v0.1.6
5152026-05-23T15:37:22.004Z Compiling yoke v0.8.1
5162026-05-23T15:37:22.168Z Compiling thiserror-impl v2.0.18
5172026-05-23T15:37:22.197Z Compiling zerovec v0.11.5
5182026-05-23T15:37:22.414Z Compiling zerotrie v0.2.3
5192026-05-23T15:37:22.596Z Compiling zerocopy v0.7.35
5202026-05-23T15:37:22.696Z Compiling tinystr v0.8.2
5212026-05-23T15:37:22.717Z Compiling potential_utf v0.1.4
5222026-05-23T15:37:22.888Z Compiling icu_locale_core v2.1.1
5232026-05-23T15:37:22.906Z Compiling icu_collections v2.1.1
5242026-05-23T15:37:22.966Z Compiling dtrace-parser v0.2.0
5252026-05-23T15:37:23.153Z Compiling scroll v0.12.0
5262026-05-23T15:37:23.278Z Compiling tabled_derive v0.7.0
5272026-05-23T15:37:23.421Z Compiling goblin v0.8.2
5282026-05-23T15:37:23.547Z Compiling clap_derive v4.6.1
5292026-05-23T15:37:23.680Z Compiling icu_provider v2.1.1
5302026-05-23T15:37:23.811Z Compiling toml_datetime v0.6.11
5312026-05-23T15:37:23.906Z Compiling serde_spanned v0.6.9
5322026-05-23T15:37:23.906Z Compiling icu_normalizer v2.1.1
5332026-05-23T15:37:23.906Z Compiling icu_properties v2.1.2
5342026-05-23T15:37:24.006Z Compiling dof v0.3.0
5352026-05-23T15:37:24.128Z Compiling serde_tokenstream v0.2.3
5362026-05-23T15:37:24.128Z Compiling toml_edit v0.22.27
5372026-05-23T15:37:24.373Z Compiling serde-value v0.7.0
5382026-05-23T15:37:24.374Z Compiling cargo-platform v0.2.0
5392026-05-23T15:37:24.468Z Compiling unicode-width v0.2.0
5402026-05-23T15:37:24.630Z Compiling smawk v0.3.2
5412026-05-23T15:37:24.701Z Compiling tabled v0.15.0
5422026-05-23T15:37:24.743Z Compiling textwrap v0.16.2
5432026-05-23T15:37:24.761Z Compiling idna_adapter v1.2.1
5442026-05-23T15:37:24.820Z Compiling usdt-attr-macro v0.5.0
5452026-05-23T15:37:24.904Z Compiling idna v1.1.0
5462026-05-23T15:37:24.975Z Compiling usdt-macro v0.5.0
5472026-05-23T15:37:25.190Z Compiling url v2.5.8
5482026-05-23T15:37:25.225Z Compiling clap v4.6.1
5492026-05-23T15:37:25.313Z Compiling macaddr v1.0.1
5502026-05-23T15:37:25.490Z Compiling camino-tempfile v1.4.1
5512026-05-23T15:37:25.544Z Compiling toml v0.8.23
5522026-05-23T15:37:25.859Z Compiling swrite v0.1.0
5532026-05-23T15:37:25.944Z Compiling cargo-util-schemas v0.8.2
5542026-05-23T15:37:25.962Z Compiling cargo_toml v0.21.0
5552026-05-23T15:37:25.978Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5562026-05-23T15:37:26.489Z Compiling usdt v0.5.0
5572026-05-23T15:37:26.875Z Compiling cargo_metadata v0.21.0
5582026-05-23T15:37:27.782Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5592026-05-23T15:37:29.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.83s
5602026-05-23T15:37:30.128Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5612026-05-23T15:37:30.750Z Downloading crates ...
5622026-05-23T15:37:30.842Z Downloaded atty v0.2.14
5632026-05-23T15:37:30.845Z Downloaded array-init v0.0.4
5642026-05-23T15:37:30.848Z Downloaded backoff v0.4.0
5652026-05-23T15:37:30.851Z Downloaded backon v1.6.0
5662026-05-23T15:37:30.859Z Downloaded adler2 v2.0.1
5672026-05-23T15:37:30.864Z Downloaded darling_macro v0.20.11
5682026-05-23T15:37:30.867Z Downloaded deranged v0.5.8
5692026-05-23T15:37:30.870Z Downloaded base16ct v0.2.0
5702026-05-23T15:37:30.870Z Downloaded bit-set v0.8.0
5712026-05-23T15:37:30.870Z Downloaded aws-lc-rs v1.16.3
5722026-05-23T15:37:30.874Z Downloaded crossbeam-utils v0.8.21
5732026-05-23T15:37:30.878Z Downloaded crossbeam-deque v0.8.6
5742026-05-23T15:37:30.878Z Downloaded bb8 v0.8.6
5752026-05-23T15:37:30.881Z Downloaded constant_time_eq v0.4.2
5762026-05-23T15:37:30.881Z Downloaded bit-vec v0.8.0
5772026-05-23T15:37:30.881Z Downloaded defmt v1.0.1
5782026-05-23T15:37:30.885Z Downloaded csv-core v0.1.13
5792026-05-23T15:37:30.885Z Downloaded chacha20 v0.10.0
5802026-05-23T15:37:30.888Z Downloaded crc-catalog v2.4.0
5812026-05-23T15:37:30.888Z Downloaded cstr-argument v0.1.2
5822026-05-23T15:37:30.888Z Downloaded crc8 v0.1.1
5832026-05-23T15:37:30.888Z Downloaded cargo_metadata v0.23.1
5842026-05-23T15:37:30.891Z Downloaded cargo-platform v0.3.2
5852026-05-23T15:37:30.891Z Downloaded darling_macro v0.23.0
5862026-05-23T15:37:30.891Z Downloaded bitflags v1.3.2
5872026-05-23T15:37:30.902Z Downloaded debug-ignore v1.0.5
5882026-05-23T15:37:30.904Z Downloaded darling_macro v0.21.3
5892026-05-23T15:37:30.905Z Downloaded compression-core v0.4.31
5902026-05-23T15:37:30.909Z Downloaded ciborium-ll v0.2.2
5912026-05-23T15:37:30.912Z Downloaded crc v3.4.0
5922026-05-23T15:37:30.912Z Downloaded derive_builder_macro v0.20.2
5932026-05-23T15:37:30.912Z Downloaded defmt-parser v1.0.0
5942026-05-23T15:37:30.912Z Downloaded curve25519-dalek-derive v0.1.1
5952026-05-23T15:37:30.915Z Downloaded ctr v0.9.2
5962026-05-23T15:37:30.915Z Downloaded critical-section v1.2.0
5972026-05-23T15:37:30.915Z Downloaded darling v0.23.0
5982026-05-23T15:37:30.918Z Downloaded cfg_aliases v0.2.1
5992026-05-23T15:37:30.921Z Downloaded float-cmp v0.10.0
6002026-05-23T15:37:30.921Z Downloaded dunce v1.0.5
6012026-05-23T15:37:30.921Z Downloaded dirs-sys-next v0.1.2
6022026-05-23T15:37:30.921Z Downloaded assert_matches v1.5.0
6032026-05-23T15:37:30.925Z Downloaded fixedbitset v0.4.2
6042026-05-23T15:37:30.928Z Downloaded diesel_table_macro_syntax v0.3.0
6052026-05-23T15:37:30.931Z Downloaded crunchy v0.2.4
6062026-05-23T15:37:30.931Z Downloaded crucible-workspace-hack v0.1.0
6072026-05-23T15:37:30.931Z Downloaded base64ct v1.8.3
6082026-05-23T15:37:30.934Z Downloaded fd-lock v4.0.4
6092026-05-23T15:37:30.937Z Downloaded document-features v0.2.12
6102026-05-23T15:37:30.937Z Downloaded dtrace-parser v0.3.0
6112026-05-23T15:37:30.940Z Downloaded bcrypt-pbkdf v0.10.0
6122026-05-23T15:37:30.940Z Downloaded async-recursion v1.1.1
6132026-05-23T15:37:30.943Z Downloaded dof v0.4.0
6142026-05-23T15:37:30.943Z Downloaded float-ord v0.3.2
6152026-05-23T15:37:30.943Z Downloaded atomic-waker v1.1.2
6162026-05-23T15:37:30.946Z Downloaded bitfield-struct v0.6.2
6172026-05-23T15:37:30.946Z Downloaded ascii-canvas v3.0.0
6182026-05-23T15:37:30.949Z Downloaded bit-set v0.5.3
6192026-05-23T15:37:30.949Z Downloaded embedded-io v0.6.1
6202026-05-23T15:37:30.949Z Downloaded flagset v0.4.7
6212026-05-23T15:37:30.952Z Downloaded endian-type v0.1.2
6222026-05-23T15:37:30.952Z Downloaded foreign-types v0.5.0
6232026-05-23T15:37:30.952Z Downloaded async-stream v0.3.6
6242026-05-23T15:37:30.952Z Downloaded display-error-chain v0.2.2
6252026-05-23T15:37:30.955Z Downloaded ciborium-io v0.2.2
6262026-05-23T15:37:30.956Z Downloaded foreign-types-shared v0.1.1
6272026-05-23T15:37:30.956Z Downloaded env_filter v1.0.0
6282026-05-23T15:37:30.956Z Downloaded dirs-next v2.0.0
6292026-05-23T15:37:30.958Z Downloaded difflib v0.4.0
6302026-05-23T15:37:30.958Z Downloaded cobs v0.3.0
6312026-05-23T15:37:30.958Z Downloaded cfg_aliases v0.1.1
6322026-05-23T15:37:30.961Z Downloaded der_derive v0.7.3
6332026-05-23T15:37:30.962Z Downloaded cpufeatures v0.3.0
6342026-05-23T15:37:30.962Z Downloaded castaway v0.2.4
6352026-05-23T15:37:30.964Z Downloaded derive-ex v0.1.8
6362026-05-23T15:37:30.964Z Downloaded defmt-macros v1.0.1
6372026-05-23T15:37:30.967Z Downloaded aead v0.5.2
6382026-05-23T15:37:30.967Z Downloaded block-padding v0.3.3
6392026-05-23T15:37:30.967Z Downloaded daft v0.1.7
6402026-05-23T15:37:30.970Z Downloaded derive_builder_core v0.20.2
6412026-05-23T15:37:30.970Z Downloaded downcast-rs v2.0.2
6422026-05-23T15:37:30.970Z Downloaded darling v0.20.11
6432026-05-23T15:37:30.973Z Downloaded enum-as-inner v0.6.1
6442026-05-23T15:37:30.976Z Downloaded convert_case v0.4.0
6452026-05-23T15:37:30.976Z Downloaded async-stream-impl v0.3.6
6462026-05-23T15:37:30.976Z Downloaded defmt v0.3.100
6472026-05-23T15:37:30.976Z Downloaded foreign-types-macros v0.2.3
6482026-05-23T15:37:30.979Z Downloaded crc32fast v1.5.0
6492026-05-23T15:37:30.979Z Downloaded dyn-clone v1.0.20
6502026-05-23T15:37:30.979Z Downloaded foreign-types-shared v0.3.1
6512026-05-23T15:37:30.979Z Downloaded bitfield-macros v0.19.4
6522026-05-23T15:37:30.982Z Downloaded dsl_auto_type v0.2.0
6532026-05-23T15:37:30.982Z Downloaded arrayref v0.3.9
6542026-05-23T15:37:30.982Z Downloaded futures-macro v0.3.32
6552026-05-23T15:37:30.985Z Downloaded cmake v0.1.57
6562026-05-23T15:37:30.985Z Downloaded futures-io v0.3.32
6572026-05-23T15:37:30.985Z Downloaded ghash v0.5.1
6582026-05-23T15:37:30.985Z Downloaded cassowary v0.3.0
6592026-05-23T15:37:30.990Z Downloaded hash32 v0.3.1
6602026-05-23T15:37:30.993Z Downloaded hash32 v0.2.1
6612026-05-23T15:37:30.996Z Downloaded env_logger v0.11.9
6622026-05-23T15:37:31.000Z Downloaded chacha20 v0.9.1
6632026-05-23T15:37:31.000Z Downloaded blowfish v0.9.1
6642026-05-23T15:37:31.000Z Downloaded cbc v0.1.2
6652026-05-23T15:37:31.003Z Downloaded foreign-types v0.3.2
6662026-05-23T15:37:31.003Z Downloaded filetime v0.2.27
6672026-05-23T15:37:31.003Z Downloaded gethostname v0.5.0
6682026-05-23T15:37:31.004Z Downloaded futures-task v0.3.32
6692026-05-23T15:37:31.007Z Downloaded fxhash v0.2.1
6702026-05-23T15:37:31.007Z Downloaded futures-sink v0.3.32
6712026-05-23T15:37:31.007Z Downloaded futures-core v0.3.32
6722026-05-23T15:37:31.007Z Downloaded either v1.15.0
6732026-05-23T15:37:31.011Z Downloaded ena v0.14.4
6742026-05-23T15:37:31.011Z Downloaded embedded-io v0.4.0
6752026-05-23T15:37:31.011Z Downloaded globwalk v0.9.1
6762026-05-23T15:37:31.011Z Downloaded fixedbitset v0.5.7
6772026-05-23T15:37:31.014Z Downloaded anstream v0.6.21
6782026-05-23T15:37:31.014Z Downloaded foldhash v0.1.5
6792026-05-23T15:37:31.017Z Downloaded ff v0.13.1
6802026-05-23T15:37:31.017Z Downloaded ed25519 v2.2.3
6812026-05-23T15:37:31.017Z Downloaded arrayvec v0.7.6
6822026-05-23T15:37:31.020Z Downloaded argon2 v0.5.3
6832026-05-23T15:37:31.020Z Downloaded diesel-dtrace v0.5.0
6842026-05-23T15:37:31.020Z Downloaded darling v0.21.3
6852026-05-23T15:37:31.023Z Downloaded headers-core v0.3.0
6862026-05-23T15:37:31.026Z Downloaded compression-codecs v0.4.37
6872026-05-23T15:37:31.026Z Downloaded cipher v0.4.4
6882026-05-23T15:37:31.029Z Downloaded camino-tempfile-ext v0.3.3
6892026-05-23T15:37:31.029Z Downloaded buf-list v1.1.2
6902026-05-23T15:37:31.032Z Downloaded atomicwrites v0.4.4
6912026-05-23T15:37:31.032Z Downloaded hex-literal v0.4.1
6922026-05-23T15:37:31.032Z Downloaded hex v0.4.3
6932026-05-23T15:37:31.032Z Downloaded daft-derive v0.1.7
6942026-05-23T15:37:31.035Z Downloaded find-msvc-tools v0.1.9
6952026-05-23T15:37:31.038Z Downloaded corncobs v0.1.4
6962026-05-23T15:37:31.040Z Downloaded colored v3.1.1
6972026-05-23T15:37:31.043Z Downloaded fallible-iterator v0.2.0
6982026-05-23T15:37:31.043Z Downloaded git-stub v1.0.0
6992026-05-23T15:37:31.043Z Downloaded fs_extra v1.3.0
7002026-05-23T15:37:31.043Z Downloaded cookie_store v0.22.1
7012026-05-23T15:37:31.047Z Downloaded git-stub-vcs v0.1.0
7022026-05-23T15:37:31.047Z Downloaded bzip2 v0.6.1
7032026-05-23T15:37:31.047Z Downloaded hubpack_derive v0.1.1
7042026-05-23T15:37:31.050Z Downloaded hostname v0.4.2
7052026-05-23T15:37:31.050Z Downloaded home v0.5.12
7062026-05-23T15:37:31.050Z Downloaded hostname v0.3.1
7072026-05-23T15:37:31.050Z Downloaded globset v0.4.18
7082026-05-23T15:37:31.053Z Downloaded ident_case v1.0.1
7092026-05-23T15:37:31.053Z Downloaded http-body v1.0.1
7102026-05-23T15:37:31.053Z Downloaded bit-vec v0.6.3
7112026-05-23T15:37:31.053Z Downloaded httpdate v1.0.3
7122026-05-23T15:37:31.056Z Downloaded indent_write v2.2.0
7132026-05-23T15:37:31.056Z Downloaded dropshot-api-manager-types v0.7.2
7142026-05-23T15:37:31.056Z Downloaded bcs v0.1.6
7152026-05-23T15:37:31.059Z Downloaded hyper-tls v0.6.0
7162026-05-23T15:37:31.059Z Downloaded funty v2.0.0
7172026-05-23T15:37:31.059Z Downloaded ar_archive_writer v0.5.1
7182026-05-23T15:37:31.062Z Downloaded futures-executor v0.3.32
7192026-05-23T15:37:31.062Z Downloaded derive_builder v0.20.2
7202026-05-23T15:37:31.065Z Downloaded illumos-nvpair-sys v0.2.0
7212026-05-23T15:37:31.068Z Downloaded indoc v1.0.9
7222026-05-23T15:37:31.068Z Downloaded illumos-nvpair v0.3.0
7232026-05-23T15:37:31.068Z Downloaded diff v0.1.13
7242026-05-23T15:37:31.071Z Downloaded instant v0.1.13
7252026-05-23T15:37:31.071Z Downloaded glob v0.3.3
7262026-05-23T15:37:31.074Z Downloaded des v0.8.1
7272026-05-23T15:37:31.074Z Downloaded const_format_proc_macros v0.2.34
7282026-05-23T15:37:31.074Z Downloaded convert_case v0.10.0
7292026-05-23T15:37:31.077Z Downloaded ciborium v0.2.2
7302026-05-23T15:37:31.077Z Downloaded inout v0.1.4
7312026-05-23T15:37:31.080Z Downloaded foldhash v0.2.0
7322026-05-23T15:37:31.080Z Downloaded crossbeam-epoch v0.9.18
7332026-05-23T15:37:31.083Z Downloaded crc-any v2.5.0
7342026-05-23T15:37:31.083Z Downloaded derive_more v0.99.20
7352026-05-23T15:37:31.086Z Downloaded colored v2.2.0
7362026-05-23T15:37:31.089Z Downloaded instability v0.3.11
7372026-05-23T15:37:31.089Z Downloaded is_ci v1.2.0
7382026-05-23T15:37:31.089Z Downloaded is-terminal v0.4.17
7392026-05-23T15:37:31.089Z Downloaded internet-checksum v0.2.1
7402026-05-23T15:37:31.092Z Downloaded console v0.16.2
7412026-05-23T15:37:31.092Z Downloaded bzip2 v0.4.4
7422026-05-23T15:37:31.092Z Downloaded clang-sys v1.8.1
7432026-05-23T15:37:31.095Z Downloaded darling_core v0.23.0
7442026-05-23T15:37:31.098Z Downloaded blake2 v0.10.6
7452026-05-23T15:37:31.098Z Downloaded lalrpop-util v0.19.12
7462026-05-23T15:37:31.101Z Downloaded keccak v0.1.6
7472026-05-23T15:37:31.101Z Downloaded futures-channel v0.3.32
7482026-05-23T15:37:31.101Z Downloaded allocator-api2 v0.2.21
7492026-05-23T15:37:31.104Z Downloaded async-bb8-diesel v0.2.1
7502026-05-23T15:37:31.104Z Downloaded kstat-rs v0.2.4
7512026-05-23T15:37:31.107Z Downloaded erased-serde v0.3.31
7522026-05-23T15:37:31.107Z Downloaded ecdsa v0.16.9
7532026-05-23T15:37:31.110Z Downloaded cancel-safe-futures v0.1.5
7542026-05-23T15:37:31.110Z Downloaded hubpack v0.1.2
7552026-05-23T15:37:31.113Z Downloaded fs-err v2.11.0
7562026-05-23T15:37:31.113Z Downloaded humantime v2.3.0
7572026-05-23T15:37:31.113Z Downloaded http-range v0.1.5
7582026-05-23T15:37:31.116Z Downloaded http-body-util v0.1.3
7592026-05-23T15:37:31.116Z Downloaded lazy_static v1.5.0
7602026-05-23T15:37:31.116Z Downloaded hyper-staticfile v0.10.1
7612026-05-23T15:37:31.119Z Downloaded linked-hash-map v0.5.6
7622026-05-23T15:37:31.119Z Downloaded lru-slab v0.1.2
7632026-05-23T15:37:31.119Z Downloaded lru-cache v0.1.2
7642026-05-23T15:37:31.122Z Downloaded maplit v1.0.2
7652026-05-23T15:37:31.122Z Downloaded lru v0.12.5
7662026-05-23T15:37:31.122Z Downloaded getrandom v0.2.17
7672026-05-23T15:37:31.125Z Downloaded mime v0.3.17
7682026-05-23T15:37:31.125Z Downloaded md-5 v0.10.6
7692026-05-23T15:37:31.125Z Downloaded ingot-types v0.1.2
7702026-05-23T15:37:31.128Z Downloaded group v0.13.0
7712026-05-23T15:37:31.128Z Downloaded half v1.8.3
7722026-05-23T15:37:31.131Z Downloaded cexpr v0.6.0
7732026-05-23T15:37:31.131Z Downloaded elliptic-curve v0.13.8
7742026-05-23T15:37:31.134Z Downloaded memoffset v0.9.1
7752026-05-23T15:37:31.134Z Downloaded maybe-uninit v2.0.0
7762026-05-23T15:37:31.134Z Downloaded lzss v0.8.2
7772026-05-23T15:37:31.137Z Downloaded md5 v0.7.0
7782026-05-23T15:37:31.137Z Downloaded fatfs v0.3.6
7792026-05-23T15:37:31.140Z Downloaded dropshot_endpoint v0.17.0
7802026-05-23T15:37:31.140Z Downloaded byte-wrapper v0.1.0
7812026-05-23T15:37:31.143Z Downloaded ahash v0.8.12
7822026-05-23T15:37:31.143Z Downloaded managed v0.8.0
7832026-05-23T15:37:31.146Z Downloaded nodrop v0.1.14
7842026-05-23T15:37:31.146Z Downloaded newline-converter v0.3.0
7852026-05-23T15:37:31.146Z Downloaded impl-trait-for-tuples v0.2.3
7862026-05-23T15:37:31.149Z Downloaded darling_core v0.21.3
7872026-05-23T15:37:31.152Z Downloaded ingot v0.1.1
7882026-05-23T15:37:31.152Z Downloaded indoc v2.0.7
7892026-05-23T15:37:31.156Z Downloaded newtype-uuid-macros v0.1.0
7902026-05-23T15:37:31.156Z Downloaded ipnet v2.11.0
7912026-05-23T15:37:31.156Z Downloaded num v0.4.3
7922026-05-23T15:37:31.156Z Downloaded const-oid v0.9.6
7932026-05-23T15:37:31.159Z Downloaded console v0.15.11
7942026-05-23T15:37:31.159Z Downloaded num-iter v0.1.45
7952026-05-23T15:37:31.162Z Downloaded num_enum_derive v0.5.11
7962026-05-23T15:37:31.162Z Downloaded num-derive v0.4.2
7972026-05-23T15:37:31.162Z Downloaded darling_core v0.20.11
7982026-05-23T15:37:31.165Z Downloaded new_debug_unreachable v1.0.6
7992026-05-23T15:37:31.165Z Downloaded multimap v0.10.1
8002026-05-23T15:37:31.168Z Downloaded newtype_derive v0.1.6
8012026-05-23T15:37:31.168Z Downloaded futures v0.3.32
8022026-05-23T15:37:31.171Z Downloaded bitfield v0.19.4
8032026-05-23T15:37:31.171Z Downloaded async-trait v0.1.89
8042026-05-23T15:37:31.174Z Downloaded normalize-line-endings v0.3.0
8052026-05-23T15:37:31.174Z Downloaded nonempty v0.12.0
8062026-05-23T15:37:31.177Z Downloaded jobserver v0.1.34
8072026-05-23T15:37:31.177Z Downloaded libloading v0.8.9
8082026-05-23T15:37:31.177Z Downloaded num_threads v0.1.7
8092026-05-23T15:37:31.180Z Downloaded hyper-rustls v0.27.7
8102026-05-23T15:37:31.180Z Downloaded oso-derive v0.27.3
8112026-05-23T15:37:31.183Z Downloaded opaque-debug v0.3.1
8122026-05-23T15:37:31.183Z Downloaded httparse v1.10.1
8132026-05-23T15:37:31.183Z Downloaded getrandom v0.3.4
8142026-05-23T15:37:31.186Z Downloaded num-conv v0.2.0
8152026-05-23T15:37:31.187Z Downloaded libsw-core v0.3.2
8162026-05-23T15:37:31.190Z Downloaded libsw v3.5.0
8172026-05-23T15:37:31.190Z Downloaded libscf-sys v1.1.0
8182026-05-23T15:37:31.190Z Downloaded hmac v0.12.1
8192026-05-23T15:37:31.190Z Downloaded highway v1.3.0
8202026-05-23T15:37:31.193Z Downloaded anstyle-parse v0.2.7
8212026-05-23T15:37:31.193Z Downloaded linear-map v1.2.0
8222026-05-23T15:37:31.196Z Downloaded libefi-sys v0.1.0
8232026-05-23T15:37:31.211Z Downloaded openssl-probe v0.2.1
8242026-05-23T15:37:31.214Z Downloaded chacha20poly1305 v0.10.1
8252026-05-23T15:37:31.214Z Downloaded arc-swap v1.8.2
8262026-05-23T15:37:31.217Z Downloaded openssl-probe v0.1.6
8272026-05-23T15:37:31.217Z Downloaded openssl-macros v0.1.1
8282026-05-23T15:37:31.217Z Downloaded olpc-cjson v0.1.4
8292026-05-23T15:37:31.220Z Downloaded mime_guess v2.0.5
8302026-05-23T15:37:31.220Z Downloaded newtype-uuid v1.3.2
8312026-05-23T15:37:31.220Z Downloaded nanorand v0.7.0
8322026-05-23T15:37:31.223Z Downloaded ingot-macros v0.1.1
8332026-05-23T15:37:31.223Z Downloaded base64 v0.22.1
8342026-05-23T15:37:31.226Z Downloaded parse-size v1.1.0
8352026-05-23T15:37:31.226Z Downloaded peg-runtime v0.8.5
8362026-05-23T15:37:31.226Z Downloaded packed_struct_codegen v0.10.1
8372026-05-23T15:37:31.229Z Downloaded cookie v0.18.1
8382026-05-23T15:37:31.229Z Downloaded compact_str v0.8.1
8392026-05-23T15:37:31.232Z Downloaded num-rational v0.4.2
8402026-05-23T15:37:31.232Z Downloaded phf_shared v0.11.3
8412026-05-23T15:37:31.236Z Downloaded native-tls v0.2.18
8422026-05-23T15:37:31.236Z Downloaded multer v3.1.0
8432026-05-23T15:37:31.237Z Downloaded derive_more-impl v2.1.1
8442026-05-23T15:37:31.239Z Downloaded crossbeam-channel v0.5.15
8452026-05-23T15:37:31.242Z Downloaded pbkdf2 v0.11.0
8462026-05-23T15:37:31.242Z Downloaded parse-display v0.10.0
8472026-05-23T15:37:31.246Z Downloaded num_enum v0.7.6
8482026-05-23T15:37:31.248Z Downloaded pin-utils v0.1.0
8492026-05-23T15:37:31.248Z Downloaded pbkdf2 v0.12.2
8502026-05-23T15:37:31.251Z Downloaded path-slash v0.1.5
8512026-05-23T15:37:31.251Z Downloaded num-derive v0.3.3
8522026-05-23T15:37:31.251Z Downloaded nu-ansi-term v0.50.3
8532026-05-23T15:37:31.254Z Downloaded oxide-tokio-rt v0.1.4
8542026-05-23T15:37:31.254Z Downloaded phf_shared v0.13.1
8552026-05-23T15:37:31.258Z Downloaded num_enum_derive v0.7.6
8562026-05-23T15:37:31.258Z Downloaded num_enum v0.5.11
8572026-05-23T15:37:31.261Z Downloaded powerfmt v0.2.0
8582026-05-23T15:37:31.261Z Downloaded owo-colors v4.3.0
8592026-05-23T15:37:31.264Z Downloaded num-integer v0.1.46
8602026-05-23T15:37:31.264Z Downloaded litrs v1.0.0
8612026-05-23T15:37:31.267Z Downloaded derive-where v1.6.0
8622026-05-23T15:37:31.270Z Downloaded packed_struct v0.10.1
8632026-05-23T15:37:31.270Z Downloaded oxnet v0.1.5
8642026-05-23T15:37:31.273Z Downloaded memmap2 v0.9.10
8652026-05-23T15:37:31.273Z Downloaded derive_more v2.1.1
8662026-05-23T15:37:31.279Z Downloaded proc-macro-crate v3.4.0
8672026-05-23T15:37:31.282Z Downloaded predicates-core v1.0.10
8682026-05-23T15:37:31.282Z Downloaded predicates-tree v1.0.13
8692026-05-23T15:37:31.285Z Downloaded num-complex v0.4.6
8702026-05-23T15:37:31.285Z Downloaded precomputed-hash v0.1.1
8712026-05-23T15:37:31.285Z Downloaded indexmap v1.9.3
8722026-05-23T15:37:31.288Z Downloaded half v2.7.1
8732026-05-23T15:37:31.291Z Downloaded proc-macro-crate v1.3.1
8742026-05-23T15:37:31.291Z Downloaded progenitor-client v0.14.0
8752026-05-23T15:37:31.291Z Downloaded phf v0.12.1
8762026-05-23T15:37:31.294Z Downloaded progenitor-macro v0.11.2
8772026-05-23T15:37:31.294Z Downloaded pem-rfc7468 v0.7.0
8782026-05-23T15:37:31.294Z Downloaded pem v3.0.6
8792026-05-23T15:37:31.298Z Downloaded progenitor-client v0.11.2
8802026-05-23T15:37:31.298Z Downloaded proc-macro-error-attr2 v2.0.0
8812026-05-23T15:37:31.298Z Downloaded heapless v0.7.17
8822026-05-23T15:37:31.301Z Downloaded headers v0.4.1
8832026-05-23T15:37:31.304Z Downloaded peg-macros v0.8.5
8842026-05-23T15:37:31.307Z Downloaded phf_shared v0.12.1
8852026-05-23T15:37:31.307Z Downloaded parse-display-derive v0.10.0
8862026-05-23T15:37:31.307Z Downloaded libbz2-rs-sys v0.2.2
8872026-05-23T15:37:31.310Z Downloaded paste v1.0.15
8882026-05-23T15:37:31.312Z Downloaded progenitor-macro v0.13.0
8892026-05-23T15:37:31.312Z Downloaded pin-project-internal v1.1.11
8902026-05-23T15:37:31.312Z Downloaded pkg-config v0.3.32
8912026-05-23T15:37:31.316Z Downloaded ignore v0.4.25
8922026-05-23T15:37:31.316Z Downloaded pkcs8 v0.10.2
8932026-05-23T15:37:31.318Z Downloaded indicatif v0.18.4
8942026-05-23T15:37:31.321Z Downloaded poly1305 v0.8.0
8952026-05-23T15:37:31.321Z Downloaded postgres-protocol v0.6.10
8962026-05-23T15:37:31.324Z Downloaded base64 v0.21.7
8972026-05-23T15:37:31.327Z Downloaded progenitor-macro v0.14.0
8982026-05-23T15:37:31.327Z Downloaded rand_chacha v0.3.1
8992026-05-23T15:37:31.327Z Downloaded radium v0.7.0
9002026-05-23T15:37:31.330Z Downloaded ppv-lite86 v0.2.21
9012026-05-23T15:37:31.330Z Downloaded psl-types v2.0.11
9022026-05-23T15:37:31.330Z Downloaded polyval v0.6.2
9032026-05-23T15:37:31.333Z Downloaded password-hash v0.4.2
9042026-05-23T15:37:31.333Z Downloaded nibble_vec v0.1.0
9052026-05-23T15:37:31.336Z Downloaded flate2 v1.1.9
9062026-05-23T15:37:31.339Z Downloaded crypto-bigint v0.5.5
9072026-05-23T15:37:31.342Z Downloaded rand_xorshift v0.4.0
9082026-05-23T15:37:31.342Z Downloaded recursive-proc-macro-impl v0.1.1
9092026-05-23T15:37:31.345Z Downloaded password-hash v0.5.0
9102026-05-23T15:37:31.345Z Downloaded parking_lot_core v0.9.12
9112026-05-23T15:37:31.348Z Downloaded parking_lot_core v0.8.6
9122026-05-23T15:37:31.348Z Downloaded progenitor v0.11.2
9132026-05-23T15:37:31.351Z Downloaded proc-macro-error2 v2.0.1
9142026-05-23T15:37:31.351Z Downloaded predicates v3.1.4
9152026-05-23T15:37:31.355Z Downloaded async-compression v0.4.41
9162026-05-23T15:37:31.358Z Downloaded progenitor-extras v0.2.0
9172026-05-23T15:37:31.361Z Downloaded progenitor v0.14.0
9182026-05-23T15:37:31.361Z Downloaded ref-cast-impl v1.0.25
9192026-05-23T15:37:31.361Z Downloaded progenitor v0.13.0
9202026-05-23T15:37:31.364Z Downloaded ref-cast v1.0.25
9212026-05-23T15:37:31.364Z Downloaded hickory-resolver v0.25.2
9222026-05-23T15:37:31.367Z Downloaded primeorder v0.13.6
9232026-05-23T15:37:31.367Z Downloaded parking_lot v0.12.5
9242026-05-23T15:37:31.370Z Downloaded russh-cryptovec v0.7.3
9252026-05-23T15:37:31.370Z Downloaded progenitor-client v0.13.0
9262026-05-23T15:37:31.373Z Downloaded diesel_derives v2.3.7
9272026-05-23T15:37:31.376Z Downloaded r2d2 v0.8.10
9282026-05-23T15:37:31.376Z Downloaded expectorate v1.2.0
9292026-05-23T15:37:31.379Z Downloaded oso v0.27.3
9302026-05-23T15:37:31.381Z Downloaded rfc6979 v0.4.0
9312026-05-23T15:37:31.382Z Downloaded pkcs5 v0.7.1
9322026-05-23T15:37:31.384Z Downloaded rtoolbox v0.0.3
9332026-05-23T15:37:31.384Z Downloaded postcard v1.1.3
9342026-05-23T15:37:31.387Z Downloaded pin-project-lite v0.2.17
9352026-05-23T15:37:31.390Z Downloaded pkcs1 v0.7.5
9362026-05-23T15:37:31.391Z Downloaded phf v0.13.1
9372026-05-23T15:37:31.393Z Downloaded heapless v0.8.0
9382026-05-23T15:37:31.396Z Downloaded omicron-zone-package v0.12.2
9392026-05-23T15:37:31.399Z Downloaded same-file v1.0.6
9402026-05-23T15:37:31.399Z Downloaded quick-error v1.2.3
9412026-05-23T15:37:31.399Z Downloaded p256 v0.13.2
9422026-05-23T15:37:31.403Z Downloaded psm v0.1.30
9432026-05-23T15:37:31.406Z Downloaded rustc_version v0.4.1
9442026-05-23T15:37:31.406Z Downloaded rustc_version v0.1.7
9452026-05-23T15:37:31.406Z Downloaded papergrid v0.17.0
9462026-05-23T15:37:31.410Z Downloaded scrypt v0.11.0
9472026-05-23T15:37:31.413Z Downloaded scroll_derive v0.13.1
9482026-05-23T15:37:31.413Z Downloaded hashbrown v0.12.3
9492026-05-23T15:37:31.416Z Downloaded crossterm v0.28.1
9502026-05-23T15:37:31.419Z Downloaded rand_seeder v0.4.0
9512026-05-23T15:37:31.423Z Downloaded rand_core v0.10.0
9522026-05-23T15:37:31.423Z Downloaded rand_core v0.9.5
9532026-05-23T15:37:31.423Z Downloaded sapling-renderdag v0.1.0
9542026-05-23T15:37:31.427Z Downloaded salsa20 v0.10.2
9552026-05-23T15:37:31.427Z Downloaded hickory-resolver v0.24.4
9562026-05-23T15:37:31.429Z Downloaded scheduled-thread-pool v0.2.7
9572026-05-23T15:37:31.429Z Downloaded parking_lot v0.11.2
9582026-05-23T15:37:31.429Z Downloaded jiff-static v0.2.21
9592026-05-23T15:37:31.432Z Downloaded aes v0.8.4
9602026-05-23T15:37:31.435Z Downloaded ed25519-dalek v2.2.0
9612026-05-23T15:37:31.435Z Downloaded secrecy v0.10.3
9622026-05-23T15:37:31.439Z Downloaded recursive v0.1.1
9632026-05-23T15:37:31.439Z Downloaded serde_repr v0.1.20
9642026-05-23T15:37:31.439Z Downloaded serde-big-array v0.5.1
9652026-05-23T15:37:31.442Z Downloaded pin-project v1.1.11
9662026-05-23T15:37:31.445Z Downloaded serde_plain v1.0.2
9672026-05-23T15:37:31.448Z Downloaded postgres-types v0.2.12
9682026-05-23T15:37:31.448Z Downloaded quinn-udp v0.5.14
9692026-05-23T15:37:31.451Z Downloaded rustls-pemfile v1.0.4
9702026-05-23T15:37:31.451Z Downloaded serde_bytes v0.11.19
9712026-05-23T15:37:31.454Z Downloaded seq-macro v0.3.6
9722026-05-23T15:37:31.454Z Downloaded rustls-native-certs v0.8.3
9732026-05-23T15:37:31.454Z Downloaded rand_core v0.6.4
9742026-05-23T15:37:31.457Z Downloaded openssl-sys v0.9.114
9752026-05-23T15:37:31.461Z Downloaded serde_urlencoded v0.7.1
9762026-05-23T15:37:31.461Z Downloaded serde_spanned v1.0.4
9772026-05-23T15:37:31.461Z Downloaded peg v0.8.5
9782026-05-23T15:37:31.464Z Downloaded rusty-fork v0.3.1
9792026-05-23T15:37:31.467Z Downloaded rustversion v1.0.22
9802026-05-23T15:37:31.467Z Downloaded secrecy v0.8.0
9812026-05-23T15:37:31.467Z Downloaded rand_chacha v0.9.0
9822026-05-23T15:37:31.470Z Downloaded const_format v0.2.35
9832026-05-23T15:37:31.470Z Downloaded bytes v1.11.1
9842026-05-23T15:37:31.473Z Downloaded shell-words v1.1.1
9852026-05-23T15:37:31.476Z Downloaded rustls-pemfile v2.2.0
9862026-05-23T15:37:31.476Z Downloaded siphasher v1.0.2
9872026-05-23T15:37:31.476Z Downloaded sha1 v0.10.6
9882026-05-23T15:37:31.479Z Downloaded rustc-hash v2.1.1
9892026-05-23T15:37:31.479Z Downloaded signal-hook-mio v0.2.5
9902026-05-23T15:37:31.479Z Downloaded sct v0.7.1
9912026-05-23T15:37:31.482Z Downloaded sigpipe v0.1.3
9922026-05-23T15:37:31.482Z Downloaded signal-hook-tokio v0.3.1
9932026-05-23T15:37:31.485Z Downloaded prefix-trie v0.7.0
9942026-05-23T15:37:31.485Z Downloaded cc v1.2.56
9952026-05-23T15:37:31.488Z Downloaded progenitor-impl v0.14.0
9962026-05-23T15:37:31.488Z Downloaded hashbrown v0.13.2
9972026-05-23T15:37:31.491Z Downloaded bumpalo v3.20.2
9982026-05-23T15:37:31.494Z Downloaded der v0.7.10
9992026-05-23T15:37:31.498Z Downloaded match_cfg v0.1.0
10002026-05-23T15:37:31.498Z Downloaded lock_api v0.4.14
10012026-05-23T15:37:31.501Z Downloaded iana-time-zone v0.1.65
10022026-05-23T15:37:31.501Z Downloaded flume v0.11.1
10032026-05-23T15:37:31.501Z Downloaded signature v2.2.0
10042026-05-23T15:37:31.504Z Downloaded russh-keys v0.45.0
10052026-05-23T15:37:31.504Z Downloaded drift v0.2.0
10062026-05-23T15:37:31.509Z Downloaded scroll v0.13.0
10072026-05-23T15:37:31.512Z Downloaded slog-envlogger v2.2.0
10082026-05-23T15:37:31.512Z Downloaded scopeguard v1.2.0
10092026-05-23T15:37:31.515Z Downloaded schemars_derive v0.8.22
10102026-05-23T15:37:31.515Z Downloaded rustls-pki-types v1.14.0
10112026-05-23T15:37:31.515Z Downloaded ipnetwork v0.21.1
10122026-05-23T15:37:31.518Z Downloaded data-encoding v2.10.0
10132026-05-23T15:37:31.518Z Downloaded hyper-util v0.1.20
10142026-05-23T15:37:31.521Z Downloaded http v1.4.0
10152026-05-23T15:37:31.524Z Downloaded hickory-server v0.25.2
10162026-05-23T15:37:31.527Z Downloaded sqlparser_derive v0.5.0
10172026-05-23T15:37:31.527Z Downloaded ssh-encoding v0.2.0
10182026-05-23T15:37:31.530Z Downloaded ssh-cipher v0.2.0
10192026-05-23T15:37:31.530Z Downloaded serde-hex v0.1.0
10202026-05-23T15:37:31.530Z Downloaded semver v0.1.20
10212026-05-23T15:37:31.533Z Downloaded sec1 v0.7.3
10222026-05-23T15:37:31.533Z Downloaded resolv-conf v0.7.6
10232026-05-23T15:37:31.536Z Downloaded mio v1.2.0
10242026-05-23T15:37:31.539Z Downloaded dropshot-api-manager v0.7.2
10252026-05-23T15:37:31.542Z Downloaded shlex v1.3.0
10262026-05-23T15:37:31.542Z Downloaded slog-bunyan v2.5.0
10272026-05-23T15:37:31.545Z Downloaded slog-async v2.8.0
10282026-05-23T15:37:31.545Z Downloaded slab v0.4.12
10292026-05-23T15:37:31.548Z Downloaded serde_path_to_error v0.1.20
10302026-05-23T15:37:31.548Z Downloaded strum v0.27.2
10312026-05-23T15:37:31.551Z Downloaded strum v0.26.3
10322026-05-23T15:37:31.551Z Downloaded structmeta v0.3.0
10332026-05-23T15:37:31.554Z Downloaded structmeta-derive v0.3.0
10342026-05-23T15:37:31.557Z Downloaded strip-ansi-escapes v0.2.1
10352026-05-23T15:37:31.557Z Downloaded minimal-lexical v0.2.1
10362026-05-23T15:37:31.560Z Downloaded slog-stdlog v4.1.1
10372026-05-23T15:37:31.560Z Downloaded sync-ptr v0.1.4
10382026-05-23T15:37:31.560Z Downloaded supports-color v3.0.2
10392026-05-23T15:37:31.563Z Downloaded tap v1.0.1
10402026-05-23T15:37:31.563Z Downloaded tagptr v0.2.0
10412026-05-23T15:37:31.563Z Downloaded tabwriter v1.4.1
10422026-05-23T15:37:31.564Z Downloaded sync_wrapper v1.0.2
10432026-05-23T15:37:31.566Z Downloaded prettyplease v0.2.37
10442026-05-23T15:37:31.566Z Downloaded ron v0.8.1
10452026-05-23T15:37:31.569Z Downloaded rcgen v0.12.1
10462026-05-23T15:37:31.572Z Downloaded itertools v0.10.5
10472026-05-23T15:37:31.575Z Downloaded signal-hook-registry v1.4.8
10482026-05-23T15:37:31.575Z Downloaded serde_derive_internals v0.29.1
10492026-05-23T15:37:31.578Z Downloaded tabled_derive v0.11.0
10502026-05-23T15:37:31.578Z Downloaded simd-adler32 v0.3.8
10512026-05-23T15:37:31.581Z Downloaded termtree v0.5.1
10522026-05-23T15:37:31.581Z Downloaded serde_with_macros v3.17.0
10532026-05-23T15:37:31.581Z Downloaded progenitor-impl v0.13.0
10542026-05-23T15:37:31.584Z Downloaded slog-scope v4.4.1
10552026-05-23T15:37:31.584Z Downloaded slog-json v2.6.1
10562026-05-23T15:37:31.587Z Downloaded smallvec v0.6.14
10572026-05-23T15:37:31.587Z Downloaded miniz_oxide v0.8.9
10582026-05-23T15:37:31.587Z Downloaded spki v0.7.3
10592026-05-23T15:37:31.590Z Downloaded smf v0.2.3
10602026-05-23T15:37:31.590Z Downloaded serde_cbor v0.11.2
10612026-05-23T15:37:31.593Z Downloaded aes-gcm v0.10.3
10622026-05-23T15:37:31.593Z Downloaded string_cache v0.8.9
10632026-05-23T15:37:31.597Z Downloaded sqlformat v0.3.5
10642026-05-23T15:37:31.597Z Downloaded ryu v1.0.23
10652026-05-23T15:37:31.600Z Downloaded slog-term v2.9.2
10662026-05-23T15:37:31.600Z Downloaded thread-id v5.1.0
10672026-05-23T15:37:31.603Z Downloaded subtle v2.6.1
10682026-05-23T15:37:31.603Z Downloaded slog-dtrace v0.3.0
10692026-05-23T15:37:31.606Z Downloaded time-core v0.1.8
10702026-05-23T15:37:31.606Z Downloaded thiserror-impl-no-std v2.0.2
10712026-05-23T15:37:31.606Z Downloaded testing_table v0.3.0
10722026-05-23T15:37:31.609Z Downloaded crossterm v0.29.0
10732026-05-23T15:37:31.612Z Downloaded tinyvec_macros v0.1.1
10742026-05-23T15:37:31.615Z Downloaded snafu-derive v0.8.9
10752026-05-23T15:37:31.620Z Downloaded take_mut v0.2.2
10762026-05-23T15:37:31.623Z Downloaded support-bundle-viewer v0.1.2
10772026-05-23T15:37:31.623Z Downloaded strum_macros v0.26.4
10782026-05-23T15:37:31.626Z Downloaded stringprep v0.1.5
10792026-05-23T15:37:31.626Z Downloaded static_assertions v1.1.0
10802026-05-23T15:37:31.626Z Downloaded stacker v0.1.23
10812026-05-23T15:37:31.629Z Downloaded hashbrown v0.15.5
10822026-05-23T15:37:31.639Z Downloaded strum_macros v0.27.2
10832026-05-23T15:37:31.646Z Downloaded schemars v0.8.22
10842026-05-23T15:37:31.653Z Downloaded tokio-macros v2.7.0
10852026-05-23T15:37:31.658Z Downloaded tiny-keccak v2.0.2
10862026-05-23T15:37:31.661Z Downloaded thiserror-no-std v2.0.2
10872026-05-23T15:37:31.664Z Downloaded try-lock v0.2.5
10882026-05-23T15:37:31.664Z Downloaded trait-variant v0.1.2
10892026-05-23T15:37:31.664Z Downloaded progenitor-impl v0.11.2
10902026-05-23T15:37:31.672Z Downloaded signal-hook v0.3.18
10912026-05-23T15:37:31.703Z Downloaded thread_local v1.1.9
10922026-05-23T15:37:31.703Z Downloaded tower-layer v0.3.3
10932026-05-23T15:37:31.703Z Downloaded termios v0.3.3
10942026-05-23T15:37:31.703Z Downloaded tower-service v0.3.3
10952026-05-23T15:37:31.703Z Downloaded tokio-dtrace v0.1.1
10962026-05-23T15:37:31.703Z Downloaded unarray v0.1.4
10972026-05-23T15:37:31.703Z Downloaded similar v2.7.0
10982026-05-23T15:37:31.703Z Downloaded time-macros v0.2.27
10992026-05-23T15:37:31.703Z Downloaded slog v2.8.2
11002026-05-23T15:37:31.703Z Downloaded strum_macros v0.24.3
11012026-05-23T15:37:31.703Z Downloaded num-bigint-dig v0.8.6
11022026-05-23T15:37:31.703Z Downloaded schemars v0.9.0
11032026-05-23T15:37:31.703Z Downloaded unit-prefix v0.5.2
11042026-05-23T15:37:31.703Z Downloaded typify-macro v0.6.2
11052026-05-23T15:37:31.703Z Downloaded unicode-truncate v1.1.0
11062026-05-23T15:37:31.703Z Downloaded usdt v0.6.0
11072026-05-23T15:37:31.703Z Downloaded untrusted v0.9.0
11082026-05-23T15:37:31.703Z Downloaded usdt-attr-macro v0.6.0
11092026-05-23T15:37:31.703Z Downloaded term v0.7.0
11102026-05-23T15:37:31.706Z Downloaded pretty_assertions v1.4.1
11112026-05-23T15:37:31.706Z Downloaded universal-hash v0.5.1
11122026-05-23T15:37:31.706Z Downloaded typify-macro v0.4.3
11132026-05-23T15:37:31.706Z Downloaded tokio-tungstenite v0.23.1
11142026-05-23T15:37:31.709Z Downloaded quinn v0.11.9
11152026-05-23T15:37:31.712Z Downloaded rayon-core v1.13.0
11162026-05-23T15:37:31.712Z Downloaded rand v0.8.6
11172026-05-23T15:37:31.715Z Downloaded usdt-macro v0.6.0
11182026-05-23T15:37:31.715Z Downloaded tls_codec v0.4.2
11192026-05-23T15:37:31.718Z Downloaded tls_codec_derive v0.4.2
11202026-05-23T15:37:31.718Z Downloaded iddqd v0.4.1
11212026-05-23T15:37:31.721Z Downloaded untrusted v0.7.1
11222026-05-23T15:37:31.724Z Downloaded rand v0.9.2
11232026-05-23T15:37:31.727Z Downloaded tokio-native-tls v0.3.1
11242026-05-23T15:37:31.727Z Downloaded bindgen v0.71.1
11252026-05-23T15:37:31.730Z Downloaded utf-8 v0.7.6
11262026-05-23T15:37:31.732Z Downloaded spin v0.9.8
11272026-05-23T15:37:31.732Z Downloaded tokio-tungstenite v0.21.0
11282026-05-23T15:37:31.735Z Downloaded socket2 v0.6.3
11292026-05-23T15:37:31.735Z Downloaded aho-corasick v1.1.4
11302026-05-23T15:37:31.738Z Downloaded rustls-webpki v0.103.9
11312026-05-23T15:37:31.741Z Downloaded futures-util v0.3.32
11322026-05-23T15:37:31.746Z Downloaded wait-timeout v0.2.1
11332026-05-23T15:37:31.749Z Downloaded void v1.0.2
11342026-05-23T15:37:31.749Z Downloaded toml_writer v1.0.6+spec-1.1.0
11352026-05-23T15:37:31.749Z Downloaded term v1.2.1
11362026-05-23T15:37:31.752Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11372026-05-23T15:37:31.752Z Downloaded itertools v0.12.1
11382026-05-23T15:37:31.755Z Downloaded topological-sort v0.2.2
11392026-05-23T15:37:31.758Z Downloaded nom v8.0.0
11402026-05-23T15:37:31.761Z Downloaded iri-string v0.7.10
11412026-05-23T15:37:31.764Z Downloaded serde_yaml v0.9.34+deprecated
11422026-05-23T15:37:31.767Z Downloaded tui-tree-widget v0.23.1
11432026-05-23T15:37:31.767Z Downloaded waitgroup v0.1.2
11442026-05-23T15:37:31.767Z Downloaded rsa v0.9.10
11452026-05-23T15:37:31.770Z Downloaded unicase v2.9.0
11462026-05-23T15:37:31.773Z Downloaded rustls-platform-verifier v0.6.2
11472026-05-23T15:37:31.773Z Downloaded itertools v0.14.0
11482026-05-23T15:37:31.777Z Downloaded toml_parser v1.0.9+spec-1.1.0
11492026-05-23T15:37:31.780Z Downloaded subprocess v0.2.15
11502026-05-23T15:37:31.783Z Downloaded socket2 v0.5.10
11512026-05-23T15:37:31.783Z Downloaded want v0.3.1
11522026-05-23T15:37:31.783Z Downloaded samael v0.0.19
11532026-05-23T15:37:31.786Z Downloaded xshell-macros v0.2.7
11542026-05-23T15:37:31.786Z Downloaded tokio-stream v0.1.18
11552026-05-23T15:37:31.789Z Downloaded usdt-impl v0.6.0
11562026-05-23T15:37:31.792Z Downloaded tokio-rustls v0.26.4
11572026-05-23T15:37:31.792Z Downloaded tokio-rustls v0.25.0
11582026-05-23T15:37:31.792Z Downloaded xattr v1.6.1
11592026-05-23T15:37:31.795Z Downloaded test-strategy v0.4.5
11602026-05-23T15:37:31.795Z Downloaded rand v0.10.1
11612026-05-23T15:37:31.799Z Downloaded hyper v1.8.1
11622026-05-23T15:37:31.802Z Downloaded vergen-lib v0.1.6
11632026-05-23T15:37:31.805Z Downloaded vergen-lib v9.1.0
11642026-05-23T15:37:31.805Z Downloaded vergen-gitcl v1.0.8
11652026-05-23T15:37:31.805Z Downloaded uzers v0.12.2
11662026-05-23T15:37:31.807Z Downloaded snafu v0.8.9
11672026-05-23T15:37:31.810Z Downloaded vsss-rs v3.3.4
11682026-05-23T15:37:31.810Z Downloaded zone_cfg_derive v0.3.1
11692026-05-23T15:37:31.813Z Downloaded zone v0.3.1
11702026-05-23T15:37:31.813Z Downloaded zeroize_derive v1.4.3
11712026-05-23T15:37:31.813Z Downloaded vergen-git2 v9.1.0
11722026-05-23T15:37:31.813Z Downloaded tracing-attributes v0.1.31
11732026-05-23T15:37:31.816Z Downloaded twox-hash v2.1.2
11742026-05-23T15:37:31.816Z Downloaded h2 v0.4.13
11752026-05-23T15:37:31.819Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11762026-05-23T15:37:31.822Z Downloaded tar v0.4.45
11772026-05-23T15:37:31.822Z Downloaded p521 v0.13.3
11782026-05-23T15:37:31.825Z Downloaded hkdf v0.12.4
11792026-05-23T15:37:31.828Z Downloaded hashbrown v0.16.1
11802026-05-23T15:37:31.831Z Downloaded unicode-properties v0.1.4
11812026-05-23T15:37:31.831Z Downloaded libm v0.2.16
11822026-05-23T15:37:31.835Z Downloaded toml v1.0.6+spec-1.1.0
11832026-05-23T15:37:31.839Z Downloaded whoami v1.6.1
11842026-05-23T15:37:31.842Z Downloaded walkdir v2.5.0
11852026-05-23T15:37:31.842Z Downloaded tinyvec v1.10.0
11862026-05-23T15:37:31.842Z Downloaded tokio-rustls v0.24.1
11872026-05-23T15:37:31.845Z Downloaded blake3 v1.8.3
11882026-05-23T15:37:31.848Z Downloaded wyz v0.5.1
11892026-05-23T15:37:31.848Z Downloaded whoami v2.1.0
11902026-05-23T15:37:31.851Z Downloaded xshell v0.2.7
11912026-05-23T15:37:31.851Z Downloaded steno v0.4.1
11922026-05-23T15:37:31.854Z Downloaded vergen v9.1.0
11932026-05-23T15:37:31.854Z Downloaded publicsuffix v2.3.0
11942026-05-23T15:37:31.857Z Downloaded num-bigint v0.4.6
11952026-05-23T15:37:31.860Z Downloaded libxml v0.3.3
11962026-05-23T15:37:31.863Z Downloaded itertools v0.13.0
11972026-05-23T15:37:31.866Z Downloaded tungstenite v0.21.0
11982026-05-23T15:37:31.870Z Downloaded qorb v0.4.1
11992026-05-23T15:37:31.873Z Downloaded nom v7.1.3
12002026-05-23T15:37:31.873Z Downloaded unicode-bidi v0.3.18
12012026-05-23T15:37:31.876Z Downloaded schemars v1.2.1
12022026-05-23T15:37:31.883Z Downloaded typify v0.6.2
12032026-05-23T15:37:31.886Z Downloaded zstd-safe v7.2.4
12042026-05-23T15:37:31.886Z Downloaded toml v0.7.8
12052026-05-23T15:37:31.888Z Downloaded unsafe-libyaml v0.2.11
12062026-05-23T15:37:31.888Z Downloaded rpassword v7.4.0
12072026-05-23T15:37:31.892Z Downloaded russh v0.45.0
12082026-05-23T15:37:31.895Z Downloaded yasna v0.5.2
12092026-05-23T15:37:31.898Z Downloaded zeroize v1.8.2
12102026-05-23T15:37:31.907Z Downloaded vte v0.14.1
12112026-05-23T15:37:31.911Z Downloaded zerocopy v0.6.6
12122026-05-23T15:37:31.914Z Downloaded zstd v0.13.3
12132026-05-23T15:37:31.918Z Downloaded tungstenite v0.23.0
12142026-05-23T15:37:31.924Z Downloaded typify v0.4.3
12152026-05-23T15:37:31.928Z Downloaded bitvec v1.0.1
12162026-05-23T15:37:31.936Z Downloaded reedline v0.40.0
12172026-05-23T15:37:31.940Z Downloaded uuid v1.23.0
12182026-05-23T15:37:31.943Z Downloaded curve25519-dalek v4.1.3
12192026-05-23T15:37:31.948Z Downloaded toml_edit v0.23.10+spec-1.0.0
12202026-05-23T15:37:31.951Z Downloaded tracing-core v0.1.36
12212026-05-23T15:37:31.959Z Downloaded zopfli v0.8.3
12222026-05-23T15:37:31.965Z Downloaded rustyline v14.0.0
12232026-05-23T15:37:31.969Z Downloaded git2 v0.20.4
12242026-05-23T15:37:31.972Z Downloaded regex v1.12.3
12252026-05-23T15:37:31.976Z Downloaded unicode_categories v0.1.1
12262026-05-23T15:37:31.976Z Downloaded tokio-postgres v0.7.16
12272026-05-23T15:37:31.986Z Downloaded yansi v1.0.1
12282026-05-23T15:37:31.995Z Downloaded portable-atomic v1.13.1
12292026-05-23T15:37:32.001Z Downloaded zip v0.6.6
12302026-05-23T15:37:32.004Z Downloaded ssh-key v0.6.7
12312026-05-23T15:37:32.008Z Downloaded rayon v1.11.0
12322026-05-23T15:37:32.014Z Downloaded chrono v0.4.44
12332026-05-23T15:37:32.017Z Downloaded reqwest v0.12.28
12342026-05-23T15:37:32.021Z Downloaded toml_edit v0.19.15
12352026-05-23T15:37:32.030Z Downloaded tower v0.5.3
12362026-05-23T15:37:32.036Z Downloaded zerocopy-derive v0.8.40
12372026-05-23T15:37:32.040Z Downloaded salty v0.3.0
12382026-05-23T15:37:32.045Z Downloaded typed-path v0.9.3
12392026-05-23T15:37:32.048Z Downloaded p384 v0.13.1
12402026-05-23T15:37:32.050Z Downloaded rustls-webpki v0.101.7
12412026-05-23T15:37:32.058Z Downloaded unicode-segmentation v1.12.0
12422026-05-23T15:37:32.062Z Downloaded goblin v0.10.5
12432026-05-23T15:37:32.065Z Downloaded quick-xml v0.37.5
12442026-05-23T15:37:32.068Z Downloaded lalrpop v0.19.12
12452026-05-23T15:37:32.073Z Downloaded reqwest v0.13.2
12462026-05-23T15:37:32.077Z Downloaded moka v0.12.13
12472026-05-23T15:37:32.081Z Downloaded unicode-normalization v0.1.25
12482026-05-23T15:37:32.084Z Downloaded tokio-util v0.7.18
12492026-05-23T15:37:32.087Z Downloaded tower-http v0.6.8
12502026-05-23T15:37:32.092Z Downloaded tough v0.22.0
12512026-05-23T15:37:32.096Z Downloaded rustls-webpki v0.102.8
12522026-05-23T15:37:32.106Z Downloaded zip v4.6.1
12532026-05-23T15:37:32.109Z Downloaded x509-cert v0.2.5
12542026-05-23T15:37:32.113Z Downloaded petname v2.0.2
12552026-05-23T15:37:32.116Z Downloaded proptest v1.10.0
12562026-05-23T15:37:32.122Z Downloaded serde_with v3.17.0
12572026-05-23T15:37:32.128Z Downloaded nix v0.27.1
12582026-05-23T15:37:32.137Z Downloaded object v0.30.4
12592026-05-23T15:37:32.158Z Downloaded winnow v0.5.40
12602026-05-23T15:37:32.164Z Downloaded radix_trie v0.2.1
12612026-05-23T15:37:32.167Z Downloaded openssl v0.10.78
12622026-05-23T15:37:32.176Z Downloaded winnow v0.6.26
12632026-05-23T15:37:32.182Z Downloaded polar-core v0.27.3
12642026-05-23T15:37:32.186Z Downloaded nix v0.28.0
12652026-05-23T15:37:32.192Z Downloaded bstr v1.12.1
12662026-05-23T15:37:32.199Z Downloaded tabled v0.20.0
12672026-05-23T15:37:32.209Z Downloaded winnow v1.0.3
12682026-05-23T15:37:32.226Z Downloaded smoltcp v0.9.1
12692026-05-23T15:37:32.231Z Downloaded quinn-proto v0.11.13
12702026-05-23T15:37:32.237Z Downloaded rustls v0.21.12
12712026-05-23T15:37:32.243Z Downloaded regex-syntax v0.6.29
12722026-05-23T15:37:32.246Z Downloaded nix v0.31.2
12732026-05-23T15:37:32.253Z Downloaded dropshot v0.17.0
12742026-05-23T15:37:32.265Z Downloaded zlib-rs v0.6.2
12752026-05-23T15:37:32.268Z Downloaded time v0.3.47
12762026-05-23T15:37:32.275Z Downloaded webpki-roots v1.0.6
12772026-05-23T15:37:32.277Z Downloaded vcpkg v0.2.15
12782026-05-23T15:37:32.299Z Downloaded object v0.37.3
12792026-05-23T15:37:32.305Z Downloaded diesel v2.3.7
12802026-05-23T15:37:32.317Z Downloaded zerocopy v0.8.40
12812026-05-23T15:37:32.323Z Downloaded smoltcp v0.11.0
12822026-05-23T15:37:32.329Z Downloaded regress v0.10.5
12832026-05-23T15:37:32.334Z Downloaded hickory-proto v0.25.2
12842026-05-23T15:37:32.342Z Downloaded rustls v0.23.37
12852026-05-23T15:37:32.349Z Downloaded rustix v0.38.44
12862026-05-23T15:37:32.361Z Downloaded regress v0.11.1
12872026-05-23T15:37:32.367Z Downloaded regex-syntax v0.8.10
12882026-05-23T15:37:32.371Z Downloaded rustls v0.22.4
12892026-05-23T15:37:32.378Z Downloaded openapiv3 v2.2.0
12902026-05-23T15:37:32.385Z Downloaded hickory-proto v0.24.4
12912026-05-23T15:37:32.411Z Downloaded sled v0.34.7
12922026-05-23T15:37:32.417Z Downloaded sqlparser v0.61.0
12932026-05-23T15:37:32.425Z Downloaded tracing v0.1.44
12942026-05-23T15:37:32.437Z Downloaded ratatui v0.29.0
12952026-05-23T15:37:32.449Z Downloaded typify-impl v0.4.3
12962026-05-23T15:37:32.458Z Downloaded zerocopy-derive v0.6.6
12972026-05-23T15:37:32.476Z Downloaded typify-impl v0.6.2
12982026-05-23T15:37:32.482Z Downloaded bzip2-sys v0.1.13+1.0.8
12992026-05-23T15:37:32.495Z Downloaded jiff v0.2.21
13002026-05-23T15:37:32.507Z Downloaded csv v1.4.0
13012026-05-23T15:37:32.521Z Downloaded regex-automata v0.4.14
13022026-05-23T15:37:32.530Z Downloaded sha3 v0.10.8
13032026-05-23T15:37:32.547Z Downloaded encoding_rs v0.8.35
13042026-05-23T15:37:32.560Z Downloaded petgraph v0.6.5
13052026-05-23T15:37:32.571Z Downloaded chrono-tz v0.10.4
13062026-05-23T15:37:32.603Z Downloaded petgraph v0.8.3
13072026-05-23T15:37:32.615Z Downloaded libz-sys v1.1.24
13082026-05-23T15:37:32.649Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13092026-05-23T15:37:32.659Z Downloaded tokio v1.52.1
13102026-05-23T15:37:32.778Z Downloaded ring v0.17.14
13112026-05-23T15:37:32.815Z Downloaded libgit2-sys v0.18.3+1.9.2
13122026-05-23T15:37:33.299Z Downloaded aws-lc-sys v0.40.0
13132026-05-23T15:37:33.549Z Compiling libc v0.2.185
13142026-05-23T15:37:33.549Z Compiling serde v1.0.228
13152026-05-23T15:37:33.553Z Compiling log v0.4.29
13162026-05-23T15:37:33.553Z Compiling find-msvc-tools v0.1.9
13172026-05-23T15:37:33.701Z Compiling shlex v1.3.0
13182026-05-23T15:37:33.721Z Compiling syn v2.0.117
13192026-05-23T15:37:33.724Z Compiling smallvec v1.15.1
13202026-05-23T15:37:33.724Z Compiling typenum v1.19.0
13212026-05-23T15:37:33.883Z Compiling generic-array v0.14.7
13222026-05-23T15:37:33.903Z Compiling subtle v2.6.1
13232026-05-23T15:37:33.941Z Compiling scopeguard v1.2.0
13242026-05-23T15:37:33.968Z Compiling portable-atomic v1.13.1
13252026-05-23T15:37:33.999Z Compiling const-oid v0.9.6
13262026-05-23T15:37:34.041Z Compiling lock_api v0.4.14
13272026-05-23T15:37:34.109Z Compiling serde_json v1.0.149
13282026-05-23T15:37:34.266Z Compiling zerocopy v0.8.40
13292026-05-23T15:37:34.398Z Compiling critical-section v1.2.0
13302026-05-23T15:37:34.523Z Compiling pin-project-lite v0.2.17
13312026-05-23T15:37:34.618Z Compiling parking_lot_core v0.9.12
13322026-05-23T15:37:34.710Z Compiling getrandom v0.2.17
13332026-05-23T15:37:34.742Z Compiling jobserver v0.1.34
13342026-05-23T15:37:34.834Z Compiling errno v0.3.14
13352026-05-23T15:37:34.838Z Compiling pkg-config v0.3.32
13362026-05-23T15:37:34.859Z Compiling rand_core v0.6.4
13372026-05-23T15:37:34.946Z Compiling cc v1.2.56
13382026-05-23T15:37:34.983Z Compiling once_cell v1.21.3
13392026-05-23T15:37:35.122Z Compiling signal-hook-registry v1.4.8
13402026-05-23T15:37:35.135Z Compiling bitflags v2.11.0
13412026-05-23T15:37:35.197Z Compiling futures-core v0.3.32
13422026-05-23T15:37:35.350Z Compiling libm v0.2.16
13432026-05-23T15:37:35.365Z Compiling parking_lot v0.12.5
13442026-05-23T15:37:35.368Z Compiling mio v1.2.0
13452026-05-23T15:37:35.399Z Compiling num-traits v0.2.19
13462026-05-23T15:37:35.412Z Compiling percent-encoding v2.3.2
13472026-05-23T15:37:35.601Z Compiling socket2 v0.6.3
13482026-05-23T15:37:35.616Z Compiling futures-sink v0.3.32
13492026-05-23T15:37:35.715Z Compiling futures-channel v0.3.32
13502026-05-23T15:37:35.745Z Compiling slab v0.4.12
13512026-05-23T15:37:35.759Z Compiling futures-io v0.3.32
13522026-05-23T15:37:35.840Z Compiling futures-task v0.3.32
13532026-05-23T15:37:35.913Z Compiling getrandom v0.4.1
13542026-05-23T15:37:35.927Z Compiling cpufeatures v0.2.17
13552026-05-23T15:37:35.946Z Compiling rand_core v0.10.0
13562026-05-23T15:37:36.004Z Compiling indexmap v2.14.0
13572026-05-23T15:37:36.019Z Compiling rustversion v1.0.22
13582026-05-23T15:37:36.033Z Compiling getrandom v0.3.4
13592026-05-23T15:37:36.117Z Compiling cmake v0.1.57
13602026-05-23T15:37:36.412Z Compiling form_urlencoded v1.2.2
13612026-05-23T15:37:36.527Z Compiling fs_extra v1.3.0
13622026-05-23T15:37:36.569Z Compiling dunce v1.0.5
13632026-05-23T15:37:36.661Z Compiling ident_case v1.0.1
13642026-05-23T15:37:36.676Z Compiling synstructure v0.13.2
13652026-05-23T15:37:36.803Z Compiling base64ct v1.8.3
13662026-05-23T15:37:36.807Z Compiling aws-lc-sys v0.40.0
13672026-05-23T15:37:36.830Z Compiling regex-syntax v0.8.10
13682026-05-23T15:37:37.016Z Compiling iana-time-zone v0.1.65
13692026-05-23T15:37:37.099Z Compiling pem-rfc7468 v0.7.0
13702026-05-23T15:37:37.140Z Compiling rustix v1.1.3
13712026-05-23T15:37:37.177Z Compiling flagset v0.4.7
13722026-05-23T15:37:37.226Z Compiling rand_core v0.9.5
13732026-05-23T15:37:37.300Z Compiling ring v0.17.14
13742026-05-23T15:37:37.314Z Compiling aws-lc-rs v1.16.3
13752026-05-23T15:37:37.413Z Compiling vcpkg v0.2.15
13762026-05-23T15:37:37.504Z Compiling uuid v1.23.0
13772026-05-23T15:37:37.602Z Compiling rustc_version v0.4.1
13782026-05-23T15:37:37.949Z Compiling tracing-core v0.1.36
13792026-05-23T15:37:38.193Z Compiling openssl-sys v0.9.114
13802026-05-23T15:37:38.263Z Compiling base64 v0.22.1
13812026-05-23T15:37:38.450Z Compiling serde_derive v1.0.228
13822026-05-23T15:37:38.492Z Compiling zeroize_derive v1.4.3
13832026-05-23T15:37:38.575Z Compiling zerofrom-derive v0.1.6
13842026-05-23T15:37:38.702Z Compiling yoke-derive v0.8.1
13852026-05-23T15:37:38.871Z Compiling zerovec-derive v0.11.2
13862026-05-23T15:37:39.152Z Compiling zeroize v1.8.2
13872026-05-23T15:37:39.234Z Compiling zerocopy-derive v0.8.40
13882026-05-23T15:37:39.901Z Compiling crypto-common v0.1.7
13892026-05-23T15:37:39.916Z Compiling block-buffer v0.10.4
13902026-05-23T15:37:39.981Z Compiling zerofrom v0.1.6
13912026-05-23T15:37:40.026Z Compiling displaydoc v0.2.5
13922026-05-23T15:37:40.047Z Compiling digest v0.10.7
13932026-05-23T15:37:40.084Z Compiling yoke v0.8.1
13942026-05-23T15:37:40.104Z Compiling tokio-macros v2.7.0
13952026-05-23T15:37:40.265Z Compiling zerovec v0.11.5
13962026-05-23T15:37:40.291Z Compiling futures-macro v0.3.32
13972026-05-23T15:37:40.754Z Compiling tinystr v0.8.2
13982026-05-23T15:37:40.754Z Compiling zerotrie v0.2.3
13992026-05-23T15:37:40.809Z Compiling potential_utf v0.1.4
14002026-05-23T15:37:40.953Z Compiling icu_locale_core v2.1.1
14012026-05-23T15:37:40.968Z Compiling icu_collections v2.1.1
14022026-05-23T15:37:41.051Z Compiling hmac v0.12.1
14032026-05-23T15:37:41.068Z Compiling futures-util v0.3.32
14042026-05-23T15:37:41.201Z Compiling block-padding v0.3.3
14052026-05-23T15:37:41.362Z Compiling inout v0.1.4
14062026-05-23T15:37:41.435Z Compiling sha2 v0.10.9
14072026-05-23T15:37:41.520Z Compiling cipher v0.4.4
14082026-05-23T15:37:41.778Z Compiling icu_provider v2.1.1
14092026-05-23T15:37:41.815Z Compiling der_derive v0.7.3
14102026-05-23T15:37:41.900Z Compiling bytes v1.11.1
14112026-05-23T15:37:42.020Z Compiling icu_properties v2.1.2
14122026-05-23T15:37:42.069Z Compiling icu_normalizer v2.1.1
14132026-05-23T15:37:42.499Z Compiling tokio v1.52.1
14142026-05-23T15:37:42.597Z Compiling http v1.4.0
14152026-05-23T15:37:42.755Z Compiling der v0.7.10
14162026-05-23T15:37:42.810Z Compiling chrono v0.4.44
14172026-05-23T15:37:43.098Z Compiling idna_adapter v1.2.1
14182026-05-23T15:37:43.234Z Compiling idna v1.1.0
14192026-05-23T15:37:43.287Z Compiling salsa20 v0.10.2
14202026-05-23T15:37:43.426Z Compiling ppv-lite86 v0.2.21
14212026-05-23T15:37:43.493Z Compiling pbkdf2 v0.12.2
14222026-05-23T15:37:43.607Z Compiling url v2.5.8
14232026-05-23T15:37:43.610Z Compiling spki v0.7.3
14242026-05-23T15:37:43.741Z Compiling rustls-pki-types v1.14.0
14252026-05-23T15:37:43.826Z Compiling tracing-attributes v0.1.31
14262026-05-23T15:37:43.862Z Compiling thiserror-impl v2.0.18
14272026-05-23T15:37:43.922Z Compiling rand_chacha v0.9.0
14282026-05-23T15:37:44.237Z Compiling scrypt v0.11.0
14292026-05-23T15:37:44.252Z Compiling http-body v1.0.1
14302026-05-23T15:37:44.405Z Compiling cbc v0.1.2
14312026-05-23T15:37:44.443Z Compiling aes v0.8.4
14322026-05-23T15:37:44.552Z Compiling tinyvec_macros v0.1.1
14332026-05-23T15:37:44.568Z Compiling httparse v1.10.1
14342026-05-23T15:37:44.632Z Compiling untrusted v0.7.1
14352026-05-23T15:37:44.648Z Compiling untrusted v0.9.0
14362026-05-23T15:37:44.757Z Compiling openssl-probe v0.2.1
14372026-05-23T15:37:44.935Z Compiling pkcs5 v0.7.1
14382026-05-23T15:37:44.949Z Compiling tinyvec v1.10.0
14392026-05-23T15:37:45.176Z Compiling tracing v0.1.44
14402026-05-23T15:37:45.202Z Compiling thiserror v2.0.18
14412026-05-23T15:37:45.292Z Compiling pest_generator v2.8.6
14422026-05-23T15:37:45.308Z Compiling rand v0.9.2
14432026-05-23T15:37:45.410Z Compiling serde_derive_internals v0.29.1
14442026-05-23T15:37:45.442Z Compiling aho-corasick v1.1.4
14452026-05-23T15:37:45.506Z Compiling tower-service v0.3.3
14462026-05-23T15:37:45.603Z Compiling tower-layer v0.3.3
14472026-05-23T15:37:45.763Z Compiling dyn-clone v1.0.20
14482026-05-23T15:37:45.901Z Compiling schemars v0.8.22
14492026-05-23T15:37:45.981Z Compiling try-lock v0.2.5
14502026-05-23T15:37:46.089Z Compiling atomic-waker v1.1.2
14512026-05-23T15:37:46.104Z Compiling rustls v0.23.37
14522026-05-23T15:37:46.138Z Compiling want v0.3.1
14532026-05-23T15:37:46.211Z Compiling pest_derive v2.8.6
14542026-05-23T15:37:46.270Z Compiling tokio-util v0.7.18
14552026-05-23T15:37:46.294Z Compiling regex-automata v0.4.14
14562026-05-23T15:37:46.299Z Compiling schemars_derive v0.8.22
14572026-05-23T15:37:46.516Z Compiling pkcs8 v0.10.2
14582026-05-23T15:37:46.821Z Compiling ipnet v2.11.0
14592026-05-23T15:37:46.909Z Compiling scroll_derive v0.13.1
14602026-05-23T15:37:47.095Z Compiling h2 v0.4.13
14612026-05-23T15:37:47.279Z Compiling darling_core v0.20.11
14622026-05-23T15:37:47.308Z Compiling foreign-types-shared v0.1.1
14632026-05-23T15:37:47.395Z Compiling pin-utils v0.1.0
14642026-05-23T15:37:47.469Z Compiling openssl v0.10.78
14652026-05-23T15:37:47.512Z Compiling httpdate v1.0.3
14662026-05-23T15:37:47.699Z Compiling tempfile v3.25.0
14672026-05-23T15:37:47.728Z Compiling scroll v0.13.0
14682026-05-23T15:37:47.995Z Compiling foreign-types v0.3.2
14692026-05-23T15:37:48.064Z Compiling unicode-normalization v0.1.25
14702026-05-23T15:37:48.181Z Compiling openssl-macros v0.1.1
14712026-05-23T15:37:48.516Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14722026-05-23T15:37:48.568Z Compiling spin v0.9.8
14732026-05-23T15:37:48.616Z Compiling num-conv v0.2.0
14742026-05-23T15:37:48.748Z Compiling crc32fast v1.5.0
14752026-05-23T15:37:48.770Z Compiling powerfmt v0.2.0
14762026-05-23T15:37:48.893Z Compiling time-core v0.1.8
14772026-05-23T15:37:48.971Z Compiling native-tls v0.2.18
14782026-05-23T15:37:49.025Z Compiling deranged v0.5.8
14792026-05-23T15:37:49.040Z Compiling time-macros v0.2.27
14802026-05-23T15:37:49.570Z Compiling darling_macro v0.20.11
14812026-05-23T15:37:50.006Z Compiling goblin v0.10.5
14822026-05-23T15:37:50.029Z Compiling darling v0.20.11
14832026-05-23T15:37:50.106Z Compiling hyper v1.8.1
14842026-05-23T15:37:50.121Z Compiling rustls-native-certs v0.8.3
14852026-05-23T15:37:50.380Z Compiling sync_wrapper v1.0.2
14862026-05-23T15:37:50.413Z Compiling wait-timeout v0.2.1
14872026-05-23T15:37:50.490Z Compiling quick-error v1.2.3
14882026-05-23T15:37:50.600Z Compiling bit-vec v0.8.0
14892026-05-23T15:37:50.679Z Compiling num_threads v0.1.7
14902026-05-23T15:37:50.779Z Compiling simd-adler32 v0.3.8
14912026-05-23T15:37:50.827Z Compiling crossbeam-utils v0.8.21
14922026-05-23T15:37:51.018Z Compiling siphasher v1.0.2
14932026-05-23T15:37:51.061Z Compiling syn v1.0.109
14942026-05-23T15:37:51.105Z Compiling usdt-impl v0.6.0
14952026-05-23T15:37:51.203Z Compiling hyper-util v0.1.20
14962026-05-23T15:37:51.344Z Compiling bit-set v0.8.0
14972026-05-23T15:37:51.408Z Compiling time v0.3.47
14982026-05-23T15:37:51.672Z Compiling rusty-fork v0.3.1
14992026-05-23T15:37:51.812Z Compiling tower v0.5.3
15002026-05-23T15:37:51.983Z Compiling derive_builder_core v0.20.2
15012026-05-23T15:37:52.289Z Compiling dtrace-parser v0.3.0
15022026-05-23T15:37:52.416Z Compiling http-body-util v0.1.3
15032026-05-23T15:37:52.662Z Compiling dof v0.4.0
15042026-05-23T15:37:52.844Z Compiling webpki-roots v1.0.6
15052026-05-23T15:37:52.882Z Compiling signature v2.2.0
15062026-05-23T15:37:52.949Z Compiling thiserror-impl v1.0.69
15072026-05-23T15:37:52.966Z Compiling scroll_derive v0.12.1
15082026-05-23T15:37:53.027Z Compiling heapless v0.7.17
15092026-05-23T15:37:53.057Z Compiling rand_xorshift v0.4.0
15102026-05-23T15:37:53.222Z Compiling slog v2.8.2
15112026-05-23T15:37:53.263Z Compiling darling_core v0.21.3
15122026-05-23T15:37:53.404Z Compiling bzip2-sys v0.1.13+1.0.8
15132026-05-23T15:37:53.614Z Compiling thread-id v5.1.0
15142026-05-23T15:37:53.676Z Compiling cookie v0.18.1
15152026-05-23T15:37:53.691Z Compiling paste v1.0.15
15162026-05-23T15:37:53.805Z Compiling unarray v0.1.4
15172026-05-23T15:37:53.856Z Compiling iri-string v0.7.10
15182026-05-23T15:37:53.918Z Compiling zstd-safe v7.2.4
15192026-05-23T15:37:53.954Z Compiling allocator-api2 v0.2.21
15202026-05-23T15:37:54.133Z Compiling unicode-properties v0.1.4
15212026-05-23T15:37:54.162Z Compiling signal-hook v0.3.18
15222026-05-23T15:37:54.238Z Compiling ryu v1.0.23
15232026-05-23T15:37:54.328Z Compiling anyhow v1.0.102
15242026-05-23T15:37:54.328Z Compiling unicode-bidi v0.3.18
15252026-05-23T15:37:54.357Z Compiling adler2 v2.0.1
15262026-05-23T15:37:54.413Z Compiling serde_urlencoded v0.7.1
15272026-05-23T15:37:54.484Z Compiling miniz_oxide v0.8.9
15282026-05-23T15:37:54.675Z Compiling stringprep v0.1.5
15292026-05-23T15:37:54.844Z Compiling thiserror v1.0.69
15302026-05-23T15:37:54.923Z Compiling proptest v1.10.0
15312026-05-23T15:37:54.993Z Compiling tower-http v0.6.8
15322026-05-23T15:37:55.366Z Compiling scroll v0.12.0
15332026-05-23T15:37:55.451Z Compiling derive_builder_macro v0.20.2
15342026-05-23T15:37:55.642Z Compiling tokio-native-tls v0.3.1
15352026-05-23T15:37:55.765Z Compiling darling_macro v0.21.3
15362026-05-23T15:37:55.803Z Compiling ipnetwork v0.21.1
15372026-05-23T15:37:55.836Z Compiling bstr v1.12.1
15382026-05-23T15:37:55.890Z Compiling rand_chacha v0.3.1
15392026-05-23T15:37:56.192Z Compiling erased-serde v0.3.31
15402026-05-23T15:37:56.214Z Compiling serde_tokenstream v0.2.3
15412026-05-23T15:37:56.228Z Compiling serde_spanned v0.6.9
15422026-05-23T15:37:56.370Z Compiling toml_datetime v0.6.11
15432026-05-23T15:37:56.475Z Compiling md-5 v0.10.6
15442026-05-23T15:37:56.522Z Compiling async-trait v0.1.89
15452026-05-23T15:37:56.624Z Compiling zerocopy-derive v0.7.35
15462026-05-23T15:37:56.638Z Compiling pin-project-internal v1.1.11
15472026-05-23T15:37:56.661Z Compiling curve25519-dalek v4.1.3
15482026-05-23T15:37:56.681Z Compiling vergen-lib v9.1.0
15492026-05-23T15:37:56.859Z Compiling num-integer v0.1.46
15502026-05-23T15:37:56.989Z Compiling hash32 v0.2.1
15512026-05-23T15:37:57.178Z Compiling ff v0.13.1
15522026-05-23T15:37:57.181Z Compiling memoffset v0.9.1
15532026-05-23T15:37:57.316Z Compiling encoding_rs v0.8.35
15542026-05-23T15:37:57.384Z Compiling num-bigint-dig v0.8.6
15552026-05-23T15:37:57.474Z Compiling cfg_aliases v0.2.1
15562026-05-23T15:37:57.529Z Compiling base16ct v0.2.0
15572026-05-23T15:37:57.550Z Compiling zlib-rs v0.6.2
15582026-05-23T15:37:57.571Z Compiling litrs v1.0.0
15592026-05-23T15:37:57.709Z Compiling mime v0.3.17
15602026-05-23T15:37:57.732Z Compiling fallible-iterator v0.2.0
15612026-05-23T15:37:57.966Z Compiling psl-types v2.0.11
15622026-05-23T15:37:58.039Z Compiling smoltcp v0.9.1
15632026-05-23T15:37:58.083Z Compiling rustix v0.38.44
15642026-05-23T15:37:58.097Z Compiling ref-cast v1.0.25
15652026-05-23T15:37:58.394Z Compiling document-features v0.2.12
15662026-05-23T15:37:58.456Z Compiling publicsuffix v2.3.0
15672026-05-23T15:37:58.511Z Compiling postgres-protocol v0.6.10
15682026-05-23T15:37:58.619Z Compiling pin-project v1.1.11
15692026-05-23T15:37:58.723Z Compiling sec1 v0.7.3
15702026-05-23T15:37:58.840Z Compiling nix v0.31.2
15712026-05-23T15:37:58.968Z Compiling zerocopy v0.7.35
15722026-05-23T15:37:59.040Z Compiling group v0.13.0
15732026-05-23T15:37:59.139Z Compiling newtype-uuid v1.3.2
15742026-05-23T15:37:59.256Z Compiling num-iter v0.1.45
15752026-05-23T15:37:59.462Z Compiling hubpack_derive v0.1.1
15762026-05-23T15:37:59.509Z Compiling darling v0.21.3
15772026-05-23T15:37:59.551Z Compiling rand v0.8.6
15782026-05-23T15:37:59.593Z Compiling oxnet v0.1.5
15792026-05-23T15:37:59.730Z Compiling derive_builder v0.20.2
15802026-05-23T15:37:59.859Z Compiling hyper-tls v0.6.0
15812026-05-23T15:37:59.956Z Compiling goblin v0.8.2
15822026-05-23T15:38:00.459Z Compiling flate2 v1.1.9
15832026-05-23T15:38:00.533Z Compiling phf_shared v0.13.1
15842026-05-23T15:38:00.597Z Compiling lazy_static v1.5.0
15852026-05-23T15:38:00.693Z Compiling regex v1.12.3
15862026-05-23T15:38:00.707Z Compiling anstyle-parse v0.2.7
15872026-05-23T15:38:00.770Z Compiling futures-executor v0.3.32
15882026-05-23T15:38:00.786Z Compiling hex v0.4.3
15892026-05-23T15:38:00.866Z Compiling hkdf v0.12.4
15902026-05-23T15:38:00.887Z Compiling crypto-bigint v0.5.5
15912026-05-23T15:38:01.023Z Compiling terminal_size v0.4.3
15922026-05-23T15:38:01.038Z Compiling snafu-derive v0.8.9
15932026-05-23T15:38:01.051Z Compiling ref-cast-impl v1.0.25
15942026-05-23T15:38:01.124Z Compiling strum_macros v0.27.2
15952026-05-23T15:38:01.157Z Compiling daft-derive v0.1.7
15962026-05-23T15:38:01.572Z Compiling curve25519-dalek-derive v0.1.1
15972026-05-23T15:38:01.870Z Compiling vergen v9.1.0
15982026-05-23T15:38:02.051Z Compiling fs-err v3.3.0
15992026-05-23T15:38:02.206Z Compiling cargo-platform v0.3.2
16002026-05-23T15:38:02.242Z Compiling ahash v0.8.12
16012026-05-23T15:38:02.441Z Compiling object v0.37.3
16022026-05-23T15:38:02.472Z Compiling unicode-segmentation v1.12.0
16032026-05-23T15:38:02.708Z Compiling managed v0.8.0
16042026-05-23T15:38:02.865Z Compiling foldhash v0.2.0
16052026-05-23T15:38:02.908Z Compiling libbz2-rs-sys v0.2.2
16062026-05-23T15:38:02.922Z Compiling bitflags v1.3.2
16072026-05-23T15:38:02.973Z Compiling winnow v0.5.40
16082026-05-23T15:38:03.000Z Compiling bumpalo v3.20.2
16092026-05-23T15:38:03.062Z Compiling foldhash v0.1.5
16102026-05-23T15:38:03.083Z Compiling same-file v1.0.6
16112026-05-23T15:38:03.229Z Compiling walkdir v2.5.0
16122026-05-23T15:38:03.245Z Compiling zopfli v0.8.3
16132026-05-23T15:38:03.245Z Compiling hashbrown v0.15.5
16142026-05-23T15:38:03.400Z Compiling bzip2 v0.6.1
16152026-05-23T15:38:03.542Z Compiling strum v0.27.2
16162026-05-23T15:38:03.595Z Compiling hashbrown v0.16.1
16172026-05-23T15:38:03.671Z Compiling clap_builder v4.6.0
16182026-05-23T15:38:03.793Z Compiling snafu v0.8.9
16192026-05-23T15:38:04.001Z Compiling cargo_metadata v0.23.1
16202026-05-23T15:38:04.282Z Compiling dof v0.3.0
16212026-05-23T15:38:04.424Z Compiling toml_edit v0.19.15
16222026-05-23T15:38:04.464Z Compiling daft v0.1.7
16232026-05-23T15:38:04.740Z Compiling elliptic-curve v0.13.8
16242026-05-23T15:38:05.114Z Compiling futures v0.3.32
16252026-05-23T15:38:05.151Z Compiling anstream v0.6.21
16262026-05-23T15:38:05.201Z Compiling phf v0.13.1
16272026-05-23T15:38:05.428Z Compiling signal-hook-mio v0.2.5
16282026-05-23T15:38:05.545Z Compiling cookie_store v0.22.1
16292026-05-23T15:38:05.810Z Compiling zstd v0.13.3
16302026-05-23T15:38:05.879Z Compiling bzip2 v0.4.4
16312026-05-23T15:38:06.069Z Compiling hubpack v0.1.2
16322026-05-23T15:38:06.084Z Compiling serde_with_macros v3.17.0
16332026-05-23T15:38:06.286Z Compiling postgres-types v0.2.12
16342026-05-23T15:38:06.704Z Compiling usdt-macro v0.6.0
16352026-05-23T15:38:06.825Z Compiling usdt-attr-macro v0.6.0
16362026-05-23T15:38:07.046Z Compiling globset v0.4.18
16372026-05-23T15:38:07.188Z Compiling dtrace-parser v0.2.0
16382026-05-23T15:38:07.206Z Compiling ed25519 v2.2.3
16392026-05-23T15:38:07.391Z Compiling phf_shared v0.11.3
16402026-05-23T15:38:07.429Z Compiling olpc-cjson v0.1.4
16412026-05-23T15:38:07.578Z Compiling pkcs1 v0.7.5
16422026-05-23T15:38:07.593Z Compiling serde-big-array v0.5.1
16432026-05-23T15:38:07.605Z Compiling serde_plain v1.0.2
16442026-05-23T15:38:07.720Z Compiling rfc6979 v0.4.0
16452026-05-23T15:38:07.737Z Compiling pem v3.0.6
16462026-05-23T15:38:07.800Z Compiling async-recursion v1.1.1
16472026-05-23T15:38:07.842Z Compiling enum-as-inner v0.6.1
16482026-05-23T15:38:07.932Z Compiling clap_derive v4.6.1
16492026-05-23T15:38:07.979Z Compiling strum_macros v0.26.4
16502026-05-23T15:38:08.066Z Compiling serde_repr v0.1.20
16512026-05-23T15:38:08.101Z Compiling float-cmp v0.10.0
16522026-05-23T15:38:08.249Z Compiling thread-id v4.2.2
16532026-05-23T15:38:08.332Z Compiling memmap2 v0.9.10
16542026-05-23T15:38:08.347Z Compiling env_filter v1.0.0
16552026-05-23T15:38:08.450Z Compiling whoami v2.1.0
16562026-05-23T15:38:08.543Z Compiling static_assertions v1.1.0
16572026-05-23T15:38:08.591Z Compiling predicates-core v1.0.10
16582026-05-23T15:38:08.618Z Compiling new_debug_unreachable v1.0.6
16592026-05-23T15:38:08.650Z Compiling fixedbitset v0.5.7
16602026-05-23T15:38:08.691Z Compiling typed-path v0.9.3
16612026-05-23T15:38:08.762Z Compiling fixedbitset v0.4.2
16622026-05-23T15:38:08.818Z Compiling either v1.15.0
16632026-05-23T15:38:08.950Z Compiling jiff v0.2.21
16642026-05-23T15:38:08.978Z Compiling data-encoding v2.10.0
16652026-05-23T15:38:09.026Z Compiling keccak v0.1.6
16662026-05-23T15:38:09.710Z Compiling precomputed-hash v0.1.1
16672026-05-23T15:38:09.758Z Compiling difflib v0.4.0
16682026-05-23T15:38:09.762Z Compiling normalize-line-endings v0.3.0
16692026-05-23T15:38:09.802Z Compiling string_cache v0.8.9
16702026-05-23T15:38:09.864Z Compiling clap v4.6.1
16712026-05-23T15:38:09.865Z Compiling strum v0.26.3
16722026-05-23T15:38:09.915Z Compiling hickory-proto v0.25.2
16732026-05-23T15:38:09.963Z Compiling sha3 v0.10.8
16742026-05-23T15:38:10.005Z Compiling predicates v3.1.4
16752026-05-23T15:38:10.040Z Compiling toml_edit v0.22.27
16762026-05-23T15:38:10.343Z Compiling itertools v0.13.0
16772026-05-23T15:38:10.438Z Compiling petgraph v0.6.5
16782026-05-23T15:38:10.669Z Compiling petgraph v0.8.3
16792026-05-23T15:38:10.981Z Compiling tokio-postgres v0.7.16
16802026-05-23T15:38:11.565Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16812026-05-23T15:38:11.905Z Compiling zip v4.6.1
16822026-05-23T15:38:12.594Z Compiling env_logger v0.11.9
16832026-05-23T15:38:12.777Z Compiling usdt v0.6.0
16842026-05-23T15:38:12.842Z Compiling usdt-impl v0.5.0
16852026-05-23T15:38:12.950Z Compiling ecdsa v0.16.9
16862026-05-23T15:38:13.037Z Compiling rsa v0.9.10
16872026-05-23T15:38:13.173Z Compiling ed25519-dalek v2.2.0
16882026-05-23T15:38:13.176Z Compiling serde_with v3.17.0
16892026-05-23T15:38:13.344Z Compiling crossterm v0.28.1
16902026-05-23T15:38:13.842Z Compiling zip v0.6.6
16912026-05-23T15:38:14.389Z Compiling toml v0.7.8
16922026-05-23T15:38:14.614Z Compiling iddqd v0.4.1
16932026-05-23T15:38:14.972Z Compiling toml_parser v1.0.9+spec-1.1.0
16942026-05-23T15:38:15.025Z Compiling heck v0.4.1
16952026-05-23T15:38:15.073Z Compiling similar v2.7.0
16962026-05-23T15:38:15.114Z Compiling crossbeam-epoch v0.9.18
16972026-05-23T15:38:15.243Z Compiling tokio-stream v0.1.18
16982026-05-23T15:38:15.445Z Compiling buf-list v1.1.2
16992026-05-23T15:38:15.594Z Compiling x509-cert v0.2.5
17002026-05-23T15:38:15.691Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
17012026-05-23T15:38:15.714Z Compiling openapiv3 v2.2.0
17022026-05-23T15:38:15.859Z Compiling sha1 v0.10.6
17032026-05-23T15:38:15.944Z Compiling lalrpop-util v0.19.12
17042026-05-23T15:38:16.002Z Compiling peg-runtime v0.8.5
17052026-05-23T15:38:16.081Z Compiling thread_local v1.1.9
17062026-05-23T15:38:16.146Z Compiling slog-async v2.8.0
17072026-05-23T15:38:16.280Z Compiling crossbeam-channel v0.5.15
17082026-05-23T15:38:16.324Z Compiling filetime v0.2.27
17092026-05-23T15:38:16.398Z Compiling is-terminal v0.4.17
17102026-05-23T15:38:16.465Z Compiling term v1.2.1
17112026-05-23T15:38:16.477Z Compiling take_mut v0.2.2
17122026-05-23T15:38:16.499Z Compiling xattr v1.6.1
17132026-05-23T15:38:16.743Z Compiling slog-term v2.9.2
17142026-05-23T15:38:17.036Z Compiling tar v0.4.45
17152026-05-23T15:38:26.808Z Compiling rustls-webpki v0.103.9
17162026-05-23T15:38:29.615Z Compiling tokio-rustls v0.26.4
17172026-05-23T15:38:29.615Z Compiling rustls-platform-verifier v0.6.2
17182026-05-23T15:38:29.811Z Compiling hyper-rustls v0.27.7
17192026-05-23T15:38:30.011Z Compiling reqwest v0.12.28
17202026-05-23T15:38:30.028Z Compiling reqwest v0.13.2
17212026-05-23T15:38:31.264Z Compiling tough v0.22.0
17222026-05-23T15:38:33.793Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17232026-05-23T15:38:34.005Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17242026-05-23T15:38:36.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17252026-05-23T15:38:37.043Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17262026-05-23T15:38:37.095ZMay 23 15:38:35.337 INFO Starting download, target: Console
17272026-05-23T15:38:37.095ZMay 23 15:38:35.338 INFO Starting download, target: Clickhouse
17282026-05-23T15:38:37.095ZMay 23 15:38:35.338 INFO Starting download, target: Cockroach
17292026-05-23T15:38:37.096ZMay 23 15:38:35.338 INFO Starting download, target: DendriteStub
17302026-05-23T15:38:37.096ZMay 23 15:38:35.338 INFO Starting download, target: MaghemiteMgd
17312026-05-23T15:38:37.096ZMay 23 15:38:35.338 INFO Starting download, target: MaghemiteDdmd
17322026-05-23T15:38:37.108ZMay 23 15:38:35.338 INFO Starting download, target: TransceiverControl
17332026-05-23T15:38:37.108ZMay 23 15:38:35.338 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17342026-05-23T15:38:37.108ZMay 23 15:38:35.338 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17352026-05-23T15:38:37.108ZMay 23 15:38:35.338 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17362026-05-23T15:38:37.108ZMay 23 15:38:35.338 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17372026-05-23T15:38:37.108ZMay 23 15:38:35.338 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17382026-05-23T15:38:37.108ZMay 23 15:38:35.338 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17392026-05-23T15:38:37.109ZMay 23 15:38:35.338 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17402026-05-23T15:38:37.393ZMay 23 15:38:35.634 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17412026-05-23T15:38:37.608ZMay 23 15:38:35.850 INFO Download complete, target: TransceiverControl
17422026-05-23T15:38:38.093ZMay 23 15:38:36.335 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17432026-05-23T15:38:38.337ZMay 23 15:38:36.583 INFO Download complete, target: Console
17442026-05-23T15:38:38.843ZMay 23 15:38:37.087 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17452026-05-23T15:38:38.953ZMay 23 15:38:37.196 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17462026-05-23T15:38:39.002ZMay 23 15:38:37.243 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17472026-05-23T15:38:39.454ZMay 23 15:38:37.697 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17482026-05-23T15:38:39.767ZMay 23 15:38:38.014 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17492026-05-23T15:38:39.767ZMay 23 15:38:38.014 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17502026-05-23T15:38:41.146ZMay 23 15:38:39.385 INFO Download complete, target: MaghemiteDdmd
17512026-05-23T15:38:41.646ZMay 23 15:38:39.877 INFO Download complete, target: DendriteStub
17522026-05-23T15:38:41.990ZMay 23 15:38:40.234 INFO Download complete, target: MaghemiteMgd
17532026-05-23T15:38:44.610ZMay 23 15:38:42.857 INFO Checking that binary works, target: Cockroach
17542026-05-23T15:38:44.731ZMay 23 15:38:42.978 INFO Download complete, target: Cockroach
17552026-05-23T15:38:45.680ZMay 23 15:38:43.926 INFO Checking that binary works, target: Clickhouse
17562026-05-23T15:38:45.787ZMay 23 15:38:44.035 INFO Download complete, target: Clickhouse
17572026-05-23T15:38:45.804ZAll builder prerequisites installed successfully, and PATH looks valid
17582026-05-23T15:38:45.807Z
17592026-05-23T15:38:45.807Zreal 2:18.456055378
17602026-05-23T15:38:45.807Zuser 6:59.768245152
17612026-05-23T15:38:45.807Zsys 1:23.484600622
17622026-05-23T15:38:45.807Ztrap 0.229361629
17632026-05-23T15:38:45.807Ztflt 0.684855675
17642026-05-23T15:38:45.807Zdflt 0.500394136
17652026-05-23T15:38:45.807Zkflt 0.033288973
17662026-05-23T15:38:45.807Zlock 21:31.926937060
17672026-05-23T15:38:45.807Zslp 21:16.804730806
17682026-05-23T15:38:45.807Zlat 45.603362979
17692026-05-23T15:38:45.808Zstop 1:57.429181438
17702026-05-23T15:38:45.808Z+ banner hack-check
17712026-05-23T15:38:45.808Z
17722026-05-23T15:38:45.808Z # # ## #### # # #### # # ###### #### # #
17732026-05-23T15:38:45.808Z # # # # # # # # # # # # # # # # #
17742026-05-23T15:38:45.808Z ###### # # # #### ##### # ###### ##### # ####
17752026-05-23T15:38:45.808Z # # ###### # # # # # # # # # #
17762026-05-23T15:38:45.808Z # # # # # # # # # # # # # # # # #
17772026-05-23T15:38:45.808Z # # # # #### # # #### # # ###### #### # #
17782026-05-23T15:38:45.808Z
17792026-05-23T15:38:45.808Z+ export CARGO_INCREMENTAL=0
17802026-05-23T15:38:45.808Z+ CARGO_INCREMENTAL=0
17812026-05-23T15:38:45.808Z+ ptime -m timeout 2h cargo xtask check-features --ci
17822026-05-23T15:38:46.385Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17832026-05-23T15:38:46.618Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17842026-05-23T15:38:48.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s
17852026-05-23T15:38:48.562Z Running `target/debug/xtask check-features --ci`
17862026-05-23T15:38:48.592Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17872026-05-23T15:38:48.592Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17882026-05-23T15:38:49.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17892026-05-23T15:38:49.157Z Running `target/debug/xtask download cargo-hack`
17902026-05-23T15:38:50.000Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17912026-05-23T15:38:50.324Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17922026-05-23T15:38:52.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.67s
17932026-05-23T15:38:53.052Z Running `target/debug/xtask-downloader cargo-hack`
17942026-05-23T15:38:53.094ZMay 23 15:38:51.341 INFO Starting download, target: CargoHack
17952026-05-23T15:38:53.097ZMay 23 15:38:51.342 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17962026-05-23T15:38:53.687ZMay 23 15:38:51.934 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17972026-05-23T15:38:53.739ZMay 23 15:38:51.986 INFO Download complete, target: CargoHack
17982026-05-23T15:38:53.742Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17992026-05-23T15:38:53.756Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18002026-05-23T15:38:53.909Zinfo: running `cargo check --bins` on api_identity (1/298)
18012026-05-23T15:38:54.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18022026-05-23T15:38:54.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18032026-05-23T15:38:54.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18042026-05-23T15:38:54.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18052026-05-23T15:38:54.550Z
18062026-05-23T15:38:54.550Zinfo: running `cargo check --bins` on bootstore (2/298)
18072026-05-23T15:38:55.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18082026-05-23T15:38:55.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18092026-05-23T15:38:55.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18102026-05-23T15:38:55.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
18112026-05-23T15:38:55.194Z
18122026-05-23T15:38:55.194Zinfo: running `cargo check --bins` on omicron-ledger (3/298)
18132026-05-23T15:38:55.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18142026-05-23T15:38:55.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18152026-05-23T15:38:55.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18162026-05-23T15:38:55.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18172026-05-23T15:38:55.828Z
18182026-05-23T15:38:55.828Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/298)
18192026-05-23T15:38:56.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18202026-05-23T15:38:56.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18212026-05-23T15:38:56.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18222026-05-23T15:38:56.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18232026-05-23T15:38:56.462Z
18242026-05-23T15:38:56.462Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/298)
18252026-05-23T15:38:57.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262026-05-23T15:38:57.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272026-05-23T15:38:57.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282026-05-23T15:38:57.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18292026-05-23T15:38:57.105Z
18302026-05-23T15:38:57.105Zinfo: running `cargo check --bins` on omicron-certificates (6/298)
18312026-05-23T15:38:57.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322026-05-23T15:38:57.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332026-05-23T15:38:57.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342026-05-23T15:38:57.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
18352026-05-23T15:38:57.758Z
18362026-05-23T15:38:57.758Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/298)
18372026-05-23T15:38:58.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382026-05-23T15:38:58.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392026-05-23T15:38:58.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402026-05-23T15:38:58.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
18412026-05-23T15:38:58.414Z
18422026-05-23T15:38:58.414Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/298)
18432026-05-23T15:38:58.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-05-23T15:38:58.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-05-23T15:38:58.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-05-23T15:38:58.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
18472026-05-23T15:38:59.070Z
18482026-05-23T15:38:59.070Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/298)
18492026-05-23T15:38:59.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-05-23T15:38:59.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-05-23T15:38:59.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-05-23T15:38:59.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18532026-05-23T15:38:59.598Z
18542026-05-23T15:38:59.598Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/298)
18552026-05-23T15:39:00.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-05-23T15:39:00.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-05-23T15:39:00.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-05-23T15:39:00.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18592026-05-23T15:39:00.128Z
18602026-05-23T15:39:00.128Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/298)
18612026-05-23T15:39:00.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-05-23T15:39:00.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-05-23T15:39:00.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-05-23T15:39:00.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18652026-05-23T15:39:00.652Z
18662026-05-23T15:39:00.652Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/298)
18672026-05-23T15:39:01.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-05-23T15:39:01.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-05-23T15:39:01.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-05-23T15:39:01.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18712026-05-23T15:39:01.179Z
18722026-05-23T15:39:01.179Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/298)
18732026-05-23T15:39:01.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-05-23T15:39:01.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-05-23T15:39:01.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-05-23T15:39:01.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18772026-05-23T15:39:01.704Z
18782026-05-23T15:39:01.704Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/298)
18792026-05-23T15:39:02.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-05-23T15:39:02.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-05-23T15:39:02.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-05-23T15:39:02.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18832026-05-23T15:39:02.230Z
18842026-05-23T15:39:02.230Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/298)
18852026-05-23T15:39:02.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-05-23T15:39:02.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-05-23T15:39:02.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-05-23T15:39:02.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18892026-05-23T15:39:02.753Z
18902026-05-23T15:39:02.753Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/298)
18912026-05-23T15:39:03.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-05-23T15:39:03.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-05-23T15:39:03.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-05-23T15:39:03.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18952026-05-23T15:39:03.277Z
18962026-05-23T15:39:03.277Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/298)
18972026-05-23T15:39:03.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-05-23T15:39:03.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-05-23T15:39:03.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-05-23T15:39:03.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
19012026-05-23T15:39:03.806Z
19022026-05-23T15:39:03.806Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/298)
19032026-05-23T15:39:04.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-05-23T15:39:04.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-05-23T15:39:04.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-05-23T15:39:04.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
19072026-05-23T15:39:04.324Z
19082026-05-23T15:39:04.324Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/298)
19092026-05-23T15:39:04.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-05-23T15:39:04.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-05-23T15:39:04.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-05-23T15:39:04.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
19132026-05-23T15:39:04.850Z
19142026-05-23T15:39:04.850Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/298)
19152026-05-23T15:39:05.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-05-23T15:39:05.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-05-23T15:39:05.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-05-23T15:39:05.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
19192026-05-23T15:39:05.376Z
19202026-05-23T15:39:05.376Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/298)
19212026-05-23T15:39:05.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-05-23T15:39:05.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-05-23T15:39:05.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-05-23T15:39:05.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
19252026-05-23T15:39:05.900Z
19262026-05-23T15:39:05.900Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/298)
19272026-05-23T15:39:06.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-05-23T15:39:06.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-05-23T15:39:06.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-05-23T15:39:06.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
19312026-05-23T15:39:06.426Z
19322026-05-23T15:39:06.426Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/298)
19332026-05-23T15:39:06.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-05-23T15:39:06.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-05-23T15:39:06.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-05-23T15:39:06.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
19372026-05-23T15:39:06.948Z
19382026-05-23T15:39:06.948Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/298)
19392026-05-23T15:39:07.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-05-23T15:39:07.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-05-23T15:39:07.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-05-23T15:39:07.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
19432026-05-23T15:39:07.469Z
19442026-05-23T15:39:07.469Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/298)
19452026-05-23T15:39:07.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-05-23T15:39:07.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-05-23T15:39:07.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-05-23T15:39:07.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
19492026-05-23T15:39:07.990Z
19502026-05-23T15:39:07.990Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/298)
19512026-05-23T15:39:08.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-05-23T15:39:08.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-05-23T15:39:08.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-05-23T15:39:08.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
19552026-05-23T15:39:08.512Z
19562026-05-23T15:39:08.512Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/298)
19572026-05-23T15:39:08.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-05-23T15:39:08.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-05-23T15:39:08.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-05-23T15:39:08.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
19612026-05-23T15:39:09.033Z
19622026-05-23T15:39:09.033Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/298)
19632026-05-23T15:39:09.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-05-23T15:39:09.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-05-23T15:39:09.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-05-23T15:39:09.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
19672026-05-23T15:39:09.556Z
19682026-05-23T15:39:09.556Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/298)
19692026-05-23T15:39:10.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-05-23T15:39:10.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-05-23T15:39:10.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-05-23T15:39:10.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
19732026-05-23T15:39:10.077Z
19742026-05-23T15:39:10.077Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/298)
19752026-05-23T15:39:10.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-05-23T15:39:10.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-05-23T15:39:10.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-05-23T15:39:10.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19792026-05-23T15:39:10.591Z
19802026-05-23T15:39:10.591Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/298)
19812026-05-23T15:39:11.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-05-23T15:39:11.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-05-23T15:39:11.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-05-23T15:39:11.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19852026-05-23T15:39:11.112Z
19862026-05-23T15:39:11.112Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/298)
19872026-05-23T15:39:11.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-05-23T15:39:11.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-05-23T15:39:11.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-05-23T15:39:11.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
19912026-05-23T15:39:11.637Z
19922026-05-23T15:39:11.637Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/298)
19932026-05-23T15:39:12.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-05-23T15:39:12.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-05-23T15:39:12.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-05-23T15:39:12.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
19972026-05-23T15:39:12.163Z
19982026-05-23T15:39:12.163Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/298)
19992026-05-23T15:39:12.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-05-23T15:39:12.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-05-23T15:39:12.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-05-23T15:39:12.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
20032026-05-23T15:39:12.691Z
20042026-05-23T15:39:12.691Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/298)
20052026-05-23T15:39:13.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-05-23T15:39:13.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-05-23T15:39:13.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-05-23T15:39:13.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
20092026-05-23T15:39:13.211Z
20102026-05-23T15:39:13.211Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/298)
20112026-05-23T15:39:13.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-05-23T15:39:13.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-05-23T15:39:13.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-05-23T15:39:13.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
20152026-05-23T15:39:13.735Z
20162026-05-23T15:39:13.735Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/298)
20172026-05-23T15:39:14.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-05-23T15:39:14.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-05-23T15:39:14.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-05-23T15:39:14.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
20212026-05-23T15:39:15.263Z
20222026-05-23T15:39:15.263Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/298)
20232026-05-23T15:39:15.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-05-23T15:39:15.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-05-23T15:39:15.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-05-23T15:39:15.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
20272026-05-23T15:39:15.266Z
20282026-05-23T15:39:15.266Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/298)
20292026-05-23T15:39:15.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-05-23T15:39:15.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-05-23T15:39:15.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-05-23T15:39:15.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
20332026-05-23T15:39:15.314Z
20342026-05-23T15:39:15.314Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/298)
20352026-05-23T15:39:15.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-05-23T15:39:15.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-05-23T15:39:15.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-05-23T15:39:15.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
20392026-05-23T15:39:15.843Z
20402026-05-23T15:39:15.843Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/298)
20412026-05-23T15:39:16.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-05-23T15:39:16.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-05-23T15:39:16.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-05-23T15:39:16.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
20452026-05-23T15:39:16.364Z
20462026-05-23T15:39:16.364Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/298)
20472026-05-23T15:39:16.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-05-23T15:39:16.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-05-23T15:39:16.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-05-23T15:39:16.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
20512026-05-23T15:39:16.889Z
20522026-05-23T15:39:16.889Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/298)
20532026-05-23T15:39:17.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-05-23T15:39:17.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-05-23T15:39:17.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-05-23T15:39:17.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
20572026-05-23T15:39:17.415Z
20582026-05-23T15:39:17.416Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/298)
20592026-05-23T15:39:17.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-05-23T15:39:17.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-05-23T15:39:17.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-05-23T15:39:17.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
20632026-05-23T15:39:17.944Z
20642026-05-23T15:39:17.944Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/298)
20652026-05-23T15:39:18.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-05-23T15:39:18.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-05-23T15:39:18.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-05-23T15:39:18.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
20692026-05-23T15:39:18.467Z
20702026-05-23T15:39:18.468Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/298)
20712026-05-23T15:39:18.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-05-23T15:39:18.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-05-23T15:39:18.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-05-23T15:39:18.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
20752026-05-23T15:39:18.995Z
20762026-05-23T15:39:18.995Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/298)
20772026-05-23T15:39:19.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-05-23T15:39:19.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-05-23T15:39:19.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-05-23T15:39:19.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
20812026-05-23T15:39:19.522Z
20822026-05-23T15:39:19.522Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/298)
20832026-05-23T15:39:19.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-05-23T15:39:19.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-05-23T15:39:19.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-05-23T15:39:19.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
20872026-05-23T15:39:20.048Z
20882026-05-23T15:39:20.048Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/298)
20892026-05-23T15:39:20.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-05-23T15:39:20.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-05-23T15:39:20.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-05-23T15:39:20.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
20932026-05-23T15:39:20.747Z
20942026-05-23T15:39:20.747Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/298)
20952026-05-23T15:39:21.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-05-23T15:39:21.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-05-23T15:39:21.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-05-23T15:39:21.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
20992026-05-23T15:39:21.449Z
21002026-05-23T15:39:21.449Zinfo: running `cargo check --bins` on nexus-config (51/298)
21012026-05-23T15:39:22.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-05-23T15:39:22.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-05-23T15:39:22.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-05-23T15:39:22.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
21052026-05-23T15:39:22.149Z
21062026-05-23T15:39:22.149Zinfo: running `cargo check --bins` on nexus-types (52/298)
21072026-05-23T15:39:22.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-05-23T15:39:22.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-05-23T15:39:22.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-05-23T15:39:22.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
21112026-05-23T15:39:22.847Z
21122026-05-23T15:39:22.847Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/298)
21132026-05-23T15:39:23.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-05-23T15:39:23.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-05-23T15:39:23.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162026-05-23T15:39:23.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21172026-05-23T15:39:23.508Z
21182026-05-23T15:39:23.508Zinfo: running `cargo check --bins` on omicron-passwords (54/298)
21192026-05-23T15:39:24.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202026-05-23T15:39:24.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212026-05-23T15:39:24.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222026-05-23T15:39:24.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21232026-05-23T15:39:24.149Z
21242026-05-23T15:39:24.149Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/298)
21252026-05-23T15:39:24.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262026-05-23T15:39:24.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272026-05-23T15:39:24.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282026-05-23T15:39:24.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21292026-05-23T15:39:24.810Z
21302026-05-23T15:39:24.810Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/298)
21312026-05-23T15:39:25.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322026-05-23T15:39:25.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332026-05-23T15:39:25.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342026-05-23T15:39:25.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21352026-05-23T15:39:25.470Z
21362026-05-23T15:39:25.470Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/298)
21372026-05-23T15:39:26.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382026-05-23T15:39:26.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392026-05-23T15:39:26.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402026-05-23T15:39:26.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21412026-05-23T15:39:26.130Z
21422026-05-23T15:39:26.130Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/298)
21432026-05-23T15:39:26.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442026-05-23T15:39:26.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452026-05-23T15:39:26.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462026-05-23T15:39:26.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21472026-05-23T15:39:26.789Z
21482026-05-23T15:39:26.789Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/298)
21492026-05-23T15:39:27.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502026-05-23T15:39:27.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512026-05-23T15:39:27.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522026-05-23T15:39:27.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21532026-05-23T15:39:27.434Z
21542026-05-23T15:39:27.434Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/298)
21552026-05-23T15:39:27.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562026-05-23T15:39:27.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572026-05-23T15:39:27.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582026-05-23T15:39:27.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21592026-05-23T15:39:28.079Z
21602026-05-23T15:39:28.079Zinfo: running `cargo check --bins --no-default-features` on gfss (61/298)
21612026-05-23T15:39:28.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622026-05-23T15:39:28.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632026-05-23T15:39:28.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642026-05-23T15:39:28.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21652026-05-23T15:39:28.719Z
21662026-05-23T15:39:28.719Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/298)
21672026-05-23T15:39:29.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682026-05-23T15:39:29.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692026-05-23T15:39:29.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702026-05-23T15:39:29.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21712026-05-23T15:39:29.363Z
21722026-05-23T15:39:29.363Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/298)
21732026-05-23T15:39:29.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742026-05-23T15:39:29.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752026-05-23T15:39:29.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762026-05-23T15:39:29.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21772026-05-23T15:39:30.026Z
21782026-05-23T15:39:30.027Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/298)
21792026-05-23T15:39:30.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802026-05-23T15:39:30.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812026-05-23T15:39:30.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822026-05-23T15:39:30.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21832026-05-23T15:39:30.685Z
21842026-05-23T15:39:30.685Zinfo: running `cargo check --bins` on cockroach-admin-types (65/298)
21852026-05-23T15:39:31.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862026-05-23T15:39:31.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872026-05-23T15:39:31.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882026-05-23T15:39:31.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21892026-05-23T15:39:31.331Z
21902026-05-23T15:39:31.331Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/298)
21912026-05-23T15:39:31.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922026-05-23T15:39:31.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932026-05-23T15:39:31.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21942026-05-23T15:39:31.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21952026-05-23T15:39:31.978Z
21962026-05-23T15:39:31.978Zinfo: running `cargo check --bins` on ereport-types (67/298)
21972026-05-23T15:39:32.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21982026-05-23T15:39:32.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21992026-05-23T15:39:32.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22002026-05-23T15:39:32.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22012026-05-23T15:39:32.631Z
22022026-05-23T15:39:32.631Zinfo: running `cargo check --bins` on gateway-client (68/298)
22032026-05-23T15:39:33.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22042026-05-23T15:39:33.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22052026-05-23T15:39:33.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22062026-05-23T15:39:33.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22072026-05-23T15:39:33.287Z
22082026-05-23T15:39:33.287Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/298)
22092026-05-23T15:39:33.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22102026-05-23T15:39:33.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22112026-05-23T15:39:33.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22122026-05-23T15:39:33.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22132026-05-23T15:39:33.941Z
22142026-05-23T15:39:33.941Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/298)
22152026-05-23T15:39:34.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162026-05-23T15:39:34.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172026-05-23T15:39:34.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22182026-05-23T15:39:34.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22192026-05-23T15:39:34.592Z
22202026-05-23T15:39:34.592Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/298)
22212026-05-23T15:39:35.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222026-05-23T15:39:35.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232026-05-23T15:39:35.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242026-05-23T15:39:35.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22252026-05-23T15:39:35.248Z
22262026-05-23T15:39:35.248Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/298)
22272026-05-23T15:39:35.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282026-05-23T15:39:35.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292026-05-23T15:39:35.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302026-05-23T15:39:35.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22312026-05-23T15:39:35.902Z
22322026-05-23T15:39:35.903Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/298)
22332026-05-23T15:39:36.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342026-05-23T15:39:36.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352026-05-23T15:39:36.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362026-05-23T15:39:36.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
22372026-05-23T15:39:36.577Z
22382026-05-23T15:39:36.577Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/298)
22392026-05-23T15:39:37.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402026-05-23T15:39:37.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412026-05-23T15:39:37.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422026-05-23T15:39:37.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
22432026-05-23T15:39:37.253Z
22442026-05-23T15:39:37.253Zinfo: running `cargo check --bins` on key-manager-types (75/298)
22452026-05-23T15:39:37.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462026-05-23T15:39:37.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472026-05-23T15:39:37.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22482026-05-23T15:39:37.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22492026-05-23T15:39:37.895Z
22502026-05-23T15:39:37.895Zinfo: running `cargo check --bins` on oxlog (76/298)
22512026-05-23T15:39:38.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22522026-05-23T15:39:38.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22532026-05-23T15:39:38.558Z Checking cfg-if v1.0.4
22542026-05-23T15:39:38.562Z Checking libc v0.2.185
22552026-05-23T15:39:38.562Z Checking serde_core v1.0.228
22562026-05-23T15:39:38.685Z Checking zeroize v1.8.2
22572026-05-23T15:39:38.693Z Checking memchr v2.8.0
22582026-05-23T15:39:38.702Z Checking log v0.4.29
22592026-05-23T15:39:38.711Z Checking smallvec v1.15.1
22602026-05-23T15:39:38.724Z Checking typenum v1.19.0
22612026-05-23T15:39:38.724Z Checking subtle v2.6.1
22622026-05-23T15:39:38.826Z Checking itoa v1.0.17
22632026-05-23T15:39:38.858Z Checking scopeguard v1.2.0
22642026-05-23T15:39:38.878Z Checking stable_deref_trait v1.2.1
22652026-05-23T15:39:38.891Z Checking const-oid v0.9.6
22662026-05-23T15:39:38.952Z Checking portable-atomic v1.13.1
22672026-05-23T15:39:38.965Z Checking lock_api v0.4.14
22682026-05-23T15:39:38.968Z Checking zerofrom v0.1.6
22692026-05-23T15:39:39.063Z Checking critical-section v1.2.0
22702026-05-23T15:39:39.077Z Checking getrandom v0.2.17
22712026-05-23T15:39:39.089Z Checking errno v0.3.14
22722026-05-23T15:39:39.159Z Checking yoke v0.8.1
22732026-05-23T15:39:39.172Z Checking pin-project-lite v0.2.17
22742026-05-23T15:39:39.199Z Checking signal-hook-registry v1.4.8
22752026-05-23T15:39:39.217Z Checking rand_core v0.6.4
22762026-05-23T15:39:39.249Z Checking generic-array v0.14.7
22772026-05-23T15:39:39.261Z Checking parking_lot_core v0.9.12
22782026-05-23T15:39:39.321Z Checking zerovec v0.11.5
22792026-05-23T15:39:39.351Z Checking once_cell v1.21.3
22802026-05-23T15:39:39.364Z Checking futures-core v0.3.32
22812026-05-23T15:39:39.391Z Checking mio v1.2.0
22822026-05-23T15:39:39.444Z Checking parking_lot v0.12.5
22832026-05-23T15:39:39.480Z Checking zerocopy v0.8.40
22842026-05-23T15:39:39.520Z Checking zmij v1.0.21
22852026-05-23T15:39:39.573Z Checking socket2 v0.6.3
22862026-05-23T15:39:39.630Z Checking libm v0.2.16
22872026-05-23T15:39:39.664Z Checking litemap v0.8.1
22882026-05-23T15:39:39.684Z Checking crypto-common v0.1.7
22892026-05-23T15:39:39.728Z Checking block-buffer v0.10.4
22902026-05-23T15:39:39.756Z Checking tinystr v0.8.2
22912026-05-23T15:39:39.808Z Checking equivalent v1.0.2
22922026-05-23T15:39:39.837Z Checking writeable v0.6.2
22932026-05-23T15:39:39.851Z Checking percent-encoding v2.3.2
22942026-05-23T15:39:39.864Z Checking digest v0.10.7
22952026-05-23T15:39:39.889Z Checking potential_utf v0.1.4
22962026-05-23T15:39:39.934Z Checking zerotrie v0.2.3
22972026-05-23T15:39:39.989Z Checking futures-sink v0.3.32
22982026-05-23T15:39:40.015Z Checking icu_locale_core v2.1.1
22992026-05-23T15:39:40.018Z Checking icu_collections v2.1.1
23002026-05-23T15:39:40.056Z Checking futures-task v0.3.32
23012026-05-23T15:39:40.092Z Checking futures-channel v0.3.32
23022026-05-23T15:39:40.160Z Checking serde v1.0.228
23032026-05-23T15:39:40.193Z Checking bitflags v2.11.0
23042026-05-23T15:39:40.206Z Checking serde_json v1.0.149
23052026-05-23T15:39:40.288Z Checking slab v0.4.12
23062026-05-23T15:39:40.327Z Checking cpufeatures v0.2.17
23072026-05-23T15:39:40.347Z Checking num-traits v0.2.19
23082026-05-23T15:39:40.363Z Checking futures-io v0.3.32
23092026-05-23T15:39:40.395Z Checking hmac v0.12.1
23102026-05-23T15:39:40.444Z Checking icu_normalizer_data v2.1.1
23112026-05-23T15:39:40.474Z Checking futures-util v0.3.32
23122026-05-23T15:39:40.517Z Checking icu_properties_data v2.1.2
23132026-05-23T15:39:40.529Z Checking hashbrown v0.17.0
23142026-05-23T15:39:40.569Z Checking bytes v1.11.1
23152026-05-23T15:39:40.582Z Checking icu_provider v2.1.1
23162026-05-23T15:39:40.642Z Checking rand_core v0.10.0
23172026-05-23T15:39:40.783Z Checking getrandom v0.4.1
23182026-05-23T15:39:40.808Z Checking icu_normalizer v2.1.1
23192026-05-23T15:39:40.867Z Checking icu_properties v2.1.2
23202026-05-23T15:39:40.881Z Checking block-padding v0.3.3
23212026-05-23T15:39:40.929Z Checking utf8_iter v1.0.4
23222026-05-23T15:39:40.988Z Checking indexmap v2.14.0
23232026-05-23T15:39:41.007Z Checking tokio v1.52.1
23242026-05-23T15:39:41.010Z Checking inout v0.1.4
23252026-05-23T15:39:41.053Z Checking sha2 v0.10.9
23262026-05-23T15:39:41.107Z Checking form_urlencoded v1.2.2
23272026-05-23T15:39:41.155Z Checking cipher v0.4.4
23282026-05-23T15:39:41.236Z Checking getrandom v0.3.4
23292026-05-23T15:39:41.317Z Checking base64ct v1.8.3
23302026-05-23T15:39:41.362Z Checking byteorder v1.5.0
23312026-05-23T15:39:41.377Z Checking fnv v1.0.7
23322026-05-23T15:39:41.478Z Checking flagset v0.4.7
23332026-05-23T15:39:41.545Z Checking rand_core v0.9.5
23342026-05-23T15:39:41.559Z Checking pem-rfc7468 v0.7.0
23352026-05-23T15:39:41.572Z Checking http v1.4.0
23362026-05-23T15:39:41.602Z Checking regex-syntax v0.8.10
23372026-05-23T15:39:41.693Z Checking idna_adapter v1.2.1
23382026-05-23T15:39:41.713Z Checking der v0.7.10
23392026-05-23T15:39:41.727Z Checking salsa20 v0.10.2
23402026-05-23T15:39:41.813Z Checking idna v1.1.0
23412026-05-23T15:39:41.858Z Checking uuid v1.23.0
23422026-05-23T15:39:42.055Z Checking url v2.5.8
23432026-05-23T15:39:42.131Z Checking pbkdf2 v0.12.2
23442026-05-23T15:39:42.169Z Checking rustix v1.1.3
23452026-05-23T15:39:42.237Z Checking tracing-core v0.1.36
23462026-05-23T15:39:42.240Z Checking ppv-lite86 v0.2.21
23472026-05-23T15:39:42.375Z Checking rustls-pki-types v1.14.0
23482026-05-23T15:39:42.449Z Checking spki v0.7.3
23492026-05-23T15:39:42.499Z Checking iana-time-zone v0.1.65
23502026-05-23T15:39:42.542Z Checking base64 v0.22.1
23512026-05-23T15:39:42.554Z Checking rand_chacha v0.9.0
23522026-05-23T15:39:42.603Z Checking chrono v0.4.44
23532026-05-23T15:39:42.616Z Checking tracing v0.1.44
23542026-05-23T15:39:42.663Z Checking scrypt v0.11.0
23552026-05-23T15:39:42.749Z Checking http-body v1.0.1
23562026-05-23T15:39:42.778Z Checking aes v0.8.4
23572026-05-23T15:39:42.799Z Checking cbc v0.1.2
23582026-05-23T15:39:42.818Z Checking aws-lc-sys v0.40.0
23592026-05-23T15:39:42.880Z Checking tinyvec_macros v0.1.1
23602026-05-23T15:39:42.902Z Checking untrusted v0.9.0
23612026-05-23T15:39:42.924Z Checking untrusted v0.7.1
23622026-05-23T15:39:42.946Z Checking openssl-probe v0.2.1
23632026-05-23T15:39:43.000Z Checking tinyvec v1.10.0
23642026-05-23T15:39:43.013Z Checking ring v0.17.14
23652026-05-23T15:39:43.036Z Checking rand v0.9.2
23662026-05-23T15:39:43.051Z Checking try-lock v0.2.5
23672026-05-23T15:39:43.148Z Checking tower-layer v0.3.3
23682026-05-23T15:39:43.163Z Checking pkcs5 v0.7.1
23692026-05-23T15:39:43.296Z Checking tower-service v0.3.3
23702026-05-23T15:39:43.309Z Checking atomic-waker v1.1.2
23712026-05-23T15:39:43.322Z Checking aws-lc-rs v1.16.3
23722026-05-23T15:39:43.386Z Checking want v0.3.1
23732026-05-23T15:39:43.405Z Checking ipnet v2.11.0
23742026-05-23T15:39:43.419Z Checking pkcs8 v0.10.2
23752026-05-23T15:39:43.456Z Checking httparse v1.10.1
23762026-05-23T15:39:43.506Z Checking aho-corasick v1.1.4
23772026-05-23T15:39:43.520Z Checking fastrand v2.3.0
23782026-05-23T15:39:43.591Z Checking utf8parse v0.2.2
23792026-05-23T15:39:43.658Z Checking plain v0.2.3
23802026-05-23T15:39:43.671Z Checking dyn-clone v1.0.20
23812026-05-23T15:39:43.692Z Checking pin-utils v0.1.0
23822026-05-23T15:39:43.705Z Checking foreign-types-shared v0.1.1
23832026-05-23T15:39:43.757Z Checking httpdate v1.0.3
23842026-05-23T15:39:43.771Z Checking tempfile v3.25.0
23852026-05-23T15:39:43.788Z Checking foreign-types v0.3.2
23862026-05-23T15:39:43.799Z Checking unicode-normalization v0.1.25
23872026-05-23T15:39:43.854Z Checking semver v1.0.28
23882026-05-23T15:39:43.901Z Checking openssl-sys v0.9.114
23892026-05-23T15:39:43.963Z Checking spin v0.9.8
23902026-05-23T15:39:44.002Z Checking ucd-trie v0.1.7
23912026-05-23T15:39:44.064Z Checking anstyle v1.0.14
23922026-05-23T15:39:44.137Z Checking unicode-ident v1.0.24
23932026-05-23T15:39:44.152Z Checking pest v2.8.6
23942026-05-23T15:39:44.165Z Checking rustls-webpki v0.103.9
23952026-05-23T15:39:44.189Z Checking regex-automata v0.4.14
23962026-05-23T15:39:44.201Z Checking schemars v0.8.22
23972026-05-23T15:39:44.217Z Checking tokio-util v0.7.18
23982026-05-23T15:39:44.242Z Checking proc-macro2 v1.0.106
23992026-05-23T15:39:44.257Z Checking rustls-native-certs v0.8.3
24002026-05-23T15:39:44.387Z Checking thiserror v2.0.18
24012026-05-23T15:39:44.409Z Checking openssl v0.10.78
24022026-05-23T15:39:44.487Z Checking sync_wrapper v1.0.2
24032026-05-23T15:39:44.550Z Checking wait-timeout v0.2.1
24042026-05-23T15:39:44.586Z Checking rustls v0.23.37
24052026-05-23T15:39:44.600Z Checking bit-vec v0.8.0
24062026-05-23T15:39:44.671Z Checking powerfmt v0.2.0
24072026-05-23T15:39:44.789Z Checking colorchoice v1.0.4
24082026-05-23T15:39:44.820Z Checking quick-error v1.2.3
24092026-05-23T15:39:44.834Z Checking h2 v0.4.13
24102026-05-23T15:39:44.848Z Checking siphasher v1.0.2
24112026-05-23T15:39:44.886Z Checking simd-adler32 v0.3.8
24122026-05-23T15:39:44.920Z Checking is_terminal_polyfill v1.70.2
24132026-05-23T15:39:45.003Z Checking pretty-hex v0.4.1
24142026-05-23T15:39:45.017Z Checking anstyle-query v1.1.5
24152026-05-23T15:39:45.059Z Checking rusty-fork v0.3.1
24162026-05-23T15:39:45.120Z Checking deranged v0.5.8
24172026-05-23T15:39:45.120Z Checking bit-set v0.8.0
24182026-05-23T15:39:45.231Z Checking tower v0.5.3
24192026-05-23T15:39:45.231Z Checking quote v1.0.45
24202026-05-23T15:39:45.265Z Compiling newtype-uuid v1.3.2
24212026-05-23T15:39:45.406Z Checking http-body-util v0.1.3
24222026-05-23T15:39:45.452Z Checking webpki-roots v1.0.6
24232026-05-23T15:39:45.575Z Checking crossbeam-utils v0.8.21
24242026-05-23T15:39:45.626Z Checking rand_xorshift v0.4.0
24252026-05-23T15:39:45.640Z Checking crc32fast v1.5.0
24262026-05-23T15:39:45.746Z Checking scroll v0.13.0
24272026-05-23T15:39:45.781Z Checking signature v2.2.0
24282026-05-23T15:39:45.909Z Checking num_threads v0.1.7
24292026-05-23T15:39:45.923Z Checking iri-string v0.7.10
24302026-05-23T15:39:45.971Z Checking unicode-properties v0.1.4
24312026-05-23T15:39:45.997Z Checking unicode-bidi v0.3.18
24322026-05-23T15:39:46.033Z Checking allocator-api2 v0.2.21
24332026-05-23T15:39:46.052Z Checking adler2 v2.0.1
24342026-05-23T15:39:46.159Z Checking time-core v0.1.8
24352026-05-23T15:39:46.172Z Checking unarray v0.1.4
24362026-05-23T15:39:46.275Z Checking ryu v1.0.23
24372026-05-23T15:39:46.289Z Checking num-conv v0.2.0
24382026-05-23T15:39:46.301Z Checking stringprep v0.1.5
24392026-05-23T15:39:46.314Z Checking proptest v1.10.0
24402026-05-23T15:39:46.403Z Checking time v0.3.47
24412026-05-23T15:39:46.416Z Checking serde_urlencoded v0.7.1
24422026-05-23T15:39:46.432Z Checking native-tls v0.2.18
24432026-05-23T15:39:46.450Z Checking miniz_oxide v0.8.9
24442026-05-23T15:39:46.610Z Checking tokio-native-tls v0.3.1
24452026-05-23T15:39:46.624Z Checking bstr v1.12.1
24462026-05-23T15:39:46.769Z Checking goblin v0.10.5
24472026-05-23T15:39:46.802Z Checking crossbeam-epoch v0.9.18
24482026-05-23T15:39:46.949Z Checking tower-http v0.6.8
24492026-05-23T15:39:46.952Z Checking tokio-rustls v0.26.4
24502026-05-23T15:39:47.023Z Checking syn v2.0.117
24512026-05-23T15:39:47.023Z Compiling daft v0.1.7
24522026-05-23T15:39:47.188Z Checking ipnetwork v0.21.1
24532026-05-23T15:39:47.225Z Checking anstyle-parse v1.0.0
24542026-05-23T15:39:47.318Z Checking rand_chacha v0.3.1
24552026-05-23T15:39:47.378Z Checking scroll v0.12.0
24562026-05-23T15:39:47.407Z Checking thiserror v1.0.69
24572026-05-23T15:39:47.506Z Checking hash32 v0.2.1
24582026-05-23T15:39:47.528Z Checking zstd-sys v2.0.16+zstd.1.5.7
24592026-05-23T15:39:47.541Z Checking num-integer v0.1.46
24602026-05-23T15:39:47.560Z Checking hyper v1.8.1
24612026-05-23T15:39:47.610Z Checking toml_datetime v0.6.11
24622026-05-23T15:39:47.640Z Checking serde_spanned v0.6.9
24632026-05-23T15:39:47.660Z Checking md-5 v0.10.6
24642026-05-23T15:39:47.763Z Checking ff v0.13.1
24652026-05-23T15:39:47.766Z Checking encoding_rs v0.8.35
24662026-05-23T15:39:47.793Z Checking psl-types v2.0.11
24672026-05-23T15:39:47.806Z Checking base16ct v0.2.0
24682026-05-23T15:39:47.893Z Checking mime v0.3.17
24692026-05-23T15:39:47.909Z Checking zlib-rs v0.6.2
24702026-05-23T15:39:47.930Z Checking fallible-iterator v0.2.0
24712026-05-23T15:39:48.070Z Checking sec1 v0.7.3
24722026-05-23T15:39:48.199Z Checking postgres-protocol v0.6.10
24732026-05-23T15:39:48.256Z Checking publicsuffix v2.3.0
24742026-05-23T15:39:48.274Z Checking group v0.13.0
24752026-05-23T15:39:48.416Z Checking num-iter v0.1.45
24762026-05-23T15:39:48.431Z Checking heapless v0.7.17
24772026-05-23T15:39:48.470Z Checking hyper-util v0.1.20
24782026-05-23T15:39:48.514Z Checking zstd-safe v7.2.4
24792026-05-23T15:39:48.527Z Checking goblin v0.8.2
24802026-05-23T15:39:48.681Z Checking cookie v0.18.1
24812026-05-23T15:39:48.715Z Checking rand v0.8.6
24822026-05-23T15:39:48.791Z Checking flate2 v1.1.9
24832026-05-23T15:39:48.846Z Checking oxnet v0.1.5
24842026-05-23T15:39:48.912Z Checking anstream v1.0.0
24852026-05-23T15:39:49.089Z Compiling iddqd v0.4.1
24862026-05-23T15:39:49.105Z Checking dtrace-parser v0.3.0
24872026-05-23T15:39:49.120Z Checking phf_shared v0.13.1
24882026-05-23T15:39:49.133Z Checking dof v0.4.0
24892026-05-23T15:39:49.221Z Checking lazy_static v1.5.0
24902026-05-23T15:39:49.312Z Checking anstyle-parse v0.2.7
24912026-05-23T15:39:49.315Z Checking zerocopy v0.7.35
24922026-05-23T15:39:49.326Z Checking pin-project v1.1.11
24932026-05-23T15:39:49.351Z Checking bzip2-sys v0.1.13+1.0.8
24942026-05-23T15:39:49.430Z Checking signal-hook v0.3.18
24952026-05-23T15:39:49.445Z Checking terminal_size v0.4.3
24962026-05-23T15:39:49.474Z Checking futures-executor v0.3.32
24972026-05-23T15:39:49.557Z Checking hex v0.4.3
24982026-05-23T15:39:49.619Z Checking hkdf v0.12.4
24992026-05-23T15:39:49.633Z Checking crypto-bigint v0.5.5
25002026-05-23T15:39:49.737Z Checking hyper-rustls v0.27.7
25012026-05-23T15:39:49.755Z Checking hyper-tls v0.6.0
25022026-05-23T15:39:49.769Z Checking thread-id v5.1.0
25032026-05-23T15:39:49.781Z Checking foldhash v0.1.5
25042026-05-23T15:39:49.794Z Compiling rayon-core v1.13.0
25052026-05-23T15:39:49.844Z Checking foldhash v0.2.0
25062026-05-23T15:39:49.911Z Checking clap_lex v1.0.0
25072026-05-23T15:39:49.925Z Checking strsim v0.11.1
25082026-05-23T15:39:49.949Z Checking libbz2-rs-sys v0.2.2
25092026-05-23T15:39:49.966Z Checking either v1.15.0
25102026-05-23T15:39:50.000Z Checking bumpalo v3.20.2
25112026-05-23T15:39:50.076Z Checking bitflags v1.3.2
25122026-05-23T15:39:50.099Z Checking same-file v1.0.6
25132026-05-23T15:39:50.151Z Checking winnow v0.5.40
25142026-05-23T15:39:50.166Z Checking winnow v0.7.14
25152026-05-23T15:39:50.201Z Checking managed v0.8.0
25162026-05-23T15:39:50.216Z Checking walkdir v2.5.0
25172026-05-23T15:39:50.315Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25182026-05-23T15:39:50.372Z Checking bzip2 v0.6.1
25192026-05-23T15:39:50.383Z Checking zopfli v0.8.3
25202026-05-23T15:39:50.396Z Checking smoltcp v0.9.1
25212026-05-23T15:39:50.470Z Checking dof v0.3.0
25222026-05-23T15:39:50.502Z Checking clap_builder v4.6.0
25232026-05-23T15:39:50.531Z Checking hashbrown v0.16.1
25242026-05-23T15:39:50.562Z Checking elliptic-curve v0.13.8
25252026-05-23T15:39:50.738Z Checking reqwest v0.12.28
25262026-05-23T15:39:50.759Z Checking hashbrown v0.15.5
25272026-05-23T15:39:50.875Z Checking usdt-impl v0.6.0
25282026-05-23T15:39:50.995Z Checking futures v0.3.32
25292026-05-23T15:39:51.032Z Checking signal-hook-mio v0.2.5
25302026-05-23T15:39:51.075Z Checking anstream v0.6.21
25312026-05-23T15:39:51.136Z Checking bzip2 v0.4.4
25322026-05-23T15:39:51.156Z Checking snafu v0.8.9
25332026-05-23T15:39:51.223Z Checking num-bigint-dig v0.8.6
25342026-05-23T15:39:51.276Z Checking phf v0.13.1
25352026-05-23T15:39:51.318Z Checking toml_edit v0.19.15
25362026-05-23T15:39:51.333Z Checking cookie_store v0.22.1
25372026-05-23T15:39:51.392Z Checking zstd v0.13.3
25382026-05-23T15:39:51.423Z Checking postgres-types v0.2.12
25392026-05-23T15:39:51.542Z Checking dtrace-parser v0.2.0
25402026-05-23T15:39:51.581Z Checking globset v0.4.18
25412026-05-23T15:39:51.595Z Checking crossbeam-deque v0.8.6
25422026-05-23T15:39:51.659Z Checking rustls-platform-verifier v0.6.2
25432026-05-23T15:39:51.726Z Checking regex v1.12.3
25442026-05-23T15:39:51.740Z Checking ed25519 v2.2.3
25452026-05-23T15:39:51.764Z Checking phf_shared v0.11.3
25462026-05-23T15:39:51.777Z Checking olpc-cjson v0.1.4
25472026-05-23T15:39:51.799Z Checking curve25519-dalek v4.1.3
25482026-05-23T15:39:51.830Z Checking ref-cast v1.0.25
25492026-05-23T15:39:51.905Z Checking strum v0.27.2
25502026-05-23T15:39:51.909Z Checking hubpack v0.1.2
25512026-05-23T15:39:51.931Z Checking memoffset v0.9.1
25522026-05-23T15:39:51.935Z Checking rustix v0.38.44
25532026-05-23T15:39:52.001Z Checking pkcs1 v0.7.5
25542026-05-23T15:39:52.014Z Checking pem v3.0.6
25552026-05-23T15:39:52.026Z Checking float-cmp v0.10.0
25562026-05-23T15:39:52.039Z Checking serde_plain v1.0.2
25572026-05-23T15:39:52.070Z Checking serde-big-array v0.5.1
25582026-05-23T15:39:52.151Z Checking erased-serde v0.3.31
25592026-05-23T15:39:52.164Z Checking rfc6979 v0.4.0
25602026-05-23T15:39:52.182Z Checking thread-id v4.2.2
25612026-05-23T15:39:52.204Z Checking memmap2 v0.9.10
25622026-05-23T15:39:52.217Z Checking env_filter v1.0.0
25632026-05-23T15:39:52.260Z Checking typed-path v0.9.3
25642026-05-23T15:39:52.276Z Checking difflib v0.4.0
25652026-05-23T15:39:52.354Z Checking toml_write v0.1.2
25662026-05-23T15:39:52.357Z Checking precomputed-hash v0.1.1
25672026-05-23T15:39:52.380Z Checking fixedbitset v0.4.2
25682026-05-23T15:39:52.449Z Checking unicode-segmentation v1.12.0
25692026-05-23T15:39:52.462Z Checking normalize-line-endings v0.3.0
25702026-05-23T15:39:52.518Z Checking jiff v0.2.21
25712026-05-23T15:39:52.532Z Checking new_debug_unreachable v1.0.6
25722026-05-23T15:39:52.532Z Checking keccak v0.1.6
25732026-05-23T15:39:52.557Z Checking predicates-core v1.0.10
25742026-05-23T15:39:52.583Z Checking static_assertions v1.1.0
25752026-05-23T15:39:52.611Z Checking whoami v2.1.0
25762026-05-23T15:39:52.655Z Checking data-encoding v2.10.0
25772026-05-23T15:39:52.678Z Checking fixedbitset v0.5.7
25782026-05-23T15:39:52.697Z Checking sha3 v0.10.8
25792026-05-23T15:39:52.752Z Checking crossterm v0.28.1
25802026-05-23T15:39:52.766Z Checking similar v2.7.0
25812026-05-23T15:39:52.807Z Checking tokio-postgres v0.7.16
25822026-05-23T15:39:52.877Z Checking petgraph v0.8.3
25832026-05-23T15:39:52.903Z Checking predicates v3.1.4
25842026-05-23T15:39:52.929Z Checking hickory-proto v0.25.2
25852026-05-23T15:39:53.033Z Checking tough v0.22.0
25862026-05-23T15:39:53.151Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
25872026-05-23T15:39:53.205Z Checking string_cache v0.8.9
25882026-05-23T15:39:53.372Z Checking ed25519-dalek v2.2.0
25892026-05-23T15:39:53.462Z Checking slog v2.8.2
25902026-05-23T15:39:53.609Z Checking petgraph v0.6.5
25912026-05-23T15:39:53.732Z Checking toml_edit v0.22.27
25922026-05-23T15:39:54.059Z Checking usdt v0.6.0
25932026-05-23T15:39:54.229Z Checking env_logger v0.11.9
25942026-05-23T15:39:54.422Z Checking toml v0.7.8
25952026-05-23T15:39:54.443Z Checking ecdsa v0.16.9
25962026-05-23T15:39:54.734Z Checking zip v4.6.1
25972026-05-23T15:39:54.747Z Checking usdt-impl v0.5.0
25982026-05-23T15:39:54.780Z Checking rsa v0.9.10
25992026-05-23T15:39:54.798Z Checking nix v0.31.2
26002026-05-23T15:39:55.035Z Checking reqwest v0.13.2
26012026-05-23T15:39:55.262Z Checking clap v4.6.1
26022026-05-23T15:39:55.329Z Checking toml_parser v1.0.9+spec-1.1.0
26032026-05-23T15:39:55.345Z Checking zip v0.6.6
26042026-05-23T15:39:55.404Z Checking itertools v0.13.0
26052026-05-23T15:39:55.421Z Checking serde_with v3.17.0
26062026-05-23T15:39:55.661Z Checking strum v0.26.3
26072026-05-23T15:39:55.675Z Checking ahash v0.8.12
26082026-05-23T15:39:55.717Z Checking fs-err v3.3.0
26092026-05-23T15:39:55.762Z Checking object v0.37.3
26102026-05-23T15:39:55.775Z Checking tokio-stream v0.1.18
26112026-05-23T15:39:55.869Z Checking buf-list v1.1.2
26122026-05-23T15:39:55.883Z Checking anyhow v1.0.102
26132026-05-23T15:39:55.908Z Checking camino v1.2.2
26142026-05-23T15:39:56.018Z Checking x509-cert v0.2.5
26152026-05-23T15:39:56.056Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
26162026-05-23T15:39:56.083Z Checking openapiv3 v2.2.0
26172026-05-23T15:39:56.159Z Checking sha1 v0.10.6
26182026-05-23T15:39:56.162Z Checking lalrpop-util v0.19.12
26192026-05-23T15:39:56.320Z Checking peg-runtime v0.8.5
26202026-05-23T15:39:56.333Z Checking rayon v1.11.0
26212026-05-23T15:39:56.336Z Checking sigpipe v0.1.3
26222026-05-23T15:39:56.422Z Checking glob v0.3.3
26232026-05-23T15:39:57.953Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26242026-05-23T15:39:58.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.33s
26252026-05-23T15:39:58.418Z
26262026-05-23T15:39:58.418Zinfo: running `cargo check --bins` on internal-dns-types (77/298)
26272026-05-23T15:39:58.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26282026-05-23T15:39:58.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26292026-05-23T15:39:58.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26302026-05-23T15:39:58.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26312026-05-23T15:39:59.082Z
26322026-05-23T15:39:59.082Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/298)
26332026-05-23T15:39:59.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342026-05-23T15:39:59.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352026-05-23T15:39:59.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26362026-05-23T15:39:59.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26372026-05-23T15:39:59.744Z
26382026-05-23T15:39:59.745Zinfo: running `cargo check --bins` on nexus-types-versions (79/298)
26392026-05-23T15:40:00.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402026-05-23T15:40:00.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412026-05-23T15:40:00.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26422026-05-23T15:40:00.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26432026-05-23T15:40:00.447Z
26442026-05-23T15:40:00.447Zinfo: running `cargo check --bins` on oxql-types (80/298)
26452026-05-23T15:40:00.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462026-05-23T15:40:01.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472026-05-23T15:40:01.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26482026-05-23T15:40:01.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26492026-05-23T15:40:01.101Z
26502026-05-23T15:40:01.101Zinfo: running `cargo check --bins` on oximeter-types (81/298)
26512026-05-23T15:40:01.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522026-05-23T15:40:01.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532026-05-23T15:40:01.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26542026-05-23T15:40:01.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26552026-05-23T15:40:01.762Z
26562026-05-23T15:40:01.762Zinfo: running `cargo check --bins` on oximeter-types-versions (82/298)
26572026-05-23T15:40:02.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582026-05-23T15:40:02.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592026-05-23T15:40:02.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26602026-05-23T15:40:02.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26612026-05-23T15:40:02.424Z
26622026-05-23T15:40:02.424Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/298)
26632026-05-23T15:40:02.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642026-05-23T15:40:02.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652026-05-23T15:40:02.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26662026-05-23T15:40:02.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26672026-05-23T15:40:03.071Z
26682026-05-23T15:40:03.071Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/298)
26692026-05-23T15:40:03.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26702026-05-23T15:40:03.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26712026-05-23T15:40:03.814Z Compiling structmeta-derive v0.3.0
26722026-05-23T15:40:03.938Z Compiling rustls v0.22.4
26732026-05-23T15:40:03.948Z Compiling multer v3.1.0
26742026-05-23T15:40:03.957Z Compiling async-stream-impl v0.3.6
26752026-05-23T15:40:03.957Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26762026-05-23T15:40:03.981Z Compiling dropshot v0.17.0
26772026-05-23T15:40:03.997Z Compiling dropshot_endpoint v0.17.0
26782026-05-23T15:40:03.997Z Compiling newtype-uuid-macros v0.1.0
26792026-05-23T15:40:04.115Z Checking newtype-uuid v1.3.2
26802026-05-23T15:40:04.218Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26812026-05-23T15:40:04.243Z Checking rustls-webpki v0.102.8
26822026-05-23T15:40:04.344Z Checking thread_local v1.1.9
26832026-05-23T15:40:04.358Z Checking daft v0.1.7
26842026-05-23T15:40:04.510Z Checking match_cfg v0.1.0
26852026-05-23T15:40:04.530Z Checking compression-core v0.4.31
26862026-05-23T15:40:04.580Z Checking hostname v0.3.1
26872026-05-23T15:40:04.606Z Checking iddqd v0.4.1
26882026-05-23T15:40:04.623Z Checking crossbeam-channel v0.5.15
26892026-05-23T15:40:04.656Z Checking compression-codecs v0.4.37
26902026-05-23T15:40:04.675Z Checking slog-json v2.6.1
26912026-05-23T15:40:04.743Z Checking toml_datetime v1.0.0+spec-1.1.0
26922026-05-23T15:40:04.823Z Checking serde_spanned v1.0.4
26932026-05-23T15:40:04.835Z Checking is-terminal v0.4.17
26942026-05-23T15:40:04.927Z Checking term v1.2.1
26952026-05-23T15:40:04.946Z Checking take_mut v0.2.2
26962026-05-23T15:40:04.960Z Checking debug-ignore v1.0.5
26972026-05-23T15:40:04.963Z Checking toml_writer v1.0.6+spec-1.1.0
26982026-05-23T15:40:04.987Z Compiling structmeta v0.3.0
26992026-05-23T15:40:05.056Z Checking slog-bunyan v2.5.0
27002026-05-23T15:40:05.099Z Checking slog-async v2.8.0
27012026-05-23T15:40:05.150Z Checking slog-term v2.9.2
27022026-05-23T15:40:05.163Z Checking toml v1.0.6+spec-1.1.0
27032026-05-23T15:40:05.201Z Checking async-compression v0.4.41
27042026-05-23T15:40:05.220Z Compiling derive-ex v0.1.8
27052026-05-23T15:40:05.273Z Compiling parse-display-derive v0.10.0
27062026-05-23T15:40:05.412Z Checking async-stream v0.3.6
27072026-05-23T15:40:05.451Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27082026-05-23T15:40:05.513Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27092026-05-23T15:40:05.544Z Checking progenitor-client v0.14.0
27102026-05-23T15:40:05.559Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27112026-05-23T15:40:05.700Z Checking waitgroup v0.1.2
27122026-05-23T15:40:05.744Z Checking backon v1.6.0
27132026-05-23T15:40:05.777Z Checking rustls-pemfile v2.2.0
27142026-05-23T15:40:05.798Z Checking serde_path_to_error v0.1.20
27152026-05-23T15:40:05.824Z Checking hostname v0.4.2
27162026-05-23T15:40:05.904Z Checking instant v0.1.13
27172026-05-23T15:40:05.992Z Checking backoff v0.4.0
27182026-05-23T15:40:06.059Z Checking tokio-rustls v0.25.0
27192026-05-23T15:40:06.093Z Checking progenitor-extras v0.2.0
27202026-05-23T15:40:06.127Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27212026-05-23T15:40:06.179Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27222026-05-23T15:40:06.325Z Checking itertools v0.14.0
27232026-05-23T15:40:06.345Z Checking regress v0.10.5
27242026-05-23T15:40:06.540Z Checking progenitor-client v0.13.0
27252026-05-23T15:40:06.554Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#0d199ceb)
27262026-05-23T15:40:06.918Z Compiling test-strategy v0.4.5
27272026-05-23T15:40:06.960Z Checking parse-display v0.10.0
27282026-05-23T15:40:06.986Z Checking macaddr v1.0.1
27292026-05-23T15:40:07.162Z Checking humantime v2.3.0
27302026-05-23T15:40:08.150Z Compiling prettyplease v0.2.37
27312026-05-23T15:40:08.404Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27322026-05-23T15:40:08.554Z Checking num-rational v0.4.2
27332026-05-23T15:40:08.772Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27342026-05-23T15:40:09.135Z Checking num-complex v0.4.6
27352026-05-23T15:40:09.833Z Compiling num v0.4.3
27362026-05-23T15:40:09.878Z Compiling usdt-attr-macro v0.5.0
27372026-05-23T15:40:09.892Z Compiling usdt-macro v0.5.0
27382026-05-23T15:40:09.910Z Checking memmap v0.7.0
27392026-05-23T15:40:09.928Z Checking float-ord v0.3.2
27402026-05-23T15:40:10.031Z Compiling convert_case v0.4.0
27412026-05-23T15:40:10.045Z Checking unicode-width v0.2.0
27422026-05-23T15:40:10.299Z Checking console v0.15.11
27432026-05-23T15:40:10.436Z Compiling derive_more v0.99.20
27442026-05-23T15:40:10.598Z Checking newline-converter v0.3.0
27452026-05-23T15:40:10.640Z Checking atomicwrites v0.4.4
27462026-05-23T15:40:10.682Z Checking usdt v0.5.0
27472026-05-23T15:40:10.701Z Compiling toml v0.8.23
27482026-05-23T15:40:10.775Z Checking linked-hash-map v0.5.6
27492026-05-23T15:40:10.855Z Compiling minimal-lexical v0.2.1
27502026-05-23T15:40:10.954Z Checking lru-cache v0.1.2
27512026-05-23T15:40:11.082Z Compiling nom v7.1.3
27522026-05-23T15:40:11.122Z Checking expectorate v1.2.0
27532026-05-23T15:40:11.657Z Checking camino-tempfile v1.4.1
27542026-05-23T15:40:11.801Z Checking hickory-proto v0.24.4
27552026-05-23T15:40:11.824Z Checking phf_shared v0.12.1
27562026-05-23T15:40:11.839Z Compiling slog-dtrace v0.3.0
27572026-05-23T15:40:11.970Z Checking heck v0.5.0
27582026-05-23T15:40:12.030Z Checking resolv-conf v0.7.6
27592026-05-23T15:40:12.101Z Compiling chrono-tz v0.10.4
27602026-05-23T15:40:12.272Z Compiling const_format_proc_macros v0.2.34
27612026-05-23T15:40:12.307Z Checking phf v0.12.1
27622026-05-23T15:40:12.389Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27632026-05-23T15:40:12.427Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27642026-05-23T15:40:12.449Z Checking tokio-dtrace v0.1.1
27652026-05-23T15:40:12.633Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27662026-05-23T15:40:12.901Z Compiling derive-where v1.6.0
27672026-05-23T15:40:12.995Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27682026-05-23T15:40:13.157Z Checking highway v1.3.0
27692026-05-23T15:40:13.394Z Checking const_format v0.2.35
27702026-05-23T15:40:13.586Z Checking hickory-resolver v0.24.4
27712026-05-23T15:40:13.629Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27722026-05-23T15:40:13.804Z Checking oxide-tokio-rt v0.1.4
27732026-05-23T15:40:13.909Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27742026-05-23T15:40:14.164Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27752026-05-23T15:40:14.212Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27762026-05-23T15:40:14.229Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27772026-05-23T15:40:14.314Z Checking qorb v0.4.1
27782026-05-23T15:40:14.340Z Checking gethostname v0.5.0
27792026-05-23T15:40:14.361Z Checking bcs v0.1.6
27802026-05-23T15:40:14.421Z Checking termtree v0.5.1
27812026-05-23T15:40:17.692Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27822026-05-23T15:40:20.210Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27832026-05-23T15:40:22.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.26s
27842026-05-23T15:40:22.534Z
27852026-05-23T15:40:22.534Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/298)
27862026-05-23T15:40:23.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872026-05-23T15:40:23.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882026-05-23T15:40:23.263Z Compiling ar_archive_writer v0.5.1
27892026-05-23T15:40:23.383Z Compiling stacker v0.1.23
27902026-05-23T15:40:23.390Z Compiling cfg_aliases v0.1.1
27912026-05-23T15:40:23.397Z Compiling convert_case v0.10.0
27922026-05-23T15:40:23.404Z Checking unicode-width v0.1.14
27932026-05-23T15:40:23.415Z Compiling proc-macro-error v1.0.4
27942026-05-23T15:40:23.427Z Checking fd-lock v4.0.4
27952026-05-23T15:40:23.427Z Checking nibble_vec v0.1.0
27962026-05-23T15:40:23.451Z Compiling nix v0.28.0
27972026-05-23T15:40:23.539Z Checking vte v0.14.1
27982026-05-23T15:40:23.557Z Compiling recursive-proc-macro-impl v0.1.1
27992026-05-23T15:40:23.638Z Checking endian-type v0.1.2
28002026-05-23T15:40:23.651Z Checking bytecount v0.6.9
28012026-05-23T15:40:23.689Z Checking strip-ansi-escapes v0.2.1
28022026-05-23T15:40:23.702Z Compiling derive_more-impl v2.1.1
28032026-05-23T15:40:23.714Z Compiling tabled_derive v0.7.0
28042026-05-23T15:40:23.748Z Checking papergrid v0.11.0
28052026-05-23T15:40:23.765Z Checking radix_trie v0.2.1
28062026-05-23T15:40:23.799Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28072026-05-23T15:40:23.954Z Compiling peg-macros v0.8.5
28082026-05-23T15:40:23.974Z Checking winnow v0.6.26
28092026-05-23T15:40:24.218Z Compiling psm v0.1.30
28102026-05-23T15:40:24.271Z Compiling sqlparser_derive v0.5.0
28112026-05-23T15:40:24.359Z Checking nu-ansi-term v0.50.3
28122026-05-23T15:40:24.501Z Checking derive_more v2.1.1
28132026-05-23T15:40:24.569Z Checking home v0.5.12
28142026-05-23T15:40:24.617Z Checking unicode_categories v0.1.1
28152026-05-23T15:40:24.677Z Checking crossterm v0.29.0
28162026-05-23T15:40:24.692Z Checking tabled v0.15.0
28172026-05-23T15:40:24.744Z Checking rustyline v14.0.0
28182026-05-23T15:40:24.775Z Checking reedline v0.40.0
28192026-05-23T15:40:24.988Z Checking recursive v0.1.1
28202026-05-23T15:40:25.048Z Checking display-error-chain v0.2.2
28212026-05-23T15:40:25.118Z Checking sqlparser v0.61.0
28222026-05-23T15:40:25.132Z Checking sqlformat v0.3.5
28232026-05-23T15:40:25.322Z Checking peg v0.8.5
28242026-05-23T15:40:36.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.74s
28252026-05-23T15:40:36.509Z
28262026-05-23T15:40:36.509Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/298)
28272026-05-23T15:40:37.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-05-23T15:40:37.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-05-23T15:40:37.237Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28302026-05-23T15:40:40.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s
28312026-05-23T15:40:40.882Z
28322026-05-23T15:40:40.883Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/298)
28332026-05-23T15:40:41.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-05-23T15:40:41.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-05-23T15:40:41.603Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28362026-05-23T15:40:44.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
28372026-05-23T15:40:44.262Z
28382026-05-23T15:40:44.262Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/298)
28392026-05-23T15:40:44.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-05-23T15:40:44.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-05-23T15:40:44.984Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28422026-05-23T15:40:48.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.95s
28432026-05-23T15:40:48.436Z
28442026-05-23T15:40:48.436Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/298)
28452026-05-23T15:40:49.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-05-23T15:40:49.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-05-23T15:40:49.164Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28482026-05-23T15:40:52.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s
28492026-05-23T15:40:52.661Z
28502026-05-23T15:40:52.662Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/298)
28512026-05-23T15:40:53.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-05-23T15:40:53.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-05-23T15:40:53.392Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28542026-05-23T15:40:55.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s
28552026-05-23T15:40:56.198Z
28562026-05-23T15:40:56.199Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/298)
28572026-05-23T15:40:56.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-05-23T15:40:56.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-05-23T15:40:56.928Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28602026-05-23T15:40:59.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.37s
28612026-05-23T15:40:59.781Z
28622026-05-23T15:40:59.781Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/298)
28632026-05-23T15:41:00.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-05-23T15:41:00.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-05-23T15:41:00.510Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28662026-05-23T15:41:03.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s
28672026-05-23T15:41:04.155Z
28682026-05-23T15:41:04.155Zinfo: running `cargo check --bins` on oximeter (93/298)
28692026-05-23T15:41:04.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-05-23T15:41:04.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-05-23T15:41:04.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28722026-05-23T15:41:04.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28732026-05-23T15:41:04.816Z
28742026-05-23T15:41:04.816Zinfo: running `cargo check --bins` on oximeter-schema (94/298)
28752026-05-23T15:41:05.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-05-23T15:41:05.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-05-23T15:41:05.502Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28782026-05-23T15:41:05.675Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28792026-05-23T15:41:05.678Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28802026-05-23T15:41:06.016Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28812026-05-23T15:41:08.966Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28822026-05-23T15:41:10.184Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28832026-05-23T15:41:10.393Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28842026-05-23T15:41:11.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.24s
28852026-05-23T15:41:11.261Z
28862026-05-23T15:41:11.261Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/298)
28872026-05-23T15:41:11.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-05-23T15:41:11.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-05-23T15:41:11.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902026-05-23T15:41:11.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28912026-05-23T15:41:11.923Z
28922026-05-23T15:41:11.923Zinfo: running `cargo check --bins` on oximeter-test-utils (96/298)
28932026-05-23T15:41:12.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-05-23T15:41:12.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-05-23T15:41:12.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-05-23T15:41:12.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28972026-05-23T15:41:12.630Z
28982026-05-23T15:41:12.630Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/298)
28992026-05-23T15:41:13.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-05-23T15:41:13.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-05-23T15:41:13.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-05-23T15:41:13.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29032026-05-23T15:41:13.287Z
29042026-05-23T15:41:13.287Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/298)
29052026-05-23T15:41:13.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-05-23T15:41:13.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-05-23T15:41:13.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-05-23T15:41:13.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29092026-05-23T15:41:13.947Z
29102026-05-23T15:41:13.947Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/298)
29112026-05-23T15:41:14.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-05-23T15:41:14.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-05-23T15:41:14.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142026-05-23T15:41:14.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29152026-05-23T15:41:14.620Z
29162026-05-23T15:41:14.620Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/298)
29172026-05-23T15:41:15.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-05-23T15:41:15.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-05-23T15:41:15.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202026-05-23T15:41:15.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29212026-05-23T15:41:15.287Z
29222026-05-23T15:41:15.287Zinfo: running `cargo check --bins` on trust-quorum-types (101/298)
29232026-05-23T15:41:15.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-05-23T15:41:15.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-05-23T15:41:15.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262026-05-23T15:41:15.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29272026-05-23T15:41:15.935Z
29282026-05-23T15:41:15.936Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/298)
29292026-05-23T15:41:16.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-05-23T15:41:16.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-05-23T15:41:16.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322026-05-23T15:41:16.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29332026-05-23T15:41:16.610Z
29342026-05-23T15:41:16.610Zinfo: running `cargo check --bins` on update-engine (103/298)
29352026-05-23T15:41:17.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-05-23T15:41:17.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-05-23T15:41:17.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29382026-05-23T15:41:17.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29392026-05-23T15:41:17.267Z
29402026-05-23T15:41:17.267Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/298)
29412026-05-23T15:41:17.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422026-05-23T15:41:17.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432026-05-23T15:41:18.049Z Compiling crucible-workspace-hack v0.1.0
29442026-05-23T15:41:18.175Z Checking secrecy v0.10.3
29452026-05-23T15:41:18.183Z Compiling toml_datetime v0.7.5+spec-1.1.0
29462026-05-23T15:41:18.183Z Compiling heapless v0.8.0
29472026-05-23T15:41:18.199Z Compiling ingot-macros v0.1.1
29482026-05-23T15:41:18.209Z Checking hash32 v0.3.1
29492026-05-23T15:41:18.221Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29502026-05-23T15:41:18.224Z Compiling smoltcp v0.11.0
29512026-05-23T15:41:18.279Z Checking cobs v0.3.0
29522026-05-23T15:41:18.329Z Compiling toml_edit v0.23.10+spec-1.0.0
29532026-05-23T15:41:18.412Z Compiling thiserror-impl-no-std v2.0.2
29542026-05-23T15:41:18.421Z Checking universal-hash v0.5.1
29552026-05-23T15:41:18.426Z Checking half v2.7.1
29562026-05-23T15:41:18.519Z Checking opaque-debug v0.3.1
29572026-05-23T15:41:18.566Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
29582026-05-23T15:41:18.593Z Checking ciborium-io v0.2.2
29592026-05-23T15:41:18.614Z Checking poly1305 v0.8.0
29602026-05-23T15:41:18.686Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29612026-05-23T15:41:18.735Z Checking ciborium-ll v0.2.2
29622026-05-23T15:41:18.770Z Checking postcard v1.1.3
29632026-05-23T15:41:18.876Z Compiling proc-macro-crate v3.4.0
29642026-05-23T15:41:18.913Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29652026-05-23T15:41:19.072Z Checking password-hash v0.5.0
29662026-05-23T15:41:19.086Z Checking chacha20 v0.9.1
29672026-05-23T15:41:19.183Z Compiling proc-macro-crate v1.3.1
29682026-05-23T15:41:19.282Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
29692026-05-23T15:41:19.299Z Checking blake2 v0.10.6
29702026-05-23T15:41:19.406Z Checking aead v0.5.2
29712026-05-23T15:41:19.431Z Compiling num_enum_derive v0.7.6
29722026-05-23T15:41:19.513Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29732026-05-23T15:41:19.532Z Compiling foreign-types-macros v0.2.3
29742026-05-23T15:41:19.553Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29752026-05-23T15:41:19.606Z Checking foreign-types-shared v0.3.1
29762026-05-23T15:41:19.631Z Checking thiserror-no-std v2.0.2
29772026-05-23T15:41:19.699Z Checking cpufeatures v0.3.0
29782026-05-23T15:41:19.720Z Compiling num_enum_derive v0.5.11
29792026-05-23T15:41:19.734Z Checking vsss-rs v3.3.4
29802026-05-23T15:41:19.772Z Checking chacha20 v0.10.0
29812026-05-23T15:41:19.796Z Checking chacha20poly1305 v0.10.1
29822026-05-23T15:41:19.925Z Checking argon2 v0.5.3
29832026-05-23T15:41:19.990Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
29842026-05-23T15:41:20.122Z Checking foreign-types v0.5.0
29852026-05-23T15:41:20.205Z Checking ciborium v0.2.2
29862026-05-23T15:41:20.366Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29872026-05-23T15:41:20.413Z Checking tabwriter v1.4.1
29882026-05-23T15:41:20.486Z Checking num_enum v0.7.6
29892026-05-23T15:41:20.562Z Checking byte-wrapper v0.1.0
29902026-05-23T15:41:20.606Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29912026-05-23T15:41:20.638Z Checking cstr-argument v0.1.2
29922026-05-23T15:41:20.658Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29932026-05-23T15:41:20.762Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ca2cb23e)
29942026-05-23T15:41:20.777Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29952026-05-23T15:41:20.780Z Checking num_enum v0.5.11
29962026-05-23T15:41:20.861Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29972026-05-23T15:41:20.903Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29982026-05-23T15:41:20.965Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
29992026-05-23T15:41:21.004Z Checking ingot-types v0.1.2
30002026-05-23T15:41:21.022Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30012026-05-23T15:41:21.074Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30022026-05-23T15:41:21.097Z Checking rand v0.10.1
30032026-05-23T15:41:21.130Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
30042026-05-23T15:41:21.143Z Checking colored v3.1.1
30052026-05-23T15:41:21.274Z Checking winnow v1.0.3
30062026-05-23T15:41:21.345Z Checking indent_write v2.2.0
30072026-05-23T15:41:21.359Z Checking ingot v0.1.1
30082026-05-23T15:41:21.394Z Compiling zone_cfg_derive v0.3.1
30092026-05-23T15:41:21.443Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30102026-05-23T15:41:21.470Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
30112026-05-23T15:41:21.485Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
30122026-05-23T15:41:21.569Z Checking itertools v0.12.1
30132026-05-23T15:41:21.584Z Compiling num-derive v0.4.2
30142026-05-23T15:41:21.615Z Checking swrite v0.1.0
30152026-05-23T15:41:21.655Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30162026-05-23T15:41:21.709Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
30172026-05-23T15:41:21.867Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30182026-05-23T15:41:21.969Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30192026-05-23T15:41:22.031Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30202026-05-23T15:41:22.033Z Checking dropshot-api-manager-types v0.7.2
30212026-05-23T15:41:22.059Z Checking smf v0.2.3
30222026-05-23T15:41:22.143Z Checking nanorand v0.7.0
30232026-05-23T15:41:22.211Z Checking whoami v1.6.1
30242026-05-23T15:41:22.288Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30252026-05-23T15:41:22.337Z Checking flume v0.11.1
30262026-05-23T15:41:22.501Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8)
30272026-05-23T15:41:22.574Z Checking zone v0.3.1
30282026-05-23T15:41:22.948Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30292026-05-23T15:41:23.926Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30302026-05-23T15:41:24.818Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30312026-05-23T15:41:28.193Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30322026-05-23T15:41:30.294Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30332026-05-23T15:41:31.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.12s
30342026-05-23T15:41:31.601Z
30352026-05-23T15:41:31.601Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/298)
30362026-05-23T15:41:32.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372026-05-23T15:41:32.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382026-05-23T15:41:32.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30392026-05-23T15:41:32.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30402026-05-23T15:41:32.269Z
30412026-05-23T15:41:32.269Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/298)
30422026-05-23T15:41:32.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432026-05-23T15:41:32.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442026-05-23T15:41:32.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30452026-05-23T15:41:32.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30462026-05-23T15:41:32.925Z
30472026-05-23T15:41:32.925Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/298)
30482026-05-23T15:41:33.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492026-05-23T15:41:33.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502026-05-23T15:41:33.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512026-05-23T15:41:33.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30522026-05-23T15:41:33.594Z
30532026-05-23T15:41:33.594Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/298)
30542026-05-23T15:41:34.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552026-05-23T15:41:34.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562026-05-23T15:41:34.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572026-05-23T15:41:34.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30582026-05-23T15:41:34.270Z
30592026-05-23T15:41:34.270Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/298)
30602026-05-23T15:41:34.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-05-23T15:41:34.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-05-23T15:41:34.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-05-23T15:41:34.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30642026-05-23T15:41:34.949Z
30652026-05-23T15:41:34.949Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/298)
30662026-05-23T15:41:35.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-05-23T15:41:35.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-05-23T15:41:35.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-05-23T15:41:35.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30702026-05-23T15:41:35.605Z
30712026-05-23T15:41:35.605Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/298)
30722026-05-23T15:41:36.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-05-23T15:41:36.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-05-23T15:41:36.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752026-05-23T15:41:36.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30762026-05-23T15:41:36.268Z
30772026-05-23T15:41:36.268Zinfo: running `cargo check --bins` on cockroach-admin-client (112/298)
30782026-05-23T15:41:36.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792026-05-23T15:41:36.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802026-05-23T15:41:36.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812026-05-23T15:41:36.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30822026-05-23T15:41:36.912Z
30832026-05-23T15:41:36.912Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/298)
30842026-05-23T15:41:37.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852026-05-23T15:41:37.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862026-05-23T15:41:37.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872026-05-23T15:41:37.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30882026-05-23T15:41:37.580Z
30892026-05-23T15:41:37.580Zinfo: running `cargo check --bins` on dns-service-client (114/298)
30902026-05-23T15:41:38.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912026-05-23T15:41:38.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922026-05-23T15:41:38.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932026-05-23T15:41:38.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30942026-05-23T15:41:38.245Z
30952026-05-23T15:41:38.245Zinfo: running `cargo check --bins` on installinator-client (115/298)
30962026-05-23T15:41:38.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972026-05-23T15:41:38.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982026-05-23T15:41:38.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992026-05-23T15:41:38.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31002026-05-23T15:41:38.918Z
31012026-05-23T15:41:38.918Zinfo: running `cargo check --bins` on nexus-client (116/298)
31022026-05-23T15:41:39.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032026-05-23T15:41:39.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042026-05-23T15:41:39.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052026-05-23T15:41:39.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
31062026-05-23T15:41:39.627Z
31072026-05-23T15:41:39.627Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/298)
31082026-05-23T15:41:40.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-05-23T15:41:40.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-05-23T15:41:40.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112026-05-23T15:41:40.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
31122026-05-23T15:41:40.338Z
31132026-05-23T15:41:40.338Zinfo: running `cargo check --bins` on ntp-admin-client (118/298)
31142026-05-23T15:41:40.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152026-05-23T15:41:40.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162026-05-23T15:41:40.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172026-05-23T15:41:40.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31182026-05-23T15:41:40.989Z
31192026-05-23T15:41:40.989Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/298)
31202026-05-23T15:41:41.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212026-05-23T15:41:41.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222026-05-23T15:41:41.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232026-05-23T15:41:41.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31242026-05-23T15:41:41.637Z
31252026-05-23T15:41:41.637Zinfo: running `cargo check --bins` on oxide-client (120/298)
31262026-05-23T15:41:42.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272026-05-23T15:41:42.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282026-05-23T15:41:42.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292026-05-23T15:41:42.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31302026-05-23T15:41:42.286Z
31312026-05-23T15:41:42.286Zinfo: running `cargo check --bins` on oximeter-client (121/298)
31322026-05-23T15:41:42.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332026-05-23T15:41:42.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342026-05-23T15:41:42.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352026-05-23T15:41:42.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31362026-05-23T15:41:42.945Z
31372026-05-23T15:41:42.945Zinfo: running `cargo check --bins` on repo-depot-client (122/298)
31382026-05-23T15:41:43.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392026-05-23T15:41:43.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402026-05-23T15:41:43.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412026-05-23T15:41:43.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31422026-05-23T15:41:43.595Z
31432026-05-23T15:41:43.595Zinfo: running `cargo check --bins` on sled-agent-client (123/298)
31442026-05-23T15:41:44.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452026-05-23T15:41:44.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462026-05-23T15:41:44.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472026-05-23T15:41:44.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31482026-05-23T15:41:44.274Z
31492026-05-23T15:41:44.274Zinfo: running `cargo check --bins` on wicketd-client (124/298)
31502026-05-23T15:41:44.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512026-05-23T15:41:44.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522026-05-23T15:41:44.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532026-05-23T15:41:44.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31542026-05-23T15:41:44.956Z
31552026-05-23T15:41:44.956Zinfo: running `cargo check --bins` on installinator-common (125/298)
31562026-05-23T15:41:45.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572026-05-23T15:41:45.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582026-05-23T15:41:45.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592026-05-23T15:41:45.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31602026-05-23T15:41:45.636Z
31612026-05-23T15:41:45.636Zinfo: running `cargo check --bins` on installinator-common-versions (126/298)
31622026-05-23T15:41:46.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632026-05-23T15:41:46.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642026-05-23T15:41:46.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652026-05-23T15:41:46.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31662026-05-23T15:41:46.296Z
31672026-05-23T15:41:46.296Zinfo: running `cargo check --bins` on wicket-common (127/298)
31682026-05-23T15:41:46.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-05-23T15:41:46.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-05-23T15:41:46.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712026-05-23T15:41:46.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31722026-05-23T15:41:46.981Z
31732026-05-23T15:41:46.981Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/298)
31742026-05-23T15:41:47.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752026-05-23T15:41:47.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762026-05-23T15:41:47.736Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31772026-05-23T15:41:47.859Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31782026-05-23T15:41:47.865Z Checking csv-core v0.1.13
31792026-05-23T15:41:47.871Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31802026-05-23T15:41:47.879Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31812026-05-23T15:41:47.888Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31822026-05-23T15:41:47.900Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31832026-05-23T15:41:47.913Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31842026-05-23T15:41:48.021Z Checking csv v1.4.0
31852026-05-23T15:41:48.060Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31862026-05-23T15:41:48.063Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31872026-05-23T15:41:48.108Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31882026-05-23T15:41:48.154Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31892026-05-23T15:41:48.353Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31902026-05-23T15:41:48.718Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31912026-05-23T15:41:48.718Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31922026-05-23T15:41:49.087Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31932026-05-23T15:41:55.080Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31942026-05-23T15:41:55.608Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31952026-05-23T15:41:57.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.00s
31962026-05-23T15:41:58.183Z
31972026-05-23T15:41:58.183Zinfo: running `cargo check --bins` on cockroach-admin-api (129/298)
31982026-05-23T15:41:58.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992026-05-23T15:41:58.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002026-05-23T15:41:58.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32012026-05-23T15:41:58.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32022026-05-23T15:41:58.851Z
32032026-05-23T15:41:58.851Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/298)
32042026-05-23T15:41:59.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052026-05-23T15:41:59.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062026-05-23T15:41:59.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072026-05-23T15:41:59.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
32082026-05-23T15:41:59.609Z
32092026-05-23T15:41:59.609Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/298)
32102026-05-23T15:42:00.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112026-05-23T15:42:00.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122026-05-23T15:42:00.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132026-05-23T15:42:00.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
32142026-05-23T15:42:00.365Z
32152026-05-23T15:42:00.365Zinfo: running `cargo check --bins` on gateway-test-utils (132/298)
32162026-05-23T15:42:00.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-05-23T15:42:00.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-05-23T15:42:00.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192026-05-23T15:42:00.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32202026-05-23T15:42:01.084Z
32212026-05-23T15:42:01.084Zinfo: running `cargo check --bins` on omicron-gateway (133/298)
32222026-05-23T15:42:01.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232026-05-23T15:42:01.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242026-05-23T15:42:02.002Z Compiling regress v0.11.1
32252026-05-23T15:42:02.181Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32262026-05-23T15:42:02.184Z Compiling unsafe-libyaml v0.2.11
32272026-05-23T15:42:02.184Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
32282026-05-23T15:42:02.184Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32292026-05-23T15:42:02.184Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
32302026-05-23T15:42:02.187Z Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32312026-05-23T15:42:02.463Z Checking omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32322026-05-23T15:42:02.510Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32332026-05-23T15:42:02.535Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
32342026-05-23T15:42:02.538Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32352026-05-23T15:42:02.670Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32362026-05-23T15:42:03.022Z Compiling serde_yaml v0.9.34+deprecated
32372026-05-23T15:42:03.157Z Compiling semver v0.1.20
32382026-05-23T15:42:03.445Z Compiling rustc_version v0.1.7
32392026-05-23T15:42:03.643Z Compiling typify-impl v0.6.2
32402026-05-23T15:42:03.686Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32412026-05-23T15:42:03.779Z Compiling owo-colors v4.3.0
32422026-05-23T15:42:03.884Z Compiling cancel-safe-futures v0.1.5
32432026-05-23T15:42:03.959Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
32442026-05-23T15:42:04.065Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32452026-05-23T15:42:04.134Z Compiling newtype_derive v0.1.6
32462026-05-23T15:42:04.167Z Checking libsw-core v0.3.2
32472026-05-23T15:42:04.322Z Checking libsw v3.5.0
32482026-05-23T15:42:04.699Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32492026-05-23T15:42:04.740Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32502026-05-23T15:42:04.960Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32512026-05-23T15:42:05.334Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32522026-05-23T15:42:05.369Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32532026-05-23T15:42:05.508Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32542026-05-23T15:42:05.533Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32552026-05-23T15:42:05.816Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
32562026-05-23T15:42:05.904Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32572026-05-23T15:42:06.004Z Checking tagptr v0.2.0
32582026-05-23T15:42:06.063Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32592026-05-23T15:42:06.138Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32602026-05-23T15:42:06.155Z Checking linear-map v1.2.0
32612026-05-23T15:42:06.169Z Checking moka v0.12.13
32622026-05-23T15:42:06.200Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32632026-05-23T15:42:06.276Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
32642026-05-23T15:42:06.325Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32652026-05-23T15:42:06.444Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32662026-05-23T15:42:06.510Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
32672026-05-23T15:42:06.725Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32682026-05-23T15:42:06.747Z Checking multicast-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
32692026-05-23T15:42:06.802Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32702026-05-23T15:42:06.858Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32712026-05-23T15:42:06.861Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32722026-05-23T15:42:06.918Z Checking smawk v0.3.2
32732026-05-23T15:42:06.985Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32742026-05-23T15:42:07.054Z Checking unicode-linebreak v0.1.5
32752026-05-23T15:42:07.070Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32762026-05-23T15:42:07.161Z Checking hickory-resolver v0.25.2
32772026-05-23T15:42:07.203Z Checking steno v0.4.1
32782026-05-23T15:42:07.246Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32792026-05-23T15:42:07.270Z Checking textwrap v0.16.2
32802026-05-23T15:42:07.287Z Compiling num-derive v0.3.3
32812026-05-23T15:42:07.490Z Compiling radium v0.7.0
32822026-05-23T15:42:07.790Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
32832026-05-23T15:42:07.884Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32842026-05-23T15:42:08.183Z Checking libscf-sys v1.1.0
32852026-05-23T15:42:08.200Z Compiling typify-macro v0.6.2
32862026-05-23T15:42:08.219Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32872026-05-23T15:42:08.312Z Checking nom v8.0.0
32882026-05-23T15:42:08.329Z Compiling maybe-uninit v2.0.0
32892026-05-23T15:42:08.436Z Checking tap v1.0.1
32902026-05-23T15:42:08.469Z Checking ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
32912026-05-23T15:42:08.516Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
32922026-05-23T15:42:08.548Z Checking wyz v0.5.1
32932026-05-23T15:42:08.679Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32942026-05-23T15:42:08.720Z Compiling zerocopy-derive v0.6.6
32952026-05-23T15:42:08.736Z Checking crc-catalog v2.4.0
32962026-05-23T15:42:08.834Z Compiling packed_struct v0.10.1
32972026-05-23T15:42:08.850Z Checking funty v2.0.0
32982026-05-23T15:42:08.913Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32992026-05-23T15:42:09.114Z Checking crc v3.4.0
33002026-05-23T15:42:09.170Z Checking bitvec v1.0.1
33012026-05-23T15:42:09.375Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33022026-05-23T15:42:09.563Z Checking zerocopy v0.6.6
33032026-05-23T15:42:09.868Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33042026-05-23T15:42:09.917Z Compiling packed_struct_codegen v0.10.1
33052026-05-23T15:42:09.957Z Compiling typify v0.6.2
33062026-05-23T15:42:10.159Z Compiling progenitor-impl v0.14.0
33072026-05-23T15:42:10.244Z Compiling progenitor-impl v0.13.0
33082026-05-23T15:42:10.556Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
33092026-05-23T15:42:11.019Z Compiling bitfield-macros v0.19.4
33102026-05-23T15:42:11.083Z Compiling indexmap v1.9.3
33112026-05-23T15:42:11.191Z Checking nodrop v0.1.14
33122026-05-23T15:42:11.287Z Checking array-init v0.0.4
33132026-05-23T15:42:11.322Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33142026-05-23T15:42:11.343Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33152026-05-23T15:42:11.516Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33162026-05-23T15:42:11.600Z Checking smallvec v0.6.14
33172026-05-23T15:42:11.739Z Checking bitfield v0.19.4
33182026-05-23T15:42:11.807Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33192026-05-23T15:42:11.936Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33202026-05-23T15:42:11.954Z Checking base64 v0.21.7
33212026-05-23T15:42:11.999Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33222026-05-23T15:42:12.020Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33232026-05-23T15:42:12.291Z Checking hashbrown v0.12.3
33242026-05-23T15:42:12.372Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33252026-05-23T15:42:12.562Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33262026-05-23T15:42:12.600Z Checking ron v0.8.1
33272026-05-23T15:42:12.801Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33282026-05-23T15:42:12.841Z Compiling progenitor-macro v0.14.0
33292026-05-23T15:42:12.894Z Compiling progenitor-macro v0.13.0
33302026-05-23T15:42:13.031Z Checking serde-hex v0.1.0
33312026-05-23T15:42:13.121Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33322026-05-23T15:42:13.291Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33332026-05-23T15:42:13.615Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33342026-05-23T15:42:13.876Z Checking hashbrown v0.13.2
33352026-05-23T15:42:14.060Z Checking crc-any v2.5.0
33362026-05-23T15:42:14.250Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33372026-05-23T15:42:14.300Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
33382026-05-23T15:42:14.317Z Checking object v0.30.4
33392026-05-23T15:42:14.472Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33402026-05-23T15:42:14.494Z Checking path-slash v0.1.5
33412026-05-23T15:42:14.513Z Checking void v1.0.2
33422026-05-23T15:42:14.606Z Checking half v1.8.3
33432026-05-23T15:42:14.624Z Checking utf-8 v0.7.6
33442026-05-23T15:42:14.640Z Checking lzss v0.8.2
33452026-05-23T15:42:14.766Z Checking tungstenite v0.23.0
33462026-05-23T15:42:14.808Z Checking serde_cbor v0.11.2
33472026-05-23T15:42:14.915Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33482026-05-23T15:42:14.975Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33492026-05-23T15:42:15.164Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33502026-05-23T15:42:15.216Z Checking nix v0.27.1
33512026-05-23T15:42:15.216Z Checking kstat-rs v0.2.4
33522026-05-23T15:42:15.352Z Checking fxhash v0.2.1
33532026-05-23T15:42:15.424Z Checking serde_bytes v0.11.19
33542026-05-23T15:42:15.441Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33552026-05-23T15:42:15.485Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33562026-05-23T15:42:15.611Z Checking tokio-tungstenite v0.23.1
33572026-05-23T15:42:15.629Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33582026-05-23T15:42:15.741Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33592026-05-23T15:42:15.806Z Checking signal-hook-tokio v0.3.1
33602026-05-23T15:42:16.594Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33612026-05-23T15:42:16.913Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
33622026-05-23T15:42:17.303Z Checking progenitor v0.14.0
33632026-05-23T15:42:17.353Z Checking progenitor v0.13.0
33642026-05-23T15:42:17.429Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33652026-05-23T15:42:17.432Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33662026-05-23T15:42:17.480Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33672026-05-23T15:42:20.569Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33682026-05-23T15:42:28.134Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33692026-05-23T15:42:34.391Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33702026-05-23T15:42:35.783Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33712026-05-23T15:42:36.296Z Checking mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
33722026-05-23T15:42:36.891Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
33732026-05-23T15:42:40.021Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33742026-05-23T15:42:47.863Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33752026-05-23T15:42:54.369Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33762026-05-23T15:42:55.865Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33772026-05-23T15:42:56.443Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33782026-05-23T15:42:58.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.61s
33792026-05-23T15:42:58.929Z
33802026-05-23T15:42:58.929Zinfo: running `cargo check --bins` on gateway-api (134/298)
33812026-05-23T15:42:59.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822026-05-23T15:42:59.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832026-05-23T15:42:59.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33842026-05-23T15:42:59.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33852026-05-23T15:42:59.588Z
33862026-05-23T15:42:59.589Zinfo: running `cargo check --bins` on ipcc (135/298)
33872026-05-23T15:43:00.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882026-05-23T15:43:00.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892026-05-23T15:43:00.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902026-05-23T15:43:00.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33912026-05-23T15:43:00.248Z
33922026-05-23T15:43:00.248Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/298)
33932026-05-23T15:43:00.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942026-05-23T15:43:00.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952026-05-23T15:43:00.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33962026-05-23T15:43:00.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
33972026-05-23T15:43:00.892Z
33982026-05-23T15:43:00.892Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/298)
33992026-05-23T15:43:01.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002026-05-23T15:43:01.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012026-05-23T15:43:01.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34022026-05-23T15:43:01.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
34032026-05-23T15:43:01.571Z
34042026-05-23T15:43:01.571Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/298)
34052026-05-23T15:43:02.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062026-05-23T15:43:02.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072026-05-23T15:43:02.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34082026-05-23T15:43:02.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34092026-05-23T15:43:02.231Z
34102026-05-23T15:43:02.231Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/298)
34112026-05-23T15:43:02.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122026-05-23T15:43:02.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132026-05-23T15:43:02.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34142026-05-23T15:43:02.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34152026-05-23T15:43:02.894Z
34162026-05-23T15:43:02.894Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/298)
34172026-05-23T15:43:03.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182026-05-23T15:43:03.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192026-05-23T15:43:03.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34202026-05-23T15:43:03.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34212026-05-23T15:43:03.556Z
34222026-05-23T15:43:03.556Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/298)
34232026-05-23T15:43:04.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34242026-05-23T15:43:04.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34252026-05-23T15:43:04.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34262026-05-23T15:43:04.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
34272026-05-23T15:43:04.238Z
34282026-05-23T15:43:04.238Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/298)
34292026-05-23T15:43:04.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302026-05-23T15:43:04.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312026-05-23T15:43:04.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34322026-05-23T15:43:04.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34332026-05-23T15:43:04.899Z
34342026-05-23T15:43:04.899Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/298)
34352026-05-23T15:43:05.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34362026-05-23T15:43:05.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34372026-05-23T15:43:05.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34382026-05-23T15:43:05.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34392026-05-23T15:43:05.559Z
34402026-05-23T15:43:05.560Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/298)
34412026-05-23T15:43:06.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34422026-05-23T15:43:06.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34432026-05-23T15:43:06.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34442026-05-23T15:43:06.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34452026-05-23T15:43:06.221Z
34462026-05-23T15:43:06.221Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/298)
34472026-05-23T15:43:06.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34482026-05-23T15:43:06.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34492026-05-23T15:43:06.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34502026-05-23T15:43:06.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34512026-05-23T15:43:06.883Z
34522026-05-23T15:43:06.883Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/298)
34532026-05-23T15:43:07.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34542026-05-23T15:43:07.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34552026-05-23T15:43:07.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34562026-05-23T15:43:07.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34572026-05-23T15:43:07.545Z
34582026-05-23T15:43:07.545Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/298)
34592026-05-23T15:43:08.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34602026-05-23T15:43:08.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34612026-05-23T15:43:08.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34622026-05-23T15:43:08.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34632026-05-23T15:43:08.202Z
34642026-05-23T15:43:08.202Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/298)
34652026-05-23T15:43:08.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34662026-05-23T15:43:08.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34672026-05-23T15:43:08.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34682026-05-23T15:43:08.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
34692026-05-23T15:43:08.877Z
34702026-05-23T15:43:08.877Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/298)
34712026-05-23T15:43:09.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34722026-05-23T15:43:09.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34732026-05-23T15:43:09.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34742026-05-23T15:43:09.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34752026-05-23T15:43:09.551Z
34762026-05-23T15:43:09.551Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/298)
34772026-05-23T15:43:10.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34782026-05-23T15:43:10.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34792026-05-23T15:43:10.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34802026-05-23T15:43:10.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
34812026-05-23T15:43:10.228Z
34822026-05-23T15:43:10.228Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/298)
34832026-05-23T15:43:10.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34842026-05-23T15:43:10.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34852026-05-23T15:43:10.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34862026-05-23T15:43:10.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
34872026-05-23T15:43:10.904Z
34882026-05-23T15:43:10.904Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/298)
34892026-05-23T15:43:11.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34902026-05-23T15:43:11.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34912026-05-23T15:43:11.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34922026-05-23T15:43:11.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
34932026-05-23T15:43:11.581Z
34942026-05-23T15:43:11.581Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/298)
34952026-05-23T15:43:12.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962026-05-23T15:43:12.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972026-05-23T15:43:12.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34982026-05-23T15:43:12.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
34992026-05-23T15:43:12.260Z
35002026-05-23T15:43:12.260Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/298)
35012026-05-23T15:43:12.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022026-05-23T15:43:12.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032026-05-23T15:43:12.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35042026-05-23T15:43:12.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
35052026-05-23T15:43:12.942Z
35062026-05-23T15:43:12.942Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/298)
35072026-05-23T15:43:13.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35082026-05-23T15:43:13.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35092026-05-23T15:43:13.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35102026-05-23T15:43:13.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
35112026-05-23T15:43:13.618Z
35122026-05-23T15:43:13.618Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/298)
35132026-05-23T15:43:14.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142026-05-23T15:43:14.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152026-05-23T15:43:14.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35162026-05-23T15:43:14.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
35172026-05-23T15:43:14.300Z
35182026-05-23T15:43:14.300Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/298)
35192026-05-23T15:43:14.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202026-05-23T15:43:14.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212026-05-23T15:43:14.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222026-05-23T15:43:14.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
35232026-05-23T15:43:14.977Z
35242026-05-23T15:43:14.977Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/298)
35252026-05-23T15:43:15.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262026-05-23T15:43:15.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272026-05-23T15:43:15.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282026-05-23T15:43:15.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35292026-05-23T15:43:15.637Z
35302026-05-23T15:43:15.637Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/298)
35312026-05-23T15:43:16.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322026-05-23T15:43:16.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332026-05-23T15:43:16.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35342026-05-23T15:43:16.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35352026-05-23T15:43:16.291Z
35362026-05-23T15:43:16.291Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/298)
35372026-05-23T15:43:16.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382026-05-23T15:43:16.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392026-05-23T15:43:16.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35402026-05-23T15:43:16.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35412026-05-23T15:43:16.951Z
35422026-05-23T15:43:16.952Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/298)
35432026-05-23T15:43:17.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442026-05-23T15:43:17.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452026-05-23T15:43:17.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35462026-05-23T15:43:17.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35472026-05-23T15:43:17.609Z
35482026-05-23T15:43:17.609Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/298)
35492026-05-23T15:43:18.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35502026-05-23T15:43:18.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35512026-05-23T15:43:18.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35522026-05-23T15:43:18.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35532026-05-23T15:43:18.268Z
35542026-05-23T15:43:18.268Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/298)
35552026-05-23T15:43:18.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562026-05-23T15:43:18.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572026-05-23T15:43:18.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35582026-05-23T15:43:18.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35592026-05-23T15:43:18.923Z
35602026-05-23T15:43:18.923Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/298)
35612026-05-23T15:43:19.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35622026-05-23T15:43:19.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35632026-05-23T15:43:19.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35642026-05-23T15:43:19.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35652026-05-23T15:43:19.582Z
35662026-05-23T15:43:19.582Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/298)
35672026-05-23T15:43:20.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35682026-05-23T15:43:20.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35692026-05-23T15:43:20.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35702026-05-23T15:43:20.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35712026-05-23T15:43:20.244Z
35722026-05-23T15:43:20.244Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/298)
35732026-05-23T15:43:20.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35742026-05-23T15:43:20.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35752026-05-23T15:43:20.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35762026-05-23T15:43:20.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
35772026-05-23T15:43:20.921Z
35782026-05-23T15:43:20.921Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/298)
35792026-05-23T15:43:21.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35802026-05-23T15:43:21.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35812026-05-23T15:43:21.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35822026-05-23T15:43:21.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
35832026-05-23T15:43:21.598Z
35842026-05-23T15:43:21.599Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/298)
35852026-05-23T15:43:22.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862026-05-23T15:43:22.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872026-05-23T15:43:22.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882026-05-23T15:43:22.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
35892026-05-23T15:43:22.275Z
35902026-05-23T15:43:22.275Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/298)
35912026-05-23T15:43:22.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-05-23T15:43:22.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-05-23T15:43:22.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35942026-05-23T15:43:22.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
35952026-05-23T15:43:22.951Z
35962026-05-23T15:43:22.951Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/298)
35972026-05-23T15:43:23.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-05-23T15:43:23.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-05-23T15:43:23.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002026-05-23T15:43:23.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36012026-05-23T15:43:23.623Z
36022026-05-23T15:43:23.624Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/298)
36032026-05-23T15:43:24.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-05-23T15:43:24.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-05-23T15:43:24.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36062026-05-23T15:43:24.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
36072026-05-23T15:43:24.323Z
36082026-05-23T15:43:24.323Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/298)
36092026-05-23T15:43:24.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102026-05-23T15:43:24.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112026-05-23T15:43:24.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36122026-05-23T15:43:24.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
36132026-05-23T15:43:24.976Z
36142026-05-23T15:43:24.976Zinfo: running `cargo check --bins` on oximeter-producer (173/298)
36152026-05-23T15:43:25.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36162026-05-23T15:43:25.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36172026-05-23T15:43:25.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36182026-05-23T15:43:25.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
36192026-05-23T15:43:25.680Z
36202026-05-23T15:43:25.680Zinfo: running `cargo check --bins` on internal-dns-resolver (174/298)
36212026-05-23T15:43:26.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36222026-05-23T15:43:26.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36232026-05-23T15:43:26.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36242026-05-23T15:43:26.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36252026-05-23T15:43:26.345Z
36262026-05-23T15:43:26.345Zinfo: running `cargo check --bins` on dns-server (175/298)
36272026-05-23T15:43:26.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36282026-05-23T15:43:26.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36292026-05-23T15:43:27.052Z Compiling parking_lot_core v0.8.6
36302026-05-23T15:43:27.052Z Compiling atomicwrites v0.4.4
36312026-05-23T15:43:27.052Z Compiling git-stub v1.0.0
36322026-05-23T15:43:27.055Z Checking prefix-trie v0.7.0
36332026-05-23T15:43:27.055Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
36342026-05-23T15:43:27.309Z Compiling git-stub-vcs v0.1.0
36352026-05-23T15:43:27.487Z Checking hickory-server v0.25.2
36362026-05-23T15:43:27.577Z Checking parking_lot v0.11.2
36372026-05-23T15:43:27.590Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36382026-05-23T15:43:27.644Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
36392026-05-23T15:43:27.647Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36402026-05-23T15:43:27.750Z Checking sled v0.34.7
36412026-05-23T15:43:29.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s
36422026-05-23T15:43:29.857Z
36432026-05-23T15:43:29.857Zinfo: running `cargo check --bins` on dns-server-api (176/298)
36442026-05-23T15:43:30.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36452026-05-23T15:43:30.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36462026-05-23T15:43:30.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36472026-05-23T15:43:30.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36482026-05-23T15:43:30.525Z
36492026-05-23T15:43:30.525Zinfo: running `cargo check --bins` on oximeter-producer-api (177/298)
36502026-05-23T15:43:31.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36512026-05-23T15:43:31.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36522026-05-23T15:43:31.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36532026-05-23T15:43:31.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36542026-05-23T15:43:31.192Z
36552026-05-23T15:43:31.192Zinfo: running `cargo check --bins` on sp-sim (178/298)
36562026-05-23T15:43:31.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36572026-05-23T15:43:31.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36582026-05-23T15:43:31.990Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36592026-05-23T15:43:33.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.74s
36602026-05-23T15:43:34.167Z
36612026-05-23T15:43:34.167Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/298)
36622026-05-23T15:43:34.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36632026-05-23T15:43:34.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36642026-05-23T15:43:34.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36652026-05-23T15:43:34.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
36662026-05-23T15:43:34.895Z
36672026-05-23T15:43:34.895Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/298)
36682026-05-23T15:43:35.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36692026-05-23T15:43:35.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36702026-05-23T15:43:35.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36712026-05-23T15:43:35.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
36722026-05-23T15:43:35.612Z
36732026-05-23T15:43:35.612Zinfo: running `cargo check --bins` on db-macros (181/298)
36742026-05-23T15:43:36.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36752026-05-23T15:43:36.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36762026-05-23T15:43:36.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36772026-05-23T15:43:36.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36782026-05-23T15:43:36.267Z
36792026-05-23T15:43:36.267Zinfo: running `cargo check --bins` on nexus-macros-common (182/298)
36802026-05-23T15:43:36.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36812026-05-23T15:43:36.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36822026-05-23T15:43:36.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36832026-05-23T15:43:36.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36842026-05-23T15:43:36.921Z
36852026-05-23T15:43:36.922Zinfo: running `cargo check --bins` on nexus-auth (183/298)
36862026-05-23T15:43:37.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36872026-05-23T15:43:37.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36882026-05-23T15:43:37.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36892026-05-23T15:43:37.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
36902026-05-23T15:43:37.648Z
36912026-05-23T15:43:37.648Zinfo: running `cargo check --bins` on authz-macros (184/298)
36922026-05-23T15:43:38.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36932026-05-23T15:43:38.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36942026-05-23T15:43:38.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36952026-05-23T15:43:38.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36962026-05-23T15:43:38.304Z
36972026-05-23T15:43:38.304Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/298)
36982026-05-23T15:43:38.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36992026-05-23T15:43:38.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37002026-05-23T15:43:38.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37012026-05-23T15:43:38.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
37022026-05-23T15:43:39.021Z
37032026-05-23T15:43:39.021Zinfo: running `cargo check --bins` on nexus-db-model (186/298)
37042026-05-23T15:43:39.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37052026-05-23T15:43:39.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37062026-05-23T15:43:39.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37072026-05-23T15:43:39.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
37082026-05-23T15:43:39.736Z
37092026-05-23T15:43:39.737Zinfo: running `cargo check --bins` on nexus-db-schema (187/298)
37102026-05-23T15:43:40.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37112026-05-23T15:43:40.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37122026-05-23T15:43:40.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37132026-05-23T15:43:40.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
37142026-05-23T15:43:40.392Z
37152026-05-23T15:43:40.392Zinfo: running `cargo check --bins` on omicron-rpaths (188/298)
37162026-05-23T15:43:40.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-05-23T15:43:40.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-05-23T15:43:40.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37192026-05-23T15:43:40.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
37202026-05-23T15:43:41.046Z
37212026-05-23T15:43:41.046Zinfo: running `cargo check --bins` on nexus-defaults (189/298)
37222026-05-23T15:43:41.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232026-05-23T15:43:41.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242026-05-23T15:43:41.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37252026-05-23T15:43:41.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
37262026-05-23T15:43:41.708Z
37272026-05-23T15:43:41.708Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/298)
37282026-05-23T15:43:42.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292026-05-23T15:43:42.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302026-05-23T15:43:42.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37312026-05-23T15:43:42.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
37322026-05-23T15:43:42.362Z
37332026-05-23T15:43:42.362Zinfo: running `cargo check --bins` on parallel-task-set (191/298)
37342026-05-23T15:43:42.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-05-23T15:43:42.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-05-23T15:43:42.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37372026-05-23T15:43:42.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
37382026-05-23T15:43:43.014Z
37392026-05-23T15:43:43.014Zinfo: running `cargo check --bins` on nexus-db-errors (192/298)
37402026-05-23T15:43:43.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-05-23T15:43:43.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-05-23T15:43:43.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37432026-05-23T15:43:43.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
37442026-05-23T15:43:43.742Z
37452026-05-23T15:43:43.742Zinfo: running `cargo check --bins` on nexus-db-lookup (193/298)
37462026-05-23T15:43:44.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-05-23T15:43:44.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-05-23T15:43:44.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37492026-05-23T15:43:44.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
37502026-05-23T15:43:44.463Z
37512026-05-23T15:43:44.463Zinfo: running `cargo check --bins` on nexus-inventory (194/298)
37522026-05-23T15:43:45.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532026-05-23T15:43:45.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542026-05-23T15:43:45.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37552026-05-23T15:43:45.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
37562026-05-23T15:43:45.181Z
37572026-05-23T15:43:45.181Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/298)
37582026-05-23T15:43:45.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-05-23T15:43:45.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-05-23T15:43:45.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37612026-05-23T15:43:45.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
37622026-05-23T15:43:45.868Z
37632026-05-23T15:43:45.868Zinfo: running `cargo check --bins --no-default-features` on sled-storage (196/298)
37642026-05-23T15:43:46.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-05-23T15:43:46.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-05-23T15:43:46.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37672026-05-23T15:43:46.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
37682026-05-23T15:43:46.551Z
37692026-05-23T15:43:46.551Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/298)
37702026-05-23T15:43:47.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-05-23T15:43:47.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-05-23T15:43:47.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37732026-05-23T15:43:47.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
37742026-05-23T15:43:47.238Z
37752026-05-23T15:43:47.238Zinfo: running `cargo check --bins` on key-manager (198/298)
37762026-05-23T15:43:47.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-05-23T15:43:47.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-05-23T15:43:47.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37792026-05-23T15:43:47.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
37802026-05-23T15:43:47.903Z
37812026-05-23T15:43:47.903Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (199/298)
37822026-05-23T15:43:48.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832026-05-23T15:43:48.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842026-05-23T15:43:48.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37852026-05-23T15:43:48.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
37862026-05-23T15:43:48.587Z
37872026-05-23T15:43:48.587Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/298)
37882026-05-23T15:43:49.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37892026-05-23T15:43:49.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37902026-05-23T15:43:49.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37912026-05-23T15:43:49.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
37922026-05-23T15:43:49.270Z
37932026-05-23T15:43:49.270Zinfo: running `cargo check --bins` on typed-rng (201/298)
37942026-05-23T15:43:49.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-05-23T15:43:49.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-05-23T15:43:49.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37972026-05-23T15:43:49.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
37982026-05-23T15:43:49.920Z
37992026-05-23T15:43:49.920Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/298)
38002026-05-23T15:43:50.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-05-23T15:43:50.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-05-23T15:43:50.853Z Compiling libefi-sys v0.1.0
38032026-05-23T15:43:50.856Z Compiling bitfield-struct v0.6.2
38042026-05-23T15:43:50.994Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
38052026-05-23T15:43:51.014Z Compiling xshell-macros v0.2.7
38062026-05-23T15:43:51.025Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
38072026-05-23T15:43:51.039Z Compiling typify-impl v0.4.3
38082026-05-23T15:43:51.042Z Compiling salty v0.3.0
38092026-05-23T15:43:51.042Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
38102026-05-23T15:43:51.070Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
38112026-05-23T15:43:51.244Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
38122026-05-23T15:43:51.343Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38132026-05-23T15:43:51.360Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
38142026-05-23T15:43:51.375Z Checking xshell v0.2.7
38152026-05-23T15:43:51.507Z Checking primeorder v0.13.6
38162026-05-23T15:43:51.523Z Compiling proc-macro-error-attr2 v2.0.0
38172026-05-23T15:43:51.562Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
38182026-05-23T15:43:51.579Z Checking tungstenite v0.21.0
38192026-05-23T15:43:51.601Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
38202026-05-23T15:43:51.742Z Checking p384 v0.13.1
38212026-05-23T15:43:51.781Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
38222026-05-23T15:43:51.840Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
38232026-05-23T15:43:51.918Z Compiling proc-macro-error2 v2.0.1
38242026-05-23T15:43:51.996Z Checking tokio-tungstenite v0.21.0
38252026-05-23T15:43:52.013Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38262026-05-23T15:43:52.073Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
38272026-05-23T15:43:52.239Z Compiling tabled_derive v0.11.0
38282026-05-23T15:43:52.275Z Checking papergrid v0.17.0
38292026-05-23T15:43:52.298Z Checking testing_table v0.3.0
38302026-05-23T15:43:52.384Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38312026-05-23T15:43:52.400Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
38322026-05-23T15:43:52.440Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38332026-05-23T15:43:52.609Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38342026-05-23T15:43:52.642Z Checking corncobs v0.1.4
38352026-05-23T15:43:52.778Z Compiling unicase v2.9.0
38362026-05-23T15:43:52.808Z Compiling illumos-nvpair-sys v0.2.0
38372026-05-23T15:43:52.931Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38382026-05-23T15:43:52.991Z Compiling mime_guess v2.0.5
38392026-05-23T15:43:53.046Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38402026-05-23T15:43:53.082Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38412026-05-23T15:43:53.099Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
38422026-05-23T15:43:53.154Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38432026-05-23T15:43:53.304Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38442026-05-23T15:43:53.399Z Checking tabled v0.20.0
38452026-05-23T15:43:53.423Z Checking progenitor-client v0.11.2
38462026-05-23T15:43:53.515Z Checking secrecy v0.8.0
38472026-05-23T15:43:53.532Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38482026-05-23T15:43:53.609Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38492026-05-23T15:43:53.691Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38502026-05-23T15:43:53.852Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38512026-05-23T15:43:53.878Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
38522026-05-23T15:43:54.041Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38532026-05-23T15:43:54.058Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38542026-05-23T15:43:54.201Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38552026-05-23T15:43:54.218Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38562026-05-23T15:43:54.316Z Checking filetime v0.2.27
38572026-05-23T15:43:54.460Z Checking xattr v1.6.1
38582026-05-23T15:43:54.556Z Checking http-range v0.1.5
38592026-05-23T15:43:54.573Z Checking crc8 v0.1.1
38602026-05-23T15:43:54.597Z Checking tar v0.4.45
38612026-05-23T15:43:54.692Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38622026-05-23T15:43:54.695Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38632026-05-23T15:43:54.745Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38642026-05-23T15:43:54.879Z Checking illumos-nvpair v0.3.0
38652026-05-23T15:43:55.000Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38662026-05-23T15:43:55.042Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38672026-05-23T15:43:55.146Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38682026-05-23T15:43:55.382Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38692026-05-23T15:43:55.430Z Checking atty v0.2.14
38702026-05-23T15:43:55.469Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38712026-05-23T15:43:55.504Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38722026-05-23T15:43:55.530Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
38732026-05-23T15:43:55.546Z Compiling typify-macro v0.4.3
38742026-05-23T15:43:55.562Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38752026-05-23T15:43:55.653Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38762026-05-23T15:43:55.806Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38772026-05-23T15:43:55.829Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38782026-05-23T15:43:55.984Z Checking hyper-staticfile v0.10.1
38792026-05-23T15:43:56.007Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38802026-05-23T15:43:56.196Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38812026-05-23T15:43:56.232Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38822026-05-23T15:43:56.274Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38832026-05-23T15:43:56.455Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38842026-05-23T15:43:56.549Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38852026-05-23T15:43:56.745Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8)
38862026-05-23T15:43:56.831Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8)
38872026-05-23T15:43:57.250Z Compiling typify v0.4.3
38882026-05-23T15:43:57.372Z Compiling progenitor-impl v0.11.2
38892026-05-23T15:43:57.543Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38902026-05-23T15:43:57.727Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38912026-05-23T15:43:57.794Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38922026-05-23T15:43:58.241Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38932026-05-23T15:43:58.658Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38942026-05-23T15:43:58.970Z Compiling progenitor-macro v0.11.2
38952026-05-23T15:44:01.274Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38962026-05-23T15:44:01.375Z Checking progenitor v0.11.2
38972026-05-23T15:44:01.504Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38982026-05-23T15:44:06.146Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38992026-05-23T15:44:17.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.71s
39002026-05-23T15:44:17.867Z
39012026-05-23T15:44:17.867Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/298)
39022026-05-23T15:44:18.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-05-23T15:44:18.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-05-23T15:44:18.734Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39052026-05-23T15:44:29.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.05s
39062026-05-23T15:44:30.159Z
39072026-05-23T15:44:30.159Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/298)
39082026-05-23T15:44:30.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-05-23T15:44:30.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-05-23T15:44:31.013Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39112026-05-23T15:44:42.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.98s
39122026-05-23T15:44:42.387Z
39132026-05-23T15:44:42.387Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/298)
39142026-05-23T15:44:42.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39152026-05-23T15:44:42.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39162026-05-23T15:44:43.240Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39172026-05-23T15:44:54.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.96s
39182026-05-23T15:44:54.591Z
39192026-05-23T15:44:54.591Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/298)
39202026-05-23T15:44:55.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39212026-05-23T15:44:55.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39222026-05-23T15:44:55.450Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39232026-05-23T15:45:06.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.95s
39242026-05-23T15:45:06.793Z
39252026-05-23T15:45:06.793Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/298)
39262026-05-23T15:45:07.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39272026-05-23T15:45:07.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39282026-05-23T15:45:07.655Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39292026-05-23T15:45:18.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.02s
39302026-05-23T15:45:19.053Z
39312026-05-23T15:45:19.053Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/298)
39322026-05-23T15:45:19.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39332026-05-23T15:45:19.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39342026-05-23T15:45:19.918Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39352026-05-23T15:45:31.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.96s
39362026-05-23T15:45:31.249Z
39372026-05-23T15:45:31.249Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/298)
39382026-05-23T15:45:31.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-05-23T15:45:31.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-05-23T15:45:32.107Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39412026-05-23T15:45:43.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.97s
39422026-05-23T15:45:43.463Z
39432026-05-23T15:45:43.463Zinfo: running `cargo check --bins` on bootstrap-agent-api (210/298)
39442026-05-23T15:45:44.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-05-23T15:45:44.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-05-23T15:45:44.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39472026-05-23T15:45:44.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39482026-05-23T15:45:44.132Z
39492026-05-23T15:45:44.132Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/298)
39502026-05-23T15:45:44.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-05-23T15:45:44.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-05-23T15:45:44.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39532026-05-23T15:45:44.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39542026-05-23T15:45:44.799Z
39552026-05-23T15:45:44.799Zinfo: running `cargo check --bins` on range-requests (212/298)
39562026-05-23T15:45:45.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-05-23T15:45:45.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-05-23T15:45:45.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39592026-05-23T15:45:45.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39602026-05-23T15:45:45.454Z
39612026-05-23T15:45:45.455Zinfo: running `cargo check --bins` on repo-depot-api (213/298)
39622026-05-23T15:45:46.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-05-23T15:45:46.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-05-23T15:45:46.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39652026-05-23T15:45:46.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39662026-05-23T15:45:46.116Z
39672026-05-23T15:45:46.116Zinfo: running `cargo check --bins` on sled-agent-api (214/298)
39682026-05-23T15:45:46.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-05-23T15:45:46.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-05-23T15:45:46.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39712026-05-23T15:45:46.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
39722026-05-23T15:45:46.802Z
39732026-05-23T15:45:46.802Zinfo: running `cargo check --bins` on sled-diagnostics (215/298)
39742026-05-23T15:45:47.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-05-23T15:45:47.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-05-23T15:45:47.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39772026-05-23T15:45:47.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
39782026-05-23T15:45:47.487Z
39792026-05-23T15:45:47.487Zinfo: running `cargo check --bins` on zfs-test-harness (216/298)
39802026-05-23T15:45:48.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39812026-05-23T15:45:48.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39822026-05-23T15:45:48.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39832026-05-23T15:45:48.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
39842026-05-23T15:45:48.168Z
39852026-05-23T15:45:48.168Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/298)
39862026-05-23T15:45:48.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-05-23T15:45:48.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-05-23T15:45:48.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39892026-05-23T15:45:48.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
39902026-05-23T15:45:48.857Z
39912026-05-23T15:45:48.857Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/298)
39922026-05-23T15:45:49.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-05-23T15:45:49.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-05-23T15:45:49.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39952026-05-23T15:45:49.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
39962026-05-23T15:45:49.549Z
39972026-05-23T15:45:49.549Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/298)
39982026-05-23T15:45:50.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-05-23T15:45:50.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-05-23T15:45:50.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40012026-05-23T15:45:50.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
40022026-05-23T15:45:50.262Z
40032026-05-23T15:45:50.263Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/298)
40042026-05-23T15:45:50.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-05-23T15:45:50.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-05-23T15:45:50.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40072026-05-23T15:45:50.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
40082026-05-23T15:45:50.947Z
40092026-05-23T15:45:50.947Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/298)
40102026-05-23T15:45:51.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-05-23T15:45:51.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-05-23T15:45:51.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40132026-05-23T15:45:51.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
40142026-05-23T15:45:51.632Z
40152026-05-23T15:45:51.632Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/298)
40162026-05-23T15:45:52.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-05-23T15:45:52.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-05-23T15:45:52.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40192026-05-23T15:45:52.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
40202026-05-23T15:45:52.314Z
40212026-05-23T15:45:52.314Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/298)
40222026-05-23T15:45:52.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-05-23T15:45:52.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-05-23T15:45:52.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40252026-05-23T15:45:52.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
40262026-05-23T15:45:53.006Z
40272026-05-23T15:45:53.006Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/298)
40282026-05-23T15:45:53.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40292026-05-23T15:45:53.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40302026-05-23T15:45:53.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40312026-05-23T15:45:53.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
40322026-05-23T15:45:53.722Z
40332026-05-23T15:45:53.722Zinfo: running `cargo check --bins` on trust-quorum (225/298)
40342026-05-23T15:45:54.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40352026-05-23T15:45:54.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40362026-05-23T15:45:54.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40372026-05-23T15:45:54.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
40382026-05-23T15:45:54.412Z
40392026-05-23T15:45:54.412Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/298)
40402026-05-23T15:45:55.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40412026-05-23T15:45:55.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40422026-05-23T15:45:55.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40432026-05-23T15:45:55.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
40442026-05-23T15:45:55.116Z
40452026-05-23T15:45:55.116Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/298)
40462026-05-23T15:45:55.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40472026-05-23T15:45:55.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40482026-05-23T15:45:55.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40492026-05-23T15:45:55.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
40502026-05-23T15:45:55.840Z
40512026-05-23T15:45:55.840Zinfo: running `cargo check --bins` on update-common (228/298)
40522026-05-23T15:45:56.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40532026-05-23T15:45:56.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40542026-05-23T15:45:56.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40552026-05-23T15:45:56.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
40562026-05-23T15:45:56.511Z
40572026-05-23T15:45:56.511Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (229/298)
40582026-05-23T15:45:57.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40592026-05-23T15:45:57.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40602026-05-23T15:45:57.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40612026-05-23T15:45:57.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
40622026-05-23T15:45:57.242Z
40632026-05-23T15:45:57.242Zinfo: running `cargo check --bins` on omicron-deployment-graph (230/298)
40642026-05-23T15:45:57.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40652026-05-23T15:45:57.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40662026-05-23T15:45:57.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40672026-05-23T15:45:57.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40682026-05-23T15:45:57.891Z
40692026-05-23T15:45:57.891Zinfo: running `cargo check --bins` on reconfigurator-cli (231/298)
40702026-05-23T15:45:58.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40712026-05-23T15:45:58.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40722026-05-23T15:45:58.745Z Compiling fs-err v2.11.0
40732026-05-23T15:45:58.748Z Checking ignore v0.4.25
40742026-05-23T15:45:58.748Z Checking arc-swap v1.8.2
40752026-05-23T15:45:58.891Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40762026-05-23T15:45:58.894Z Checking predicates-tree v1.0.13
40772026-05-23T15:45:58.894Z Checking parse-size v1.1.0
40782026-05-23T15:45:58.923Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40792026-05-23T15:45:58.936Z Checking rand_seeder v0.4.0
40802026-05-23T15:45:59.003Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40812026-05-23T15:45:59.022Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40822026-05-23T15:45:59.077Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40832026-05-23T15:45:59.091Z Checking slog-scope v4.4.1
40842026-05-23T15:45:59.129Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40852026-05-23T15:45:59.210Z Compiling petname v2.0.2
40862026-05-23T15:45:59.226Z Checking slog-stdlog v4.1.1
40872026-05-23T15:45:59.242Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40882026-05-23T15:45:59.260Z Checking globwalk v0.9.1
40892026-05-23T15:45:59.312Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40902026-05-23T15:45:59.343Z Checking slog-envlogger v2.2.0
40912026-05-23T15:45:59.438Z Checking camino-tempfile-ext v0.3.3
40922026-05-23T15:45:59.493Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40932026-05-23T15:45:59.526Z Checking sapling-renderdag v0.1.0
40942026-05-23T15:45:59.632Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40952026-05-23T15:45:59.700Z Checking subprocess v0.2.15
40962026-05-23T15:45:59.768Z Checking sync-ptr v0.1.4
40972026-05-23T15:45:59.909Z Checking colored v2.2.0
40982026-05-23T15:45:59.945Z Checking assert_matches v1.5.0
40992026-05-23T15:45:59.985Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
41002026-05-23T15:46:00.107Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
41012026-05-23T15:46:00.107Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
41022026-05-23T15:46:00.915Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41032026-05-23T15:46:02.319Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
41042026-05-23T15:46:04.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.84s
41052026-05-23T15:46:04.970Z
41062026-05-23T15:46:04.970Zinfo: running `cargo check --bins` on omicron-repl-utils (232/298)
41072026-05-23T15:46:05.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41082026-05-23T15:46:05.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41092026-05-23T15:46:05.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41102026-05-23T15:46:05.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
41112026-05-23T15:46:05.624Z
41122026-05-23T15:46:05.624Zinfo: running `cargo check --bins` on transient-dns-server (233/298)
41132026-05-23T15:46:06.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41142026-05-23T15:46:06.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41152026-05-23T15:46:06.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41162026-05-23T15:46:06.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
41172026-05-23T15:46:06.301Z
41182026-05-23T15:46:06.301Zinfo: running `cargo check --bins` on nexus-test-interface (234/298)
41192026-05-23T15:46:06.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41202026-05-23T15:46:06.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41212026-05-23T15:46:06.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41222026-05-23T15:46:06.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
41232026-05-23T15:46:07.028Z
41242026-05-23T15:46:07.028Zinfo: running `cargo check --bins` on oximeter-collector (235/298)
41252026-05-23T15:46:07.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41262026-05-23T15:46:07.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41272026-05-23T15:46:07.827Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
41282026-05-23T15:46:07.827Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
41292026-05-23T15:46:08.477Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
41302026-05-23T15:46:10.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
41312026-05-23T15:46:10.415Z
41322026-05-23T15:46:10.415Zinfo: running `cargo check --bins` on oximeter-api (236/298)
41332026-05-23T15:46:10.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41342026-05-23T15:46:10.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41352026-05-23T15:46:10.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41362026-05-23T15:46:10.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
41372026-05-23T15:46:11.083Z
41382026-05-23T15:46:11.083Zinfo: running `cargo check --bins` on cert-dev (237/298)
41392026-05-23T15:46:11.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41402026-05-23T15:46:11.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41412026-05-23T15:46:11.750Z Checking yasna v0.5.2
41422026-05-23T15:46:12.168Z Checking rcgen v0.12.1
41432026-05-23T15:46:12.417Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
41442026-05-23T15:46:12.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
41452026-05-23T15:46:12.790Z
41462026-05-23T15:46:12.790Zinfo: running `cargo check --bins` on clickana (238/298)
41472026-05-23T15:46:13.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41482026-05-23T15:46:13.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41492026-05-23T15:46:13.493Z Compiling darling_core v0.23.0
41502026-05-23T15:46:13.608Z Compiling instability v0.3.11
41512026-05-23T15:46:13.617Z Checking castaway v0.2.4
41522026-05-23T15:46:13.620Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41532026-05-23T15:46:13.630Z Compiling indoc v2.0.7
41542026-05-23T15:46:13.640Z Checking unicode-truncate v1.1.0
41552026-05-23T15:46:13.643Z Checking lru v0.12.5
41562026-05-23T15:46:13.643Z Checking cassowary v0.3.0
41572026-05-23T15:46:13.707Z Checking compact_str v0.8.1
41582026-05-23T15:46:14.694Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41592026-05-23T15:46:14.889Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41602026-05-23T15:46:15.034Z Compiling darling_macro v0.23.0
41612026-05-23T15:46:15.453Z Compiling darling v0.23.0
41622026-05-23T15:46:16.070Z Checking ratatui v0.29.0
41632026-05-23T15:46:17.155Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41642026-05-23T15:46:17.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.03s
41652026-05-23T15:46:18.019Z
41662026-05-23T15:46:18.019Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (239/298)
41672026-05-23T15:46:18.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41682026-05-23T15:46:18.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41692026-05-23T15:46:18.823Z Checking headers-core v0.3.0
41702026-05-23T15:46:18.823Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41712026-05-23T15:46:19.028Z Checking headers v0.4.1
41722026-05-23T15:46:19.430Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41732026-05-23T15:46:20.386Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41742026-05-23T15:46:20.949Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41752026-05-23T15:46:21.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s
41762026-05-23T15:46:21.630Z
41772026-05-23T15:46:21.630Zinfo: running `cargo check --bins` on ch-dev (240/298)
41782026-05-23T15:46:22.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41792026-05-23T15:46:22.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41802026-05-23T15:46:22.432Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41812026-05-23T15:46:23.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s
41822026-05-23T15:46:23.472Z
41832026-05-23T15:46:23.472Zinfo: running `cargo check --bins` on dev-tools-common (241/298)
41842026-05-23T15:46:23.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41852026-05-23T15:46:23.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41862026-05-23T15:46:23.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41872026-05-23T15:46:23.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
41882026-05-23T15:46:23.999Z
41892026-05-23T15:46:23.999Zinfo: running `cargo check --bins` on crdb-seed (242/298)
41902026-05-23T15:46:24.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41912026-05-23T15:46:24.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41922026-05-23T15:46:24.792Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41932026-05-23T15:46:25.898Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41942026-05-23T15:46:26.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.29s
41952026-05-23T15:46:26.533Z
41962026-05-23T15:46:26.533Zinfo: running `cargo check --bins` on db-dev (243/298)
41972026-05-23T15:46:27.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41982026-05-23T15:46:27.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41992026-05-23T15:46:27.329Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
42002026-05-23T15:46:28.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
42012026-05-23T15:46:28.396Z
42022026-05-23T15:46:28.396Zinfo: running `cargo check --bins` on omicron-dev-lib (244/298)
42032026-05-23T15:46:28.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42042026-05-23T15:46:28.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42052026-05-23T15:46:28.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42062026-05-23T15:46:29.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
42072026-05-23T15:46:29.112Z
42082026-05-23T15:46:29.112Zinfo: running `cargo check --bins` on xtask-downloader (245/298)
42092026-05-23T15:46:29.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42102026-05-23T15:46:29.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42112026-05-23T15:46:29.778Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
42122026-05-23T15:46:30.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
42132026-05-23T15:46:30.687Z
42142026-05-23T15:46:30.688Zinfo: running `cargo check --bins` on omicron-dropshot-apis (246/298)
42152026-05-23T15:46:31.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42162026-05-23T15:46:31.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42172026-05-23T15:46:31.514Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42182026-05-23T15:46:31.514Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42192026-05-23T15:46:31.517Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c)
42202026-05-23T15:46:31.517Z Checking git-stub v1.0.0
42212026-05-23T15:46:31.517Z Compiling trait-variant v0.1.2
42222026-05-23T15:46:31.517Z Checking is_ci v1.2.0
42232026-05-23T15:46:31.517Z Checking maplit v1.0.2
42242026-05-23T15:46:31.518Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
42252026-05-23T15:46:31.744Z Checking supports-color v3.0.2
42262026-05-23T15:46:31.758Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
42272026-05-23T15:46:31.786Z Checking git-stub-vcs v0.1.0
42282026-05-23T15:46:31.869Z Checking drift v0.2.0
42292026-05-23T15:46:31.933Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
42302026-05-23T15:46:31.965Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
42312026-05-23T15:46:31.982Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42322026-05-23T15:46:32.162Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
42332026-05-23T15:46:32.180Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42342026-05-23T15:46:32.214Z Checking dropshot-api-manager v0.7.2
42352026-05-23T15:46:32.230Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
42362026-05-23T15:46:32.380Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42372026-05-23T15:46:32.446Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42382026-05-23T15:46:32.641Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c)
42392026-05-23T15:46:32.917Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42402026-05-23T15:46:37.925Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42412026-05-23T15:46:39.006Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42422026-05-23T15:46:39.571Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42432026-05-23T15:46:40.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.41s
42442026-05-23T15:46:40.330Z
42452026-05-23T15:46:40.330Zinfo: running `cargo check --bins` on installinator-api (247/298)
42462026-05-23T15:46:40.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42472026-05-23T15:46:40.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42482026-05-23T15:46:40.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42492026-05-23T15:46:40.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42502026-05-23T15:46:40.996Z
42512026-05-23T15:46:40.996Zinfo: running `cargo check --bins` on nexus-external-api (248/298)
42522026-05-23T15:46:41.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42532026-05-23T15:46:41.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42542026-05-23T15:46:41.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42552026-05-23T15:46:41.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
42562026-05-23T15:46:41.711Z
42572026-05-23T15:46:41.711Zinfo: running `cargo check --bins` on nexus-internal-api (249/298)
42582026-05-23T15:46:42.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42592026-05-23T15:46:42.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42602026-05-23T15:46:42.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42612026-05-23T15:46:42.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
42622026-05-23T15:46:42.425Z
42632026-05-23T15:46:42.425Zinfo: running `cargo check --bins` on nexus-lockstep-api (250/298)
42642026-05-23T15:46:43.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42652026-05-23T15:46:43.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42662026-05-23T15:46:43.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42672026-05-23T15:46:43.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
42682026-05-23T15:46:43.138Z
42692026-05-23T15:46:43.138Zinfo: running `cargo check --bins` on ntp-admin-api (251/298)
42702026-05-23T15:46:43.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42712026-05-23T15:46:43.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42722026-05-23T15:46:43.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42732026-05-23T15:46:43.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42742026-05-23T15:46:43.804Z
42752026-05-23T15:46:43.804Zinfo: running `cargo check --bins` on ntp-admin-types-versions (252/298)
42762026-05-23T15:46:44.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42772026-05-23T15:46:44.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42782026-05-23T15:46:44.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42792026-05-23T15:46:44.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42802026-05-23T15:46:44.460Z
42812026-05-23T15:46:44.460Zinfo: running `cargo check --bins` on wicketd-api (253/298)
42822026-05-23T15:46:45.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42832026-05-23T15:46:45.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42842026-05-23T15:46:45.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42852026-05-23T15:46:45.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
42862026-05-23T15:46:45.141Z
42872026-05-23T15:46:45.141Zinfo: running `cargo check --bins` on omicron-ls-apis (254/298)
42882026-05-23T15:46:45.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42892026-05-23T15:46:45.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42902026-05-23T15:46:45.815Z Checking typeid v1.0.3
42912026-05-23T15:46:45.935Z Checking ordered-float v2.10.1
42922026-05-23T15:46:45.954Z Checking unicode-xid v0.2.6
42932026-05-23T15:46:45.968Z Checking cargo-platform v0.2.0
42942026-05-23T15:46:45.977Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42952026-05-23T15:46:46.001Z Checking erased-serde v0.4.9
42962026-05-23T15:46:46.140Z Checking serde-value v0.7.0
42972026-05-23T15:46:46.313Z Checking serde-untagged v0.1.9
42982026-05-23T15:46:46.474Z Checking cargo-util-schemas v0.8.2
42992026-05-23T15:46:47.175Z Checking cargo_metadata v0.21.0
43002026-05-23T15:46:47.790Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
43012026-05-23T15:46:48.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s
43022026-05-23T15:46:48.674Z
43032026-05-23T15:46:48.674Zinfo: running `cargo check --bins` on mgs-dev (255/298)
43042026-05-23T15:46:49.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43052026-05-23T15:46:49.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43062026-05-23T15:46:49.490Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43072026-05-23T15:46:50.178Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
43082026-05-23T15:46:50.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s
43092026-05-23T15:46:50.970Z
43102026-05-23T15:46:50.970Zinfo: running `cargo check --bins --no-default-features` on omicron-omdb (256/298)
43112026-05-23T15:46:51.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43122026-05-23T15:46:51.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43132026-05-23T15:46:51.918Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
43142026-05-23T15:46:51.918Z Compiling vergen-lib v0.1.6
43152026-05-23T15:46:51.918Z Compiling vergen-gitcl v1.0.8
43162026-05-23T15:46:51.918Z Compiling dirs-sys-next v0.1.2
43172026-05-23T15:46:51.921Z Compiling crunchy v0.2.4
43182026-05-23T15:46:51.921Z Compiling diesel_derives v2.3.7
43192026-05-23T15:46:51.921Z Compiling glob v0.3.3
43202026-05-23T15:46:51.922Z Compiling dsl_auto_type v0.2.0
43212026-05-23T15:46:52.289Z Compiling dirs-next v2.0.0
43222026-05-23T15:46:52.305Z Checking scheduled-thread-pool v0.2.7
43232026-05-23T15:46:52.368Z Compiling diesel_table_macro_syntax v0.3.0
43242026-05-23T15:46:52.393Z Compiling tiny-keccak v2.0.2
43252026-05-23T15:46:52.411Z Compiling term v0.7.0
43262026-05-23T15:46:52.446Z Checking r2d2 v0.8.10
43272026-05-23T15:46:52.463Z Compiling clang-sys v1.8.1
43282026-05-23T15:46:52.634Z Checking downcast-rs v2.0.2
43292026-05-23T15:46:52.637Z Compiling bit-vec v0.6.3
43302026-05-23T15:46:52.733Z Compiling ascii-canvas v3.0.0
43312026-05-23T15:46:52.833Z Compiling itertools v0.10.5
43322026-05-23T15:46:52.872Z Compiling bit-set v0.5.3
43332026-05-23T15:46:52.960Z Compiling ena v0.14.4
43342026-05-23T15:46:52.976Z Compiling libloading v0.8.9
43352026-05-23T15:46:53.033Z Compiling diff v0.1.13
43362026-05-23T15:46:53.110Z Compiling bindgen v0.71.1
43372026-05-23T15:46:53.157Z Compiling regex-syntax v0.6.29
43382026-05-23T15:46:53.182Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
43392026-05-23T15:46:53.295Z Compiling cexpr v0.6.0
43402026-05-23T15:46:53.408Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
43412026-05-23T15:46:53.552Z Compiling rustc-hash v2.1.1
43422026-05-23T15:46:53.591Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43432026-05-23T15:46:53.687Z Compiling libxml v0.3.3
43442026-05-23T15:46:53.887Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43452026-05-23T15:46:53.947Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43462026-05-23T15:46:53.976Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43472026-05-23T15:46:54.168Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43482026-05-23T15:46:54.201Z Compiling strum_macros v0.24.3
43492026-05-23T15:46:54.220Z Compiling indoc v1.0.9
43502026-05-23T15:46:54.662Z Compiling lalrpop v0.19.12
43512026-05-23T15:46:55.255Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43522026-05-23T15:46:55.296Z Checking derive_builder v0.20.2
43532026-05-23T15:46:55.418Z Compiling oso-derive v0.27.3
43542026-05-23T15:46:55.450Z Checking quick-xml v0.37.5
43552026-05-23T15:46:55.586Z Compiling impl-trait-for-tuples v0.2.3
43562026-05-23T15:46:55.929Z Checking openssl-probe v0.1.6
43572026-05-23T15:46:56.074Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43582026-05-23T15:46:56.339Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43592026-05-23T15:46:56.538Z Checking bb8 v0.8.6
43602026-05-23T15:46:56.835Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43612026-05-23T15:46:56.855Z Checking nonempty v0.12.0
43622026-05-23T15:46:56.909Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43632026-05-23T15:46:57.023Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43642026-05-23T15:46:57.066Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43652026-05-23T15:46:57.130Z Checking console v0.16.2
43662026-05-23T15:46:57.146Z Checking unit-prefix v0.5.2
43672026-05-23T15:46:57.241Z Checking support-bundle-viewer v0.1.2
43682026-05-23T15:46:57.280Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43692026-05-23T15:46:57.439Z Checking indicatif v0.18.4
43702026-05-23T15:46:57.492Z Checking multimap v0.10.1
43712026-05-23T15:46:58.001Z Checking diesel v2.3.7
43722026-05-23T15:46:59.990Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43732026-05-23T15:47:00.459Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43742026-05-23T15:47:01.014Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43752026-05-23T15:47:01.842Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43762026-05-23T15:47:02.379Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43772026-05-23T15:47:02.712Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43782026-05-23T15:47:03.059Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43792026-05-23T15:47:03.118Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43802026-05-23T15:47:05.286Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43812026-05-23T15:47:10.124Z Compiling samael v0.0.19
43822026-05-23T15:47:14.041Z Checking async-bb8-diesel v0.2.1
43832026-05-23T15:47:14.394Z Checking diesel-dtrace v0.5.0
43842026-05-23T15:47:15.166Z Compiling polar-core v0.27.3
43852026-05-23T15:47:19.633Z Checking oso v0.27.3
43862026-05-23T15:47:56.810Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43872026-05-23T15:48:31.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 40s
43882026-05-23T15:48:31.456Z
43892026-05-23T15:48:31.457Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-omdb (257/298)
43902026-05-23T15:48:32.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43912026-05-23T15:48:32.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43922026-05-23T15:48:32.332Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43932026-05-23T15:48:40.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.59s
43942026-05-23T15:48:40.289Z
43952026-05-23T15:48:40.289Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-omdb (258/298)
43962026-05-23T15:48:40.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43972026-05-23T15:48:40.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43982026-05-23T15:48:41.167Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43992026-05-23T15:48:48.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.58s
44002026-05-23T15:48:49.112Z
44012026-05-23T15:48:49.112Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (259/298)
44022026-05-23T15:48:49.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44032026-05-23T15:48:49.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44042026-05-23T15:48:49.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44052026-05-23T15:48:49.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
44062026-05-23T15:48:49.844Z
44072026-05-23T15:48:49.844Zinfo: running `cargo check --bins` on nexus-saga-recovery (260/298)
44082026-05-23T15:48:50.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44092026-05-23T15:48:50.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44102026-05-23T15:48:50.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44112026-05-23T15:48:50.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
44122026-05-23T15:48:50.580Z
44132026-05-23T15:48:50.580Zinfo: running `cargo check --bins` on nexus-test-utils-macros (261/298)
44142026-05-23T15:48:51.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44152026-05-23T15:48:51.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44162026-05-23T15:48:51.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44172026-05-23T15:48:51.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44182026-05-23T15:48:51.236Z
44192026-05-23T15:48:51.236Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (262/298)
44202026-05-23T15:48:51.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44212026-05-23T15:48:51.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44222026-05-23T15:48:52.185Z Compiling libz-sys v1.1.24
44232026-05-23T15:48:52.328Z Compiling libgit2-sys v0.18.3+1.9.2
44242026-05-23T15:48:52.367Z Compiling vergen-git2 v9.1.0
44252026-05-23T15:48:52.371Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44262026-05-23T15:48:52.371Z Compiling rustls v0.21.12
44272026-05-23T15:48:52.374Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#50ed5312)
44282026-05-23T15:48:52.374Z Checking rustls-webpki v0.101.7
44292026-05-23T15:48:52.374Z Checking sct v0.7.1
44302026-05-23T15:48:52.532Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44312026-05-23T15:48:52.594Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44322026-05-23T15:48:52.649Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44332026-05-23T15:48:52.714Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44342026-05-23T15:48:52.730Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44352026-05-23T15:48:52.922Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
44362026-05-23T15:48:52.954Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
44372026-05-23T15:48:52.954Z Checking rustls-pemfile v1.0.4
44382026-05-23T15:48:52.986Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44392026-05-23T15:48:53.104Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#0d199ceb)
44402026-05-23T15:48:53.171Z Checking twox-hash v2.1.2
44412026-05-23T15:48:53.389Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#50ed5312)
44422026-05-23T15:48:53.668Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
44432026-05-23T15:48:54.056Z Checking tokio-rustls v0.24.1
44442026-05-23T15:48:54.219Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44452026-05-23T15:48:54.260Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44462026-05-23T15:48:54.691Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
44472026-05-23T15:48:55.033Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
44482026-05-23T15:48:55.051Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
44492026-05-23T15:48:55.203Z Checking fatfs v0.3.6
44502026-05-23T15:48:55.380Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
44512026-05-23T15:48:55.436Z Compiling seq-macro v0.3.6
44522026-05-23T15:48:59.426Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#0d199ceb)
44532026-05-23T15:48:59.457Z Compiling git2 v0.20.4
44542026-05-23T15:48:59.554Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#0d199ceb)
44552026-05-23T15:49:01.696Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8)
44562026-05-23T15:49:45.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.61s
44572026-05-23T15:49:46.091Z
44582026-05-23T15:49:46.091Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/298)
44592026-05-23T15:49:46.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44602026-05-23T15:49:46.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44612026-05-23T15:49:47.058Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44622026-05-23T15:50:23.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.79s
44632026-05-23T15:50:24.127Z
44642026-05-23T15:50:24.127Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-nexus (264/298)
44652026-05-23T15:50:24.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44662026-05-23T15:50:24.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44672026-05-23T15:50:25.031Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44682026-05-23T15:51:01.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.36s
44692026-05-23T15:51:01.746Z
44702026-05-23T15:51:01.746Zinfo: running `cargo check --bins` on nexus-background-task-interface (265/298)
44712026-05-23T15:51:02.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44722026-05-23T15:51:02.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44732026-05-23T15:51:02.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44742026-05-23T15:51:02.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44752026-05-23T15:51:02.404Z
44762026-05-23T15:51:02.404Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (266/298)
44772026-05-23T15:51:03.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44782026-05-23T15:51:03.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44792026-05-23T15:51:03.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44802026-05-23T15:51:03.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
44812026-05-23T15:51:03.124Z
44822026-05-23T15:51:03.124Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (267/298)
44832026-05-23T15:51:03.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44842026-05-23T15:51:03.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44852026-05-23T15:51:03.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44862026-05-23T15:51:03.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
44872026-05-23T15:51:03.854Z
44882026-05-23T15:51:03.854Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (268/298)
44892026-05-23T15:51:04.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44902026-05-23T15:51:04.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44912026-05-23T15:51:04.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44922026-05-23T15:51:04.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
44932026-05-23T15:51:04.579Z
44942026-05-23T15:51:04.579Zinfo: running `cargo check --bins` on nexus-mgs-updates (269/298)
44952026-05-23T15:51:05.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44962026-05-23T15:51:05.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44972026-05-23T15:51:05.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44982026-05-23T15:51:05.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
44992026-05-23T15:51:05.297Z
45002026-05-23T15:51:05.297Zinfo: running `cargo check --bins` on nexus-networking (270/298)
45012026-05-23T15:51:05.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45022026-05-23T15:51:05.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45032026-05-23T15:51:05.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45042026-05-23T15:51:05.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
45052026-05-23T15:51:06.029Z
45062026-05-23T15:51:06.029Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (271/298)
45072026-05-23T15:51:06.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45082026-05-23T15:51:06.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45092026-05-23T15:51:06.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45102026-05-23T15:51:06.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
45112026-05-23T15:51:06.758Z
45122026-05-23T15:51:06.758Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (272/298)
45132026-05-23T15:51:07.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45142026-05-23T15:51:07.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45152026-05-23T15:51:07.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45162026-05-23T15:51:07.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
45172026-05-23T15:51:07.485Z
45182026-05-23T15:51:07.485Zinfo: running `cargo check --bins` on support-bundle-collection (273/298)
45192026-05-23T15:51:08.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45202026-05-23T15:51:08.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45212026-05-23T15:51:08.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45222026-05-23T15:51:08.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
45232026-05-23T15:51:08.210Z
45242026-05-23T15:51:08.210Zinfo: running `cargo check --bins` on omicron-dev (274/298)
45252026-05-23T15:51:08.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45262026-05-23T15:51:08.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45272026-05-23T15:51:09.185Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45282026-05-23T15:51:09.188Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45292026-05-23T15:51:09.384Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
45302026-05-23T15:51:09.412Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
45312026-05-23T15:51:09.431Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
45322026-05-23T15:51:09.449Z Checking yansi v1.0.1
45332026-05-23T15:51:09.452Z Checking diff v0.1.13
45342026-05-23T15:51:09.452Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
45352026-05-23T15:51:09.531Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
45362026-05-23T15:51:09.704Z Checking pretty_assertions v1.4.1
45372026-05-23T15:51:10.454Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45382026-05-23T15:51:10.590Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
45392026-05-23T15:51:34.539Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45402026-05-23T15:51:34.542Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45412026-05-23T15:51:34.542Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45422026-05-23T15:51:34.542Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45432026-05-23T15:51:34.542Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45442026-05-23T15:51:34.542Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45452026-05-23T15:51:35.473Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45462026-05-23T15:51:35.474Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45472026-05-23T15:51:36.774Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45482026-05-23T15:52:13.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
45492026-05-23T15:52:13.440Z
45502026-05-23T15:52:13.440Zinfo: running `cargo check --bins` on omicron-pins (275/298)
45512026-05-23T15:52:13.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45522026-05-23T15:52:13.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45532026-05-23T15:52:13.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45542026-05-23T15:52:14.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
45552026-05-23T15:52:14.097Z
45562026-05-23T15:52:14.097Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (276/298)
45572026-05-23T15:52:14.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45582026-05-23T15:52:14.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45592026-05-23T15:52:14.961Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45602026-05-23T15:52:15.091Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45612026-05-23T15:52:15.092Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45622026-05-23T15:52:41.009Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45632026-05-23T15:52:41.476Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45642026-05-23T15:52:43.271Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45652026-05-23T15:52:43.794Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45662026-05-23T15:52:46.785Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45672026-05-23T15:53:09.487Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45682026-05-23T15:53:10.257Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45692026-05-23T15:53:12.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.91s
45702026-05-23T15:53:12.246Z
45712026-05-23T15:53:12.246Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (277/298)
45722026-05-23T15:53:12.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45732026-05-23T15:53:12.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45742026-05-23T15:53:13.040Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45752026-05-23T15:53:13.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
45762026-05-23T15:53:14.009Z
45772026-05-23T15:53:14.009Zinfo: running `cargo check --bins` on omicron-releng (278/298)
45782026-05-23T15:53:14.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45792026-05-23T15:53:14.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45802026-05-23T15:53:14.712Z Compiling blake3 v1.8.3
45812026-05-23T15:53:14.830Z Checking constant_time_eq v0.4.2
45822026-05-23T15:53:14.830Z Checking arrayref v0.3.9
45832026-05-23T15:53:14.830Z Checking arrayvec v0.7.6
45842026-05-23T15:53:14.850Z Checking topological-sort v0.2.2
45852026-05-23T15:53:14.851Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45862026-05-23T15:53:14.853Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45872026-05-23T15:53:14.853Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45882026-05-23T15:53:14.894Z Checking shell-words v1.1.1
45892026-05-23T15:53:15.715Z Checking omicron-zone-package v0.12.2
45902026-05-23T15:53:16.433Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45912026-05-23T15:53:17.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
45922026-05-23T15:53:17.492Z
45932026-05-23T15:53:17.492Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (279/298)
45942026-05-23T15:53:18.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45952026-05-23T15:53:18.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45962026-05-23T15:53:18.187Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45972026-05-23T15:53:18.515Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45982026-05-23T15:53:18.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
45992026-05-23T15:53:19.133Z
46002026-05-23T15:53:19.133Zinfo: running `cargo check --bins` on schema (280/298)
46012026-05-23T15:53:19.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46022026-05-23T15:53:19.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46032026-05-23T15:53:19.929Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
46042026-05-23T15:53:20.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
46052026-05-23T15:53:20.933Z
46062026-05-23T15:53:20.933Zinfo: running `cargo check --bins` on xtask (281/298)
46072026-05-23T15:53:21.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46082026-05-23T15:53:21.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46092026-05-23T15:53:21.434Z Checking libc v0.2.185
46102026-05-23T15:53:21.437Z Checking serde v1.0.228
46112026-05-23T15:53:21.526Z Checking zerofrom v0.1.6
46122026-05-23T15:53:21.531Z Checking bitflags v2.11.0
46132026-05-23T15:53:21.536Z Checking smallvec v1.15.1
46142026-05-23T15:53:21.543Z Checking indexmap v2.14.0
46152026-05-23T15:53:21.552Z Checking serde_json v1.0.149
46162026-05-23T15:53:21.555Z Checking scroll v0.12.0
46172026-05-23T15:53:21.622Z Checking yoke v0.8.1
46182026-05-23T15:53:21.674Z Checking num-traits v0.2.19
46192026-05-23T15:53:21.704Z Checking thiserror v1.0.69
46202026-05-23T15:53:21.787Z Checking zerovec v0.11.5
46212026-05-23T15:53:21.787Z Checking zerotrie v0.2.3
46222026-05-23T15:53:21.807Z Checking percent-encoding v2.3.2
46232026-05-23T15:53:21.818Z Checking errno v0.3.14
46242026-05-23T15:53:21.912Z Checking serde_spanned v0.6.9
46252026-05-23T15:53:21.935Z Checking rustix v1.1.3
46262026-05-23T15:53:21.946Z Checking toml_datetime v0.6.11
46272026-05-23T15:53:22.035Z Checking log v0.4.29
46282026-05-23T15:53:22.047Z Checking zerocopy v0.7.35
46292026-05-23T15:53:22.066Z Checking form_urlencoded v1.2.2
46302026-05-23T15:53:22.123Z Checking toml_edit v0.22.27
46312026-05-23T15:53:22.154Z Checking getrandom v0.4.1
46322026-05-23T15:53:22.184Z Checking goblin v0.8.2
46332026-05-23T15:53:22.197Z Checking ordered-float v2.10.1
46342026-05-23T15:53:22.197Z Checking thiserror v2.0.18
46352026-05-23T15:53:22.217Z Checking tinystr v0.8.2
46362026-05-23T15:53:22.295Z Checking potential_utf v0.1.4
46372026-05-23T15:53:22.306Z Checking syn v2.0.117
46382026-05-23T15:53:22.395Z Checking icu_locale_core v2.1.1
46392026-05-23T15:53:22.426Z Checking serde-value v0.7.0
46402026-05-23T15:53:22.429Z Checking icu_collections v2.1.1
46412026-05-23T15:53:22.550Z Checking dtrace-parser v0.2.0
46422026-05-23T15:53:22.631Z Checking thread-id v4.2.2
46432026-05-23T15:53:22.715Z Checking once_cell v1.21.3
46442026-05-23T15:53:22.760Z Checking cargo-platform v0.2.0
46452026-05-23T15:53:22.763Z Checking terminal_size v0.4.3
46462026-05-23T15:53:22.795Z Checking memmap v0.7.0
46472026-05-23T15:53:22.888Z Checking tempfile v3.25.0
46482026-05-23T15:53:22.900Z Checking clap_builder v4.6.0
46492026-05-23T15:53:22.923Z Checking textwrap v0.16.2
46502026-05-23T15:53:22.948Z Checking icu_provider v2.1.1
46512026-05-23T15:53:22.960Z Checking fs-err v3.3.0
46522026-05-23T15:53:23.078Z Checking camino-tempfile v1.4.1
46532026-05-23T15:53:23.131Z Checking tabled v0.15.0
46542026-05-23T15:53:23.142Z Checking anyhow v1.0.102
46552026-05-23T15:53:23.181Z Checking icu_normalizer v2.1.1
46562026-05-23T15:53:23.233Z Checking icu_properties v2.1.2
46572026-05-23T15:53:23.251Z Checking toml v0.8.23
46582026-05-23T15:53:23.342Z Checking macaddr v1.0.1
46592026-05-23T15:53:23.491Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46602026-05-23T15:53:23.571Z Checking cargo_toml v0.21.0
46612026-05-23T15:53:24.039Z Checking idna_adapter v1.2.1
46622026-05-23T15:53:24.086Z Checking dof v0.3.0
46632026-05-23T15:53:24.092Z Checking clap v4.6.1
46642026-05-23T15:53:24.153Z Checking idna v1.1.0
46652026-05-23T15:53:24.345Z Checking usdt-impl v0.5.0
46662026-05-23T15:53:24.373Z Checking url v2.5.8
46672026-05-23T15:53:24.591Z Checking usdt v0.5.0
46682026-05-23T15:53:24.716Z Checking cargo-util-schemas v0.8.2
46692026-05-23T15:53:25.402Z Checking cargo_metadata v0.21.0
46702026-05-23T15:53:26.006Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46712026-05-23T15:53:26.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.49s
46722026-05-23T15:53:26.613Z
46732026-05-23T15:53:26.613Zinfo: running `cargo check --bins` on dnsadm (282/298)
46742026-05-23T15:53:27.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46752026-05-23T15:53:27.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46762026-05-23T15:53:27.261Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46772026-05-23T15:53:27.740Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46782026-05-23T15:53:28.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
46792026-05-23T15:53:28.346Z
46802026-05-23T15:53:28.346Zinfo: running `cargo check --bins` on end-to-end-tests (283/298)
46812026-05-23T15:53:28.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46822026-05-23T15:53:28.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46832026-05-23T15:53:29.225Z Checking polyval v0.6.2
46842026-05-23T15:53:29.359Z Checking ctr v0.9.2
46852026-05-23T15:53:29.398Z Checking ssh-encoding v0.2.0
46862026-05-23T15:53:29.398Z Checking blowfish v0.9.1
46872026-05-23T15:53:29.401Z Checking password-hash v0.4.2
46882026-05-23T15:53:29.404Z Checking p256 v0.13.2
46892026-05-23T15:53:29.404Z Checking p521 v0.13.3
46902026-05-23T15:53:29.407Z Checking russh-cryptovec v0.7.3
46912026-05-23T15:53:29.500Z Checking ghash v0.5.1
46922026-05-23T15:53:29.514Z Checking md5 v0.7.0
46932026-05-23T15:53:29.554Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46942026-05-23T15:53:29.557Z Checking bcrypt-pbkdf v0.10.0
46952026-05-23T15:53:29.610Z Checking aes-gcm v0.10.3
46962026-05-23T15:53:29.668Z Checking num-bigint v0.4.6
46972026-05-23T15:53:29.683Z Checking des v0.8.1
46982026-05-23T15:53:29.688Z Checking pbkdf2 v0.11.0
46992026-05-23T15:53:29.716Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47002026-05-23T15:53:29.730Z Checking hex-literal v0.4.1
47012026-05-23T15:53:29.764Z Checking ssh-cipher v0.2.0
47022026-05-23T15:53:29.791Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
47032026-05-23T15:53:29.825Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
47042026-05-23T15:53:29.839Z Checking socket2 v0.5.10
47052026-05-23T15:53:29.863Z Checking internet-checksum v0.2.1
47062026-05-23T15:53:29.935Z Checking ssh-key v0.6.7
47072026-05-23T15:53:30.098Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47082026-05-23T15:53:30.567Z Checking russh-keys v0.45.0
47092026-05-23T15:53:31.129Z Checking russh v0.45.0
47102026-05-23T15:53:47.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.12s
47112026-05-23T15:53:47.693Z
47122026-05-23T15:53:47.693Zinfo: running `cargo check --bins` on gateway-cli (284/298)
47132026-05-23T15:53:48.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47142026-05-23T15:53:48.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47152026-05-23T15:53:48.397Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
47162026-05-23T15:53:48.514Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
47172026-05-23T15:53:48.522Z Checking termios v0.3.3
47182026-05-23T15:53:53.581Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
47192026-05-23T15:53:53.594Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
47202026-05-23T15:53:53.601Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47212026-05-23T15:53:53.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.55s
47222026-05-23T15:53:53.602Z
47232026-05-23T15:53:53.602Zinfo: running `cargo check --bins --no-default-features` on installinator (285/298)
47242026-05-23T15:53:53.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47252026-05-23T15:53:53.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47262026-05-23T15:53:53.602Z Checking multicast-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
47272026-05-23T15:53:53.602Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
47282026-05-23T15:53:53.604Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47292026-05-23T15:53:53.604Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
47302026-05-23T15:53:53.604Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
47312026-05-23T15:53:53.604Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47322026-05-23T15:53:53.628Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
47332026-05-23T15:53:54.095Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47342026-05-23T15:53:54.169Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
47352026-05-23T15:53:54.445Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47362026-05-23T15:53:54.448Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
47372026-05-23T15:53:54.844Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47382026-05-23T15:53:55.166Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47392026-05-23T15:53:56.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.33s
47402026-05-23T15:53:56.998Z
47412026-05-23T15:53:56.998Zinfo: running `cargo check --bins` on internal-dns-cli (286/298)
47422026-05-23T15:53:57.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47432026-05-23T15:53:57.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47442026-05-23T15:53:57.688Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
47452026-05-23T15:53:58.145Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47462026-05-23T15:53:58.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
47472026-05-23T15:53:58.675Z
47482026-05-23T15:53:58.675Zinfo: running `cargo check --bins` on omicron-live-tests (287/298)
47492026-05-23T15:53:59.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47502026-05-23T15:53:59.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47512026-05-23T15:53:59.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47522026-05-23T15:53:59.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
47532026-05-23T15:53:59.314Z
47542026-05-23T15:53:59.314Zinfo: running `cargo check --bins` on live-tests-macros (288/298)
47552026-05-23T15:53:59.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47562026-05-23T15:53:59.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47572026-05-23T15:53:59.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47582026-05-23T15:53:59.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
47592026-05-23T15:53:59.955Z
47602026-05-23T15:53:59.955Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (289/298)
47612026-05-23T15:54:00.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47622026-05-23T15:54:00.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47632026-05-23T15:54:00.771Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47642026-05-23T15:54:01.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
47652026-05-23T15:54:01.651Z
47662026-05-23T15:54:01.651Zinfo: running `cargo check --bins` on omicron-ntp-admin (290/298)
47672026-05-23T15:54:02.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47682026-05-23T15:54:02.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47692026-05-23T15:54:02.357Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47702026-05-23T15:54:02.360Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47712026-05-23T15:54:02.641Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47722026-05-23T15:54:02.641Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47732026-05-23T15:54:03.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
47742026-05-23T15:54:03.659Z
47752026-05-23T15:54:03.659Zinfo: running `cargo check --bins` on ntp-admin-types (291/298)
47762026-05-23T15:54:04.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47772026-05-23T15:54:04.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47782026-05-23T15:54:04.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47792026-05-23T15:54:04.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
47802026-05-23T15:54:04.304Z
47812026-05-23T15:54:04.304Zinfo: running `cargo check --bins` on omicron-package (292/298)
47822026-05-23T15:54:04.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47832026-05-23T15:54:04.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47842026-05-23T15:54:05.037Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47852026-05-23T15:54:06.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s
47862026-05-23T15:54:06.324Z
47872026-05-23T15:54:06.324Zinfo: running `cargo check --bins` on tqdb (293/298)
47882026-05-23T15:54:07.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47892026-05-23T15:54:07.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47902026-05-23T15:54:07.185Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47912026-05-23T15:54:07.547Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47922026-05-23T15:54:08.067Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47932026-05-23T15:54:08.070Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47942026-05-23T15:54:14.054Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47952026-05-23T15:54:14.054Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47962026-05-23T15:54:14.617Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47972026-05-23T15:54:14.619Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47982026-05-23T15:54:14.623Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47992026-05-23T15:54:14.623Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
48002026-05-23T15:54:15.364Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
48012026-05-23T15:54:16.417Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
48022026-05-23T15:54:17.194Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
48032026-05-23T15:54:17.807Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
48042026-05-23T15:54:22.252Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
48052026-05-23T15:54:28.705Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48062026-05-23T15:54:28.709Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48072026-05-23T15:54:28.709Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48082026-05-23T15:54:28.709Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48092026-05-23T15:54:30.333Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48102026-05-23T15:54:31.738Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48112026-05-23T15:54:32.487Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
48122026-05-23T15:54:33.803Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
48132026-05-23T15:54:34.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.09s
48142026-05-23T15:54:34.632Z
48152026-05-23T15:54:34.632Zinfo: running `cargo check --bins` on wicket-dbg (294/298)
48162026-05-23T15:54:35.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48172026-05-23T15:54:35.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48182026-05-23T15:54:35.391Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48192026-05-23T15:54:35.391Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48202026-05-23T15:54:35.394Z Checking rtoolbox v0.0.3
48212026-05-23T15:54:35.394Z Checking tui-tree-widget v0.23.1
48222026-05-23T15:54:35.629Z Checking rpassword v7.4.0
48232026-05-23T15:54:36.643Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48242026-05-23T15:54:39.597Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48252026-05-23T15:54:41.423Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48262026-05-23T15:54:42.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.68s
48272026-05-23T15:54:42.535Z
48282026-05-23T15:54:42.535Zinfo: running `cargo check --bins` on wicket (295/298)
48292026-05-23T15:54:43.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48302026-05-23T15:54:43.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48312026-05-23T15:54:43.280Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48322026-05-23T15:54:43.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
48332026-05-23T15:54:43.854Z
48342026-05-23T15:54:43.855Zinfo: running `cargo check --bins` on wicketd (296/298)
48352026-05-23T15:54:44.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48362026-05-23T15:54:44.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48372026-05-23T15:54:44.622Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
48382026-05-23T15:54:44.622Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48392026-05-23T15:54:44.625Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48402026-05-23T15:54:44.625Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
48412026-05-23T15:54:45.609Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48422026-05-23T15:54:46.176Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48432026-05-23T15:54:49.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s
48442026-05-23T15:54:49.320Z
48452026-05-23T15:54:49.320Zinfo: running `cargo check --bins` on omicron-workspace-hack (297/298)
48462026-05-23T15:54:49.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48472026-05-23T15:54:49.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48482026-05-23T15:54:49.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48492026-05-23T15:54:49.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
48502026-05-23T15:54:49.962Z
48512026-05-23T15:54:49.962Zinfo: running `cargo check --bins` on zone-setup (298/298)
48522026-05-23T15:54:50.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48532026-05-23T15:54:50.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48542026-05-23T15:54:50.677Z Checking uzers v0.12.2
48552026-05-23T15:54:50.958Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48562026-05-23T15:54:51.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
48572026-05-23T15:54:51.925Z
48582026-05-23T15:54:51.929Zreal 16:06.107499178
48592026-05-23T15:54:51.929Zuser 22:36.443690303
48602026-05-23T15:54:51.929Zsys 4:46.398107661
48612026-05-23T15:54:51.929Ztrap 0.332945815
48622026-05-23T15:54:51.929Ztflt 0.689281454
48632026-05-23T15:54:51.929Zdflt 1.089735099
48642026-05-23T15:54:51.929Zkflt 0.005433004
48652026-05-23T15:54:51.929Zlock 1:25:36.011497667
48662026-05-23T15:54:51.929Zslp 1:49:51.490527219
48672026-05-23T15:54:51.929Zlat 1:06.595162622
48682026-05-23T15:54:51.929Zstop 4:13.202873160
48692026-05-23T15:54:51.929Zprocess exited: duration 1104619 ms, exit code 0
 
48702026-05-23T15:54:51.935Zfound 0 output files