01KP61TKZJXY78N5T3NMQ19PXZ: check-features (helios)

BasicConfig {
    output_rules: [
        "/out/*",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KP61TYYFXAHJFRCD67HY68YT

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-14T13:11:27.545Zjob assigned to worker 01KP61V3RFVDZX6MMZJHTWSZDD [factory aws, i-03580c9bad9920c1b] (queued for 51 s)
 
22026-04-14T13:11:34.821Zstarting task 0: "setup"
32026-04-14T13:11:34.825Z++ uname -s
42026-04-14T13:11:34.828Z+ kern=SunOS
52026-04-14T13:11:34.828Z+ build_user=build
62026-04-14T13:11:34.828Z+ build_uid=12345
72026-04-14T13:11:34.828Z+ work_dir=/work
82026-04-14T13:11:34.828Z+ input_dir=/input
92026-04-14T13:11:34.828Z+ [[ 0 == 12345 ]]
102026-04-14T13:11:34.828Z+ case "$kern" in
112026-04-14T13:11:34.828Z+ groupadd -g 12345 build
122026-04-14T13:11:34.832Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-14T13:11:36.835Z+ zfs create -o mountpoint=/work rpool/work
142026-04-14T13:11:36.902Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-14T13:11:36.905Z+ home_fs=zfs
162026-04-14T13:11:36.905Z+ [[ zfs == autofs ]]
172026-04-14T13:11:36.905Z+ mkdir -p /home/build
182026-04-14T13:11:36.905Z+ chown build:build /home/build /work
192026-04-14T13:11:38.906Z+ chmod 0700 /home/build /work
202026-04-14T13:11:38.909Zprocess exited: duration 4090 ms, exit code 0
 
212026-04-14T13:11:38.916Zstarting task 1: "rust-toolchain"
222026-04-14T13:11:38.920Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-14T13:11:38.920Z * rust toolchain channel = "1.94.0"
242026-04-14T13:11:38.920Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-04-14T13:11:38.920Z * rust toolchain profile = "default"
262026-04-14T13:11:38.920Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-14T13:11:38.920Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-14T13:11:38.924Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-14T13:11:38.924Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-14T13:11:39.020Zinfo: downloading installer
312026-04-14T13:11:40.563Zwarn: It looks like you have an existing installation of Rust at:
322026-04-14T13:11:40.563Zwarn: /opt/ooce/bin
332026-04-14T13:11:40.563Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-14T13:11:40.563Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-14T13:11:40.563Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-14T13:11:40.563Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-14T13:11:40.563Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-14T13:11:40.563Zerror: cannot install while Rust is installed
392026-04-14T13:11:40.563Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-14T13:11:40.563Zwarn: It looks like you have an existing rustup settings file at:
412026-04-14T13:11:40.563Zwarn: /home/build/.rustup/settings.toml
422026-04-14T13:11:40.563Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-14T13:11:40.563Zwarn: instead of the one inferred from the default host triple.
442026-04-14T13:11:40.597Zinfo: profile set to default
452026-04-14T13:11:40.597Zinfo: default host triple is x86_64-unknown-illumos
462026-04-14T13:11:40.600Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-14T13:11:40.739Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-14T13:11:40.743Zinfo: downloading 6 components
492026-04-14T13:11:55.939Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-14T13:11:55.939Z
512026-04-14T13:11:55.966Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-14T13:11:55.966Z
532026-04-14T13:11:55.966Z
542026-04-14T13:11:55.966ZRust is installed now. Great!
552026-04-14T13:11:55.966Z
562026-04-14T13:11:55.970ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-14T13:11:55.970Zenvironment variable. This has not been done automatically.
582026-04-14T13:11:55.970Z
592026-04-14T13:11:55.970ZTo configure your current shell, you need to source
602026-04-14T13:11:55.970Zthe corresponding env file under $HOME/.cargo.
612026-04-14T13:11:55.970Z
622026-04-14T13:11:55.970ZThis is usually done by running one of the following (note the leading DOT):
632026-04-14T13:11:55.970Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-14T13:11:55.970Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-14T13:11:55.970Zsource "~/.cargo/env.nu" # For nushell
662026-04-14T13:11:55.970Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-14T13:11:55.970Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-14T13:11:55.970Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-14T13:11:55.970Zwarn: no default linker (`cc`) was found in your PATH
702026-04-14T13:11:55.970Zwarn: many Rust crates require a system C toolchain to build
712026-04-14T13:11:56.049Z+ rustup --version
722026-04-14T13:11:56.058Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-14T13:11:56.061Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-14T13:11:56.080Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-14T13:11:56.083Z+ cargo --version
762026-04-14T13:11:56.095Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-14T13:11:56.098Z+ rustc --version
782026-04-14T13:11:56.117Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-14T13:11:56.120Zprocess exited: duration 17202 ms, exit code 0
 
802026-04-14T13:11:56.126Zstarting task 2: "authentication"
812026-04-14T13:11:56.143Zprocess exited: duration 16 ms, exit code 0
 
822026-04-14T13:11:56.151Zstarting task 3: "clone repository"
832026-04-14T13:11:56.154Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-14T13:11:56.157Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-14T13:11:56.283ZCloning into '/work/oxidecomputer/omicron'...
862026-04-14T13:12:07.540Z+ cd /work/oxidecomputer/omicron
872026-04-14T13:12:07.540Z+ git fetch origin f24a91e95146b8ea564420cfd4736b39b8ed1423
882026-04-14T13:12:07.865ZFrom https://github.com/oxidecomputer/omicron
892026-04-14T13:12:07.865Z * branch f24a91e95146b8ea564420cfd4736b39b8ed1423 -> FETCH_HEAD
902026-04-14T13:12:07.874Z+ [[ -n bump-console-a3b47575 ]]
912026-04-14T13:12:07.877Z++ git branch --show-current
922026-04-14T13:12:07.878Z+ current=main
932026-04-14T13:12:07.878Z+ [[ main != bump-console-a3b47575 ]]
942026-04-14T13:12:07.878Z+ git branch -f bump-console-a3b47575 f24a91e95146b8ea564420cfd4736b39b8ed1423
952026-04-14T13:12:07.881Z+ git checkout -f bump-console-a3b47575
962026-04-14T13:12:08.105ZSwitched to branch 'bump-console-a3b47575'
972026-04-14T13:12:08.108Z+ git reset --hard f24a91e95146b8ea564420cfd4736b39b8ed1423
982026-04-14T13:12:08.336ZHEAD is now at f24a91e95 Bump web console (fix image upload progress bar)
992026-04-14T13:12:08.339Zprocess exited: duration 12187 ms, exit code 0
 
1002026-04-14T13:12:08.346Zstarting task 4: "build"
1012026-04-14T13:12:08.350Z+ source .github/buildomat/ci-env.sh
1022026-04-14T13:12:08.354Z++ export CARGO_TERM_COLOR=always
1032026-04-14T13:12:08.354Z++ CARGO_TERM_COLOR=always
1042026-04-14T13:12:08.354Z+ cargo --version
1052026-04-14T13:12:08.361Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-14T13:12:08.364Z+ rustc --version
1072026-04-14T13:12:08.383Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-14T13:12:08.386Z+ source ./env.sh
1092026-04-14T13:12:08.386Z++ OLD_SHELL_OPTS=ehxB
1102026-04-14T13:12:08.386Z++ set -o xtrace
1112026-04-14T13:12:08.389Z++++ dirname ./env.sh
1122026-04-14T13:12:08.389Z+++ readlink -f .
1132026-04-14T13:12:08.393Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-04-14T13:12:08.393Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-04-14T13:12:08.393Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-04-14T13:12:08.393Z++ 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
1172026-04-14T13:12:08.393Z++ 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
1182026-04-14T13:12:08.393Z++ 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
1192026-04-14T13:12:08.393Z++ 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
1202026-04-14T13:12:08.393Z++ 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
1212026-04-14T13:12:08.393Z++ 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
1222026-04-14T13:12:08.393Z++ case $OLD_SHELL_OPTS in
1232026-04-14T13:12:08.393Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-04-14T13:12:08.393Z+ 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:/work/oxidecomputer/omicron/out/cargo-hack
1252026-04-14T13:12:08.393Z+ 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:/work/oxidecomputer/omicron/out/cargo-hack
1262026-04-14T13:12:08.393Z+ banner prerequisites
1272026-04-14T13:12:08.397Z
1282026-04-14T13:12:08.397Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-04-14T13:12:08.397Z # # # # # # # # # # # # # # #
1302026-04-14T13:12:08.397Z # # # # ##### # # ##### # # # # # #### #
1312026-04-14T13:12:08.397Z ##### ##### # ##### # # # # # # # # #
1322026-04-14T13:12:08.397Z # # # # # # # # # # # # # # #
1332026-04-14T13:12:08.397Z # # # ###### # # ###### ### # #### # #### #
1342026-04-14T13:12:08.397Z
1352026-04-14T13:12:08.397Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-04-14T13:12:18.287Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-04-14T13:12:25.357Z Startup: Caching catalogs ... Done
1382026-04-14T13:12:30.518ZPlanning: Solver setup ... Done (3.807s)
1392026-04-14T13:12:30.544ZPlanning: Running solver ... Done (0.027s)
1402026-04-14T13:12:30.667ZPlanning: Finding local manifests ... Done (0.003s)
1412026-04-14T13:12:30.680ZPlanning: Fetching manifests: 0/4 0% complete
1422026-04-14T13:12:30.774ZPlanning: Fetching manifests: 4/4 100% complete
1432026-04-14T13:12:31.105ZPlanning: Package planning ... Done (0.331s)
1442026-04-14T13:12:31.132ZPlanning: Merging actions ... Done (0.028s)
1452026-04-14T13:12:31.422ZPlanning: Checking for conflicting actions ... Done (0.290s)
1462026-04-14T13:12:31.429ZPlanning: Consolidating action changes ... Done (0.007s)
1472026-04-14T13:12:33.565ZPlanning: Evaluating mediators ... Done (2.135s)
1482026-04-14T13:12:33.571ZPlanning: Planning completed in 8.05 seconds
1492026-04-14T13:12:33.665Z Packages to install: 4
1502026-04-14T13:12:33.665Z Mediators to change: 2
1512026-04-14T13:12:33.669Z Services to change: 1
1522026-04-14T13:12:33.669Z Estimated space available: 155.35 GB
1532026-04-14T13:12:33.669ZEstimated space to be consumed: 1.85 GB
1542026-04-14T13:12:33.669Z Create boot environment: No
1552026-04-14T13:12:33.669ZCreate backup boot environment: No
1562026-04-14T13:12:33.669Z Rebuild boot archive: No
1572026-04-14T13:12:33.669Z
1582026-04-14T13:12:33.669ZChanged mediators:
1592026-04-14T13:12:33.669Z mediator clang:
1602026-04-14T13:12:33.669Z version: None -> 15 (system default)
1612026-04-14T13:12:33.669Z
1622026-04-14T13:12:33.669Z mediator llvm:
1632026-04-14T13:12:33.669Z version: 14 (system default) -> 15 (system default)
1642026-04-14T13:12:33.669Z
1652026-04-14T13:12:33.669ZChanged packages:
1662026-04-14T13:12:33.669Zhelios-dev
1672026-04-14T13:12:33.669Z developer/build-essential
1682026-04-14T13:12:33.669Z None -> 11-2.0
1692026-04-14T13:12:33.669Z library/libxmlsec1
1702026-04-14T13:12:33.669Z None -> 1.2.35-2.0
1712026-04-14T13:12:33.669Z ooce/developer/clang-15
1722026-04-14T13:12:33.669Z None -> 15.0.7-2.0
1732026-04-14T13:12:33.669Z ooce/developer/llvm-15
1742026-04-14T13:12:33.669Z None -> 15.0.7-2.0
1752026-04-14T13:12:33.669Z
1762026-04-14T13:12:33.669ZServices:
1772026-04-14T13:12:33.669Z restart_fmri:
1782026-04-14T13:12:33.669Z svc:/system/update-man-index:default
1792026-04-14T13:12:33.739Z
1802026-04-14T13:12:33.739ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-04-14T13:12:38.821ZDownload: 1197/3290 items 83.5/212.6MB 39% complete (21.9M/s)
1822026-04-14T13:12:44.014ZDownload: 2217/3290 items 119.2/212.6MB 56% complete (13.0M/s)
1832026-04-14T13:12:50.642ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (12.5M/s)
1842026-04-14T13:12:54.010ZDownload: Completed 212.60 MB in 20.27 seconds (10.5M/s)
1852026-04-14T13:12:54.884Z Actions: 1/3689 actions (Installing new actions)
1862026-04-14T13:12:58.328Z Actions: Completed 3689 actions in 3.44 seconds.
1872026-04-14T13:12:58.624Z Done (0.293s)
1882026-04-14T13:12:58.624Z Done (0.000s)
1892026-04-14T13:12:59.329Z Done (0.705s)
1902026-04-14T13:13:03.102Z Done (3.433s)
1912026-04-14T13:13:03.206Z Done (0.043s)
1922026-04-14T13:13:03.209Z Done (0.000s)
1932026-04-14T13:13:03.347Z Done (0.000s)
1942026-04-14T13:13:04.185ZPlanning: Evaluating mediator changes ... Done
1952026-04-14T13:13:04.291ZPlanning: Checking for conflicting actions ... Done
1962026-04-14T13:13:04.294ZPlanning: Consolidating action changes ... Done
1972026-04-14T13:13:04.450ZPlanning: Evaluating mediators ... Done
1982026-04-14T13:13:04.453ZPlanning: Planning completed in 0.26 seconds
1992026-04-14T13:13:04.471Z Mediators to change: 2
2002026-04-14T13:13:04.471Z Create boot environment: No
2012026-04-14T13:13:04.471ZCreate backup boot environment: No
2022026-04-14T13:13:04.542Z Done
2032026-04-14T13:13:04.542Z Done
2042026-04-14T13:13:05.155Z Done
2052026-04-14T13:13:07.653Z Done
2062026-04-14T13:13:07.723Z Done
2072026-04-14T13:13:07.726Z Done
2082026-04-14T13:13:07.881Z Done
2092026-04-14T13:13:08.280ZPlanning: Evaluating mediator changes ... Done
2102026-04-14T13:13:08.283ZPlanning: Merging actions ... Done
2112026-04-14T13:13:08.420ZPlanning: Checking for conflicting actions ... Done
2122026-04-14T13:13:08.424ZPlanning: Consolidating action changes ... Done
2132026-04-14T13:13:08.560ZPlanning: Evaluating mediators ... Done
2142026-04-14T13:13:08.588ZPlanning: Planning completed in 0.45 seconds
2152026-04-14T13:13:08.610Z Packages to change: 1
2162026-04-14T13:13:08.610Z Mediators to change: 1
2172026-04-14T13:13:08.610Z Services to change: 1
2182026-04-14T13:13:08.610Z Create boot environment: No
2192026-04-14T13:13:08.610ZCreate backup boot environment: Yes
2202026-04-14T13:13:11.137Z Actions: 1/6 actions (Updating modified actions)
2212026-04-14T13:13:11.140Z Actions: Completed 6 actions in 0.00 seconds.
2222026-04-14T13:13:11.141Z Done
2232026-04-14T13:13:11.141Z Done
2242026-04-14T13:13:11.280Z Done
2252026-04-14T13:13:13.885Z Done
2262026-04-14T13:13:13.960Z Done
2272026-04-14T13:13:13.963Z Done
2282026-04-14T13:13:14.104Z Done
2292026-04-14T13:13:14.389ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2302026-04-14T13:13:14.389Zclang system 15 system
2312026-04-14T13:13:14.389Zcsh system system illumos
2322026-04-14T13:13:14.389Zctags system system illumos
2332026-04-14T13:13:14.389Zfile system system illumos
2342026-04-14T13:13:14.389Zgcc vendor 12 vendor
2352026-04-14T13:13:14.389Zgcc system 14 system
2362026-04-14T13:13:14.389Zgcc system 10 system
2372026-04-14T13:13:14.389Zgo system 1.20 system
2382026-04-14T13:13:14.389Zgo system 1.19 system
2392026-04-14T13:13:14.389Zllvm system 15 system
2402026-04-14T13:13:14.389Zllvm system 14 system
2412026-04-14T13:13:14.389Zmariadb system 10.6 system
2422026-04-14T13:13:14.389Zmta vendor vendor dma
2432026-04-14T13:13:14.389Zopenjdk system 17 system
2442026-04-14T13:13:14.389Zopenjdk system 11 system
2452026-04-14T13:13:14.389Zopenjdk system 1.8 system
2462026-04-14T13:13:14.389Zopenssl vendor 3 vendor
2472026-04-14T13:13:14.389Zperl system 5.36 system
2482026-04-14T13:13:14.389Zpostgresql system 15 system
2492026-04-14T13:13:14.389Zpostgresql system 13 system
2502026-04-14T13:13:14.390Zpython vendor 3 vendor
2512026-04-14T13:13:14.390Zpython system 2 system
2522026-04-14T13:13:14.390Zpython3 system 3.11 system
2532026-04-14T13:13:14.390Zruby system 3.0 system
2542026-04-14T13:13:14.390Zwords vendor vendor american-english
2552026-04-14T13:13:14.390Zwords system system australian-english
2562026-04-14T13:13:14.390Zwords system system british-english
2572026-04-14T13:13:14.390Zwords system system canadian-english
2582026-04-14T13:13:14.390Zwords system system french
2592026-04-14T13:13:14.390Zwords system system italian
2602026-04-14T13:13:14.390Zwords system system ngerman
2612026-04-14T13:13:14.390Zwords system system ogerman
2622026-04-14T13:13:14.390Zwords system system spanish
2632026-04-14T13:13:14.618ZPUBLISHER TYPE STATUS P LOCATION
2642026-04-14T13:13:14.618Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2652026-04-14T13:13:19.030ZFMRI IFO
2662026-04-14T13:13:19.030Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2672026-04-14T13:13:19.030Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2682026-04-14T13:13:19.030Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2692026-04-14T13:13:19.030Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2702026-04-14T13:13:19.030Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2712026-04-14T13:13:19.030Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2722026-04-14T13:13:19.030Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2732026-04-14T13:13:19.030Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2742026-04-14T13:13:19.030Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2752026-04-14T13:13:19.030Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2762026-04-14T13:13:19.030Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2772026-04-14T13:13:19.030Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2782026-04-14T13:13:19.030Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2792026-04-14T13:13:19.031Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2802026-04-14T13:13:19.031Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2812026-04-14T13:13:19.031Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2822026-04-14T13:13:20.145Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2832026-04-14T13:13:20.418Z Updating crates.io index
2842026-04-14T13:13:20.452Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2852026-04-14T13:13:21.202Z Updating git repository `https://github.com/oxidecomputer/lldp`
2862026-04-14T13:13:21.487Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2872026-04-14T13:13:22.155Z Updating git repository `https://github.com/oxidecomputer/propolis`
2882026-04-14T13:13:23.632Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2892026-04-14T13:13:24.132Z Updating git repository `https://github.com/oxidecomputer/crucible`
2902026-04-14T13:13:25.458Z Updating git repository `https://github.com/oxidecomputer/opte`
2912026-04-14T13:13:26.313Z Updating git repository `https://github.com/oxidecomputer/tofino`
2922026-04-14T13:13:26.617Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2932026-04-14T13:13:27.410Z Updating git repository `https://github.com/oxidecomputer/clickward`
2942026-04-14T13:13:27.802Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2952026-04-14T13:13:28.106Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2962026-04-14T13:13:28.524Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2972026-04-14T13:13:29.382Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2982026-04-14T13:13:29.985Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2992026-04-14T13:13:30.215Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3002026-04-14T13:13:30.730Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3012026-04-14T13:13:30.994Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3022026-04-14T13:13:31.362Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3032026-04-14T13:13:31.608Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3042026-04-14T13:13:31.875Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3052026-04-14T13:13:32.369Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3062026-04-14T13:13:32.952Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3072026-04-14T13:13:33.344Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3082026-04-14T13:13:33.705Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3092026-04-14T13:13:34.014Z Updating git repository `https://github.com/oxidecomputer/ispf`
3102026-04-14T13:13:34.948Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3112026-04-14T13:13:35.612Z Updating git repository `https://github.com/oxidecomputer/crucible`
3122026-04-14T13:13:36.146Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3132026-04-14T13:13:36.601Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3142026-04-14T13:13:36.897Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3152026-04-14T13:13:37.235Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3162026-04-14T13:13:37.536Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3172026-04-14T13:13:37.969Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3182026-04-14T13:13:38.198Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3192026-04-14T13:13:38.440Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3202026-04-14T13:13:38.720Z Updating git repository `https://github.com/illumos/smf-rs`
3212026-04-14T13:13:39.114Z Updating git repository `https://github.com/oxidecomputer/omicron`
3222026-04-14T13:13:51.025Z Downloading crates ...
3232026-04-14T13:13:51.081Z Downloaded cargo-platform v0.2.0
3242026-04-14T13:13:51.088Z Downloaded clap_lex v1.0.0
3252026-04-14T13:13:51.091Z Downloaded cfg-if v1.0.4
3262026-04-14T13:13:51.091Z Downloaded camino-tempfile v1.4.1
3272026-04-14T13:13:51.094Z Downloaded cargo_metadata v0.21.0
3282026-04-14T13:13:51.094Z Downloaded bytecount v0.6.9
3292026-04-14T13:13:51.098Z Downloaded generic-array v0.14.7
3302026-04-14T13:13:51.101Z Downloaded itoa v1.0.17
3312026-04-14T13:13:51.101Z Downloaded is_terminal_polyfill v1.70.2
3322026-04-14T13:13:51.101Z Downloaded thread-id v4.2.2
3332026-04-14T13:13:51.101Z Downloaded thiserror-impl v1.0.69
3342026-04-14T13:13:51.105Z Downloaded colorchoice v1.0.4
3352026-04-14T13:13:51.109Z Downloaded cargo_toml v0.21.0
3362026-04-14T13:13:51.109Z Downloaded toml_datetime v0.6.11
3372026-04-14T13:13:51.112Z Downloaded unicode-xid v0.2.6
3382026-04-14T13:13:51.112Z Downloaded clap_derive v4.5.55
3392026-04-14T13:13:51.112Z Downloaded heck v0.5.0
3402026-04-14T13:13:51.115Z Downloaded toml_write v0.1.2
3412026-04-14T13:13:51.115Z Downloaded usdt-attr-macro v0.5.0
3422026-04-14T13:13:51.118Z Downloaded memmap v0.7.0
3432026-04-14T13:13:51.122Z Downloaded heck v0.4.1
3442026-04-14T13:13:51.122Z Downloaded utf8parse v0.2.2
3452026-04-14T13:13:51.122Z Downloaded sha2 v0.10.9
3462026-04-14T13:13:51.125Z Downloaded unicode-linebreak v0.1.5
3472026-04-14T13:13:51.125Z Downloaded fs-err v3.3.0
3482026-04-14T13:13:51.125Z Downloaded usdt v0.5.0
3492026-04-14T13:13:51.125Z Downloaded clap v4.5.60
3502026-04-14T13:13:51.130Z Downloaded zerofrom-derive v0.1.6
3512026-04-14T13:13:51.133Z Downloaded thiserror v2.0.18
3522026-04-14T13:13:51.136Z Downloaded writeable v0.6.2
3532026-04-14T13:13:51.136Z Downloaded toml_edit v0.22.27
3542026-04-14T13:13:51.139Z Downloaded serde_spanned v0.6.9
3552026-04-14T13:13:51.139Z Downloaded macaddr v1.0.1
3562026-04-14T13:13:51.139Z Downloaded percent-encoding v2.3.2
3572026-04-14T13:13:51.139Z Downloaded zerofrom v0.1.6
3582026-04-14T13:13:51.142Z Downloaded idna_adapter v1.2.1
3592026-04-14T13:13:51.142Z Downloaded utf8_iter v1.0.4
3602026-04-14T13:13:51.143Z Downloaded version_check v0.9.5
3612026-04-14T13:13:51.143Z Downloaded typeid v1.0.3
3622026-04-14T13:13:51.146Z Downloaded tinystr v0.8.2
3632026-04-14T13:13:51.146Z Downloaded yoke-derive v0.8.1
3642026-04-14T13:13:51.146Z Downloaded thiserror-impl v2.0.18
3652026-04-14T13:13:51.146Z Downloaded usdt-macro v0.5.0
3662026-04-14T13:13:51.146Z Downloaded stable_deref_trait v1.2.1
3672026-04-14T13:13:51.150Z Downloaded crypto-common v0.1.7
3682026-04-14T13:13:51.150Z Downloaded zerovec-derive v0.11.2
3692026-04-14T13:13:51.150Z Downloaded usdt-impl v0.5.0
3702026-04-14T13:13:51.150Z Downloaded cargo-util-schemas v0.8.2
3712026-04-14T13:13:51.153Z Downloaded yoke v0.8.1
3722026-04-14T13:13:51.153Z Downloaded zerocopy-derive v0.7.35
3732026-04-14T13:13:51.156Z Downloaded scroll_derive v0.12.1
3742026-04-14T13:13:51.156Z Downloaded zmij v1.0.21
3752026-04-14T13:13:51.156Z Downloaded camino v1.2.2
3762026-04-14T13:13:51.160Z Downloaded potential_utf v0.1.4
3772026-04-14T13:13:51.163Z Downloaded dtrace-parser v0.2.0
3782026-04-14T13:13:51.163Z Downloaded toml v0.8.23
3792026-04-14T13:13:51.163Z Downloaded thiserror v1.0.69
3802026-04-14T13:13:51.169Z Downloaded proc-macro-error-attr v1.0.4
3812026-04-14T13:13:51.172Z Downloaded ucd-trie v0.1.7
3822026-04-14T13:13:51.172Z Downloaded strsim v0.11.1
3832026-04-14T13:13:51.172Z Downloaded terminal_size v0.4.3
3842026-04-14T13:13:51.176Z Downloaded plain v0.2.3
3852026-04-14T13:13:51.179Z Downloaded fastrand v2.3.0
3862026-04-14T13:13:51.179Z Downloaded smawk v0.3.2
3872026-04-14T13:13:51.179Z Downloaded block-buffer v0.10.4
3882026-04-14T13:13:51.205Z Downloaded unicode-ident v1.0.24
3892026-04-14T13:13:51.205Z Downloaded zerotrie v0.2.3
3902026-04-14T13:13:51.205Z Downloaded swrite v0.1.0
3912026-04-14T13:13:51.205Z Downloaded serde-value v0.7.0
3922026-04-14T13:13:51.205Z Downloaded pretty-hex v0.4.1
3932026-04-14T13:13:51.205Z Downloaded ordered-float v2.10.1
3942026-04-14T13:13:51.205Z Downloaded fnv v1.0.7
3952026-04-14T13:13:51.205Z Downloaded dof v0.3.0
3962026-04-14T13:13:51.205Z Downloaded textwrap v0.16.2
3972026-04-14T13:13:51.205Z Downloaded typenum v1.19.0
3982026-04-14T13:13:51.205Z Downloaded anstyle v1.0.13
3992026-04-14T13:13:51.205Z Downloaded url v2.5.8
4002026-04-14T13:13:51.205Z Downloaded cpufeatures v0.2.17
4012026-04-14T13:13:51.209Z Downloaded errno v0.3.14
4022026-04-14T13:13:51.209Z Downloaded zerovec v0.11.5
4032026-04-14T13:13:51.209Z Downloaded tabled_derive v0.7.0
4042026-04-14T13:13:51.213Z Downloaded semver v1.0.27
4052026-04-14T13:13:51.213Z Downloaded anstyle-query v1.1.5
4062026-04-14T13:13:51.216Z Downloaded zerocopy v0.7.35
4072026-04-14T13:13:51.222Z Downloaded serde_tokenstream v0.2.3
4082026-04-14T13:13:51.226Z Downloaded winnow v0.7.14
4092026-04-14T13:13:51.229Z Downloaded scroll v0.12.0
4102026-04-14T13:13:51.229Z Downloaded quote v1.0.44
4112026-04-14T13:13:51.232Z Downloaded displaydoc v0.2.5
4122026-04-14T13:13:51.232Z Downloaded form_urlencoded v1.2.2
4132026-04-14T13:13:51.232Z Downloaded erased-serde v0.4.9
4142026-04-14T13:13:51.236Z Downloaded unicode-width v0.2.0
4152026-04-14T13:13:51.239Z Downloaded unicode-width v0.1.14
4162026-04-14T13:13:51.243Z Downloaded synstructure v0.13.2
4172026-04-14T13:13:51.243Z Downloaded digest v0.10.7
4182026-04-14T13:13:51.243Z Downloaded byteorder v1.5.0
4192026-04-14T13:13:51.243Z Downloaded autocfg v1.5.0
4202026-04-14T13:13:51.247Z Downloaded serde-untagged v0.1.9
4212026-04-14T13:13:51.247Z Downloaded proc-macro-error v1.0.4
4222026-04-14T13:13:51.247Z Downloaded equivalent v1.0.2
4232026-04-14T13:13:51.251Z Downloaded anstream v0.6.21
4242026-04-14T13:13:51.254Z Downloaded getrandom v0.3.4
4252026-04-14T13:13:51.258Z Downloaded litemap v0.8.1
4262026-04-14T13:13:51.258Z Downloaded icu_properties v2.1.2
4272026-04-14T13:13:51.263Z Downloaded icu_provider v2.1.1
4282026-04-14T13:13:51.267Z Downloaded tempfile v3.25.0
4292026-04-14T13:13:51.267Z Downloaded smallvec v1.15.1
4302026-04-14T13:13:51.267Z Downloaded pest_derive v2.8.6
4312026-04-14T13:13:51.270Z Downloaded anstyle-parse v0.2.7
4322026-04-14T13:13:51.270Z Downloaded once_cell v1.21.3
4332026-04-14T13:13:51.275Z Downloaded proc-macro2 v1.0.106
4342026-04-14T13:13:51.278Z Downloaded serde_derive v1.0.228
4352026-04-14T13:13:51.278Z Downloaded bitflags v2.11.0
4362026-04-14T13:13:51.282Z Downloaded anyhow v1.0.102
4372026-04-14T13:13:51.285Z Downloaded log v0.4.29
4382026-04-14T13:13:51.285Z Downloaded pest_generator v2.8.6
4392026-04-14T13:13:51.285Z Downloaded icu_normalizer_data v2.1.1
4402026-04-14T13:13:51.290Z Downloaded serde_core v1.0.228
4412026-04-14T13:13:51.294Z Downloaded papergrid v0.11.0
4422026-04-14T13:13:51.317Z Downloaded num-traits v0.2.19
4432026-04-14T13:13:51.320Z Downloaded icu_locale_core v2.1.1
4442026-04-14T13:13:51.323Z Downloaded pest_meta v2.8.6
4452026-04-14T13:13:51.327Z Downloaded icu_normalizer v2.1.1
4462026-04-14T13:13:51.327Z Downloaded icu_collections v2.1.1
4472026-04-14T13:13:51.335Z Downloaded indexmap v2.13.0
4482026-04-14T13:13:51.342Z Downloaded serde v1.0.228
4492026-04-14T13:13:51.345Z Downloaded memchr v2.8.0
4502026-04-14T13:13:51.360Z Downloaded clap_builder v4.5.60
4512026-04-14T13:13:51.367Z Downloaded idna v1.1.0
4522026-04-14T13:13:51.370Z Downloaded hashbrown v0.16.1
4532026-04-14T13:13:51.374Z Downloaded icu_properties_data v2.1.2
4542026-04-14T13:13:51.379Z Downloaded serde_json v1.0.149
4552026-04-14T13:13:51.383Z Downloaded pest v2.8.6
4562026-04-14T13:13:51.386Z Downloaded goblin v0.8.2
4572026-04-14T13:13:51.404Z Downloaded tabled v0.15.0
4582026-04-14T13:13:51.412Z Downloaded syn v1.0.109
4592026-04-14T13:13:51.420Z Downloaded syn v2.0.117
4602026-04-14T13:13:51.438Z Downloaded rustix v1.1.3
4612026-04-14T13:13:51.463Z Downloaded libc v0.2.180
4622026-04-14T13:13:51.529Z Compiling proc-macro2 v1.0.106
4632026-04-14T13:13:51.529Z Compiling quote v1.0.44
4642026-04-14T13:13:51.533Z Compiling unicode-ident v1.0.24
4652026-04-14T13:13:51.533Z Compiling serde_core v1.0.228
4662026-04-14T13:13:51.533Z Compiling libc v0.2.180
4672026-04-14T13:13:51.533Z Compiling version_check v0.9.5
4682026-04-14T13:13:51.533Z Compiling memchr v2.8.0
4692026-04-14T13:13:51.533Z Compiling stable_deref_trait v1.2.1
4702026-04-14T13:13:51.806Z Compiling serde v1.0.228
4712026-04-14T13:13:51.914Z Compiling zmij v1.0.21
4722026-04-14T13:13:52.071Z Compiling itoa v1.0.17
4732026-04-14T13:13:52.240Z Compiling thiserror v1.0.69
4742026-04-14T13:13:52.317Z Compiling autocfg v1.5.0
4752026-04-14T13:13:52.568Z Compiling ucd-trie v0.1.7
4762026-04-14T13:13:52.736Z Compiling pest v2.8.6
4772026-04-14T13:13:52.829Z Compiling litemap v0.8.1
4782026-04-14T13:13:52.959Z Compiling writeable v0.6.2
4792026-04-14T13:13:53.006Z Compiling icu_normalizer_data v2.1.1
4802026-04-14T13:13:53.068Z Compiling icu_properties_data v2.1.2
4812026-04-14T13:13:53.149Z Compiling rustix v1.1.3
4822026-04-14T13:13:53.198Z Compiling byteorder v1.5.0
4832026-04-14T13:13:53.299Z Compiling errno v0.3.14
4842026-04-14T13:13:53.449Z Compiling serde_json v1.0.149
4852026-04-14T13:13:53.478Z Compiling bitflags v2.11.0
4862026-04-14T13:13:53.621Z Compiling syn v2.0.117
4872026-04-14T13:13:53.695Z Compiling num-traits v0.2.19
4882026-04-14T13:13:53.730Z Compiling equivalent v1.0.2
4892026-04-14T13:13:53.806Z Compiling pest_meta v2.8.6
4902026-04-14T13:13:53.883Z Compiling smallvec v1.15.1
4912026-04-14T13:13:53.960Z Compiling typeid v1.0.3
4922026-04-14T13:13:54.082Z Compiling hashbrown v0.16.1
4932026-04-14T13:13:54.312Z Compiling thread-id v4.2.2
4942026-04-14T13:13:54.328Z Compiling proc-macro-error-attr v1.0.4
4952026-04-14T13:13:54.401Z Compiling usdt-impl v0.5.0
4962026-04-14T13:13:54.514Z Compiling syn v1.0.109
4972026-04-14T13:13:54.533Z Compiling winnow v0.7.14
4982026-04-14T13:13:54.615Z Compiling indexmap v2.13.0
4992026-04-14T13:13:54.640Z Compiling erased-serde v0.4.9
5002026-04-14T13:13:54.889Z Compiling toml_write v0.1.2
5012026-04-14T13:13:55.208Z Compiling proc-macro-error v1.0.4
5022026-04-14T13:13:55.258Z Compiling percent-encoding v2.3.2
5032026-04-14T13:13:55.399Z Compiling log v0.4.29
5042026-04-14T13:13:55.452Z Compiling camino v1.2.2
5052026-04-14T13:13:55.522Z Compiling getrandom v0.3.4
5062026-04-14T13:13:55.585Z Compiling utf8_iter v1.0.4
5072026-04-14T13:13:55.694Z Compiling utf8parse v0.2.2
5082026-04-14T13:13:55.741Z Compiling thiserror v2.0.18
5092026-04-14T13:13:55.774Z Compiling plain v0.2.3
5102026-04-14T13:13:55.814Z Compiling anstyle-parse v0.2.7
5112026-04-14T13:13:55.884Z Compiling ordered-float v2.10.1
5122026-04-14T13:13:56.025Z Compiling form_urlencoded v1.2.2
5132026-04-14T13:13:56.157Z Compiling terminal_size v0.4.3
5142026-04-14T13:13:56.285Z Compiling synstructure v0.13.2
5152026-04-14T13:13:56.302Z Compiling pest_generator v2.8.6
5162026-04-14T13:13:56.306Z Compiling anstyle v1.0.13
5172026-04-14T13:13:56.407Z Compiling is_terminal_polyfill v1.70.2
5182026-04-14T13:13:56.491Z Compiling cfg-if v1.0.4
5192026-04-14T13:13:56.494Z Compiling pretty-hex v0.4.1
5202026-04-14T13:13:56.525Z Compiling colorchoice v1.0.4
5212026-04-14T13:13:56.541Z Compiling anstyle-query v1.1.5
5222026-04-14T13:13:56.642Z Compiling anstream v0.6.21
5232026-04-14T13:13:56.675Z Compiling serde-untagged v0.1.9
5242026-04-14T13:13:56.762Z Compiling semver v1.0.27
5252026-04-14T13:13:56.910Z Compiling fs-err v3.3.0
5262026-04-14T13:13:56.945Z Compiling bytecount v0.6.9
5272026-04-14T13:13:56.992Z Compiling strsim v0.11.1
5282026-04-14T13:13:57.077Z Compiling unicode-width v0.1.14
5292026-04-14T13:13:57.096Z Compiling fastrand v2.3.0
5302026-04-14T13:13:57.099Z Compiling heck v0.4.1
5312026-04-14T13:13:57.127Z Compiling heck v0.5.0
5322026-04-14T13:13:57.331Z Compiling clap_lex v1.0.0
5332026-04-14T13:13:57.348Z Compiling once_cell v1.21.3
5342026-04-14T13:13:57.363Z Compiling unicode-xid v0.2.6
5352026-04-14T13:13:57.367Z Compiling fnv v1.0.7
5362026-04-14T13:13:57.481Z Compiling anyhow v1.0.102
5372026-04-14T13:13:57.518Z Compiling clap_builder v4.5.60
5382026-04-14T13:13:57.568Z Compiling tempfile v3.25.0
5392026-04-14T13:13:57.571Z Compiling papergrid v0.11.0
5402026-04-14T13:13:57.736Z Compiling memmap v0.7.0
5412026-04-14T13:13:57.916Z Compiling unicode-width v0.2.0
5422026-04-14T13:13:57.938Z Compiling unicode-linebreak v0.1.5
5432026-04-14T13:13:57.959Z Compiling serde_derive v1.0.228
5442026-04-14T13:13:58.000Z Compiling zerofrom-derive v0.1.6
5452026-04-14T13:13:58.070Z Compiling yoke-derive v0.8.1
5462026-04-14T13:13:58.178Z Compiling zerovec-derive v0.11.2
5472026-04-14T13:13:58.194Z Compiling displaydoc v0.2.5
5482026-04-14T13:13:58.923Z Compiling thiserror-impl v1.0.69
5492026-04-14T13:13:58.983Z Compiling zerocopy-derive v0.7.35
5502026-04-14T13:13:59.217Z Compiling pest_derive v2.8.6
5512026-04-14T13:13:59.304Z Compiling scroll_derive v0.12.1
5522026-04-14T13:13:59.400Z Compiling zerofrom v0.1.6
5532026-04-14T13:13:59.531Z Compiling yoke v0.8.1
5542026-04-14T13:13:59.640Z Compiling thiserror-impl v2.0.18
5552026-04-14T13:13:59.729Z Compiling zerovec v0.11.5
5562026-04-14T13:13:59.894Z Compiling zerotrie v0.2.3
5572026-04-14T13:13:59.972Z Compiling zerocopy v0.7.35
5582026-04-14T13:14:00.194Z Compiling tinystr v0.8.2
5592026-04-14T13:14:00.250Z Compiling potential_utf v0.1.4
5602026-04-14T13:14:00.345Z Compiling dtrace-parser v0.2.0
5612026-04-14T13:14:00.403Z Compiling icu_locale_core v2.1.1
5622026-04-14T13:14:00.423Z Compiling icu_collections v2.1.1
5632026-04-14T13:14:00.523Z Compiling scroll v0.12.0
5642026-04-14T13:14:00.543Z Compiling tabled_derive v0.7.0
5652026-04-14T13:14:00.775Z Compiling goblin v0.8.2
5662026-04-14T13:14:00.804Z Compiling clap_derive v4.5.55
5672026-04-14T13:14:00.905Z Compiling smawk v0.3.2
5682026-04-14T13:14:01.031Z Compiling icu_provider v2.1.1
5692026-04-14T13:14:01.206Z Compiling textwrap v0.16.2
5702026-04-14T13:14:01.275Z Compiling icu_properties v2.1.2
5712026-04-14T13:14:01.332Z Compiling icu_normalizer v2.1.1
5722026-04-14T13:14:01.420Z Compiling toml_datetime v0.6.11
5732026-04-14T13:14:01.441Z Compiling serde_spanned v0.6.9
5742026-04-14T13:14:01.492Z Compiling dof v0.3.0
5752026-04-14T13:14:01.593Z Compiling serde_tokenstream v0.2.3
5762026-04-14T13:14:01.661Z Compiling toml_edit v0.22.27
5772026-04-14T13:14:01.681Z Compiling serde-value v0.7.0
5782026-04-14T13:14:01.885Z Compiling cargo-platform v0.2.0
5792026-04-14T13:14:01.904Z Compiling tabled v0.15.0
5802026-04-14T13:14:02.044Z Compiling macaddr v1.0.1
5812026-04-14T13:14:02.166Z Compiling idna_adapter v1.2.1
5822026-04-14T13:14:02.311Z Compiling idna v1.1.0
5832026-04-14T13:14:02.361Z Compiling camino-tempfile v1.4.1
5842026-04-14T13:14:02.477Z Compiling usdt-attr-macro v0.5.0
5852026-04-14T13:14:02.534Z Compiling usdt-macro v0.5.0
5862026-04-14T13:14:02.588Z Compiling url v2.5.8
5872026-04-14T13:14:02.615Z Compiling clap v4.5.60
5882026-04-14T13:14:02.948Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5892026-04-14T13:14:03.147Z Compiling toml v0.8.23
5902026-04-14T13:14:03.148Z Compiling swrite v0.1.0
5912026-04-14T13:14:03.543Z Compiling cargo-util-schemas v0.8.2
5922026-04-14T13:14:03.644Z Compiling cargo_toml v0.21.0
5932026-04-14T13:14:03.759Z Compiling usdt v0.5.0
5942026-04-14T13:14:04.428Z Compiling cargo_metadata v0.21.0
5952026-04-14T13:14:05.363Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5962026-04-14T13:14:07.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.46s
5972026-04-14T13:14:07.664Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5982026-04-14T13:14:08.226Z Downloading crates ...
5992026-04-14T13:14:08.312Z Downloaded adler2 v2.0.1
6002026-04-14T13:14:08.318Z Downloaded argon2 v0.5.3
6012026-04-14T13:14:08.330Z Downloaded aead v0.5.2
6022026-04-14T13:14:08.335Z Downloaded async-trait v0.1.89
6032026-04-14T13:14:08.335Z Downloaded async-stream-impl v0.3.6
6042026-04-14T13:14:08.335Z Downloaded bcs v0.1.6
6052026-04-14T13:14:08.340Z Downloaded dirs-sys-next v0.1.2
6062026-04-14T13:14:08.340Z Downloaded async-recursion v1.1.1
6072026-04-14T13:14:08.345Z Downloaded arrayvec v0.7.6
6082026-04-14T13:14:08.345Z Downloaded arc-swap v1.8.2
6092026-04-14T13:14:08.345Z Downloaded derive_more v0.99.20
6102026-04-14T13:14:08.350Z Downloaded derive_builder v0.20.2
6112026-04-14T13:14:08.357Z Downloaded curve25519-dalek-derive v0.1.1
6122026-04-14T13:14:08.357Z Downloaded ascii-canvas v3.0.0
6132026-04-14T13:14:08.357Z Downloaded base16ct v0.2.0
6142026-04-14T13:14:08.365Z Downloaded darling_macro v0.23.0
6152026-04-14T13:14:08.365Z Downloaded async-stream v0.3.6
6162026-04-14T13:14:08.365Z Downloaded crucible-workspace-hack v0.1.0
6172026-04-14T13:14:08.374Z Downloaded bitfield-struct v0.6.2
6182026-04-14T13:14:08.374Z Downloaded defmt v0.3.100
6192026-04-14T13:14:08.374Z Downloaded darling_macro v0.21.3
6202026-04-14T13:14:08.374Z Downloaded cstr-argument v0.1.2
6212026-04-14T13:14:08.374Z Downloaded ciborium-ll v0.2.2
6222026-04-14T13:14:08.374Z Downloaded bitfield-macros v0.19.4
6232026-04-14T13:14:08.374Z Downloaded atty v0.2.14
6242026-04-14T13:14:08.374Z Downloaded assert_matches v1.5.0
6252026-04-14T13:14:08.374Z Downloaded crossbeam-deque v0.8.6
6262026-04-14T13:14:08.374Z Downloaded crc-catalog v2.4.0
6272026-04-14T13:14:08.374Z Downloaded darling v0.23.0
6282026-04-14T13:14:08.382Z Downloaded debug-ignore v1.0.5
6292026-04-14T13:14:08.382Z Downloaded dof v0.4.0
6302026-04-14T13:14:08.382Z Downloaded bit-vec v0.8.0
6312026-04-14T13:14:08.382Z Downloaded dirs-next v2.0.0
6322026-04-14T13:14:08.382Z Downloaded backoff v0.4.0
6332026-04-14T13:14:08.382Z Downloaded array-init v0.0.4
6342026-04-14T13:14:08.382Z Downloaded darling_macro v0.20.11
6352026-04-14T13:14:08.382Z Downloaded daft v0.1.5
6362026-04-14T13:14:08.382Z Downloaded castaway v0.2.4
6372026-04-14T13:14:08.391Z Downloaded cfg_aliases v0.1.1
6382026-04-14T13:14:08.391Z Downloaded derive_builder_macro v0.20.2
6392026-04-14T13:14:08.391Z Downloaded block-padding v0.3.3
6402026-04-14T13:14:08.391Z Downloaded float-ord v0.3.2
6412026-04-14T13:14:08.396Z Downloaded arrayref v0.3.9
6422026-04-14T13:14:08.396Z Downloaded ciborium-io v0.2.2
6432026-04-14T13:14:08.396Z Downloaded data-encoding v2.10.0
6442026-04-14T13:14:08.396Z Downloaded critical-section v1.2.0
6452026-04-14T13:14:08.401Z Downloaded embedded-io v0.4.0
6462026-04-14T13:14:08.405Z Downloaded camino-tempfile-ext v0.3.3
6472026-04-14T13:14:08.405Z Downloaded bit-vec v0.6.3
6482026-04-14T13:14:08.405Z Downloaded bcrypt-pbkdf v0.10.0
6492026-04-14T13:14:08.405Z Downloaded dunce v1.0.5
6502026-04-14T13:14:08.405Z Downloaded dsl_auto_type v0.2.0
6512026-04-14T13:14:08.409Z Downloaded blowfish v0.9.1
6522026-04-14T13:14:08.409Z Downloaded cargo_metadata v0.19.2
6532026-04-14T13:14:08.415Z Downloaded filetime v0.2.27
6542026-04-14T13:14:08.415Z Downloaded ff v0.13.1
6552026-04-14T13:14:08.415Z Downloaded endian-type v0.1.2
6562026-04-14T13:14:08.415Z Downloaded darling_core v0.23.0
6572026-04-14T13:14:08.421Z Downloaded display-error-chain v0.2.2
6582026-04-14T13:14:08.422Z Downloaded crunchy v0.2.4
6592026-04-14T13:14:08.422Z Downloaded compression-core v0.4.31
6602026-04-14T13:14:08.422Z Downloaded dtrace-parser v0.3.0
6612026-04-14T13:14:08.422Z Downloaded difflib v0.4.0
6622026-04-14T13:14:08.426Z Downloaded fd-lock v4.0.4
6632026-04-14T13:14:08.426Z Downloaded env_filter v1.0.0
6642026-04-14T13:14:08.426Z Downloaded cpufeatures v0.3.0
6652026-04-14T13:14:08.431Z Downloaded bb8 v0.8.6
6662026-04-14T13:14:08.431Z Downloaded atomic-waker v1.1.2
6672026-04-14T13:14:08.435Z Downloaded atomicwrites v0.4.4
6682026-04-14T13:14:08.443Z Downloaded crc v3.4.0
6692026-04-14T13:14:08.443Z Downloaded cfg_aliases v0.2.1
6702026-04-14T13:14:08.443Z Downloaded foldhash v0.2.0
6712026-04-14T13:14:08.461Z Downloaded foreign-types-shared v0.1.1
6722026-04-14T13:14:08.461Z Downloaded crc8 v0.1.1
6732026-04-14T13:14:08.461Z Downloaded crossbeam-utils v0.8.21
6742026-04-14T13:14:08.461Z Downloaded convert_case v0.4.0
6752026-04-14T13:14:08.461Z Downloaded bit-set v0.8.0
6762026-04-14T13:14:08.468Z Downloaded downcast-rs v2.0.2
6772026-04-14T13:14:08.468Z Downloaded float-cmp v0.10.0
6782026-04-14T13:14:08.468Z Downloaded diesel_table_macro_syntax v0.3.0
6792026-04-14T13:14:08.468Z Downloaded dropshot-api-manager-types v0.6.0
6802026-04-14T13:14:08.468Z Downloaded foreign-types v0.3.2
6812026-04-14T13:14:08.468Z Downloaded foreign-types-macros v0.2.3
6822026-04-14T13:14:08.469Z Downloaded foreign-types v0.5.0
6832026-04-14T13:14:08.469Z Downloaded foreign-types-shared v0.3.1
6842026-04-14T13:14:08.469Z Downloaded const_format_proc_macros v0.2.34
6852026-04-14T13:14:08.469Z Downloaded base64ct v1.8.3
6862026-04-14T13:14:08.469Z Downloaded dyn-clone v1.0.20
6872026-04-14T13:14:08.469Z Downloaded cobs v0.3.0
6882026-04-14T13:14:08.475Z Downloaded bitflags v1.3.2
6892026-04-14T13:14:08.475Z Downloaded embedded-io v0.6.1
6902026-04-14T13:14:08.475Z Downloaded futures-core v0.3.32
6912026-04-14T13:14:08.475Z Downloaded fixedbitset v0.4.2
6922026-04-14T13:14:08.475Z Downloaded convert_case v0.10.0
6932026-04-14T13:14:08.475Z Downloaded bitfield v0.19.4
6942026-04-14T13:14:08.483Z Downloaded cmake v0.1.57
6952026-04-14T13:14:08.483Z Downloaded cbc v0.1.2
6962026-04-14T13:14:08.483Z Downloaded futures-sink v0.3.32
6972026-04-14T13:14:08.483Z Downloaded funty v2.0.0
6982026-04-14T13:14:08.483Z Downloaded futures-io v0.3.32
6992026-04-14T13:14:08.483Z Downloaded async-bb8-diesel v0.2.1
7002026-04-14T13:14:08.483Z Downloaded fxhash v0.2.1
7012026-04-14T13:14:08.493Z Downloaded git-stub v1.0.0
7022026-04-14T13:14:08.493Z Downloaded buf-list v1.1.2
7032026-04-14T13:14:08.494Z Downloaded cookie v0.18.1
7042026-04-14T13:14:08.494Z Downloaded hash32 v0.3.1
7052026-04-14T13:14:08.494Z Downloaded futures-task v0.3.32
7062026-04-14T13:14:08.506Z Downloaded gethostname v0.5.0
7072026-04-14T13:14:08.506Z Downloaded csv-core v0.1.13
7082026-04-14T13:14:08.506Z Downloaded darling v0.21.3
7092026-04-14T13:14:08.506Z Downloaded globwalk v0.9.1
7102026-04-14T13:14:08.506Z Downloaded enum-as-inner v0.6.1
7112026-04-14T13:14:08.506Z Downloaded hash32 v0.2.1
7122026-04-14T13:14:08.506Z Downloaded daft-derive v0.1.5
7132026-04-14T13:14:08.514Z Downloaded fixedbitset v0.5.7
7142026-04-14T13:14:08.514Z Downloaded ena v0.14.4
7152026-04-14T13:14:08.514Z Downloaded hex-literal v0.4.1
7162026-04-14T13:14:08.514Z Downloaded fallible-iterator v0.2.0
7172026-04-14T13:14:08.514Z Downloaded constant_time_eq v0.4.2
7182026-04-14T13:14:08.515Z Downloaded chacha20 v0.9.1
7192026-04-14T13:14:08.515Z Downloaded cexpr v0.6.0
7202026-04-14T13:14:08.515Z Downloaded foldhash v0.1.5
7212026-04-14T13:14:08.515Z Downloaded ed25519 v2.2.3
7222026-04-14T13:14:08.515Z Downloaded hex v0.4.3
7232026-04-14T13:14:08.515Z Downloaded headers-core v0.3.0
7242026-04-14T13:14:08.520Z Downloaded cassowary v0.3.0
7252026-04-14T13:14:08.520Z Downloaded cargo-platform v0.1.9
7262026-04-14T13:14:08.520Z Downloaded derive_builder_core v0.20.2
7272026-04-14T13:14:08.520Z Downloaded cipher v0.4.4
7282026-04-14T13:14:08.520Z Downloaded byte-wrapper v0.1.0
7292026-04-14T13:14:08.520Z Downloaded http-body v1.0.1
7302026-04-14T13:14:08.521Z Downloaded hostname v0.4.2
7312026-04-14T13:14:08.521Z Downloaded compression-codecs v0.4.37
7322026-04-14T13:14:08.527Z Downloaded hubpack_derive v0.1.1
7332026-04-14T13:14:08.527Z Downloaded hubpack v0.1.2
7342026-04-14T13:14:08.527Z Downloaded http-range v0.1.5
7352026-04-14T13:14:08.527Z Downloaded bit-set v0.5.3
7362026-04-14T13:14:08.527Z Downloaded der_derive v0.7.3
7372026-04-14T13:14:08.527Z Downloaded defmt-parser v1.0.0
7382026-04-14T13:14:08.531Z Downloaded ctr v0.9.2
7392026-04-14T13:14:08.531Z Downloaded crossbeam-epoch v0.9.18
7402026-04-14T13:14:08.531Z Downloaded hostname v0.3.1
7412026-04-14T13:14:08.532Z Downloaded document-features v0.2.12
7422026-04-14T13:14:08.532Z Downloaded home v0.5.12
7432026-04-14T13:14:08.540Z Downloaded flagset v0.4.7
7442026-04-14T13:14:08.540Z Downloaded ecdsa v0.16.9
7452026-04-14T13:14:08.540Z Downloaded diesel-dtrace v0.5.0
7462026-04-14T13:14:08.540Z Downloaded env_logger v0.11.9
7472026-04-14T13:14:08.545Z Downloaded fs_extra v1.3.0
7482026-04-14T13:14:08.545Z Downloaded deranged v0.5.8
7492026-04-14T13:14:08.545Z Downloaded cookie_store v0.22.1
7502026-04-14T13:14:08.545Z Downloaded find-msvc-tools v0.1.9
7512026-04-14T13:14:08.545Z Downloaded either v1.15.0
7522026-04-14T13:14:08.545Z Downloaded httpdate v1.0.3
7532026-04-14T13:14:08.554Z Downloaded futures-executor v0.3.32
7542026-04-14T13:14:08.554Z Downloaded derive-ex v0.1.8
7552026-04-14T13:14:08.554Z Downloaded backon v1.6.0
7562026-04-14T13:14:08.555Z Downloaded defmt v1.0.1
7572026-04-14T13:14:08.561Z Downloaded futures-macro v0.3.32
7582026-04-14T13:14:08.561Z Downloaded console v0.15.11
7592026-04-14T13:14:08.562Z Downloaded git-stub-vcs v0.1.0
7602026-04-14T13:14:08.562Z Downloaded hyper-tls v0.6.0
7612026-04-14T13:14:08.562Z Downloaded indent_write v2.2.0
7622026-04-14T13:14:08.562Z Downloaded indoc v1.0.9
7632026-04-14T13:14:08.562Z Downloaded ident_case v1.0.1
7642026-04-14T13:14:08.567Z Downloaded clang-sys v1.8.1
7652026-04-14T13:14:08.567Z Downloaded group v0.13.0
7662026-04-14T13:14:08.567Z Downloaded defmt-macros v1.0.1
7672026-04-14T13:14:08.567Z Downloaded glob v0.3.3
7682026-04-14T13:14:08.567Z Downloaded ghash v0.5.1
7692026-04-14T13:14:08.567Z Downloaded globset v0.4.18
7702026-04-14T13:14:08.572Z Downloaded drift v0.1.3
7712026-04-14T13:14:08.572Z Downloaded darling_core v0.21.3
7722026-04-14T13:14:08.577Z Downloaded instability v0.3.11
7732026-04-14T13:14:08.577Z Downloaded inout v0.1.4
7742026-04-14T13:14:08.577Z Downloaded instant v0.1.13
7752026-04-14T13:14:08.581Z Downloaded crypto-bigint v0.5.5
7762026-04-14T13:14:08.581Z Downloaded is_ci v1.2.0
7772026-04-14T13:14:08.585Z Downloaded is-terminal v0.4.17
7782026-04-14T13:14:08.585Z Downloaded http-body-util v0.1.3
7792026-04-14T13:14:08.585Z Downloaded darling_core v0.20.11
7802026-04-14T13:14:08.590Z Downloaded lazy_static v1.5.0
7812026-04-14T13:14:08.590Z Downloaded kstat-rs v0.2.4
7822026-04-14T13:14:08.590Z Downloaded linked-hash-map v0.5.6
7832026-04-14T13:14:08.590Z Downloaded libscf-sys v1.1.0
7842026-04-14T13:14:08.594Z Downloaded lalrpop-util v0.19.12
7852026-04-14T13:14:08.595Z Downloaded corncobs v0.1.4
7862026-04-14T13:14:08.595Z Downloaded colored v2.2.0
7872026-04-14T13:14:08.595Z Downloaded lru-cache v0.1.2
7882026-04-14T13:14:08.600Z Downloaded lru v0.12.5
7892026-04-14T13:14:08.600Z Downloaded const-oid v0.9.6
7902026-04-14T13:14:08.600Z Downloaded console v0.16.2
7912026-04-14T13:14:08.601Z Downloaded ciborium v0.2.2
7922026-04-14T13:14:08.601Z Downloaded humantime v2.3.0
7932026-04-14T13:14:08.606Z Downloaded derive-where v1.6.0
7942026-04-14T13:14:08.606Z Downloaded highway v1.3.0
7952026-04-14T13:14:08.606Z Downloaded erased-serde v0.3.31
7962026-04-14T13:14:08.606Z Downloaded darling v0.20.11
7972026-04-14T13:14:08.613Z Downloaded diff v0.1.13
7982026-04-14T13:14:08.614Z Downloaded fs-err v2.11.0
7992026-04-14T13:14:08.614Z Downloaded des v0.8.1
8002026-04-14T13:14:08.614Z Downloaded colored v3.1.1
8012026-04-14T13:14:08.623Z Downloaded bzip2 v0.4.4
8022026-04-14T13:14:08.624Z Downloaded cancel-safe-futures v0.1.5
8032026-04-14T13:14:08.624Z Downloaded futures-channel v0.3.32
8042026-04-14T13:14:08.630Z Downloaded half v1.8.3
8052026-04-14T13:14:08.630Z Downloaded maybe-uninit v2.0.0
8062026-04-14T13:14:08.630Z Downloaded lzss v0.8.2
8072026-04-14T13:14:08.630Z Downloaded hyper-staticfile v0.10.1
8082026-04-14T13:14:08.630Z Downloaded match_cfg v0.1.0
8092026-04-14T13:14:08.630Z Downloaded lru-slab v0.1.2
8102026-04-14T13:14:08.630Z Downloaded crc32fast v1.5.0
8112026-04-14T13:14:08.638Z Downloaded maplit v1.0.2
8122026-04-14T13:14:08.638Z Downloaded managed v0.8.0
8132026-04-14T13:14:08.639Z Downloaded mime v0.3.17
8142026-04-14T13:14:08.639Z Downloaded md-5 v0.10.6
8152026-04-14T13:14:08.646Z Downloaded memoffset v0.9.1
8162026-04-14T13:14:08.646Z Downloaded ingot v0.1.1
8172026-04-14T13:14:08.646Z Downloaded new_debug_unreachable v1.0.6
8182026-04-14T13:14:08.646Z Downloaded getrandom v0.2.17
8192026-04-14T13:14:08.646Z Downloaded impl-trait-for-tuples v0.2.3
8202026-04-14T13:14:08.646Z Downloaded multimap v0.10.1
8212026-04-14T13:14:08.646Z Downloaded nibble_vec v0.1.0
8222026-04-14T13:14:08.646Z Downloaded newtype_derive v0.1.6
8232026-04-14T13:14:08.652Z Downloaded newline-converter v0.3.0
8242026-04-14T13:14:08.653Z Downloaded ingot-types v0.1.2
8252026-04-14T13:14:08.653Z Downloaded internet-checksum v0.2.1
8262026-04-14T13:14:08.653Z Downloaded ipnet v2.11.0
8272026-04-14T13:14:08.653Z Downloaded crossterm v0.28.1
8282026-04-14T13:14:08.658Z Downloaded newtype-uuid-macros v0.1.0
8292026-04-14T13:14:08.658Z Downloaded indoc v2.0.7
8302026-04-14T13:14:08.658Z Downloaded num v0.4.3
8312026-04-14T13:14:08.658Z Downloaded num-conv v0.2.0
8322026-04-14T13:14:08.658Z Downloaded nodrop v0.1.14
8332026-04-14T13:14:08.659Z Downloaded httparse v1.10.1
8342026-04-14T13:14:08.667Z Downloaded keccak v0.1.6
8352026-04-14T13:14:08.667Z Downloaded num-derive v0.3.3
8362026-04-14T13:14:08.667Z Downloaded libsw v3.5.0
8372026-04-14T13:14:08.667Z Downloaded libloading v0.8.9
8382026-04-14T13:14:08.667Z Downloaded blake2 v0.10.6
8392026-04-14T13:14:08.673Z Downloaded ipnetwork v0.21.1
8402026-04-14T13:14:08.673Z Downloaded nonempty v0.12.0
8412026-04-14T13:14:08.673Z Downloaded num-derive v0.4.2
8422026-04-14T13:14:08.674Z Downloaded hmac v0.12.1
8432026-04-14T13:14:08.674Z Downloaded crc-any v2.5.0
8442026-04-14T13:14:08.674Z Downloaded num_enum_derive v0.5.11
8452026-04-14T13:14:08.674Z Downloaded chacha20 v0.10.0
8462026-04-14T13:14:08.680Z Downloaded allocator-api2 v0.2.21
8472026-04-14T13:14:08.680Z Downloaded olpc-cjson v0.1.4
8482026-04-14T13:14:08.680Z Downloaded lock_api v0.4.14
8492026-04-14T13:14:08.680Z Downloaded ahash v0.8.12
8502026-04-14T13:14:08.680Z Downloaded num_threads v0.1.7
8512026-04-14T13:14:08.680Z Downloaded dropshot_endpoint v0.16.7
8522026-04-14T13:14:08.686Z Downloaded num-iter v0.1.45
8532026-04-14T13:14:08.686Z Downloaded libefi-sys v0.1.0
8542026-04-14T13:14:08.686Z Downloaded bzip2 v0.6.1
8552026-04-14T13:14:08.686Z Downloaded jobserver v0.1.34
8562026-04-14T13:14:08.686Z Downloaded md5 v0.7.0
8572026-04-14T13:14:08.690Z Downloaded libsw-core v0.3.2
8582026-04-14T13:14:08.690Z Downloaded fatfs v0.3.6
8592026-04-14T13:14:08.690Z Downloaded dropshot_endpoint v0.17.0
8602026-04-14T13:14:08.695Z Downloaded openssl-probe v0.2.1
8612026-04-14T13:14:08.695Z Downloaded openssl-probe v0.1.6
8622026-04-14T13:14:08.695Z Downloaded opaque-debug v0.3.1
8632026-04-14T13:14:08.695Z Downloaded openssl-macros v0.1.1
8642026-04-14T13:14:08.700Z Downloaded chacha20poly1305 v0.10.1
8652026-04-14T13:14:08.700Z Downloaded crossbeam-channel v0.5.15
8662026-04-14T13:14:08.700Z Downloaded hyper-rustls v0.27.7
8672026-04-14T13:14:08.704Z Downloaded base64 v0.22.1
8682026-04-14T13:14:08.704Z Downloaded base64 v0.21.7
8692026-04-14T13:14:08.708Z Downloaded oso-derive v0.27.3
8702026-04-14T13:14:08.709Z Downloaded mime_guess v2.0.5
8712026-04-14T13:14:08.709Z Downloaded parse-size v1.1.0
8722026-04-14T13:14:08.709Z Downloaded packed_struct_codegen v0.10.1
8732026-04-14T13:14:08.713Z Downloaded ingot-macros v0.1.1
8742026-04-14T13:14:08.717Z Downloaded getrandom v0.4.1
8752026-04-14T13:14:08.717Z Downloaded native-tls v0.2.18
8762026-04-14T13:14:08.717Z Downloaded nanorand v0.7.0
8772026-04-14T13:14:08.724Z Downloaded multer v3.1.0
8782026-04-14T13:14:08.724Z Downloaded normalize-line-endings v0.3.0
8792026-04-14T13:14:08.724Z Downloaded parse-display v0.10.0
8802026-04-14T13:14:08.731Z Downloaded pbkdf2 v0.12.2
8812026-04-14T13:14:08.731Z Downloaded newtype-uuid v1.3.2
8822026-04-14T13:14:08.731Z Downloaded pbkdf2 v0.11.0
8832026-04-14T13:14:08.731Z Downloaded peg-runtime v0.8.5
8842026-04-14T13:14:08.731Z Downloaded path-slash v0.1.5
8852026-04-14T13:14:08.737Z Downloaded nu-ansi-term v0.50.3
8862026-04-14T13:14:08.746Z Downloaded num_enum_derive v0.7.5
8872026-04-14T13:14:08.753Z Downloaded phf_shared v0.11.3
8882026-04-14T13:14:08.753Z Downloaded num_enum v0.7.5
8892026-04-14T13:14:08.759Z Downloaded num_enum v0.5.11
8902026-04-14T13:14:08.759Z Downloaded phf_shared v0.12.1
8912026-04-14T13:14:08.759Z Downloaded pin-utils v0.1.0
8922026-04-14T13:14:08.759Z Downloaded litrs v1.0.0
8932026-04-14T13:14:08.765Z Downloaded der v0.7.10
8942026-04-14T13:14:08.765Z Downloaded futures v0.3.32
8952026-04-14T13:14:08.765Z Downloaded powerfmt v0.2.0
8962026-04-14T13:14:08.772Z Downloaded flume v0.11.1
8972026-04-14T13:14:08.773Z Downloaded ar_archive_writer v0.5.1
8982026-04-14T13:14:08.773Z Downloaded num-rational v0.4.2
8992026-04-14T13:14:08.778Z Downloaded owo-colors v4.3.0
9002026-04-14T13:14:08.778Z Downloaded indexmap v1.9.3
9012026-04-14T13:14:08.778Z Downloaded ignore v0.4.25
9022026-04-14T13:14:08.778Z Downloaded bumpalo v3.20.2
9032026-04-14T13:14:08.778Z Downloaded async-compression v0.4.41
9042026-04-14T13:14:08.785Z Downloaded proc-macro-error-attr2 v2.0.0
9052026-04-14T13:14:08.785Z Downloaded predicates-tree v1.0.13
9062026-04-14T13:14:08.785Z Downloaded predicates-core v1.0.10
9072026-04-14T13:14:08.785Z Downloaded precomputed-hash v0.1.1
9082026-04-14T13:14:08.785Z Downloaded num-integer v0.1.46
9092026-04-14T13:14:08.785Z Downloaded num-complex v0.4.6
9102026-04-14T13:14:08.791Z Downloaded memmap2 v0.9.10
9112026-04-14T13:14:08.791Z Downloaded packed_struct v0.10.1
9122026-04-14T13:14:08.791Z Downloaded oxnet v0.1.4
9132026-04-14T13:14:08.791Z Downloaded headers v0.4.1
9142026-04-14T13:14:08.795Z Downloaded aes-gcm v0.10.3
9152026-04-14T13:14:08.795Z Downloaded proc-macro-crate v3.4.0
9162026-04-14T13:14:08.795Z Downloaded crossterm v0.29.0
9172026-04-14T13:14:08.804Z Downloaded proc-macro-crate v1.3.1
9182026-04-14T13:14:08.804Z Downloaded password-hash v0.5.0
9192026-04-14T13:14:08.815Z Downloaded progenitor-macro v0.10.0
9202026-04-14T13:14:08.815Z Downloaded quick-error v1.2.3
9212026-04-14T13:14:08.815Z Downloaded psl-types v2.0.11
9222026-04-14T13:14:08.815Z Downloaded progenitor-client v0.11.2
9232026-04-14T13:14:08.815Z Downloaded progenitor-client v0.10.0
9242026-04-14T13:14:08.815Z Downloaded parse-display-derive v0.10.0
9252026-04-14T13:14:08.815Z Downloaded paste v1.0.15
9262026-04-14T13:14:08.815Z Downloaded half v2.7.1
9272026-04-14T13:14:08.815Z Downloaded peg v0.8.5
9282026-04-14T13:14:08.835Z Downloaded cc v1.2.56
9292026-04-14T13:14:08.835Z Downloaded libbz2-rs-sys v0.2.2
9302026-04-14T13:14:08.835Z Downloaded linear-map v1.2.0
9312026-04-14T13:14:08.835Z Downloaded progenitor-macro v0.11.2
9322026-04-14T13:14:08.835Z Downloaded phf_shared v0.13.1
9332026-04-14T13:14:08.835Z Downloaded peg-macros v0.8.5
9342026-04-14T13:14:08.835Z Downloaded phf v0.13.1
9352026-04-14T13:14:08.835Z Downloaded phf v0.12.1
9362026-04-14T13:14:08.835Z Downloaded pem-rfc7468 v0.7.0
9372026-04-14T13:14:08.847Z Downloaded pin-project-internal v1.1.11
9382026-04-14T13:14:08.847Z Downloaded pem v3.0.6
9392026-04-14T13:14:08.847Z Downloaded pkg-config v0.3.32
9402026-04-14T13:14:08.847Z Downloaded pkcs8 v0.10.2
9412026-04-14T13:14:08.847Z Downloaded const_format v0.2.35
9422026-04-14T13:14:08.847Z Downloaded compact_str v0.8.1
9432026-04-14T13:14:08.847Z Downloaded bytes v1.11.1
9442026-04-14T13:14:08.847Z Downloaded postgres-protocol v0.6.10
9452026-04-14T13:14:08.848Z Downloaded flate2 v1.1.9
9462026-04-14T13:14:08.848Z Downloaded rand_chacha v0.3.1
9472026-04-14T13:14:08.848Z Downloaded pin-project-lite v0.2.17
9482026-04-14T13:14:08.854Z Downloaded omicron-zone-package v0.12.2
9492026-04-14T13:14:08.854Z Downloaded oxide-tokio-rt v0.1.3
9502026-04-14T13:14:08.854Z Downloaded poly1305 v0.8.0
9512026-04-14T13:14:08.854Z Downloaded rand_xorshift v0.4.0
9522026-04-14T13:14:08.854Z Downloaded predicates v3.1.4
9532026-04-14T13:14:08.854Z Downloaded primeorder v0.13.6
9542026-04-14T13:14:08.854Z Downloaded ppv-lite86 v0.2.21
9552026-04-14T13:14:08.854Z Downloaded polyval v0.6.2
9562026-04-14T13:14:08.854Z Downloaded dropshot-api-manager v0.6.0
9572026-04-14T13:14:08.865Z Downloaded ref-cast-impl v1.0.25
9582026-04-14T13:14:08.865Z Downloaded ref-cast v1.0.25
9592026-04-14T13:14:08.865Z Downloaded recursive-proc-macro-impl v0.1.1
9602026-04-14T13:14:08.866Z Downloaded recursive v0.1.1
9612026-04-14T13:14:08.866Z Downloaded parking_lot v0.12.5
9622026-04-14T13:14:08.866Z Downloaded iana-time-zone v0.1.65
9632026-04-14T13:14:08.871Z Downloaded parking_lot_core v0.8.6
9642026-04-14T13:14:08.871Z Downloaded parking_lot_core v0.9.12
9652026-04-14T13:14:08.871Z Downloaded elliptic-curve v0.13.8
9662026-04-14T13:14:08.871Z Downloaded indicatif v0.18.4
9672026-04-14T13:14:08.871Z Downloaded progenitor v0.10.0
9682026-04-14T13:14:08.871Z Downloaded heapless v0.8.0
9692026-04-14T13:14:08.876Z Downloaded rfc6979 v0.4.0
9702026-04-14T13:14:08.876Z Downloaded progenitor-macro v0.13.0
9712026-04-14T13:14:08.876Z Downloaded password-hash v0.4.2
9722026-04-14T13:14:08.876Z Downloaded parking_lot v0.11.2
9732026-04-14T13:14:08.876Z Downloaded rustc-hash v2.1.1
9742026-04-14T13:14:08.880Z Downloaded rtoolbox v0.0.3
9752026-04-14T13:14:08.881Z Downloaded progenitor-extras v0.1.1
9762026-04-14T13:14:08.881Z Downloaded progenitor-client v0.13.0
9772026-04-14T13:14:08.884Z Downloaded rustc_version v0.1.7
9782026-04-14T13:14:08.884Z Downloaded hickory-resolver v0.24.4
9792026-04-14T13:14:08.890Z Downloaded hickory-resolver v0.25.2
9802026-04-14T13:14:08.893Z Downloaded psm v0.1.30
9812026-04-14T13:14:08.893Z Downloaded r2d2 v0.8.10
9822026-04-14T13:14:08.898Z Downloaded rustc_version v0.4.1
9832026-04-14T13:14:08.898Z Downloaded rand_core v0.6.4
9842026-04-14T13:14:08.898Z Downloaded radium v0.7.0
9852026-04-14T13:14:08.903Z Downloaded russh-cryptovec v0.7.3
9862026-04-14T13:14:08.911Z Downloaded rand_chacha v0.9.0
9872026-04-14T13:14:08.915Z Downloaded postcard v1.1.3
9882026-04-14T13:14:08.915Z Downloaded expectorate v1.2.0
9892026-04-14T13:14:08.915Z Downloaded rand_core v0.10.0
9902026-04-14T13:14:08.925Z Downloaded derive_more-impl v2.1.1
9912026-04-14T13:14:08.925Z Downloaded ed25519-dalek v2.2.0
9922026-04-14T13:14:08.930Z Downloaded derive_more v2.1.1
9932026-04-14T13:14:08.930Z Downloaded sapling-renderdag v0.1.0
9942026-04-14T13:14:08.930Z Downloaded same-file v1.0.6
9952026-04-14T13:14:08.930Z Downloaded salsa20 v0.10.2
9962026-04-14T13:14:08.933Z Downloaded rand_seeder v0.4.0
9972026-04-14T13:14:08.934Z Downloaded scheduled-thread-pool v0.2.7
9982026-04-14T13:14:08.934Z Downloaded rand_core v0.9.5
9992026-04-14T13:14:08.934Z Downloaded miniz_oxide v0.8.9
10002026-04-14T13:14:08.938Z Downloaded proc-macro-error2 v2.0.1
10012026-04-14T13:14:08.938Z Downloaded p256 v0.13.2
10022026-04-14T13:14:08.945Z Downloaded postgres-types v0.2.12
10032026-04-14T13:14:08.945Z Downloaded hashbrown v0.13.2
10042026-04-14T13:14:08.945Z Downloaded progenitor v0.11.2
10052026-04-14T13:14:08.952Z Downloaded pkcs5 v0.7.1
10062026-04-14T13:14:08.952Z Downloaded pkcs1 v0.7.5
10072026-04-14T13:14:08.952Z Downloaded scopeguard v1.2.0
10082026-04-14T13:14:08.952Z Downloaded secrecy v0.10.3
10092026-04-14T13:14:08.956Z Downloaded semver v0.1.20
10102026-04-14T13:14:08.957Z Downloaded scroll_derive v0.13.1
10112026-04-14T13:14:08.957Z Downloaded progenitor v0.13.0
10122026-04-14T13:14:08.957Z Downloaded resolv-conf v0.7.6
10132026-04-14T13:14:08.957Z Downloaded heapless v0.7.17
10142026-04-14T13:14:08.960Z Downloaded serde-big-array v0.5.1
10152026-04-14T13:14:08.960Z Downloaded jiff-static v0.2.21
10162026-04-14T13:14:08.967Z Downloaded serde_bytes v0.11.19
10172026-04-14T13:14:08.967Z Downloaded seq-macro v0.3.6
10182026-04-14T13:14:09.003Z Downloaded serde_urlencoded v0.7.1
10192026-04-14T13:14:09.003Z Downloaded shell-words v1.1.1
10202026-04-14T13:14:09.003Z Downloaded sha1 v0.10.6
10212026-04-14T13:14:09.003Z Downloaded serde_spanned v1.0.4
10222026-04-14T13:14:09.003Z Downloaded serde_plain v1.0.2
10232026-04-14T13:14:09.005Z Downloaded quinn-udp v0.5.14
10242026-04-14T13:14:09.025Z Downloaded rusty-fork v0.3.1
10252026-04-14T13:14:09.025Z Downloaded http v1.4.0
10262026-04-14T13:14:09.025Z Downloaded diesel_derives v2.3.7
10272026-04-14T13:14:09.025Z Downloaded slog-bunyan v2.5.0
10282026-04-14T13:14:09.025Z Downloaded siphasher v1.0.2
10292026-04-14T13:14:09.025Z Downloaded sec1 v0.7.3
10302026-04-14T13:14:09.025Z Downloaded minimal-lexical v0.2.1
10312026-04-14T13:14:09.025Z Downloaded prefix-trie v0.7.0
10322026-04-14T13:14:09.025Z Downloaded sigpipe v0.1.3
10332026-04-14T13:14:09.025Z Downloaded signature v2.2.0
10342026-04-14T13:14:09.025Z Downloaded signal-hook-tokio v0.3.1
10352026-04-14T13:14:09.025Z Downloaded scrypt v0.11.0
10362026-04-14T13:14:09.025Z Downloaded sct v0.7.1
10372026-04-14T13:14:09.041Z Downloaded schemars_derive v0.8.22
10382026-04-14T13:14:09.042Z Downloaded rustls-pemfile v2.2.0
10392026-04-14T13:14:09.042Z Downloaded rustls-native-certs v0.8.3
10402026-04-14T13:14:09.042Z Downloaded scroll v0.13.0
10412026-04-14T13:14:09.042Z Downloaded blake3 v1.8.3
10422026-04-14T13:14:09.057Z Downloaded progenitor-impl v0.11.2
10432026-04-14T13:14:09.057Z Downloaded serde-hex v0.1.0
10442026-04-14T13:14:09.057Z Downloaded secrecy v0.8.0
10452026-04-14T13:14:09.058Z Downloaded progenitor-impl v0.10.0
10462026-04-14T13:14:09.058Z Downloaded papergrid v0.17.0
10472026-04-14T13:14:09.058Z Downloaded oso v0.27.3
10482026-04-14T13:14:09.058Z Downloaded hickory-server v0.25.2
10492026-04-14T13:14:09.058Z Downloaded hashbrown v0.12.3
10502026-04-14T13:14:09.058Z Downloaded russh-keys v0.45.0
10512026-04-14T13:14:09.062Z Downloaded shlex v1.3.0
10522026-04-14T13:14:09.062Z Downloaded signal-hook-mio v0.2.5
10532026-04-14T13:14:09.062Z Downloaded serde_path_to_error v0.1.20
10542026-04-14T13:14:09.062Z Downloaded serde_derive_internals v0.29.1
10552026-04-14T13:14:09.062Z Downloaded sqlparser_derive v0.5.0
10562026-04-14T13:14:09.062Z Downloaded strum v0.27.2
10572026-04-14T13:14:09.062Z Downloaded strum v0.26.3
10582026-04-14T13:14:09.062Z Downloaded structmeta-derive v0.3.0
10592026-04-14T13:14:09.062Z Downloaded structmeta v0.3.0
10602026-04-14T13:14:09.068Z Downloaded rustls-pemfile v1.0.4
10612026-04-14T13:14:09.074Z Downloaded rustls-pki-types v1.14.0
10622026-04-14T13:14:09.074Z Downloaded aes v0.8.4
10632026-04-14T13:14:09.074Z Downloaded pin-project v1.1.11
10642026-04-14T13:14:09.078Z Downloaded ssh-encoding v0.2.0
10652026-04-14T13:14:09.087Z Downloaded ssh-cipher v0.2.0
10662026-04-14T13:14:09.087Z Downloaded rustversion v1.0.22
10672026-04-14T13:14:09.087Z Downloaded slab v0.4.12
10682026-04-14T13:14:09.087Z Downloaded signal-hook-registry v1.4.8
10692026-04-14T13:14:09.113Z Downloaded take_mut v0.2.2
10702026-04-14T13:14:09.114Z Downloaded tagptr v0.2.0
10712026-04-14T13:14:09.114Z Downloaded openssl-sys v0.9.111
10722026-04-14T13:14:09.114Z Downloaded hyper-util v0.1.20
10732026-04-14T13:14:09.114Z Downloaded rcgen v0.12.1
10742026-04-14T13:14:09.114Z Downloaded strip-ansi-escapes v0.2.1
10752026-04-14T13:14:09.114Z Downloaded sync-ptr v0.1.4
10762026-04-14T13:14:09.114Z Downloaded slog-stdlog v4.1.1
10772026-04-14T13:14:09.115Z Downloaded slog-async v2.8.0
10782026-04-14T13:14:09.115Z Downloaded subtle v2.6.1
10792026-04-14T13:14:09.115Z Downloaded tabwriter v1.4.1
10802026-04-14T13:14:09.115Z Downloaded progenitor-impl v0.13.0
10812026-04-14T13:14:09.125Z Downloaded prettyplease v0.2.37
10822026-04-14T13:14:09.126Z Downloaded pretty_assertions v1.4.1
10832026-04-14T13:14:09.126Z Downloaded smallvec v0.6.14
10842026-04-14T13:14:09.126Z Downloaded slog-scope v4.4.1
10852026-04-14T13:14:09.126Z Downloaded thread-id v5.1.0
10862026-04-14T13:14:09.126Z Downloaded termtree v0.5.1
10872026-04-14T13:14:09.126Z Downloaded slog-json v2.6.1
10882026-04-14T13:14:09.126Z Downloaded slog-envlogger v2.2.0
10892026-04-14T13:14:09.126Z Downloaded sync_wrapper v1.0.2
10902026-04-14T13:14:09.126Z Downloaded supports-color v3.0.2
10912026-04-14T13:14:09.126Z Downloaded slog-dtrace v0.3.0
10922026-04-14T13:14:09.126Z Downloaded smf v0.2.3
10932026-04-14T13:14:09.126Z Downloaded ron v0.8.1
10942026-04-14T13:14:09.148Z Downloaded serde_with_macros v3.17.0
10952026-04-14T13:14:09.149Z Downloaded serde_repr v0.1.20
10962026-04-14T13:14:09.149Z Downloaded serde_cbor v0.11.2
10972026-04-14T13:14:09.149Z Downloaded testing_table v0.3.0
10982026-04-14T13:14:09.149Z Downloaded tap v1.0.1
10992026-04-14T13:14:09.149Z Downloaded string_cache v0.8.9
11002026-04-14T13:14:09.149Z Downloaded sqlformat v0.3.5
11012026-04-14T13:14:09.149Z Downloaded strum_macros v0.26.4
11022026-04-14T13:14:09.156Z Downloaded strum_macros v0.24.3
11032026-04-14T13:14:09.156Z Downloaded tabled_derive v0.11.0
11042026-04-14T13:14:09.156Z Downloaded simd-adler32 v0.3.8
11052026-04-14T13:14:09.156Z Downloaded rustls-platform-verifier v0.6.2
11062026-04-14T13:14:09.159Z Downloaded spki v0.7.3
11072026-04-14T13:14:09.159Z Downloaded snafu-derive v0.8.9
11082026-04-14T13:14:09.159Z Downloaded rayon-core v1.13.0
11092026-04-14T13:14:09.159Z Downloaded tinyvec_macros v0.1.1
11102026-04-14T13:14:09.160Z Downloaded time-core v0.1.8
11112026-04-14T13:14:09.166Z Downloaded static_assertions v1.1.0
11122026-04-14T13:14:09.166Z Downloaded slog-term v2.9.2
11132026-04-14T13:14:09.176Z Downloaded schemars v0.8.22
11142026-04-14T13:14:09.183Z Downloaded itertools v0.10.5
11152026-04-14T13:14:09.183Z Downloaded stringprep v0.1.5
11162026-04-14T13:14:09.183Z Downloaded ryu v1.0.23
11172026-04-14T13:14:09.183Z Downloaded mio v1.1.1
11182026-04-14T13:14:09.188Z Downloaded hashbrown v0.15.5
11192026-04-14T13:14:09.188Z Downloaded strum_macros v0.27.2
11202026-04-14T13:14:09.188Z Downloaded termios v0.3.3
11212026-04-14T13:14:09.193Z Downloaded support-bundle-viewer v0.1.2
11222026-04-14T13:14:09.199Z Downloaded quinn v0.11.9
11232026-04-14T13:14:09.199Z Downloaded signal-hook v0.3.18
11242026-04-14T13:14:09.208Z Downloaded tiny-keccak v2.0.2
11252026-04-14T13:14:09.208Z Downloaded thiserror-no-std v2.0.2
11262026-04-14T13:14:09.212Z Downloaded serde_yaml v0.9.34+deprecated
11272026-04-14T13:14:09.212Z Downloaded trait-variant v0.1.2
11282026-04-14T13:14:09.212Z Downloaded tower-layer v0.3.3
11292026-04-14T13:14:09.212Z Downloaded topological-sort v0.2.2
11302026-04-14T13:14:09.212Z Downloaded try-lock v0.2.5
11312026-04-14T13:14:09.212Z Downloaded tower-service v0.3.3
11322026-04-14T13:14:09.212Z Downloaded tls_codec_derive v0.4.2
11332026-04-14T13:14:09.212Z Downloaded thiserror-impl-no-std v2.0.2
11342026-04-14T13:14:09.218Z Downloaded tls_codec v0.4.2
11352026-04-14T13:14:09.218Z Downloaded rand v0.8.5
11362026-04-14T13:14:09.222Z Downloaded qorb v0.4.1
11372026-04-14T13:14:09.226Z Downloaded num-bigint v0.4.6
11382026-04-14T13:14:09.230Z Downloaded tokio-dtrace v0.1.1
11392026-04-14T13:14:09.234Z Downloaded similar v2.7.0
11402026-04-14T13:14:09.234Z Downloaded unarray v0.1.4
11412026-04-14T13:14:09.238Z Downloaded typify-macro v0.6.1
11422026-04-14T13:14:09.238Z Downloaded thread_local v1.1.9
11432026-04-14T13:14:09.238Z Downloaded stacker v0.1.23
11442026-04-14T13:14:09.238Z Downloaded spin v0.9.8
11452026-04-14T13:14:09.245Z Downloaded typify-macro v0.4.3
11462026-04-14T13:14:09.246Z Downloaded libxml v0.3.3
11472026-04-14T13:14:09.250Z Downloaded untrusted v0.7.1
11482026-04-14T13:14:09.250Z Downloaded iri-string v0.7.10
11492026-04-14T13:14:09.254Z Downloaded tokio-tungstenite v0.23.1
11502026-04-14T13:14:09.254Z Downloaded tokio-tungstenite v0.21.0
11512026-04-14T13:14:09.258Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11522026-04-14T13:14:09.258Z Downloaded tokio-macros v2.6.0
11532026-04-14T13:14:09.258Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11542026-04-14T13:14:09.263Z Downloaded usdt-macro v0.6.0
11552026-04-14T13:14:09.263Z Downloaded utf-8 v0.7.6
11562026-04-14T13:14:09.263Z Downloaded untrusted v0.9.0
11572026-04-14T13:14:09.267Z Downloaded toml_writer v1.0.6+spec-1.1.0
11582026-04-14T13:14:09.267Z Downloaded schemars v0.9.0
11592026-04-14T13:14:09.276Z Downloaded unit-prefix v0.5.2
11602026-04-14T13:14:09.281Z Downloaded unicode-truncate v1.1.0
11612026-04-14T13:14:09.281Z Downloaded usdt-attr-macro v0.6.0
11622026-04-14T13:14:09.281Z Downloaded universal-hash v0.5.1
11632026-04-14T13:14:09.281Z Downloaded tokio-native-tls v0.3.1
11642026-04-14T13:14:09.281Z Downloaded slog v2.8.2
11652026-04-14T13:14:09.285Z Downloaded publicsuffix v2.3.0
11662026-04-14T13:14:09.285Z Downloaded rsa v0.9.10
11672026-04-14T13:14:09.289Z Downloaded waitgroup v0.1.2
11682026-04-14T13:14:09.289Z Downloaded term v1.2.1
11692026-04-14T13:14:09.289Z Downloaded rand v0.9.2
11702026-04-14T13:14:09.294Z Downloaded tui-tree-widget v0.23.1
11712026-04-14T13:14:09.294Z Downloaded void v1.0.2
11722026-04-14T13:14:09.294Z Downloaded wait-timeout v0.2.1
11732026-04-14T13:14:09.298Z Downloaded nom v7.1.3
11742026-04-14T13:14:09.298Z Downloaded term v0.7.0
11752026-04-14T13:14:09.302Z Downloaded itertools v0.13.0
11762026-04-14T13:14:09.306Z Downloaded socket2 v0.6.2
11772026-04-14T13:14:09.306Z Downloaded tokio-rustls v0.24.1
11782026-04-14T13:14:09.306Z Downloaded hyper v1.8.1
11792026-04-14T13:14:09.310Z Downloaded aho-corasick v1.1.4
11802026-04-14T13:14:09.313Z Downloaded usdt v0.6.0
11812026-04-14T13:14:09.318Z Downloaded aws-lc-rs v1.16.0
11822026-04-14T13:14:09.323Z Downloaded xattr v1.6.1
11832026-04-14T13:14:09.323Z Downloaded want v0.3.1
11842026-04-14T13:14:09.323Z Downloaded time-macros v0.2.27
11852026-04-14T13:14:09.328Z Downloaded zeroize_derive v1.4.3
11862026-04-14T13:14:09.328Z Downloaded socket2 v0.5.10
11872026-04-14T13:14:09.328Z Downloaded tokio-rustls v0.25.0
11882026-04-14T13:14:09.328Z Downloaded rustls-webpki v0.103.9
11892026-04-14T13:14:09.332Z Downloaded snafu v0.8.9
11902026-04-14T13:14:09.332Z Downloaded schemars v1.2.1
11912026-04-14T13:14:09.347Z Downloaded usdt-impl v0.6.0
11922026-04-14T13:14:09.358Z Downloaded unicase v2.9.0
11932026-04-14T13:14:09.358Z Downloaded toml_parser v1.0.9+spec-1.1.0
11942026-04-14T13:14:09.358Z Downloaded samael v0.0.19
11952026-04-14T13:14:09.359Z Downloaded futures-util v0.3.32
11962026-04-14T13:14:09.359Z Downloaded iddqd v0.3.17
11972026-04-14T13:14:09.365Z Downloaded xshell-macros v0.2.7
11982026-04-14T13:14:09.365Z Downloaded subprocess v0.2.15
11992026-04-14T13:14:09.365Z Downloaded hkdf v0.12.4
12002026-04-14T13:14:09.365Z Downloaded tinyvec v1.10.0
12012026-04-14T13:14:09.365Z Downloaded test-strategy v0.4.5
12022026-04-14T13:14:09.369Z Downloaded zone v0.3.1
12032026-04-14T13:14:09.369Z Downloaded walkdir v2.5.0
12042026-04-14T13:14:09.369Z Downloaded zone_cfg_derive v0.3.1
12052026-04-14T13:14:09.373Z Downloaded twox-hash v2.1.2
12062026-04-14T13:14:09.373Z Downloaded vsss-rs v3.3.4
12072026-04-14T13:14:09.373Z Downloaded uzers v0.12.2
12082026-04-14T13:14:09.373Z Downloaded tracing-attributes v0.1.31
12092026-04-14T13:14:09.377Z Downloaded vergen-lib v0.1.6
12102026-04-14T13:14:09.377Z Downloaded libm v0.2.16
12112026-04-14T13:14:09.383Z Downloaded itertools v0.12.1
12122026-04-14T13:14:09.387Z Downloaded num-bigint-dig v0.8.6
12132026-04-14T13:14:09.391Z Downloaded vergen-gitcl v1.0.8
12142026-04-14T13:14:09.391Z Downloaded rand v0.10.0
12152026-04-14T13:14:09.394Z Downloaded wyz v0.5.1
12162026-04-14T13:14:09.394Z Downloaded tokio-rustls v0.26.4
12172026-04-14T13:14:09.398Z Downloaded xshell v0.2.7
12182026-04-14T13:14:09.401Z Downloaded tokio-stream v0.1.18
12192026-04-14T13:14:09.401Z Downloaded zeroize v1.8.2
12202026-04-14T13:14:09.405Z Downloaded toml v1.0.6+spec-1.1.0
12212026-04-14T13:14:09.405Z Downloaded whoami v1.6.1
12222026-04-14T13:14:09.409Z Downloaded toml v0.7.8
12232026-04-14T13:14:09.415Z Downloaded unicode-properties v0.1.4
12242026-04-14T13:14:09.420Z Downloaded h2 v0.4.13
12252026-04-14T13:14:09.423Z Downloaded vergen-git2 v1.0.7
12262026-04-14T13:14:09.426Z Downloaded tracing-core v0.1.36
12272026-04-14T13:14:09.430Z Downloaded russh v0.45.0
12282026-04-14T13:14:09.440Z Downloaded tungstenite v0.23.0
12292026-04-14T13:14:09.444Z Downloaded vergen v9.0.6
12302026-04-14T13:14:09.448Z Downloaded whoami v2.1.0
12312026-04-14T13:14:09.448Z Downloaded zstd-safe v7.2.4
12322026-04-14T13:14:09.448Z Downloaded itertools v0.14.0
12332026-04-14T13:14:09.455Z Downloaded rustyline v14.0.0
12342026-04-14T13:14:09.461Z Downloaded toml_edit v0.23.10+spec-1.0.0
12352026-04-14T13:14:09.467Z Downloaded zerocopy v0.6.6
12362026-04-14T13:14:09.467Z Downloaded yasna v0.5.2
12372026-04-14T13:14:09.467Z Downloaded toml v0.9.12+spec-1.1.0
12382026-04-14T13:14:09.470Z Downloaded tungstenite v0.21.0
12392026-04-14T13:14:09.470Z Downloaded rpassword v7.4.0
12402026-04-14T13:14:09.470Z Downloaded bitvec v1.0.1
12412026-04-14T13:14:09.479Z Downloaded typify v0.6.1
12422026-04-14T13:14:09.482Z Downloaded vte v0.14.1
12432026-04-14T13:14:09.482Z Downloaded typify v0.4.3
12442026-04-14T13:14:09.485Z Downloaded p521 v0.13.3
12452026-04-14T13:14:09.488Z Downloaded unsafe-libyaml v0.2.11
12462026-04-14T13:14:09.488Z Downloaded tokio-postgres v0.7.16
12472026-04-14T13:14:09.498Z Downloaded reedline v0.40.0
12482026-04-14T13:14:09.502Z Downloaded tar v0.4.45
12492026-04-14T13:14:09.505Z Downloaded zstd v0.13.3
12502026-04-14T13:14:09.508Z Downloaded uuid v1.23.0
12512026-04-14T13:14:09.519Z Downloaded zopfli v0.8.3
12522026-04-14T13:14:09.524Z Downloaded bindgen v0.71.1
12532026-04-14T13:14:09.529Z Downloaded steno v0.4.1
12542026-04-14T13:14:09.532Z Downloaded unicode-bidi v0.3.18
12552026-04-14T13:14:09.545Z Downloaded yansi v1.0.1
12562026-04-14T13:14:09.551Z Downloaded zip v0.6.6
12572026-04-14T13:14:09.551Z Downloaded chrono v0.4.44
12582026-04-14T13:14:09.556Z Downloaded toml_edit v0.19.15
12592026-04-14T13:14:09.565Z Downloaded portable-atomic v1.13.1
12602026-04-14T13:14:09.574Z Downloaded rayon v1.11.0
12612026-04-14T13:14:09.579Z Downloaded ssh-key v0.6.7
12622026-04-14T13:14:09.584Z Downloaded zerocopy-derive v0.8.40
12632026-04-14T13:14:09.589Z Downloaded unicode_categories v0.1.1
12642026-04-14T13:14:09.593Z Downloaded quick-xml v0.37.5
12652026-04-14T13:14:09.593Z Downloaded p384 v0.13.1
12662026-04-14T13:14:09.596Z Downloaded reqwest v0.13.2
12672026-04-14T13:14:09.599Z Downloaded lalrpop v0.19.12
12682026-04-14T13:14:09.606Z Downloaded typed-path v0.9.3
12692026-04-14T13:14:09.609Z Downloaded x509-cert v0.2.5
12702026-04-14T13:14:09.618Z Downloaded git2 v0.20.4
12712026-04-14T13:14:09.635Z Downloaded reqwest v0.12.28
12722026-04-14T13:14:09.639Z Downloaded regex v1.12.3
12732026-04-14T13:14:09.642Z Downloaded tokio-util v0.7.18
12742026-04-14T13:14:09.656Z Downloaded moka v0.12.13
12752026-04-14T13:14:09.662Z Downloaded rustls-webpki v0.101.7
12762026-04-14T13:14:09.669Z Downloaded unicode-segmentation v1.12.0
12772026-04-14T13:14:09.672Z Downloaded goblin v0.10.5
12782026-04-14T13:14:09.677Z Downloaded object v0.30.4
12792026-04-14T13:14:09.682Z Downloaded tower v0.5.3
12802026-04-14T13:14:09.690Z Downloaded quinn-proto v0.11.13
12812026-04-14T13:14:09.705Z Downloaded unicode-normalization v0.1.25
12822026-04-14T13:14:09.708Z Downloaded salty v0.3.0
12832026-04-14T13:14:09.714Z Downloaded winnow v0.6.26
12842026-04-14T13:14:09.720Z Downloaded zip v4.6.1
12852026-04-14T13:14:09.726Z Downloaded tower-http v0.6.8
12862026-04-14T13:14:09.727Z Downloaded proptest v1.10.0
12872026-04-14T13:14:09.734Z Downloaded tough v0.20.0
12882026-04-14T13:14:09.738Z Downloaded radix_trie v0.2.1
12892026-04-14T13:14:09.738Z Downloaded openssl v0.10.75
12902026-04-14T13:14:09.750Z Downloaded serde_with v3.17.0
12912026-04-14T13:14:09.762Z Downloaded rustls-webpki v0.102.8
12922026-04-14T13:14:09.776Z Downloaded curve25519-dalek v4.1.3
12932026-04-14T13:14:09.782Z Downloaded nix v0.27.1
12942026-04-14T13:14:09.786Z Downloaded zlib-rs v0.6.2
12952026-04-14T13:14:09.789Z Downloaded petname v2.0.2
12962026-04-14T13:14:09.793Z Downloaded bstr v1.12.1
12972026-04-14T13:14:09.812Z Downloaded nix v0.31.1
12982026-04-14T13:14:09.829Z Downloaded object v0.37.3
12992026-04-14T13:14:09.861Z Downloaded nix v0.29.0
13002026-04-14T13:14:09.867Z Downloaded rustls v0.21.12
13012026-04-14T13:14:09.873Z Downloaded zerocopy v0.8.40
13022026-04-14T13:14:09.878Z Downloaded time v0.3.47
13032026-04-14T13:14:09.885Z Downloaded winnow v0.5.40
13042026-04-14T13:14:09.892Z Downloaded rustix v0.38.44
13052026-04-14T13:14:09.903Z Downloaded regex-syntax v0.6.29
13062026-04-14T13:14:09.907Z Downloaded dropshot v0.17.0
13072026-04-14T13:14:09.919Z Downloaded smoltcp v0.9.1
13082026-04-14T13:14:09.924Z Downloaded polar-core v0.27.3
13092026-04-14T13:14:09.929Z Downloaded vcpkg v0.2.15
13102026-04-14T13:14:09.952Z Downloaded webpki-roots v1.0.6
13112026-04-14T13:14:09.956Z Downloaded hickory-proto v0.24.4
13122026-04-14T13:14:09.963Z Downloaded smoltcp v0.11.0
13132026-04-14T13:14:09.972Z Downloaded sqlparser v0.61.0
13142026-04-14T13:14:09.978Z Downloaded rustls v0.22.4
13152026-04-14T13:14:09.983Z Downloaded regex-syntax v0.8.10
13162026-04-14T13:14:09.991Z Downloaded regress v0.10.5
13172026-04-14T13:14:09.996Z Downloaded rustls v0.23.37
13182026-04-14T13:14:10.002Z Downloaded tabled v0.20.0
13192026-04-14T13:14:10.013Z Downloaded hickory-proto v0.25.2
13202026-04-14T13:14:10.022Z Downloaded typify-impl v0.6.1
13212026-04-14T13:14:10.030Z Downloaded ratatui v0.29.0
13222026-04-14T13:14:10.046Z Downloaded tracing v0.1.44
13232026-04-14T13:14:10.059Z Downloaded bzip2-sys v0.1.13+1.0.8
13242026-04-14T13:14:10.063Z Downloaded diesel v2.3.7
13252026-04-14T13:14:10.074Z Downloaded zerocopy-derive v0.6.6
13262026-04-14T13:14:10.083Z Downloaded sled v0.34.7
13272026-04-14T13:14:10.086Z Downloaded nix v0.28.0
13282026-04-14T13:14:10.092Z Downloaded typify-impl v0.4.3
13292026-04-14T13:14:10.103Z Downloaded dropshot v0.16.7
13302026-04-14T13:14:10.117Z Downloaded openapiv3 v2.2.0
13312026-04-14T13:14:10.123Z Downloaded jiff v0.2.21
13322026-04-14T13:14:10.139Z Downloaded chrono-tz v0.10.4
13332026-04-14T13:14:10.149Z Downloaded regex-automata v0.4.14
13342026-04-14T13:14:10.164Z Downloaded petgraph v0.6.5
13352026-04-14T13:14:10.194Z Downloaded petgraph v0.8.3
13362026-04-14T13:14:10.209Z Downloaded sha3 v0.10.8
13372026-04-14T13:14:10.212Z Downloaded libz-sys v1.1.24
13382026-04-14T13:14:10.224Z Downloaded tokio v1.50.0
13392026-04-14T13:14:10.245Z Downloaded csv v1.4.0
13402026-04-14T13:14:10.258Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13412026-04-14T13:14:10.292Z Downloaded encoding_rs v0.8.35
13422026-04-14T13:14:10.371Z Downloaded ring v0.17.14
13432026-04-14T13:14:10.415Z Downloaded libgit2-sys v0.18.3+1.9.2
13442026-04-14T13:14:10.950Z Downloaded aws-lc-sys v0.37.1
13452026-04-14T13:14:11.198Z Compiling libc v0.2.180
13462026-04-14T13:14:11.198Z Compiling serde v1.0.228
13472026-04-14T13:14:11.206Z Compiling find-msvc-tools v0.1.9
13482026-04-14T13:14:11.206Z Compiling log v0.4.29
13492026-04-14T13:14:11.206Z Compiling shlex v1.3.0
13502026-04-14T13:14:11.206Z Compiling smallvec v1.15.1
13512026-04-14T13:14:11.206Z Compiling syn v2.0.117
13522026-04-14T13:14:11.207Z Compiling typenum v1.19.0
13532026-04-14T13:14:11.541Z Compiling generic-array v0.14.7
13542026-04-14T13:14:11.558Z Compiling subtle v2.6.1
13552026-04-14T13:14:11.576Z Compiling scopeguard v1.2.0
13562026-04-14T13:14:11.593Z Compiling const-oid v0.9.6
13572026-04-14T13:14:11.650Z Compiling portable-atomic v1.13.1
13582026-04-14T13:14:11.676Z Compiling lock_api v0.4.14
13592026-04-14T13:14:11.727Z Compiling zerocopy v0.8.40
13602026-04-14T13:14:11.779Z Compiling serde_json v1.0.149
13612026-04-14T13:14:11.896Z Compiling critical-section v1.2.0
13622026-04-14T13:14:11.983Z Compiling parking_lot_core v0.9.12
13632026-04-14T13:14:12.001Z Compiling pin-project-lite v0.2.17
13642026-04-14T13:14:12.164Z Compiling pkg-config v0.3.32
13652026-04-14T13:14:12.219Z Compiling getrandom v0.2.17
13662026-04-14T13:14:12.240Z Compiling jobserver v0.1.34
13672026-04-14T13:14:12.297Z Compiling errno v0.3.14
13682026-04-14T13:14:12.437Z Compiling rand_core v0.6.4
13692026-04-14T13:14:12.450Z Compiling cc v1.2.56
13702026-04-14T13:14:12.616Z Compiling once_cell v1.21.3
13712026-04-14T13:14:12.632Z Compiling signal-hook-registry v1.4.8
13722026-04-14T13:14:12.644Z Compiling bitflags v2.11.0
13732026-04-14T13:14:12.717Z Compiling libm v0.2.16
13742026-04-14T13:14:12.737Z Compiling parking_lot v0.12.5
13752026-04-14T13:14:12.820Z Compiling mio v1.1.1
13762026-04-14T13:14:12.863Z Compiling num-traits v0.2.19
13772026-04-14T13:14:12.894Z Compiling futures-core v0.3.32
13782026-04-14T13:14:13.067Z Compiling percent-encoding v2.3.2
13792026-04-14T13:14:13.090Z Compiling socket2 v0.6.2
13802026-04-14T13:14:13.203Z Compiling allocator-api2 v0.2.21
13812026-04-14T13:14:13.220Z Compiling cpufeatures v0.2.17
13822026-04-14T13:14:13.247Z Compiling futures-sink v0.3.32
13832026-04-14T13:14:13.272Z Compiling getrandom v0.3.4
13842026-04-14T13:14:13.288Z Compiling foldhash v0.2.0
13852026-04-14T13:14:13.348Z Compiling futures-channel v0.3.32
13862026-04-14T13:14:13.485Z Compiling hashbrown v0.16.1
13872026-04-14T13:14:13.508Z Compiling futures-io v0.3.32
13882026-04-14T13:14:13.521Z Compiling futures-task v0.3.32
13892026-04-14T13:14:13.573Z Compiling slab v0.4.12
13902026-04-14T13:14:13.661Z Compiling rustversion v1.0.22
13912026-04-14T13:14:13.689Z Compiling form_urlencoded v1.2.2
13922026-04-14T13:14:13.750Z Compiling cmake v0.1.57
13932026-04-14T13:14:13.993Z Compiling base64ct v1.8.3
13942026-04-14T13:14:14.124Z Compiling synstructure v0.13.2
13952026-04-14T13:14:14.185Z Compiling indexmap v2.13.0
13962026-04-14T13:14:14.226Z Compiling fs_extra v1.3.0
13972026-04-14T13:14:14.333Z Compiling dunce v1.0.5
13982026-04-14T13:14:14.365Z Compiling getrandom v0.4.1
13992026-04-14T13:14:14.430Z Compiling ident_case v1.0.1
14002026-04-14T13:14:14.505Z Compiling aws-lc-sys v0.37.1
14012026-04-14T13:14:14.556Z Compiling pem-rfc7468 v0.7.0
14022026-04-14T13:14:14.565Z Compiling flagset v0.4.7
14032026-04-14T13:14:14.698Z Compiling rand_core v0.10.0
14042026-04-14T13:14:14.738Z Compiling rand_core v0.9.5
14052026-04-14T13:14:14.751Z Compiling rustix v1.1.3
14062026-04-14T13:14:14.798Z Compiling iana-time-zone v0.1.65
14072026-04-14T13:14:14.871Z Compiling ring v0.17.14
14082026-04-14T13:14:14.875Z Compiling rustc_version v0.4.1
14092026-04-14T13:14:15.007Z Compiling uuid v1.23.0
14102026-04-14T13:14:15.019Z Compiling regex-syntax v0.8.10
14112026-04-14T13:14:15.083Z Compiling vcpkg v0.2.15
14122026-04-14T13:14:15.213Z Compiling aws-lc-rs v1.16.0
14132026-04-14T13:14:15.502Z Compiling tracing-core v0.1.36
14142026-04-14T13:14:15.720Z Compiling pest_generator v2.8.6
14152026-04-14T13:14:15.829Z Compiling openssl-sys v0.9.111
14162026-04-14T13:14:15.897Z Compiling serde_derive v1.0.228
14172026-04-14T13:14:16.053Z Compiling zeroize_derive v1.4.3
14182026-04-14T13:14:16.351Z Compiling zerofrom-derive v0.1.6
14192026-04-14T13:14:16.423Z Compiling yoke-derive v0.8.1
14202026-04-14T13:14:16.486Z Compiling zerocopy-derive v0.8.40
14212026-04-14T13:14:16.701Z Compiling zeroize v1.8.2
14222026-04-14T13:14:17.408Z Compiling zerovec-derive v0.11.2
14232026-04-14T13:14:17.502Z Compiling crypto-common v0.1.7
14242026-04-14T13:14:17.658Z Compiling block-buffer v0.10.4
14252026-04-14T13:14:17.669Z Compiling displaydoc v0.2.5
14262026-04-14T13:14:17.777Z Compiling zerofrom v0.1.6
14272026-04-14T13:14:17.817Z Compiling digest v0.10.7
14282026-04-14T13:14:17.899Z Compiling yoke v0.8.1
14292026-04-14T13:14:18.065Z Compiling tokio-macros v2.6.0
14302026-04-14T13:14:18.081Z Compiling hmac v0.12.1
14312026-04-14T13:14:18.245Z Compiling futures-macro v0.3.32
14322026-04-14T13:14:18.391Z Compiling zerotrie v0.2.3
14332026-04-14T13:14:18.500Z Compiling zerovec v0.11.5
14342026-04-14T13:14:18.679Z Compiling block-padding v0.3.3
14352026-04-14T13:14:18.771Z Compiling sha2 v0.10.9
14362026-04-14T13:14:18.841Z Compiling inout v0.1.4
14372026-04-14T13:14:19.012Z Compiling tinystr v0.8.2
14382026-04-14T13:14:19.063Z Compiling potential_utf v0.1.4
14392026-04-14T13:14:19.086Z Compiling futures-util v0.3.32
14402026-04-14T13:14:19.224Z Compiling icu_locale_core v2.1.1
14412026-04-14T13:14:19.247Z Compiling icu_collections v2.1.1
14422026-04-14T13:14:19.414Z Compiling bytes v1.11.1
14432026-04-14T13:14:19.722Z Compiling cipher v0.4.4
14442026-04-14T13:14:19.818Z Compiling der_derive v0.7.3
14452026-04-14T13:14:19.980Z Compiling tokio v1.50.0
14462026-04-14T13:14:20.020Z Compiling icu_provider v2.1.1
14472026-04-14T13:14:20.190Z Compiling salsa20 v0.10.2
14482026-04-14T13:14:20.312Z Compiling icu_properties v2.1.2
14492026-04-14T13:14:20.325Z Compiling icu_normalizer v2.1.1
14502026-04-14T13:14:20.659Z Compiling http v1.4.0
14512026-04-14T13:14:20.752Z Compiling der v0.7.10
14522026-04-14T13:14:20.845Z Compiling ppv-lite86 v0.2.21
14532026-04-14T13:14:20.947Z Compiling chrono v0.4.44
14542026-04-14T13:14:21.146Z Compiling idna_adapter v1.2.1
14552026-04-14T13:14:21.284Z Compiling idna v1.1.0
14562026-04-14T13:14:21.327Z Compiling pbkdf2 v0.12.2
14572026-04-14T13:14:21.372Z Compiling thiserror-impl v2.0.18
14582026-04-14T13:14:21.441Z Compiling scrypt v0.11.0
14592026-04-14T13:14:21.539Z Compiling rand_chacha v0.9.0
14602026-04-14T13:14:21.687Z Compiling url v2.5.8
14612026-04-14T13:14:21.919Z Compiling spki v0.7.3
14622026-04-14T13:14:21.923Z Compiling cbc v0.1.2
14632026-04-14T13:14:22.083Z Compiling aes v0.8.4
14642026-04-14T13:14:22.125Z Compiling rustls-pki-types v1.14.0
14652026-04-14T13:14:22.227Z Compiling tracing-attributes v0.1.31
14662026-04-14T13:14:22.284Z Compiling rand v0.9.2
14672026-04-14T13:14:22.463Z Compiling pkcs5 v0.7.1
14682026-04-14T13:14:22.567Z Compiling http-body v1.0.1
14692026-04-14T13:14:22.673Z Compiling thiserror v2.0.18
14702026-04-14T13:14:22.778Z Compiling serde_derive_internals v0.29.1
14712026-04-14T13:14:22.804Z Compiling untrusted v0.9.0
14722026-04-14T13:14:22.929Z Compiling httparse v1.10.1
14732026-04-14T13:14:22.933Z Compiling untrusted v0.7.1
14742026-04-14T13:14:23.051Z Compiling openssl-probe v0.2.1
14752026-04-14T13:14:23.065Z Compiling schemars v0.8.22
14762026-04-14T13:14:23.118Z Compiling base64 v0.22.1
14772026-04-14T13:14:23.288Z Compiling pkcs8 v0.10.2
14782026-04-14T13:14:23.317Z Compiling pest_derive v2.8.6
14792026-04-14T13:14:23.438Z Compiling scroll_derive v0.13.1
14802026-04-14T13:14:23.505Z Compiling tracing v0.1.44
14812026-04-14T13:14:23.587Z Compiling tokio-util v0.7.18
14822026-04-14T13:14:23.654Z Compiling schemars_derive v0.8.22
14832026-04-14T13:14:23.733Z Compiling darling_core v0.20.11
14842026-04-14T13:14:23.772Z Compiling tower-layer v0.3.3
14852026-04-14T13:14:23.932Z Compiling tinyvec_macros v0.1.1
14862026-04-14T13:14:24.053Z Compiling rustls v0.23.37
14872026-04-14T13:14:24.232Z Compiling tower-service v0.3.3
14882026-04-14T13:14:24.252Z Compiling dyn-clone v1.0.20
14892026-04-14T13:14:24.332Z Compiling try-lock v0.2.5
14902026-04-14T13:14:24.400Z Compiling atomic-waker v1.1.2
14912026-04-14T13:14:24.440Z Compiling want v0.3.1
14922026-04-14T13:14:24.516Z Compiling h2 v0.4.13
14932026-04-14T13:14:24.607Z Compiling scroll v0.13.0
14942026-04-14T13:14:24.646Z Compiling tinyvec v1.10.0
14952026-04-14T13:14:24.989Z Compiling ipnet v2.11.0
14962026-04-14T13:14:25.024Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14972026-04-14T13:14:25.165Z Compiling spin v0.9.8
14982026-04-14T13:14:25.373Z Compiling aho-corasick v1.1.4
14992026-04-14T13:14:25.409Z Compiling num-conv v0.2.0
15002026-04-14T13:14:25.485Z Compiling pin-utils v0.1.0
15012026-04-14T13:14:25.540Z Compiling time-core v0.1.8
15022026-04-14T13:14:25.556Z Compiling crc32fast v1.5.0
15032026-04-14T13:14:25.572Z Compiling openssl v0.10.75
15042026-04-14T13:14:25.693Z Compiling powerfmt v0.2.0
15052026-04-14T13:14:25.795Z Compiling foreign-types-shared v0.1.1
15062026-04-14T13:14:25.819Z Compiling httpdate v1.0.3
15072026-04-14T13:14:25.881Z Compiling foreign-types v0.3.2
15082026-04-14T13:14:25.904Z Compiling deranged v0.5.8
15092026-04-14T13:14:26.022Z Compiling time-macros v0.2.27
15102026-04-14T13:14:26.034Z Compiling tempfile v3.25.0
15112026-04-14T13:14:26.038Z Compiling darling_macro v0.20.11
15122026-04-14T13:14:26.170Z Compiling regex-automata v0.4.14
15132026-04-14T13:14:26.510Z Compiling darling v0.20.11
15142026-04-14T13:14:26.592Z Compiling goblin v0.10.5
15152026-04-14T13:14:27.031Z Compiling openssl-macros v0.1.1
15162026-04-14T13:14:27.059Z Compiling wait-timeout v0.2.1
15172026-04-14T13:14:27.324Z Compiling socket2 v0.5.10
15182026-04-14T13:14:27.377Z Compiling num_threads v0.1.7
15192026-04-14T13:14:27.412Z Compiling hyper v1.8.1
15202026-04-14T13:14:27.465Z Compiling bit-vec v0.8.0
15212026-04-14T13:14:27.694Z Compiling simd-adler32 v0.3.8
15222026-04-14T13:14:27.721Z Compiling usdt-impl v0.6.0
15232026-04-14T13:14:27.925Z Compiling crossbeam-utils v0.8.21
15242026-04-14T13:14:27.939Z Compiling siphasher v1.0.2
15252026-04-14T13:14:28.121Z Compiling quick-error v1.2.3
15262026-04-14T13:14:28.205Z Compiling native-tls v0.2.18
15272026-04-14T13:14:28.227Z Compiling syn v1.0.109
15282026-04-14T13:14:28.435Z Compiling rusty-fork v0.3.1
15292026-04-14T13:14:28.446Z Compiling hyper-util v0.1.20
15302026-04-14T13:14:28.596Z Compiling bit-set v0.8.0
15312026-04-14T13:14:28.742Z Compiling time v0.3.47
15322026-04-14T13:14:28.966Z Compiling derive_builder_core v0.20.2
15332026-04-14T13:14:29.879Z Compiling dof v0.4.0
15342026-04-14T13:14:30.269Z Compiling unicode-normalization v0.1.25
15352026-04-14T13:14:30.352Z Compiling dtrace-parser v0.3.0
15362026-04-14T13:14:30.405Z Compiling rustls-native-certs v0.8.3
15372026-04-14T13:14:30.685Z Compiling signature v2.2.0
15382026-04-14T13:14:30.717Z Compiling thiserror-impl v1.0.69
15392026-04-14T13:14:30.851Z Compiling scroll_derive v0.12.1
15402026-04-14T13:14:30.865Z Compiling heapless v0.7.17
15412026-04-14T13:14:31.033Z Compiling rand_xorshift v0.4.0
15422026-04-14T13:14:31.081Z Compiling slog v2.8.2
15432026-04-14T13:14:31.095Z Compiling darling_core v0.21.3
15442026-04-14T13:14:31.189Z Compiling bzip2-sys v0.1.13+1.0.8
15452026-04-14T13:14:31.260Z Compiling sync_wrapper v1.0.2
15462026-04-14T13:14:31.367Z Compiling thread-id v5.1.0
15472026-04-14T13:14:31.452Z Compiling cookie v0.18.1
15482026-04-14T13:14:31.467Z Compiling paste v1.0.15
15492026-04-14T13:14:31.491Z Compiling unicode-properties v0.1.4
15502026-04-14T13:14:31.630Z Compiling zstd-safe v7.2.4
15512026-04-14T13:14:31.671Z Compiling signal-hook v0.3.18
15522026-04-14T13:14:31.693Z Compiling adler2 v2.0.1
15532026-04-14T13:14:31.725Z Compiling unicode-bidi v0.3.18
15542026-04-14T13:14:31.831Z Compiling unarray v0.1.4
15552026-04-14T13:14:31.858Z Compiling anyhow v1.0.102
15562026-04-14T13:14:31.890Z Compiling miniz_oxide v0.8.9
15572026-04-14T13:14:31.935Z Compiling proptest v1.10.0
15582026-04-14T13:14:31.966Z Compiling thiserror v1.0.69
15592026-04-14T13:14:32.089Z Compiling stringprep v0.1.5
15602026-04-14T13:14:32.352Z Compiling scroll v0.12.0
15612026-04-14T13:14:32.508Z Compiling tower v0.5.3
15622026-04-14T13:14:32.848Z Compiling derive_builder_macro v0.20.2
15632026-04-14T13:14:33.024Z Compiling ipnetwork v0.21.1
15642026-04-14T13:14:33.103Z Compiling http-body-util v0.1.3
15652026-04-14T13:14:33.277Z Compiling webpki-roots v1.0.6
15662026-04-14T13:14:33.343Z Compiling rand_chacha v0.3.1
15672026-04-14T13:14:33.396Z Compiling erased-serde v0.3.31
15682026-04-14T13:14:33.413Z Compiling toml_datetime v0.6.11
15692026-04-14T13:14:33.436Z Compiling serde_spanned v0.6.9
15702026-04-14T13:14:33.556Z Compiling darling_macro v0.21.3
15712026-04-14T13:14:33.575Z Compiling serde_tokenstream v0.2.3
15722026-04-14T13:14:33.658Z Compiling md-5 v0.10.6
15732026-04-14T13:14:33.832Z Compiling zerocopy-derive v0.7.35
15742026-04-14T13:14:33.858Z Compiling curve25519-dalek v4.1.3
15752026-04-14T13:14:33.886Z Compiling vergen-lib v0.1.6
15762026-04-14T13:14:34.080Z Compiling num-integer v0.1.46
15772026-04-14T13:14:34.096Z Compiling hash32 v0.2.1
15782026-04-14T13:14:34.195Z Compiling ff v0.13.1
15792026-04-14T13:14:34.238Z Compiling memoffset v0.9.1
15802026-04-14T13:14:34.291Z Compiling zlib-rs v0.6.2
15812026-04-14T13:14:34.331Z Compiling ref-cast v1.0.25
15822026-04-14T13:14:34.406Z Compiling fallible-iterator v0.2.0
15832026-04-14T13:14:34.427Z Compiling litrs v1.0.0
15842026-04-14T13:14:34.633Z Compiling ryu v1.0.23
15852026-04-14T13:14:34.683Z Compiling smoltcp v0.9.1
15862026-04-14T13:14:34.712Z Compiling base16ct v0.2.0
15872026-04-14T13:14:34.817Z Compiling rustix v0.38.44
15882026-04-14T13:14:34.891Z Compiling psl-types v2.0.11
15892026-04-14T13:14:34.932Z Compiling num-bigint-dig v0.8.6
15902026-04-14T13:14:35.014Z Compiling cfg_aliases v0.2.1
15912026-04-14T13:14:35.018Z Compiling iri-string v0.7.10
15922026-04-14T13:14:35.099Z Compiling nix v0.31.1
15932026-04-14T13:14:35.177Z Compiling publicsuffix v2.3.0
15942026-04-14T13:14:35.253Z Compiling document-features v0.2.12
15952026-04-14T13:14:35.346Z Compiling sec1 v0.7.3
15962026-04-14T13:14:35.455Z Compiling serde_urlencoded v0.7.1
15972026-04-14T13:14:35.617Z Compiling zerocopy v0.7.35
15982026-04-14T13:14:35.693Z Compiling postgres-protocol v0.6.10
15992026-04-14T13:14:35.973Z Compiling num-iter v0.1.45
16002026-04-14T13:14:36.096Z Compiling group v0.13.0
16012026-04-14T13:14:36.146Z Compiling tower-http v0.6.8
16022026-04-14T13:14:36.306Z Compiling newtype-uuid v1.3.2
16032026-04-14T13:14:36.518Z Compiling darling v0.21.3
16042026-04-14T13:14:36.603Z Compiling rand v0.8.5
16052026-04-14T13:14:36.635Z Compiling derive_builder v0.20.2
16062026-04-14T13:14:36.730Z Compiling oxnet v0.1.4
16072026-04-14T13:14:36.779Z Compiling hubpack_derive v0.1.1
16082026-04-14T13:14:36.855Z Compiling tokio-native-tls v0.3.1
16092026-04-14T13:14:37.026Z Compiling goblin v0.8.2
16102026-04-14T13:14:37.107Z Compiling flate2 v1.1.9
16112026-04-14T13:14:37.486Z Compiling regex v1.12.3
16122026-04-14T13:14:37.513Z Compiling phf_shared v0.13.1
16132026-04-14T13:14:37.753Z Compiling lazy_static v1.5.0
16142026-04-14T13:14:37.757Z Compiling cargo-platform v0.1.9
16152026-04-14T13:14:37.781Z Compiling hkdf v0.12.4
16162026-04-14T13:14:37.848Z Compiling crypto-bigint v0.5.5
16172026-04-14T13:14:37.918Z Compiling terminal_size v0.4.3
16182026-04-14T13:14:37.933Z Compiling daft-derive v0.1.5
16192026-04-14T13:14:37.947Z Compiling strum_macros v0.27.2
16202026-04-14T13:14:38.014Z Compiling async-trait v0.1.89
16212026-04-14T13:14:38.052Z Compiling ref-cast-impl v1.0.25
16222026-04-14T13:14:38.591Z Compiling curve25519-dalek-derive v0.1.1
16232026-04-14T13:14:38.634Z Compiling vergen v9.0.6
16242026-04-14T13:14:38.813Z Compiling fs-err v3.3.0
16252026-04-14T13:14:39.035Z Compiling ahash v0.8.12
16262026-04-14T13:14:39.061Z Compiling winnow v0.5.40
16272026-04-14T13:14:39.238Z Compiling unicode-segmentation v1.12.0
16282026-04-14T13:14:39.254Z Compiling libbz2-rs-sys v0.2.2
16292026-04-14T13:14:39.637Z Compiling foldhash v0.1.5
16302026-04-14T13:14:39.817Z Compiling managed v0.8.0
16312026-04-14T13:14:39.896Z Compiling bumpalo v3.20.2
16322026-04-14T13:14:39.959Z Compiling bitflags v1.3.2
16332026-04-14T13:14:39.995Z Compiling object v0.37.3
16342026-04-14T13:14:40.045Z Compiling strum v0.27.2
16352026-04-14T13:14:40.149Z Compiling zopfli v0.8.3
16362026-04-14T13:14:40.177Z Compiling hashbrown v0.15.5
16372026-04-14T13:14:40.309Z Compiling bzip2 v0.6.1
16382026-04-14T13:14:40.496Z Compiling toml_edit v0.19.15
16392026-04-14T13:14:40.514Z Compiling dof v0.3.0
16402026-04-14T13:14:40.602Z Compiling clap_builder v4.5.60
16412026-04-14T13:14:40.839Z Compiling elliptic-curve v0.13.8
16422026-04-14T13:14:40.895Z Compiling daft v0.1.5
16432026-04-14T13:14:41.220Z Compiling cargo_metadata v0.19.2
16442026-04-14T13:14:41.279Z Compiling phf v0.13.1
16452026-04-14T13:14:41.438Z Compiling signal-hook-mio v0.2.5
16462026-04-14T13:14:41.554Z Compiling cookie_store v0.22.1
16472026-04-14T13:14:42.520Z Compiling hubpack v0.1.2
16482026-04-14T13:14:42.553Z Compiling zstd v0.13.3
16492026-04-14T13:14:42.739Z Compiling hyper-tls v0.6.0
16502026-04-14T13:14:42.818Z Compiling bzip2 v0.4.4
16512026-04-14T13:14:42.850Z Compiling serde_with_macros v3.17.0
16522026-04-14T13:14:42.971Z Compiling postgres-types v0.2.12
16532026-04-14T13:14:43.135Z Compiling usdt-macro v0.6.0
16542026-04-14T13:14:43.516Z Compiling usdt-attr-macro v0.6.0
16552026-04-14T13:14:43.537Z Compiling dtrace-parser v0.2.0
16562026-04-14T13:14:43.665Z Compiling ed25519 v2.2.3
16572026-04-14T13:14:43.858Z Compiling bstr v1.12.1
16582026-04-14T13:14:43.959Z Compiling phf_shared v0.11.3
16592026-04-14T13:14:44.185Z Compiling pkcs1 v0.7.5
16602026-04-14T13:14:44.241Z Compiling hex v0.4.3
16612026-04-14T13:14:44.320Z Compiling serde-big-array v0.5.1
16622026-04-14T13:14:44.334Z Compiling rfc6979 v0.4.0
16632026-04-14T13:14:44.461Z Compiling clap_derive v4.5.55
16642026-04-14T13:14:44.461Z Compiling enum-as-inner v0.6.1
16652026-04-14T13:14:44.508Z Compiling strum_macros v0.26.4
16662026-04-14T13:14:44.523Z Compiling serde_repr v0.1.20
16672026-04-14T13:14:44.589Z Compiling float-cmp v0.10.0
16682026-04-14T13:14:44.615Z Compiling thread-id v4.2.2
16692026-04-14T13:14:44.701Z Compiling memmap2 v0.9.10
16702026-04-14T13:14:44.736Z Compiling env_filter v1.0.0
16712026-04-14T13:14:44.914Z Compiling encoding_rs v0.8.35
16722026-04-14T13:14:44.961Z Compiling mime v0.3.17
16732026-04-14T13:14:45.045Z Compiling whoami v2.1.0
16742026-04-14T13:14:45.049Z Compiling either v1.15.0
16752026-04-14T13:14:45.223Z Compiling precomputed-hash v0.1.1
16762026-04-14T13:14:45.253Z Compiling keccak v0.1.6
16772026-04-14T13:14:45.313Z Compiling rustc-hash v2.1.1
16782026-04-14T13:14:45.432Z Compiling predicates-core v1.0.10
16792026-04-14T13:14:45.447Z Compiling new_debug_unreachable v1.0.6
16802026-04-14T13:14:45.519Z Compiling normalize-line-endings v0.3.0
16812026-04-14T13:14:45.607Z Compiling fixedbitset v0.4.2
16822026-04-14T13:14:45.620Z Compiling data-encoding v2.10.0
16832026-04-14T13:14:45.821Z Compiling jiff v0.2.21
16842026-04-14T13:14:46.064Z Compiling fixedbitset v0.5.7
16852026-04-14T13:14:46.229Z Compiling static_assertions v1.1.0
16862026-04-14T13:14:46.244Z Compiling difflib v0.4.0
16872026-04-14T13:14:46.304Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16882026-04-14T13:14:46.319Z Compiling petgraph v0.8.3
16892026-04-14T13:14:46.374Z Compiling clap v4.5.60
16902026-04-14T13:14:46.411Z Compiling strum v0.26.3
16912026-04-14T13:14:46.455Z Compiling hickory-proto v0.25.2
16922026-04-14T13:14:46.542Z Compiling predicates v3.1.4
16932026-04-14T13:14:46.808Z Compiling petgraph v0.6.5
16942026-04-14T13:14:46.834Z Compiling string_cache v0.8.9
16952026-04-14T13:14:47.064Z Compiling toml_edit v0.22.27
16962026-04-14T13:14:47.177Z Compiling iddqd v0.3.17
16972026-04-14T13:14:48.243Z Compiling sha3 v0.10.8
16982026-04-14T13:14:48.247Z Compiling tokio-postgres v0.7.16
16992026-04-14T13:14:48.293Z Compiling itertools v0.13.0
17002026-04-14T13:14:48.714Z Compiling zip v4.6.1
17012026-04-14T13:14:49.015Z Compiling env_logger v0.11.9
17022026-04-14T13:14:49.399Z Compiling usdt v0.6.0
17032026-04-14T13:14:49.563Z Compiling usdt-impl v0.5.0
17042026-04-14T13:14:49.661Z Compiling serde_with v3.17.0
17052026-04-14T13:14:49.703Z Compiling ecdsa v0.16.9
17062026-04-14T13:14:49.752Z Compiling rsa v0.9.10
17072026-04-14T13:14:49.991Z Compiling similar v2.7.0
17082026-04-14T13:14:50.095Z Compiling crossterm v0.28.1
17092026-04-14T13:14:50.157Z Compiling ed25519-dalek v2.2.0
17102026-04-14T13:14:50.820Z Compiling zip v0.6.6
17112026-04-14T13:14:51.113Z Compiling toml v0.7.8
17122026-04-14T13:14:51.401Z Compiling toml_parser v1.0.9+spec-1.1.0
17132026-04-14T13:14:51.608Z Compiling heck v0.4.1
17142026-04-14T13:14:51.654Z Compiling crossbeam-epoch v0.9.18
17152026-04-14T13:14:51.726Z Compiling tokio-stream v0.1.18
17162026-04-14T13:14:51.833Z Compiling buf-list v1.1.2
17172026-04-14T13:14:51.948Z Compiling x509-cert v0.2.5
17182026-04-14T13:14:51.989Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17192026-04-14T13:14:52.031Z Compiling openapiv3 v2.2.0
17202026-04-14T13:14:52.108Z Compiling sha1 v0.10.6
17212026-04-14T13:14:52.187Z Compiling toml_datetime v0.7.5+spec-1.1.0
17222026-04-14T13:14:52.289Z Compiling peg-runtime v0.8.5
17232026-04-14T13:14:52.333Z Compiling lalrpop-util v0.19.12
17242026-04-14T13:14:52.479Z Compiling thread_local v1.1.9
17252026-04-14T13:14:52.527Z Compiling slog-async v2.8.0
17262026-04-14T13:14:52.578Z Compiling crossbeam-channel v0.5.15
17272026-04-14T13:14:52.733Z Compiling futures-executor v0.3.32
17282026-04-14T13:14:52.844Z Compiling is-terminal v0.4.17
17292026-04-14T13:14:52.944Z Compiling filetime v0.2.27
17302026-04-14T13:14:52.995Z Compiling take_mut v0.2.2
17312026-04-14T13:14:53.029Z Compiling xattr v1.6.1
17322026-04-14T13:14:53.090Z Compiling term v1.2.1
17332026-04-14T13:14:53.121Z Compiling futures v0.3.32
17342026-04-14T13:14:53.193Z Compiling tar v0.4.45
17352026-04-14T13:14:53.570Z Compiling slog-term v2.9.2
17362026-04-14T13:15:00.601Z Compiling rustls-webpki v0.103.9
17372026-04-14T13:15:03.384Z Compiling tokio-rustls v0.26.4
17382026-04-14T13:15:03.384Z Compiling rustls-platform-verifier v0.6.2
17392026-04-14T13:15:03.580Z Compiling hyper-rustls v0.27.7
17402026-04-14T13:15:03.782Z Compiling reqwest v0.13.2
17412026-04-14T13:15:03.796Z Compiling reqwest v0.12.28
17422026-04-14T13:15:05.886Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17432026-04-14T13:15:06.100Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17442026-04-14T13:15:08.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
17452026-04-14T13:15:09.053Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17462026-04-14T13:15:09.105ZApr 14 13:15:07.844 INFO Starting download, target: DendriteStub
17472026-04-14T13:15:09.105ZApr 14 13:15:07.844 INFO Starting download, target: Clickhouse
17482026-04-14T13:15:09.105ZApr 14 13:15:07.844 INFO Starting download, target: TransceiverControl
17492026-04-14T13:15:09.105ZApr 14 13:15:07.844 INFO Starting download, target: MaghemiteMgd
17502026-04-14T13:15:09.105ZApr 14 13:15:07.844 INFO Starting download, target: Cockroach
17512026-04-14T13:15:09.115ZApr 14 13:15:07.844 INFO Starting download, target: Console
17522026-04-14T13:15:09.115ZApr 14 13:15:07.844 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17532026-04-14T13:15:09.115ZApr 14 13:15:07.844 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17542026-04-14T13:15:09.115ZApr 14 13:15:07.844 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17552026-04-14T13:15:09.115ZApr 14 13:15:07.844 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17562026-04-14T13:15:09.115ZApr 14 13:15:07.844 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17572026-04-14T13:15:09.116ZApr 14 13:15:07.844 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17582026-04-14T13:15:09.509ZApr 14 13:15:08.248 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17592026-04-14T13:15:09.726ZApr 14 13:15:08.453 INFO Download complete, target: TransceiverControl
17602026-04-14T13:15:10.062ZApr 14 13:15:08.804 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17612026-04-14T13:15:10.299ZApr 14 13:15:09.037 INFO Download complete, target: Console
17622026-04-14T13:15:11.494ZApr 14 13:15:10.237 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17632026-04-14T13:15:11.590ZApr 14 13:15:10.332 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17642026-04-14T13:15:11.609ZApr 14 13:15:10.352 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17652026-04-14T13:15:12.097ZApr 14 13:15:10.840 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17662026-04-14T13:15:12.097ZApr 14 13:15:10.840 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17672026-04-14T13:15:13.885ZApr 14 13:15:12.628 INFO Download complete, target: DendriteStub
17682026-04-14T13:15:13.922ZApr 14 13:15:12.665 INFO Download complete, target: MaghemiteMgd
17692026-04-14T13:15:16.637ZApr 14 13:15:15.380 INFO Checking that binary works, target: Cockroach
17702026-04-14T13:15:16.759ZApr 14 13:15:15.502 INFO Download complete, target: Cockroach
17712026-04-14T13:15:18.190ZApr 14 13:15:16.932 INFO Checking that binary works, target: Clickhouse
17722026-04-14T13:15:18.288ZApr 14 13:15:17.031 INFO Download complete, target: Clickhouse
17732026-04-14T13:15:18.360ZAll builder prerequisites installed successfully, and PATH looks valid
17742026-04-14T13:15:18.363Z
17752026-04-14T13:15:18.363Zreal 3:09.951325936
17762026-04-14T13:15:18.363Zuser 7:12.066691284
17772026-04-14T13:15:18.363Zsys 1:23.740143125
17782026-04-14T13:15:18.363Ztrap 0.207961825
17792026-04-14T13:15:18.363Ztflt 1.414213636
17802026-04-14T13:15:18.363Zdflt 1.692650168
17812026-04-14T13:15:18.363Zkflt 0.049800055
17822026-04-14T13:15:18.363Zlock 20:53.828082258
17832026-04-14T13:15:18.363Zslp 22:15.282966821
17842026-04-14T13:15:18.363Zlat 40.915618258
17852026-04-14T13:15:18.363Zstop 1:54.842148995
17862026-04-14T13:15:18.364Z+ banner hack-check
17872026-04-14T13:15:18.364Z
17882026-04-14T13:15:18.364Z # # ## #### # # #### # # ###### #### # #
17892026-04-14T13:15:18.364Z # # # # # # # # # # # # # # # # #
17902026-04-14T13:15:18.364Z ###### # # # #### ##### # ###### ##### # ####
17912026-04-14T13:15:18.364Z # # ###### # # # # # # # # # #
17922026-04-14T13:15:18.364Z # # # # # # # # # # # # # # # # #
17932026-04-14T13:15:18.364Z # # # # #### # # #### # # ###### #### # #
17942026-04-14T13:15:18.364Z
17952026-04-14T13:15:18.364Z+ export CARGO_INCREMENTAL=0
17962026-04-14T13:15:18.364Z+ CARGO_INCREMENTAL=0
17972026-04-14T13:15:18.364Z+ ptime -m timeout 2h cargo xtask check-features --ci
17982026-04-14T13:15:18.888Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17992026-04-14T13:15:19.112Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18002026-04-14T13:15:20.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
18012026-04-14T13:15:21.056Z Running `target/debug/xtask check-features --ci`
18022026-04-14T13:15:21.084Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18032026-04-14T13:15:21.087Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18042026-04-14T13:15:21.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18052026-04-14T13:15:21.590Z Running `target/debug/xtask download cargo-hack`
18062026-04-14T13:15:22.360Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18072026-04-14T13:15:22.671Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18082026-04-14T13:15:25.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.48s
18092026-04-14T13:15:25.276Z Running `target/debug/xtask-downloader cargo-hack`
18102026-04-14T13:15:25.317ZApr 14 13:15:24.059 INFO Starting download, target: CargoHack
18112026-04-14T13:15:25.320ZApr 14 13:15:24.060 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18122026-04-14T13:15:25.934ZApr 14 13:15:24.676 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18132026-04-14T13:15:25.983ZApr 14 13:15:24.725 INFO Download complete, target: CargoHack
18142026-04-14T13:15:25.987Zrunning: "/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"
18152026-04-14T13:15:26.000Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18162026-04-14T13:15:26.148Zinfo: running `cargo check --bins` on api_identity (1/271)
18172026-04-14T13:15:26.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18182026-04-14T13:15:26.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18192026-04-14T13:15:26.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18202026-04-14T13:15:26.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18212026-04-14T13:15:26.729Z
18222026-04-14T13:15:26.729Zinfo: running `cargo check --bins` on bootstore (2/271)
18232026-04-14T13:15:27.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18242026-04-14T13:15:27.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18252026-04-14T13:15:27.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18262026-04-14T13:15:27.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18272026-04-14T13:15:27.309Z
18282026-04-14T13:15:27.309Zinfo: running `cargo check --bins` on omicron-ledger (3/271)
18292026-04-14T13:15:27.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18302026-04-14T13:15:27.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18312026-04-14T13:15:27.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18322026-04-14T13:15:27.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18332026-04-14T13:15:27.889Z
18342026-04-14T13:15:27.889Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/271)
18352026-04-14T13:15:28.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18362026-04-14T13:15:28.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18372026-04-14T13:15:28.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18382026-04-14T13:15:28.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18392026-04-14T13:15:28.471Z
18402026-04-14T13:15:28.471Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/271)
18412026-04-14T13:15:28.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18422026-04-14T13:15:28.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18432026-04-14T13:15:28.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18442026-04-14T13:15:28.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18452026-04-14T13:15:29.047Z
18462026-04-14T13:15:29.047Zinfo: running `cargo check --bins` on omicron-certificates (6/271)
18472026-04-14T13:15:29.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18482026-04-14T13:15:29.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18492026-04-14T13:15:29.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18502026-04-14T13:15:29.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18512026-04-14T13:15:29.632Z
18522026-04-14T13:15:29.632Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/271)
18532026-04-14T13:15:30.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18542026-04-14T13:15:30.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18552026-04-14T13:15:30.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18562026-04-14T13:15:30.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18572026-04-14T13:15:30.214Z
18582026-04-14T13:15:30.214Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/271)
18592026-04-14T13:15:30.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18602026-04-14T13:15:30.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18612026-04-14T13:15:30.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18622026-04-14T13:15:30.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18632026-04-14T13:15:30.803Z
18642026-04-14T13:15:30.803Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/271)
18652026-04-14T13:15:31.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18662026-04-14T13:15:31.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18672026-04-14T13:15:31.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18682026-04-14T13:15:31.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18692026-04-14T13:15:31.268Z
18702026-04-14T13:15:31.268Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/271)
18712026-04-14T13:15:31.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18722026-04-14T13:15:31.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18732026-04-14T13:15:31.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18742026-04-14T13:15:31.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18752026-04-14T13:15:31.743Z
18762026-04-14T13:15:31.743Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/271)
18772026-04-14T13:15:32.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18782026-04-14T13:15:32.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18792026-04-14T13:15:32.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18802026-04-14T13:15:32.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18812026-04-14T13:15:32.208Z
18822026-04-14T13:15:32.208Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/271)
18832026-04-14T13:15:32.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18842026-04-14T13:15:32.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18852026-04-14T13:15:32.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18862026-04-14T13:15:32.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18872026-04-14T13:15:32.669Z
18882026-04-14T13:15:32.669Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/271)
18892026-04-14T13:15:33.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18902026-04-14T13:15:33.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18912026-04-14T13:15:33.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18922026-04-14T13:15:33.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18932026-04-14T13:15:33.136Z
18942026-04-14T13:15:33.136Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/271)
18952026-04-14T13:15:33.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962026-04-14T13:15:33.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972026-04-14T13:15:33.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982026-04-14T13:15:33.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18992026-04-14T13:15:33.602Z
19002026-04-14T13:15:33.602Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/271)
19012026-04-14T13:15:34.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022026-04-14T13:15:34.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032026-04-14T13:15:34.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042026-04-14T13:15:34.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19052026-04-14T13:15:34.068Z
19062026-04-14T13:15:34.068Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/271)
19072026-04-14T13:15:34.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082026-04-14T13:15:34.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092026-04-14T13:15:34.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102026-04-14T13:15:34.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19112026-04-14T13:15:34.531Z
19122026-04-14T13:15:34.531Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/271)
19132026-04-14T13:15:34.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142026-04-14T13:15:34.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152026-04-14T13:15:34.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162026-04-14T13:15:34.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19172026-04-14T13:15:34.996Z
19182026-04-14T13:15:34.996Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/271)
19192026-04-14T13:15:35.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202026-04-14T13:15:35.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212026-04-14T13:15:35.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222026-04-14T13:15:35.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19232026-04-14T13:15:35.462Z
19242026-04-14T13:15:35.462Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/271)
19252026-04-14T13:15:35.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262026-04-14T13:15:35.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272026-04-14T13:15:35.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282026-04-14T13:15:35.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19292026-04-14T13:15:35.922Z
19302026-04-14T13:15:35.922Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/271)
19312026-04-14T13:15:36.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322026-04-14T13:15:36.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332026-04-14T13:15:36.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19342026-04-14T13:15:36.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19352026-04-14T13:15:36.387Z
19362026-04-14T13:15:36.387Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/271)
19372026-04-14T13:15:36.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382026-04-14T13:15:36.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392026-04-14T13:15:36.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402026-04-14T13:15:36.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19412026-04-14T13:15:36.855Z
19422026-04-14T13:15:36.855Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/271)
19432026-04-14T13:15:37.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442026-04-14T13:15:37.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452026-04-14T13:15:37.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462026-04-14T13:15:37.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19472026-04-14T13:15:37.323Z
19482026-04-14T13:15:37.323Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/271)
19492026-04-14T13:15:37.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502026-04-14T13:15:37.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512026-04-14T13:15:37.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19522026-04-14T13:15:37.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19532026-04-14T13:15:37.788Z
19542026-04-14T13:15:37.788Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/271)
19552026-04-14T13:15:38.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562026-04-14T13:15:38.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572026-04-14T13:15:38.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582026-04-14T13:15:38.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19592026-04-14T13:15:38.259Z
19602026-04-14T13:15:38.259Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/271)
19612026-04-14T13:15:38.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622026-04-14T13:15:38.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632026-04-14T13:15:38.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642026-04-14T13:15:38.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19652026-04-14T13:15:38.731Z
19662026-04-14T13:15:38.731Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/271)
19672026-04-14T13:15:39.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682026-04-14T13:15:39.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692026-04-14T13:15:39.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702026-04-14T13:15:39.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19712026-04-14T13:15:39.205Z
19722026-04-14T13:15:39.205Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/271)
19732026-04-14T13:15:39.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742026-04-14T13:15:39.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752026-04-14T13:15:39.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762026-04-14T13:15:39.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19772026-04-14T13:15:39.672Z
19782026-04-14T13:15:39.672Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/271)
19792026-04-14T13:15:40.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802026-04-14T13:15:40.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812026-04-14T13:15:40.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822026-04-14T13:15:40.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19832026-04-14T13:15:40.138Z
19842026-04-14T13:15:40.138Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/271)
19852026-04-14T13:15:40.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862026-04-14T13:15:40.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872026-04-14T13:15:40.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882026-04-14T13:15:40.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19892026-04-14T13:15:40.606Z
19902026-04-14T13:15:40.606Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/271)
19912026-04-14T13:15:41.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922026-04-14T13:15:41.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932026-04-14T13:15:41.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942026-04-14T13:15:41.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19952026-04-14T13:15:41.069Z
19962026-04-14T13:15:41.069Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/271)
19972026-04-14T13:15:41.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982026-04-14T13:15:41.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992026-04-14T13:15:41.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002026-04-14T13:15:41.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20012026-04-14T13:15:41.537Z
20022026-04-14T13:15:41.537Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/271)
20032026-04-14T13:15:41.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042026-04-14T13:15:41.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052026-04-14T13:15:41.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062026-04-14T13:15:41.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20072026-04-14T13:15:42.003Z
20082026-04-14T13:15:42.003Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/271)
20092026-04-14T13:15:42.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102026-04-14T13:15:42.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112026-04-14T13:15:42.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122026-04-14T13:15:42.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20132026-04-14T13:15:42.467Z
20142026-04-14T13:15:42.468Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/271)
20152026-04-14T13:15:42.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162026-04-14T13:15:42.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172026-04-14T13:15:42.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182026-04-14T13:15:42.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20192026-04-14T13:15:42.932Z
20202026-04-14T13:15:42.932Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/271)
20212026-04-14T13:15:43.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222026-04-14T13:15:43.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232026-04-14T13:15:43.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242026-04-14T13:15:43.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20252026-04-14T13:15:43.397Z
20262026-04-14T13:15:43.397Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/271)
20272026-04-14T13:15:43.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282026-04-14T13:15:43.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292026-04-14T13:15:43.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302026-04-14T13:15:43.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20312026-04-14T13:15:43.864Z
20322026-04-14T13:15:43.864Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/271)
20332026-04-14T13:15:44.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342026-04-14T13:15:44.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352026-04-14T13:15:44.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362026-04-14T13:15:44.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20372026-04-14T13:15:44.334Z
20382026-04-14T13:15:44.334Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/271)
20392026-04-14T13:15:44.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402026-04-14T13:15:44.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412026-04-14T13:15:44.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422026-04-14T13:15:44.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20432026-04-14T13:15:44.805Z
20442026-04-14T13:15:44.805Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/271)
20452026-04-14T13:15:45.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462026-04-14T13:15:45.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472026-04-14T13:15:45.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482026-04-14T13:15:45.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20492026-04-14T13:15:45.273Z
20502026-04-14T13:15:45.273Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/271)
20512026-04-14T13:15:45.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522026-04-14T13:15:45.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532026-04-14T13:15:45.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542026-04-14T13:15:45.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20552026-04-14T13:15:45.738Z
20562026-04-14T13:15:45.739Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/271)
20572026-04-14T13:15:46.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582026-04-14T13:15:46.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592026-04-14T13:15:46.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602026-04-14T13:15:46.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20612026-04-14T13:15:46.208Z
20622026-04-14T13:15:46.208Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/271)
20632026-04-14T13:15:46.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642026-04-14T13:15:46.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652026-04-14T13:15:46.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662026-04-14T13:15:46.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20672026-04-14T13:15:46.677Z
20682026-04-14T13:15:46.677Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/271)
20692026-04-14T13:15:47.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702026-04-14T13:15:47.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712026-04-14T13:15:47.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722026-04-14T13:15:47.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20732026-04-14T13:15:47.150Z
20742026-04-14T13:15:47.150Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/271)
20752026-04-14T13:15:47.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762026-04-14T13:15:47.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772026-04-14T13:15:47.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782026-04-14T13:15:47.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20792026-04-14T13:15:47.623Z
20802026-04-14T13:15:47.623Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/271)
20812026-04-14T13:15:48.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822026-04-14T13:15:48.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832026-04-14T13:15:48.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842026-04-14T13:15:48.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20852026-04-14T13:15:48.097Z
20862026-04-14T13:15:48.097Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/271)
20872026-04-14T13:15:48.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882026-04-14T13:15:48.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892026-04-14T13:15:48.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20902026-04-14T13:15:48.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20912026-04-14T13:15:48.565Z
20922026-04-14T13:15:48.565Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/271)
20932026-04-14T13:15:48.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942026-04-14T13:15:48.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952026-04-14T13:15:48.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962026-04-14T13:15:48.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20972026-04-14T13:15:49.034Z
20982026-04-14T13:15:49.034Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/271)
20992026-04-14T13:15:49.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002026-04-14T13:15:49.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012026-04-14T13:15:49.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022026-04-14T13:15:49.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21032026-04-14T13:15:49.503Z
21042026-04-14T13:15:49.503Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/271)
21052026-04-14T13:15:50.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062026-04-14T13:15:50.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072026-04-14T13:15:50.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082026-04-14T13:15:50.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21092026-04-14T13:15:50.134Z
21102026-04-14T13:15:50.134Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/271)
21112026-04-14T13:15:50.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122026-04-14T13:15:50.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132026-04-14T13:15:50.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21142026-04-14T13:15:50.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21152026-04-14T13:15:50.770Z
21162026-04-14T13:15:50.770Zinfo: running `cargo check --bins` on nexus-config (51/271)
21172026-04-14T13:15:51.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21182026-04-14T13:15:51.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21192026-04-14T13:15:51.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21202026-04-14T13:15:51.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21212026-04-14T13:15:51.407Z
21222026-04-14T13:15:51.407Zinfo: running `cargo check --bins` on nexus-types (52/271)
21232026-04-14T13:15:51.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242026-04-14T13:15:51.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252026-04-14T13:15:51.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21262026-04-14T13:15:51.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21272026-04-14T13:15:52.045Z
21282026-04-14T13:15:52.045Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/271)
21292026-04-14T13:15:52.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21302026-04-14T13:15:52.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21312026-04-14T13:15:52.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21322026-04-14T13:15:52.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21332026-04-14T13:15:52.646Z
21342026-04-14T13:15:52.646Zinfo: running `cargo check --bins` on omicron-passwords (54/271)
21352026-04-14T13:15:53.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21362026-04-14T13:15:53.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21372026-04-14T13:15:53.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21382026-04-14T13:15:53.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21392026-04-14T13:15:53.223Z
21402026-04-14T13:15:53.223Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/271)
21412026-04-14T13:15:53.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21422026-04-14T13:15:53.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21432026-04-14T13:15:53.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21442026-04-14T13:15:53.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21452026-04-14T13:15:53.826Z
21462026-04-14T13:15:53.826Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/271)
21472026-04-14T13:15:54.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21482026-04-14T13:15:54.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21492026-04-14T13:15:54.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21502026-04-14T13:15:54.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21512026-04-14T13:15:54.427Z
21522026-04-14T13:15:54.427Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/271)
21532026-04-14T13:15:54.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21542026-04-14T13:15:54.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21552026-04-14T13:15:54.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21562026-04-14T13:15:54.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21572026-04-14T13:15:55.031Z
21582026-04-14T13:15:55.031Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/271)
21592026-04-14T13:15:55.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21602026-04-14T13:15:55.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21612026-04-14T13:15:55.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21622026-04-14T13:15:55.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21632026-04-14T13:15:55.634Z
21642026-04-14T13:15:55.634Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/271)
21652026-04-14T13:15:56.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662026-04-14T13:15:56.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672026-04-14T13:15:56.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21682026-04-14T13:15:56.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21692026-04-14T13:15:56.218Z
21702026-04-14T13:15:56.218Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/271)
21712026-04-14T13:15:56.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21722026-04-14T13:15:56.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21732026-04-14T13:15:56.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21742026-04-14T13:15:56.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21752026-04-14T13:15:56.802Z
21762026-04-14T13:15:56.802Zinfo: running `cargo check --bins --no-default-features` on gfss (61/271)
21772026-04-14T13:15:57.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782026-04-14T13:15:57.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792026-04-14T13:15:57.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802026-04-14T13:15:57.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21812026-04-14T13:15:57.382Z
21822026-04-14T13:15:57.382Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/271)
21832026-04-14T13:15:57.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842026-04-14T13:15:57.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852026-04-14T13:15:57.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862026-04-14T13:15:57.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21872026-04-14T13:15:57.969Z
21882026-04-14T13:15:57.969Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/271)
21892026-04-14T13:15:58.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902026-04-14T13:15:58.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912026-04-14T13:15:58.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922026-04-14T13:15:58.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21932026-04-14T13:15:58.571Z
21942026-04-14T13:15:58.571Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/271)
21952026-04-14T13:15:59.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962026-04-14T13:15:59.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972026-04-14T13:15:59.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21982026-04-14T13:15:59.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21992026-04-14T13:15:59.171Z
22002026-04-14T13:15:59.171Zinfo: running `cargo check --bins` on cockroach-admin-types (65/271)
22012026-04-14T13:15:59.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22022026-04-14T13:15:59.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22032026-04-14T13:15:59.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22042026-04-14T13:15:59.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22052026-04-14T13:15:59.749Z
22062026-04-14T13:15:59.749Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/271)
22072026-04-14T13:16:00.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22082026-04-14T13:16:00.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22092026-04-14T13:16:00.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22102026-04-14T13:16:00.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22112026-04-14T13:16:00.333Z
22122026-04-14T13:16:00.333Zinfo: running `cargo check --bins` on ereport-types (67/271)
22132026-04-14T13:16:00.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22142026-04-14T13:16:00.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22152026-04-14T13:16:00.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22162026-04-14T13:16:00.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22172026-04-14T13:16:00.923Z
22182026-04-14T13:16:00.923Zinfo: running `cargo check --bins` on gateway-client (68/271)
22192026-04-14T13:16:01.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202026-04-14T13:16:01.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212026-04-14T13:16:01.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22222026-04-14T13:16:01.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22232026-04-14T13:16:01.521Z
22242026-04-14T13:16:01.521Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/271)
22252026-04-14T13:16:02.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262026-04-14T13:16:02.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272026-04-14T13:16:02.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22282026-04-14T13:16:02.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22292026-04-14T13:16:02.106Z
22302026-04-14T13:16:02.106Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/271)
22312026-04-14T13:16:02.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322026-04-14T13:16:02.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332026-04-14T13:16:02.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22342026-04-14T13:16:02.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22352026-04-14T13:16:02.693Z
22362026-04-14T13:16:02.694Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/271)
22372026-04-14T13:16:03.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22382026-04-14T13:16:03.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22392026-04-14T13:16:03.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22402026-04-14T13:16:03.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22412026-04-14T13:16:03.284Z
22422026-04-14T13:16:03.284Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/271)
22432026-04-14T13:16:03.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22442026-04-14T13:16:03.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22452026-04-14T13:16:03.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22462026-04-14T13:16:03.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22472026-04-14T13:16:03.880Z
22482026-04-14T13:16:03.880Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/271)
22492026-04-14T13:16:04.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22502026-04-14T13:16:04.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22512026-04-14T13:16:04.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22522026-04-14T13:16:04.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22532026-04-14T13:16:04.493Z
22542026-04-14T13:16:04.493Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/271)
22552026-04-14T13:16:05.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22562026-04-14T13:16:05.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22572026-04-14T13:16:05.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22582026-04-14T13:16:05.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22592026-04-14T13:16:05.100Z
22602026-04-14T13:16:05.100Zinfo: running `cargo check --bins` on key-manager-types (75/271)
22612026-04-14T13:16:05.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22622026-04-14T13:16:05.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22632026-04-14T13:16:05.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22642026-04-14T13:16:05.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22652026-04-14T13:16:05.685Z
22662026-04-14T13:16:05.685Zinfo: running `cargo check --bins` on oxlog (76/271)
22672026-04-14T13:16:06.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22682026-04-14T13:16:06.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22692026-04-14T13:16:06.294Z Checking cfg-if v1.0.4
22702026-04-14T13:16:06.304Z Checking libc v0.2.180
22712026-04-14T13:16:06.304Z Checking serde_core v1.0.228
22722026-04-14T13:16:06.410Z Checking zeroize v1.8.2
22732026-04-14T13:16:06.420Z Checking memchr v2.8.0
22742026-04-14T13:16:06.429Z Checking log v0.4.29
22752026-04-14T13:16:06.436Z Checking smallvec v1.15.1
22762026-04-14T13:16:06.447Z Checking typenum v1.19.0
22772026-04-14T13:16:06.447Z Checking subtle v2.6.1
22782026-04-14T13:16:06.546Z Checking itoa v1.0.17
22792026-04-14T13:16:06.587Z Checking scopeguard v1.2.0
22802026-04-14T13:16:06.599Z Checking const-oid v0.9.6
22812026-04-14T13:16:06.609Z Checking stable_deref_trait v1.2.1
22822026-04-14T13:16:06.681Z Checking lock_api v0.4.14
22832026-04-14T13:16:06.693Z Checking portable-atomic v1.13.1
22842026-04-14T13:16:06.696Z Checking zerofrom v0.1.6
22852026-04-14T13:16:06.786Z Checking critical-section v1.2.0
22862026-04-14T13:16:06.801Z Checking yoke v0.8.1
22872026-04-14T13:16:06.811Z Checking getrandom v0.2.17
22882026-04-14T13:16:06.872Z Checking errno v0.3.14
22892026-04-14T13:16:06.886Z Checking parking_lot_core v0.9.12
22902026-04-14T13:16:06.949Z Checking rand_core v0.6.4
22912026-04-14T13:16:06.960Z Checking zerovec v0.11.5
22922026-04-14T13:16:06.963Z Checking generic-array v0.14.7
22932026-04-14T13:16:06.985Z Checking signal-hook-registry v1.4.8
22942026-04-14T13:16:07.065Z Checking zerocopy v0.8.40
22952026-04-14T13:16:07.090Z Checking once_cell v1.21.3
22962026-04-14T13:16:07.118Z Checking pin-project-lite v0.2.17
22972026-04-14T13:16:07.139Z Checking parking_lot v0.12.5
22982026-04-14T13:16:07.210Z Checking mio v1.1.1
22992026-04-14T13:16:07.256Z Checking socket2 v0.6.2
23002026-04-14T13:16:07.269Z Checking libm v0.2.16
23012026-04-14T13:16:07.319Z Checking zmij v1.0.21
23022026-04-14T13:16:07.386Z Checking tinystr v0.8.2
23032026-04-14T13:16:07.390Z Checking crypto-common v0.1.7
23042026-04-14T13:16:07.484Z Checking block-buffer v0.10.4
23052026-04-14T13:16:07.496Z Checking percent-encoding v2.3.2
23062026-04-14T13:16:07.513Z Checking futures-core v0.3.32
23072026-04-14T13:16:07.527Z Checking equivalent v1.0.2
23082026-04-14T13:16:07.557Z Checking litemap v0.8.1
23092026-04-14T13:16:07.605Z Checking allocator-api2 v0.2.21
23102026-04-14T13:16:07.621Z Checking digest v0.10.7
23112026-04-14T13:16:07.632Z Checking writeable v0.6.2
23122026-04-14T13:16:07.644Z Checking potential_utf v0.1.4
23132026-04-14T13:16:07.726Z Checking zerotrie v0.2.3
23142026-04-14T13:16:07.768Z Checking cpufeatures v0.2.17
23152026-04-14T13:16:07.786Z Checking icu_locale_core v2.1.1
23162026-04-14T13:16:07.805Z Checking foldhash v0.2.0
23172026-04-14T13:16:07.834Z Checking hmac v0.12.1
23182026-04-14T13:16:07.877Z Checking serde v1.0.228
23192026-04-14T13:16:07.877Z Checking bitflags v2.11.0
23202026-04-14T13:16:07.952Z Checking num-traits v0.2.19
23212026-04-14T13:16:07.956Z Checking serde_json v1.0.149
23222026-04-14T13:16:07.962Z Checking hashbrown v0.16.1
23232026-04-14T13:16:07.969Z Checking icu_collections v2.1.1
23242026-04-14T13:16:08.037Z Checking block-padding v0.3.3
23252026-04-14T13:16:08.170Z Checking getrandom v0.3.4
23262026-04-14T13:16:08.271Z Checking bytes v1.11.1
23272026-04-14T13:16:08.284Z Checking icu_properties_data v2.1.2
23282026-04-14T13:16:08.313Z Checking icu_normalizer_data v2.1.1
23292026-04-14T13:16:08.329Z Checking icu_provider v2.1.1
23302026-04-14T13:16:08.385Z Checking futures-sink v0.3.32
23312026-04-14T13:16:08.408Z Checking inout v0.1.4
23322026-04-14T13:16:08.481Z Checking futures-channel v0.3.32
23332026-04-14T13:16:08.492Z Checking indexmap v2.13.0
23342026-04-14T13:16:08.510Z Checking futures-io v0.3.32
23352026-04-14T13:16:08.544Z Checking futures-task v0.3.32
23362026-04-14T13:16:08.555Z Checking icu_normalizer v2.1.1
23372026-04-14T13:16:08.619Z Checking icu_properties v2.1.2
23382026-04-14T13:16:08.663Z Checking slab v0.4.12
23392026-04-14T13:16:08.675Z Checking cipher v0.4.4
23402026-04-14T13:16:08.685Z Checking sha2 v0.10.9
23412026-04-14T13:16:08.703Z Checking tokio v1.50.0
23422026-04-14T13:16:08.816Z Checking futures-util v0.3.32
23432026-04-14T13:16:08.857Z Checking base64ct v1.8.3
23442026-04-14T13:16:08.880Z Checking byteorder v1.5.0
23452026-04-14T13:16:08.956Z Checking utf8_iter v1.0.4
23462026-04-14T13:16:09.051Z Checking form_urlencoded v1.2.2
23472026-04-14T13:16:09.077Z Checking rand_core v0.10.0
23482026-04-14T13:16:09.088Z Checking fnv v1.0.7
23492026-04-14T13:16:09.099Z Checking pem-rfc7468 v0.7.0
23502026-04-14T13:16:09.178Z Checking flagset v0.4.7
23512026-04-14T13:16:09.190Z Checking rand_core v0.9.5
23522026-04-14T13:16:09.217Z Checking getrandom v0.4.1
23532026-04-14T13:16:09.260Z Checking salsa20 v0.10.2
23542026-04-14T13:16:09.300Z Checking der v0.7.10
23552026-04-14T13:16:09.361Z Checking http v1.4.0
23562026-04-14T13:16:09.364Z Checking uuid v1.23.0
23572026-04-14T13:16:09.389Z Checking pbkdf2 v0.12.2
23582026-04-14T13:16:09.453Z Checking idna_adapter v1.2.1
23592026-04-14T13:16:09.493Z Checking scrypt v0.11.0
23602026-04-14T13:16:09.579Z Checking idna v1.1.0
23612026-04-14T13:16:09.636Z Checking cbc v0.1.2
23622026-04-14T13:16:09.688Z Checking aes v0.8.4
23632026-04-14T13:16:09.763Z Checking rustix v1.1.3
23642026-04-14T13:16:09.813Z Checking url v2.5.8
23652026-04-14T13:16:09.830Z Checking ppv-lite86 v0.2.21
23662026-04-14T13:16:09.920Z Checking tracing-core v0.1.36
23672026-04-14T13:16:10.029Z Checking spki v0.7.3
23682026-04-14T13:16:10.076Z Checking rustls-pki-types v1.14.0
23692026-04-14T13:16:10.117Z Checking rand_chacha v0.9.0
23702026-04-14T13:16:10.191Z Checking regex-syntax v0.8.10
23712026-04-14T13:16:10.221Z Checking iana-time-zone v0.1.65
23722026-04-14T13:16:10.246Z Checking tracing v0.1.44
23732026-04-14T13:16:10.313Z Checking rand v0.9.2
23742026-04-14T13:16:10.325Z Checking chrono v0.4.44
23752026-04-14T13:16:10.353Z Checking pkcs5 v0.7.1
23762026-04-14T13:16:10.449Z Checking http-body v1.0.1
23772026-04-14T13:16:10.581Z Checking aws-lc-sys v0.37.1
23782026-04-14T13:16:10.594Z Checking untrusted v0.7.1
23792026-04-14T13:16:10.607Z Checking openssl-probe v0.2.1
23802026-04-14T13:16:10.705Z Checking untrusted v0.9.0
23812026-04-14T13:16:10.717Z Checking base64 v0.22.1
23822026-04-14T13:16:10.735Z Checking pkcs8 v0.10.2
23832026-04-14T13:16:10.776Z Checking atomic-waker v1.1.2
23842026-04-14T13:16:10.810Z Checking ring v0.17.14
23852026-04-14T13:16:10.874Z Checking tower-service v0.3.3
23862026-04-14T13:16:10.909Z Checking tower-layer v0.3.3
23872026-04-14T13:16:10.952Z Checking try-lock v0.2.5
23882026-04-14T13:16:10.964Z Checking plain v0.2.3
23892026-04-14T13:16:11.049Z Checking tinyvec_macros v0.1.1
23902026-04-14T13:16:11.061Z Checking want v0.3.1
23912026-04-14T13:16:11.076Z Checking ipnet v2.11.0
23922026-04-14T13:16:11.087Z Checking aws-lc-rs v1.16.0
23932026-04-14T13:16:11.114Z Checking tinyvec v1.10.0
23942026-04-14T13:16:11.175Z Checking semver v1.0.27
23952026-04-14T13:16:11.187Z Checking httparse v1.10.1
23962026-04-14T13:16:11.330Z Checking spin v0.9.8
23972026-04-14T13:16:11.380Z Checking unicode-ident v1.0.24
23982026-04-14T13:16:11.394Z Checking pin-utils v0.1.0
23992026-04-14T13:16:11.420Z Checking dyn-clone v1.0.20
24002026-04-14T13:16:11.461Z Checking foreign-types-shared v0.1.1
24012026-04-14T13:16:11.487Z Checking httpdate v1.0.3
24022026-04-14T13:16:11.487Z Checking fastrand v2.3.0
24032026-04-14T13:16:11.510Z Checking ucd-trie v0.1.7
24042026-04-14T13:16:11.520Z Checking schemars v0.8.22
24052026-04-14T13:16:11.534Z Checking foreign-types v0.3.2
24062026-04-14T13:16:11.600Z Checking proc-macro2 v1.0.106
24072026-04-14T13:16:11.630Z Checking openssl-sys v0.9.111
24082026-04-14T13:16:11.641Z Checking pest v2.8.6
24092026-04-14T13:16:11.670Z Checking tempfile v3.25.0
24102026-04-14T13:16:11.787Z Checking thiserror v2.0.18
24112026-04-14T13:16:11.863Z Checking socket2 v0.5.10
24122026-04-14T13:16:11.886Z Checking wait-timeout v0.2.1
24132026-04-14T13:16:11.900Z Checking tokio-util v0.7.18
24142026-04-14T13:16:11.913Z Checking rustls-webpki v0.103.9
24152026-04-14T13:16:11.916Z Checking aho-corasick v1.1.4
24162026-04-14T13:16:12.005Z Checking siphasher v1.0.2
24172026-04-14T13:16:12.101Z Checking powerfmt v0.2.0
24182026-04-14T13:16:12.113Z Checking utf8parse v0.2.2
24192026-04-14T13:16:12.160Z Checking anstyle v1.0.13
24202026-04-14T13:16:12.173Z Checking bit-vec v0.8.0
24212026-04-14T13:16:12.207Z Checking pretty-hex v0.4.1
24222026-04-14T13:16:12.245Z Checking simd-adler32 v0.3.8
24232026-04-14T13:16:12.322Z Checking quick-error v1.2.3
24242026-04-14T13:16:12.334Z Checking rustls v0.23.37
24252026-04-14T13:16:12.345Z Checking deranged v0.5.8
24262026-04-14T13:16:12.359Z Checking bit-set v0.8.0
24272026-04-14T13:16:12.413Z Checking anstyle-parse v0.2.7
24282026-04-14T13:16:12.857Z Checking rusty-fork v0.3.1
24292026-04-14T13:16:12.857Z Checking h2 v0.4.13
24302026-04-14T13:16:12.857Z Checking openssl v0.10.75
24312026-04-14T13:16:12.857Z Checking quote v1.0.44
24322026-04-14T13:16:12.857Z Checking regex-automata v0.4.14
24332026-04-14T13:16:12.857Z Compiling newtype-uuid v1.3.2
24342026-04-14T13:16:12.857Z Checking unicode-normalization v0.1.25
24352026-04-14T13:16:12.857Z Checking rustls-native-certs v0.8.3
24362026-04-14T13:16:12.857Z Checking crossbeam-utils v0.8.21
24372026-04-14T13:16:12.857Z Checking rand_xorshift v0.4.0
24382026-04-14T13:16:12.967Z Checking crc32fast v1.5.0
24392026-04-14T13:16:13.090Z Checking scroll v0.13.0
24402026-04-14T13:16:13.106Z Checking signature v2.2.0
24412026-04-14T13:16:13.106Z Checking sync_wrapper v1.0.2
24422026-04-14T13:16:13.208Z Checking is_terminal_polyfill v1.70.2
24432026-04-14T13:16:13.244Z Checking unarray v0.1.4
24442026-04-14T13:16:13.255Z Checking anstyle-query v1.1.5
24452026-04-14T13:16:13.293Z Checking num_threads v0.1.7
24462026-04-14T13:16:13.312Z Checking adler2 v2.0.1
24472026-04-14T13:16:13.341Z Checking unicode-bidi v0.3.18
24482026-04-14T13:16:13.354Z Checking unicode-properties v0.1.4
24492026-04-14T13:16:13.373Z Checking time-core v0.1.8
24502026-04-14T13:16:13.414Z Checking num-conv v0.2.0
24512026-04-14T13:16:13.513Z Checking colorchoice v1.0.4
24522026-04-14T13:16:13.529Z Checking time v0.3.47
24532026-04-14T13:16:13.541Z Checking miniz_oxide v0.8.9
24542026-04-14T13:16:13.609Z Checking anstream v0.6.21
24552026-04-14T13:16:13.626Z Checking stringprep v0.1.5
24562026-04-14T13:16:13.777Z Checking proptest v1.10.0
24572026-04-14T13:16:13.801Z Checking goblin v0.10.5
24582026-04-14T13:16:13.887Z Checking tower v0.5.3
24592026-04-14T13:16:14.278Z Checking crossbeam-epoch v0.9.18
24602026-04-14T13:16:14.412Z Compiling daft v0.1.5
24612026-04-14T13:16:14.454Z Checking native-tls v0.2.18
24622026-04-14T13:16:14.507Z Checking syn v2.0.117
24632026-04-14T13:16:14.631Z Checking ipnetwork v0.21.1
24642026-04-14T13:16:14.677Z Checking http-body-util v0.1.3
24652026-04-14T13:16:14.691Z Checking webpki-roots v1.0.6
24662026-04-14T13:16:14.702Z Checking tokio-rustls v0.26.4
24672026-04-14T13:16:14.804Z Checking rand_chacha v0.3.1
24682026-04-14T13:16:14.844Z Checking scroll v0.12.0
24692026-04-14T13:16:14.893Z Checking thiserror v1.0.69
24702026-04-14T13:16:14.926Z Checking zstd-sys v2.0.16+zstd.1.5.7
24712026-04-14T13:16:14.988Z Checking hash32 v0.2.1
24722026-04-14T13:16:15.008Z Checking num-integer v0.1.46
24732026-04-14T13:16:15.035Z Checking serde_spanned v0.6.9
24742026-04-14T13:16:15.071Z Checking toml_datetime v0.6.11
24752026-04-14T13:16:15.141Z Checking md-5 v0.10.6
24762026-04-14T13:16:15.158Z Checking ff v0.13.1
24772026-04-14T13:16:15.195Z Checking hyper v1.8.1
24782026-04-14T13:16:15.228Z Checking base16ct v0.2.0
24792026-04-14T13:16:15.244Z Checking fallible-iterator v0.2.0
24802026-04-14T13:16:15.273Z Checking zlib-rs v0.6.2
24812026-04-14T13:16:15.284Z Checking iri-string v0.7.10
24822026-04-14T13:16:15.350Z Checking psl-types v2.0.11
24832026-04-14T13:16:15.467Z Checking ryu v1.0.23
24842026-04-14T13:16:15.515Z Checking postgres-protocol v0.6.10
24852026-04-14T13:16:15.601Z Checking serde_urlencoded v0.7.1
24862026-04-14T13:16:15.725Z Checking publicsuffix v2.3.0
24872026-04-14T13:16:15.801Z Checking sec1 v0.7.3
24882026-04-14T13:16:15.820Z Checking group v0.13.0
24892026-04-14T13:16:15.884Z Compiling iddqd v0.3.17
24902026-04-14T13:16:15.967Z Checking num-iter v0.1.45
24912026-04-14T13:16:16.003Z Checking heapless v0.7.17
24922026-04-14T13:16:16.077Z Checking goblin v0.8.2
24932026-04-14T13:16:16.097Z Checking hyper-util v0.1.20
24942026-04-14T13:16:16.122Z Checking dof v0.4.0
24952026-04-14T13:16:16.134Z Checking flate2 v1.1.9
24962026-04-14T13:16:16.289Z Checking tower-http v0.6.8
24972026-04-14T13:16:16.403Z Checking zstd-safe v7.2.4
24982026-04-14T13:16:16.424Z Checking rand v0.8.5
24992026-04-14T13:16:16.561Z Checking oxnet v0.1.4
25002026-04-14T13:16:16.574Z Checking cookie v0.18.1
25012026-04-14T13:16:16.736Z Checking tokio-native-tls v0.3.1
25022026-04-14T13:16:16.764Z Checking dtrace-parser v0.3.0
25032026-04-14T13:16:16.796Z Checking phf_shared v0.13.1
25042026-04-14T13:16:16.796Z Checking lazy_static v1.5.0
25052026-04-14T13:16:16.885Z Checking zerocopy v0.7.35
25062026-04-14T13:16:16.897Z Checking terminal_size v0.4.3
25072026-04-14T13:16:16.939Z Checking bzip2-sys v0.1.13+1.0.8
25082026-04-14T13:16:16.989Z Checking signal-hook v0.3.18
25092026-04-14T13:16:17.002Z Checking hkdf v0.12.4
25102026-04-14T13:16:17.002Z Checking crypto-bigint v0.5.5
25112026-04-14T13:16:17.025Z Checking thread-id v5.1.0
25122026-04-14T13:16:17.037Z Checking bumpalo v3.20.2
25132026-04-14T13:16:17.101Z Checking managed v0.8.0
25142026-04-14T13:16:17.130Z Checking foldhash v0.1.5
25152026-04-14T13:16:17.171Z Checking bitflags v1.3.2
25162026-04-14T13:16:17.228Z Checking strsim v0.11.1
25172026-04-14T13:16:17.242Z Checking libbz2-rs-sys v0.2.2
25182026-04-14T13:16:17.261Z Checking winnow v0.7.14
25192026-04-14T13:16:17.278Z Checking either v1.15.0
25202026-04-14T13:16:17.311Z Checking hyper-rustls v0.27.7
25212026-04-14T13:16:17.370Z Compiling rayon-core v1.13.0
25222026-04-14T13:16:17.385Z Checking clap_lex v1.0.0
25232026-04-14T13:16:17.458Z Checking winnow v0.5.40
25242026-04-14T13:16:17.515Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25252026-04-14T13:16:17.532Z Checking clap_builder v4.5.60
25262026-04-14T13:16:17.560Z Checking hyper-tls v0.6.0
25272026-04-14T13:16:17.623Z Checking bzip2 v0.6.1
25282026-04-14T13:16:17.694Z Checking smoltcp v0.9.1
25292026-04-14T13:16:17.727Z Checking hashbrown v0.15.5
25302026-04-14T13:16:17.784Z Checking zopfli v0.8.3
25312026-04-14T13:16:17.894Z Checking elliptic-curve v0.13.8
25322026-04-14T13:16:17.949Z Checking dof v0.3.0
25332026-04-14T13:16:18.111Z Checking signal-hook-mio v0.2.5
25342026-04-14T13:16:18.182Z Checking usdt-impl v0.6.0
25352026-04-14T13:16:18.194Z Checking bzip2 v0.4.4
25362026-04-14T13:16:18.214Z Checking phf v0.13.1
25372026-04-14T13:16:18.225Z Checking num-bigint-dig v0.8.6
25382026-04-14T13:16:18.352Z Checking cookie_store v0.22.1
25392026-04-14T13:16:18.363Z Checking zstd v0.13.3
25402026-04-14T13:16:18.428Z Checking postgres-types v0.2.12
25412026-04-14T13:16:18.458Z Checking dtrace-parser v0.2.0
25422026-04-14T13:16:18.508Z Checking rustls-platform-verifier v0.6.2
25432026-04-14T13:16:18.545Z Checking crossbeam-deque v0.8.6
25442026-04-14T13:16:18.585Z Checking toml_edit v0.19.15
25452026-04-14T13:16:18.645Z Checking bstr v1.12.1
25462026-04-14T13:16:18.678Z Checking regex v1.12.3
25472026-04-14T13:16:18.689Z Checking ed25519 v2.2.3
25482026-04-14T13:16:18.716Z Checking phf_shared v0.11.3
25492026-04-14T13:16:18.732Z Checking curve25519-dalek v4.1.3
25502026-04-14T13:16:18.747Z Checking ref-cast v1.0.25
25512026-04-14T13:16:18.843Z Checking strum v0.27.2
25522026-04-14T13:16:18.855Z Checking hubpack v0.1.2
25532026-04-14T13:16:18.866Z Checking memoffset v0.9.1
25542026-04-14T13:16:18.950Z Checking rustix v0.38.44
25552026-04-14T13:16:18.950Z Checking pkcs1 v0.7.5
25562026-04-14T13:16:18.982Z Checking float-cmp v0.10.0
25572026-04-14T13:16:19.022Z Checking serde-big-array v0.5.1
25582026-04-14T13:16:19.039Z Checking erased-serde v0.3.31
25592026-04-14T13:16:19.052Z Checking hex v0.4.3
25602026-04-14T13:16:19.106Z Checking rfc6979 v0.4.0
25612026-04-14T13:16:19.154Z Checking thread-id v4.2.2
25622026-04-14T13:16:19.179Z Checking memmap2 v0.9.10
25632026-04-14T13:16:19.220Z Checking env_filter v1.0.0
25642026-04-14T13:16:19.233Z Checking encoding_rs v0.8.35
25652026-04-14T13:16:19.272Z Checking mime v0.3.17
25662026-04-14T13:16:19.337Z Checking new_debug_unreachable v1.0.6
25672026-04-14T13:16:19.362Z Checking keccak v0.1.6
25682026-04-14T13:16:19.405Z Checking precomputed-hash v0.1.1
25692026-04-14T13:16:19.420Z Checking toml_write v0.1.2
25702026-04-14T13:16:19.447Z Checking fixedbitset v0.5.7
25712026-04-14T13:16:19.486Z Checking unicode-segmentation v1.12.0
25722026-04-14T13:16:19.516Z Checking whoami v2.1.0
25732026-04-14T13:16:19.528Z Checking fixedbitset v0.4.2
25742026-04-14T13:16:19.586Z Checking static_assertions v1.1.0
25752026-04-14T13:16:19.621Z Checking data-encoding v2.10.0
25762026-04-14T13:16:19.642Z Checking rustc-hash v2.1.1
25772026-04-14T13:16:19.655Z Checking difflib v0.4.0
25782026-04-14T13:16:19.672Z Checking jiff v0.2.21
25792026-04-14T13:16:19.708Z Checking normalize-line-endings v0.3.0
25802026-04-14T13:16:19.754Z Checking predicates-core v1.0.10
25812026-04-14T13:16:19.767Z Checking crossterm v0.28.1
25822026-04-14T13:16:19.792Z Checking similar v2.7.0
25832026-04-14T13:16:19.826Z Checking tokio-postgres v0.7.16
25842026-04-14T13:16:19.871Z Checking predicates v3.1.4
25852026-04-14T13:16:19.890Z Checking hickory-proto v0.25.2
25862026-04-14T13:16:20.166Z Checking petgraph v0.6.5
25872026-04-14T13:16:20.178Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
25882026-04-14T13:16:20.181Z Checking reqwest v0.12.28
25892026-04-14T13:16:20.465Z Checking petgraph v0.8.3
25902026-04-14T13:16:20.633Z Checking toml v0.7.8
25912026-04-14T13:16:20.938Z Checking toml_edit v0.22.27
25922026-04-14T13:16:21.028Z Checking sha3 v0.10.8
25932026-04-14T13:16:21.047Z Checking ed25519-dalek v2.2.0
25942026-04-14T13:16:21.229Z Checking string_cache v0.8.9
25952026-04-14T13:16:21.281Z Checking slog v2.8.2
25962026-04-14T13:16:21.393Z Checking env_logger v0.11.9
25972026-04-14T13:16:21.396Z Checking usdt v0.6.0
25982026-04-14T13:16:21.540Z Checking serde_with v3.17.0
25992026-04-14T13:16:21.569Z Checking usdt-impl v0.5.0
26002026-04-14T13:16:21.581Z Checking ecdsa v0.16.9
26012026-04-14T13:16:21.845Z Checking rsa v0.9.10
26022026-04-14T13:16:21.869Z Checking zip v4.6.1
26032026-04-14T13:16:21.910Z Checking nix v0.31.1
26042026-04-14T13:16:22.011Z Checking clap v4.5.60
26052026-04-14T13:16:22.090Z Checking reqwest v0.13.2
26062026-04-14T13:16:22.311Z Checking toml_parser v1.0.9+spec-1.1.0
26072026-04-14T13:16:22.351Z Checking zip v0.6.6
26082026-04-14T13:16:22.381Z Checking itertools v0.13.0
26092026-04-14T13:16:22.429Z Checking strum v0.26.3
26102026-04-14T13:16:22.543Z Checking fs-err v3.3.0
26112026-04-14T13:16:22.625Z Checking ahash v0.8.12
26122026-04-14T13:16:22.639Z Checking tokio-stream v0.1.18
26132026-04-14T13:16:22.669Z Checking object v0.37.3
26142026-04-14T13:16:22.819Z Checking buf-list v1.1.2
26152026-04-14T13:16:22.834Z Checking camino v1.2.2
26162026-04-14T13:16:22.905Z Checking anyhow v1.0.102
26172026-04-14T13:16:22.938Z Checking x509-cert v0.2.5
26182026-04-14T13:16:22.952Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
26192026-04-14T13:16:22.996Z Checking openapiv3 v2.2.0
26202026-04-14T13:16:23.016Z Checking toml_datetime v0.7.5+spec-1.1.0
26212026-04-14T13:16:23.078Z Checking sha1 v0.10.6
26222026-04-14T13:16:23.100Z Checking peg-runtime v0.8.5
26232026-04-14T13:16:23.208Z Checking lalrpop-util v0.19.12
26242026-04-14T13:16:23.219Z Checking rayon v1.11.0
26252026-04-14T13:16:23.235Z Checking sigpipe v0.1.3
26262026-04-14T13:16:23.248Z Checking glob v0.3.3
26272026-04-14T13:16:24.843Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26282026-04-14T13:16:25.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.42s
26292026-04-14T13:16:25.278Z
26302026-04-14T13:16:25.278Zinfo: running `cargo check --bins` on internal-dns-types (77/271)
26312026-04-14T13:16:25.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322026-04-14T13:16:25.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332026-04-14T13:16:25.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26342026-04-14T13:16:25.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26352026-04-14T13:16:25.870Z
26362026-04-14T13:16:25.870Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/271)
26372026-04-14T13:16:26.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382026-04-14T13:16:26.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392026-04-14T13:16:26.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26402026-04-14T13:16:26.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26412026-04-14T13:16:26.471Z
26422026-04-14T13:16:26.471Zinfo: running `cargo check --bins` on nexus-types-versions (79/271)
26432026-04-14T13:16:26.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26442026-04-14T13:16:26.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26452026-04-14T13:16:26.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26462026-04-14T13:16:26.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26472026-04-14T13:16:27.088Z
26482026-04-14T13:16:27.088Zinfo: running `cargo check --bins` on oxql-types (80/271)
26492026-04-14T13:16:27.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502026-04-14T13:16:27.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512026-04-14T13:16:27.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26522026-04-14T13:16:27.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26532026-04-14T13:16:27.669Z
26542026-04-14T13:16:27.669Zinfo: running `cargo check --bins` on oximeter-types (81/271)
26552026-04-14T13:16:28.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562026-04-14T13:16:28.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572026-04-14T13:16:28.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26582026-04-14T13:16:28.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26592026-04-14T13:16:28.264Z
26602026-04-14T13:16:28.264Zinfo: running `cargo check --bins` on oximeter-types-versions (82/271)
26612026-04-14T13:16:28.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26622026-04-14T13:16:28.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26632026-04-14T13:16:28.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26642026-04-14T13:16:28.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26652026-04-14T13:16:28.866Z
26662026-04-14T13:16:28.866Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/271)
26672026-04-14T13:16:29.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26682026-04-14T13:16:29.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26692026-04-14T13:16:29.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26702026-04-14T13:16:29.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26712026-04-14T13:16:29.449Z
26722026-04-14T13:16:29.449Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/271)
26732026-04-14T13:16:29.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26742026-04-14T13:16:29.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26752026-04-14T13:16:30.124Z Compiling structmeta-derive v0.3.0
26762026-04-14T13:16:30.238Z Compiling rustls v0.22.4
26772026-04-14T13:16:30.249Z Compiling multer v3.1.0
26782026-04-14T13:16:30.259Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26792026-04-14T13:16:30.263Z Compiling async-stream-impl v0.3.6
26802026-04-14T13:16:30.282Z Compiling dropshot v0.16.7
26812026-04-14T13:16:30.297Z Compiling dropshot_endpoint v0.16.7
26822026-04-14T13:16:30.300Z Compiling newtype-uuid-macros v0.1.0
26832026-04-14T13:16:30.416Z Checking newtype-uuid v1.3.2
26842026-04-14T13:16:30.491Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26852026-04-14T13:16:30.530Z Checking rustls-webpki v0.102.8
26862026-04-14T13:16:30.610Z Checking daft v0.1.5
26872026-04-14T13:16:30.631Z Checking futures-executor v0.3.32
26882026-04-14T13:16:30.841Z Checking thread_local v1.1.9
26892026-04-14T13:16:30.854Z Compiling match_cfg v0.1.0
26902026-04-14T13:16:30.925Z Compiling hostname v0.3.1
26912026-04-14T13:16:31.005Z Checking iddqd v0.3.17
26922026-04-14T13:16:31.032Z Checking futures v0.3.32
26932026-04-14T13:16:31.055Z Checking crossbeam-channel v0.5.15
26942026-04-14T13:16:31.068Z Checking slog-json v2.6.1
26952026-04-14T13:16:31.281Z Compiling structmeta v0.3.0
26962026-04-14T13:16:31.313Z Compiling serde_spanned v1.0.4
26972026-04-14T13:16:31.461Z Checking is-terminal v0.4.17
26982026-04-14T13:16:31.492Z Compiling derive-ex v0.1.8
26992026-04-14T13:16:31.520Z Compiling parse-display-derive v0.10.0
27002026-04-14T13:16:31.533Z Checking debug-ignore v1.0.5
27012026-04-14T13:16:31.549Z Checking toml_writer v1.0.6+spec-1.1.0
27022026-04-14T13:16:31.630Z Checking take_mut v0.2.2
27032026-04-14T13:16:31.725Z Checking term v1.2.1
27042026-04-14T13:16:31.846Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27052026-04-14T13:16:31.922Z Compiling toml v0.9.12+spec-1.1.0
27062026-04-14T13:16:31.938Z Checking slog-async v2.8.0
27072026-04-14T13:16:31.942Z Checking slog-term v2.9.2
27082026-04-14T13:16:32.112Z Compiling slog-bunyan v2.5.0
27092026-04-14T13:16:32.248Z Compiling async-stream v0.3.6
27102026-04-14T13:16:32.345Z Checking tokio-rustls v0.25.0
27112026-04-14T13:16:32.420Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27122026-04-14T13:16:32.530Z Checking progenitor-client v0.13.0
27132026-04-14T13:16:32.543Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27142026-04-14T13:16:32.683Z Checking backon v1.6.0
27152026-04-14T13:16:32.760Z Checking waitgroup v0.1.2
27162026-04-14T13:16:32.861Z Checking rustls-pemfile v2.2.0
27172026-04-14T13:16:33.154Z Compiling test-strategy v0.4.5
27182026-04-14T13:16:33.175Z Checking serde_path_to_error v0.1.20
27192026-04-14T13:16:33.216Z Checking hostname v0.4.2
27202026-04-14T13:16:33.220Z Checking instant v0.1.13
27212026-04-14T13:16:33.314Z Compiling prettyplease v0.2.37
27222026-04-14T13:16:33.359Z Compiling backoff v0.4.0
27232026-04-14T13:16:33.427Z Compiling parse-display v0.10.0
27242026-04-14T13:16:33.552Z Compiling progenitor-extras v0.1.1
27252026-04-14T13:16:33.680Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27262026-04-14T13:16:33.782Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27272026-04-14T13:16:33.931Z Checking progenitor-client v0.10.0
27282026-04-14T13:16:33.966Z Checking itertools v0.14.0
27292026-04-14T13:16:34.157Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27302026-04-14T13:16:34.570Z Checking regress v0.10.5
27312026-04-14T13:16:34.669Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27322026-04-14T13:16:35.219Z Compiling macaddr v1.0.1
27332026-04-14T13:16:35.365Z Checking num-rational v0.4.2
27342026-04-14T13:16:35.443Z Compiling usdt-macro v0.5.0
27352026-04-14T13:16:35.526Z Compiling usdt-attr-macro v0.5.0
27362026-04-14T13:16:35.640Z Checking num-complex v0.4.6
27372026-04-14T13:16:35.970Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27382026-04-14T13:16:35.985Z Checking memmap v0.7.0
27392026-04-14T13:16:36.023Z Checking num v0.4.3
27402026-04-14T13:16:36.095Z Checking float-ord v0.3.2
27412026-04-14T13:16:36.169Z Compiling toml v0.8.23
27422026-04-14T13:16:36.199Z Checking linked-hash-map v0.5.6
27432026-04-14T13:16:36.278Z Checking usdt v0.5.0
27442026-04-14T13:16:36.366Z Compiling minimal-lexical v0.2.1
27452026-04-14T13:16:36.444Z Checking lru-cache v0.1.2
27462026-04-14T13:16:36.566Z Compiling nom v7.1.3
27472026-04-14T13:16:37.114Z Checking hickory-proto v0.24.4
27482026-04-14T13:16:37.144Z Checking phf_shared v0.12.1
27492026-04-14T13:16:37.279Z Compiling slog-dtrace v0.3.0
27502026-04-14T13:16:37.292Z Compiling chrono-tz v0.10.4
27512026-04-14T13:16:37.469Z Checking resolv-conf v0.7.6
27522026-04-14T13:16:37.482Z Compiling convert_case v0.4.0
27532026-04-14T13:16:37.653Z Checking heck v0.5.0
27542026-04-14T13:16:37.732Z Compiling const_format_proc_macros v0.2.34
27552026-04-14T13:16:37.848Z Checking phf v0.12.1
27562026-04-14T13:16:37.860Z Compiling derive_more v0.99.20
27572026-04-14T13:16:37.916Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27582026-04-14T13:16:37.989Z Checking tokio-dtrace v0.1.1
27592026-04-14T13:16:38.181Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27602026-04-14T13:16:38.386Z Compiling derive-where v1.6.0
27612026-04-14T13:16:38.704Z Checking highway v1.3.0
27622026-04-14T13:16:38.777Z Checking const_format v0.2.35
27632026-04-14T13:16:38.878Z Checking hickory-resolver v0.24.4
27642026-04-14T13:16:38.953Z Checking oxide-tokio-rt v0.1.3
27652026-04-14T13:16:39.363Z Checking gethostname v0.5.0
27662026-04-14T13:16:39.456Z Checking bcs v0.1.6
27672026-04-14T13:16:39.643Z Compiling async-recursion v1.1.1
27682026-04-14T13:16:39.692Z Checking termtree v0.5.1
27692026-04-14T13:16:39.739Z Checking qorb v0.4.1
27702026-04-14T13:16:40.199Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27712026-04-14T13:16:40.321Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27722026-04-14T13:16:40.571Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27732026-04-14T13:16:41.853Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27742026-04-14T13:16:41.853Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27752026-04-14T13:16:43.589Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27762026-04-14T13:16:46.259Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27772026-04-14T13:16:48.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.90s
27782026-04-14T13:16:48.539Z
27792026-04-14T13:16:48.540Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/271)
27802026-04-14T13:16:49.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812026-04-14T13:16:49.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822026-04-14T13:16:49.226Z Compiling ar_archive_writer v0.5.1
27832026-04-14T13:16:49.335Z Compiling stacker v0.1.23
27842026-04-14T13:16:49.344Z Compiling cfg_aliases v0.1.1
27852026-04-14T13:16:49.350Z Compiling convert_case v0.10.0
27862026-04-14T13:16:49.354Z Checking unicode-width v0.1.14
27872026-04-14T13:16:49.365Z Compiling proc-macro-error v1.0.4
27882026-04-14T13:16:49.376Z Checking fd-lock v4.0.4
27892026-04-14T13:16:49.376Z Checking nibble_vec v0.1.0
27902026-04-14T13:16:49.403Z Compiling nix v0.28.0
27912026-04-14T13:16:49.488Z Checking vte v0.14.1
27922026-04-14T13:16:49.505Z Compiling recursive-proc-macro-impl v0.1.1
27932026-04-14T13:16:49.590Z Checking endian-type v0.1.2
27942026-04-14T13:16:49.620Z Checking bytecount v0.6.9
27952026-04-14T13:16:49.649Z Checking strip-ansi-escapes v0.2.1
27962026-04-14T13:16:49.653Z Compiling derive_more-impl v2.1.1
27972026-04-14T13:16:49.674Z Compiling tabled_derive v0.7.0
27982026-04-14T13:16:49.713Z Checking radix_trie v0.2.1
27992026-04-14T13:16:49.736Z Checking papergrid v0.11.0
28002026-04-14T13:16:49.761Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28012026-04-14T13:16:49.908Z Compiling peg-macros v0.8.5
28022026-04-14T13:16:49.923Z Checking winnow v0.6.26
28032026-04-14T13:16:50.155Z Compiling psm v0.1.30
28042026-04-14T13:16:50.224Z Compiling sqlparser_derive v0.5.0
28052026-04-14T13:16:50.331Z Checking nu-ansi-term v0.50.3
28062026-04-14T13:16:50.452Z Checking derive_more v2.1.1
28072026-04-14T13:16:50.530Z Checking unicode_categories v0.1.1
28082026-04-14T13:16:50.542Z Checking unicode-width v0.2.0
28092026-04-14T13:16:50.621Z Checking home v0.5.12
28102026-04-14T13:16:50.684Z Checking tabled v0.15.0
28112026-04-14T13:16:50.707Z Checking crossterm v0.29.0
28122026-04-14T13:16:50.723Z Checking rustyline v14.0.0
28132026-04-14T13:16:50.787Z Checking reedline v0.40.0
28142026-04-14T13:16:50.923Z Checking recursive v0.1.1
28152026-04-14T13:16:50.992Z Checking display-error-chain v0.2.2
28162026-04-14T13:16:51.015Z Checking sqlparser v0.61.0
28172026-04-14T13:16:51.042Z Checking sqlformat v0.3.5
28182026-04-14T13:16:51.262Z Checking peg v0.8.5
28192026-04-14T13:17:02.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.59s
28202026-04-14T13:17:02.315Z
28212026-04-14T13:17:02.315Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/271)
28222026-04-14T13:17:02.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232026-04-14T13:17:02.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242026-04-14T13:17:02.986Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28252026-04-14T13:17:06.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
28262026-04-14T13:17:06.567Z
28272026-04-14T13:17:06.567Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/271)
28282026-04-14T13:17:07.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292026-04-14T13:17:07.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302026-04-14T13:17:07.241Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28312026-04-14T13:17:09.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s
28322026-04-14T13:17:09.809Z
28332026-04-14T13:17:09.809Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/271)
28342026-04-14T13:17:10.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352026-04-14T13:17:10.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362026-04-14T13:17:10.475Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28372026-04-14T13:17:13.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.82s
28382026-04-14T13:17:13.844Z
28392026-04-14T13:17:13.844Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/271)
28402026-04-14T13:17:14.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-04-14T13:17:14.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-04-14T13:17:14.509Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28432026-04-14T13:17:17.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s
28442026-04-14T13:17:17.889Z
28452026-04-14T13:17:17.889Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/271)
28462026-04-14T13:17:18.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-04-14T13:17:18.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-04-14T13:17:18.550Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28492026-04-14T13:17:21.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
28502026-04-14T13:17:21.291Z
28512026-04-14T13:17:21.291Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/271)
28522026-04-14T13:17:21.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-04-14T13:17:21.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-04-14T13:17:21.956Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28552026-04-14T13:17:24.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
28562026-04-14T13:17:24.706Z
28572026-04-14T13:17:24.706Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/271)
28582026-04-14T13:17:25.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592026-04-14T13:17:25.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602026-04-14T13:17:25.369Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28612026-04-14T13:17:28.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
28622026-04-14T13:17:28.913Z
28632026-04-14T13:17:28.913Zinfo: running `cargo check --bins` on oximeter (93/271)
28642026-04-14T13:17:29.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-04-14T13:17:29.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-04-14T13:17:29.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28672026-04-14T13:17:29.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28682026-04-14T13:17:29.508Z
28692026-04-14T13:17:29.508Zinfo: running `cargo check --bins` on oximeter-schema (94/271)
28702026-04-14T13:17:30.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-04-14T13:17:30.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-04-14T13:17:30.132Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28732026-04-14T13:17:30.295Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28742026-04-14T13:17:30.310Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28752026-04-14T13:17:30.629Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28762026-04-14T13:17:34.037Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28772026-04-14T13:17:34.360Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28782026-04-14T13:17:35.435Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28792026-04-14T13:17:36.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.58s
28802026-04-14T13:17:36.281Z
28812026-04-14T13:17:36.281Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/271)
28822026-04-14T13:17:36.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832026-04-14T13:17:36.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842026-04-14T13:17:36.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28852026-04-14T13:17:36.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28862026-04-14T13:17:36.877Z
28872026-04-14T13:17:36.877Zinfo: running `cargo check --bins` on oximeter-test-utils (96/271)
28882026-04-14T13:17:37.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892026-04-14T13:17:37.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902026-04-14T13:17:37.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912026-04-14T13:17:37.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28922026-04-14T13:17:37.516Z
28932026-04-14T13:17:37.516Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/271)
28942026-04-14T13:17:38.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-04-14T13:17:38.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-04-14T13:17:38.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972026-04-14T13:17:38.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28982026-04-14T13:17:38.113Z
28992026-04-14T13:17:38.113Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/271)
29002026-04-14T13:17:38.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-04-14T13:17:38.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-04-14T13:17:38.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032026-04-14T13:17:38.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29042026-04-14T13:17:38.708Z
29052026-04-14T13:17:38.708Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/271)
29062026-04-14T13:17:39.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-04-14T13:17:39.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-04-14T13:17:39.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092026-04-14T13:17:39.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29102026-04-14T13:17:39.304Z
29112026-04-14T13:17:39.304Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/271)
29122026-04-14T13:17:39.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-04-14T13:17:39.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-04-14T13:17:39.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-04-14T13:17:39.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29162026-04-14T13:17:39.896Z
29172026-04-14T13:17:39.896Zinfo: running `cargo check --bins` on trust-quorum-types (101/271)
29182026-04-14T13:17:40.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-04-14T13:17:40.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-04-14T13:17:40.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-04-14T13:17:40.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29222026-04-14T13:17:40.480Z
29232026-04-14T13:17:40.480Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/271)
29242026-04-14T13:17:40.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-04-14T13:17:40.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-04-14T13:17:40.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-04-14T13:17:40.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29282026-04-14T13:17:41.076Z
29292026-04-14T13:17:41.076Zinfo: running `cargo check --bins` on update-engine (103/271)
29302026-04-14T13:17:41.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-04-14T13:17:41.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-04-14T13:17:41.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332026-04-14T13:17:41.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29342026-04-14T13:17:41.656Z
29352026-04-14T13:17:41.656Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/271)
29362026-04-14T13:17:42.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-04-14T13:17:42.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-04-14T13:17:42.374Z Compiling crucible-workspace-hack v0.1.0
29392026-04-14T13:17:42.489Z Checking secrecy v0.10.3
29402026-04-14T13:17:42.497Z Compiling heapless v0.8.0
29412026-04-14T13:17:42.504Z Compiling ingot-macros v0.1.1
29422026-04-14T13:17:42.511Z Compiling toml_edit v0.23.10+spec-1.0.0
29432026-04-14T13:17:42.511Z Checking hash32 v0.3.1
29442026-04-14T13:17:42.531Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29452026-04-14T13:17:42.531Z Compiling smoltcp v0.11.0
29462026-04-14T13:17:42.593Z Checking cobs v0.3.0
29472026-04-14T13:17:42.626Z Compiling thiserror-impl-no-std v2.0.2
29482026-04-14T13:17:42.740Z Checking universal-hash v0.5.1
29492026-04-14T13:17:42.740Z Checking half v2.7.1
29502026-04-14T13:17:42.745Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29512026-04-14T13:17:42.887Z Checking ciborium-io v0.2.2
29522026-04-14T13:17:42.909Z Checking opaque-debug v0.3.1
29532026-04-14T13:17:42.983Z Checking poly1305 v0.8.0
29542026-04-14T13:17:42.995Z Checking postcard v1.1.3
29552026-04-14T13:17:43.022Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29562026-04-14T13:17:43.034Z Checking ciborium-ll v0.2.2
29572026-04-14T13:17:43.211Z Compiling proc-macro-crate v3.4.0
29582026-04-14T13:17:43.240Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29592026-04-14T13:17:43.291Z Checking password-hash v0.5.0
29602026-04-14T13:17:43.304Z Checking chacha20 v0.9.1
29612026-04-14T13:17:43.494Z Compiling proc-macro-crate v1.3.1
29622026-04-14T13:17:43.510Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29632026-04-14T13:17:43.523Z Checking blake2 v0.10.6
29642026-04-14T13:17:43.567Z Checking aead v0.5.2
29652026-04-14T13:17:43.710Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
29662026-04-14T13:17:43.741Z Compiling foreign-types-macros v0.2.3
29672026-04-14T13:17:43.754Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
29682026-04-14T13:17:43.765Z Compiling num_enum_derive v0.7.5
29692026-04-14T13:17:43.777Z Checking thiserror-no-std v2.0.2
29702026-04-14T13:17:43.863Z Checking foreign-types-shared v0.3.1
29712026-04-14T13:17:43.907Z Checking cpufeatures v0.3.0
29722026-04-14T13:17:43.919Z Compiling num_enum_derive v0.5.11
29732026-04-14T13:17:43.954Z Checking vsss-rs v3.3.4
29742026-04-14T13:17:43.989Z Checking chacha20 v0.10.0
29752026-04-14T13:17:43.989Z Checking argon2 v0.5.3
29762026-04-14T13:17:44.208Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29772026-04-14T13:17:44.342Z Checking foreign-types v0.5.0
29782026-04-14T13:17:44.356Z Checking chacha20poly1305 v0.10.1
29792026-04-14T13:17:44.422Z Checking ciborium v0.2.2
29802026-04-14T13:17:44.583Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29812026-04-14T13:17:44.654Z Checking tabwriter v1.4.1
29822026-04-14T13:17:44.798Z Checking console v0.15.11
29832026-04-14T13:17:44.810Z Checking num_enum v0.7.5
29842026-04-14T13:17:44.832Z Checking newline-converter v0.3.0
29852026-04-14T13:17:44.865Z Checking atomicwrites v0.4.4
29862026-04-14T13:17:44.920Z Checking camino-tempfile v1.4.1
29872026-04-14T13:17:44.939Z Checking byte-wrapper v0.1.0
29882026-04-14T13:17:44.952Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29892026-04-14T13:17:44.990Z Checking cstr-argument v0.1.2
29902026-04-14T13:17:45.068Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
29912026-04-14T13:17:45.081Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29922026-04-14T13:17:45.104Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29932026-04-14T13:17:45.117Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29942026-04-14T13:17:45.145Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29952026-04-14T13:17:45.278Z Checking expectorate v1.2.0
29962026-04-14T13:17:45.291Z Checking num_enum v0.5.11
29972026-04-14T13:17:45.331Z Checking ingot-types v0.1.2
29982026-04-14T13:17:45.362Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29992026-04-14T13:17:45.400Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30002026-04-14T13:17:45.413Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30012026-04-14T13:17:45.468Z Checking rand v0.10.0
30022026-04-14T13:17:45.500Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30032026-04-14T13:17:45.562Z Checking indent_write v2.2.0
30042026-04-14T13:17:45.608Z Checking colored v3.1.1
30052026-04-14T13:17:45.649Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30062026-04-14T13:17:45.684Z Checking ingot v0.1.1
30072026-04-14T13:17:45.698Z Compiling zone_cfg_derive v0.3.1
30082026-04-14T13:17:45.754Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30092026-04-14T13:17:45.767Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30102026-04-14T13:17:45.802Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30112026-04-14T13:17:45.815Z Checking itertools v0.12.1
30122026-04-14T13:17:45.935Z Compiling num-derive v0.4.2
30132026-04-14T13:17:45.972Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30142026-04-14T13:17:46.155Z Checking swrite v0.1.0
30152026-04-14T13:17:46.187Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30162026-04-14T13:17:46.247Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30172026-04-14T13:17:46.340Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30182026-04-14T13:17:46.494Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30192026-04-14T13:17:46.558Z Checking dropshot-api-manager-types v0.6.0
30202026-04-14T13:17:46.606Z Checking smf v0.2.3
30212026-04-14T13:17:46.726Z Checking nanorand v0.7.0
30222026-04-14T13:17:46.743Z Checking whoami v1.6.1
30232026-04-14T13:17:46.820Z Checking zone v0.3.1
30242026-04-14T13:17:46.836Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30252026-04-14T13:17:46.850Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30262026-04-14T13:17:46.854Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30272026-04-14T13:17:46.914Z Checking flume v0.11.1
30282026-04-14T13:17:47.256Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30292026-04-14T13:17:48.203Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30302026-04-14T13:17:49.025Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30312026-04-14T13:17:51.683Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30322026-04-14T13:17:53.715Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30332026-04-14T13:17:54.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.08s
30342026-04-14T13:17:54.938Z
30352026-04-14T13:17:54.938Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/271)
30362026-04-14T13:17:55.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372026-04-14T13:17:55.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382026-04-14T13:17:55.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30392026-04-14T13:17:55.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30402026-04-14T13:17:55.522Z
30412026-04-14T13:17:55.522Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/271)
30422026-04-14T13:17:56.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432026-04-14T13:17:56.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442026-04-14T13:17:56.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30452026-04-14T13:17:56.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30462026-04-14T13:17:56.120Z
30472026-04-14T13:17:56.120Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/271)
30482026-04-14T13:17:56.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492026-04-14T13:17:56.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502026-04-14T13:17:56.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512026-04-14T13:17:56.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30522026-04-14T13:17:56.725Z
30532026-04-14T13:17:56.725Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/271)
30542026-04-14T13:17:57.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552026-04-14T13:17:57.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562026-04-14T13:17:57.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572026-04-14T13:17:57.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30582026-04-14T13:17:57.326Z
30592026-04-14T13:17:57.327Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/271)
30602026-04-14T13:17:57.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-04-14T13:17:57.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-04-14T13:17:57.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-04-14T13:17:57.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30642026-04-14T13:17:57.926Z
30652026-04-14T13:17:57.926Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/271)
30662026-04-14T13:17:58.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-04-14T13:17:58.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-04-14T13:17:58.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-04-14T13:17:58.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30702026-04-14T13:17:58.528Z
30712026-04-14T13:17:58.528Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/271)
30722026-04-14T13:17:59.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-04-14T13:17:59.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-04-14T13:17:59.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752026-04-14T13:17:59.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30762026-04-14T13:17:59.115Z
30772026-04-14T13:17:59.115Zinfo: running `cargo check --bins` on cockroach-admin-client (112/271)
30782026-04-14T13:17:59.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792026-04-14T13:17:59.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802026-04-14T13:17:59.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812026-04-14T13:17:59.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30822026-04-14T13:17:59.694Z
30832026-04-14T13:17:59.694Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/271)
30842026-04-14T13:18:00.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852026-04-14T13:18:00.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862026-04-14T13:18:00.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872026-04-14T13:18:00.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30882026-04-14T13:18:00.292Z
30892026-04-14T13:18:00.292Zinfo: running `cargo check --bins` on dns-service-client (114/271)
30902026-04-14T13:18:00.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912026-04-14T13:18:00.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922026-04-14T13:18:00.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932026-04-14T13:18:00.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30942026-04-14T13:18:00.891Z
30952026-04-14T13:18:00.891Zinfo: running `cargo check --bins` on installinator-client (115/271)
30962026-04-14T13:18:01.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972026-04-14T13:18:01.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982026-04-14T13:18:01.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992026-04-14T13:18:01.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31002026-04-14T13:18:01.495Z
31012026-04-14T13:18:01.495Zinfo: running `cargo check --bins` on nexus-client (116/271)
31022026-04-14T13:18:02.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032026-04-14T13:18:02.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042026-04-14T13:18:02.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052026-04-14T13:18:02.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31062026-04-14T13:18:02.133Z
31072026-04-14T13:18:02.133Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/271)
31082026-04-14T13:18:02.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-04-14T13:18:02.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-04-14T13:18:02.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112026-04-14T13:18:02.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31122026-04-14T13:18:02.767Z
31132026-04-14T13:18:02.767Zinfo: running `cargo check --bins` on ntp-admin-client (118/271)
31142026-04-14T13:18:03.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152026-04-14T13:18:03.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162026-04-14T13:18:03.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172026-04-14T13:18:03.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31182026-04-14T13:18:03.357Z
31192026-04-14T13:18:03.357Zinfo: running `cargo check --bins` on oxide-client (119/271)
31202026-04-14T13:18:03.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212026-04-14T13:18:04.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222026-04-14T13:18:04.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232026-04-14T13:18:04.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31242026-04-14T13:18:04.862Z
31252026-04-14T13:18:04.862Zinfo: running `cargo check --bins` on oximeter-client (120/271)
31262026-04-14T13:18:04.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272026-04-14T13:18:04.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282026-04-14T13:18:04.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292026-04-14T13:18:04.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31302026-04-14T13:18:04.863Z
31312026-04-14T13:18:04.863Zinfo: running `cargo check --bins` on repo-depot-client (121/271)
31322026-04-14T13:18:05.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332026-04-14T13:18:05.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342026-04-14T13:18:05.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352026-04-14T13:18:05.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31362026-04-14T13:18:05.127Z
31372026-04-14T13:18:05.127Zinfo: running `cargo check --bins` on sled-agent-client (122/271)
31382026-04-14T13:18:05.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392026-04-14T13:18:05.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402026-04-14T13:18:05.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412026-04-14T13:18:05.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31422026-04-14T13:18:05.733Z
31432026-04-14T13:18:05.733Zinfo: running `cargo check --bins` on wicketd-client (123/271)
31442026-04-14T13:18:06.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452026-04-14T13:18:06.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462026-04-14T13:18:06.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472026-04-14T13:18:06.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31482026-04-14T13:18:06.355Z
31492026-04-14T13:18:06.355Zinfo: running `cargo check --bins` on installinator-common (124/271)
31502026-04-14T13:18:06.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512026-04-14T13:18:06.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522026-04-14T13:18:06.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532026-04-14T13:18:06.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31542026-04-14T13:18:06.966Z
31552026-04-14T13:18:06.966Zinfo: running `cargo check --bins` on installinator-common-versions (125/271)
31562026-04-14T13:18:07.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572026-04-14T13:18:07.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582026-04-14T13:18:07.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592026-04-14T13:18:07.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31602026-04-14T13:18:07.549Z
31612026-04-14T13:18:07.549Zinfo: running `cargo check --bins` on wicket-common (126/271)
31622026-04-14T13:18:08.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632026-04-14T13:18:08.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642026-04-14T13:18:08.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652026-04-14T13:18:08.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31662026-04-14T13:18:08.156Z
31672026-04-14T13:18:08.156Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/271)
31682026-04-14T13:18:08.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-04-14T13:18:08.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-04-14T13:18:08.838Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31712026-04-14T13:18:08.950Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31722026-04-14T13:18:08.958Z Checking csv-core v0.1.13
31732026-04-14T13:18:08.965Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31742026-04-14T13:18:08.973Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31752026-04-14T13:18:08.981Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31762026-04-14T13:18:08.992Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31772026-04-14T13:18:09.003Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31782026-04-14T13:18:09.111Z Checking csv v1.4.0
31792026-04-14T13:18:09.129Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31802026-04-14T13:18:09.181Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31812026-04-14T13:18:09.213Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31822026-04-14T13:18:09.451Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31832026-04-14T13:18:09.810Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31842026-04-14T13:18:09.810Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31852026-04-14T13:18:10.133Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31862026-04-14T13:18:15.326Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31872026-04-14T13:18:15.848Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31882026-04-14T13:18:18.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.01s
31892026-04-14T13:18:18.368Z
31902026-04-14T13:18:18.368Zinfo: running `cargo check --bins` on cockroach-admin-api (128/271)
31912026-04-14T13:18:18.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31922026-04-14T13:18:18.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31932026-04-14T13:18:18.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31942026-04-14T13:18:18.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31952026-04-14T13:18:18.969Z
31962026-04-14T13:18:18.969Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/271)
31972026-04-14T13:18:19.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31982026-04-14T13:18:19.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31992026-04-14T13:18:19.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32002026-04-14T13:18:19.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32012026-04-14T13:18:19.646Z
32022026-04-14T13:18:19.647Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/271)
32032026-04-14T13:18:20.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042026-04-14T13:18:20.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052026-04-14T13:18:20.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32062026-04-14T13:18:20.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32072026-04-14T13:18:20.318Z
32082026-04-14T13:18:20.318Zinfo: running `cargo check --bins` on gateway-test-utils (131/271)
32092026-04-14T13:18:20.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102026-04-14T13:18:20.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112026-04-14T13:18:20.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32122026-04-14T13:18:20.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32132026-04-14T13:18:20.963Z
32142026-04-14T13:18:20.963Zinfo: running `cargo check --bins` on omicron-gateway (132/271)
32152026-04-14T13:18:21.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162026-04-14T13:18:21.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172026-04-14T13:18:21.715Z Compiling typify-impl v0.6.1
32182026-04-14T13:18:21.852Z Compiling unsafe-libyaml v0.2.11
32192026-04-14T13:18:21.862Z Compiling semver v0.1.20
32202026-04-14T13:18:21.866Z Compiling radium v0.7.0
32212026-04-14T13:18:21.883Z Compiling pin-project-internal v1.1.11
32222026-04-14T13:18:21.887Z Checking tap v1.0.1
32232026-04-14T13:18:21.887Z Compiling maybe-uninit v2.0.0
32242026-04-14T13:18:21.997Z Checking wyz v0.5.1
32252026-04-14T13:18:22.130Z Compiling rustc_version v0.1.7
32262026-04-14T13:18:22.209Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32272026-04-14T13:18:22.238Z Compiling snafu-derive v0.8.9
32282026-04-14T13:18:22.319Z Compiling zerocopy-derive v0.6.6
32292026-04-14T13:18:22.347Z Compiling serde_yaml v0.9.34+deprecated
32302026-04-14T13:18:22.566Z Compiling newtype_derive v0.1.6
32312026-04-14T13:18:22.755Z Compiling owo-colors v4.3.0
32322026-04-14T13:18:22.975Z Compiling packed_struct v0.10.1
32332026-04-14T13:18:22.989Z Checking pin-project v1.1.11
32342026-04-14T13:18:23.076Z Compiling cancel-safe-futures v0.1.5
32352026-04-14T13:18:23.090Z Checking crc-catalog v2.4.0
32362026-04-14T13:18:23.159Z Checking same-file v1.0.6
32372026-04-14T13:18:23.180Z Checking funty v2.0.0
32382026-04-14T13:18:23.249Z Checking crc v3.4.0
32392026-04-14T13:18:23.278Z Checking walkdir v2.5.0
32402026-04-14T13:18:23.311Z Checking zerocopy v0.6.6
32412026-04-14T13:18:23.498Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32422026-04-14T13:18:23.512Z Checking bitvec v1.0.1
32432026-04-14T13:18:23.548Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32442026-04-14T13:18:23.608Z Checking globset v0.4.18
32452026-04-14T13:18:23.701Z Checking olpc-cjson v0.1.4
32462026-04-14T13:18:23.782Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32472026-04-14T13:18:23.842Z Checking pem v3.0.6
32482026-04-14T13:18:23.859Z Compiling packed_struct_codegen v0.10.1
32492026-04-14T13:18:23.875Z Checking libsw-core v0.3.2
32502026-04-14T13:18:24.024Z Checking serde_plain v1.0.2
32512026-04-14T13:18:24.044Z Compiling bitfield-macros v0.19.4
32522026-04-14T13:18:24.057Z Compiling indexmap v1.9.3
32532026-04-14T13:18:24.070Z Checking nodrop v0.1.14
32542026-04-14T13:18:24.131Z Checking snafu v0.8.9
32552026-04-14T13:18:24.159Z Checking typed-path v0.9.3
32562026-04-14T13:18:24.174Z Checking array-init v0.0.4
32572026-04-14T13:18:24.270Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32582026-04-14T13:18:24.376Z Checking libsw v3.5.0
32592026-04-14T13:18:24.478Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32602026-04-14T13:18:24.531Z Checking smallvec v0.6.14
32612026-04-14T13:18:24.674Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32622026-04-14T13:18:24.747Z Checking bitfield v0.19.4
32632026-04-14T13:18:24.815Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32642026-04-14T13:18:24.939Z Checking tough v0.20.0
32652026-04-14T13:18:24.966Z Checking linear-map v1.2.0
32662026-04-14T13:18:24.970Z Checking tagptr v0.2.0
32672026-04-14T13:18:25.012Z Checking base64 v0.21.7
32682026-04-14T13:18:25.085Z Checking smawk v0.3.2
32692026-04-14T13:18:25.115Z Checking unicode-linebreak v0.1.5
32702026-04-14T13:18:25.133Z Checking hashbrown v0.12.3
32712026-04-14T13:18:25.214Z Checking moka v0.12.13
32722026-04-14T13:18:25.250Z Checking ron v0.8.1
32732026-04-14T13:18:25.279Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32742026-04-14T13:18:25.326Z Checking textwrap v0.16.2
32752026-04-14T13:18:25.542Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32762026-04-14T13:18:25.715Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32772026-04-14T13:18:25.760Z Checking steno v0.4.1
32782026-04-14T13:18:25.849Z Checking serde-hex v0.1.0
32792026-04-14T13:18:25.874Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32802026-04-14T13:18:25.967Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32812026-04-14T13:18:26.034Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32822026-04-14T13:18:26.297Z Compiling typify-macro v0.6.1
32832026-04-14T13:18:26.500Z Checking hashbrown v0.13.2
32842026-04-14T13:18:26.543Z Checking crc-any v2.5.0
32852026-04-14T13:18:26.604Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32862026-04-14T13:18:26.724Z Checking humantime v2.3.0
32872026-04-14T13:18:26.742Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32882026-04-14T13:18:26.816Z Checking hickory-resolver v0.25.2
32892026-04-14T13:18:26.906Z Checking half v1.8.3
32902026-04-14T13:18:26.910Z Checking utf-8 v0.7.6
32912026-04-14T13:18:26.934Z Checking path-slash v0.1.5
32922026-04-14T13:18:26.947Z Checking object v0.30.4
32932026-04-14T13:18:27.039Z Checking void v1.0.2
32942026-04-14T13:18:27.057Z Checking tungstenite v0.23.0
32952026-04-14T13:18:27.100Z Checking serde_cbor v0.11.2
32962026-04-14T13:18:27.142Z Checking lzss v0.8.2
32972026-04-14T13:18:27.347Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32982026-04-14T13:18:27.468Z Checking nix v0.27.1
32992026-04-14T13:18:27.468Z Checking kstat-rs v0.2.4
33002026-04-14T13:18:27.495Z Checking fxhash v0.2.1
33012026-04-14T13:18:27.511Z Checking serde_bytes v0.11.19
33022026-04-14T13:18:27.519Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33032026-04-14T13:18:27.609Z Checking tokio-tungstenite v0.23.1
33042026-04-14T13:18:27.649Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33052026-04-14T13:18:27.674Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33062026-04-14T13:18:27.863Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33072026-04-14T13:18:27.934Z Checking signal-hook-tokio v0.3.1
33082026-04-14T13:18:28.004Z Compiling typify v0.6.1
33092026-04-14T13:18:28.089Z Compiling progenitor-impl v0.13.0
33102026-04-14T13:18:28.928Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33112026-04-14T13:18:29.605Z Compiling progenitor-macro v0.13.0
33122026-04-14T13:18:29.829Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33132026-04-14T13:18:30.123Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33142026-04-14T13:18:31.895Z Checking progenitor v0.13.0
33152026-04-14T13:18:32.009Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33162026-04-14T13:18:32.012Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33172026-04-14T13:18:34.991Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33182026-04-14T13:18:42.175Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33192026-04-14T13:18:48.290Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33202026-04-14T13:18:49.638Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33212026-04-14T13:18:50.202Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33222026-04-14T13:18:52.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.26s
33232026-04-14T13:18:52.431Z
33242026-04-14T13:18:52.431Zinfo: running `cargo check --bins` on gateway-api (133/271)
33252026-04-14T13:18:52.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33262026-04-14T13:18:52.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33272026-04-14T13:18:52.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33282026-04-14T13:18:52.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33292026-04-14T13:18:53.030Z
33302026-04-14T13:18:53.030Zinfo: running `cargo check --bins` on ipcc (134/271)
33312026-04-14T13:18:53.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33322026-04-14T13:18:53.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33332026-04-14T13:18:53.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33342026-04-14T13:18:53.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33352026-04-14T13:18:53.629Z
33362026-04-14T13:18:53.629Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/271)
33372026-04-14T13:18:54.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33382026-04-14T13:18:54.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33392026-04-14T13:18:54.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33402026-04-14T13:18:54.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33412026-04-14T13:18:54.213Z
33422026-04-14T13:18:54.213Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/271)
33432026-04-14T13:18:54.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442026-04-14T13:18:54.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452026-04-14T13:18:54.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33462026-04-14T13:18:54.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33472026-04-14T13:18:54.795Z
33482026-04-14T13:18:54.795Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/271)
33492026-04-14T13:18:55.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502026-04-14T13:18:55.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512026-04-14T13:18:55.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522026-04-14T13:18:55.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33532026-04-14T13:18:55.383Z
33542026-04-14T13:18:55.383Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/271)
33552026-04-14T13:18:55.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562026-04-14T13:18:55.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572026-04-14T13:18:55.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33582026-04-14T13:18:55.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33592026-04-14T13:18:55.968Z
33602026-04-14T13:18:55.968Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/271)
33612026-04-14T13:18:56.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622026-04-14T13:18:56.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632026-04-14T13:18:56.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33642026-04-14T13:18:56.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33652026-04-14T13:18:56.554Z
33662026-04-14T13:18:56.554Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/271)
33672026-04-14T13:18:57.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33682026-04-14T13:18:57.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33692026-04-14T13:18:57.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33702026-04-14T13:18:57.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33712026-04-14T13:18:57.135Z
33722026-04-14T13:18:57.135Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/271)
33732026-04-14T13:18:57.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33742026-04-14T13:18:57.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33752026-04-14T13:18:57.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33762026-04-14T13:18:57.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33772026-04-14T13:18:57.721Z
33782026-04-14T13:18:57.722Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/271)
33792026-04-14T13:18:58.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802026-04-14T13:18:58.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812026-04-14T13:18:58.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33822026-04-14T13:18:58.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33832026-04-14T13:18:58.314Z
33842026-04-14T13:18:58.314Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/271)
33852026-04-14T13:18:58.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862026-04-14T13:18:58.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872026-04-14T13:18:58.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33882026-04-14T13:18:58.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33892026-04-14T13:18:58.903Z
33902026-04-14T13:18:58.903Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/271)
33912026-04-14T13:18:59.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922026-04-14T13:18:59.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932026-04-14T13:18:59.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942026-04-14T13:18:59.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33952026-04-14T13:18:59.488Z
33962026-04-14T13:18:59.488Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/271)
33972026-04-14T13:18:59.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982026-04-14T13:18:59.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992026-04-14T13:18:59.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34002026-04-14T13:18:59.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34012026-04-14T13:19:00.085Z
34022026-04-14T13:19:00.085Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/271)
34032026-04-14T13:19:00.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042026-04-14T13:19:00.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052026-04-14T13:19:00.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062026-04-14T13:19:00.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34072026-04-14T13:19:00.683Z
34082026-04-14T13:19:00.683Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/271)
34092026-04-14T13:19:01.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102026-04-14T13:19:01.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112026-04-14T13:19:01.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34122026-04-14T13:19:01.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34132026-04-14T13:19:01.286Z
34142026-04-14T13:19:01.286Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/271)
34152026-04-14T13:19:01.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162026-04-14T13:19:01.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172026-04-14T13:19:01.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34182026-04-14T13:19:01.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34192026-04-14T13:19:01.892Z
34202026-04-14T13:19:01.892Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/271)
34212026-04-14T13:19:02.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222026-04-14T13:19:02.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232026-04-14T13:19:02.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34242026-04-14T13:19:02.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34252026-04-14T13:19:02.494Z
34262026-04-14T13:19:02.494Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/271)
34272026-04-14T13:19:02.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34282026-04-14T13:19:03.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34292026-04-14T13:19:03.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34302026-04-14T13:19:03.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34312026-04-14T13:19:03.096Z
34322026-04-14T13:19:03.096Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/271)
34332026-04-14T13:19:03.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34342026-04-14T13:19:03.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34352026-04-14T13:19:03.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34362026-04-14T13:19:03.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34372026-04-14T13:19:03.693Z
34382026-04-14T13:19:03.693Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/271)
34392026-04-14T13:19:04.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402026-04-14T13:19:04.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412026-04-14T13:19:04.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34422026-04-14T13:19:04.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34432026-04-14T13:19:04.294Z
34442026-04-14T13:19:04.294Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/271)
34452026-04-14T13:19:04.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462026-04-14T13:19:04.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472026-04-14T13:19:04.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34482026-04-14T13:19:04.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34492026-04-14T13:19:04.897Z
34502026-04-14T13:19:04.897Zinfo: running `cargo check --bins` on oximeter-producer (154/271)
34512026-04-14T13:19:05.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34522026-04-14T13:19:05.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34532026-04-14T13:19:05.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34542026-04-14T13:19:05.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34552026-04-14T13:19:05.535Z
34562026-04-14T13:19:05.535Zinfo: running `cargo check --bins` on internal-dns-resolver (155/271)
34572026-04-14T13:19:06.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34582026-04-14T13:19:06.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34592026-04-14T13:19:06.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34602026-04-14T13:19:06.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34612026-04-14T13:19:06.136Z
34622026-04-14T13:19:06.136Zinfo: running `cargo check --bins` on dns-server (156/271)
34632026-04-14T13:19:06.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34642026-04-14T13:19:06.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34652026-04-14T13:19:06.786Z Compiling parking_lot_core v0.8.6
34662026-04-14T13:19:06.786Z Compiling atomicwrites v0.4.4
34672026-04-14T13:19:06.787Z Compiling git-stub v1.0.0
34682026-04-14T13:19:06.790Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34692026-04-14T13:19:06.790Z Checking prefix-trie v0.7.0
34702026-04-14T13:19:07.021Z Compiling git-stub-vcs v0.1.0
34712026-04-14T13:19:07.198Z Checking hickory-server v0.25.2
34722026-04-14T13:19:07.290Z Checking parking_lot v0.11.2
34732026-04-14T13:19:07.294Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34742026-04-14T13:19:07.374Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34752026-04-14T13:19:07.374Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34762026-04-14T13:19:07.464Z Checking sled v0.34.7
34772026-04-14T13:19:09.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
34782026-04-14T13:19:09.535Z
34792026-04-14T13:19:09.535Zinfo: running `cargo check --bins` on dns-server-api (157/271)
34802026-04-14T13:19:10.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-04-14T13:19:10.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-04-14T13:19:10.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-04-14T13:19:10.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34842026-04-14T13:19:10.119Z
34852026-04-14T13:19:10.119Zinfo: running `cargo check --bins` on sp-sim (158/271)
34862026-04-14T13:19:10.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-04-14T13:19:10.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-04-14T13:19:10.822Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34892026-04-14T13:19:12.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.41s
34902026-04-14T13:19:12.739Z
34912026-04-14T13:19:12.739Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (159/271)
34922026-04-14T13:19:13.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-04-14T13:19:13.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-04-14T13:19:13.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-04-14T13:19:13.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34962026-04-14T13:19:13.386Z
34972026-04-14T13:19:13.386Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (160/271)
34982026-04-14T13:19:13.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-04-14T13:19:13.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-04-14T13:19:13.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-04-14T13:19:13.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35022026-04-14T13:19:14.030Z
35032026-04-14T13:19:14.030Zinfo: running `cargo check --bins` on db-macros (161/271)
35042026-04-14T13:19:14.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-04-14T13:19:14.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-04-14T13:19:14.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-04-14T13:19:14.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35082026-04-14T13:19:14.602Z
35092026-04-14T13:19:14.602Zinfo: running `cargo check --bins` on nexus-macros-common (162/271)
35102026-04-14T13:19:15.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-04-14T13:19:15.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-04-14T13:19:15.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-04-14T13:19:15.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35142026-04-14T13:19:15.173Z
35152026-04-14T13:19:15.173Zinfo: running `cargo check --bins` on nexus-auth (163/271)
35162026-04-14T13:19:15.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-04-14T13:19:15.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-04-14T13:19:15.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-04-14T13:19:15.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35202026-04-14T13:19:15.809Z
35212026-04-14T13:19:15.809Zinfo: running `cargo check --bins` on authz-macros (164/271)
35222026-04-14T13:19:16.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-04-14T13:19:16.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-04-14T13:19:16.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-04-14T13:19:16.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35262026-04-14T13:19:16.384Z
35272026-04-14T13:19:16.384Zinfo: running `cargo check --bins` on nexus-db-fixed-data (165/271)
35282026-04-14T13:19:16.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-04-14T13:19:16.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-04-14T13:19:16.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-04-14T13:19:16.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35322026-04-14T13:19:17.012Z
35332026-04-14T13:19:17.012Zinfo: running `cargo check --bins` on nexus-db-model (166/271)
35342026-04-14T13:19:17.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-04-14T13:19:17.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-04-14T13:19:17.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-04-14T13:19:17.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35382026-04-14T13:19:17.645Z
35392026-04-14T13:19:17.645Zinfo: running `cargo check --bins` on nexus-db-schema (167/271)
35402026-04-14T13:19:18.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-04-14T13:19:18.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-04-14T13:19:18.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-04-14T13:19:18.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35442026-04-14T13:19:18.215Z
35452026-04-14T13:19:18.215Zinfo: running `cargo check --bins` on omicron-rpaths (168/271)
35462026-04-14T13:19:18.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-04-14T13:19:18.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-04-14T13:19:18.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-04-14T13:19:18.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35502026-04-14T13:19:18.786Z
35512026-04-14T13:19:18.786Zinfo: running `cargo check --bins` on nexus-defaults (169/271)
35522026-04-14T13:19:19.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-04-14T13:19:19.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-04-14T13:19:19.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-04-14T13:19:19.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35562026-04-14T13:19:19.373Z
35572026-04-14T13:19:19.373Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (170/271)
35582026-04-14T13:19:19.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-04-14T13:19:19.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-04-14T13:19:19.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-04-14T13:19:19.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35622026-04-14T13:19:19.951Z
35632026-04-14T13:19:19.951Zinfo: running `cargo check --bins` on parallel-task-set (171/271)
35642026-04-14T13:19:20.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-04-14T13:19:20.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-04-14T13:19:20.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-04-14T13:19:20.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35682026-04-14T13:19:20.528Z
35692026-04-14T13:19:20.528Zinfo: running `cargo check --bins` on nexus-db-errors (172/271)
35702026-04-14T13:19:21.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-04-14T13:19:21.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-04-14T13:19:21.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-04-14T13:19:21.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35742026-04-14T13:19:21.168Z
35752026-04-14T13:19:21.168Zinfo: running `cargo check --bins` on nexus-db-lookup (173/271)
35762026-04-14T13:19:21.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-04-14T13:19:21.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-04-14T13:19:21.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35792026-04-14T13:19:21.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35802026-04-14T13:19:21.806Z
35812026-04-14T13:19:21.806Zinfo: running `cargo check --bins` on nexus-inventory (174/271)
35822026-04-14T13:19:22.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832026-04-14T13:19:22.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842026-04-14T13:19:22.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35852026-04-14T13:19:22.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35862026-04-14T13:19:22.430Z
35872026-04-14T13:19:22.430Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (175/271)
35882026-04-14T13:19:22.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892026-04-14T13:19:22.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902026-04-14T13:19:22.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35912026-04-14T13:19:22.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35922026-04-14T13:19:23.035Z
35932026-04-14T13:19:23.035Zinfo: running `cargo check --bins --no-default-features` on sled-storage (176/271)
35942026-04-14T13:19:23.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952026-04-14T13:19:23.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962026-04-14T13:19:23.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35972026-04-14T13:19:23.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35982026-04-14T13:19:23.644Z
35992026-04-14T13:19:23.644Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (177/271)
36002026-04-14T13:19:24.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012026-04-14T13:19:24.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022026-04-14T13:19:24.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36032026-04-14T13:19:24.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36042026-04-14T13:19:24.253Z
36052026-04-14T13:19:24.253Zinfo: running `cargo check --bins` on key-manager (178/271)
36062026-04-14T13:19:24.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-04-14T13:19:24.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-04-14T13:19:24.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36092026-04-14T13:19:24.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36102026-04-14T13:19:24.836Z
36112026-04-14T13:19:24.836Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (179/271)
36122026-04-14T13:19:25.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132026-04-14T13:19:25.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142026-04-14T13:19:25.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36152026-04-14T13:19:25.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36162026-04-14T13:19:25.438Z
36172026-04-14T13:19:25.438Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (180/271)
36182026-04-14T13:19:25.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36192026-04-14T13:19:25.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36202026-04-14T13:19:25.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36212026-04-14T13:19:25.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36222026-04-14T13:19:26.041Z
36232026-04-14T13:19:26.041Zinfo: running `cargo check --bins` on typed-rng (181/271)
36242026-04-14T13:19:26.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36252026-04-14T13:19:26.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36262026-04-14T13:19:26.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36272026-04-14T13:19:26.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36282026-04-14T13:19:26.611Z
36292026-04-14T13:19:26.611Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (182/271)
36302026-04-14T13:19:27.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36312026-04-14T13:19:27.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36322026-04-14T13:19:27.439Z Compiling typify-impl v0.4.3
36332026-04-14T13:19:27.443Z Compiling libefi-sys v0.1.0
36342026-04-14T13:19:27.443Z Compiling bitfield-struct v0.6.2
36352026-04-14T13:19:27.589Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36362026-04-14T13:19:27.599Z Compiling xshell-macros v0.2.7
36372026-04-14T13:19:27.611Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36382026-04-14T13:19:27.627Z Compiling salty v0.3.0
36392026-04-14T13:19:27.656Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36402026-04-14T13:19:27.788Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36412026-04-14T13:19:27.940Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36422026-04-14T13:19:27.963Z Checking xshell v0.2.7
36432026-04-14T13:19:27.977Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36442026-04-14T13:19:28.124Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36452026-04-14T13:19:28.153Z Checking primeorder v0.13.6
36462026-04-14T13:19:28.190Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36472026-04-14T13:19:28.308Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36482026-04-14T13:19:28.339Z Compiling proc-macro-error-attr2 v2.0.0
36492026-04-14T13:19:28.390Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36502026-04-14T13:19:28.425Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36512026-04-14T13:19:28.561Z Checking tungstenite v0.21.0
36522026-04-14T13:19:28.597Z Checking p384 v0.13.1
36532026-04-14T13:19:28.659Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36542026-04-14T13:19:28.729Z Compiling proc-macro-error2 v2.0.1
36552026-04-14T13:19:28.747Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36562026-04-14T13:19:28.984Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36572026-04-14T13:19:29.035Z Compiling num-derive v0.3.3
36582026-04-14T13:19:29.065Z Checking compression-core v0.4.31
36592026-04-14T13:19:29.201Z Compiling unicase v2.9.0
36602026-04-14T13:19:29.312Z Checking compression-codecs v0.4.37
36612026-04-14T13:19:29.413Z Compiling mime_guess v2.0.5
36622026-04-14T13:19:29.430Z Compiling tabled_derive v0.11.0
36632026-04-14T13:19:29.490Z Checking tokio-tungstenite v0.21.0
36642026-04-14T13:19:29.522Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36652026-04-14T13:19:29.889Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36662026-04-14T13:19:29.904Z Checking libscf-sys v1.1.0
36672026-04-14T13:19:29.947Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36682026-04-14T13:19:30.035Z Checking papergrid v0.17.0
36692026-04-14T13:19:30.212Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36702026-04-14T13:19:30.321Z Checking testing_table v0.3.0
36712026-04-14T13:19:30.446Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36722026-04-14T13:19:30.469Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36732026-04-14T13:19:30.583Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36742026-04-14T13:19:30.665Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36752026-04-14T13:19:30.792Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36762026-04-14T13:19:30.810Z Checking toml_datetime v1.0.0+spec-1.1.0
36772026-04-14T13:19:30.888Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36782026-04-14T13:19:30.937Z Compiling dropshot v0.17.0
36792026-04-14T13:19:30.984Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36802026-04-14T13:19:31.013Z Checking corncobs v0.1.4
36812026-04-14T13:19:31.134Z Checking toml v1.0.6+spec-1.1.0
36822026-04-14T13:19:31.150Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36832026-04-14T13:19:31.192Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36842026-04-14T13:19:31.205Z Checking tabled v0.20.0
36852026-04-14T13:19:31.240Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36862026-04-14T13:19:31.309Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36872026-04-14T13:19:31.368Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36882026-04-14T13:19:31.419Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36892026-04-14T13:19:31.601Z Checking async-compression v0.4.41
36902026-04-14T13:19:31.619Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36912026-04-14T13:19:31.703Z Checking progenitor-client v0.11.2
36922026-04-14T13:19:31.854Z Compiling dropshot_endpoint v0.17.0
36932026-04-14T13:19:31.895Z Checking secrecy v0.8.0
36942026-04-14T13:19:31.934Z Checking filetime v0.2.27
36952026-04-14T13:19:31.992Z Compiling typify-macro v0.4.3
36962026-04-14T13:19:32.041Z Checking http-range v0.1.5
36972026-04-14T13:19:32.068Z Checking xattr v1.6.1
36982026-04-14T13:19:32.083Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36992026-04-14T13:19:32.197Z Checking tar v0.4.45
37002026-04-14T13:19:32.506Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37012026-04-14T13:19:32.720Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37022026-04-14T13:19:32.734Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37032026-04-14T13:19:33.124Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37042026-04-14T13:19:33.172Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
37052026-04-14T13:19:33.219Z Checking atty v0.2.14
37062026-04-14T13:19:33.320Z Checking crc8 v0.1.1
37072026-04-14T13:19:33.430Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37082026-04-14T13:19:33.591Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37092026-04-14T13:19:33.688Z Compiling typify v0.4.3
37102026-04-14T13:19:33.803Z Compiling progenitor-impl v0.10.0
37112026-04-14T13:19:33.819Z Compiling progenitor-impl v0.11.2
37122026-04-14T13:19:34.294Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37132026-04-14T13:19:34.353Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37142026-04-14T13:19:34.369Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37152026-04-14T13:19:34.606Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37162026-04-14T13:19:34.809Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37172026-04-14T13:19:34.827Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37182026-04-14T13:19:34.840Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37192026-04-14T13:19:35.063Z Checking hyper-staticfile v0.10.1
37202026-04-14T13:19:35.082Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37212026-04-14T13:19:35.263Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37222026-04-14T13:19:35.346Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37232026-04-14T13:19:35.362Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37242026-04-14T13:19:35.517Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37252026-04-14T13:19:35.532Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37262026-04-14T13:19:35.709Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37272026-04-14T13:19:35.986Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37282026-04-14T13:19:36.273Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37292026-04-14T13:19:36.407Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37302026-04-14T13:19:36.431Z Compiling progenitor-macro v0.10.0
37312026-04-14T13:19:36.503Z Compiling progenitor-macro v0.11.2
37322026-04-14T13:19:36.545Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37332026-04-14T13:19:36.855Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37342026-04-14T13:19:39.312Z Checking progenitor v0.10.0
37352026-04-14T13:19:39.414Z Checking progenitor v0.11.2
37362026-04-14T13:19:39.449Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37372026-04-14T13:19:39.547Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37382026-04-14T13:19:44.229Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37392026-04-14T13:19:55.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.61s
37402026-04-14T13:19:55.438Z
37412026-04-14T13:19:55.438Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (183/271)
37422026-04-14T13:19:55.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-04-14T13:19:55.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-04-14T13:19:56.205Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37452026-04-14T13:20:07.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.73s
37462026-04-14T13:20:07.387Z
37472026-04-14T13:20:07.387Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (184/271)
37482026-04-14T13:20:07.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-04-14T13:20:07.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-04-14T13:20:08.150Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37512026-04-14T13:20:19.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.81s
37522026-04-14T13:20:19.417Z
37532026-04-14T13:20:19.417Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (185/271)
37542026-04-14T13:20:19.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-04-14T13:20:19.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-04-14T13:20:20.197Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37572026-04-14T13:20:31.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.77s
37582026-04-14T13:20:31.414Z
37592026-04-14T13:20:31.414Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (186/271)
37602026-04-14T13:20:31.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-04-14T13:20:31.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-04-14T13:20:32.185Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37632026-04-14T13:20:43.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.75s
37642026-04-14T13:20:43.388Z
37652026-04-14T13:20:43.388Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (187/271)
37662026-04-14T13:20:43.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-04-14T13:20:43.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-04-14T13:20:44.160Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37692026-04-14T13:20:55.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.81s
37702026-04-14T13:20:55.419Z
37712026-04-14T13:20:55.419Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (188/271)
37722026-04-14T13:20:55.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-04-14T13:20:55.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-04-14T13:20:56.190Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37752026-04-14T13:21:07.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.76s
37762026-04-14T13:21:07.408Z
37772026-04-14T13:21:07.408Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (189/271)
37782026-04-14T13:21:07.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-04-14T13:21:07.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-04-14T13:21:08.180Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37812026-04-14T13:21:19.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.81s
37822026-04-14T13:21:19.437Z
37832026-04-14T13:21:19.437Zinfo: running `cargo check --bins` on bootstrap-agent-api (190/271)
37842026-04-14T13:21:19.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-04-14T13:21:19.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-04-14T13:21:19.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37872026-04-14T13:21:19.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37882026-04-14T13:21:20.032Z
37892026-04-14T13:21:20.032Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (191/271)
37902026-04-14T13:21:20.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-04-14T13:21:20.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-04-14T13:21:20.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37932026-04-14T13:21:20.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37942026-04-14T13:21:20.630Z
37952026-04-14T13:21:20.630Zinfo: running `cargo check --bins` on range-requests (192/271)
37962026-04-14T13:21:21.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-04-14T13:21:21.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-04-14T13:21:21.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992026-04-14T13:21:21.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38002026-04-14T13:21:21.220Z
38012026-04-14T13:21:21.220Zinfo: running `cargo check --bins` on repo-depot-api (193/271)
38022026-04-14T13:21:21.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-04-14T13:21:21.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-04-14T13:21:21.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-04-14T13:21:21.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38062026-04-14T13:21:21.813Z
38072026-04-14T13:21:21.813Zinfo: running `cargo check --bins` on sled-agent-api (194/271)
38082026-04-14T13:21:22.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-04-14T13:21:22.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-04-14T13:21:22.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112026-04-14T13:21:22.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38122026-04-14T13:21:22.426Z
38132026-04-14T13:21:22.426Zinfo: running `cargo check --bins` on sled-diagnostics (195/271)
38142026-04-14T13:21:22.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152026-04-14T13:21:22.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162026-04-14T13:21:22.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38172026-04-14T13:21:22.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38182026-04-14T13:21:23.038Z
38192026-04-14T13:21:23.038Zinfo: running `cargo check --bins` on zfs-test-harness (196/271)
38202026-04-14T13:21:23.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38212026-04-14T13:21:23.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38222026-04-14T13:21:23.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38232026-04-14T13:21:23.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38242026-04-14T13:21:23.656Z
38252026-04-14T13:21:23.656Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (197/271)
38262026-04-14T13:21:24.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38272026-04-14T13:21:24.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38282026-04-14T13:21:24.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38292026-04-14T13:21:24.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38302026-04-14T13:21:24.277Z
38312026-04-14T13:21:24.277Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (198/271)
38322026-04-14T13:21:24.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38332026-04-14T13:21:24.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38342026-04-14T13:21:24.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38352026-04-14T13:21:24.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38362026-04-14T13:21:24.899Z
38372026-04-14T13:21:24.899Zinfo: running `cargo check --bins` on sled-agent-health-monitor (199/271)
38382026-04-14T13:21:25.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38392026-04-14T13:21:25.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38402026-04-14T13:21:25.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38412026-04-14T13:21:25.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38422026-04-14T13:21:25.512Z
38432026-04-14T13:21:25.512Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (200/271)
38442026-04-14T13:21:26.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38452026-04-14T13:21:26.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38462026-04-14T13:21:26.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38472026-04-14T13:21:26.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38482026-04-14T13:21:26.130Z
38492026-04-14T13:21:26.130Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (201/271)
38502026-04-14T13:21:26.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38512026-04-14T13:21:26.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38522026-04-14T13:21:26.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38532026-04-14T13:21:26.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38542026-04-14T13:21:26.751Z
38552026-04-14T13:21:26.751Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (202/271)
38562026-04-14T13:21:27.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38572026-04-14T13:21:27.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38582026-04-14T13:21:27.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38592026-04-14T13:21:27.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38602026-04-14T13:21:27.369Z
38612026-04-14T13:21:27.369Zinfo: running `cargo check --bins` on transient-dns-server (203/271)
38622026-04-14T13:21:27.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38632026-04-14T13:21:27.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38642026-04-14T13:21:27.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38652026-04-14T13:21:27.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38662026-04-14T13:21:27.973Z
38672026-04-14T13:21:27.974Zinfo: running `cargo check --bins` on trust-quorum (204/271)
38682026-04-14T13:21:28.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38692026-04-14T13:21:28.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38702026-04-14T13:21:28.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38712026-04-14T13:21:28.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38722026-04-14T13:21:28.586Z
38732026-04-14T13:21:28.586Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (205/271)
38742026-04-14T13:21:29.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38752026-04-14T13:21:29.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38762026-04-14T13:21:29.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38772026-04-14T13:21:29.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38782026-04-14T13:21:29.222Z
38792026-04-14T13:21:29.222Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (206/271)
38802026-04-14T13:21:29.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38812026-04-14T13:21:29.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38822026-04-14T13:21:29.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38832026-04-14T13:21:29.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38842026-04-14T13:21:29.870Z
38852026-04-14T13:21:29.870Zinfo: running `cargo check --bins` on update-common (207/271)
38862026-04-14T13:21:30.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38872026-04-14T13:21:30.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38882026-04-14T13:21:30.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38892026-04-14T13:21:30.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38902026-04-14T13:21:30.477Z
38912026-04-14T13:21:30.477Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (208/271)
38922026-04-14T13:21:31.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38932026-04-14T13:21:31.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38942026-04-14T13:21:31.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38952026-04-14T13:21:31.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38962026-04-14T13:21:31.128Z
38972026-04-14T13:21:31.129Zinfo: running `cargo check --bins` on reconfigurator-cli (209/271)
38982026-04-14T13:21:31.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38992026-04-14T13:21:31.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39002026-04-14T13:21:31.890Z Compiling fs-err v2.11.0
39012026-04-14T13:21:31.893Z Checking ignore v0.4.25
39022026-04-14T13:21:31.893Z Checking arc-swap v1.8.2
39032026-04-14T13:21:31.893Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39042026-04-14T13:21:32.017Z Checking predicates-tree v1.0.13
39052026-04-14T13:21:32.029Z Checking parse-size v1.1.0
39062026-04-14T13:21:32.052Z Checking rand_seeder v0.4.0
39072026-04-14T13:21:32.055Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39082026-04-14T13:21:32.129Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39092026-04-14T13:21:32.150Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39102026-04-14T13:21:32.186Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39112026-04-14T13:21:32.245Z Checking slog-scope v4.4.1
39122026-04-14T13:21:32.343Z Compiling petname v2.0.2
39132026-04-14T13:21:32.377Z Checking slog-stdlog v4.1.1
39142026-04-14T13:21:32.393Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39152026-04-14T13:21:32.406Z Checking globwalk v0.9.1
39162026-04-14T13:21:32.485Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39172026-04-14T13:21:32.498Z Checking slog-envlogger v2.2.0
39182026-04-14T13:21:32.579Z Checking camino-tempfile-ext v0.3.3
39192026-04-14T13:21:32.595Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39202026-04-14T13:21:32.641Z Checking sapling-renderdag v0.1.0
39212026-04-14T13:21:32.760Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39222026-04-14T13:21:32.775Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39232026-04-14T13:21:32.879Z Checking subprocess v0.2.15
39242026-04-14T13:21:32.945Z Checking sync-ptr v0.1.4
39252026-04-14T13:21:32.995Z Checking colored v2.2.0
39262026-04-14T13:21:33.033Z Checking assert_matches v1.5.0
39272026-04-14T13:21:33.126Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39282026-04-14T13:21:33.157Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39292026-04-14T13:21:33.271Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39302026-04-14T13:21:33.271Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39312026-04-14T13:21:33.861Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39322026-04-14T13:21:35.140Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39332026-04-14T13:21:37.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.16s
39342026-04-14T13:21:37.496Z
39352026-04-14T13:21:37.496Zinfo: running `cargo check --bins` on omicron-repl-utils (210/271)
39362026-04-14T13:21:37.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39372026-04-14T13:21:37.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39382026-04-14T13:21:37.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39392026-04-14T13:21:37.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39402026-04-14T13:21:38.074Z
39412026-04-14T13:21:38.074Zinfo: running `cargo check --bins` on nexus-test-interface (211/271)
39422026-04-14T13:21:38.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39432026-04-14T13:21:38.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39442026-04-14T13:21:38.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39452026-04-14T13:21:38.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39462026-04-14T13:21:38.722Z
39472026-04-14T13:21:38.722Zinfo: running `cargo check --bins` on oximeter-collector (212/271)
39482026-04-14T13:21:39.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39492026-04-14T13:21:39.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39502026-04-14T13:21:39.440Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39512026-04-14T13:21:39.440Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39522026-04-14T13:21:40.075Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39532026-04-14T13:21:41.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.86s
39542026-04-14T13:21:41.789Z
39552026-04-14T13:21:41.789Zinfo: running `cargo check --bins` on oximeter-api (213/271)
39562026-04-14T13:21:42.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-04-14T13:21:42.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-04-14T13:21:42.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39592026-04-14T13:21:42.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39602026-04-14T13:21:42.383Z
39612026-04-14T13:21:42.383Zinfo: running `cargo check --bins` on cert-dev (214/271)
39622026-04-14T13:21:42.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-04-14T13:21:42.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-04-14T13:21:42.980Z Checking yasna v0.5.2
39652026-04-14T13:21:43.380Z Checking rcgen v0.12.1
39662026-04-14T13:21:43.629Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39672026-04-14T13:21:43.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
39682026-04-14T13:21:43.991Z
39692026-04-14T13:21:43.991Zinfo: running `cargo check --bins` on clickana (215/271)
39702026-04-14T13:21:44.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39712026-04-14T13:21:44.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39722026-04-14T13:21:44.629Z Compiling darling_core v0.23.0
39732026-04-14T13:21:44.632Z Compiling instability v0.3.11
39742026-04-14T13:21:44.743Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39752026-04-14T13:21:44.747Z Checking castaway v0.2.4
39762026-04-14T13:21:44.750Z Compiling indoc v2.0.7
39772026-04-14T13:21:44.756Z Checking unicode-truncate v1.1.0
39782026-04-14T13:21:44.777Z Checking lru v0.12.5
39792026-04-14T13:21:44.777Z Checking cassowary v0.3.0
39802026-04-14T13:21:44.843Z Checking compact_str v0.8.1
39812026-04-14T13:21:45.680Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39822026-04-14T13:21:45.862Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39832026-04-14T13:21:46.150Z Compiling darling_macro v0.23.0
39842026-04-14T13:21:46.556Z Compiling darling v0.23.0
39852026-04-14T13:21:47.148Z Checking ratatui v0.29.0
39862026-04-14T13:21:48.185Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39872026-04-14T13:21:48.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.85s
39882026-04-14T13:21:49.026Z
39892026-04-14T13:21:49.026Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (216/271)
39902026-04-14T13:21:49.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39912026-04-14T13:21:49.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39922026-04-14T13:21:49.750Z Checking headers-core v0.3.0
39932026-04-14T13:21:49.754Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39942026-04-14T13:21:49.946Z Checking headers v0.4.1
39952026-04-14T13:21:50.310Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39962026-04-14T13:21:51.152Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39972026-04-14T13:21:51.634Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39982026-04-14T13:21:52.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s
39992026-04-14T13:21:52.232Z
40002026-04-14T13:21:52.232Zinfo: running `cargo check --bins` on ch-dev (217/271)
40012026-04-14T13:21:52.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-04-14T13:21:52.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-04-14T13:21:52.947Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40042026-04-14T13:21:53.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
40052026-04-14T13:21:53.876Z
40062026-04-14T13:21:53.876Zinfo: running `cargo check --bins` on dev-tools-common (218/271)
40072026-04-14T13:21:54.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-04-14T13:21:54.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-04-14T13:21:54.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-04-14T13:21:54.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40112026-04-14T13:21:54.342Z
40122026-04-14T13:21:54.342Zinfo: running `cargo check --bins` on crdb-seed (219/271)
40132026-04-14T13:21:54.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-04-14T13:21:54.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-04-14T13:21:55.041Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40162026-04-14T13:21:56.015Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40172026-04-14T13:21:56.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s
40182026-04-14T13:21:56.538Z
40192026-04-14T13:21:56.538Zinfo: running `cargo check --bins` on db-dev (220/271)
40202026-04-14T13:21:57.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40212026-04-14T13:21:57.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40222026-04-14T13:21:57.243Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40232026-04-14T13:21:57.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
40242026-04-14T13:21:58.194Z
40252026-04-14T13:21:58.194Zinfo: running `cargo check --bins` on omicron-dev-lib (221/271)
40262026-04-14T13:21:58.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40272026-04-14T13:21:58.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40282026-04-14T13:21:58.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40292026-04-14T13:21:58.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40302026-04-14T13:21:58.825Z
40312026-04-14T13:21:58.825Zinfo: running `cargo check --bins` on xtask-downloader (222/271)
40322026-04-14T13:21:59.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40332026-04-14T13:21:59.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40342026-04-14T13:21:59.422Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40352026-04-14T13:22:00.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
40362026-04-14T13:22:00.257Z
40372026-04-14T13:22:00.257Zinfo: running `cargo check --bins` on omicron-dropshot-apis (223/271)
40382026-04-14T13:22:00.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40392026-04-14T13:22:00.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40402026-04-14T13:22:00.991Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40412026-04-14T13:22:00.991Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40422026-04-14T13:22:00.995Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40432026-04-14T13:22:00.995Z Checking git-stub v1.0.0
40442026-04-14T13:22:00.995Z Compiling trait-variant v0.1.2
40452026-04-14T13:22:00.995Z Checking maplit v1.0.2
40462026-04-14T13:22:00.995Z Checking is_ci v1.2.0
40472026-04-14T13:22:00.995Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40482026-04-14T13:22:01.175Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40492026-04-14T13:22:01.194Z Checking supports-color v3.0.2
40502026-04-14T13:22:01.260Z Checking git-stub-vcs v0.1.0
40512026-04-14T13:22:01.315Z Checking drift v0.1.3
40522026-04-14T13:22:01.350Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40532026-04-14T13:22:01.382Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40542026-04-14T13:22:01.455Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40552026-04-14T13:22:01.546Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40562026-04-14T13:22:01.599Z Checking dropshot-api-manager v0.6.0
40572026-04-14T13:22:01.648Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
40582026-04-14T13:22:01.665Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40592026-04-14T13:22:01.833Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40602026-04-14T13:22:01.877Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40612026-04-14T13:22:02.095Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40622026-04-14T13:22:02.379Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40632026-04-14T13:22:07.283Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40642026-04-14T13:22:08.266Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40652026-04-14T13:22:08.807Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40662026-04-14T13:22:09.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.95s
40672026-04-14T13:22:09.423Z
40682026-04-14T13:22:09.423Zinfo: running `cargo check --bins` on installinator-api (224/271)
40692026-04-14T13:22:09.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40702026-04-14T13:22:09.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40712026-04-14T13:22:09.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40722026-04-14T13:22:09.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40732026-04-14T13:22:10.010Z
40742026-04-14T13:22:10.010Zinfo: running `cargo check --bins` on nexus-external-api (225/271)
40752026-04-14T13:22:10.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40762026-04-14T13:22:10.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40772026-04-14T13:22:10.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40782026-04-14T13:22:10.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40792026-04-14T13:22:10.641Z
40802026-04-14T13:22:10.641Zinfo: running `cargo check --bins` on nexus-internal-api (226/271)
40812026-04-14T13:22:11.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40822026-04-14T13:22:11.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40832026-04-14T13:22:11.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40842026-04-14T13:22:11.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40852026-04-14T13:22:11.273Z
40862026-04-14T13:22:11.273Zinfo: running `cargo check --bins` on nexus-lockstep-api (227/271)
40872026-04-14T13:22:11.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40882026-04-14T13:22:11.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40892026-04-14T13:22:11.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40902026-04-14T13:22:11.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40912026-04-14T13:22:11.901Z
40922026-04-14T13:22:11.901Zinfo: running `cargo check --bins` on ntp-admin-api (228/271)
40932026-04-14T13:22:12.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40942026-04-14T13:22:12.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40952026-04-14T13:22:12.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40962026-04-14T13:22:12.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40972026-04-14T13:22:12.492Z
40982026-04-14T13:22:12.492Zinfo: running `cargo check --bins` on ntp-admin-types-versions (229/271)
40992026-04-14T13:22:12.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41002026-04-14T13:22:12.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41012026-04-14T13:22:12.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41022026-04-14T13:22:12.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41032026-04-14T13:22:13.067Z
41042026-04-14T13:22:13.067Zinfo: running `cargo check --bins` on wicketd-api (230/271)
41052026-04-14T13:22:13.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41062026-04-14T13:22:13.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41072026-04-14T13:22:13.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41082026-04-14T13:22:13.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41092026-04-14T13:22:13.665Z
41102026-04-14T13:22:13.665Zinfo: running `cargo check --bins` on omicron-ls-apis (231/271)
41112026-04-14T13:22:14.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41122026-04-14T13:22:14.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41132026-04-14T13:22:14.263Z Checking typeid v1.0.3
41142026-04-14T13:22:14.375Z Checking ordered-float v2.10.1
41152026-04-14T13:22:14.395Z Checking unicode-xid v0.2.6
41162026-04-14T13:22:14.413Z Checking cargo-platform v0.2.0
41172026-04-14T13:22:14.440Z Checking erased-serde v0.4.9
41182026-04-14T13:22:14.574Z Checking serde-value v0.7.0
41192026-04-14T13:22:14.747Z Checking serde-untagged v0.1.9
41202026-04-14T13:22:14.926Z Checking cargo-util-schemas v0.8.2
41212026-04-14T13:22:15.615Z Checking cargo_metadata v0.21.0
41222026-04-14T13:22:16.213Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41232026-04-14T13:22:16.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
41242026-04-14T13:22:17.060Z
41252026-04-14T13:22:17.060Zinfo: running `cargo check --bins` on mgs-dev (232/271)
41262026-04-14T13:22:17.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41272026-04-14T13:22:17.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41282026-04-14T13:22:17.782Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41292026-04-14T13:22:18.394Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41302026-04-14T13:22:18.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s
41312026-04-14T13:22:19.104Z
41322026-04-14T13:22:19.104Zinfo: running `cargo check --bins` on omicron-omdb (233/271)
41332026-04-14T13:22:19.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41342026-04-14T13:22:19.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41352026-04-14T13:22:19.942Z Compiling vergen-gitcl v1.0.8
41362026-04-14T13:22:19.942Z Compiling dirs-sys-next v0.1.2
41372026-04-14T13:22:19.942Z Compiling diesel_derives v2.3.7
41382026-04-14T13:22:19.942Z Compiling glob v0.3.3
41392026-04-14T13:22:19.945Z Compiling crunchy v0.2.4
41402026-04-14T13:22:19.945Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41412026-04-14T13:22:19.945Z Compiling dsl_auto_type v0.2.0
41422026-04-14T13:22:19.946Z Checking scheduled-thread-pool v0.2.7
41432026-04-14T13:22:20.218Z Compiling diesel_table_macro_syntax v0.3.0
41442026-04-14T13:22:20.298Z Compiling dirs-next v2.0.0
41452026-04-14T13:22:20.350Z Compiling tiny-keccak v2.0.2
41462026-04-14T13:22:20.392Z Compiling term v0.7.0
41472026-04-14T13:22:20.418Z Checking r2d2 v0.8.10
41482026-04-14T13:22:20.446Z Compiling bit-vec v0.6.3
41492026-04-14T13:22:20.484Z Compiling clang-sys v1.8.1
41502026-04-14T13:22:20.560Z Checking downcast-rs v2.0.2
41512026-04-14T13:22:20.609Z Compiling bit-set v0.5.3
41522026-04-14T13:22:20.653Z Compiling ascii-canvas v3.0.0
41532026-04-14T13:22:20.765Z Compiling itertools v0.10.5
41542026-04-14T13:22:20.852Z Compiling ena v0.14.4
41552026-04-14T13:22:20.897Z Compiling libloading v0.8.9
41562026-04-14T13:22:20.940Z Compiling bindgen v0.71.1
41572026-04-14T13:22:20.977Z Compiling diff v0.1.13
41582026-04-14T13:22:21.059Z Compiling regex-syntax v0.6.29
41592026-04-14T13:22:21.100Z Compiling cexpr v0.6.0
41602026-04-14T13:22:21.238Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41612026-04-14T13:22:21.376Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41622026-04-14T13:22:21.450Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41632026-04-14T13:22:21.531Z Compiling libxml v0.3.3
41642026-04-14T13:22:21.758Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41652026-04-14T13:22:21.800Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41662026-04-14T13:22:21.823Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41672026-04-14T13:22:22.010Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41682026-04-14T13:22:22.030Z Compiling strum_macros v0.24.3
41692026-04-14T13:22:22.076Z Compiling indoc v1.0.9
41702026-04-14T13:22:22.515Z Compiling lalrpop v0.19.12
41712026-04-14T13:22:23.084Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41722026-04-14T13:22:23.154Z Checking derive_builder v0.20.2
41732026-04-14T13:22:23.272Z Compiling oso-derive v0.27.3
41742026-04-14T13:22:23.276Z Checking quick-xml v0.37.5
41752026-04-14T13:22:23.357Z Compiling impl-trait-for-tuples v0.2.3
41762026-04-14T13:22:23.766Z Checking openssl-probe v0.1.6
41772026-04-14T13:22:23.907Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41782026-04-14T13:22:24.186Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41792026-04-14T13:22:24.383Z Checking bb8 v0.8.6
41802026-04-14T13:22:24.705Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41812026-04-14T13:22:24.726Z Checking nonempty v0.12.0
41822026-04-14T13:22:24.763Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41832026-04-14T13:22:24.894Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41842026-04-14T13:22:24.931Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41852026-04-14T13:22:24.947Z Checking console v0.16.2
41862026-04-14T13:22:24.981Z Checking unit-prefix v0.5.2
41872026-04-14T13:22:25.103Z Checking support-bundle-viewer v0.1.2
41882026-04-14T13:22:25.118Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41892026-04-14T13:22:25.247Z Checking indicatif v0.18.4
41902026-04-14T13:22:25.350Z Checking multimap v0.10.1
41912026-04-14T13:22:25.994Z Checking diesel v2.3.7
41922026-04-14T13:22:27.624Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41932026-04-14T13:22:28.422Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41942026-04-14T13:22:28.620Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41952026-04-14T13:22:29.284Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41962026-04-14T13:22:30.177Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41972026-04-14T13:22:30.198Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41982026-04-14T13:22:30.331Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41992026-04-14T13:22:30.888Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42002026-04-14T13:22:32.880Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42012026-04-14T13:22:37.777Z Compiling samael v0.0.19
42022026-04-14T13:22:41.606Z Checking async-bb8-diesel v0.2.1
42032026-04-14T13:22:41.958Z Checking diesel-dtrace v0.5.0
42042026-04-14T13:22:42.726Z Compiling polar-core v0.27.3
42052026-04-14T13:22:47.121Z Checking oso v0.27.3
42062026-04-14T13:23:23.356Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42072026-04-14T13:23:56.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
42082026-04-14T13:23:56.771Z
42092026-04-14T13:23:56.771Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (234/271)
42102026-04-14T13:23:57.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-04-14T13:23:57.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-04-14T13:23:57.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42132026-04-14T13:23:57.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42142026-04-14T13:23:57.421Z
42152026-04-14T13:23:57.421Zinfo: running `cargo check --bins` on nexus-saga-recovery (235/271)
42162026-04-14T13:23:57.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42172026-04-14T13:23:57.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42182026-04-14T13:23:57.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42192026-04-14T13:23:57.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42202026-04-14T13:23:58.064Z
42212026-04-14T13:23:58.064Zinfo: running `cargo check --bins` on nexus-test-utils-macros (236/271)
42222026-04-14T13:23:58.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42232026-04-14T13:23:58.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42242026-04-14T13:23:58.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42252026-04-14T13:23:58.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42262026-04-14T13:23:58.646Z
42272026-04-14T13:23:58.646Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (237/271)
42282026-04-14T13:23:59.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42292026-04-14T13:23:59.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42302026-04-14T13:23:59.497Z Compiling libz-sys v1.1.24
42312026-04-14T13:23:59.626Z Compiling libgit2-sys v0.18.3+1.9.2
42322026-04-14T13:23:59.637Z Compiling vergen-git2 v1.0.7
42332026-04-14T13:23:59.647Z Compiling rustls v0.21.12
42342026-04-14T13:23:59.657Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42352026-04-14T13:23:59.669Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42362026-04-14T13:23:59.673Z Checking rustls-webpki v0.101.7
42372026-04-14T13:23:59.673Z Checking sct v0.7.1
42382026-04-14T13:23:59.809Z Compiling nix v0.29.0
42392026-04-14T13:23:59.875Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42402026-04-14T13:23:59.875Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42412026-04-14T13:23:59.943Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42422026-04-14T13:24:00.008Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42432026-04-14T13:24:00.170Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42442026-04-14T13:24:00.199Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42452026-04-14T13:24:00.242Z Checking rustls-pemfile v1.0.4
42462026-04-14T13:24:00.377Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42472026-04-14T13:24:00.442Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42482026-04-14T13:24:00.558Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42492026-04-14T13:24:00.628Z Checking twox-hash v2.1.2
42502026-04-14T13:24:00.780Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42512026-04-14T13:24:01.242Z Checking tokio-rustls v0.24.1
42522026-04-14T13:24:01.298Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42532026-04-14T13:24:01.429Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42542026-04-14T13:24:01.445Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42552026-04-14T13:24:01.504Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42562026-04-14T13:24:01.925Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42572026-04-14T13:24:01.952Z Checking fatfs v0.3.6
42582026-04-14T13:24:02.070Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42592026-04-14T13:24:02.133Z Compiling seq-macro v0.3.6
42602026-04-14T13:24:06.182Z Compiling git2 v0.20.4
42612026-04-14T13:24:06.301Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42622026-04-14T13:24:06.428Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42632026-04-14T13:24:08.361Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42642026-04-14T13:24:55.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.55s
42652026-04-14T13:24:55.432Z
42662026-04-14T13:24:55.432Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (238/271)
42672026-04-14T13:24:56.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42682026-04-14T13:24:56.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42692026-04-14T13:24:56.336Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42702026-04-14T13:25:34.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.50s
42712026-04-14T13:25:35.161Z
42722026-04-14T13:25:35.161Zinfo: running `cargo check --bins` on nexus-background-task-interface (239/271)
42732026-04-14T13:25:35.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42742026-04-14T13:25:35.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42752026-04-14T13:25:35.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42762026-04-14T13:25:35.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42772026-04-14T13:25:35.750Z
42782026-04-14T13:25:35.750Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (240/271)
42792026-04-14T13:25:36.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42802026-04-14T13:25:36.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42812026-04-14T13:25:36.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42822026-04-14T13:25:36.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42832026-04-14T13:25:36.391Z
42842026-04-14T13:25:36.391Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (241/271)
42852026-04-14T13:25:36.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42862026-04-14T13:25:36.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42872026-04-14T13:25:36.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42882026-04-14T13:25:36.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42892026-04-14T13:25:37.050Z
42902026-04-14T13:25:37.050Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (242/271)
42912026-04-14T13:25:37.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42922026-04-14T13:25:37.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42932026-04-14T13:25:37.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42942026-04-14T13:25:37.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42952026-04-14T13:25:37.698Z
42962026-04-14T13:25:37.698Zinfo: running `cargo check --bins` on nexus-mgs-updates (243/271)
42972026-04-14T13:25:38.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42982026-04-14T13:25:38.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42992026-04-14T13:25:38.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43002026-04-14T13:25:38.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43012026-04-14T13:25:38.331Z
43022026-04-14T13:25:38.331Zinfo: running `cargo check --bins` on nexus-networking (244/271)
43032026-04-14T13:25:38.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43042026-04-14T13:25:38.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43052026-04-14T13:25:38.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43062026-04-14T13:25:38.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43072026-04-14T13:25:38.974Z
43082026-04-14T13:25:38.974Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (245/271)
43092026-04-14T13:25:39.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43102026-04-14T13:25:39.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43112026-04-14T13:25:39.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43122026-04-14T13:25:39.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43132026-04-14T13:25:39.615Z
43142026-04-14T13:25:39.615Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (246/271)
43152026-04-14T13:25:40.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43162026-04-14T13:25:40.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43172026-04-14T13:25:40.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43182026-04-14T13:25:40.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43192026-04-14T13:25:40.264Z
43202026-04-14T13:25:40.264Zinfo: running `cargo check --bins` on omicron-dev (247/271)
43212026-04-14T13:25:40.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43222026-04-14T13:25:40.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43232026-04-14T13:25:41.142Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43242026-04-14T13:25:41.145Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43252026-04-14T13:25:41.331Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43262026-04-14T13:25:41.365Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43272026-04-14T13:25:41.381Z Checking diff v0.1.13
43282026-04-14T13:25:41.385Z Checking yansi v1.0.1
43292026-04-14T13:25:41.385Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43302026-04-14T13:25:41.409Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43312026-04-14T13:25:41.461Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43322026-04-14T13:25:41.634Z Checking pretty_assertions v1.4.1
43332026-04-14T13:25:42.282Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43342026-04-14T13:26:05.607Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43352026-04-14T13:26:05.611Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43362026-04-14T13:26:05.611Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43372026-04-14T13:26:05.611Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43382026-04-14T13:26:05.611Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43392026-04-14T13:26:05.611Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43402026-04-14T13:26:06.302Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43412026-04-14T13:26:07.382Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43422026-04-14T13:26:45.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43432026-04-14T13:26:46.096Z
43442026-04-14T13:26:46.096Zinfo: running `cargo check --bins` on omicron-pins (248/271)
43452026-04-14T13:26:46.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43462026-04-14T13:26:46.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43472026-04-14T13:26:46.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43482026-04-14T13:26:46.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43492026-04-14T13:26:46.679Z
43502026-04-14T13:26:46.679Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (249/271)
43512026-04-14T13:26:47.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43522026-04-14T13:26:47.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43532026-04-14T13:26:47.443Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43542026-04-14T13:26:47.563Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43552026-04-14T13:26:47.571Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43562026-04-14T13:27:12.954Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43572026-04-14T13:27:13.332Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43582026-04-14T13:27:15.004Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43592026-04-14T13:27:15.441Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43602026-04-14T13:27:18.362Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43612026-04-14T13:27:40.687Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43622026-04-14T13:27:41.317Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43632026-04-14T13:27:42.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.24s
43642026-04-14T13:27:43.136Z
43652026-04-14T13:27:43.136Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (250/271)
43662026-04-14T13:27:43.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43672026-04-14T13:27:43.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43682026-04-14T13:27:43.848Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43692026-04-14T13:27:44.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
43702026-04-14T13:27:44.727Z
43712026-04-14T13:27:44.727Zinfo: running `cargo check --bins` on omicron-releng (251/271)
43722026-04-14T13:27:45.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43732026-04-14T13:27:45.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43742026-04-14T13:27:45.373Z Compiling blake3 v1.8.3
43752026-04-14T13:27:45.483Z Checking arrayref v0.3.9
43762026-04-14T13:27:45.483Z Checking arrayvec v0.7.6
43772026-04-14T13:27:45.486Z Checking constant_time_eq v0.4.2
43782026-04-14T13:27:45.502Z Checking topological-sort v0.2.2
43792026-04-14T13:27:45.506Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43802026-04-14T13:27:45.506Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43812026-04-14T13:27:45.506Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43822026-04-14T13:27:45.543Z Checking shell-words v1.1.1
43832026-04-14T13:27:46.356Z Checking omicron-zone-package v0.12.2
43842026-04-14T13:27:47.064Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43852026-04-14T13:27:47.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
43862026-04-14T13:27:48.075Z
43872026-04-14T13:27:48.075Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (252/271)
43882026-04-14T13:27:48.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43892026-04-14T13:27:48.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43902026-04-14T13:27:48.712Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43912026-04-14T13:27:49.029Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43922026-04-14T13:27:49.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
43932026-04-14T13:27:49.600Z
43942026-04-14T13:27:49.600Zinfo: running `cargo check --bins` on schema (253/271)
43952026-04-14T13:27:50.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43962026-04-14T13:27:50.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43972026-04-14T13:27:50.313Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
43982026-04-14T13:27:50.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
43992026-04-14T13:27:51.180Z
44002026-04-14T13:27:51.180Zinfo: running `cargo check --bins` on xtask (254/271)
44012026-04-14T13:27:51.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44022026-04-14T13:27:51.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44032026-04-14T13:27:51.623Z Checking libc v0.2.180
44042026-04-14T13:27:51.626Z Checking serde v1.0.228
44052026-04-14T13:27:51.711Z Checking zerofrom v0.1.6
44062026-04-14T13:27:51.716Z Checking bitflags v2.11.0
44072026-04-14T13:27:51.721Z Checking smallvec v1.15.1
44082026-04-14T13:27:51.725Z Checking hashbrown v0.16.1
44092026-04-14T13:27:51.738Z Checking serde_json v1.0.149
44102026-04-14T13:27:51.742Z Checking scroll v0.12.0
44112026-04-14T13:27:51.810Z Checking yoke v0.8.1
44122026-04-14T13:27:51.862Z Checking num-traits v0.2.19
44132026-04-14T13:27:51.895Z Checking thiserror v1.0.69
44142026-04-14T13:27:51.969Z Checking log v0.4.29
44152026-04-14T13:27:51.978Z Checking zerovec v0.11.5
44162026-04-14T13:27:51.989Z Checking zerotrie v0.2.3
44172026-04-14T13:27:51.999Z Checking errno v0.3.14
44182026-04-14T13:27:52.095Z Checking toml_datetime v0.6.11
44192026-04-14T13:27:52.113Z Checking serde_spanned v0.6.9
44202026-04-14T13:27:52.117Z Checking rustix v1.1.3
44212026-04-14T13:27:52.167Z Checking indexmap v2.13.0
44222026-04-14T13:27:52.221Z Checking percent-encoding v2.3.2
44232026-04-14T13:27:52.235Z Checking zerocopy v0.7.35
44242026-04-14T13:27:52.270Z Checking goblin v0.8.2
44252026-04-14T13:27:52.342Z Checking getrandom v0.3.4
44262026-04-14T13:27:52.360Z Checking form_urlencoded v1.2.2
44272026-04-14T13:27:52.386Z Checking ordered-float v2.10.1
44282026-04-14T13:27:52.408Z Checking tinystr v0.8.2
44292026-04-14T13:27:52.467Z Checking potential_utf v0.1.4
44302026-04-14T13:27:52.483Z Checking thiserror v2.0.18
44312026-04-14T13:27:52.582Z Checking syn v2.0.117
44322026-04-14T13:27:52.592Z Checking icu_locale_core v2.1.1
44332026-04-14T13:27:52.602Z Checking icu_collections v2.1.1
44342026-04-14T13:27:52.612Z Checking serde-value v0.7.0
44352026-04-14T13:27:52.698Z Checking toml_edit v0.22.27
44362026-04-14T13:27:52.719Z Checking dtrace-parser v0.2.0
44372026-04-14T13:27:52.807Z Checking thread-id v4.2.2
44382026-04-14T13:27:52.889Z Checking once_cell v1.21.3
44392026-04-14T13:27:52.903Z Checking cargo-platform v0.2.0
44402026-04-14T13:27:52.917Z Checking terminal_size v0.4.3
44412026-04-14T13:27:52.949Z Checking memmap v0.7.0
44422026-04-14T13:27:53.049Z Checking clap_builder v4.5.60
44432026-04-14T13:27:53.061Z Checking tempfile v3.25.0
44442026-04-14T13:27:53.074Z Checking fs-err v3.3.0
44452026-04-14T13:27:53.078Z Checking textwrap v0.16.2
44462026-04-14T13:27:53.152Z Checking icu_provider v2.1.1
44472026-04-14T13:27:53.244Z Checking camino-tempfile v1.4.1
44482026-04-14T13:27:53.254Z Checking tabled v0.15.0
44492026-04-14T13:27:53.286Z Checking anyhow v1.0.102
44502026-04-14T13:27:53.390Z Checking icu_properties v2.1.2
44512026-04-14T13:27:53.402Z Checking icu_normalizer v2.1.1
44522026-04-14T13:27:53.480Z Checking macaddr v1.0.1
44532026-04-14T13:27:53.657Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44542026-04-14T13:27:53.777Z Checking toml v0.8.23
44552026-04-14T13:27:54.083Z Checking cargo_toml v0.21.0
44562026-04-14T13:27:54.129Z Checking dof v0.3.0
44572026-04-14T13:27:54.199Z Checking idna_adapter v1.2.1
44582026-04-14T13:27:54.225Z Checking clap v4.5.60
44592026-04-14T13:27:54.315Z Checking idna v1.1.0
44602026-04-14T13:27:54.401Z Checking usdt-impl v0.5.0
44612026-04-14T13:27:54.536Z Checking url v2.5.8
44622026-04-14T13:27:54.650Z Checking usdt v0.5.0
44632026-04-14T13:27:54.881Z Checking cargo-util-schemas v0.8.2
44642026-04-14T13:27:55.573Z Checking cargo_metadata v0.21.0
44652026-04-14T13:27:56.168Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44662026-04-14T13:27:56.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.40s
44672026-04-14T13:27:56.708Z
44682026-04-14T13:27:56.708Zinfo: running `cargo check --bins` on dnsadm (255/271)
44692026-04-14T13:27:57.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44702026-04-14T13:27:57.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44712026-04-14T13:27:57.352Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44722026-04-14T13:27:57.820Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44732026-04-14T13:27:58.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
44742026-04-14T13:27:58.386Z
44752026-04-14T13:27:58.386Zinfo: running `cargo check --bins` on end-to-end-tests (256/271)
44762026-04-14T13:27:58.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44772026-04-14T13:27:58.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44782026-04-14T13:27:59.168Z Checking polyval v0.6.2
44792026-04-14T13:27:59.292Z Checking ctr v0.9.2
44802026-04-14T13:27:59.303Z Checking ssh-encoding v0.2.0
44812026-04-14T13:27:59.303Z Checking blowfish v0.9.1
44822026-04-14T13:27:59.327Z Checking password-hash v0.4.2
44832026-04-14T13:27:59.343Z Checking p256 v0.13.2
44842026-04-14T13:27:59.347Z Checking p521 v0.13.3
44852026-04-14T13:27:59.370Z Checking russh-cryptovec v0.7.3
44862026-04-14T13:27:59.432Z Checking ghash v0.5.1
44872026-04-14T13:27:59.445Z Checking md5 v0.7.0
44882026-04-14T13:27:59.457Z Checking bcrypt-pbkdf v0.10.0
44892026-04-14T13:27:59.492Z Checking num-bigint v0.4.6
44902026-04-14T13:27:59.496Z Checking des v0.8.1
44912026-04-14T13:27:59.540Z Checking pbkdf2 v0.11.0
44922026-04-14T13:27:59.555Z Checking aes-gcm v0.10.3
44932026-04-14T13:27:59.596Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44942026-04-14T13:27:59.612Z Checking hex-literal v0.4.1
44952026-04-14T13:27:59.625Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44962026-04-14T13:27:59.673Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44972026-04-14T13:27:59.700Z Checking internet-checksum v0.2.1
44982026-04-14T13:27:59.704Z Checking ssh-cipher v0.2.0
44992026-04-14T13:27:59.859Z Checking ssh-key v0.6.7
45002026-04-14T13:27:59.945Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45012026-04-14T13:28:00.479Z Checking russh-keys v0.45.0
45022026-04-14T13:28:01.021Z Checking russh v0.45.0
45032026-04-14T13:28:15.708Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45042026-04-14T13:28:16.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.50s
45052026-04-14T13:28:17.103Z
45062026-04-14T13:28:17.103Zinfo: running `cargo check --bins` on gateway-cli (257/271)
45072026-04-14T13:28:17.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45082026-04-14T13:28:17.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45092026-04-14T13:28:17.732Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45102026-04-14T13:28:17.840Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45112026-04-14T13:28:17.847Z Checking termios v0.3.3
45122026-04-14T13:28:19.030Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45132026-04-14T13:28:19.178Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45142026-04-14T13:28:20.977Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45152026-04-14T13:28:21.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s
45162026-04-14T13:28:21.730Z
45172026-04-14T13:28:21.730Zinfo: running `cargo check --bins --no-default-features` on installinator (258/271)
45182026-04-14T13:28:22.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45192026-04-14T13:28:22.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45202026-04-14T13:28:22.439Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45212026-04-14T13:28:22.553Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45222026-04-14T13:28:22.562Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45232026-04-14T13:28:22.566Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45242026-04-14T13:28:22.576Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45252026-04-14T13:28:22.579Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45262026-04-14T13:28:23.288Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45272026-04-14T13:28:23.633Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45282026-04-14T13:28:23.636Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45292026-04-14T13:28:24.267Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45302026-04-14T13:28:25.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
45312026-04-14T13:28:26.056Z
45322026-04-14T13:28:26.056Zinfo: running `cargo check --bins` on internal-dns-cli (259/271)
45332026-04-14T13:28:26.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45342026-04-14T13:28:26.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45352026-04-14T13:28:26.691Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45362026-04-14T13:28:27.144Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45372026-04-14T13:28:27.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
45382026-04-14T13:28:27.654Z
45392026-04-14T13:28:27.654Zinfo: running `cargo check --bins` on omicron-live-tests (260/271)
45402026-04-14T13:28:28.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45412026-04-14T13:28:28.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45422026-04-14T13:28:28.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45432026-04-14T13:28:28.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45442026-04-14T13:28:28.242Z
45452026-04-14T13:28:28.242Zinfo: running `cargo check --bins` on live-tests-macros (261/271)
45462026-04-14T13:28:28.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45472026-04-14T13:28:28.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45482026-04-14T13:28:28.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45492026-04-14T13:28:28.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45502026-04-14T13:28:28.836Z
45512026-04-14T13:28:28.836Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (262/271)
45522026-04-14T13:28:29.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45532026-04-14T13:28:29.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45542026-04-14T13:28:29.585Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45552026-04-14T13:28:30.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
45562026-04-14T13:28:30.387Z
45572026-04-14T13:28:30.387Zinfo: running `cargo check --bins` on omicron-ntp-admin (263/271)
45582026-04-14T13:28:30.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45592026-04-14T13:28:30.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45602026-04-14T13:28:31.033Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45612026-04-14T13:28:31.037Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45622026-04-14T13:28:31.280Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45632026-04-14T13:28:31.280Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45642026-04-14T13:28:32.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
45652026-04-14T13:28:32.253Z
45662026-04-14T13:28:32.253Zinfo: running `cargo check --bins` on ntp-admin-types (264/271)
45672026-04-14T13:28:32.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45682026-04-14T13:28:32.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45692026-04-14T13:28:32.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45702026-04-14T13:28:32.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45712026-04-14T13:28:32.827Z
45722026-04-14T13:28:32.827Zinfo: running `cargo check --bins` on omicron-package (265/271)
45732026-04-14T13:28:33.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45742026-04-14T13:28:33.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45752026-04-14T13:28:33.494Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45762026-04-14T13:28:34.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
45772026-04-14T13:28:34.750Z
45782026-04-14T13:28:34.750Zinfo: running `cargo check --bins` on tqdb (266/271)
45792026-04-14T13:28:35.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45802026-04-14T13:28:35.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45812026-04-14T13:28:35.510Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45822026-04-14T13:28:35.858Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45832026-04-14T13:28:36.363Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45842026-04-14T13:28:36.367Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45852026-04-14T13:28:41.598Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45862026-04-14T13:28:42.130Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45872026-04-14T13:28:42.131Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45882026-04-14T13:28:42.134Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45892026-04-14T13:28:42.134Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45902026-04-14T13:28:42.134Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45912026-04-14T13:28:42.877Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45922026-04-14T13:28:43.847Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45932026-04-14T13:28:44.611Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45942026-04-14T13:28:45.211Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45952026-04-14T13:28:49.659Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45962026-04-14T13:28:55.846Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45972026-04-14T13:28:55.850Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45982026-04-14T13:28:55.850Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45992026-04-14T13:28:55.850Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46002026-04-14T13:28:57.308Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46012026-04-14T13:28:58.594Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46022026-04-14T13:28:59.246Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46032026-04-14T13:29:00.466Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46042026-04-14T13:29:00.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.23s
46052026-04-14T13:29:01.202Z
46062026-04-14T13:29:01.202Zinfo: running `cargo check --bins` on wicket-dbg (267/271)
46072026-04-14T13:29:01.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46082026-04-14T13:29:01.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46092026-04-14T13:29:01.902Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46102026-04-14T13:29:01.902Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46112026-04-14T13:29:01.902Z Checking rtoolbox v0.0.3
46122026-04-14T13:29:02.029Z Checking tui-tree-widget v0.23.1
46132026-04-14T13:29:02.124Z Checking rpassword v7.4.0
46142026-04-14T13:29:03.034Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46152026-04-14T13:29:05.958Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46162026-04-14T13:29:07.711Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46172026-04-14T13:29:08.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.35s
46182026-04-14T13:29:08.759Z
46192026-04-14T13:29:08.759Zinfo: running `cargo check --bins` on wicket (268/271)
46202026-04-14T13:29:09.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46212026-04-14T13:29:09.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46222026-04-14T13:29:09.435Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46232026-04-14T13:29:09.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
46242026-04-14T13:29:09.960Z
46252026-04-14T13:29:09.960Zinfo: running `cargo check --bins` on wicketd (269/271)
46262026-04-14T13:29:10.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46272026-04-14T13:29:10.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46282026-04-14T13:29:10.667Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46292026-04-14T13:29:10.671Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46302026-04-14T13:29:10.671Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46312026-04-14T13:29:10.671Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46322026-04-14T13:29:11.671Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46332026-04-14T13:29:12.220Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46342026-04-14T13:29:15.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.16s
46352026-04-14T13:29:15.329Z
46362026-04-14T13:29:15.329Zinfo: running `cargo check --bins` on omicron-workspace-hack (270/271)
46372026-04-14T13:29:15.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46382026-04-14T13:29:15.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46392026-04-14T13:29:15.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46402026-04-14T13:29:15.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
46412026-04-14T13:29:15.898Z
46422026-04-14T13:29:15.898Zinfo: running `cargo check --bins` on zone-setup (271/271)
46432026-04-14T13:29:16.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46442026-04-14T13:29:16.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46452026-04-14T13:29:16.551Z Checking uzers v0.12.2
46462026-04-14T13:29:16.821Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46472026-04-14T13:29:17.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
46482026-04-14T13:29:17.770Z
46492026-04-14T13:29:17.773Zreal 13:59.347731361
46502026-04-14T13:29:17.773Zuser 20:15.092634077
46512026-04-14T13:29:17.773Zsys 4:09.426772586
46522026-04-14T13:29:17.773Ztrap 0.317631806
46532026-04-14T13:29:17.773Ztflt 0.326148311
46542026-04-14T13:29:17.773Zdflt 0.847250824
46552026-04-14T13:29:17.773Zkflt 0.001096147
46562026-04-14T13:29:17.773Zlock 1:16:00.241415675
46572026-04-14T13:29:17.773Zslp 1:37:11.198118579
46582026-04-14T13:29:17.773Zlat 54.121863395
46592026-04-14T13:29:17.773Zstop 3:23.168305972
46602026-04-14T13:29:17.773Zprocess exited: duration 1029353 ms, exit code 0
 
46612026-04-14T13:29:17.781Zfound 0 output files