01KR2EXTJNZGNVM8A9ZMBM4P9J: 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: 01KR2EYFZFZ88X8V6GYP6TMZER

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-08T00:14:58.299Zjob assigned to worker 01KR2EYQN4V6RDK6N7GQQ6FE6C [factory aws, i-017093721ca3bc6cc] (queued for 49 s)
 
22026-05-08T00:15:05.337Zstarting task 0: "setup"
32026-05-08T00:15:05.342Z++ uname -s
42026-05-08T00:15:05.345Z+ kern=SunOS
52026-05-08T00:15:05.345Z+ build_user=build
62026-05-08T00:15:05.345Z+ build_uid=12345
72026-05-08T00:15:05.345Z+ work_dir=/work
82026-05-08T00:15:05.345Z+ input_dir=/input
92026-05-08T00:15:05.345Z+ [[ 0 == 12345 ]]
102026-05-08T00:15:05.345Z+ case "$kern" in
112026-05-08T00:15:05.345Z+ groupadd -g 12345 build
122026-05-08T00:15:05.349Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-08T00:15:07.351Z+ zfs create -o mountpoint=/work rpool/work
142026-05-08T00:15:07.422Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-08T00:15:07.427Z+ home_fs=zfs
162026-05-08T00:15:07.428Z+ [[ zfs == autofs ]]
172026-05-08T00:15:07.428Z+ mkdir -p /home/build
182026-05-08T00:15:07.428Z+ chown build:build /home/build /work
192026-05-08T00:15:09.424Z+ chmod 0700 /home/build /work
202026-05-08T00:15:09.427Zprocess exited: duration 4088 ms, exit code 0
 
212026-05-08T00:15:09.432Zstarting task 1: "rust-toolchain"
222026-05-08T00:15:09.435Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-08T00:15:09.435Z * rust toolchain channel = "1.94.0"
242026-05-08T00:15:09.435Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-08T00:15:09.435Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-08T00:15:09.435Z * rust toolchain profile = "default"
272026-05-08T00:15:09.435Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-08T00:15:09.438Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-08T00:15:09.438Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-08T00:15:09.532Zinfo: downloading installer
312026-05-08T00:15:11.278Zwarn: It looks like you have an existing installation of Rust at:
322026-05-08T00:15:11.278Zwarn: /opt/ooce/bin
332026-05-08T00:15:11.278Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-08T00:15:11.278Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-08T00:15:11.278Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-08T00:15:11.278Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-08T00:15:11.278Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-08T00:15:11.279Zerror: cannot install while Rust is installed
392026-05-08T00:15:11.279Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-08T00:15:11.279Zwarn: It looks like you have an existing rustup settings file at:
412026-05-08T00:15:11.279Zwarn: /home/build/.rustup/settings.toml
422026-05-08T00:15:11.279Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-08T00:15:11.279Zwarn: instead of the one inferred from the default host triple.
442026-05-08T00:15:11.313Zinfo: profile set to default
452026-05-08T00:15:11.313Zinfo: default host triple is x86_64-unknown-illumos
462026-05-08T00:15:11.316Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-08T00:15:11.460Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-08T00:15:11.463Zinfo: downloading 6 components
492026-05-08T00:15:26.273Z
502026-05-08T00:15:26.273Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
512026-05-08T00:15:26.303Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-08T00:15:26.303Z
532026-05-08T00:15:26.303Z
542026-05-08T00:15:26.303ZRust is installed now. Great!
552026-05-08T00:15:26.303Z
562026-05-08T00:15:26.306ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-08T00:15:26.306Zenvironment variable. This has not been done automatically.
582026-05-08T00:15:26.306Z
592026-05-08T00:15:26.306ZTo configure your current shell, you need to source
602026-05-08T00:15:26.306Zthe corresponding env file under $HOME/.cargo.
612026-05-08T00:15:26.306Z
622026-05-08T00:15:26.306ZThis is usually done by running one of the following (note the leading DOT):
632026-05-08T00:15:26.306Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-08T00:15:26.306Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-08T00:15:26.306Zsource "~/.cargo/env.nu" # For nushell
662026-05-08T00:15:26.306Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-08T00:15:26.306Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-08T00:15:26.306Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-08T00:15:26.306Zwarn: no default linker (`cc`) was found in your PATH
702026-05-08T00:15:26.306Zwarn: many Rust crates require a system C toolchain to build
712026-05-08T00:15:26.387Z+ rustup --version
722026-05-08T00:15:26.396Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-08T00:15:26.399Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-08T00:15:26.417Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-08T00:15:26.420Z+ cargo --version
762026-05-08T00:15:26.433Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-08T00:15:26.435Z+ rustc --version
782026-05-08T00:15:26.457Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-08T00:15:26.460Zprocess exited: duration 17022 ms, exit code 0
 
802026-05-08T00:15:26.467Zstarting task 2: "authentication"
812026-05-08T00:15:26.482Zprocess exited: duration 15 ms, exit code 0
 
822026-05-08T00:15:26.487Zstarting task 3: "clone repository"
832026-05-08T00:15:26.490Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-08T00:15:26.493Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-08T00:15:26.650ZCloning into '/work/oxidecomputer/omicron'...
862026-05-08T00:15:35.952Z+ cd /work/oxidecomputer/omicron
872026-05-08T00:15:35.952Z+ git fetch origin 863c24b73f2de285ca8c9a6081ceb1d7a3c86a3f
882026-05-08T00:15:36.235ZFrom https://github.com/oxidecomputer/omicron
892026-05-08T00:15:36.235Z * branch 863c24b73f2de285ca8c9a6081ceb1d7a3c86a3f -> FETCH_HEAD
902026-05-08T00:15:36.245Z+ [[ -n move-support-bundle-collection-crate ]]
912026-05-08T00:15:36.247Z++ git branch --show-current
922026-05-08T00:15:36.248Z+ current=main
932026-05-08T00:15:36.248Z+ [[ main != move-support-bundle-collection-crate ]]
942026-05-08T00:15:36.248Z+ git branch -f move-support-bundle-collection-crate 863c24b73f2de285ca8c9a6081ceb1d7a3c86a3f
952026-05-08T00:15:36.251Z+ git checkout -f move-support-bundle-collection-crate
962026-05-08T00:15:36.480ZSwitched to branch 'move-support-bundle-collection-crate'
972026-05-08T00:15:36.483Z+ git reset --hard 863c24b73f2de285ca8c9a6081ceb1d7a3c86a3f
982026-05-08T00:15:36.716ZHEAD is now at 863c24b73 Move support bundle collection into a shared crate
992026-05-08T00:15:36.718Zprocess exited: duration 10228 ms, exit code 0
 
1002026-05-08T00:15:36.723Zstarting task 4: "build"
1012026-05-08T00:15:36.727Z+ source .github/buildomat/ci-env.sh
1022026-05-08T00:15:36.730Z++ export CARGO_TERM_COLOR=always
1032026-05-08T00:15:36.730Z++ CARGO_TERM_COLOR=always
1042026-05-08T00:15:36.730Z+ cargo --version
1052026-05-08T00:15:36.737Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-05-08T00:15:36.740Z+ rustc --version
1072026-05-08T00:15:36.759Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-05-08T00:15:36.761Z+ source ./env.sh
1092026-05-08T00:15:36.761Z++ OLD_SHELL_OPTS=ehxB
1102026-05-08T00:15:36.761Z++ set -o xtrace
1112026-05-08T00:15:36.764Z++++ dirname ./env.sh
1122026-05-08T00:15:36.764Z+++ readlink -f .
1132026-05-08T00:15:36.777Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-05-08T00:15:36.780Z++ 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-05-08T00:15:36.780Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-05-08T00:15:36.780Z++ 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-05-08T00:15:36.780Z++ 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-05-08T00:15:36.780Z++ 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-05-08T00:15:36.780Z++ 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-05-08T00:15:36.780Z++ 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-05-08T00:15:36.780Z++ 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-05-08T00:15:36.780Z++ case $OLD_SHELL_OPTS in
1232026-05-08T00:15:36.780Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-05-08T00:15:36.780Z+ 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-05-08T00:15:36.780Z+ 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-05-08T00:15:36.780Z+ banner prerequisites
1272026-05-08T00:15:36.780Z
1282026-05-08T00:15:36.780Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-05-08T00:15:36.780Z # # # # # # # # # # # # # # #
1302026-05-08T00:15:36.780Z # # # # ##### # # ##### # # # # # #### #
1312026-05-08T00:15:36.780Z ##### ##### # ##### # # # # # # # # #
1322026-05-08T00:15:36.780Z # # # # # # # # # # # # # # #
1332026-05-08T00:15:36.780Z # # # ###### # # ###### ### # #### # #### #
1342026-05-08T00:15:36.780Z
1352026-05-08T00:15:36.780Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-05-08T00:15:47.435Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-05-08T00:15:54.845Z Startup: Caching catalogs ... Done
1382026-05-08T00:16:02.227ZPlanning: Solver setup ... Done (5.967s)
1392026-05-08T00:16:02.268ZPlanning: Running solver ... Done (0.041s)
1402026-05-08T00:16:02.409ZPlanning: Finding local manifests ... Done (0.002s)
1412026-05-08T00:16:02.419ZPlanning: Fetching manifests: 0/5 0% complete
1422026-05-08T00:16:02.535ZPlanning: Fetching manifests: 5/5 100% complete
1432026-05-08T00:16:02.570ZPlanning: Package planning ... Done (0.035s)
1442026-05-08T00:16:02.606ZPlanning: Merging actions ... Done (0.036s)
1452026-05-08T00:16:02.793ZPlanning: Checking for conflicting actions ... Done (0.186s)
1462026-05-08T00:16:02.802ZPlanning: Consolidating action changes ... Done (0.009s)
1472026-05-08T00:16:04.306ZPlanning: Evaluating mediators ... Done (1.504s)
1482026-05-08T00:16:04.313ZPlanning: Planning completed in 9.30 seconds
1492026-05-08T00:16:04.325Z Packages to install: 5
1502026-05-08T00:16:04.325Z Mediators to change: 3
1512026-05-08T00:16:04.328Z Services to change: 1
1522026-05-08T00:16:04.328Z Estimated space available: 155.34 GB
1532026-05-08T00:16:04.328ZEstimated space to be consumed: 1.90 GB
1542026-05-08T00:16:04.328Z Create boot environment: No
1552026-05-08T00:16:04.328ZCreate backup boot environment: No
1562026-05-08T00:16:04.328Z Rebuild boot archive: No
1572026-05-08T00:16:04.328Z
1582026-05-08T00:16:04.328ZChanged mediators:
1592026-05-08T00:16:04.328Z mediator clang:
1602026-05-08T00:16:04.328Z version: None -> 15 (system default)
1612026-05-08T00:16:04.328Z
1622026-05-08T00:16:04.328Z mediator llvm:
1632026-05-08T00:16:04.329Z version: 14 (system default) -> 15 (system default)
1642026-05-08T00:16:04.329Z
1652026-05-08T00:16:04.329Z mediator postgresql:
1662026-05-08T00:16:04.329Z version: 15 (system default) -> 18 (system default)
1672026-05-08T00:16:04.329Z
1682026-05-08T00:16:04.329ZChanged packages:
1692026-05-08T00:16:04.329Zhelios-dev
1702026-05-08T00:16:04.329Z developer/build-essential
1712026-05-08T00:16:04.329Z None -> 11-2.0
1722026-05-08T00:16:04.329Z library/libxmlsec1
1732026-05-08T00:16:04.329Z None -> 1.2.35-2.0
1742026-05-08T00:16:04.329Z ooce/developer/clang-15
1752026-05-08T00:16:04.329Z None -> 15.0.7-2.0
1762026-05-08T00:16:04.329Z ooce/developer/llvm-15
1772026-05-08T00:16:04.329Z None -> 15.0.7-2.0
1782026-05-08T00:16:04.329Z ooce/library/postgresql-18
1792026-05-08T00:16:04.329Z None -> 18.1-2.0
1802026-05-08T00:16:04.329Z
1812026-05-08T00:16:04.329ZServices:
1822026-05-08T00:16:04.329Z restart_fmri:
1832026-05-08T00:16:04.329Z svc:/system/update-man-index:default
1842026-05-08T00:16:04.376Z
1852026-05-08T00:16:04.376ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1862026-05-08T00:16:09.383ZDownload: 754/4272 items 18.4/219.0MB 8% complete (3.8M/s)
1872026-05-08T00:16:14.385ZDownload: 1798/4272 items 118.4/219.0MB 54% complete (11.9M/s)
1882026-05-08T00:16:20.309ZDownload: 2222/4272 items 119.2/219.0MB 54% complete (10.2M/s)
1892026-05-08T00:16:25.973ZDownload: 2224/4272 items 119.2/219.0MB 54% complete (10.0M/s)
1902026-05-08T00:16:32.185ZDownload: 3247/4272 items 203.1/219.0MB 92% complete (8.9M/s)
1912026-05-08T00:16:37.204ZDownload: 4082/4272 items 214.5/219.0MB 97% complete (9.4M/s)
1922026-05-08T00:16:41.625ZDownload: Completed 218.99 MB in 37.24 seconds (5.9M/s)
1932026-05-08T00:16:41.774Z Actions: 1/4789 actions (Installing new actions)
1942026-05-08T00:16:45.198Z Actions: Completed 4789 actions in 3.43 seconds.
1952026-05-08T00:16:45.515Z Done (0.312s)
1962026-05-08T00:16:45.515Z Done (0.000s)
1972026-05-08T00:16:46.281Z Done (0.766s)
1982026-05-08T00:16:49.667Z Done (3.029s)
1992026-05-08T00:16:49.746Z Done (0.012s)
2002026-05-08T00:16:49.799Z Done (0.000s)
2012026-05-08T00:16:49.986Z Done (0.000s)
2022026-05-08T00:16:50.839ZPlanning: Evaluating mediator changes ... Done
2032026-05-08T00:16:50.940ZPlanning: Checking for conflicting actions ... Done
2042026-05-08T00:16:50.957ZPlanning: Consolidating action changes ... Done
2052026-05-08T00:16:51.094ZPlanning: Evaluating mediators ... Done
2062026-05-08T00:16:51.115ZPlanning: Planning completed in 0.27 seconds
2072026-05-08T00:16:51.120Z Mediators to change: 2
2082026-05-08T00:16:51.120Z Create boot environment: No
2092026-05-08T00:16:51.120ZCreate backup boot environment: No
2102026-05-08T00:16:51.169Z Done
2112026-05-08T00:16:51.169Z Done
2122026-05-08T00:16:51.788Z Done
2132026-05-08T00:16:54.397Z Done
2142026-05-08T00:16:54.493Z Done
2152026-05-08T00:16:54.503Z Done
2162026-05-08T00:16:55.044Z Done
2172026-05-08T00:16:55.072ZPlanning: Evaluating mediator changes ... Done
2182026-05-08T00:16:55.072ZPlanning: Checking for conflicting actions ... Done
2192026-05-08T00:16:55.072ZPlanning: Consolidating action changes ... Done
2202026-05-08T00:16:55.150ZPlanning: Evaluating mediators ... Done
2212026-05-08T00:16:55.172ZPlanning: Planning completed in 0.27 seconds
2222026-05-08T00:16:55.175Z Mediators to change: 1
2232026-05-08T00:16:55.175Z Create boot environment: No
2242026-05-08T00:16:55.175ZCreate backup boot environment: No
2252026-05-08T00:16:55.232Z Done
2262026-05-08T00:16:55.233Z Done
2272026-05-08T00:16:55.838Z Done
2282026-05-08T00:16:58.458Z Done
2292026-05-08T00:16:58.506Z Done
2302026-05-08T00:16:58.510Z Done
2312026-05-08T00:16:58.641Z Done
2322026-05-08T00:16:58.931ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2332026-05-08T00:16:58.931Zclang system 15 system
2342026-05-08T00:16:58.931Zcsh system system illumos
2352026-05-08T00:16:58.931Zctags system system illumos
2362026-05-08T00:16:58.931Zfile system system illumos
2372026-05-08T00:16:58.931Zgcc vendor 12 vendor
2382026-05-08T00:16:58.932Zgcc system 14 system
2392026-05-08T00:16:58.932Zgcc system 10 system
2402026-05-08T00:16:58.932Zgo system 1.20 system
2412026-05-08T00:16:58.932Zgo system 1.19 system
2422026-05-08T00:16:58.932Zllvm system 15 system
2432026-05-08T00:16:58.932Zllvm system 14 system
2442026-05-08T00:16:58.932Zmariadb system 10.6 system
2452026-05-08T00:16:58.932Zmta vendor vendor dma
2462026-05-08T00:16:58.932Zopenjdk system 17 system
2472026-05-08T00:16:58.933Zopenjdk system 11 system
2482026-05-08T00:16:58.933Zopenjdk system 1.8 system
2492026-05-08T00:16:58.933Zopenssl vendor 3 vendor
2502026-05-08T00:16:58.933Zperl system 5.36 system
2512026-05-08T00:16:58.933Zpostgresql system 18 system
2522026-05-08T00:16:58.933Zpostgresql system 15 system
2532026-05-08T00:16:58.933Zpostgresql system 13 system
2542026-05-08T00:16:58.933Zpython vendor 3 vendor
2552026-05-08T00:16:58.933Zpython system 2 system
2562026-05-08T00:16:58.933Zpython3 system 3.11 system
2572026-05-08T00:16:58.933Zruby system 3.0 system
2582026-05-08T00:16:58.933Zwords vendor vendor american-english
2592026-05-08T00:16:58.933Zwords system system australian-english
2602026-05-08T00:16:58.933Zwords system system british-english
2612026-05-08T00:16:58.934Zwords system system canadian-english
2622026-05-08T00:16:58.934Zwords system system french
2632026-05-08T00:16:58.934Zwords system system italian
2642026-05-08T00:16:58.934Zwords system system ngerman
2652026-05-08T00:16:58.934Zwords system system ogerman
2662026-05-08T00:16:58.934Zwords system system spanish
2672026-05-08T00:16:59.155ZPUBLISHER TYPE STATUS P LOCATION
2682026-05-08T00:16:59.155Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2692026-05-08T00:17:03.865ZFMRI IFO
2702026-05-08T00:17:03.865Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2712026-05-08T00:17:03.865Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2722026-05-08T00:17:03.865Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2732026-05-08T00:17:03.865Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2742026-05-08T00:17:03.865Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2752026-05-08T00:17:03.865Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2762026-05-08T00:17:03.865Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2772026-05-08T00:17:03.865Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2782026-05-08T00:17:03.866Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2792026-05-08T00:17:03.866Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2802026-05-08T00:17:03.866Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2812026-05-08T00:17:03.866Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2822026-05-08T00:17:03.866Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2832026-05-08T00:17:03.866Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2842026-05-08T00:17:03.866Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2852026-05-08T00:17:03.866Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2862026-05-08T00:17:03.866Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2872026-05-08T00:17:04.962Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2882026-05-08T00:17:05.230Z Updating crates.io index
2892026-05-08T00:17:05.354Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2902026-05-08T00:17:06.054Z Updating git repository `https://github.com/oxidecomputer/lldp`
2912026-05-08T00:17:06.502Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2922026-05-08T00:17:07.195Z Updating git repository `https://github.com/oxidecomputer/propolis`
2932026-05-08T00:17:08.048Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2942026-05-08T00:17:08.563Z Updating git repository `https://github.com/oxidecomputer/crucible`
2952026-05-08T00:17:09.891Z Updating git repository `https://github.com/oxidecomputer/opte`
2962026-05-08T00:17:10.712Z Updating git repository `https://github.com/oxidecomputer/tofino`
2972026-05-08T00:17:11.029Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2982026-05-08T00:17:11.882Z Updating git repository `https://github.com/oxidecomputer/clickward`
2992026-05-08T00:17:12.332Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3002026-05-08T00:17:12.693Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3012026-05-08T00:17:13.146Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3022026-05-08T00:17:14.033Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3032026-05-08T00:17:14.686Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3042026-05-08T00:17:15.077Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3052026-05-08T00:17:15.449Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3062026-05-08T00:17:15.910Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3072026-05-08T00:17:16.242Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3082026-05-08T00:17:16.460Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3092026-05-08T00:17:16.738Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3102026-05-08T00:17:17.183Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3112026-05-08T00:17:17.709Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3122026-05-08T00:17:18.185Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3132026-05-08T00:17:18.464Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3142026-05-08T00:17:18.779Z Updating git repository `https://github.com/oxidecomputer/ispf`
3152026-05-08T00:17:20.100Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3162026-05-08T00:17:20.779Z Updating git repository `https://github.com/oxidecomputer/crucible`
3172026-05-08T00:17:21.704Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3182026-05-08T00:17:22.274Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3192026-05-08T00:17:22.713Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3202026-05-08T00:17:23.033Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3212026-05-08T00:17:23.308Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3222026-05-08T00:17:23.822Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3232026-05-08T00:17:24.072Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3242026-05-08T00:17:24.323Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3252026-05-08T00:17:24.571Z Updating git repository `https://github.com/illumos/smf-rs`
3262026-05-08T00:17:24.941Z Updating git repository `https://github.com/oxidecomputer/omicron`
3272026-05-08T00:17:36.527Z Downloading crates ...
3282026-05-08T00:17:36.589Z Downloaded crypto-common v0.1.7
3292026-05-08T00:17:36.598Z Downloaded tinystr v0.8.2
3302026-05-08T00:17:36.603Z Downloaded anstyle-parse v0.2.7
3312026-05-08T00:17:36.603Z Downloaded thiserror-impl v2.0.18
3322026-05-08T00:17:36.603Z Downloaded anyhow v1.0.102
3332026-05-08T00:17:36.603Z Downloaded serde-value v0.7.0
3342026-05-08T00:17:36.607Z Downloaded textwrap v0.16.2
3352026-05-08T00:17:36.607Z Downloaded clap v4.5.60
3362026-05-08T00:17:36.610Z Downloaded zmij v1.0.21
3372026-05-08T00:17:36.610Z Downloaded yoke v0.8.1
3382026-05-08T00:17:36.610Z Downloaded thiserror-impl v1.0.69
3392026-05-08T00:17:36.613Z Downloaded usdt v0.5.0
3402026-05-08T00:17:36.613Z Downloaded unicode-xid v0.2.6
3412026-05-08T00:17:36.613Z Downloaded heck v0.5.0
3422026-05-08T00:17:36.613Z Downloaded anstream v0.6.21
3432026-05-08T00:17:36.617Z Downloaded fnv v1.0.7
3442026-05-08T00:17:36.617Z Downloaded block-buffer v0.10.4
3452026-05-08T00:17:36.617Z Downloaded anstyle v1.0.13
3462026-05-08T00:17:36.617Z Downloaded usdt-impl v0.5.0
3472026-05-08T00:17:36.622Z Downloaded synstructure v0.13.2
3482026-05-08T00:17:36.622Z Downloaded usdt-macro v0.5.0
3492026-05-08T00:17:36.622Z Downloaded toml v0.8.23
3502026-05-08T00:17:36.627Z Downloaded writeable v0.6.2
3512026-05-08T00:17:36.627Z Downloaded zerocopy-derive v0.7.35
3522026-05-08T00:17:36.636Z Downloaded version_check v0.9.5
3532026-05-08T00:17:36.636Z Downloaded colorchoice v1.0.4
3542026-05-08T00:17:36.636Z Downloaded utf8_iter v1.0.4
3552026-05-08T00:17:36.636Z Downloaded icu_properties v2.1.2
3562026-05-08T00:17:36.636Z Downloaded typeid v1.0.3
3572026-05-08T00:17:36.636Z Downloaded num-traits v0.2.19
3582026-05-08T00:17:36.641Z Downloaded yoke-derive v0.8.1
3592026-05-08T00:17:36.641Z Downloaded utf8parse v0.2.2
3602026-05-08T00:17:36.642Z Downloaded serde_spanned v0.6.9
3612026-05-08T00:17:36.642Z Downloaded usdt-attr-macro v0.5.0
3622026-05-08T00:17:36.642Z Downloaded toml_datetime v0.6.11
3632026-05-08T00:17:36.653Z Downloaded unicode-linebreak v0.1.5
3642026-05-08T00:17:36.653Z Downloaded itoa v1.0.17
3652026-05-08T00:17:36.653Z Downloaded thiserror v1.0.69
3662026-05-08T00:17:36.657Z Downloaded cpufeatures v0.2.17
3672026-05-08T00:17:36.657Z Downloaded zerofrom v0.1.6
3682026-05-08T00:17:36.657Z Downloaded toml_write v0.1.2
3692026-05-08T00:17:36.657Z Downloaded scroll_derive v0.12.1
3702026-05-08T00:17:36.661Z Downloaded memmap v0.7.0
3712026-05-08T00:17:36.665Z Downloaded thread-id v4.2.2
3722026-05-08T00:17:36.670Z Downloaded thiserror v2.0.18
3732026-05-08T00:17:36.673Z Downloaded pretty-hex v0.4.1
3742026-05-08T00:17:36.673Z Downloaded ordered-float v2.10.1
3752026-05-08T00:17:36.676Z Downloaded fastrand v2.3.0
3762026-05-08T00:17:36.679Z Downloaded zerofrom-derive v0.1.6
3772026-05-08T00:17:36.679Z Downloaded toml_edit v0.22.27
3782026-05-08T00:17:36.682Z Downloaded unicode-ident v1.0.24
3792026-05-08T00:17:36.686Z Downloaded percent-encoding v2.3.2
3802026-05-08T00:17:36.686Z Downloaded idna_adapter v1.2.1
3812026-05-08T00:17:36.686Z Downloaded papergrid v0.11.0
3822026-05-08T00:17:36.689Z Downloaded zerovec-derive v0.11.2
3832026-05-08T00:17:36.689Z Downloaded fs-err v3.3.0
3842026-05-08T00:17:36.689Z Downloaded autocfg v1.5.0
3852026-05-08T00:17:36.689Z Downloaded ucd-trie v0.1.7
3862026-05-08T00:17:36.693Z Downloaded typenum v1.19.0
3872026-05-08T00:17:36.693Z Downloaded zerotrie v0.2.3
3882026-05-08T00:17:36.697Z Downloaded url v2.5.8
3892026-05-08T00:17:36.697Z Downloaded heck v0.4.1
3902026-05-08T00:17:36.700Z Downloaded proc-macro-error-attr v1.0.4
3912026-05-08T00:17:36.700Z Downloaded dtrace-parser v0.2.0
3922026-05-08T00:17:36.700Z Downloaded equivalent v1.0.2
3932026-05-08T00:17:36.705Z Downloaded is_terminal_polyfill v1.70.2
3942026-05-08T00:17:36.708Z Downloaded anstyle-query v1.1.5
3952026-05-08T00:17:36.708Z Downloaded tabled_derive v0.7.0
3962026-05-08T00:17:36.709Z Downloaded strsim v0.11.1
3972026-05-08T00:17:36.709Z Downloaded errno v0.3.14
3982026-05-08T00:17:36.712Z Downloaded zerovec v0.11.5
3992026-05-08T00:17:36.712Z Downloaded smawk v0.3.2
4002026-05-08T00:17:36.714Z Downloaded clap_lex v1.0.0
4012026-05-08T00:17:36.718Z Downloaded plain v0.2.3
4022026-05-08T00:17:36.718Z Downloaded form_urlencoded v1.2.2
4032026-05-08T00:17:36.718Z Downloaded generic-array v0.14.7
4042026-05-08T00:17:36.718Z Downloaded zerocopy v0.7.35
4052026-05-08T00:17:36.725Z Downloaded winnow v0.7.14
4062026-05-08T00:17:36.730Z Downloaded macaddr v1.0.1
4072026-05-08T00:17:36.735Z Downloaded unicode-width v0.1.14
4082026-05-08T00:17:36.739Z Downloaded icu_provider v2.1.1
4092026-05-08T00:17:36.740Z Downloaded dof v0.3.0
4102026-05-08T00:17:36.740Z Downloaded erased-serde v0.4.9
4112026-05-08T00:17:36.740Z Downloaded unicode-width v0.2.0
4122026-05-08T00:17:36.745Z Downloaded stable_deref_trait v1.2.1
4132026-05-08T00:17:36.745Z Downloaded cfg-if v1.0.4
4142026-05-08T00:17:36.745Z Downloaded cargo-platform v0.2.0
4152026-05-08T00:17:36.748Z Downloaded swrite v0.1.0
4162026-05-08T00:17:36.760Z Downloaded byteorder v1.5.0
4172026-05-08T00:17:36.763Z Downloaded serde_tokenstream v0.2.3
4182026-05-08T00:17:36.763Z Downloaded quote v1.0.45
4192026-05-08T00:17:36.772Z Downloaded scroll v0.12.0
4202026-05-08T00:17:36.787Z Downloaded icu_locale_core v2.1.1
4212026-05-08T00:17:36.787Z Downloaded camino-tempfile v1.4.1
4222026-05-08T00:17:36.787Z Downloaded proc-macro2 v1.0.106
4232026-05-08T00:17:36.787Z Downloaded getrandom v0.4.1
4242026-05-08T00:17:36.792Z Downloaded camino v1.2.2
4252026-05-08T00:17:36.792Z Downloaded terminal_size v0.4.3
4262026-05-08T00:17:36.792Z Downloaded bytecount v0.6.9
4272026-05-08T00:17:36.792Z Downloaded cargo_metadata v0.21.0
4282026-05-08T00:17:36.796Z Downloaded serde-untagged v0.1.9
4292026-05-08T00:17:36.796Z Downloaded cargo_toml v0.21.0
4302026-05-08T00:17:36.800Z Downloaded sha2 v0.10.9
4312026-05-08T00:17:36.804Z Downloaded proc-macro-error v1.0.4
4322026-05-08T00:17:36.807Z Downloaded displaydoc v0.2.5
4332026-05-08T00:17:36.807Z Downloaded cargo-util-schemas v0.8.2
4342026-05-08T00:17:36.815Z Downloaded potential_utf v0.1.4
4352026-05-08T00:17:36.818Z Downloaded litemap v0.8.1
4362026-05-08T00:17:36.826Z Downloaded smallvec v1.15.1
4372026-05-08T00:17:36.826Z Downloaded tempfile v3.25.0
4382026-05-08T00:17:36.826Z Downloaded digest v0.10.7
4392026-05-08T00:17:36.826Z Downloaded bitflags v2.11.0
4402026-05-08T00:17:36.829Z Downloaded semver v1.0.28
4412026-05-08T00:17:36.829Z Downloaded clap_derive v4.5.55
4422026-05-08T00:17:36.829Z Downloaded pest_derive v2.8.6
4432026-05-08T00:17:36.837Z Downloaded pest v2.8.6
4442026-05-08T00:17:36.840Z Downloaded once_cell v1.21.3
4452026-05-08T00:17:36.852Z Downloaded log v0.4.29
4462026-05-08T00:17:36.855Z Downloaded pest_generator v2.8.6
4472026-05-08T00:17:36.855Z Downloaded memchr v2.8.0
4482026-05-08T00:17:36.861Z Downloaded icu_normalizer v2.1.1
4492026-05-08T00:17:36.871Z Downloaded serde_derive v1.0.228
4502026-05-08T00:17:36.878Z Downloaded pest_meta v2.8.6
4512026-05-08T00:17:36.885Z Downloaded icu_normalizer_data v2.1.1
4522026-05-08T00:17:36.887Z Downloaded serde_core v1.0.228
4532026-05-08T00:17:36.894Z Downloaded serde v1.0.228
4542026-05-08T00:17:36.918Z Downloaded icu_collections v2.1.1
4552026-05-08T00:17:36.929Z Downloaded indexmap v2.14.0
4562026-05-08T00:17:36.968Z Downloaded goblin v0.8.2
4572026-05-08T00:17:36.976Z Downloaded hashbrown v0.17.0
4582026-05-08T00:17:36.980Z Downloaded serde_json v1.0.149
4592026-05-08T00:17:36.986Z Downloaded icu_properties_data v2.1.2
4602026-05-08T00:17:36.992Z Downloaded idna v1.1.0
4612026-05-08T00:17:36.996Z Downloaded clap_builder v4.5.60
4622026-05-08T00:17:37.010Z Downloaded syn v1.0.109
4632026-05-08T00:17:37.017Z Downloaded tabled v0.15.0
4642026-05-08T00:17:37.044Z Downloaded syn v2.0.117
4652026-05-08T00:17:37.052Z Downloaded rustix v1.1.3
4662026-05-08T00:17:37.084Z Downloaded libc v0.2.185
4672026-05-08T00:17:37.152Z Compiling proc-macro2 v1.0.106
4682026-05-08T00:17:37.156Z Compiling quote v1.0.45
4692026-05-08T00:17:37.156Z Compiling unicode-ident v1.0.24
4702026-05-08T00:17:37.156Z Compiling serde_core v1.0.228
4712026-05-08T00:17:37.156Z Compiling libc v0.2.185
4722026-05-08T00:17:37.156Z Compiling version_check v0.9.5
4732026-05-08T00:17:37.156Z Compiling memchr v2.8.0
4742026-05-08T00:17:37.156Z Compiling stable_deref_trait v1.2.1
4752026-05-08T00:17:37.468Z Compiling serde v1.0.228
4762026-05-08T00:17:37.491Z Compiling zmij v1.0.21
4772026-05-08T00:17:37.724Z Compiling autocfg v1.5.0
4782026-05-08T00:17:37.985Z Compiling ucd-trie v0.1.7
4792026-05-08T00:17:38.000Z Compiling itoa v1.0.17
4802026-05-08T00:17:38.000Z Compiling thiserror v1.0.69
4812026-05-08T00:17:38.215Z Compiling pest v2.8.6
4822026-05-08T00:17:38.252Z Compiling litemap v0.8.1
4832026-05-08T00:17:38.270Z Compiling writeable v0.6.2
4842026-05-08T00:17:38.405Z Compiling byteorder v1.5.0
4852026-05-08T00:17:38.472Z Compiling rustix v1.1.3
4862026-05-08T00:17:38.491Z Compiling icu_properties_data v2.1.2
4872026-05-08T00:17:38.671Z Compiling icu_normalizer_data v2.1.1
4882026-05-08T00:17:38.931Z Compiling syn v2.0.117
4892026-05-08T00:17:38.949Z Compiling errno v0.3.14
4902026-05-08T00:17:38.986Z Compiling serde_json v1.0.149
4912026-05-08T00:17:39.023Z Compiling bitflags v2.11.0
4922026-05-08T00:17:39.220Z Compiling num-traits v0.2.19
4932026-05-08T00:17:39.238Z Compiling hashbrown v0.17.0
4942026-05-08T00:17:39.257Z Compiling smallvec v1.15.1
4952026-05-08T00:17:39.413Z Compiling pest_meta v2.8.6
4962026-05-08T00:17:39.485Z Compiling equivalent v1.0.2
4972026-05-08T00:17:39.520Z Compiling typeid v1.0.3
4982026-05-08T00:17:39.818Z Compiling indexmap v2.14.0
4992026-05-08T00:17:39.853Z Compiling thread-id v4.2.2
5002026-05-08T00:17:39.944Z Compiling usdt-impl v0.5.0
5012026-05-08T00:17:39.960Z Compiling proc-macro-error-attr v1.0.4
5022026-05-08T00:17:40.006Z Compiling winnow v0.7.14
5032026-05-08T00:17:40.148Z Compiling syn v1.0.109
5042026-05-08T00:17:40.165Z Compiling erased-serde v0.4.9
5052026-05-08T00:17:40.433Z Compiling toml_write v0.1.2
5062026-05-08T00:17:40.655Z Compiling proc-macro-error v1.0.4
5072026-05-08T00:17:40.669Z Compiling thiserror v2.0.18
5082026-05-08T00:17:40.841Z Compiling utf8_iter v1.0.4
5092026-05-08T00:17:40.993Z Compiling utf8parse v0.2.2
5102026-05-08T00:17:41.014Z Compiling getrandom v0.4.1
5112026-05-08T00:17:41.057Z Compiling log v0.4.29
5122026-05-08T00:17:41.114Z Compiling plain v0.2.3
5132026-05-08T00:17:41.132Z Compiling camino v1.2.2
5142026-05-08T00:17:41.229Z Compiling percent-encoding v2.3.2
5152026-05-08T00:17:41.248Z Compiling anstyle-parse v0.2.7
5162026-05-08T00:17:41.377Z Compiling ordered-float v2.10.1
5172026-05-08T00:17:41.397Z Compiling form_urlencoded v1.2.2
5182026-05-08T00:17:41.558Z Compiling synstructure v0.13.2
5192026-05-08T00:17:41.573Z Compiling pest_generator v2.8.6
5202026-05-08T00:17:41.628Z Compiling terminal_size v0.4.3
5212026-05-08T00:17:41.771Z Compiling is_terminal_polyfill v1.70.2
5222026-05-08T00:17:41.857Z Compiling colorchoice v1.0.4
5232026-05-08T00:17:41.876Z Compiling cfg-if v1.0.4
5242026-05-08T00:17:41.920Z Compiling anstyle v1.0.13
5252026-05-08T00:17:41.963Z Compiling anstyle-query v1.1.5
5262026-05-08T00:17:41.984Z Compiling pretty-hex v0.4.1
5272026-05-08T00:17:42.127Z Compiling anstream v0.6.21
5282026-05-08T00:17:42.155Z Compiling serde-untagged v0.1.9
5292026-05-08T00:17:42.185Z Compiling semver v1.0.28
5302026-05-08T00:17:42.274Z Compiling fs-err v3.3.0
5312026-05-08T00:17:42.386Z Compiling unicode-width v0.1.14
5322026-05-08T00:17:42.429Z Compiling fastrand v2.3.0
5332026-05-08T00:17:42.467Z Compiling bytecount v0.6.9
5342026-05-08T00:17:42.509Z Compiling anyhow v1.0.102
5352026-05-08T00:17:42.544Z Compiling fnv v1.0.7
5362026-05-08T00:17:42.604Z Compiling unicode-xid v0.2.6
5372026-05-08T00:17:42.649Z Compiling heck v0.5.0
5382026-05-08T00:17:42.672Z Compiling once_cell v1.21.3
5392026-05-08T00:17:42.692Z Compiling clap_lex v1.0.0
5402026-05-08T00:17:42.817Z Compiling strsim v0.11.1
5412026-05-08T00:17:42.879Z Compiling heck v0.4.1
5422026-05-08T00:17:42.897Z Compiling tempfile v3.25.0
5432026-05-08T00:17:43.034Z Compiling clap_builder v4.5.60
5442026-05-08T00:17:43.106Z Compiling papergrid v0.11.0
5452026-05-08T00:17:43.166Z Compiling memmap v0.7.0
5462026-05-08T00:17:43.241Z Compiling serde_derive v1.0.228
5472026-05-08T00:17:43.258Z Compiling zerofrom-derive v0.1.6
5482026-05-08T00:17:43.273Z Compiling yoke-derive v0.8.1
5492026-05-08T00:17:43.345Z Compiling zerovec-derive v0.11.2
5502026-05-08T00:17:43.684Z Compiling displaydoc v0.2.5
5512026-05-08T00:17:44.432Z Compiling thiserror-impl v1.0.69
5522026-05-08T00:17:44.468Z Compiling zerocopy-derive v0.7.35
5532026-05-08T00:17:44.489Z Compiling pest_derive v2.8.6
5542026-05-08T00:17:44.579Z Compiling scroll_derive v0.12.1
5552026-05-08T00:17:44.666Z Compiling zerofrom v0.1.6
5562026-05-08T00:17:44.803Z Compiling yoke v0.8.1
5572026-05-08T00:17:44.920Z Compiling thiserror-impl v2.0.18
5582026-05-08T00:17:45.010Z Compiling zerovec v0.11.5
5592026-05-08T00:17:45.257Z Compiling zerotrie v0.2.3
5602026-05-08T00:17:45.335Z Compiling zerocopy v0.7.35
5612026-05-08T00:17:45.514Z Compiling tinystr v0.8.2
5622026-05-08T00:17:45.563Z Compiling potential_utf v0.1.4
5632026-05-08T00:17:45.736Z Compiling icu_locale_core v2.1.1
5642026-05-08T00:17:45.755Z Compiling icu_collections v2.1.1
5652026-05-08T00:17:45.831Z Compiling dtrace-parser v0.2.0
5662026-05-08T00:17:45.890Z Compiling scroll v0.12.0
5672026-05-08T00:17:46.120Z Compiling goblin v0.8.2
5682026-05-08T00:17:46.159Z Compiling tabled_derive v0.7.0
5692026-05-08T00:17:46.179Z Compiling clap_derive v4.5.55
5702026-05-08T00:17:46.364Z Compiling icu_provider v2.1.1
5712026-05-08T00:17:46.585Z Compiling smawk v0.3.2
5722026-05-08T00:17:46.630Z Compiling icu_properties v2.1.2
5732026-05-08T00:17:46.671Z Compiling serde_spanned v0.6.9
5742026-05-08T00:17:46.728Z Compiling toml_datetime v0.6.11
5752026-05-08T00:17:46.746Z Compiling icu_normalizer v2.1.1
5762026-05-08T00:17:46.764Z Compiling dof v0.3.0
5772026-05-08T00:17:46.822Z Compiling serde_tokenstream v0.2.3
5782026-05-08T00:17:46.987Z Compiling toml_edit v0.22.27
5792026-05-08T00:17:47.142Z Compiling serde-value v0.7.0
5802026-05-08T00:17:47.159Z Compiling cargo-platform v0.2.0
5812026-05-08T00:17:47.285Z Compiling unicode-width v0.2.0
5822026-05-08T00:17:47.442Z Compiling unicode-linebreak v0.1.5
5832026-05-08T00:17:47.501Z Compiling idna_adapter v1.2.1
5842026-05-08T00:17:47.564Z Compiling tabled v0.15.0
5852026-05-08T00:17:47.651Z Compiling idna v1.1.0
5862026-05-08T00:17:47.675Z Compiling usdt-macro v0.5.0
5872026-05-08T00:17:47.693Z Compiling usdt-attr-macro v0.5.0
5882026-05-08T00:17:47.709Z Compiling textwrap v0.16.2
5892026-05-08T00:17:47.937Z Compiling url v2.5.8
5902026-05-08T00:17:48.174Z Compiling clap v4.5.60
5912026-05-08T00:17:48.267Z Compiling macaddr v1.0.1
5922026-05-08T00:17:48.494Z Compiling toml v0.8.23
5932026-05-08T00:17:48.636Z Compiling camino-tempfile v1.4.1
5942026-05-08T00:17:48.797Z Compiling swrite v0.1.0
5952026-05-08T00:17:48.871Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5962026-05-08T00:17:49.040Z Compiling cargo-util-schemas v0.8.2
5972026-05-08T00:17:49.074Z Compiling usdt v0.5.0
5982026-05-08T00:17:49.130Z Compiling cargo_toml v0.21.0
5992026-05-08T00:17:49.917Z Compiling cargo_metadata v0.21.0
6002026-05-08T00:17:50.850Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6012026-05-08T00:17:52.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.20s
6022026-05-08T00:17:53.155Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6032026-05-08T00:17:53.733Z Downloading crates ...
6042026-05-08T00:17:53.836Z Downloaded atomicwrites v0.4.4
6052026-05-08T00:17:53.840Z Downloaded assert_matches v1.5.0
6062026-05-08T00:17:53.842Z Downloaded arrayref v0.3.9
6072026-05-08T00:17:53.845Z Downloaded base16ct v0.2.0
6082026-05-08T00:17:53.852Z Downloaded castaway v0.2.4
6092026-05-08T00:17:53.854Z Downloaded bcs v0.1.6
6102026-05-08T00:17:53.858Z Downloaded crc32fast v1.5.0
6112026-05-08T00:17:53.858Z Downloaded cstr-argument v0.1.2
6122026-05-08T00:17:53.859Z Downloaded base64ct v1.8.3
6132026-05-08T00:17:53.862Z Downloaded crossbeam-utils v0.8.21
6142026-05-08T00:17:53.867Z Downloaded compression-core v0.4.31
6152026-05-08T00:17:53.867Z Downloaded cargo-platform v0.1.9
6162026-05-08T00:17:53.867Z Downloaded cpufeatures v0.3.0
6172026-05-08T00:17:53.870Z Downloaded darling_macro v0.20.11
6182026-05-08T00:17:53.870Z Downloaded async-stream-impl v0.3.6
6192026-05-08T00:17:53.870Z Downloaded crossbeam-epoch v0.9.18
6202026-05-08T00:17:53.870Z Downloaded ciborium-io v0.2.2
6212026-05-08T00:17:53.870Z Downloaded bitfield-struct v0.6.2
6222026-05-08T00:17:53.877Z Downloaded async-stream v0.3.6
6232026-05-08T00:17:53.877Z Downloaded atomic-waker v1.1.2
6242026-05-08T00:17:53.877Z Downloaded chacha20 v0.9.1
6252026-05-08T00:17:53.880Z Downloaded cexpr v0.6.0
6262026-05-08T00:17:53.880Z Downloaded enum-as-inner v0.6.1
6272026-05-08T00:17:53.880Z Downloaded bit-set v0.5.3
6282026-05-08T00:17:53.880Z Downloaded adler2 v2.0.1
6292026-05-08T00:17:53.880Z Downloaded defmt v0.3.100
6302026-05-08T00:17:53.880Z Downloaded darling_macro v0.21.3
6312026-05-08T00:17:53.884Z Downloaded colored v3.1.1
6322026-05-08T00:17:53.886Z Downloaded defmt-parser v1.0.0
6332026-05-08T00:17:53.886Z Downloaded blowfish v0.9.1
6342026-05-08T00:17:53.886Z Downloaded bb8 v0.8.6
6352026-05-08T00:17:53.889Z Downloaded backoff v0.4.0
6362026-05-08T00:17:53.889Z Downloaded async-trait v0.1.89
6372026-05-08T00:17:53.892Z Downloaded cobs v0.3.0
6382026-05-08T00:17:53.892Z Downloaded atty v0.2.14
6392026-05-08T00:17:53.895Z Downloaded foreign-types-shared v0.1.1
6402026-05-08T00:17:53.895Z Downloaded arc-swap v1.8.2
6412026-05-08T00:17:53.900Z Downloaded crunchy v0.2.4
6422026-05-08T00:17:53.902Z Downloaded crc8 v0.1.1
6432026-05-08T00:17:53.902Z Downloaded bit-set v0.8.0
6442026-05-08T00:17:53.902Z Downloaded derive_builder v0.20.2
6452026-05-08T00:17:53.905Z Downloaded data-encoding v2.10.0
6462026-05-08T00:17:53.905Z Downloaded bit-vec v0.6.3
6472026-05-08T00:17:53.909Z Downloaded darling_macro v0.23.0
6482026-05-08T00:17:53.912Z Downloaded crc-any v2.5.0
6492026-05-08T00:17:53.912Z Downloaded bitfield-macros v0.19.4
6502026-05-08T00:17:53.915Z Downloaded derive-ex v0.1.8
6512026-05-08T00:17:53.915Z Downloaded der_derive v0.7.3
6522026-05-08T00:17:53.918Z Downloaded curve25519-dalek-derive v0.1.1
6532026-05-08T00:17:53.920Z Downloaded bcrypt-pbkdf v0.10.0
6542026-05-08T00:17:53.920Z Downloaded derive_builder_macro v0.20.2
6552026-05-08T00:17:53.920Z Downloaded cfg_aliases v0.2.1
6562026-05-08T00:17:53.923Z Downloaded aead v0.5.2
6572026-05-08T00:17:53.923Z Downloaded dropshot_endpoint v0.16.7
6582026-05-08T00:17:53.926Z Downloaded ecdsa v0.16.9
6592026-05-08T00:17:53.929Z Downloaded darling_core v0.20.11
6602026-05-08T00:17:53.932Z Downloaded dirs-sys-next v0.1.2
6612026-05-08T00:17:53.932Z Downloaded csv-core v0.1.13
6622026-05-08T00:17:53.934Z Downloaded embedded-io v0.4.0
6632026-05-08T00:17:53.934Z Downloaded dunce v1.0.5
6642026-05-08T00:17:53.934Z Downloaded crossbeam-channel v0.5.15
6652026-05-08T00:17:53.937Z Downloaded embedded-io v0.6.1
6662026-05-08T00:17:53.940Z Downloaded dof v0.4.0
6672026-05-08T00:17:53.940Z Downloaded block-padding v0.3.3
6682026-05-08T00:17:53.940Z Downloaded diesel_table_macro_syntax v0.3.0
6692026-05-08T00:17:53.943Z Downloaded crucible-workspace-hack v0.1.0
6702026-05-08T00:17:53.943Z Downloaded flagset v0.4.7
6712026-05-08T00:17:53.943Z Downloaded crc v3.4.0
6722026-05-08T00:17:53.945Z Downloaded array-init v0.0.4
6732026-05-08T00:17:53.945Z Downloaded ciborium-ll v0.2.2
6742026-05-08T00:17:53.948Z Downloaded dtrace-parser v0.3.0
6752026-05-08T00:17:53.948Z Downloaded float-ord v0.3.2
6762026-05-08T00:17:53.952Z Downloaded fd-lock v4.0.4
6772026-05-08T00:17:53.952Z Downloaded derive-where v1.6.0
6782026-05-08T00:17:53.957Z Downloaded difflib v0.4.0
6792026-05-08T00:17:53.957Z Downloaded crc-catalog v2.4.0
6802026-05-08T00:17:53.957Z Downloaded cfg_aliases v0.1.1
6812026-05-08T00:17:53.957Z Downloaded ed25519 v2.2.3
6822026-05-08T00:17:53.960Z Downloaded defmt v1.0.1
6832026-05-08T00:17:53.963Z Downloaded async-recursion v1.1.1
6842026-05-08T00:17:53.966Z Downloaded debug-ignore v1.0.5
6852026-05-08T00:17:53.975Z Downloaded fxhash v0.2.1
6862026-05-08T00:17:53.978Z Downloaded float-cmp v0.10.0
6872026-05-08T00:17:53.978Z Downloaded document-features v0.2.12
6882026-05-08T00:17:53.981Z Downloaded foreign-types v0.3.2
6892026-05-08T00:17:53.984Z Downloaded foreign-types v0.5.0
6902026-05-08T00:17:53.989Z Downloaded dyn-clone v1.0.20
6912026-05-08T00:17:53.992Z Downloaded futures-io v0.3.32
6922026-05-08T00:17:53.992Z Downloaded ascii-canvas v3.0.0
6932026-05-08T00:17:53.992Z Downloaded downcast-rs v2.0.2
6942026-05-08T00:17:53.995Z Downloaded bit-vec v0.8.0
6952026-05-08T00:17:53.998Z Downloaded endian-type v0.1.2
6962026-05-08T00:17:53.998Z Downloaded bitfield v0.19.4
6972026-05-08T00:17:54.001Z Downloaded const_format_proc_macros v0.2.34
6982026-05-08T00:17:54.001Z Downloaded display-error-chain v0.2.2
6992026-05-08T00:17:54.001Z Downloaded dirs-next v2.0.0
7002026-05-08T00:17:54.004Z Downloaded argon2 v0.5.3
7012026-05-08T00:17:54.004Z Downloaded base64 v0.22.1
7022026-05-08T00:17:54.008Z Downloaded fixedbitset v0.4.2
7032026-05-08T00:17:54.008Z Downloaded env_filter v1.0.0
7042026-05-08T00:17:54.010Z Downloaded futures-macro v0.3.32
7052026-05-08T00:17:54.010Z Downloaded crossbeam-deque v0.8.6
7062026-05-08T00:17:54.010Z Downloaded futures-core v0.3.32
7072026-05-08T00:17:54.010Z Downloaded futures-task v0.3.32
7082026-05-08T00:17:54.013Z Downloaded futures-sink v0.3.32
7092026-05-08T00:17:54.013Z Downloaded foreign-types-macros v0.2.3
7102026-05-08T00:17:54.013Z Downloaded funty v2.0.0
7112026-05-08T00:17:54.016Z Downloaded defmt-macros v1.0.1
7122026-05-08T00:17:54.016Z Downloaded ghash v0.5.1
7132026-05-08T00:17:54.019Z Downloaded git-stub v1.0.0
7142026-05-08T00:17:54.019Z Downloaded gethostname v0.5.0
7152026-05-08T00:17:54.019Z Downloaded foldhash v0.2.0
7162026-05-08T00:17:54.021Z Downloaded globwalk v0.9.1
7172026-05-08T00:17:54.022Z Downloaded ff v0.13.1
7182026-05-08T00:17:54.022Z Downloaded ena v0.14.4
7192026-05-08T00:17:54.025Z Downloaded dropshot-api-manager-types v0.7.1
7202026-05-08T00:17:54.025Z Downloaded derive_more v0.99.20
7212026-05-08T00:17:54.027Z Downloaded headers-core v0.3.0
7222026-05-08T00:17:54.027Z Downloaded hash32 v0.3.1
7232026-05-08T00:17:54.027Z Downloaded hash32 v0.2.1
7242026-05-08T00:17:54.030Z Downloaded daft v0.1.5
7252026-05-08T00:17:54.030Z Downloaded base64 v0.21.7
7262026-05-08T00:17:54.033Z Downloaded hex-literal v0.4.1
7272026-05-08T00:17:54.035Z Downloaded hex v0.4.3
7282026-05-08T00:17:54.038Z Downloaded hostname v0.3.1
7292026-05-08T00:17:54.040Z Downloaded cargo_metadata v0.19.2
7302026-05-08T00:17:54.043Z Downloaded http-range v0.1.5
7312026-05-08T00:17:54.043Z Downloaded cmake v0.1.57
7322026-05-08T00:17:54.046Z Downloaded cassowary v0.3.0
7332026-05-08T00:17:54.046Z Downloaded hubpack_derive v0.1.1
7342026-05-08T00:17:54.046Z Downloaded hubpack v0.1.2
7352026-05-08T00:17:54.050Z Downloaded httpdate v1.0.3
7362026-05-08T00:17:54.051Z Downloaded constant_time_eq v0.4.2
7372026-05-08T00:17:54.051Z Downloaded http-body v1.0.1
7382026-05-08T00:17:54.051Z Downloaded home v0.5.12
7392026-05-08T00:17:54.054Z Downloaded buf-list v1.1.2
7402026-05-08T00:17:54.059Z Downloaded cbc v0.1.2
7412026-05-08T00:17:54.059Z Downloaded find-msvc-tools v0.1.9
7422026-05-08T00:17:54.059Z Downloaded corncobs v0.1.4
7432026-05-08T00:17:54.059Z Downloaded foldhash v0.1.5
7442026-05-08T00:17:54.069Z Downloaded compression-codecs v0.4.37
7452026-05-08T00:17:54.069Z Downloaded glob v0.3.3
7462026-05-08T00:17:54.069Z Downloaded convert_case v0.10.0
7472026-05-08T00:17:54.076Z Downloaded env_logger v0.11.9
7482026-05-08T00:17:54.076Z Downloaded fallible-iterator v0.2.0
7492026-05-08T00:17:54.076Z Downloaded erased-serde v0.3.31
7502026-05-08T00:17:54.076Z Downloaded byte-wrapper v0.1.0
7512026-05-08T00:17:54.076Z Downloaded deranged v0.5.8
7522026-05-08T00:17:54.076Z Downloaded diesel-dtrace v0.5.0
7532026-05-08T00:17:54.076Z Downloaded globset v0.4.18
7542026-05-08T00:17:54.082Z Downloaded foreign-types-shared v0.3.1
7552026-05-08T00:17:54.082Z Downloaded cipher v0.4.4
7562026-05-08T00:17:54.082Z Downloaded futures-executor v0.3.32
7572026-05-08T00:17:54.082Z Downloaded convert_case v0.4.0
7582026-05-08T00:17:54.082Z Downloaded bitflags v1.3.2
7592026-05-08T00:17:54.086Z Downloaded hyper-tls v0.6.0
7602026-05-08T00:17:54.086Z Downloaded hostname v0.4.2
7612026-05-08T00:17:54.086Z Downloaded ciborium v0.2.2
7622026-05-08T00:17:54.087Z Downloaded either v1.15.0
7632026-05-08T00:17:54.087Z Downloaded arrayvec v0.7.6
7642026-05-08T00:17:54.090Z Downloaded des v0.8.1
7652026-05-08T00:17:54.090Z Downloaded diff v0.1.13
7662026-05-08T00:17:54.093Z Downloaded indent_write v2.2.0
7672026-05-08T00:17:54.093Z Downloaded ident_case v1.0.1
7682026-05-08T00:17:54.093Z Downloaded derive_more-impl v2.1.1
7692026-05-08T00:17:54.095Z Downloaded indoc v1.0.9
7702026-05-08T00:17:54.098Z Downloaded async-compression v0.4.41
7712026-05-08T00:17:54.101Z Downloaded inout v0.1.4
7722026-05-08T00:17:54.104Z Downloaded git-stub-vcs v0.1.0
7732026-05-08T00:17:54.104Z Downloaded fs-err v2.11.0
7742026-05-08T00:17:54.106Z Downloaded dsl_auto_type v0.2.0
7752026-05-08T00:17:54.106Z Downloaded filetime v0.2.27
7762026-05-08T00:17:54.106Z Downloaded daft-derive v0.1.5
7772026-05-08T00:17:54.110Z Downloaded bzip2 v0.4.4
7782026-05-08T00:17:54.112Z Downloaded darling v0.21.3
7792026-05-08T00:17:54.114Z Downloaded critical-section v1.2.0
7802026-05-08T00:17:54.117Z Downloaded backon v1.6.0
7812026-05-08T00:17:54.117Z Downloaded is_ci v1.2.0
7822026-05-08T00:17:54.120Z Downloaded internet-checksum v0.2.1
7832026-05-08T00:17:54.120Z Downloaded is-terminal v0.4.17
7842026-05-08T00:17:54.120Z Downloaded highway v1.3.0
7852026-05-08T00:17:54.123Z Downloaded keccak v0.1.6
7862026-05-08T00:17:54.127Z Downloaded lazy_static v1.5.0
7872026-05-08T00:17:54.130Z Downloaded blake2 v0.10.6
7882026-05-08T00:17:54.134Z Downloaded http-body-util v0.1.3
7892026-05-08T00:17:54.137Z Downloaded cancel-safe-futures v0.1.5
7902026-05-08T00:17:54.137Z Downloaded bumpalo v3.20.2
7912026-05-08T00:17:54.139Z Downloaded darling v0.23.0
7922026-05-08T00:17:54.142Z Downloaded futures-channel v0.3.32
7932026-05-08T00:17:54.142Z Downloaded drift v0.1.3
7942026-05-08T00:17:54.145Z Downloaded ctr v0.9.2
7952026-05-08T00:17:54.150Z Downloaded derive_builder_core v0.20.2
7962026-05-08T00:17:54.152Z Downloaded fixedbitset v0.5.7
7972026-05-08T00:17:54.152Z Downloaded cookie_store v0.22.1
7982026-05-08T00:17:54.153Z Downloaded ahash v0.8.12
7992026-05-08T00:17:54.153Z Downloaded console v0.15.11
8002026-05-08T00:17:54.155Z Downloaded lalrpop-util v0.19.12
8012026-05-08T00:17:54.155Z Downloaded cookie v0.18.1
8022026-05-08T00:17:54.158Z Downloaded colored v2.2.0
8032026-05-08T00:17:54.163Z Downloaded libscf-sys v1.1.0
8042026-05-08T00:17:54.163Z Downloaded dropshot_endpoint v0.17.0
8052026-05-08T00:17:54.167Z Downloaded fs_extra v1.3.0
8062026-05-08T00:17:54.167Z Downloaded clang-sys v1.8.1
8072026-05-08T00:17:54.167Z Downloaded chacha20 v0.10.0
8082026-05-08T00:17:54.167Z Downloaded lru v0.12.5
8092026-05-08T00:17:54.167Z Downloaded match_cfg v0.1.0
8102026-05-08T00:17:54.169Z Downloaded maplit v1.0.2
8112026-05-08T00:17:54.169Z Downloaded lzss v0.8.2
8122026-05-08T00:17:54.169Z Downloaded indoc v2.0.7
8132026-05-08T00:17:54.172Z Downloaded managed v0.8.0
8142026-05-08T00:17:54.172Z Downloaded md5 v0.7.0
8152026-05-08T00:17:54.174Z Downloaded lru-slab v0.1.2
8162026-05-08T00:17:54.174Z Downloaded humantime v2.3.0
8172026-05-08T00:17:54.174Z Downloaded memoffset v0.9.1
8182026-05-08T00:17:54.177Z Downloaded mime v0.3.17
8192026-05-08T00:17:54.177Z Downloaded maybe-uninit v2.0.0
8202026-05-08T00:17:54.180Z Downloaded ingot v0.1.1
8212026-05-08T00:17:54.180Z Downloaded new_debug_unreachable v1.0.6
8222026-05-08T00:17:54.180Z Downloaded impl-trait-for-tuples v0.2.3
8232026-05-08T00:17:54.183Z Downloaded nibble_vec v0.1.0
8242026-05-08T00:17:54.183Z Downloaded lru-cache v0.1.2
8252026-05-08T00:17:54.183Z Downloaded bzip2 v0.6.1
8262026-05-08T00:17:54.186Z Downloaded async-bb8-diesel v0.2.1
8272026-05-08T00:17:54.186Z Downloaded newtype-uuid-macros v0.1.0
8282026-05-08T00:17:54.189Z Downloaded console v0.16.2
8292026-05-08T00:17:54.189Z Downloaded newline-converter v0.3.0
8302026-05-08T00:17:54.189Z Downloaded multimap v0.10.1
8312026-05-08T00:17:54.192Z Downloaded group v0.13.0
8322026-05-08T00:17:54.195Z Downloaded half v1.8.3
8332026-05-08T00:17:54.200Z Downloaded instant v0.1.13
8342026-05-08T00:17:54.204Z Downloaded hmac v0.12.1
8352026-05-08T00:17:54.204Z Downloaded kstat-rs v0.2.4
8362026-05-08T00:17:54.206Z Downloaded ipnetwork v0.21.1
8372026-05-08T00:17:54.206Z Downloaded ipnet v2.11.0
8382026-05-08T00:17:54.206Z Downloaded jobserver v0.1.34
8392026-05-08T00:17:54.209Z Downloaded newtype_derive v0.1.6
8402026-05-08T00:17:54.209Z Downloaded libefi-sys v0.1.0
8412026-05-08T00:17:54.212Z Downloaded nonempty v0.12.0
8422026-05-08T00:17:54.212Z Downloaded normalize-line-endings v0.3.0
8432026-05-08T00:17:54.214Z Downloaded num v0.4.3
8442026-05-08T00:17:54.214Z Downloaded nodrop v0.1.14
8452026-05-08T00:17:54.218Z Downloaded hyper-rustls v0.27.7
8462026-05-08T00:17:54.218Z Downloaded httparse v1.10.1
8472026-05-08T00:17:54.222Z Downloaded darling v0.20.11
8482026-05-08T00:17:54.239Z Downloaded num-derive v0.4.2
8492026-05-08T00:17:54.242Z Downloaded num-derive v0.3.3
8502026-05-08T00:17:54.244Z Downloaded num-conv v0.2.0
8512026-05-08T00:17:54.244Z Downloaded linked-hash-map v0.5.6
8522026-05-08T00:17:54.244Z Downloaded libloading v0.8.9
8532026-05-08T00:17:54.247Z Downloaded hyper-staticfile v0.10.1
8542026-05-08T00:17:54.247Z Downloaded fatfs v0.3.6
8552026-05-08T00:17:54.250Z Downloaded num_enum_derive v0.5.11
8562026-05-08T00:17:54.250Z Downloaded md-5 v0.10.6
8572026-05-08T00:17:54.252Z Downloaded opaque-debug v0.3.1
8582026-05-08T00:17:54.252Z Downloaded openssl-macros v0.1.1
8592026-05-08T00:17:54.252Z Downloaded olpc-cjson v0.1.4
8602026-05-08T00:17:54.253Z Downloaded num_threads v0.1.7
8612026-05-08T00:17:54.255Z Downloaded libsw-core v0.3.2
8622026-05-08T00:17:54.255Z Downloaded elliptic-curve v0.13.8
8632026-05-08T00:17:54.258Z Downloaded openssl-probe v0.2.1
8642026-05-08T00:17:54.258Z Downloaded iana-time-zone v0.1.65
8652026-05-08T00:17:54.260Z Downloaded aes v0.8.4
8662026-05-08T00:17:54.263Z Downloaded multer v3.1.0
8672026-05-08T00:17:54.266Z Downloaded lock_api v0.4.14
8682026-05-08T00:17:54.266Z Downloaded openssl-probe v0.1.6
8692026-05-08T00:17:54.266Z Downloaded oso-derive v0.27.3
8702026-05-08T00:17:54.269Z Downloaded crossterm v0.28.1
8712026-05-08T00:17:54.272Z Downloaded parse-size v1.1.0
8722026-05-08T00:17:54.272Z Downloaded packed_struct_codegen v0.10.1
8732026-05-08T00:17:54.272Z Downloaded mime_guess v2.0.5
8742026-05-08T00:17:54.275Z Downloaded ingot-macros v0.1.1
8752026-05-08T00:17:54.275Z Downloaded instability v0.3.11
8762026-05-08T00:17:54.275Z Downloaded newtype-uuid v1.3.2
8772026-05-08T00:17:54.279Z Downloaded nanorand v0.7.0
8782026-05-08T00:17:54.279Z Downloaded getrandom v0.2.17
8792026-05-08T00:17:54.282Z Downloaded futures v0.3.32
8802026-05-08T00:17:54.282Z Downloaded half v2.7.1
8812026-05-08T00:17:54.285Z Downloaded getrandom v0.3.4
8822026-05-08T00:17:54.288Z Downloaded der v0.7.10
8832026-05-08T00:17:54.291Z Downloaded const-oid v0.9.6
8842026-05-08T00:17:54.291Z Downloaded camino-tempfile-ext v0.3.3
8852026-05-08T00:17:54.294Z Downloaded num-complex v0.4.6
8862026-05-08T00:17:54.299Z Downloaded parse-display v0.10.0
8872026-05-08T00:17:54.299Z Downloaded pbkdf2 v0.11.0
8882026-05-08T00:17:54.302Z Downloaded path-slash v0.1.5
8892026-05-08T00:17:54.302Z Downloaded phf_shared v0.11.3
8902026-05-08T00:17:54.302Z Downloaded peg-runtime v0.8.5
8912026-05-08T00:17:54.302Z Downloaded pbkdf2 v0.12.2
8922026-05-08T00:17:54.308Z Downloaded linear-map v1.2.0
8932026-05-08T00:17:54.312Z Downloaded darling_core v0.21.3
8942026-05-08T00:17:54.315Z Downloaded phf_shared v0.13.1
8952026-05-08T00:17:54.315Z Downloaded nu-ansi-term v0.50.3
8962026-05-08T00:17:54.318Z Downloaded darling_core v0.23.0
8972026-05-08T00:17:54.321Z Downloaded num_enum v0.7.5
8982026-05-08T00:17:54.323Z Downloaded num-iter v0.1.45
8992026-05-08T00:17:54.323Z Downloaded const_format v0.2.35
9002026-05-08T00:17:54.326Z Downloaded allocator-api2 v0.2.21
9012026-05-08T00:17:54.328Z Downloaded num-integer v0.1.46
9022026-05-08T00:17:54.328Z Downloaded num_enum_derive v0.7.5
9032026-05-08T00:17:54.331Z Downloaded num_enum v0.5.11
9042026-05-08T00:17:54.334Z Downloaded phf_shared v0.12.1
9052026-05-08T00:17:54.334Z Downloaded libsw v3.5.0
9062026-05-08T00:17:54.341Z Downloaded compact_str v0.8.1
9072026-05-08T00:17:54.341Z Downloaded chacha20poly1305 v0.10.1
9082026-05-08T00:17:54.341Z Downloaded ar_archive_writer v0.5.1
9092026-05-08T00:17:54.344Z Downloaded bytes v1.11.1
9102026-05-08T00:17:54.344Z Downloaded num-rational v0.4.2
9112026-05-08T00:17:54.344Z Downloaded memmap2 v0.9.10
9122026-05-08T00:17:54.344Z Downloaded ingot-types v0.1.2
9132026-05-08T00:17:54.346Z Downloaded indexmap v1.9.3
9142026-05-08T00:17:54.346Z Downloaded ignore v0.4.25
9152026-05-08T00:17:54.349Z Downloaded powerfmt v0.2.0
9162026-05-08T00:17:54.354Z Downloaded progenitor-client v0.10.0
9172026-05-08T00:17:54.357Z Downloaded oxide-tokio-rt v0.1.4
9182026-05-08T00:17:54.357Z Downloaded owo-colors v4.3.0
9192026-05-08T00:17:54.359Z Downloaded progenitor-client v0.14.0
9202026-05-08T00:17:54.359Z Downloaded proc-macro-crate v3.4.0
9212026-05-08T00:17:54.362Z Downloaded predicates-tree v1.0.13
9222026-05-08T00:17:54.362Z Downloaded predicates-core v1.0.10
9232026-05-08T00:17:54.362Z Downloaded precomputed-hash v0.1.1
9242026-05-08T00:17:54.362Z Downloaded flume v0.11.1
9252026-05-08T00:17:54.365Z Downloaded heapless v0.7.17
9262026-05-08T00:17:54.367Z Downloaded packed_struct v0.10.1
9272026-05-08T00:17:54.371Z Downloaded native-tls v0.2.18
9282026-05-08T00:17:54.374Z Downloaded heapless v0.8.0
9292026-05-08T00:17:54.376Z Downloaded headers v0.4.1
9302026-05-08T00:17:54.378Z Downloaded libbz2-rs-sys v0.2.2
9312026-05-08T00:17:54.381Z Downloaded pem-rfc7468 v0.7.0
9322026-05-08T00:17:54.383Z Downloaded pem v3.0.6
9332026-05-08T00:17:54.384Z Downloaded paste v1.0.15
9342026-05-08T00:17:54.386Z Downloaded progenitor-client v0.11.2
9352026-05-08T00:17:54.386Z Downloaded peg-macros v0.8.5
9362026-05-08T00:17:54.390Z Downloaded password-hash v0.4.2
9372026-05-08T00:17:54.390Z Downloaded parse-display-derive v0.10.0
9382026-05-08T00:17:54.390Z Downloaded password-hash v0.5.0
9392026-05-08T00:17:54.393Z Downloaded progenitor-macro v0.14.0
9402026-05-08T00:17:54.393Z Downloaded proc-macro-error-attr2 v2.0.0
9412026-05-08T00:17:54.395Z Downloaded quick-error v1.2.3
9422026-05-08T00:17:54.395Z Downloaded psl-types v2.0.11
9432026-05-08T00:17:54.395Z Downloaded pin-utils v0.1.0
9442026-05-08T00:17:54.398Z Downloaded phf v0.13.1
9452026-05-08T00:17:54.398Z Downloaded peg v0.8.5
9462026-05-08T00:17:54.403Z Downloaded progenitor-macro v0.10.0
9472026-05-08T00:17:54.403Z Downloaded progenitor-macro v0.13.0
9482026-05-08T00:17:54.406Z Downloaded progenitor-macro v0.11.2
9492026-05-08T00:17:54.406Z Downloaded pkg-config v0.3.32
9502026-05-08T00:17:54.408Z Downloaded pin-project-internal v1.1.11
9512026-05-08T00:17:54.408Z Downloaded derive_more v2.1.1
9522026-05-08T00:17:54.414Z Downloaded cc v1.2.56
9532026-05-08T00:17:54.417Z Downloaded phf v0.12.1
9542026-05-08T00:17:54.423Z Downloaded pkcs8 v0.10.2
9552026-05-08T00:17:54.425Z Downloaded omicron-zone-package v0.12.2
9562026-05-08T00:17:54.425Z Downloaded radium v0.7.0
9572026-05-08T00:17:54.426Z Downloaded poly1305 v0.8.0
9582026-05-08T00:17:54.428Z Downloaded rand_chacha v0.3.1
9592026-05-08T00:17:54.428Z Downloaded litrs v1.0.0
9602026-05-08T00:17:54.430Z Downloaded predicates v3.1.4
9612026-05-08T00:17:54.431Z Downloaded parking_lot v0.12.5
9622026-05-08T00:17:54.433Z Downloaded ppv-lite86 v0.2.21
9632026-05-08T00:17:54.433Z Downloaded polyval v0.6.2
9642026-05-08T00:17:54.436Z Downloaded proc-macro-crate v1.3.1
9652026-05-08T00:17:54.436Z Downloaded primeorder v0.13.6
9662026-05-08T00:17:54.436Z Downloaded indicatif v0.18.4
9672026-05-08T00:17:54.439Z Downloaded progenitor v0.14.0
9682026-05-08T00:17:54.441Z Downloaded progenitor v0.11.2
9692026-05-08T00:17:54.441Z Downloaded parking_lot_core v0.8.6
9702026-05-08T00:17:54.441Z Downloaded postgres-protocol v0.6.10
9712026-05-08T00:17:54.445Z Downloaded oxnet v0.1.4
9722026-05-08T00:17:54.446Z Downloaded recursive-proc-macro-impl v0.1.1
9732026-05-08T00:17:54.450Z Downloaded recursive v0.1.1
9742026-05-08T00:17:54.450Z Downloaded rand_xorshift v0.4.0
9752026-05-08T00:17:54.450Z Downloaded proc-macro-error2 v2.0.1
9762026-05-08T00:17:54.453Z Downloaded progenitor-client v0.13.0
9772026-05-08T00:17:54.453Z Downloaded parking_lot_core v0.9.12
9782026-05-08T00:17:54.453Z Downloaded ref-cast-impl v1.0.25
9792026-05-08T00:17:54.453Z Downloaded ref-cast v1.0.25
9802026-05-08T00:17:54.456Z Downloaded parking_lot v0.11.2
9812026-05-08T00:17:54.456Z Downloaded flate2 v1.1.9
9822026-05-08T00:17:54.460Z Downloaded hickory-resolver v0.24.4
9832026-05-08T00:17:54.468Z Downloaded progenitor v0.10.0
9842026-05-08T00:17:54.472Z Downloaded progenitor-extras v0.2.0
9852026-05-08T00:17:54.476Z Downloaded psm v0.1.30
9862026-05-08T00:17:54.479Z Downloaded progenitor v0.13.0
9872026-05-08T00:17:54.489Z Downloaded crypto-bigint v0.5.5
9882026-05-08T00:17:54.493Z Downloaded rfc6979 v0.4.0
9892026-05-08T00:17:54.496Z Downloaded rustc_version v0.4.1
9902026-05-08T00:17:54.496Z Downloaded r2d2 v0.8.10
9912026-05-08T00:17:54.501Z Downloaded pkcs1 v0.7.5
9922026-05-08T00:17:54.501Z Downloaded pin-project-lite v0.2.17
9932026-05-08T00:17:54.506Z Downloaded ed25519-dalek v2.2.0
9942026-05-08T00:17:54.510Z Downloaded pkcs5 v0.7.1
9952026-05-08T00:17:54.515Z Downloaded rustc-hash v2.1.1
9962026-05-08T00:17:54.515Z Downloaded russh-cryptovec v0.7.3
9972026-05-08T00:17:54.519Z Downloaded rustc_version v0.1.7
9982026-05-08T00:17:54.519Z Downloaded oso v0.27.3
9992026-05-08T00:17:54.526Z Downloaded rand_seeder v0.4.0
10002026-05-08T00:17:54.529Z Downloaded rand_core v0.10.0
10012026-05-08T00:17:54.529Z Downloaded rand_core v0.6.4
10022026-05-08T00:17:54.532Z Downloaded scheduled-thread-pool v0.2.7
10032026-05-08T00:17:54.532Z Downloaded salsa20 v0.10.2
10042026-05-08T00:17:54.536Z Downloaded same-file v1.0.6
10052026-05-08T00:17:54.536Z Downloaded scroll_derive v0.13.1
10062026-05-08T00:17:54.540Z Downloaded semver v0.1.20
10072026-05-08T00:17:54.540Z Downloaded p256 v0.13.2
10082026-05-08T00:17:54.543Z Downloaded postgres-types v0.2.12
10092026-05-08T00:17:54.543Z Downloaded rand_core v0.9.5
10102026-05-08T00:17:54.547Z Downloaded miniz_oxide v0.8.9
10112026-05-08T00:17:54.550Z Downloaded sapling-renderdag v0.1.0
10122026-05-08T00:17:54.556Z Downloaded scopeguard v1.2.0
10132026-05-08T00:17:54.560Z Downloaded scrypt v0.11.0
10142026-05-08T00:17:54.560Z Downloaded secrecy v0.8.0
10152026-05-08T00:17:54.563Z Downloaded rtoolbox v0.0.3
10162026-05-08T00:17:54.563Z Downloaded serde-big-array v0.5.1
10172026-05-08T00:17:54.563Z Downloaded serde_bytes v0.11.19
10182026-05-08T00:17:54.566Z Downloaded secrecy v0.10.3
10192026-05-08T00:17:54.566Z Downloaded seq-macro v0.3.6
10202026-05-08T00:17:54.569Z Downloaded hashbrown v0.12.3
10212026-05-08T00:17:54.571Z Downloaded pin-project v1.1.11
10222026-05-08T00:17:54.577Z Downloaded serde_plain v1.0.2
10232026-05-08T00:17:54.580Z Downloaded papergrid v0.17.0
10242026-05-08T00:17:54.583Z Downloaded shell-words v1.1.1
10252026-05-08T00:17:54.584Z Downloaded serde_urlencoded v0.7.1
10262026-05-08T00:17:54.586Z Downloaded serde_spanned v1.0.4
10272026-05-08T00:17:54.586Z Downloaded serde_repr v0.1.20
10282026-05-08T00:17:54.586Z Downloaded jiff-static v0.2.21
10292026-05-08T00:17:54.589Z Downloaded sigpipe v0.1.3
10302026-05-08T00:17:54.589Z Downloaded signature v2.2.0
10312026-05-08T00:17:54.589Z Downloaded expectorate v1.2.0
10322026-05-08T00:17:54.591Z Downloaded dropshot-api-manager v0.7.1
10332026-05-08T00:17:54.594Z Downloaded diesel_derives v2.3.7
10342026-05-08T00:17:54.597Z Downloaded sha1 v0.10.6
10352026-05-08T00:17:54.600Z Downloaded siphasher v1.0.2
10362026-05-08T00:17:54.603Z Downloaded postcard v1.1.3
10372026-05-08T00:17:54.603Z Downloaded signal-hook-tokio v0.3.1
10382026-05-08T00:17:54.607Z Downloaded quinn-udp v0.5.14
10392026-05-08T00:17:54.609Z Downloaded rustversion v1.0.22
10402026-05-08T00:17:54.612Z Downloaded rustls-pemfile v2.2.0
10412026-05-08T00:17:54.619Z Downloaded rustls-pemfile v1.0.4
10422026-05-08T00:17:54.622Z Downloaded slog-bunyan v2.5.0
10432026-05-08T00:17:54.628Z Downloaded minimal-lexical v0.2.1
10442026-05-08T00:17:54.632Z Downloaded hickory-resolver v0.25.2
10452026-05-08T00:17:54.637Z Downloaded rand_chacha v0.9.0
10462026-05-08T00:17:54.653Z Downloaded http v1.4.0
10472026-05-08T00:17:54.654Z Downloaded progenitor-impl v0.10.0
10482026-05-08T00:17:54.659Z Downloaded rusty-fork v0.3.1
10492026-05-08T00:17:54.659Z Downloaded sec1 v0.7.3
10502026-05-08T00:17:54.659Z Downloaded resolv-conf v0.7.6
10512026-05-08T00:17:54.660Z Downloaded slog-envlogger v2.2.0
10522026-05-08T00:17:54.668Z Downloaded ssh-cipher v0.2.0
10532026-05-08T00:17:54.668Z Downloaded serde_path_to_error v0.1.20
10542026-05-08T00:17:54.668Z Downloaded serde-hex v0.1.0
10552026-05-08T00:17:54.669Z Downloaded scroll v0.13.0
10562026-05-08T00:17:54.673Z Downloaded hashbrown v0.13.2
10572026-05-08T00:17:54.673Z Downloaded hickory-server v0.25.2
10582026-05-08T00:17:54.673Z Downloaded serde_derive_internals v0.29.1
10592026-05-08T00:17:54.674Z Downloaded progenitor-impl v0.11.2
10602026-05-08T00:17:54.681Z Downloaded signal-hook-registry v1.4.8
10612026-05-08T00:17:54.685Z Downloaded ssh-encoding v0.2.0
10622026-05-08T00:17:54.690Z Downloaded signal-hook-mio v0.2.5
10632026-05-08T00:17:54.694Z Downloaded rustls-native-certs v0.8.3
10642026-05-08T00:17:54.694Z Downloaded strum v0.26.3
10652026-05-08T00:17:54.694Z Downloaded sqlparser_derive v0.5.0
10662026-05-08T00:17:54.699Z Downloaded prettyplease v0.2.37
10672026-05-08T00:17:54.699Z Downloaded rustls-pki-types v1.14.0
10682026-05-08T00:17:54.704Z Downloaded russh-keys v0.45.0
10692026-05-08T00:17:54.708Z Downloaded sct v0.7.1
10702026-05-08T00:17:54.713Z Downloaded strum v0.27.2
10712026-05-08T00:17:54.713Z Downloaded strip-ansi-escapes v0.2.1
10722026-05-08T00:17:54.715Z Downloaded tagptr v0.2.0
10732026-05-08T00:17:54.715Z Downloaded tabwriter v1.4.1
10742026-05-08T00:17:54.715Z Downloaded supports-color v3.0.2
10752026-05-08T00:17:54.715Z Downloaded simd-adler32 v0.3.8
10762026-05-08T00:17:54.716Z Downloaded subtle v2.6.1
10772026-05-08T00:17:54.725Z Downloaded tabled_derive v0.11.0
10782026-05-08T00:17:54.730Z Downloaded take_mut v0.2.2
10792026-05-08T00:17:54.730Z Downloaded sync_wrapper v1.0.2
10802026-05-08T00:17:54.730Z Downloaded slog-async v2.8.0
10812026-05-08T00:17:54.730Z Downloaded shlex v1.3.0
10822026-05-08T00:17:54.731Z Downloaded structmeta v0.3.0
10832026-05-08T00:17:54.735Z Downloaded sync-ptr v0.1.4
10842026-05-08T00:17:54.735Z Downloaded openssl-sys v0.9.114
10852026-05-08T00:17:54.735Z Downloaded slab v0.4.12
10862026-05-08T00:17:54.735Z Downloaded ron v0.8.1
10872026-05-08T00:17:54.740Z Downloaded hyper-util v0.1.20
10882026-05-08T00:17:54.745Z Downloaded slog-term v2.9.2
10892026-05-08T00:17:54.745Z Downloaded termtree v0.5.1
10902026-05-08T00:17:54.745Z Downloaded smallvec v0.6.14
10912026-05-08T00:17:54.745Z Downloaded slog-stdlog v4.1.1
10922026-05-08T00:17:54.750Z Downloaded slog-json v2.6.1
10932026-05-08T00:17:54.750Z Downloaded slog-dtrace v0.3.0
10942026-05-08T00:17:54.750Z Downloaded tap v1.0.1
10952026-05-08T00:17:54.750Z Downloaded smf v0.2.3
10962026-05-08T00:17:54.750Z Downloaded schemars_derive v0.8.22
10972026-05-08T00:17:54.753Z Downloaded rcgen v0.12.1
10982026-05-08T00:17:54.753Z Downloaded testing_table v0.3.0
10992026-05-08T00:17:54.753Z Downloaded spki v0.7.3
11002026-05-08T00:17:54.753Z Downloaded mio v1.2.0
11012026-05-08T00:17:54.759Z Downloaded serde_with_macros v3.17.0
11022026-05-08T00:17:54.762Z Downloaded snafu-derive v0.8.9
11032026-05-08T00:17:54.762Z Downloaded progenitor-impl v0.14.0
11042026-05-08T00:17:54.771Z Downloaded thread-id v5.1.0
11052026-05-08T00:17:54.775Z Downloaded itertools v0.10.5
11062026-05-08T00:17:54.775Z Downloaded thiserror-impl-no-std v2.0.2
11072026-05-08T00:17:54.775Z Downloaded sqlformat v0.3.5
11082026-05-08T00:17:54.779Z Downloaded serde_cbor v0.11.2
11092026-05-08T00:17:54.782Z Downloaded rustls-platform-verifier v0.6.2
11102026-05-08T00:17:54.785Z Downloaded time-core v0.1.8
11112026-05-08T00:17:54.785Z Downloaded num-bigint v0.4.6
11122026-05-08T00:17:54.787Z Downloaded static_assertions v1.1.0
11132026-05-08T00:17:54.787Z Downloaded pretty_assertions v1.4.1
11142026-05-08T00:17:54.790Z Downloaded rayon-core v1.13.0
11152026-05-08T00:17:54.799Z Downloaded strum_macros v0.26.4
11162026-05-08T00:17:54.803Z Downloaded stacker v0.1.23
11172026-05-08T00:17:54.806Z Downloaded tinyvec_macros v0.1.1
11182026-05-08T00:17:54.811Z Downloaded tokio-macros v2.7.0
11192026-05-08T00:17:54.813Z Downloaded strum_macros v0.24.3
11202026-05-08T00:17:54.817Z Downloaded stringprep v0.1.5
11212026-05-08T00:17:54.817Z Downloaded progenitor-impl v0.13.0
11222026-05-08T00:17:54.821Z Downloaded string_cache v0.8.9
11232026-05-08T00:17:54.825Z Downloaded nom v7.1.3
11242026-05-08T00:17:54.829Z Downloaded support-bundle-viewer v0.1.2
11252026-05-08T00:17:54.829Z Downloaded structmeta-derive v0.3.0
11262026-05-08T00:17:54.838Z Downloaded prefix-trie v0.7.0
11272026-05-08T00:17:54.838Z Downloaded schemars v0.8.22
11282026-05-08T00:17:54.842Z Downloaded slog-scope v4.4.1
11292026-05-08T00:17:54.842Z Downloaded qorb v0.4.1
11302026-05-08T00:17:54.846Z Downloaded crossterm v0.29.0
11312026-05-08T00:17:54.852Z Downloaded spin v0.9.8
11322026-05-08T00:17:54.856Z Downloaded thiserror-no-std v2.0.2
11332026-05-08T00:17:54.860Z Downloaded topological-sort v0.2.2
11342026-05-08T00:17:54.860Z Downloaded tower-service v0.3.3
11352026-05-08T00:17:54.863Z Downloaded tower-layer v0.3.3
11362026-05-08T00:17:54.869Z Downloaded libxml v0.3.3
11372026-05-08T00:17:54.878Z Downloaded try-lock v0.2.5
11382026-05-08T00:17:54.881Z Downloaded quinn v0.11.9
11392026-05-08T00:17:54.884Z Downloaded publicsuffix v2.3.0
11402026-05-08T00:17:54.886Z Downloaded aes-gcm v0.10.3
11412026-05-08T00:17:54.892Z Downloaded slog v2.8.2
11422026-05-08T00:17:54.897Z Downloaded strum_macros v0.27.2
11432026-05-08T00:17:54.897Z Downloaded ryu v1.0.23
11442026-05-08T00:17:54.900Z Downloaded trait-variant v0.1.2
11452026-05-08T00:17:54.900Z Downloaded tls_codec_derive v0.4.2
11462026-05-08T00:17:54.900Z Downloaded time-macros v0.2.27
11472026-05-08T00:17:54.900Z Downloaded thread_local v1.1.9
11482026-05-08T00:17:54.903Z Downloaded typify-macro v0.6.2
11492026-05-08T00:17:54.903Z Downloaded typify-macro v0.4.3
11502026-05-08T00:17:54.903Z Downloaded signal-hook v0.3.18
11512026-05-08T00:17:54.906Z Downloaded unarray v0.1.4
11522026-05-08T00:17:54.906Z Downloaded hashbrown v0.15.5
11532026-05-08T00:17:54.910Z Downloaded unit-prefix v0.5.2
11542026-05-08T00:17:54.910Z Downloaded tokio-native-tls v0.3.1
11552026-05-08T00:17:54.913Z Downloaded tokio-dtrace v0.1.1
11562026-05-08T00:17:54.913Z Downloaded tiny-keccak v2.0.2
11572026-05-08T00:17:54.916Z Downloaded tls_codec v0.4.2
11582026-05-08T00:17:54.920Z Downloaded similar v2.7.0
11592026-05-08T00:17:54.923Z Downloaded rand v0.8.5
11602026-05-08T00:17:54.923Z Downloaded rsa v0.9.10
11612026-05-08T00:17:54.926Z Downloaded unicode-truncate v1.1.0
11622026-05-08T00:17:54.926Z Downloaded tokio-tungstenite v0.23.1
11632026-05-08T00:17:54.929Z Downloaded universal-hash v0.5.1
11642026-05-08T00:17:54.929Z Downloaded iddqd v0.3.18
11652026-05-08T00:17:54.932Z Downloaded usdt-attr-macro v0.6.0
11662026-05-08T00:17:54.932Z Downloaded schemars v0.9.0
11672026-05-08T00:17:54.940Z Downloaded usdt-macro v0.6.0
11682026-05-08T00:17:54.943Z Downloaded untrusted v0.9.0
11692026-05-08T00:17:54.943Z Downloaded untrusted v0.7.1
11702026-05-08T00:17:54.943Z Downloaded termios v0.3.3
11712026-05-08T00:17:54.943Z Downloaded hyper v1.8.1
11722026-05-08T00:17:54.946Z Downloaded utf-8 v0.7.6
11732026-05-08T00:17:54.946Z Downloaded itertools v0.12.1
11742026-05-08T00:17:54.949Z Downloaded void v1.0.2
11752026-05-08T00:17:54.952Z Downloaded toml_writer v1.0.6+spec-1.1.0
11762026-05-08T00:17:54.952Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11772026-05-08T00:17:54.952Z Downloaded hashbrown v0.16.1
11782026-05-08T00:17:54.955Z Downloaded usdt v0.6.0
11792026-05-08T00:17:54.959Z Downloaded tokio-tungstenite v0.21.0
11802026-05-08T00:17:54.959Z Downloaded num-bigint-dig v0.8.6
11812026-05-08T00:17:54.964Z Downloaded tokio-rustls v0.25.0
11822026-05-08T00:17:54.964Z Downloaded term v1.2.1
11832026-05-08T00:17:54.964Z Downloaded term v0.7.0
11842026-05-08T00:17:54.967Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11852026-05-08T00:17:54.974Z Downloaded samael v0.0.19
11862026-05-08T00:17:54.978Z Downloaded subprocess v0.2.15
11872026-05-08T00:17:54.980Z Downloaded waitgroup v0.1.2
11882026-05-08T00:17:54.982Z Downloaded rustls-webpki v0.103.9
11892026-05-08T00:17:54.990Z Downloaded xattr v1.6.1
11902026-05-08T00:17:54.996Z Downloaded tui-tree-widget v0.23.1
11912026-05-08T00:17:54.999Z Downloaded unicase v2.9.0
11922026-05-08T00:17:54.999Z Downloaded iri-string v0.7.10
11932026-05-08T00:17:55.003Z Downloaded wait-timeout v0.2.1
11942026-05-08T00:17:55.010Z Downloaded tokio-rustls v0.24.1
11952026-05-08T00:17:55.013Z Downloaded rand v0.9.2
11962026-05-08T00:17:55.013Z Downloaded socket2 v0.6.3
11972026-05-08T00:17:55.017Z Downloaded want v0.3.1
11982026-05-08T00:17:55.017Z Downloaded socket2 v0.5.10
11992026-05-08T00:17:55.017Z Downloaded serde_yaml v0.9.34+deprecated
12002026-05-08T00:17:55.022Z Downloaded snafu v0.8.9
12012026-05-08T00:17:55.025Z Downloaded futures-util v0.3.32
12022026-05-08T00:17:55.030Z Downloaded usdt-impl v0.6.0
12032026-05-08T00:17:55.030Z Downloaded tokio-rustls v0.26.4
12042026-05-08T00:17:55.030Z Downloaded test-strategy v0.4.5
12052026-05-08T00:17:55.032Z Downloaded xshell-macros v0.2.7
12062026-05-08T00:17:55.032Z Downloaded vsss-rs v3.3.4
12072026-05-08T00:17:55.032Z Downloaded zeroize_derive v1.4.3
12082026-05-08T00:17:55.037Z Downloaded zone v0.3.1
12092026-05-08T00:17:55.040Z Downloaded rand v0.10.0
12102026-05-08T00:17:55.042Z Downloaded zone_cfg_derive v0.3.1
12112026-05-08T00:17:55.047Z Downloaded hkdf v0.12.4
12122026-05-08T00:17:55.053Z Downloaded itertools v0.13.0
12132026-05-08T00:17:55.057Z Downloaded schemars v1.2.1
12142026-05-08T00:17:55.064Z Downloaded p521 v0.13.3
12152026-05-08T00:17:55.067Z Downloaded tracing-attributes v0.1.31
12162026-05-08T00:17:55.067Z Downloaded uzers v0.12.2
12172026-05-08T00:17:55.070Z Downloaded vergen-git2 v1.0.7
12182026-05-08T00:17:55.074Z Downloaded vergen-lib v0.1.6
12192026-05-08T00:17:55.074Z Downloaded vergen-gitcl v1.0.8
12202026-05-08T00:17:55.074Z Downloaded unicode-properties v0.1.4
12212026-05-08T00:17:55.082Z Downloaded itertools v0.14.0
12222026-05-08T00:17:55.082Z Downloaded twox-hash v2.1.2
12232026-05-08T00:17:55.089Z Downloaded aho-corasick v1.1.4
12242026-05-08T00:17:55.089Z Downloaded toml v0.7.8
12252026-05-08T00:17:55.089Z Downloaded tar v0.4.45
12262026-05-08T00:17:55.093Z Downloaded toml v0.9.12+spec-1.1.0
12272026-05-08T00:17:55.093Z Downloaded tinyvec v1.10.0
12282026-05-08T00:17:55.101Z Downloaded toml_parser v1.0.9+spec-1.1.0
12292026-05-08T00:17:55.106Z Downloaded dropshot v0.16.7
12302026-05-08T00:17:55.117Z Downloaded xshell v0.2.7
12312026-05-08T00:17:55.122Z Downloaded zeroize v1.8.2
12322026-05-08T00:17:55.122Z Downloaded whoami v1.6.1
12332026-05-08T00:17:55.122Z Downloaded typify v0.4.3
12342026-05-08T00:17:55.124Z Downloaded tungstenite v0.21.0
12352026-05-08T00:17:55.124Z Downloaded typify v0.6.2
12362026-05-08T00:17:55.127Z Downloaded zstd v0.13.3
12372026-05-08T00:17:55.127Z Downloaded h2 v0.4.13
12382026-05-08T00:17:55.130Z Downloaded toml v1.0.6+spec-1.1.0
12392026-05-08T00:17:55.133Z Downloaded wyz v0.5.1
12402026-05-08T00:17:55.133Z Downloaded tokio-stream v0.1.18
12412026-05-08T00:17:55.147Z Downloaded tracing-core v0.1.36
12422026-05-08T00:17:55.150Z Downloaded vergen v9.0.6
12432026-05-08T00:17:55.153Z Downloaded uuid v1.23.0
12442026-05-08T00:17:55.163Z Downloaded tungstenite v0.23.0
12452026-05-08T00:17:55.168Z Downloaded ssh-key v0.6.7
12462026-05-08T00:17:55.172Z Downloaded walkdir v2.5.0
12472026-05-08T00:17:55.176Z Downloaded russh v0.45.0
12482026-05-08T00:17:55.183Z Downloaded whoami v2.1.0
12492026-05-08T00:17:55.183Z Downloaded unicode-bidi v0.3.18
12502026-05-08T00:17:55.183Z Downloaded toml_edit v0.23.10+spec-1.0.0
12512026-05-08T00:17:55.186Z Downloaded libm v0.2.16
12522026-05-08T00:17:55.186Z Downloaded blake3 v1.8.3
12532026-05-08T00:17:55.189Z Downloaded yasna v0.5.2
12542026-05-08T00:17:55.192Z Downloaded rustyline v14.0.0
12552026-05-08T00:17:55.204Z Downloaded rpassword v7.4.0
12562026-05-08T00:17:55.213Z Downloaded zerocopy v0.6.6
12572026-05-08T00:17:55.217Z Downloaded vte v0.14.1
12582026-05-08T00:17:55.217Z Downloaded zstd-safe v7.2.4
12592026-05-08T00:17:55.226Z Downloaded zopfli v0.8.3
12602026-05-08T00:17:55.236Z Downloaded steno v0.4.1
12612026-05-08T00:17:55.247Z Downloaded p384 v0.13.1
12622026-05-08T00:17:55.257Z Downloaded unicode_categories v0.1.1
12632026-05-08T00:17:55.263Z Downloaded git2 v0.20.4
12642026-05-08T00:17:55.263Z Downloaded unsafe-libyaml v0.2.11
12652026-05-08T00:17:55.283Z Downloaded tokio-postgres v0.7.16
12662026-05-08T00:17:55.286Z Downloaded rayon v1.11.0
12672026-05-08T00:17:55.292Z Downloaded yansi v1.0.1
12682026-05-08T00:17:55.297Z Downloaded zip v0.6.6
12692026-05-08T00:17:55.309Z Downloaded regex v1.12.3
12702026-05-08T00:17:55.313Z Downloaded reqwest v0.13.2
12712026-05-08T00:17:55.316Z Downloaded reedline v0.40.0
12722026-05-08T00:17:55.319Z Downloaded reqwest v0.12.28
12732026-05-08T00:17:55.322Z Downloaded bitvec v1.0.1
12742026-05-08T00:17:55.331Z Downloaded rustls-webpki v0.101.7
12752026-05-08T00:17:55.338Z Downloaded x509-cert v0.2.5
12762026-05-08T00:17:55.345Z Downloaded typed-path v0.9.3
12772026-05-08T00:17:55.352Z Downloaded tower v0.5.3
12782026-05-08T00:17:55.356Z Downloaded aws-lc-rs v1.16.0
12792026-05-08T00:17:55.356Z Downloaded unicode-segmentation v1.12.0
12802026-05-08T00:17:55.361Z Downloaded quick-xml v0.37.5
12812026-05-08T00:17:55.369Z Downloaded bindgen v0.71.1
12822026-05-08T00:17:55.373Z Downloaded lalrpop v0.19.12
12832026-05-08T00:17:55.378Z Downloaded toml_edit v0.19.15
12842026-05-08T00:17:55.385Z Downloaded zerocopy-derive v0.8.40
12852026-05-08T00:17:55.389Z Downloaded moka v0.12.13
12862026-05-08T00:17:55.394Z Downloaded chrono v0.4.44
12872026-05-08T00:17:55.399Z Downloaded salty v0.3.0
12882026-05-08T00:17:55.402Z Downloaded portable-atomic v1.13.1
12892026-05-08T00:17:55.406Z Downloaded tokio-util v0.7.18
12902026-05-08T00:17:55.410Z Downloaded serde_with v3.17.0
12912026-05-08T00:17:55.418Z Downloaded unicode-normalization v0.1.25
12922026-05-08T00:17:55.421Z Downloaded tower-http v0.6.8
12932026-05-08T00:17:55.424Z Downloaded rustls-webpki v0.102.8
12942026-05-08T00:17:55.433Z Downloaded tough v0.20.0
12952026-05-08T00:17:55.439Z Downloaded curve25519-dalek v4.1.3
12962026-05-08T00:17:55.445Z Downloaded zip v4.6.1
12972026-05-08T00:17:55.448Z Downloaded object v0.30.4
12982026-05-08T00:17:55.451Z Downloaded petname v2.0.2
12992026-05-08T00:17:55.455Z Downloaded goblin v0.10.5
13002026-05-08T00:17:55.461Z Downloaded proptest v1.10.0
13012026-05-08T00:17:55.474Z Downloaded quinn-proto v0.11.13
13022026-05-08T00:17:55.487Z Downloaded nix v0.27.1
13032026-05-08T00:17:55.502Z Downloaded radix_trie v0.2.1
13042026-05-08T00:17:55.508Z Downloaded openssl v0.10.78
13052026-05-08T00:17:55.516Z Downloaded winnow v0.5.40
13062026-05-08T00:17:55.523Z Downloaded winnow v0.6.26
13072026-05-08T00:17:55.528Z Downloaded polar-core v0.27.3
13082026-05-08T00:17:55.570Z Downloaded tabled v0.20.0
13092026-05-08T00:17:55.577Z Downloaded time v0.3.47
13102026-05-08T00:17:55.587Z Downloaded smoltcp v0.9.1
13112026-05-08T00:17:55.591Z Downloaded nix v0.29.0
13122026-05-08T00:17:55.597Z Downloaded rustls v0.21.12
13132026-05-08T00:17:55.607Z Downloaded nix v0.28.0
13142026-05-08T00:17:55.609Z Downloaded regex-syntax v0.6.29
13152026-05-08T00:17:55.613Z Downloaded dropshot v0.17.0
13162026-05-08T00:17:55.628Z Downloaded zlib-rs v0.6.2
13172026-05-08T00:17:55.634Z Downloaded nix v0.31.2
13182026-05-08T00:17:55.645Z Downloaded webpki-roots v1.0.6
13192026-05-08T00:17:55.645Z Downloaded object v0.37.3
13202026-05-08T00:17:55.653Z Downloaded vcpkg v0.2.15
13212026-05-08T00:17:55.664Z Downloaded openapiv3 v2.2.0
13222026-05-08T00:17:55.672Z Downloaded bstr v1.12.1
13232026-05-08T00:17:55.676Z Downloaded hickory-proto v0.24.4
13242026-05-08T00:17:55.684Z Downloaded rustls v0.22.4
13252026-05-08T00:17:55.691Z Downloaded hickory-proto v0.25.2
13262026-05-08T00:17:55.699Z Downloaded zerocopy v0.8.40
13272026-05-08T00:17:55.706Z Downloaded smoltcp v0.11.0
13282026-05-08T00:17:55.711Z Downloaded regress v0.11.1
13292026-05-08T00:17:55.717Z Downloaded regex-syntax v0.8.10
13302026-05-08T00:17:55.721Z Downloaded rustls v0.23.37
13312026-05-08T00:17:55.728Z Downloaded regress v0.10.5
13322026-05-08T00:17:55.732Z Downloaded rustix v0.38.44
13332026-05-08T00:17:55.744Z Downloaded diesel v2.3.7
13342026-05-08T00:17:55.788Z Downloaded sqlparser v0.61.0
13352026-05-08T00:17:55.821Z Downloaded sled v0.34.7
13362026-05-08T00:17:55.841Z Downloaded typify-impl v0.6.2
13372026-05-08T00:17:55.850Z Downloaded typify-impl v0.4.3
13382026-05-08T00:17:55.857Z Downloaded tracing v0.1.44
13392026-05-08T00:17:55.870Z Downloaded zerocopy-derive v0.6.6
13402026-05-08T00:17:55.886Z Downloaded bzip2-sys v0.1.13+1.0.8
13412026-05-08T00:17:55.894Z Downloaded ratatui v0.29.0
13422026-05-08T00:17:55.908Z Downloaded petgraph v0.6.5
13432026-05-08T00:17:55.919Z Downloaded jiff v0.2.21
13442026-05-08T00:17:55.931Z Downloaded regex-automata v0.4.14
13452026-05-08T00:17:55.948Z Downloaded csv v1.4.0
13462026-05-08T00:17:55.960Z Downloaded libz-sys v1.1.24
13472026-05-08T00:17:55.981Z Downloaded chrono-tz v0.10.4
13482026-05-08T00:17:55.990Z Downloaded tokio v1.52.1
13492026-05-08T00:17:56.011Z Downloaded petgraph v0.8.3
13502026-05-08T00:17:56.051Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13512026-05-08T00:17:56.060Z Downloaded sha3 v0.10.8
13522026-05-08T00:17:56.064Z Downloaded encoding_rs v0.8.35
13532026-05-08T00:17:56.102Z Downloaded libgit2-sys v0.18.3+1.9.2
13542026-05-08T00:17:56.169Z Downloaded ring v0.17.14
13552026-05-08T00:17:56.871Z Downloaded aws-lc-sys v0.37.1
13562026-05-08T00:17:57.115Z Compiling libc v0.2.185
13572026-05-08T00:17:57.118Z Compiling serde v1.0.228
13582026-05-08T00:17:57.118Z Compiling log v0.4.29
13592026-05-08T00:17:57.118Z Compiling shlex v1.3.0
13602026-05-08T00:17:57.277Z Compiling find-msvc-tools v0.1.9
13612026-05-08T00:17:57.277Z Compiling smallvec v1.15.1
13622026-05-08T00:17:57.288Z Compiling syn v2.0.117
13632026-05-08T00:17:57.291Z Compiling typenum v1.19.0
13642026-05-08T00:17:57.442Z Compiling generic-array v0.14.7
13652026-05-08T00:17:57.457Z Compiling subtle v2.6.1
13662026-05-08T00:17:57.488Z Compiling scopeguard v1.2.0
13672026-05-08T00:17:57.538Z Compiling const-oid v0.9.6
13682026-05-08T00:17:57.570Z Compiling lock_api v0.4.14
13692026-05-08T00:17:57.602Z Compiling portable-atomic v1.13.1
13702026-05-08T00:17:57.616Z Compiling zerocopy v0.8.40
13712026-05-08T00:17:57.684Z Compiling critical-section v1.2.0
13722026-05-08T00:17:57.789Z Compiling serde_json v1.0.149
13732026-05-08T00:17:57.801Z Compiling pin-project-lite v0.2.17
13742026-05-08T00:17:57.899Z Compiling parking_lot_core v0.9.12
13752026-05-08T00:17:58.033Z Compiling pkg-config v0.3.32
13762026-05-08T00:17:58.093Z Compiling getrandom v0.2.17
13772026-05-08T00:17:58.124Z Compiling jobserver v0.1.34
13782026-05-08T00:17:58.141Z Compiling errno v0.3.14
13792026-05-08T00:17:58.262Z Compiling rand_core v0.6.4
13802026-05-08T00:17:58.323Z Compiling cc v1.2.56
13812026-05-08T00:17:58.499Z Compiling signal-hook-registry v1.4.8
13822026-05-08T00:17:58.632Z Compiling bitflags v2.11.0
13832026-05-08T00:17:58.635Z Compiling libm v0.2.16
13842026-05-08T00:17:58.713Z Compiling once_cell v1.21.3
13852026-05-08T00:17:58.805Z Compiling parking_lot v0.12.5
13862026-05-08T00:17:58.839Z Compiling mio v1.2.0
13872026-05-08T00:17:58.892Z Compiling num-traits v0.2.19
13882026-05-08T00:17:58.921Z Compiling futures-core v0.3.32
13892026-05-08T00:17:59.071Z Compiling percent-encoding v2.3.2
13902026-05-08T00:17:59.175Z Compiling socket2 v0.6.3
13912026-05-08T00:17:59.235Z Compiling cpufeatures v0.2.17
13922026-05-08T00:17:59.235Z Compiling futures-sink v0.3.32
13932026-05-08T00:17:59.274Z Compiling getrandom v0.4.1
13942026-05-08T00:17:59.304Z Compiling futures-io v0.3.32
13952026-05-08T00:17:59.318Z Compiling slab v0.4.12
13962026-05-08T00:17:59.352Z Compiling futures-channel v0.3.32
13972026-05-08T00:17:59.459Z Compiling futures-task v0.3.32
13982026-05-08T00:17:59.501Z Compiling rustversion v1.0.22
13992026-05-08T00:17:59.588Z Compiling getrandom v0.3.4
14002026-05-08T00:17:59.602Z Compiling rand_core v0.10.0
14012026-05-08T00:17:59.634Z Compiling indexmap v2.14.0
14022026-05-08T00:17:59.648Z Compiling form_urlencoded v1.2.2
14032026-05-08T00:18:00.020Z Compiling cmake v0.1.57
14042026-05-08T00:18:00.064Z Compiling base64ct v1.8.3
14052026-05-08T00:18:00.124Z Compiling dunce v1.0.5
14062026-05-08T00:18:00.223Z Compiling synstructure v0.13.2
14072026-05-08T00:18:00.305Z Compiling fs_extra v1.3.0
14082026-05-08T00:18:00.365Z Compiling ident_case v1.0.1
14092026-05-08T00:18:00.405Z Compiling pem-rfc7468 v0.7.0
14102026-05-08T00:18:00.426Z Compiling flagset v0.4.7
14112026-05-08T00:18:00.487Z Compiling rand_core v0.9.5
14122026-05-08T00:18:00.503Z Compiling iana-time-zone v0.1.65
14132026-05-08T00:18:00.558Z Compiling rustix v1.1.3
14142026-05-08T00:18:00.571Z Compiling ring v0.17.14
14152026-05-08T00:18:00.585Z Compiling aws-lc-sys v0.37.1
14162026-05-08T00:18:00.704Z Compiling uuid v1.23.0
14172026-05-08T00:18:00.723Z Compiling rustc_version v0.4.1
14182026-05-08T00:18:00.774Z Compiling vcpkg v0.2.15
14192026-05-08T00:18:00.841Z Compiling aws-lc-rs v1.16.0
14202026-05-08T00:18:01.058Z Compiling regex-syntax v0.8.10
14212026-05-08T00:18:01.142Z Compiling tracing-core v0.1.36
14222026-05-08T00:18:01.412Z Compiling pest_generator v2.8.6
14232026-05-08T00:18:01.502Z Compiling openssl-sys v0.9.114
14242026-05-08T00:18:01.694Z Compiling serde_derive_internals v0.29.1
14252026-05-08T00:18:01.944Z Compiling serde_derive v1.0.228
14262026-05-08T00:18:02.060Z Compiling zeroize_derive v1.4.3
14272026-05-08T00:18:02.165Z Compiling zerofrom-derive v0.1.6
14282026-05-08T00:18:02.343Z Compiling yoke-derive v0.8.1
14292026-05-08T00:18:02.625Z Compiling zerocopy-derive v0.8.40
14302026-05-08T00:18:02.711Z Compiling zeroize v1.8.2
14312026-05-08T00:18:03.435Z Compiling crypto-common v0.1.7
14322026-05-08T00:18:03.454Z Compiling block-buffer v0.10.4
14332026-05-08T00:18:03.505Z Compiling zerovec-derive v0.11.2
14342026-05-08T00:18:03.566Z Compiling zerofrom v0.1.6
14352026-05-08T00:18:03.611Z Compiling digest v0.10.7
14362026-05-08T00:18:03.649Z Compiling displaydoc v0.2.5
14372026-05-08T00:18:03.705Z Compiling yoke v0.8.1
14382026-05-08T00:18:03.864Z Compiling tokio-macros v2.7.0
14392026-05-08T00:18:03.891Z Compiling hmac v0.12.1
14402026-05-08T00:18:04.047Z Compiling futures-macro v0.3.32
14412026-05-08T00:18:04.389Z Compiling zerotrie v0.2.3
14422026-05-08T00:18:04.580Z Compiling block-padding v0.3.3
14432026-05-08T00:18:04.673Z Compiling zerovec v0.11.5
14442026-05-08T00:18:04.687Z Compiling sha2 v0.10.9
14452026-05-08T00:18:04.738Z Compiling inout v0.1.4
14462026-05-08T00:18:04.853Z Compiling futures-util v0.3.32
14472026-05-08T00:18:04.903Z Compiling cipher v0.4.4
14482026-05-08T00:18:05.160Z Compiling tinystr v0.8.2
14492026-05-08T00:18:05.174Z Compiling potential_utf v0.1.4
14502026-05-08T00:18:05.330Z Compiling bytes v1.11.1
14512026-05-08T00:18:05.355Z Compiling icu_locale_core v2.1.1
14522026-05-08T00:18:05.407Z Compiling icu_collections v2.1.1
14532026-05-08T00:18:05.874Z Compiling tokio v1.52.1
14542026-05-08T00:18:05.909Z Compiling der_derive v0.7.3
14552026-05-08T00:18:05.925Z Compiling http v1.4.0
14562026-05-08T00:18:06.051Z Compiling icu_provider v2.1.1
14572026-05-08T00:18:06.218Z Compiling chrono v0.4.44
14582026-05-08T00:18:06.338Z Compiling icu_normalizer v2.1.1
14592026-05-08T00:18:06.811Z Compiling icu_properties v2.1.2
14602026-05-08T00:18:06.840Z Compiling der v0.7.10
14612026-05-08T00:18:06.863Z Compiling ppv-lite86 v0.2.21
14622026-05-08T00:18:07.043Z Compiling salsa20 v0.10.2
14632026-05-08T00:18:07.073Z Compiling pbkdf2 v0.12.2
14642026-05-08T00:18:07.184Z Compiling thiserror-impl v2.0.18
14652026-05-08T00:18:07.193Z Compiling scrypt v0.11.0
14662026-05-08T00:18:07.194Z Compiling rand_chacha v0.9.0
14672026-05-08T00:18:07.439Z Compiling cbc v0.1.2
14682026-05-08T00:18:07.575Z Compiling aes v0.8.4
14692026-05-08T00:18:07.590Z Compiling rustls-pki-types v1.14.0
14702026-05-08T00:18:07.890Z Compiling idna_adapter v1.2.1
14712026-05-08T00:18:07.890Z Compiling spki v0.7.3
14722026-05-08T00:18:07.997Z Compiling idna v1.1.0
14732026-05-08T00:18:08.025Z Compiling tracing-attributes v0.1.31
14742026-05-08T00:18:08.029Z Compiling rand v0.9.2
14752026-05-08T00:18:08.101Z Compiling pkcs5 v0.7.1
14762026-05-08T00:18:08.485Z Compiling url v2.5.8
14772026-05-08T00:18:08.571Z Compiling thiserror v2.0.18
14782026-05-08T00:18:08.637Z Compiling http-body v1.0.1
14792026-05-08T00:18:08.688Z Compiling untrusted v0.9.0
14802026-05-08T00:18:08.764Z Compiling untrusted v0.7.1
14812026-05-08T00:18:08.788Z Compiling base64 v0.22.1
14822026-05-08T00:18:08.809Z Compiling schemars v0.8.22
14832026-05-08T00:18:08.843Z Compiling openssl-probe v0.2.1
14842026-05-08T00:18:08.883Z Compiling httparse v1.10.1
14852026-05-08T00:18:09.034Z Compiling pkcs8 v0.10.2
14862026-05-08T00:18:09.100Z Compiling schemars_derive v0.8.22
14872026-05-08T00:18:09.262Z Compiling pest_derive v2.8.6
14882026-05-08T00:18:09.324Z Compiling scroll_derive v0.13.1
14892026-05-08T00:18:09.338Z Compiling tracing v0.1.44
14902026-05-08T00:18:09.352Z Compiling darling_core v0.20.11
14912026-05-08T00:18:09.603Z Compiling tokio-util v0.7.18
14922026-05-08T00:18:09.675Z Compiling tower-layer v0.3.3
14932026-05-08T00:18:09.841Z Compiling rustls v0.23.37
14942026-05-08T00:18:10.010Z Compiling try-lock v0.2.5
14952026-05-08T00:18:10.117Z Compiling tinyvec_macros v0.1.1
14962026-05-08T00:18:10.117Z Compiling dyn-clone v1.0.20
14972026-05-08T00:18:10.188Z Compiling tower-service v0.3.3
14982026-05-08T00:18:10.269Z Compiling atomic-waker v1.1.2
14992026-05-08T00:18:10.284Z Compiling tinyvec v1.10.0
15002026-05-08T00:18:10.393Z Compiling h2 v0.4.13
15012026-05-08T00:18:10.614Z Compiling scroll v0.13.0
15022026-05-08T00:18:10.617Z Compiling want v0.3.1
15032026-05-08T00:18:10.790Z Compiling ipnet v2.11.0
15042026-05-08T00:18:10.875Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15052026-05-08T00:18:11.052Z Compiling spin v0.9.8
15062026-05-08T00:18:11.253Z Compiling aho-corasick v1.1.4
15072026-05-08T00:18:11.256Z Compiling foreign-types-shared v0.1.1
15082026-05-08T00:18:11.282Z Compiling pin-utils v0.1.0
15092026-05-08T00:18:11.353Z Compiling powerfmt v0.2.0
15102026-05-08T00:18:11.356Z Compiling num-conv v0.2.0
15112026-05-08T00:18:11.495Z Compiling httpdate v1.0.3
15122026-05-08T00:18:11.513Z Compiling openssl v0.10.78
15132026-05-08T00:18:11.553Z Compiling time-core v0.1.8
15142026-05-08T00:18:11.582Z Compiling darling_macro v0.20.11
15152026-05-08T00:18:11.609Z Compiling crc32fast v1.5.0
15162026-05-08T00:18:11.697Z Compiling time-macros v0.2.27
15172026-05-08T00:18:11.714Z Compiling deranged v0.5.8
15182026-05-08T00:18:11.756Z Compiling foreign-types v0.3.2
15192026-05-08T00:18:11.824Z Compiling tempfile v3.25.0
15202026-05-08T00:18:12.041Z Compiling darling v0.20.11
15212026-05-08T00:18:12.124Z Compiling regex-automata v0.4.14
15222026-05-08T00:18:12.184Z Compiling goblin v0.10.5
15232026-05-08T00:18:12.728Z Compiling openssl-macros v0.1.1
15242026-05-08T00:18:12.926Z Compiling wait-timeout v0.2.1
15252026-05-08T00:18:13.118Z Compiling native-tls v0.2.18
15262026-05-08T00:18:13.151Z Compiling usdt-impl v0.6.0
15272026-05-08T00:18:13.194Z Compiling siphasher v1.0.2
15282026-05-08T00:18:13.311Z Compiling hyper v1.8.1
15292026-05-08T00:18:13.350Z Compiling syn v1.0.109
15302026-05-08T00:18:13.377Z Compiling bit-vec v0.8.0
15312026-05-08T00:18:13.670Z Compiling quick-error v1.2.3
15322026-05-08T00:18:13.670Z Compiling crossbeam-utils v0.8.21
15332026-05-08T00:18:13.779Z Compiling simd-adler32 v0.3.8
15342026-05-08T00:18:13.967Z Compiling num_threads v0.1.7
15352026-05-08T00:18:14.045Z Compiling time v0.3.47
15362026-05-08T00:18:14.066Z Compiling rusty-fork v0.3.1
15372026-05-08T00:18:14.357Z Compiling bit-set v0.8.0
15382026-05-08T00:18:14.424Z Compiling hyper-util v0.1.20
15392026-05-08T00:18:14.944Z Compiling dof v0.4.0
15402026-05-08T00:18:15.619Z Compiling derive_builder_core v0.20.2
15412026-05-08T00:18:16.158Z Compiling unicode-normalization v0.1.25
15422026-05-08T00:18:16.224Z Compiling dtrace-parser v0.3.0
15432026-05-08T00:18:16.273Z Compiling rustls-native-certs v0.8.3
15442026-05-08T00:18:16.425Z Compiling signature v2.2.0
15452026-05-08T00:18:16.472Z Compiling scroll_derive v0.12.1
15462026-05-08T00:18:16.564Z Compiling thiserror-impl v1.0.69
15472026-05-08T00:18:16.604Z Compiling heapless v0.7.17
15482026-05-08T00:18:16.617Z Compiling rand_xorshift v0.4.0
15492026-05-08T00:18:16.776Z Compiling slog v2.8.2
15502026-05-08T00:18:16.837Z Compiling darling_core v0.21.3
15512026-05-08T00:18:16.954Z Compiling bzip2-sys v0.1.13+1.0.8
15522026-05-08T00:18:16.957Z Compiling sync_wrapper v1.0.2
15532026-05-08T00:18:17.073Z Compiling thread-id v5.1.0
15542026-05-08T00:18:17.107Z Compiling cookie v0.18.1
15552026-05-08T00:18:17.153Z Compiling unarray v0.1.4
15562026-05-08T00:18:17.221Z Compiling unicode-bidi v0.3.18
15572026-05-08T00:18:17.266Z Compiling unicode-properties v0.1.4
15582026-05-08T00:18:17.283Z Compiling signal-hook v0.3.18
15592026-05-08T00:18:17.418Z Compiling adler2 v2.0.1
15602026-05-08T00:18:17.455Z Compiling zstd-safe v7.2.4
15612026-05-08T00:18:17.467Z Compiling paste v1.0.15
15622026-05-08T00:18:17.549Z Compiling anyhow v1.0.102
15632026-05-08T00:18:17.636Z Compiling allocator-api2 v0.2.21
15642026-05-08T00:18:17.746Z Compiling stringprep v0.1.5
15652026-05-08T00:18:17.775Z Compiling miniz_oxide v0.8.9
15662026-05-08T00:18:17.803Z Compiling thiserror v1.0.69
15672026-05-08T00:18:17.951Z Compiling proptest v1.10.0
15682026-05-08T00:18:18.182Z Compiling scroll v0.12.0
15692026-05-08T00:18:18.339Z Compiling tower v0.5.3
15702026-05-08T00:18:18.454Z Compiling derive_builder_macro v0.20.2
15712026-05-08T00:18:18.788Z Compiling ipnetwork v0.21.1
15722026-05-08T00:18:18.845Z Compiling http-body-util v0.1.3
15732026-05-08T00:18:18.942Z Compiling webpki-roots v1.0.6
15742026-05-08T00:18:19.063Z Compiling rand_chacha v0.3.1
15752026-05-08T00:18:19.087Z Compiling toml_datetime v0.6.11
15762026-05-08T00:18:19.177Z Compiling serde_tokenstream v0.2.3
15772026-05-08T00:18:19.205Z Compiling serde_spanned v0.6.9
15782026-05-08T00:18:19.337Z Compiling darling_macro v0.21.3
15792026-05-08T00:18:19.350Z Compiling erased-serde v0.3.31
15802026-05-08T00:18:19.350Z Compiling md-5 v0.10.6
15812026-05-08T00:18:19.488Z Compiling zerocopy-derive v0.7.35
15822026-05-08T00:18:19.529Z Compiling curve25519-dalek v4.1.3
15832026-05-08T00:18:19.809Z Compiling vergen-lib v0.1.6
15842026-05-08T00:18:19.841Z Compiling num-integer v0.1.46
15852026-05-08T00:18:19.868Z Compiling hash32 v0.2.1
15862026-05-08T00:18:19.872Z Compiling ff v0.13.1
15872026-05-08T00:18:19.982Z Compiling memoffset v0.9.1
15882026-05-08T00:18:20.017Z Compiling litrs v1.0.0
15892026-05-08T00:18:20.054Z Compiling zlib-rs v0.6.2
15902026-05-08T00:18:20.153Z Compiling iri-string v0.7.10
15912026-05-08T00:18:20.168Z Compiling cfg_aliases v0.2.1
15922026-05-08T00:18:20.245Z Compiling ref-cast v1.0.25
15932026-05-08T00:18:20.366Z Compiling rustix v0.38.44
15942026-05-08T00:18:20.519Z Compiling num-bigint-dig v0.8.6
15952026-05-08T00:18:20.538Z Compiling base16ct v0.2.0
15962026-05-08T00:18:20.706Z Compiling psl-types v2.0.11
15972026-05-08T00:18:20.711Z Compiling fallible-iterator v0.2.0
15982026-05-08T00:18:20.735Z Compiling smoltcp v0.9.1
15992026-05-08T00:18:20.831Z Compiling ryu v1.0.23
16002026-05-08T00:18:21.012Z Compiling postgres-protocol v0.6.10
16012026-05-08T00:18:21.026Z Compiling serde_urlencoded v0.7.1
16022026-05-08T00:18:21.075Z Compiling publicsuffix v2.3.0
16032026-05-08T00:18:21.242Z Compiling tower-http v0.6.8
16042026-05-08T00:18:21.378Z Compiling sec1 v0.7.3
16052026-05-08T00:18:21.593Z Compiling document-features v0.2.12
16062026-05-08T00:18:21.620Z Compiling zerocopy v0.7.35
16072026-05-08T00:18:21.635Z Compiling newtype-uuid v1.3.2
16082026-05-08T00:18:21.648Z Compiling nix v0.31.2
16092026-05-08T00:18:22.001Z Compiling num-iter v0.1.45
16102026-05-08T00:18:22.116Z Compiling group v0.13.0
16112026-05-08T00:18:22.186Z Compiling darling v0.21.3
16122026-05-08T00:18:22.261Z Compiling rand v0.8.5
16132026-05-08T00:18:22.296Z Compiling oxnet v0.1.4
16142026-05-08T00:18:22.428Z Compiling hubpack_derive v0.1.1
16152026-05-08T00:18:22.509Z Compiling derive_builder v0.20.2
16162026-05-08T00:18:22.638Z Compiling tokio-native-tls v0.3.1
16172026-05-08T00:18:22.667Z Compiling goblin v0.8.2
16182026-05-08T00:18:22.864Z Compiling flate2 v1.1.9
16192026-05-08T00:18:23.203Z Compiling regex v1.12.3
16202026-05-08T00:18:23.265Z Compiling phf_shared v0.13.1
16212026-05-08T00:18:23.379Z Compiling lazy_static v1.5.0
16222026-05-08T00:18:23.442Z Compiling cargo-platform v0.1.9
16232026-05-08T00:18:23.472Z Compiling hkdf v0.12.4
16242026-05-08T00:18:23.496Z Compiling crypto-bigint v0.5.5
16252026-05-08T00:18:23.662Z Compiling terminal_size v0.4.3
16262026-05-08T00:18:23.674Z Compiling strum_macros v0.27.2
16272026-05-08T00:18:23.703Z Compiling async-trait v0.1.89
16282026-05-08T00:18:23.728Z Compiling ref-cast-impl v1.0.25
16292026-05-08T00:18:23.796Z Compiling curve25519-dalek-derive v0.1.1
16302026-05-08T00:18:24.271Z Compiling daft-derive v0.1.5
16312026-05-08T00:18:24.439Z Compiling vergen v9.0.6
16322026-05-08T00:18:24.622Z Compiling fs-err v3.3.0
16332026-05-08T00:18:24.724Z Compiling ahash v0.8.12
16342026-05-08T00:18:24.817Z Compiling object v0.37.3
16352026-05-08T00:18:24.923Z Compiling unicode-segmentation v1.12.0
16362026-05-08T00:18:24.986Z Compiling bumpalo v3.20.2
16372026-05-08T00:18:25.118Z Compiling foldhash v0.1.5
16382026-05-08T00:18:25.246Z Compiling winnow v0.5.40
16392026-05-08T00:18:25.274Z Compiling bitflags v1.3.2
16402026-05-08T00:18:25.304Z Compiling managed v0.8.0
16412026-05-08T00:18:25.345Z Compiling libbz2-rs-sys v0.2.2
16422026-05-08T00:18:25.515Z Compiling foldhash v0.2.0
16432026-05-08T00:18:25.631Z Compiling strum v0.27.2
16442026-05-08T00:18:25.656Z Compiling hashbrown v0.16.1
16452026-05-08T00:18:25.756Z Compiling bzip2 v0.6.1
16462026-05-08T00:18:25.969Z Compiling clap_builder v4.5.60
16472026-05-08T00:18:26.018Z Compiling hashbrown v0.15.5
16482026-05-08T00:18:26.179Z Compiling zopfli v0.8.3
16492026-05-08T00:18:26.292Z Compiling daft v0.1.5
16502026-05-08T00:18:26.511Z Compiling toml_edit v0.19.15
16512026-05-08T00:18:26.563Z Compiling dof v0.3.0
16522026-05-08T00:18:26.654Z Compiling elliptic-curve v0.13.8
16532026-05-08T00:18:26.928Z Compiling cargo_metadata v0.19.2
16542026-05-08T00:18:27.259Z Compiling phf v0.13.1
16552026-05-08T00:18:27.420Z Compiling signal-hook-mio v0.2.5
16562026-05-08T00:18:27.536Z Compiling cookie_store v0.22.1
16572026-05-08T00:18:28.230Z Compiling hubpack v0.1.2
16582026-05-08T00:18:28.448Z Compiling zstd v0.13.3
16592026-05-08T00:18:28.541Z Compiling hyper-tls v0.6.0
16602026-05-08T00:18:28.750Z Compiling bzip2 v0.4.4
16612026-05-08T00:18:28.784Z Compiling serde_with_macros v3.17.0
16622026-05-08T00:18:28.983Z Compiling postgres-types v0.2.12
16632026-05-08T00:18:29.020Z Compiling usdt-attr-macro v0.6.0
16642026-05-08T00:18:29.141Z Compiling usdt-macro v0.6.0
16652026-05-08T00:18:29.534Z Compiling dtrace-parser v0.2.0
16662026-05-08T00:18:29.691Z Compiling ed25519 v2.2.3
16672026-05-08T00:18:29.827Z Compiling bstr v1.12.1
16682026-05-08T00:18:29.887Z Compiling phf_shared v0.11.3
16692026-05-08T00:18:29.929Z Compiling pkcs1 v0.7.5
16702026-05-08T00:18:30.067Z Compiling serde-big-array v0.5.1
16712026-05-08T00:18:30.070Z Compiling hex v0.4.3
16722026-05-08T00:18:30.212Z Compiling rfc6979 v0.4.0
16732026-05-08T00:18:30.288Z Compiling clap_derive v4.5.55
16742026-05-08T00:18:30.323Z Compiling strum_macros v0.26.4
16752026-05-08T00:18:30.338Z Compiling enum-as-inner v0.6.1
16762026-05-08T00:18:30.352Z Compiling serde_repr v0.1.20
16772026-05-08T00:18:30.463Z Compiling float-cmp v0.10.0
16782026-05-08T00:18:30.603Z Compiling memmap2 v0.9.10
16792026-05-08T00:18:30.617Z Compiling thread-id v4.2.2
16802026-05-08T00:18:30.699Z Compiling env_filter v1.0.0
16812026-05-08T00:18:30.809Z Compiling encoding_rs v0.8.35
16822026-05-08T00:18:30.824Z Compiling jiff v0.2.21
16832026-05-08T00:18:30.876Z Compiling rustc-hash v2.1.1
16842026-05-08T00:18:30.999Z Compiling mime v0.3.17
16852026-05-08T00:18:31.002Z Compiling difflib v0.4.0
16862026-05-08T00:18:31.262Z Compiling fixedbitset v0.4.2
16872026-05-08T00:18:31.491Z Compiling either v1.15.0
16882026-05-08T00:18:31.580Z Compiling static_assertions v1.1.0
16892026-05-08T00:18:31.657Z Compiling whoami v2.1.0
16902026-05-08T00:18:31.705Z Compiling new_debug_unreachable v1.0.6
16912026-05-08T00:18:31.773Z Compiling predicates-core v1.0.10
16922026-05-08T00:18:31.955Z Compiling keccak v0.1.6
16932026-05-08T00:18:32.032Z Compiling data-encoding v2.10.0
16942026-05-08T00:18:32.046Z Compiling normalize-line-endings v0.3.0
16952026-05-08T00:18:32.060Z Compiling fixedbitset v0.5.7
16962026-05-08T00:18:32.142Z Compiling precomputed-hash v0.1.1
16972026-05-08T00:18:32.234Z Compiling toml_edit v0.22.27
16982026-05-08T00:18:32.341Z Compiling hickory-proto v0.25.2
16992026-05-08T00:18:32.355Z Compiling petgraph v0.8.3
17002026-05-08T00:18:32.612Z Compiling string_cache v0.8.9
17012026-05-08T00:18:32.726Z Compiling predicates v3.1.4
17022026-05-08T00:18:32.764Z Compiling sha3 v0.10.8
17032026-05-08T00:18:32.836Z Compiling clap v4.5.60
17042026-05-08T00:18:32.920Z Compiling strum v0.26.3
17052026-05-08T00:18:33.054Z Compiling tokio-postgres v0.7.16
17062026-05-08T00:18:33.218Z Compiling itertools v0.13.0
17072026-05-08T00:18:33.371Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17082026-05-08T00:18:34.337Z Compiling zip v4.6.1
17092026-05-08T00:18:34.489Z Compiling petgraph v0.6.5
17102026-05-08T00:18:34.991Z Compiling iddqd v0.3.18
17112026-05-08T00:18:35.048Z Compiling env_logger v0.11.9
17122026-05-08T00:18:35.272Z Compiling usdt v0.6.0
17132026-05-08T00:18:35.291Z Compiling usdt-impl v0.5.0
17142026-05-08T00:18:35.410Z Compiling ecdsa v0.16.9
17152026-05-08T00:18:35.531Z Compiling serde_with v3.17.0
17162026-05-08T00:18:35.798Z Compiling similar v2.7.0
17172026-05-08T00:18:35.865Z Compiling rsa v0.9.10
17182026-05-08T00:18:35.947Z Compiling ed25519-dalek v2.2.0
17192026-05-08T00:18:36.154Z Compiling crossterm v0.28.1
17202026-05-08T00:18:36.606Z Compiling zip v0.6.6
17212026-05-08T00:18:37.028Z Compiling toml v0.7.8
17222026-05-08T00:18:37.406Z Compiling heck v0.4.1
17232026-05-08T00:18:37.438Z Compiling toml_parser v1.0.9+spec-1.1.0
17242026-05-08T00:18:37.464Z Compiling crossbeam-epoch v0.9.18
17252026-05-08T00:18:37.623Z Compiling tokio-stream v0.1.18
17262026-05-08T00:18:37.638Z Compiling buf-list v1.1.2
17272026-05-08T00:18:37.638Z Compiling x509-cert v0.2.5
17282026-05-08T00:18:37.788Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17292026-05-08T00:18:37.919Z Compiling openapiv3 v2.2.0
17302026-05-08T00:18:38.076Z Compiling sha1 v0.10.6
17312026-05-08T00:18:38.092Z Compiling toml_datetime v0.7.5+spec-1.1.0
17322026-05-08T00:18:38.096Z Compiling peg-runtime v0.8.5
17332026-05-08T00:18:38.301Z Compiling lalrpop-util v0.19.12
17342026-05-08T00:18:38.378Z Compiling thread_local v1.1.9
17352026-05-08T00:18:38.382Z Compiling slog-async v2.8.0
17362026-05-08T00:18:38.490Z Compiling crossbeam-channel v0.5.15
17372026-05-08T00:18:38.649Z Compiling futures-executor v0.3.32
17382026-05-08T00:18:38.728Z Compiling is-terminal v0.4.17
17392026-05-08T00:18:38.825Z Compiling filetime v0.2.27
17402026-05-08T00:18:38.915Z Compiling take_mut v0.2.2
17412026-05-08T00:18:38.997Z Compiling xattr v1.6.1
17422026-05-08T00:18:39.011Z Compiling term v1.2.1
17432026-05-08T00:18:39.170Z Compiling tar v0.4.45
17442026-05-08T00:18:39.188Z Compiling futures v0.3.32
17452026-05-08T00:18:39.271Z Compiling slog-term v2.9.2
17462026-05-08T00:18:45.897Z Compiling rustls-webpki v0.103.9
17472026-05-08T00:18:48.700Z Compiling tokio-rustls v0.26.4
17482026-05-08T00:18:48.700Z Compiling rustls-platform-verifier v0.6.2
17492026-05-08T00:18:48.906Z Compiling hyper-rustls v0.27.7
17502026-05-08T00:18:49.110Z Compiling reqwest v0.13.2
17512026-05-08T00:18:49.110Z Compiling reqwest v0.12.28
17522026-05-08T00:18:51.209Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17532026-05-08T00:18:51.421Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17542026-05-08T00:18:54.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
17552026-05-08T00:18:54.387Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17562026-05-08T00:18:54.441ZMay 08 00:18:52.783 INFO Starting download, target: Cockroach
17572026-05-08T00:18:54.441ZMay 08 00:18:52.784 INFO Starting download, target: Console
17582026-05-08T00:18:54.441ZMay 08 00:18:52.784 INFO Starting download, target: Clickhouse
17592026-05-08T00:18:54.441ZMay 08 00:18:52.784 INFO Starting download, target: MaghemiteMgd
17602026-05-08T00:18:54.441ZMay 08 00:18:52.784 INFO Starting download, target: DendriteStub
17612026-05-08T00:18:54.444ZMay 08 00:18:52.784 INFO Starting download, target: TransceiverControl
17622026-05-08T00:18:54.444ZMay 08 00:18:52.784 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17632026-05-08T00:18:54.444ZMay 08 00:18:52.784 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17642026-05-08T00:18:54.444ZMay 08 00:18:52.784 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17652026-05-08T00:18:54.444ZMay 08 00:18:52.784 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17662026-05-08T00:18:54.444ZMay 08 00:18:52.784 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17672026-05-08T00:18:54.444ZMay 08 00:18:52.784 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17682026-05-08T00:18:54.767ZMay 08 00:18:53.104 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17692026-05-08T00:18:54.983ZMay 08 00:18:53.319 INFO Download complete, target: TransceiverControl
17702026-05-08T00:18:55.491ZMay 08 00:18:53.828 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17712026-05-08T00:18:55.720ZMay 08 00:18:54.056 INFO Download complete, target: Console
17722026-05-08T00:18:56.353ZMay 08 00:18:54.694 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17732026-05-08T00:18:56.513ZMay 08 00:18:54.854 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17742026-05-08T00:18:56.746ZMay 08 00:18:55.088 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17752026-05-08T00:18:56.746ZMay 08 00:18:55.088 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17762026-05-08T00:18:56.853ZMay 08 00:18:55.195 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17772026-05-08T00:18:58.628ZMay 08 00:18:56.970 INFO Download complete, target: DendriteStub
17782026-05-08T00:18:58.832ZMay 08 00:18:57.173 INFO Download complete, target: MaghemiteMgd
17792026-05-08T00:19:01.420ZMay 08 00:18:59.730 INFO Checking that binary works, target: Cockroach
17802026-05-08T00:19:01.520ZMay 08 00:18:59.827 INFO Download complete, target: Cockroach
17812026-05-08T00:19:03.550ZMay 08 00:19:01.884 INFO Checking that binary works, target: Clickhouse
17822026-05-08T00:19:03.663ZMay 08 00:19:02.001 INFO Download complete, target: Clickhouse
17832026-05-08T00:19:03.687ZAll builder prerequisites installed successfully, and PATH looks valid
17842026-05-08T00:19:03.695Z
17852026-05-08T00:19:03.695Zreal 3:26.877005203
17862026-05-08T00:19:03.695Zuser 7:17.973054720
17872026-05-08T00:19:03.695Zsys 1:24.019368859
17882026-05-08T00:19:03.695Ztrap 0.228092218
17892026-05-08T00:19:03.695Ztflt 0.986366380
17902026-05-08T00:19:03.695Zdflt 1.088453000
17912026-05-08T00:19:03.695Zkflt 0.036318050
17922026-05-08T00:19:03.695Zlock 21:06.918113942
17932026-05-08T00:19:03.695Zslp 22:31.662971332
17942026-05-08T00:19:03.695Zlat 42.606809751
17952026-05-08T00:19:03.695Zstop 1:58.790061718
17962026-05-08T00:19:03.695Z+ banner hack-check
17972026-05-08T00:19:03.695Z
17982026-05-08T00:19:03.695Z # # ## #### # # #### # # ###### #### # #
17992026-05-08T00:19:03.695Z # # # # # # # # # # # # # # # # #
18002026-05-08T00:19:03.695Z ###### # # # #### ##### # ###### ##### # ####
18012026-05-08T00:19:03.695Z # # ###### # # # # # # # # # #
18022026-05-08T00:19:03.695Z # # # # # # # # # # # # # # # # #
18032026-05-08T00:19:03.695Z # # # # #### # # #### # # ###### #### # #
18042026-05-08T00:19:03.695Z
18052026-05-08T00:19:03.696Z+ export CARGO_INCREMENTAL=0
18062026-05-08T00:19:03.696Z+ CARGO_INCREMENTAL=0
18072026-05-08T00:19:03.696Z+ ptime -m timeout 2h cargo xtask check-features --ci
18082026-05-08T00:19:04.219Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18092026-05-08T00:19:04.430Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18102026-05-08T00:19:06.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
18112026-05-08T00:19:06.366Z Running `target/debug/xtask check-features --ci`
18122026-05-08T00:19:06.390Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18132026-05-08T00:19:06.393Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18142026-05-08T00:19:06.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18152026-05-08T00:19:06.905Z Running `target/debug/xtask download cargo-hack`
18162026-05-08T00:19:07.694Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18172026-05-08T00:19:07.976Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18182026-05-08T00:19:10.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.50s
18192026-05-08T00:19:10.619Z Running `target/debug/xtask-downloader cargo-hack`
18202026-05-08T00:19:10.662ZMay 08 00:19:08.989 INFO Starting download, target: CargoHack
18212026-05-08T00:19:10.685ZMay 08 00:19:08.990 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18222026-05-08T00:19:11.023ZMay 08 00:19:09.355 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18232026-05-08T00:19:11.071ZMay 08 00:19:09.404 INFO Download complete, target: CargoHack
18242026-05-08T00:19:11.077Zrunning: "/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"
18252026-05-08T00:19:11.080Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18262026-05-08T00:19:11.231Zinfo: running `cargo check --bins` on api_identity (1/275)
18272026-05-08T00:19:11.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18282026-05-08T00:19:11.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18292026-05-08T00:19:11.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18302026-05-08T00:19:11.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18312026-05-08T00:19:11.807Z
18322026-05-08T00:19:11.807Zinfo: running `cargo check --bins` on bootstore (2/275)
18332026-05-08T00:19:12.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18342026-05-08T00:19:12.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18352026-05-08T00:19:12.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18362026-05-08T00:19:12.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18372026-05-08T00:19:12.388Z
18382026-05-08T00:19:12.388Zinfo: running `cargo check --bins` on omicron-ledger (3/275)
18392026-05-08T00:19:12.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18402026-05-08T00:19:12.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18412026-05-08T00:19:12.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18422026-05-08T00:19:12.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18432026-05-08T00:19:12.965Z
18442026-05-08T00:19:12.965Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/275)
18452026-05-08T00:19:13.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18462026-05-08T00:19:13.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18472026-05-08T00:19:13.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18482026-05-08T00:19:13.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18492026-05-08T00:19:13.543Z
18502026-05-08T00:19:13.543Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/275)
18512026-05-08T00:19:14.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18522026-05-08T00:19:14.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18532026-05-08T00:19:14.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18542026-05-08T00:19:14.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18552026-05-08T00:19:14.126Z
18562026-05-08T00:19:14.126Zinfo: running `cargo check --bins` on omicron-certificates (6/275)
18572026-05-08T00:19:14.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18582026-05-08T00:19:14.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18592026-05-08T00:19:14.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18602026-05-08T00:19:14.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18612026-05-08T00:19:14.715Z
18622026-05-08T00:19:14.715Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/275)
18632026-05-08T00:19:15.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18642026-05-08T00:19:15.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18652026-05-08T00:19:15.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18662026-05-08T00:19:15.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18672026-05-08T00:19:15.304Z
18682026-05-08T00:19:15.305Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/275)
18692026-05-08T00:19:15.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18702026-05-08T00:19:15.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18712026-05-08T00:19:15.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18722026-05-08T00:19:15.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18732026-05-08T00:19:15.898Z
18742026-05-08T00:19:15.898Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/275)
18752026-05-08T00:19:16.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18762026-05-08T00:19:16.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18772026-05-08T00:19:16.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18782026-05-08T00:19:16.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18792026-05-08T00:19:16.369Z
18802026-05-08T00:19:16.369Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/275)
18812026-05-08T00:19:16.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18822026-05-08T00:19:16.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18832026-05-08T00:19:16.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18842026-05-08T00:19:16.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18852026-05-08T00:19:16.850Z
18862026-05-08T00:19:16.850Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/275)
18872026-05-08T00:19:17.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882026-05-08T00:19:17.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892026-05-08T00:19:17.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902026-05-08T00:19:17.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18912026-05-08T00:19:17.304Z
18922026-05-08T00:19:17.304Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/275)
18932026-05-08T00:19:17.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942026-05-08T00:19:17.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952026-05-08T00:19:17.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962026-05-08T00:19:17.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18972026-05-08T00:19:17.772Z
18982026-05-08T00:19:17.772Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/275)
18992026-05-08T00:19:18.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002026-05-08T00:19:18.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012026-05-08T00:19:18.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022026-05-08T00:19:18.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19032026-05-08T00:19:18.247Z
19042026-05-08T00:19:18.247Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/275)
19052026-05-08T00:19:18.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062026-05-08T00:19:18.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072026-05-08T00:19:18.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082026-05-08T00:19:18.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19092026-05-08T00:19:18.721Z
19102026-05-08T00:19:18.721Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/275)
19112026-05-08T00:19:19.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122026-05-08T00:19:19.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132026-05-08T00:19:19.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142026-05-08T00:19:19.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19152026-05-08T00:19:19.196Z
19162026-05-08T00:19:19.196Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/275)
19172026-05-08T00:19:19.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182026-05-08T00:19:19.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192026-05-08T00:19:19.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202026-05-08T00:19:19.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19212026-05-08T00:19:19.668Z
19222026-05-08T00:19:19.668Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/275)
19232026-05-08T00:19:20.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242026-05-08T00:19:20.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252026-05-08T00:19:20.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262026-05-08T00:19:20.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19272026-05-08T00:19:20.136Z
19282026-05-08T00:19:20.136Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/275)
19292026-05-08T00:19:20.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302026-05-08T00:19:20.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312026-05-08T00:19:20.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322026-05-08T00:19:20.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19332026-05-08T00:19:20.603Z
19342026-05-08T00:19:20.603Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/275)
19352026-05-08T00:19:21.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362026-05-08T00:19:21.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372026-05-08T00:19:21.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19382026-05-08T00:19:21.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19392026-05-08T00:19:21.072Z
19402026-05-08T00:19:21.072Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/275)
19412026-05-08T00:19:21.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422026-05-08T00:19:21.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432026-05-08T00:19:21.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442026-05-08T00:19:21.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19452026-05-08T00:19:21.544Z
19462026-05-08T00:19:21.544Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/275)
19472026-05-08T00:19:21.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482026-05-08T00:19:21.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492026-05-08T00:19:21.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502026-05-08T00:19:21.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19512026-05-08T00:19:22.012Z
19522026-05-08T00:19:22.012Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/275)
19532026-05-08T00:19:22.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542026-05-08T00:19:22.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552026-05-08T00:19:22.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19562026-05-08T00:19:22.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19572026-05-08T00:19:22.487Z
19582026-05-08T00:19:22.487Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/275)
19592026-05-08T00:19:22.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602026-05-08T00:19:22.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612026-05-08T00:19:22.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19622026-05-08T00:19:22.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19632026-05-08T00:19:22.961Z
19642026-05-08T00:19:22.961Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/275)
19652026-05-08T00:19:23.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662026-05-08T00:19:23.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672026-05-08T00:19:23.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682026-05-08T00:19:23.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19692026-05-08T00:19:23.437Z
19702026-05-08T00:19:23.437Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/275)
19712026-05-08T00:19:23.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722026-05-08T00:19:23.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732026-05-08T00:19:23.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742026-05-08T00:19:23.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19752026-05-08T00:19:23.910Z
19762026-05-08T00:19:23.910Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/275)
19772026-05-08T00:19:24.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782026-05-08T00:19:24.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792026-05-08T00:19:24.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802026-05-08T00:19:24.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19812026-05-08T00:19:24.380Z
19822026-05-08T00:19:24.381Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/275)
19832026-05-08T00:19:24.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842026-05-08T00:19:24.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852026-05-08T00:19:24.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862026-05-08T00:19:24.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19872026-05-08T00:19:24.853Z
19882026-05-08T00:19:24.853Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/275)
19892026-05-08T00:19:25.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902026-05-08T00:19:25.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912026-05-08T00:19:25.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922026-05-08T00:19:25.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19932026-05-08T00:19:25.321Z
19942026-05-08T00:19:25.321Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/275)
19952026-05-08T00:19:25.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962026-05-08T00:19:25.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972026-05-08T00:19:25.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982026-05-08T00:19:25.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19992026-05-08T00:19:25.787Z
20002026-05-08T00:19:25.787Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/275)
20012026-05-08T00:19:26.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022026-05-08T00:19:26.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032026-05-08T00:19:26.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042026-05-08T00:19:26.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20052026-05-08T00:19:26.610Z
20062026-05-08T00:19:26.610Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/275)
20072026-05-08T00:19:26.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082026-05-08T00:19:26.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092026-05-08T00:19:26.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102026-05-08T00:19:26.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20112026-05-08T00:19:26.720Z
20122026-05-08T00:19:26.720Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/275)
20132026-05-08T00:19:27.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142026-05-08T00:19:27.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152026-05-08T00:19:27.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162026-05-08T00:19:27.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20172026-05-08T00:19:27.183Z
20182026-05-08T00:19:27.183Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/275)
20192026-05-08T00:19:27.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202026-05-08T00:19:27.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212026-05-08T00:19:27.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222026-05-08T00:19:27.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20232026-05-08T00:19:27.648Z
20242026-05-08T00:19:27.648Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/275)
20252026-05-08T00:19:28.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262026-05-08T00:19:28.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272026-05-08T00:19:28.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282026-05-08T00:19:28.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20292026-05-08T00:19:28.118Z
20302026-05-08T00:19:28.118Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/275)
20312026-05-08T00:19:28.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322026-05-08T00:19:28.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332026-05-08T00:19:28.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342026-05-08T00:19:28.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20352026-05-08T00:19:28.578Z
20362026-05-08T00:19:28.578Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/275)
20372026-05-08T00:19:28.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382026-05-08T00:19:28.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392026-05-08T00:19:28.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402026-05-08T00:19:28.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20412026-05-08T00:19:29.054Z
20422026-05-08T00:19:29.054Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/275)
20432026-05-08T00:19:29.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442026-05-08T00:19:29.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452026-05-08T00:19:29.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462026-05-08T00:19:29.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20472026-05-08T00:19:29.533Z
20482026-05-08T00:19:29.533Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/275)
20492026-05-08T00:19:29.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502026-05-08T00:19:29.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512026-05-08T00:19:29.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522026-05-08T00:19:29.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20532026-05-08T00:19:30.003Z
20542026-05-08T00:19:30.003Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/275)
20552026-05-08T00:19:30.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562026-05-08T00:19:30.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572026-05-08T00:19:30.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582026-05-08T00:19:30.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20592026-05-08T00:19:30.471Z
20602026-05-08T00:19:30.471Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/275)
20612026-05-08T00:19:30.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622026-05-08T00:19:30.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632026-05-08T00:19:30.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642026-05-08T00:19:30.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20652026-05-08T00:19:30.950Z
20662026-05-08T00:19:30.950Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/275)
20672026-05-08T00:19:31.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682026-05-08T00:19:31.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692026-05-08T00:19:31.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702026-05-08T00:19:31.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20712026-05-08T00:19:31.425Z
20722026-05-08T00:19:31.425Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/275)
20732026-05-08T00:19:31.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742026-05-08T00:19:31.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752026-05-08T00:19:31.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762026-05-08T00:19:31.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20772026-05-08T00:19:31.905Z
20782026-05-08T00:19:31.905Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/275)
20792026-05-08T00:19:32.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802026-05-08T00:19:32.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812026-05-08T00:19:32.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822026-05-08T00:19:32.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20832026-05-08T00:19:32.356Z
20842026-05-08T00:19:32.356Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/275)
20852026-05-08T00:19:32.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862026-05-08T00:19:32.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872026-05-08T00:19:32.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882026-05-08T00:19:32.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20892026-05-08T00:19:32.823Z
20902026-05-08T00:19:32.823Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/275)
20912026-05-08T00:19:33.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922026-05-08T00:19:33.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932026-05-08T00:19:33.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942026-05-08T00:19:33.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20952026-05-08T00:19:33.290Z
20962026-05-08T00:19:33.290Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/275)
20972026-05-08T00:19:33.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982026-05-08T00:19:33.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992026-05-08T00:19:33.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002026-05-08T00:19:33.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21012026-05-08T00:19:33.757Z
21022026-05-08T00:19:33.757Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/275)
21032026-05-08T00:19:34.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042026-05-08T00:19:34.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052026-05-08T00:19:34.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062026-05-08T00:19:34.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21072026-05-08T00:19:34.223Z
21082026-05-08T00:19:34.223Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/275)
21092026-05-08T00:19:34.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102026-05-08T00:19:34.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112026-05-08T00:19:34.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122026-05-08T00:19:34.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21132026-05-08T00:19:34.693Z
21142026-05-08T00:19:34.693Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/275)
21152026-05-08T00:19:35.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162026-05-08T00:19:35.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172026-05-08T00:19:35.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21182026-05-08T00:19:35.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21192026-05-08T00:19:35.322Z
21202026-05-08T00:19:35.322Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/275)
21212026-05-08T00:19:35.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222026-05-08T00:19:35.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232026-05-08T00:19:35.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21242026-05-08T00:19:35.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21252026-05-08T00:19:35.955Z
21262026-05-08T00:19:35.955Zinfo: running `cargo check --bins` on nexus-config (51/275)
21272026-05-08T00:19:36.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282026-05-08T00:19:36.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292026-05-08T00:19:36.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21302026-05-08T00:19:36.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21312026-05-08T00:19:36.583Z
21322026-05-08T00:19:36.583Zinfo: running `cargo check --bins` on nexus-types (52/275)
21332026-05-08T00:19:37.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21342026-05-08T00:19:37.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21352026-05-08T00:19:37.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21362026-05-08T00:19:37.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21372026-05-08T00:19:37.220Z
21382026-05-08T00:19:37.220Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/275)
21392026-05-08T00:19:37.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21402026-05-08T00:19:37.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21412026-05-08T00:19:37.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21422026-05-08T00:19:37.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21432026-05-08T00:19:37.819Z
21442026-05-08T00:19:37.819Zinfo: running `cargo check --bins` on omicron-passwords (54/275)
21452026-05-08T00:19:38.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21462026-05-08T00:19:38.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21472026-05-08T00:19:38.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21482026-05-08T00:19:38.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21492026-05-08T00:19:38.400Z
21502026-05-08T00:19:38.400Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/275)
21512026-05-08T00:19:38.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21522026-05-08T00:19:38.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21532026-05-08T00:19:38.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21542026-05-08T00:19:38.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21552026-05-08T00:19:38.997Z
21562026-05-08T00:19:38.997Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/275)
21572026-05-08T00:19:39.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21582026-05-08T00:19:39.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21592026-05-08T00:19:39.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21602026-05-08T00:19:39.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21612026-05-08T00:19:39.587Z
21622026-05-08T00:19:39.587Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/275)
21632026-05-08T00:19:40.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21642026-05-08T00:19:40.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21652026-05-08T00:19:40.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21662026-05-08T00:19:40.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21672026-05-08T00:19:40.181Z
21682026-05-08T00:19:40.182Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/275)
21692026-05-08T00:19:40.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21702026-05-08T00:19:40.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21712026-05-08T00:19:40.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21722026-05-08T00:19:40.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21732026-05-08T00:19:40.783Z
21742026-05-08T00:19:40.783Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/275)
21752026-05-08T00:19:41.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21762026-05-08T00:19:41.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21772026-05-08T00:19:41.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21782026-05-08T00:19:41.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21792026-05-08T00:19:41.365Z
21802026-05-08T00:19:41.365Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/275)
21812026-05-08T00:19:41.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21822026-05-08T00:19:41.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21832026-05-08T00:19:41.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21842026-05-08T00:19:41.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21852026-05-08T00:19:41.953Z
21862026-05-08T00:19:41.953Zinfo: running `cargo check --bins --no-default-features` on gfss (61/275)
21872026-05-08T00:19:42.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21882026-05-08T00:19:42.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21892026-05-08T00:19:42.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21902026-05-08T00:19:42.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21912026-05-08T00:19:42.523Z
21922026-05-08T00:19:42.523Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/275)
21932026-05-08T00:19:43.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21942026-05-08T00:19:43.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21952026-05-08T00:19:43.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21962026-05-08T00:19:43.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21972026-05-08T00:19:43.120Z
21982026-05-08T00:19:43.120Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/275)
21992026-05-08T00:19:43.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22002026-05-08T00:19:43.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22012026-05-08T00:19:43.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22022026-05-08T00:19:43.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22032026-05-08T00:19:43.703Z
22042026-05-08T00:19:43.703Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/275)
22052026-05-08T00:19:44.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22062026-05-08T00:19:44.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22072026-05-08T00:19:44.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22082026-05-08T00:19:44.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22092026-05-08T00:19:44.302Z
22102026-05-08T00:19:44.303Zinfo: running `cargo check --bins` on cockroach-admin-types (65/275)
22112026-05-08T00:19:44.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22122026-05-08T00:19:44.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22132026-05-08T00:19:44.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22142026-05-08T00:19:44.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22152026-05-08T00:19:44.876Z
22162026-05-08T00:19:44.876Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/275)
22172026-05-08T00:19:45.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22182026-05-08T00:19:45.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22192026-05-08T00:19:45.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22202026-05-08T00:19:45.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22212026-05-08T00:19:45.455Z
22222026-05-08T00:19:45.455Zinfo: running `cargo check --bins` on ereport-types (67/275)
22232026-05-08T00:19:45.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22242026-05-08T00:19:45.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22252026-05-08T00:19:45.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22262026-05-08T00:19:45.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22272026-05-08T00:19:46.040Z
22282026-05-08T00:19:46.040Zinfo: running `cargo check --bins` on gateway-client (68/275)
22292026-05-08T00:19:46.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22302026-05-08T00:19:46.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22312026-05-08T00:19:46.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22322026-05-08T00:19:46.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22332026-05-08T00:19:46.625Z
22342026-05-08T00:19:46.625Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/275)
22352026-05-08T00:19:47.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22362026-05-08T00:19:47.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22372026-05-08T00:19:47.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22382026-05-08T00:19:47.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22392026-05-08T00:19:47.210Z
22402026-05-08T00:19:47.210Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/275)
22412026-05-08T00:19:47.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422026-05-08T00:19:47.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432026-05-08T00:19:47.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22442026-05-08T00:19:47.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22452026-05-08T00:19:47.802Z
22462026-05-08T00:19:47.802Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/275)
22472026-05-08T00:19:48.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22482026-05-08T00:19:48.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22492026-05-08T00:19:48.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22502026-05-08T00:19:48.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22512026-05-08T00:19:48.398Z
22522026-05-08T00:19:48.398Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/275)
22532026-05-08T00:19:48.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22542026-05-08T00:19:48.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22552026-05-08T00:19:48.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22562026-05-08T00:19:48.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22572026-05-08T00:19:48.996Z
22582026-05-08T00:19:48.996Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/275)
22592026-05-08T00:19:49.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22602026-05-08T00:19:49.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22612026-05-08T00:19:49.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22622026-05-08T00:19:49.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22632026-05-08T00:19:49.614Z
22642026-05-08T00:19:49.614Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/275)
22652026-05-08T00:19:50.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22662026-05-08T00:19:50.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22672026-05-08T00:19:50.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22682026-05-08T00:19:50.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22692026-05-08T00:19:50.232Z
22702026-05-08T00:19:50.232Zinfo: running `cargo check --bins` on key-manager-types (75/275)
22712026-05-08T00:19:50.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22722026-05-08T00:19:50.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22732026-05-08T00:19:50.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22742026-05-08T00:19:50.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22752026-05-08T00:19:50.819Z
22762026-05-08T00:19:50.819Zinfo: running `cargo check --bins` on oxlog (76/275)
22772026-05-08T00:19:51.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22782026-05-08T00:19:51.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22792026-05-08T00:19:51.430Z Checking cfg-if v1.0.4
22802026-05-08T00:19:51.433Z Checking libc v0.2.185
22812026-05-08T00:19:51.433Z Checking serde_core v1.0.228
22822026-05-08T00:19:51.546Z Checking zeroize v1.8.2
22832026-05-08T00:19:51.554Z Checking memchr v2.8.0
22842026-05-08T00:19:51.562Z Checking log v0.4.29
22852026-05-08T00:19:51.572Z Checking smallvec v1.15.1
22862026-05-08T00:19:51.582Z Checking typenum v1.19.0
22872026-05-08T00:19:51.582Z Checking subtle v2.6.1
22882026-05-08T00:19:51.682Z Checking itoa v1.0.17
22892026-05-08T00:19:51.723Z Checking scopeguard v1.2.0
22902026-05-08T00:19:51.734Z Checking stable_deref_trait v1.2.1
22912026-05-08T00:19:51.744Z Checking const-oid v0.9.6
22922026-05-08T00:19:51.804Z Checking portable-atomic v1.13.1
22932026-05-08T00:19:51.817Z Checking lock_api v0.4.14
22942026-05-08T00:19:51.827Z Checking zerofrom v0.1.6
22952026-05-08T00:19:51.929Z Checking critical-section v1.2.0
22962026-05-08T00:19:51.933Z Checking yoke v0.8.1
22972026-05-08T00:19:51.942Z Checking getrandom v0.2.17
22982026-05-08T00:19:52.005Z Checking errno v0.3.14
22992026-05-08T00:19:52.065Z Checking parking_lot_core v0.9.12
23002026-05-08T00:19:52.093Z Checking generic-array v0.14.7
23012026-05-08T00:19:52.119Z Checking rand_core v0.6.4
23022026-05-08T00:19:52.122Z Checking zerovec v0.11.5
23032026-05-08T00:19:52.122Z Checking signal-hook-registry v1.4.8
23042026-05-08T00:19:52.197Z Checking once_cell v1.21.3
23052026-05-08T00:19:52.247Z Checking zerocopy v0.8.40
23062026-05-08T00:19:52.290Z Checking pin-project-lite v0.2.17
23072026-05-08T00:19:52.301Z Checking parking_lot v0.12.5
23082026-05-08T00:19:52.360Z Checking mio v1.2.0
23092026-05-08T00:19:52.380Z Checking socket2 v0.6.3
23102026-05-08T00:19:52.404Z Checking libm v0.2.16
23112026-05-08T00:19:52.481Z Checking zmij v1.0.21
23122026-05-08T00:19:52.527Z Checking crypto-common v0.1.7
23132026-05-08T00:19:52.545Z Checking block-buffer v0.10.4
23142026-05-08T00:19:52.613Z Checking tinystr v0.8.2
23152026-05-08T00:19:52.631Z Checking writeable v0.6.2
23162026-05-08T00:19:52.649Z Checking futures-core v0.3.32
23172026-05-08T00:19:52.688Z Checking digest v0.10.7
23182026-05-08T00:19:52.693Z Checking litemap v0.8.1
23192026-05-08T00:19:52.762Z Checking equivalent v1.0.2
23202026-05-08T00:19:52.785Z Checking percent-encoding v2.3.2
23212026-05-08T00:19:52.796Z Checking potential_utf v0.1.4
23222026-05-08T00:19:52.839Z Checking zerotrie v0.2.3
23232026-05-08T00:19:52.853Z Checking icu_locale_core v2.1.1
23242026-05-08T00:19:52.870Z Checking cpufeatures v0.2.17
23252026-05-08T00:19:52.919Z Checking icu_collections v2.1.1
23262026-05-08T00:19:52.932Z Checking hmac v0.12.1
23272026-05-08T00:19:52.947Z Checking block-padding v0.3.3
23282026-05-08T00:19:53.003Z Checking serde v1.0.228
23292026-05-08T00:19:53.057Z Checking bitflags v2.11.0
23302026-05-08T00:19:53.077Z Checking serde_json v1.0.149
23312026-05-08T00:19:53.088Z Checking icu_properties_data v2.1.2
23322026-05-08T00:19:53.099Z Checking num-traits v0.2.19
23332026-05-08T00:19:53.209Z Checking icu_normalizer_data v2.1.1
23342026-05-08T00:19:53.223Z Checking futures-sink v0.3.32
23352026-05-08T00:19:53.226Z Checking rand_core v0.10.0
23362026-05-08T00:19:53.279Z Checking hashbrown v0.17.0
23372026-05-08T00:19:53.316Z Checking futures-channel v0.3.32
23382026-05-08T00:19:53.368Z Checking getrandom v0.4.1
23392026-05-08T00:19:53.402Z Checking bytes v1.11.1
23402026-05-08T00:19:53.414Z Checking icu_provider v2.1.1
23412026-05-08T00:19:53.509Z Checking inout v0.1.4
23422026-05-08T00:19:53.521Z Checking futures-io v0.3.32
23432026-05-08T00:19:53.617Z Checking futures-task v0.3.32
23442026-05-08T00:19:53.631Z Checking slab v0.4.12
23452026-05-08T00:19:53.642Z Checking cipher v0.4.4
23462026-05-08T00:19:53.653Z Checking icu_properties v2.1.2
23472026-05-08T00:19:53.743Z Checking icu_normalizer v2.1.1
23482026-05-08T00:19:53.756Z Checking sha2 v0.10.9
23492026-05-08T00:19:53.766Z Checking indexmap v2.14.0
23502026-05-08T00:19:53.778Z Checking futures-util v0.3.32
23512026-05-08T00:19:53.846Z Checking tokio v1.52.1
23522026-05-08T00:19:53.860Z Checking getrandom v0.3.4
23532026-05-08T00:19:54.000Z Checking base64ct v1.8.3
23542026-05-08T00:19:54.018Z Checking utf8_iter v1.0.4
23552026-05-08T00:19:54.044Z Checking byteorder v1.5.0
23562026-05-08T00:19:54.136Z Checking form_urlencoded v1.2.2
23572026-05-08T00:19:54.219Z Checking pem-rfc7468 v0.7.0
23582026-05-08T00:19:54.238Z Checking flagset v0.4.7
23592026-05-08T00:19:54.258Z Checking fnv v1.0.7
23602026-05-08T00:19:54.307Z Checking rand_core v0.9.5
23612026-05-08T00:19:54.348Z Checking salsa20 v0.10.2
23622026-05-08T00:19:54.361Z Checking http v1.4.0
23632026-05-08T00:19:54.372Z Checking der v0.7.10
23642026-05-08T00:19:54.466Z Checking idna_adapter v1.2.1
23652026-05-08T00:19:54.477Z Checking uuid v1.23.0
23662026-05-08T00:19:54.480Z Checking pbkdf2 v0.12.2
23672026-05-08T00:19:54.591Z Checking idna v1.1.0
23682026-05-08T00:19:54.604Z Checking scrypt v0.11.0
23692026-05-08T00:19:54.738Z Checking cbc v0.1.2
23702026-05-08T00:19:54.785Z Checking aes v0.8.4
23712026-05-08T00:19:54.825Z Checking url v2.5.8
23722026-05-08T00:19:54.864Z Checking rustix v1.1.3
23732026-05-08T00:19:54.920Z Checking tracing-core v0.1.36
23742026-05-08T00:19:55.008Z Checking ppv-lite86 v0.2.21
23752026-05-08T00:19:55.095Z Checking spki v0.7.3
23762026-05-08T00:19:55.169Z Checking rustls-pki-types v1.14.0
23772026-05-08T00:19:55.222Z Checking iana-time-zone v0.1.65
23782026-05-08T00:19:55.252Z Checking regex-syntax v0.8.10
23792026-05-08T00:19:55.265Z Checking pkcs5 v0.7.1
23802026-05-08T00:19:55.297Z Checking rand_chacha v0.9.0
23812026-05-08T00:19:55.313Z Checking chrono v0.4.44
23822026-05-08T00:19:55.453Z Checking tracing v0.1.44
23832026-05-08T00:19:55.497Z Checking rand v0.9.2
23842026-05-08T00:19:55.509Z Checking http-body v1.0.1
23852026-05-08T00:19:55.640Z Checking aws-lc-sys v0.37.1
23862026-05-08T00:19:55.658Z Checking openssl-probe v0.2.1
23872026-05-08T00:19:55.672Z Checking untrusted v0.7.1
23882026-05-08T00:19:55.685Z Checking base64 v0.22.1
23892026-05-08T00:19:55.758Z Checking untrusted v0.9.0
23902026-05-08T00:19:55.780Z Checking pkcs8 v0.10.2
23912026-05-08T00:19:55.864Z Checking ring v0.17.14
23922026-05-08T00:19:55.925Z Checking tower-layer v0.3.3
23932026-05-08T00:19:55.952Z Checking atomic-waker v1.1.2
23942026-05-08T00:19:55.965Z Checking plain v0.2.3
23952026-05-08T00:19:56.047Z Checking try-lock v0.2.5
23962026-05-08T00:19:56.062Z Checking tower-service v0.3.3
23972026-05-08T00:19:56.075Z Checking tinyvec_macros v0.1.1
23982026-05-08T00:19:56.135Z Checking tinyvec v1.10.0
23992026-05-08T00:19:56.147Z Checking want v0.3.1
24002026-05-08T00:19:56.158Z Checking aws-lc-rs v1.16.0
24012026-05-08T00:19:56.173Z Checking ipnet v2.11.0
24022026-05-08T00:19:56.173Z Checking semver v1.0.28
24032026-05-08T00:19:56.266Z Checking httparse v1.10.1
24042026-05-08T00:19:56.380Z Checking spin v0.9.8
24052026-05-08T00:19:56.432Z Checking foreign-types-shared v0.1.1
24062026-05-08T00:19:56.444Z Checking unicode-ident v1.0.24
24072026-05-08T00:19:56.469Z Checking fastrand v2.3.0
24082026-05-08T00:19:56.512Z Checking httpdate v1.0.3
24092026-05-08T00:19:56.547Z Checking pin-utils v0.1.0
24102026-05-08T00:19:56.547Z Checking dyn-clone v1.0.20
24112026-05-08T00:19:56.574Z Checking ucd-trie v0.1.7
24122026-05-08T00:19:56.612Z Checking proc-macro2 v1.0.106
24132026-05-08T00:19:56.638Z Checking tempfile v3.25.0
24142026-05-08T00:19:56.653Z Checking foreign-types v0.3.2
24152026-05-08T00:19:56.662Z Checking schemars v0.8.22
24162026-05-08T00:19:56.694Z Checking pest v2.8.6
24172026-05-08T00:19:56.714Z Checking openssl-sys v0.9.114
24182026-05-08T00:19:56.823Z Checking thiserror v2.0.18
24192026-05-08T00:19:56.843Z Checking wait-timeout v0.2.1
24202026-05-08T00:19:56.917Z Checking aho-corasick v1.1.4
24212026-05-08T00:19:56.931Z Checking simd-adler32 v0.3.8
24222026-05-08T00:19:56.963Z Checking anstyle v1.0.13
24232026-05-08T00:19:56.981Z Checking rustls-webpki v0.103.9
24242026-05-08T00:19:57.062Z Checking tokio-util v0.7.18
24252026-05-08T00:19:57.099Z Checking pretty-hex v0.4.1
24262026-05-08T00:19:57.144Z Checking utf8parse v0.2.2
24272026-05-08T00:19:57.169Z Checking quick-error v1.2.3
24282026-05-08T00:19:57.208Z Checking bit-vec v0.8.0
24292026-05-08T00:19:57.234Z Checking siphasher v1.0.2
24302026-05-08T00:19:57.271Z Checking powerfmt v0.2.0
24312026-05-08T00:19:57.308Z Checking rusty-fork v0.3.1
24322026-05-08T00:19:57.388Z Checking anstyle-parse v0.2.7
24332026-05-08T00:19:57.396Z Checking bit-set v0.8.0
24342026-05-08T00:19:57.401Z Checking rustls v0.23.37
24352026-05-08T00:19:57.419Z Checking deranged v0.5.8
24362026-05-08T00:19:57.473Z Checking openssl v0.10.78
24372026-05-08T00:19:57.533Z Checking quote v1.0.45
24382026-05-08T00:19:57.546Z Compiling newtype-uuid v1.3.2
24392026-05-08T00:19:57.591Z Checking regex-automata v0.4.14
24402026-05-08T00:19:57.660Z Checking h2 v0.4.13
24412026-05-08T00:19:57.700Z Checking unicode-normalization v0.1.25
24422026-05-08T00:19:57.730Z Checking rustls-native-certs v0.8.3
24432026-05-08T00:19:57.742Z Checking crossbeam-utils v0.8.21
24442026-05-08T00:19:57.848Z Checking rand_xorshift v0.4.0
24452026-05-08T00:19:57.957Z Checking crc32fast v1.5.0
24462026-05-08T00:19:58.070Z Checking scroll v0.13.0
24472026-05-08T00:19:58.092Z Checking signature v2.2.0
24482026-05-08T00:19:58.102Z Checking sync_wrapper v1.0.2
24492026-05-08T00:19:58.201Z Checking colorchoice v1.0.4
24502026-05-08T00:19:58.214Z Checking unicode-properties v0.1.4
24512026-05-08T00:19:58.301Z Checking is_terminal_polyfill v1.70.2
24522026-05-08T00:19:58.307Z Checking num_threads v0.1.7
24532026-05-08T00:19:58.328Z Checking unarray v0.1.4
24542026-05-08T00:19:58.382Z Checking anstyle-query v1.1.5
24552026-05-08T00:19:58.394Z Checking num-conv v0.2.0
24562026-05-08T00:19:58.405Z Checking allocator-api2 v0.2.21
24572026-05-08T00:19:58.426Z Checking time-core v0.1.8
24582026-05-08T00:19:58.471Z Checking adler2 v2.0.1
24592026-05-08T00:19:58.520Z Checking unicode-bidi v0.3.18
24602026-05-08T00:19:58.569Z Checking time v0.3.47
24612026-05-08T00:19:58.580Z Checking miniz_oxide v0.8.9
24622026-05-08T00:19:58.680Z Checking anstream v0.6.21
24632026-05-08T00:19:58.814Z Checking stringprep v0.1.5
24642026-05-08T00:19:58.881Z Checking proptest v1.10.0
24652026-05-08T00:19:58.939Z Checking goblin v0.10.5
24662026-05-08T00:19:58.966Z Checking tower v0.5.3
24672026-05-08T00:19:59.346Z Checking crossbeam-epoch v0.9.18
24682026-05-08T00:19:59.429Z Checking syn v2.0.117
24692026-05-08T00:19:59.474Z Checking native-tls v0.2.18
24702026-05-08T00:19:59.566Z Compiling daft v0.1.5
24712026-05-08T00:19:59.653Z Checking ipnetwork v0.21.1
24722026-05-08T00:19:59.682Z Checking http-body-util v0.1.3
24732026-05-08T00:19:59.792Z Checking tokio-rustls v0.26.4
24742026-05-08T00:19:59.838Z Checking webpki-roots v1.0.6
24752026-05-08T00:19:59.861Z Checking rand_chacha v0.3.1
24762026-05-08T00:19:59.898Z Checking thiserror v1.0.69
24772026-05-08T00:19:59.949Z Checking scroll v0.12.0
24782026-05-08T00:19:59.994Z Checking zstd-sys v2.0.16+zstd.1.5.7
24792026-05-08T00:20:00.016Z Checking hash32 v0.2.1
24802026-05-08T00:20:00.065Z Checking num-integer v0.1.46
24812026-05-08T00:20:00.105Z Checking toml_datetime v0.6.11
24822026-05-08T00:20:00.173Z Checking serde_spanned v0.6.9
24832026-05-08T00:20:00.186Z Checking md-5 v0.10.6
24842026-05-08T00:20:00.282Z Checking ff v0.13.1
24852026-05-08T00:20:00.293Z Checking iri-string v0.7.10
24862026-05-08T00:20:00.296Z Checking psl-types v2.0.11
24872026-05-08T00:20:00.317Z Checking base16ct v0.2.0
24882026-05-08T00:20:00.355Z Checking hyper v1.8.1
24892026-05-08T00:20:00.399Z Checking zlib-rs v0.6.2
24902026-05-08T00:20:00.415Z Checking ryu v1.0.23
24912026-05-08T00:20:00.434Z Checking fallible-iterator v0.2.0
24922026-05-08T00:20:00.544Z Checking serde_urlencoded v0.7.1
24932026-05-08T00:20:00.699Z Checking postgres-protocol v0.6.10
24942026-05-08T00:20:00.744Z Checking sec1 v0.7.3
24952026-05-08T00:20:00.792Z Checking publicsuffix v2.3.0
24962026-05-08T00:20:00.946Z Checking group v0.13.0
24972026-05-08T00:20:00.958Z Compiling iddqd v0.3.18
24982026-05-08T00:20:01.005Z Checking num-iter v0.1.45
24992026-05-08T00:20:01.087Z Checking goblin v0.8.2
25002026-05-08T00:20:01.115Z Checking heapless v0.7.17
25012026-05-08T00:20:01.230Z Checking dof v0.4.0
25022026-05-08T00:20:01.243Z Checking hyper-util v0.1.20
25032026-05-08T00:20:01.254Z Checking flate2 v1.1.9
25042026-05-08T00:20:01.284Z Checking tower-http v0.6.8
25052026-05-08T00:20:01.516Z Checking zstd-safe v7.2.4
25062026-05-08T00:20:01.536Z Checking rand v0.8.5
25072026-05-08T00:20:01.551Z Checking oxnet v0.1.4
25082026-05-08T00:20:01.674Z Checking cookie v0.18.1
25092026-05-08T00:20:01.687Z Checking tokio-native-tls v0.3.1
25102026-05-08T00:20:01.781Z Checking dtrace-parser v0.3.0
25112026-05-08T00:20:01.835Z Checking phf_shared v0.13.1
25122026-05-08T00:20:01.851Z Checking lazy_static v1.5.0
25132026-05-08T00:20:01.894Z Checking terminal_size v0.4.3
25142026-05-08T00:20:01.936Z Checking zerocopy v0.7.35
25152026-05-08T00:20:02.004Z Checking bzip2-sys v0.1.13+1.0.8
25162026-05-08T00:20:02.015Z Checking signal-hook v0.3.18
25172026-05-08T00:20:02.027Z Checking hkdf v0.12.4
25182026-05-08T00:20:02.043Z Checking crypto-bigint v0.5.5
25192026-05-08T00:20:02.061Z Checking thread-id v5.1.0
25202026-05-08T00:20:02.086Z Checking foldhash v0.2.0
25212026-05-08T00:20:02.136Z Checking bitflags v1.3.2
25222026-05-08T00:20:02.153Z Checking winnow v0.7.14
25232026-05-08T00:20:02.194Z Checking clap_lex v1.0.0
25242026-05-08T00:20:02.205Z Checking winnow v0.5.40
25252026-05-08T00:20:02.240Z Checking either v1.15.0
25262026-05-08T00:20:02.339Z Checking bumpalo v3.20.2
25272026-05-08T00:20:02.418Z Compiling rayon-core v1.13.0
25282026-05-08T00:20:02.420Z Checking strsim v0.11.1
25292026-05-08T00:20:02.475Z Checking hyper-rustls v0.27.7
25302026-05-08T00:20:02.537Z Checking foldhash v0.1.5
25312026-05-08T00:20:02.585Z Checking managed v0.8.0
25322026-05-08T00:20:02.585Z Checking libbz2-rs-sys v0.2.2
25332026-05-08T00:20:02.668Z Checking hashbrown v0.15.5
25342026-05-08T00:20:02.680Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25352026-05-08T00:20:02.773Z Checking smoltcp v0.9.1
25362026-05-08T00:20:02.855Z Checking clap_builder v4.5.60
25372026-05-08T00:20:02.936Z Checking elliptic-curve v0.13.8
25382026-05-08T00:20:02.967Z Checking bzip2 v0.6.1
25392026-05-08T00:20:02.979Z Checking dof v0.3.0
25402026-05-08T00:20:03.140Z Checking zopfli v0.8.3
25412026-05-08T00:20:03.149Z Checking hyper-tls v0.6.0
25422026-05-08T00:20:03.237Z Checking hashbrown v0.16.1
25432026-05-08T00:20:03.256Z Checking signal-hook-mio v0.2.5
25442026-05-08T00:20:03.304Z Checking usdt-impl v0.6.0
25452026-05-08T00:20:03.316Z Checking bzip2 v0.4.4
25462026-05-08T00:20:03.327Z Checking toml_edit v0.19.15
25472026-05-08T00:20:03.350Z Checking num-bigint-dig v0.8.6
25482026-05-08T00:20:03.362Z Checking phf v0.13.1
25492026-05-08T00:20:03.465Z Checking cookie_store v0.22.1
25502026-05-08T00:20:03.508Z Checking zstd v0.13.3
25512026-05-08T00:20:03.588Z Checking postgres-types v0.2.12
25522026-05-08T00:20:03.692Z Checking dtrace-parser v0.2.0
25532026-05-08T00:20:03.714Z Checking rustls-platform-verifier v0.6.2
25542026-05-08T00:20:03.747Z Checking crossbeam-deque v0.8.6
25552026-05-08T00:20:03.798Z Checking regex v1.12.3
25562026-05-08T00:20:03.853Z Checking bstr v1.12.1
25572026-05-08T00:20:03.902Z Checking ed25519 v2.2.3
25582026-05-08T00:20:03.921Z Checking phf_shared v0.11.3
25592026-05-08T00:20:03.928Z Checking curve25519-dalek v4.1.3
25602026-05-08T00:20:04.062Z Checking ref-cast v1.0.25
25612026-05-08T00:20:04.077Z Checking strum v0.27.2
25622026-05-08T00:20:04.089Z Checking hubpack v0.1.2
25632026-05-08T00:20:04.124Z Checking memoffset v0.9.1
25642026-05-08T00:20:04.156Z Checking rustix v0.38.44
25652026-05-08T00:20:04.213Z Checking pkcs1 v0.7.5
25662026-05-08T00:20:04.219Z Checking float-cmp v0.10.0
25672026-05-08T00:20:04.219Z Checking serde-big-array v0.5.1
25682026-05-08T00:20:04.240Z Checking hex v0.4.3
25692026-05-08T00:20:04.253Z Checking erased-serde v0.3.31
25702026-05-08T00:20:04.326Z Checking rfc6979 v0.4.0
25712026-05-08T00:20:04.344Z Checking memmap2 v0.9.10
25722026-05-08T00:20:04.408Z Checking thread-id v4.2.2
25732026-05-08T00:20:04.419Z Checking env_filter v1.0.0
25742026-05-08T00:20:04.451Z Checking encoding_rs v0.8.35
25752026-05-08T00:20:04.468Z Checking normalize-line-endings v0.3.0
25762026-05-08T00:20:04.468Z Checking difflib v0.4.0
25772026-05-08T00:20:04.526Z Checking unicode-segmentation v1.12.0
25782026-05-08T00:20:04.542Z Checking mime v0.3.17
25792026-05-08T00:20:04.556Z Checking jiff v0.2.21
25802026-05-08T00:20:04.628Z Checking new_debug_unreachable v1.0.6
25812026-05-08T00:20:04.648Z Checking fixedbitset v0.5.7
25822026-05-08T00:20:04.714Z Checking precomputed-hash v0.1.1
25832026-05-08T00:20:04.742Z Checking keccak v0.1.6
25842026-05-08T00:20:04.742Z Checking predicates-core v1.0.10
25852026-05-08T00:20:04.779Z Checking rustc-hash v2.1.1
25862026-05-08T00:20:04.837Z Checking static_assertions v1.1.0
25872026-05-08T00:20:04.854Z Checking whoami v2.1.0
25882026-05-08T00:20:04.868Z Checking fixedbitset v0.4.2
25892026-05-08T00:20:04.881Z Checking data-encoding v2.10.0
25902026-05-08T00:20:04.881Z Checking toml_write v0.1.2
25912026-05-08T00:20:04.982Z Checking crossterm v0.28.1
25922026-05-08T00:20:05.001Z Checking petgraph v0.6.5
25932026-05-08T00:20:05.050Z Checking tokio-postgres v0.7.16
25942026-05-08T00:20:05.064Z Checking toml_edit v0.22.27
25952026-05-08T00:20:05.136Z Checking hickory-proto v0.25.2
25962026-05-08T00:20:05.373Z Checking reqwest v0.12.28
25972026-05-08T00:20:05.654Z Checking sha3 v0.10.8
25982026-05-08T00:20:05.726Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25992026-05-08T00:20:05.862Z Checking petgraph v0.8.3
26002026-05-08T00:20:06.099Z Checking predicates v3.1.4
26012026-05-08T00:20:06.200Z Checking similar v2.7.0
26022026-05-08T00:20:06.239Z Checking string_cache v0.8.9
26032026-05-08T00:20:06.242Z Checking ed25519-dalek v2.2.0
26042026-05-08T00:20:06.397Z Checking slog v2.8.2
26052026-05-08T00:20:06.410Z Checking env_logger v0.11.9
26062026-05-08T00:20:06.477Z Checking usdt v0.6.0
26072026-05-08T00:20:06.572Z Checking serde_with v3.17.0
26082026-05-08T00:20:06.592Z Checking usdt-impl v0.5.0
26092026-05-08T00:20:06.640Z Checking ecdsa v0.16.9
26102026-05-08T00:20:06.654Z Checking toml v0.7.8
26112026-05-08T00:20:06.757Z Checking zip v4.6.1
26122026-05-08T00:20:06.865Z Checking rsa v0.9.10
26132026-05-08T00:20:06.957Z Checking nix v0.31.2
26142026-05-08T00:20:06.973Z Checking clap v4.5.60
26152026-05-08T00:20:07.319Z Checking reqwest v0.13.2
26162026-05-08T00:20:07.341Z Checking zip v0.6.6
26172026-05-08T00:20:07.367Z Checking toml_parser v1.0.9+spec-1.1.0
26182026-05-08T00:20:07.416Z Checking itertools v0.13.0
26192026-05-08T00:20:07.654Z Checking strum v0.26.3
26202026-05-08T00:20:07.689Z Checking tokio-stream v0.1.18
26212026-05-08T00:20:07.770Z Checking fs-err v3.3.0
26222026-05-08T00:20:07.896Z Checking ahash v0.8.12
26232026-05-08T00:20:07.941Z Checking object v0.37.3
26242026-05-08T00:20:07.954Z Checking buf-list v1.1.2
26252026-05-08T00:20:07.966Z Checking camino v1.2.2
26262026-05-08T00:20:08.060Z Checking anyhow v1.0.102
26272026-05-08T00:20:08.075Z Checking x509-cert v0.2.5
26282026-05-08T00:20:08.090Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26292026-05-08T00:20:08.130Z Checking openapiv3 v2.2.0
26302026-05-08T00:20:08.147Z Checking toml_datetime v0.7.5+spec-1.1.0
26312026-05-08T00:20:08.212Z Checking sha1 v0.10.6
26322026-05-08T00:20:08.255Z Checking peg-runtime v0.8.5
26332026-05-08T00:20:08.343Z Checking lalrpop-util v0.19.12
26342026-05-08T00:20:08.346Z Checking rayon v1.11.0
26352026-05-08T00:20:08.369Z Checking sigpipe v0.1.3
26362026-05-08T00:20:08.395Z Checking glob v0.3.3
26372026-05-08T00:20:10.107Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26382026-05-08T00:20:10.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.55s
26392026-05-08T00:20:10.544Z
26402026-05-08T00:20:10.544Zinfo: running `cargo check --bins` on internal-dns-types (77/275)
26412026-05-08T00:20:11.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422026-05-08T00:20:11.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432026-05-08T00:20:11.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26442026-05-08T00:20:11.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26452026-05-08T00:20:11.146Z
26462026-05-08T00:20:11.146Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/275)
26472026-05-08T00:20:11.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482026-05-08T00:20:11.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492026-05-08T00:20:11.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26502026-05-08T00:20:11.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26512026-05-08T00:20:11.739Z
26522026-05-08T00:20:11.739Zinfo: running `cargo check --bins` on nexus-types-versions (79/275)
26532026-05-08T00:20:12.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542026-05-08T00:20:12.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552026-05-08T00:20:12.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26562026-05-08T00:20:12.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26572026-05-08T00:20:12.348Z
26582026-05-08T00:20:12.348Zinfo: running `cargo check --bins` on oxql-types (80/275)
26592026-05-08T00:20:12.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602026-05-08T00:20:12.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612026-05-08T00:20:12.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26622026-05-08T00:20:12.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26632026-05-08T00:20:12.942Z
26642026-05-08T00:20:12.942Zinfo: running `cargo check --bins` on oximeter-types (81/275)
26652026-05-08T00:20:13.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662026-05-08T00:20:13.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672026-05-08T00:20:13.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26682026-05-08T00:20:13.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26692026-05-08T00:20:13.546Z
26702026-05-08T00:20:13.546Zinfo: running `cargo check --bins` on oximeter-types-versions (82/275)
26712026-05-08T00:20:14.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26722026-05-08T00:20:14.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26732026-05-08T00:20:14.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26742026-05-08T00:20:14.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26752026-05-08T00:20:14.150Z
26762026-05-08T00:20:14.151Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/275)
26772026-05-08T00:20:14.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26782026-05-08T00:20:14.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26792026-05-08T00:20:14.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26802026-05-08T00:20:14.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26812026-05-08T00:20:14.727Z
26822026-05-08T00:20:14.727Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/275)
26832026-05-08T00:20:15.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26842026-05-08T00:20:15.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26852026-05-08T00:20:15.409Z Compiling structmeta-derive v0.3.0
26862026-05-08T00:20:15.528Z Compiling rustls v0.22.4
26872026-05-08T00:20:15.539Z Compiling multer v3.1.0
26882026-05-08T00:20:15.553Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26892026-05-08T00:20:15.553Z Compiling async-stream-impl v0.3.6
26902026-05-08T00:20:15.570Z Compiling dropshot v0.17.0
26912026-05-08T00:20:15.591Z Compiling dropshot_endpoint v0.17.0
26922026-05-08T00:20:15.591Z Compiling newtype-uuid-macros v0.1.0
26932026-05-08T00:20:15.701Z Checking newtype-uuid v1.3.2
26942026-05-08T00:20:15.775Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26952026-05-08T00:20:15.815Z Checking rustls-webpki v0.102.8
26962026-05-08T00:20:15.897Z Checking daft v0.1.5
26972026-05-08T00:20:15.917Z Checking futures-executor v0.3.32
26982026-05-08T00:20:16.064Z Checking thread_local v1.1.9
26992026-05-08T00:20:16.127Z Checking match_cfg v0.1.0
27002026-05-08T00:20:16.139Z Checking compression-core v0.4.31
27012026-05-08T00:20:16.173Z Checking iddqd v0.3.18
27022026-05-08T00:20:16.202Z Checking hostname v0.3.1
27032026-05-08T00:20:16.223Z Checking futures v0.3.32
27042026-05-08T00:20:16.258Z Checking compression-codecs v0.4.37
27052026-05-08T00:20:16.301Z Checking crossbeam-channel v0.5.15
27062026-05-08T00:20:16.309Z Checking slog-json v2.6.1
27072026-05-08T00:20:16.332Z Checking serde_spanned v1.0.4
27082026-05-08T00:20:16.422Z Checking toml_datetime v1.0.0+spec-1.1.0
27092026-05-08T00:20:16.455Z Checking is-terminal v0.4.17
27102026-05-08T00:20:16.459Z Checking take_mut v0.2.2
27112026-05-08T00:20:16.547Z Checking term v1.2.1
27122026-05-08T00:20:16.574Z Checking debug-ignore v1.0.5
27132026-05-08T00:20:16.586Z Compiling structmeta v0.3.0
27142026-05-08T00:20:16.618Z Checking toml_writer v1.0.6+spec-1.1.0
27152026-05-08T00:20:16.632Z Checking slog-async v2.8.0
27162026-05-08T00:20:16.669Z Checking slog-bunyan v2.5.0
27172026-05-08T00:20:16.767Z Checking slog-term v2.9.2
27182026-05-08T00:20:16.774Z Checking async-compression v0.4.41
27192026-05-08T00:20:16.786Z Checking async-stream v0.3.6
27202026-05-08T00:20:16.791Z Compiling derive-ex v0.1.8
27212026-05-08T00:20:16.791Z Compiling parse-display-derive v0.10.0
27222026-05-08T00:20:16.912Z Checking toml v1.0.6+spec-1.1.0
27232026-05-08T00:20:17.011Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27242026-05-08T00:20:17.015Z Checking progenitor-client v0.14.0
27252026-05-08T00:20:17.035Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27262026-05-08T00:20:17.103Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27272026-05-08T00:20:17.242Z Checking waitgroup v0.1.2
27282026-05-08T00:20:17.263Z Checking backon v1.6.0
27292026-05-08T00:20:17.329Z Checking rustls-pemfile v2.2.0
27302026-05-08T00:20:17.347Z Checking serde_path_to_error v0.1.20
27312026-05-08T00:20:17.412Z Checking hostname v0.4.2
27322026-05-08T00:20:17.462Z Checking instant v0.1.13
27332026-05-08T00:20:17.545Z Checking backoff v0.4.0
27342026-05-08T00:20:17.649Z Checking tokio-rustls v0.25.0
27352026-05-08T00:20:17.657Z Checking progenitor-extras v0.2.0
27362026-05-08T00:20:17.686Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27372026-05-08T00:20:17.714Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27382026-05-08T00:20:17.872Z Checking progenitor-client v0.10.0
27392026-05-08T00:20:17.889Z Checking itertools v0.14.0
27402026-05-08T00:20:18.070Z Checking regress v0.10.5
27412026-05-08T00:20:18.094Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27422026-05-08T00:20:18.304Z Checking macaddr v1.0.1
27432026-05-08T00:20:18.469Z Checking parse-display v0.10.0
27442026-05-08T00:20:18.489Z Compiling test-strategy v0.4.5
27452026-05-08T00:20:19.667Z Compiling prettyplease v0.2.37
27462026-05-08T00:20:19.981Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27472026-05-08T00:20:20.111Z Checking num-rational v0.4.2
27482026-05-08T00:20:20.344Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27492026-05-08T00:20:20.553Z Checking num-complex v0.4.6
27502026-05-08T00:20:21.237Z Compiling num v0.4.3
27512026-05-08T00:20:21.276Z Compiling usdt-attr-macro v0.5.0
27522026-05-08T00:20:21.312Z Compiling usdt-macro v0.5.0
27532026-05-08T00:20:21.330Z Checking memmap v0.7.0
27542026-05-08T00:20:21.343Z Checking float-ord v0.3.2
27552026-05-08T00:20:21.443Z Compiling convert_case v0.4.0
27562026-05-08T00:20:21.459Z Checking unicode-width v0.2.0
27572026-05-08T00:20:21.704Z Checking console v0.15.11
27582026-05-08T00:20:21.813Z Compiling derive_more v0.99.20
27592026-05-08T00:20:21.983Z Checking newline-converter v0.3.0
27602026-05-08T00:20:22.019Z Checking atomicwrites v0.4.4
27612026-05-08T00:20:22.040Z Checking usdt v0.5.0
27622026-05-08T00:20:22.090Z Compiling toml v0.8.23
27632026-05-08T00:20:22.145Z Checking linked-hash-map v0.5.6
27642026-05-08T00:20:22.205Z Compiling minimal-lexical v0.2.1
27652026-05-08T00:20:22.316Z Checking lru-cache v0.1.2
27662026-05-08T00:20:22.437Z Compiling nom v7.1.3
27672026-05-08T00:20:22.456Z Checking expectorate v1.2.0
27682026-05-08T00:20:22.986Z Checking camino-tempfile v1.4.1
27692026-05-08T00:20:23.089Z Checking hickory-proto v0.24.4
27702026-05-08T00:20:23.150Z Checking phf_shared v0.12.1
27712026-05-08T00:20:23.292Z Compiling slog-dtrace v0.3.0
27722026-05-08T00:20:23.495Z Checking heck v0.5.0
27732026-05-08T00:20:23.522Z Checking resolv-conf v0.7.6
27742026-05-08T00:20:23.622Z Compiling chrono-tz v0.10.4
27752026-05-08T00:20:23.716Z Compiling const_format_proc_macros v0.2.34
27762026-05-08T00:20:23.774Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27772026-05-08T00:20:23.870Z Checking phf v0.12.1
27782026-05-08T00:20:24.012Z Checking tokio-dtrace v0.1.1
27792026-05-08T00:20:24.149Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27802026-05-08T00:20:24.199Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27812026-05-08T00:20:24.247Z Compiling derive-where v1.6.0
27822026-05-08T00:20:24.401Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27832026-05-08T00:20:24.538Z Checking highway v1.3.0
27842026-05-08T00:20:24.764Z Checking const_format v0.2.35
27852026-05-08T00:20:24.933Z Checking hickory-resolver v0.24.4
27862026-05-08T00:20:24.992Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27872026-05-08T00:20:25.357Z Checking oxide-tokio-rt v0.1.4
27882026-05-08T00:20:25.573Z Checking gethostname v0.5.0
27892026-05-08T00:20:25.588Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27902026-05-08T00:20:25.641Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27912026-05-08T00:20:25.655Z Checking qorb v0.4.1
27922026-05-08T00:20:25.658Z Checking bcs v0.1.6
27932026-05-08T00:20:25.739Z Compiling async-recursion v1.1.1
27942026-05-08T00:20:25.778Z Checking termtree v0.5.1
27952026-05-08T00:20:25.829Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27962026-05-08T00:20:25.891Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27972026-05-08T00:20:29.437Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27982026-05-08T00:20:32.001Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27992026-05-08T00:20:34.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.36s
28002026-05-08T00:20:34.282Z
28012026-05-08T00:20:34.282Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/275)
28022026-05-08T00:20:34.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28032026-05-08T00:20:34.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28042026-05-08T00:20:34.954Z Compiling ar_archive_writer v0.5.1
28052026-05-08T00:20:35.065Z Compiling stacker v0.1.23
28062026-05-08T00:20:35.070Z Compiling cfg_aliases v0.1.1
28072026-05-08T00:20:35.076Z Compiling convert_case v0.10.0
28082026-05-08T00:20:35.083Z Checking unicode-width v0.1.14
28092026-05-08T00:20:35.091Z Compiling proc-macro-error v1.0.4
28102026-05-08T00:20:35.102Z Checking fd-lock v4.0.4
28112026-05-08T00:20:35.102Z Checking nibble_vec v0.1.0
28122026-05-08T00:20:35.126Z Compiling nix v0.28.0
28132026-05-08T00:20:35.210Z Checking vte v0.14.1
28142026-05-08T00:20:35.227Z Compiling recursive-proc-macro-impl v0.1.1
28152026-05-08T00:20:35.314Z Checking endian-type v0.1.2
28162026-05-08T00:20:35.327Z Checking bytecount v0.6.9
28172026-05-08T00:20:35.360Z Checking strip-ansi-escapes v0.2.1
28182026-05-08T00:20:35.372Z Compiling derive_more-impl v2.1.1
28192026-05-08T00:20:35.390Z Compiling tabled_derive v0.7.0
28202026-05-08T00:20:35.420Z Checking papergrid v0.11.0
28212026-05-08T00:20:35.432Z Checking radix_trie v0.2.1
28222026-05-08T00:20:35.467Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28232026-05-08T00:20:35.621Z Compiling peg-macros v0.8.5
28242026-05-08T00:20:35.636Z Checking winnow v0.6.26
28252026-05-08T00:20:35.885Z Compiling psm v0.1.30
28262026-05-08T00:20:35.931Z Compiling sqlparser_derive v0.5.0
28272026-05-08T00:20:36.022Z Checking home v0.5.12
28282026-05-08T00:20:36.126Z Checking nu-ansi-term v0.50.3
28292026-05-08T00:20:36.163Z Checking derive_more v2.1.1
28302026-05-08T00:20:36.242Z Checking unicode_categories v0.1.1
28312026-05-08T00:20:36.331Z Checking reedline v0.40.0
28322026-05-08T00:20:36.360Z Checking tabled v0.15.0
28332026-05-08T00:20:36.392Z Checking crossterm v0.29.0
28342026-05-08T00:20:36.395Z Checking rustyline v14.0.0
28352026-05-08T00:20:36.637Z Checking recursive v0.1.1
28362026-05-08T00:20:36.699Z Checking display-error-chain v0.2.2
28372026-05-08T00:20:36.730Z Checking sqlparser v0.61.0
28382026-05-08T00:20:36.760Z Checking sqlformat v0.3.5
28392026-05-08T00:20:36.960Z Checking peg v0.8.5
28402026-05-08T00:20:47.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.57s
28412026-05-08T00:20:48.082Z
28422026-05-08T00:20:48.082Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/275)
28432026-05-08T00:20:48.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442026-05-08T00:20:48.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452026-05-08T00:20:48.757Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28462026-05-08T00:20:52.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
28472026-05-08T00:20:52.337Z
28482026-05-08T00:20:52.337Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/275)
28492026-05-08T00:20:52.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502026-05-08T00:20:52.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512026-05-08T00:20:53.013Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28522026-05-08T00:20:55.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
28532026-05-08T00:20:55.590Z
28542026-05-08T00:20:55.590Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/275)
28552026-05-08T00:20:56.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562026-05-08T00:20:56.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572026-05-08T00:20:56.258Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28582026-05-08T00:20:59.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.84s
28592026-05-08T00:20:59.634Z
28602026-05-08T00:20:59.634Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/275)
28612026-05-08T00:21:00.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-05-08T00:21:00.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-05-08T00:21:00.311Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28642026-05-08T00:21:03.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
28652026-05-08T00:21:03.714Z
28662026-05-08T00:21:03.714Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/275)
28672026-05-08T00:21:04.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-05-08T00:21:04.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-05-08T00:21:04.388Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28702026-05-08T00:21:06.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
28712026-05-08T00:21:07.109Z
28722026-05-08T00:21:07.109Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/275)
28732026-05-08T00:21:07.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742026-05-08T00:21:07.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752026-05-08T00:21:07.790Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28762026-05-08T00:21:10.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
28772026-05-08T00:21:10.535Z
28782026-05-08T00:21:10.535Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/275)
28792026-05-08T00:21:11.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802026-05-08T00:21:11.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812026-05-08T00:21:11.212Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28822026-05-08T00:21:14.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s
28832026-05-08T00:21:14.745Z
28842026-05-08T00:21:14.745Zinfo: running `cargo check --bins` on oximeter (93/275)
28852026-05-08T00:21:15.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862026-05-08T00:21:15.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872026-05-08T00:21:15.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882026-05-08T00:21:15.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28892026-05-08T00:21:15.345Z
28902026-05-08T00:21:15.345Zinfo: running `cargo check --bins` on oximeter-schema (94/275)
28912026-05-08T00:21:15.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922026-05-08T00:21:15.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932026-05-08T00:21:15.982Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28942026-05-08T00:21:16.142Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28952026-05-08T00:21:16.158Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28962026-05-08T00:21:16.475Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28972026-05-08T00:21:19.530Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28982026-05-08T00:21:20.720Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28992026-05-08T00:21:20.880Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29002026-05-08T00:21:21.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.19s
29012026-05-08T00:21:21.725Z
29022026-05-08T00:21:21.725Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/275)
29032026-05-08T00:21:22.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-05-08T00:21:22.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-05-08T00:21:22.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-05-08T00:21:22.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29072026-05-08T00:21:22.329Z
29082026-05-08T00:21:22.329Zinfo: running `cargo check --bins` on oximeter-test-utils (96/275)
29092026-05-08T00:21:22.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-05-08T00:21:22.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-05-08T00:21:22.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-05-08T00:21:22.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29132026-05-08T00:21:22.962Z
29142026-05-08T00:21:22.962Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/275)
29152026-05-08T00:21:23.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-05-08T00:21:23.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-05-08T00:21:23.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182026-05-08T00:21:23.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29192026-05-08T00:21:23.567Z
29202026-05-08T00:21:23.567Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/275)
29212026-05-08T00:21:24.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-05-08T00:21:24.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-05-08T00:21:24.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242026-05-08T00:21:24.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29252026-05-08T00:21:24.174Z
29262026-05-08T00:21:24.174Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/275)
29272026-05-08T00:21:24.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-05-08T00:21:24.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-05-08T00:21:24.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-05-08T00:21:24.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29312026-05-08T00:21:24.778Z
29322026-05-08T00:21:24.778Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/275)
29332026-05-08T00:21:25.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-05-08T00:21:25.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-05-08T00:21:25.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362026-05-08T00:21:25.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29372026-05-08T00:21:25.381Z
29382026-05-08T00:21:25.382Zinfo: running `cargo check --bins` on trust-quorum-types (101/275)
29392026-05-08T00:21:25.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402026-05-08T00:21:25.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412026-05-08T00:21:25.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29422026-05-08T00:21:25.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29432026-05-08T00:21:25.971Z
29442026-05-08T00:21:25.971Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/275)
29452026-05-08T00:21:26.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29462026-05-08T00:21:26.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29472026-05-08T00:21:26.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29482026-05-08T00:21:26.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29492026-05-08T00:21:26.579Z
29502026-05-08T00:21:26.579Zinfo: running `cargo check --bins` on update-engine (103/275)
29512026-05-08T00:21:27.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29522026-05-08T00:21:27.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29532026-05-08T00:21:27.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29542026-05-08T00:21:27.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29552026-05-08T00:21:27.169Z
29562026-05-08T00:21:27.169Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/275)
29572026-05-08T00:21:27.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29582026-05-08T00:21:27.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29592026-05-08T00:21:27.895Z Compiling crucible-workspace-hack v0.1.0
29602026-05-08T00:21:28.003Z Checking secrecy v0.10.3
29612026-05-08T00:21:28.011Z Compiling heapless v0.8.0
29622026-05-08T00:21:28.017Z Compiling ingot-macros v0.1.1
29632026-05-08T00:21:28.021Z Compiling toml_edit v0.23.10+spec-1.0.0
29642026-05-08T00:21:28.021Z Checking hash32 v0.3.1
29652026-05-08T00:21:28.043Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29662026-05-08T00:21:28.053Z Compiling smoltcp v0.11.0
29672026-05-08T00:21:28.105Z Checking cobs v0.3.0
29682026-05-08T00:21:28.147Z Compiling thiserror-impl-no-std v2.0.2
29692026-05-08T00:21:28.239Z Checking universal-hash v0.5.1
29702026-05-08T00:21:28.260Z Checking half v2.7.1
29712026-05-08T00:21:28.284Z Checking ciborium-io v0.2.2
29722026-05-08T00:21:28.365Z Checking opaque-debug v0.3.1
29732026-05-08T00:21:28.376Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29742026-05-08T00:21:28.406Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29752026-05-08T00:21:28.430Z Checking poly1305 v0.8.0
29762026-05-08T00:21:28.512Z Checking ciborium-ll v0.2.2
29772026-05-08T00:21:28.557Z Compiling proc-macro-crate v3.4.0
29782026-05-08T00:21:28.691Z Checking postcard v1.1.3
29792026-05-08T00:21:28.716Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29802026-05-08T00:21:28.771Z Checking password-hash v0.5.0
29812026-05-08T00:21:28.985Z Checking chacha20 v0.9.1
29822026-05-08T00:21:29.004Z Compiling proc-macro-crate v1.3.1
29832026-05-08T00:21:29.032Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29842026-05-08T00:21:29.064Z Checking blake2 v0.10.6
29852026-05-08T00:21:29.103Z Compiling num_enum_derive v0.7.5
29862026-05-08T00:21:29.181Z Checking aead v0.5.2
29872026-05-08T00:21:29.259Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29882026-05-08T00:21:29.296Z Compiling foreign-types-macros v0.2.3
29892026-05-08T00:21:29.313Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29902026-05-08T00:21:29.326Z Checking thiserror-no-std v2.0.2
29912026-05-08T00:21:29.413Z Checking cpufeatures v0.3.0
29922026-05-08T00:21:29.413Z Checking foreign-types-shared v0.3.1
29932026-05-08T00:21:29.462Z Compiling num_enum_derive v0.5.11
29942026-05-08T00:21:29.485Z Checking chacha20 v0.10.0
29952026-05-08T00:21:29.512Z Checking vsss-rs v3.3.4
29962026-05-08T00:21:29.550Z Checking chacha20poly1305 v0.10.1
29972026-05-08T00:21:29.674Z Checking argon2 v0.5.3
29982026-05-08T00:21:29.701Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29992026-05-08T00:21:29.892Z Checking foreign-types v0.5.0
30002026-05-08T00:21:30.011Z Checking ciborium v0.2.2
30012026-05-08T00:21:30.053Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30022026-05-08T00:21:30.139Z Checking tabwriter v1.4.1
30032026-05-08T00:21:30.150Z Checking num_enum v0.7.5
30042026-05-08T00:21:30.260Z Checking byte-wrapper v0.1.0
30052026-05-08T00:21:30.273Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30062026-05-08T00:21:30.327Z Checking cstr-argument v0.1.2
30072026-05-08T00:21:30.424Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30082026-05-08T00:21:30.448Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30092026-05-08T00:21:30.462Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30102026-05-08T00:21:30.490Z Checking num_enum v0.5.11
30112026-05-08T00:21:30.599Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30122026-05-08T00:21:30.613Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30132026-05-08T00:21:30.651Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30142026-05-08T00:21:30.688Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30152026-05-08T00:21:30.766Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30162026-05-08T00:21:30.789Z Checking rand v0.10.0
30172026-05-08T00:21:30.805Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30182026-05-08T00:21:30.818Z Checking ingot-types v0.1.2
30192026-05-08T00:21:30.849Z Checking indent_write v2.2.0
30202026-05-08T00:21:30.960Z Checking colored v3.1.1
30212026-05-08T00:21:30.977Z Compiling zone_cfg_derive v0.3.1
30222026-05-08T00:21:31.078Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30232026-05-08T00:21:31.106Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30242026-05-08T00:21:31.156Z Checking itertools v0.12.1
30252026-05-08T00:21:31.156Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30262026-05-08T00:21:31.182Z Checking ingot v0.1.1
30272026-05-08T00:21:31.243Z Compiling num-derive v0.4.2
30282026-05-08T00:21:31.269Z Checking swrite v0.1.0
30292026-05-08T00:21:31.284Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30302026-05-08T00:21:31.358Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30312026-05-08T00:21:31.480Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30322026-05-08T00:21:31.609Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30332026-05-08T00:21:31.630Z Checking dropshot-api-manager-types v0.7.1
30342026-05-08T00:21:31.665Z Checking smf v0.2.3
30352026-05-08T00:21:31.706Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30362026-05-08T00:21:31.721Z Checking nanorand v0.7.0
30372026-05-08T00:21:31.792Z Checking whoami v1.6.1
30382026-05-08T00:21:31.892Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30392026-05-08T00:21:31.908Z Checking flume v0.11.1
30402026-05-08T00:21:32.152Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30412026-05-08T00:21:32.165Z Checking zone v0.3.1
30422026-05-08T00:21:32.715Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30432026-05-08T00:21:33.670Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30442026-05-08T00:21:34.568Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30452026-05-08T00:21:37.591Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30462026-05-08T00:21:39.616Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30472026-05-08T00:21:40.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.53s
30482026-05-08T00:21:40.891Z
30492026-05-08T00:21:40.891Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/275)
30502026-05-08T00:21:41.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512026-05-08T00:21:41.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522026-05-08T00:21:41.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532026-05-08T00:21:41.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30542026-05-08T00:21:41.492Z
30552026-05-08T00:21:41.492Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/275)
30562026-05-08T00:21:42.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572026-05-08T00:21:42.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582026-05-08T00:21:42.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30592026-05-08T00:21:42.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30602026-05-08T00:21:42.095Z
30612026-05-08T00:21:42.095Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/275)
30622026-05-08T00:21:42.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632026-05-08T00:21:42.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642026-05-08T00:21:42.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30652026-05-08T00:21:42.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30662026-05-08T00:21:42.705Z
30672026-05-08T00:21:42.705Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/275)
30682026-05-08T00:21:43.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30692026-05-08T00:21:43.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30702026-05-08T00:21:43.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30712026-05-08T00:21:43.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30722026-05-08T00:21:43.317Z
30732026-05-08T00:21:43.317Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/275)
30742026-05-08T00:21:43.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30752026-05-08T00:21:43.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30762026-05-08T00:21:43.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30772026-05-08T00:21:43.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30782026-05-08T00:21:43.919Z
30792026-05-08T00:21:43.920Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/275)
30802026-05-08T00:21:44.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30812026-05-08T00:21:44.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30822026-05-08T00:21:44.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30832026-05-08T00:21:44.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30842026-05-08T00:21:44.529Z
30852026-05-08T00:21:44.529Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/275)
30862026-05-08T00:21:45.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30872026-05-08T00:21:45.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30882026-05-08T00:21:45.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30892026-05-08T00:21:45.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30902026-05-08T00:21:45.137Z
30912026-05-08T00:21:45.137Zinfo: running `cargo check --bins` on cockroach-admin-client (112/275)
30922026-05-08T00:21:45.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30932026-05-08T00:21:45.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30942026-05-08T00:21:45.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30952026-05-08T00:21:45.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30962026-05-08T00:21:45.725Z
30972026-05-08T00:21:45.725Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/275)
30982026-05-08T00:21:46.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30992026-05-08T00:21:46.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31002026-05-08T00:21:46.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31012026-05-08T00:21:46.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31022026-05-08T00:21:46.329Z
31032026-05-08T00:21:46.329Zinfo: running `cargo check --bins` on dns-service-client (114/275)
31042026-05-08T00:21:46.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31052026-05-08T00:21:46.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31062026-05-08T00:21:46.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31072026-05-08T00:21:46.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31082026-05-08T00:21:46.937Z
31092026-05-08T00:21:46.937Zinfo: running `cargo check --bins` on installinator-client (115/275)
31102026-05-08T00:21:47.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31112026-05-08T00:21:47.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31122026-05-08T00:21:47.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31132026-05-08T00:21:47.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31142026-05-08T00:21:47.549Z
31152026-05-08T00:21:47.549Zinfo: running `cargo check --bins` on nexus-client (116/275)
31162026-05-08T00:21:48.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31172026-05-08T00:21:48.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31182026-05-08T00:21:48.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31192026-05-08T00:21:48.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31202026-05-08T00:21:48.205Z
31212026-05-08T00:21:48.205Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/275)
31222026-05-08T00:21:48.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31232026-05-08T00:21:48.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31242026-05-08T00:21:48.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31252026-05-08T00:21:48.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31262026-05-08T00:21:48.854Z
31272026-05-08T00:21:48.854Zinfo: running `cargo check --bins` on ntp-admin-client (118/275)
31282026-05-08T00:21:49.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31292026-05-08T00:21:49.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31302026-05-08T00:21:49.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31312026-05-08T00:21:49.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31322026-05-08T00:21:49.454Z
31332026-05-08T00:21:49.454Zinfo: running `cargo check --bins` on oxide-client (119/275)
31342026-05-08T00:21:49.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31352026-05-08T00:21:49.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31362026-05-08T00:21:49.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31372026-05-08T00:21:49.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31382026-05-08T00:21:50.058Z
31392026-05-08T00:21:50.058Zinfo: running `cargo check --bins` on oximeter-client (120/275)
31402026-05-08T00:21:50.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412026-05-08T00:21:50.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422026-05-08T00:21:50.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31432026-05-08T00:21:50.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31442026-05-08T00:21:50.660Z
31452026-05-08T00:21:50.660Zinfo: running `cargo check --bins` on repo-depot-client (121/275)
31462026-05-08T00:21:51.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472026-05-08T00:21:51.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482026-05-08T00:21:51.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31492026-05-08T00:21:51.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31502026-05-08T00:21:51.253Z
31512026-05-08T00:21:51.253Zinfo: running `cargo check --bins` on sled-agent-client (122/275)
31522026-05-08T00:21:51.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532026-05-08T00:21:51.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542026-05-08T00:21:51.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31552026-05-08T00:21:51.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31562026-05-08T00:21:51.870Z
31572026-05-08T00:21:51.870Zinfo: running `cargo check --bins` on wicketd-client (123/275)
31582026-05-08T00:21:52.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592026-05-08T00:21:52.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602026-05-08T00:21:52.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31612026-05-08T00:21:52.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31622026-05-08T00:21:52.500Z
31632026-05-08T00:21:52.500Zinfo: running `cargo check --bins` on installinator-common (124/275)
31642026-05-08T00:21:53.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31652026-05-08T00:21:53.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31662026-05-08T00:21:53.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31672026-05-08T00:21:53.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31682026-05-08T00:21:53.129Z
31692026-05-08T00:21:53.129Zinfo: running `cargo check --bins` on installinator-common-versions (125/275)
31702026-05-08T00:21:53.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31712026-05-08T00:21:53.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31722026-05-08T00:21:53.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31732026-05-08T00:21:53.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31742026-05-08T00:21:53.721Z
31752026-05-08T00:21:53.721Zinfo: running `cargo check --bins` on wicket-common (126/275)
31762026-05-08T00:21:54.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31772026-05-08T00:21:54.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31782026-05-08T00:21:54.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31792026-05-08T00:21:54.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31802026-05-08T00:21:54.345Z
31812026-05-08T00:21:54.345Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/275)
31822026-05-08T00:21:54.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31832026-05-08T00:21:54.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31842026-05-08T00:21:55.047Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31852026-05-08T00:21:55.163Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31862026-05-08T00:21:55.171Z Checking csv-core v0.1.13
31872026-05-08T00:21:55.178Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31882026-05-08T00:21:55.185Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31892026-05-08T00:21:55.197Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31902026-05-08T00:21:55.206Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31912026-05-08T00:21:55.218Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31922026-05-08T00:21:55.325Z Checking csv v1.4.0
31932026-05-08T00:21:55.342Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31942026-05-08T00:21:55.392Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31952026-05-08T00:21:55.423Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31962026-05-08T00:21:55.657Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31972026-05-08T00:21:56.023Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31982026-05-08T00:21:56.023Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31992026-05-08T00:21:56.364Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32002026-05-08T00:22:02.091Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32012026-05-08T00:22:02.619Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32022026-05-08T00:22:04.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.60s
32032026-05-08T00:22:05.147Z
32042026-05-08T00:22:05.147Zinfo: running `cargo check --bins` on cockroach-admin-api (128/275)
32052026-05-08T00:22:05.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32062026-05-08T00:22:05.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32072026-05-08T00:22:05.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32082026-05-08T00:22:05.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32092026-05-08T00:22:05.760Z
32102026-05-08T00:22:05.760Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/275)
32112026-05-08T00:22:06.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32122026-05-08T00:22:06.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32132026-05-08T00:22:06.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32142026-05-08T00:22:06.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32152026-05-08T00:22:06.457Z
32162026-05-08T00:22:06.457Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/275)
32172026-05-08T00:22:07.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182026-05-08T00:22:07.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192026-05-08T00:22:07.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32202026-05-08T00:22:07.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32212026-05-08T00:22:07.161Z
32222026-05-08T00:22:07.161Zinfo: running `cargo check --bins` on gateway-test-utils (131/275)
32232026-05-08T00:22:07.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32242026-05-08T00:22:07.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32252026-05-08T00:22:07.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32262026-05-08T00:22:07.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32272026-05-08T00:22:07.825Z
32282026-05-08T00:22:07.825Zinfo: running `cargo check --bins` on omicron-gateway (132/275)
32292026-05-08T00:22:08.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32302026-05-08T00:22:08.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32312026-05-08T00:22:08.599Z Compiling regress v0.11.1
32322026-05-08T00:22:08.739Z Compiling unsafe-libyaml v0.2.11
32332026-05-08T00:22:08.753Z Compiling semver v0.1.20
32342026-05-08T00:22:08.753Z Compiling radium v0.7.0
32352026-05-08T00:22:08.780Z Compiling pin-project-internal v1.1.11
32362026-05-08T00:22:08.784Z Checking tap v1.0.1
32372026-05-08T00:22:08.793Z Compiling maybe-uninit v2.0.0
32382026-05-08T00:22:08.891Z Checking wyz v0.5.1
32392026-05-08T00:22:09.026Z Compiling rustc_version v0.1.7
32402026-05-08T00:22:09.064Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32412026-05-08T00:22:09.127Z Checking progenitor-client v0.13.0
32422026-05-08T00:22:09.216Z Compiling snafu-derive v0.8.9
32432026-05-08T00:22:09.243Z Compiling newtype_derive v0.1.6
32442026-05-08T00:22:09.357Z Compiling serde_yaml v0.9.34+deprecated
32452026-05-08T00:22:09.428Z Compiling zerocopy-derive v0.6.6
32462026-05-08T00:22:09.483Z Compiling cancel-safe-futures v0.1.5
32472026-05-08T00:22:09.689Z Checking crc-catalog v2.4.0
32482026-05-08T00:22:09.785Z Checking same-file v1.0.6
32492026-05-08T00:22:09.903Z Checking pin-project v1.1.11
32502026-05-08T00:22:09.941Z Compiling packed_struct v0.10.1
32512026-05-08T00:22:10.003Z Compiling owo-colors v4.3.0
32522026-05-08T00:22:10.189Z Checking typify-impl v0.6.2
32532026-05-08T00:22:10.189Z Checking funty v2.0.0
32542026-05-08T00:22:10.370Z Checking zerocopy v0.6.6
32552026-05-08T00:22:10.523Z Checking bitvec v1.0.1
32562026-05-08T00:22:10.579Z Checking walkdir v2.5.0
32572026-05-08T00:22:10.673Z Checking crc v3.4.0
32582026-05-08T00:22:10.817Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32592026-05-08T00:22:10.852Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32602026-05-08T00:22:10.867Z Checking globset v0.4.18
32612026-05-08T00:22:11.125Z Checking olpc-cjson v0.1.4
32622026-05-08T00:22:11.144Z Checking snafu v0.8.9
32632026-05-08T00:22:11.198Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32642026-05-08T00:22:11.265Z Checking pem v3.0.6
32652026-05-08T00:22:11.345Z Compiling packed_struct_codegen v0.10.1
32662026-05-08T00:22:11.361Z Checking libsw-core v0.3.2
32672026-05-08T00:22:11.380Z Checking serde_plain v1.0.2
32682026-05-08T00:22:11.428Z Compiling bitfield-macros v0.19.4
32692026-05-08T00:22:11.455Z Compiling indexmap v1.9.3
32702026-05-08T00:22:11.506Z Checking typed-path v0.9.3
32712026-05-08T00:22:11.526Z Checking nodrop v0.1.14
32722026-05-08T00:22:11.622Z Checking array-init v0.0.4
32732026-05-08T00:22:11.671Z Checking libsw v3.5.0
32742026-05-08T00:22:11.825Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32752026-05-08T00:22:11.840Z Checking smallvec v0.6.14
32762026-05-08T00:22:11.956Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32772026-05-08T00:22:12.034Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32782026-05-08T00:22:12.136Z Checking bitfield v0.19.4
32792026-05-08T00:22:12.228Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32802026-05-08T00:22:12.244Z Checking unicode-linebreak v0.1.5
32812026-05-08T00:22:12.279Z Checking tough v0.20.0
32822026-05-08T00:22:12.353Z Checking hashbrown v0.12.3
32832026-05-08T00:22:12.371Z Checking smawk v0.3.2
32842026-05-08T00:22:12.407Z Checking base64 v0.21.7
32852026-05-08T00:22:12.456Z Checking tagptr v0.2.0
32862026-05-08T00:22:12.499Z Checking linear-map v1.2.0
32872026-05-08T00:22:12.593Z Checking moka v0.12.13
32882026-05-08T00:22:12.643Z Checking ron v0.8.1
32892026-05-08T00:22:12.667Z Checking textwrap v0.16.2
32902026-05-08T00:22:12.763Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32912026-05-08T00:22:12.879Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32922026-05-08T00:22:13.054Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32932026-05-08T00:22:13.095Z Checking serde-hex v0.1.0
32942026-05-08T00:22:13.172Z Checking steno v0.4.1
32952026-05-08T00:22:13.216Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32962026-05-08T00:22:13.375Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32972026-05-08T00:22:13.463Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32982026-05-08T00:22:13.895Z Checking hashbrown v0.13.2
32992026-05-08T00:22:14.011Z Checking humantime v2.3.0
33002026-05-08T00:22:14.047Z Checking crc-any v2.5.0
33012026-05-08T00:22:14.201Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33022026-05-08T00:22:14.233Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33032026-05-08T00:22:14.246Z Checking hickory-resolver v0.25.2
33042026-05-08T00:22:14.337Z Checking object v0.30.4
33052026-05-08T00:22:14.352Z Checking path-slash v0.1.5
33062026-05-08T00:22:14.404Z Checking void v1.0.2
33072026-05-08T00:22:14.422Z Checking half v1.8.3
33082026-05-08T00:22:14.455Z Checking utf-8 v0.7.6
33092026-05-08T00:22:14.512Z Checking lzss v0.8.2
33102026-05-08T00:22:14.590Z Checking tungstenite v0.23.0
33112026-05-08T00:22:14.618Z Checking serde_cbor v0.11.2
33122026-05-08T00:22:14.701Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33132026-05-08T00:22:14.751Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33142026-05-08T00:22:14.840Z Compiling typify-macro v0.6.2
33152026-05-08T00:22:14.857Z Checking nix v0.27.1
33162026-05-08T00:22:14.963Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33172026-05-08T00:22:14.985Z Checking kstat-rs v0.2.4
33182026-05-08T00:22:15.002Z Checking fxhash v0.2.1
33192026-05-08T00:22:15.006Z Checking serde_bytes v0.11.19
33202026-05-08T00:22:15.123Z Checking tokio-tungstenite v0.23.1
33212026-05-08T00:22:15.174Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33222026-05-08T00:22:15.187Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33232026-05-08T00:22:15.356Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33242026-05-08T00:22:15.379Z Checking signal-hook-tokio v0.3.1
33252026-05-08T00:22:16.251Z Compiling typify v0.6.2
33262026-05-08T00:22:16.335Z Compiling progenitor-impl v0.13.0
33272026-05-08T00:22:16.336Z Compiling progenitor-impl v0.14.0
33282026-05-08T00:22:16.464Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33292026-05-08T00:22:17.383Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33302026-05-08T00:22:17.710Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
33312026-05-08T00:22:17.940Z Compiling progenitor-macro v0.13.0
33322026-05-08T00:22:17.973Z Compiling progenitor-macro v0.14.0
33332026-05-08T00:22:20.555Z Checking progenitor v0.13.0
33342026-05-08T00:22:20.632Z Checking progenitor v0.14.0
33352026-05-08T00:22:20.671Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33362026-05-08T00:22:20.745Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33372026-05-08T00:22:23.697Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33382026-05-08T00:22:31.080Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33392026-05-08T00:22:37.407Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33402026-05-08T00:22:38.771Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33412026-05-08T00:22:39.275Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33422026-05-08T00:22:41.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.52s
33432026-05-08T00:22:41.553Z
33442026-05-08T00:22:41.553Zinfo: running `cargo check --bins` on gateway-api (133/275)
33452026-05-08T00:22:42.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462026-05-08T00:22:42.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472026-05-08T00:22:42.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33482026-05-08T00:22:42.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33492026-05-08T00:22:42.168Z
33502026-05-08T00:22:42.168Zinfo: running `cargo check --bins` on ipcc (134/275)
33512026-05-08T00:22:42.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522026-05-08T00:22:42.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532026-05-08T00:22:42.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33542026-05-08T00:22:42.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33552026-05-08T00:22:42.789Z
33562026-05-08T00:22:42.789Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/275)
33572026-05-08T00:22:43.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33582026-05-08T00:22:43.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33592026-05-08T00:22:43.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33602026-05-08T00:22:43.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33612026-05-08T00:22:43.387Z
33622026-05-08T00:22:43.387Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/275)
33632026-05-08T00:22:43.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33642026-05-08T00:22:43.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33652026-05-08T00:22:43.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33662026-05-08T00:22:43.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33672026-05-08T00:22:44.007Z
33682026-05-08T00:22:44.007Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/275)
33692026-05-08T00:22:44.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702026-05-08T00:22:44.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712026-05-08T00:22:44.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33722026-05-08T00:22:44.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33732026-05-08T00:22:44.606Z
33742026-05-08T00:22:44.606Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/275)
33752026-05-08T00:22:45.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762026-05-08T00:22:45.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772026-05-08T00:22:45.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33782026-05-08T00:22:45.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33792026-05-08T00:22:45.213Z
33802026-05-08T00:22:45.213Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/275)
33812026-05-08T00:22:45.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822026-05-08T00:22:45.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832026-05-08T00:22:45.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33842026-05-08T00:22:45.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33852026-05-08T00:22:45.816Z
33862026-05-08T00:22:45.816Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/275)
33872026-05-08T00:22:46.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882026-05-08T00:22:46.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892026-05-08T00:22:46.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902026-05-08T00:22:46.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33912026-05-08T00:22:46.415Z
33922026-05-08T00:22:46.415Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/275)
33932026-05-08T00:22:46.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942026-05-08T00:22:46.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952026-05-08T00:22:46.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33962026-05-08T00:22:46.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33972026-05-08T00:22:47.006Z
33982026-05-08T00:22:47.006Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/275)
33992026-05-08T00:22:47.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002026-05-08T00:22:47.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012026-05-08T00:22:47.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34022026-05-08T00:22:47.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34032026-05-08T00:22:47.595Z
34042026-05-08T00:22:47.595Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/275)
34052026-05-08T00:22:48.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062026-05-08T00:22:48.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072026-05-08T00:22:48.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34082026-05-08T00:22:48.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34092026-05-08T00:22:48.192Z
34102026-05-08T00:22:48.192Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/275)
34112026-05-08T00:22:48.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122026-05-08T00:22:48.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132026-05-08T00:22:48.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34142026-05-08T00:22:48.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34152026-05-08T00:22:48.784Z
34162026-05-08T00:22:48.784Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/275)
34172026-05-08T00:22:49.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182026-05-08T00:22:49.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192026-05-08T00:22:49.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34202026-05-08T00:22:49.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34212026-05-08T00:22:49.381Z
34222026-05-08T00:22:49.381Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/275)
34232026-05-08T00:22:49.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34242026-05-08T00:22:49.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34252026-05-08T00:22:49.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34262026-05-08T00:22:49.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34272026-05-08T00:22:49.979Z
34282026-05-08T00:22:49.979Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/275)
34292026-05-08T00:22:50.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302026-05-08T00:22:50.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312026-05-08T00:22:50.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34322026-05-08T00:22:50.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34332026-05-08T00:22:50.572Z
34342026-05-08T00:22:50.572Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/275)
34352026-05-08T00:22:51.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34362026-05-08T00:22:51.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34372026-05-08T00:22:51.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34382026-05-08T00:22:51.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34392026-05-08T00:22:51.164Z
34402026-05-08T00:22:51.164Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/275)
34412026-05-08T00:22:51.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34422026-05-08T00:22:51.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34432026-05-08T00:22:51.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34442026-05-08T00:22:51.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34452026-05-08T00:22:51.760Z
34462026-05-08T00:22:51.760Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/275)
34472026-05-08T00:22:52.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34482026-05-08T00:22:52.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34492026-05-08T00:22:52.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34502026-05-08T00:22:52.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34512026-05-08T00:22:52.355Z
34522026-05-08T00:22:52.355Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/275)
34532026-05-08T00:22:52.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34542026-05-08T00:22:52.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34552026-05-08T00:22:52.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34562026-05-08T00:22:52.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34572026-05-08T00:22:52.950Z
34582026-05-08T00:22:52.950Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/275)
34592026-05-08T00:22:53.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34602026-05-08T00:22:53.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34612026-05-08T00:22:53.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34622026-05-08T00:22:53.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34632026-05-08T00:22:53.549Z
34642026-05-08T00:22:53.549Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/275)
34652026-05-08T00:22:54.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34662026-05-08T00:22:54.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34672026-05-08T00:22:54.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34682026-05-08T00:22:54.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34692026-05-08T00:22:54.141Z
34702026-05-08T00:22:54.141Zinfo: running `cargo check --bins` on oximeter-producer (154/275)
34712026-05-08T00:22:54.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34722026-05-08T00:22:54.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34732026-05-08T00:22:54.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34742026-05-08T00:22:54.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34752026-05-08T00:22:54.775Z
34762026-05-08T00:22:54.775Zinfo: running `cargo check --bins` on internal-dns-resolver (155/275)
34772026-05-08T00:22:55.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34782026-05-08T00:22:55.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34792026-05-08T00:22:55.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34802026-05-08T00:22:55.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34812026-05-08T00:22:55.376Z
34822026-05-08T00:22:55.376Zinfo: running `cargo check --bins` on dns-server (156/275)
34832026-05-08T00:22:55.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34842026-05-08T00:22:55.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34852026-05-08T00:22:56.025Z Compiling parking_lot_core v0.8.6
34862026-05-08T00:22:56.025Z Compiling git-stub v1.0.0
34872026-05-08T00:22:56.025Z Compiling atomicwrites v0.4.4
34882026-05-08T00:22:56.028Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34892026-05-08T00:22:56.028Z Checking prefix-trie v0.7.0
34902026-05-08T00:22:56.254Z Compiling git-stub-vcs v0.1.0
34912026-05-08T00:22:56.425Z Checking hickory-server v0.25.2
34922026-05-08T00:22:56.535Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34932026-05-08T00:22:56.546Z Checking parking_lot v0.11.2
34942026-05-08T00:22:56.609Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34952026-05-08T00:22:56.612Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34962026-05-08T00:22:56.710Z Checking sled v0.34.7
34972026-05-08T00:22:58.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
34982026-05-08T00:22:58.800Z
34992026-05-08T00:22:58.800Zinfo: running `cargo check --bins` on dns-server-api (157/275)
35002026-05-08T00:22:59.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012026-05-08T00:22:59.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022026-05-08T00:22:59.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35032026-05-08T00:22:59.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35042026-05-08T00:22:59.403Z
35052026-05-08T00:22:59.403Zinfo: running `cargo check --bins` on oximeter-producer-api (158/275)
35062026-05-08T00:22:59.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072026-05-08T00:22:59.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082026-05-08T00:22:59.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35092026-05-08T00:22:59.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35102026-05-08T00:23:00.004Z
35112026-05-08T00:23:00.004Zinfo: running `cargo check --bins` on sp-sim (159/275)
35122026-05-08T00:23:00.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132026-05-08T00:23:00.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142026-05-08T00:23:00.726Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35152026-05-08T00:23:02.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s
35162026-05-08T00:23:02.679Z
35172026-05-08T00:23:02.679Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/275)
35182026-05-08T00:23:03.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192026-05-08T00:23:03.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202026-05-08T00:23:03.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35212026-05-08T00:23:03.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35222026-05-08T00:23:03.337Z
35232026-05-08T00:23:03.337Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/275)
35242026-05-08T00:23:03.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35252026-05-08T00:23:03.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35262026-05-08T00:23:03.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35272026-05-08T00:23:03.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35282026-05-08T00:23:03.991Z
35292026-05-08T00:23:03.991Zinfo: running `cargo check --bins` on db-macros (162/275)
35302026-05-08T00:23:04.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35312026-05-08T00:23:04.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35322026-05-08T00:23:04.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35332026-05-08T00:23:04.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35342026-05-08T00:23:04.573Z
35352026-05-08T00:23:04.573Zinfo: running `cargo check --bins` on nexus-macros-common (163/275)
35362026-05-08T00:23:06.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35372026-05-08T00:23:06.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35382026-05-08T00:23:06.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35392026-05-08T00:23:06.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35402026-05-08T00:23:06.074Z
35412026-05-08T00:23:06.074Zinfo: running `cargo check --bins` on nexus-auth (164/275)
35422026-05-08T00:23:06.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35432026-05-08T00:23:06.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35442026-05-08T00:23:06.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35452026-05-08T00:23:06.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35462026-05-08T00:23:06.074Z
35472026-05-08T00:23:06.074Zinfo: running `cargo check --bins` on authz-macros (165/275)
35482026-05-08T00:23:06.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35492026-05-08T00:23:06.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35502026-05-08T00:23:06.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35512026-05-08T00:23:06.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35522026-05-08T00:23:06.389Z
35532026-05-08T00:23:06.389Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/275)
35542026-05-08T00:23:06.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552026-05-08T00:23:06.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562026-05-08T00:23:06.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35572026-05-08T00:23:06.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35582026-05-08T00:23:07.026Z
35592026-05-08T00:23:07.026Zinfo: running `cargo check --bins` on nexus-db-model (167/275)
35602026-05-08T00:23:07.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35612026-05-08T00:23:07.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35622026-05-08T00:23:07.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35632026-05-08T00:23:07.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35642026-05-08T00:23:07.669Z
35652026-05-08T00:23:07.669Zinfo: running `cargo check --bins` on nexus-db-schema (168/275)
35662026-05-08T00:23:08.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35672026-05-08T00:23:08.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35682026-05-08T00:23:08.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35692026-05-08T00:23:08.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35702026-05-08T00:23:08.251Z
35712026-05-08T00:23:08.251Zinfo: running `cargo check --bins` on omicron-rpaths (169/275)
35722026-05-08T00:23:08.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35732026-05-08T00:23:08.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35742026-05-08T00:23:08.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35752026-05-08T00:23:08.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35762026-05-08T00:23:08.834Z
35772026-05-08T00:23:08.834Zinfo: running `cargo check --bins` on nexus-defaults (170/275)
35782026-05-08T00:23:09.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35792026-05-08T00:23:09.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35802026-05-08T00:23:09.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35812026-05-08T00:23:09.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35822026-05-08T00:23:09.434Z
35832026-05-08T00:23:09.434Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/275)
35842026-05-08T00:23:09.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852026-05-08T00:23:09.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862026-05-08T00:23:09.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872026-05-08T00:23:09.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35882026-05-08T00:23:10.021Z
35892026-05-08T00:23:10.021Zinfo: running `cargo check --bins` on parallel-task-set (172/275)
35902026-05-08T00:23:10.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-05-08T00:23:10.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-05-08T00:23:10.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35932026-05-08T00:23:10.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35942026-05-08T00:23:10.603Z
35952026-05-08T00:23:10.604Zinfo: running `cargo check --bins` on nexus-db-errors (173/275)
35962026-05-08T00:23:11.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972026-05-08T00:23:11.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982026-05-08T00:23:11.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35992026-05-08T00:23:11.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36002026-05-08T00:23:11.254Z
36012026-05-08T00:23:11.254Zinfo: running `cargo check --bins` on nexus-db-lookup (174/275)
36022026-05-08T00:23:11.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032026-05-08T00:23:11.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042026-05-08T00:23:11.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36052026-05-08T00:23:11.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36062026-05-08T00:23:11.901Z
36072026-05-08T00:23:11.901Zinfo: running `cargo check --bins` on nexus-inventory (175/275)
36082026-05-08T00:23:12.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092026-05-08T00:23:12.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102026-05-08T00:23:12.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36112026-05-08T00:23:12.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36122026-05-08T00:23:12.546Z
36132026-05-08T00:23:12.546Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/275)
36142026-05-08T00:23:13.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152026-05-08T00:23:13.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162026-05-08T00:23:13.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36172026-05-08T00:23:13.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36182026-05-08T00:23:13.163Z
36192026-05-08T00:23:13.163Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/275)
36202026-05-08T00:23:13.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212026-05-08T00:23:13.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222026-05-08T00:23:13.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36232026-05-08T00:23:13.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36242026-05-08T00:23:13.777Z
36252026-05-08T00:23:13.777Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/275)
36262026-05-08T00:23:14.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272026-05-08T00:23:14.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282026-05-08T00:23:14.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36292026-05-08T00:23:14.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36302026-05-08T00:23:14.389Z
36312026-05-08T00:23:14.389Zinfo: running `cargo check --bins` on key-manager (179/275)
36322026-05-08T00:23:14.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36332026-05-08T00:23:14.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36342026-05-08T00:23:14.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36352026-05-08T00:23:14.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36362026-05-08T00:23:14.986Z
36372026-05-08T00:23:14.986Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/275)
36382026-05-08T00:23:15.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36392026-05-08T00:23:15.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36402026-05-08T00:23:15.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36412026-05-08T00:23:15.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36422026-05-08T00:23:15.603Z
36432026-05-08T00:23:15.603Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/275)
36442026-05-08T00:23:16.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36452026-05-08T00:23:16.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36462026-05-08T00:23:16.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36472026-05-08T00:23:16.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36482026-05-08T00:23:16.224Z
36492026-05-08T00:23:16.224Zinfo: running `cargo check --bins` on typed-rng (182/275)
36502026-05-08T00:23:16.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36512026-05-08T00:23:16.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36522026-05-08T00:23:16.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36532026-05-08T00:23:16.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36542026-05-08T00:23:16.809Z
36552026-05-08T00:23:16.809Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/275)
36562026-05-08T00:23:17.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36572026-05-08T00:23:17.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36582026-05-08T00:23:17.655Z Compiling typify-impl v0.4.3
36592026-05-08T00:23:17.655Z Compiling libefi-sys v0.1.0
36602026-05-08T00:23:17.800Z Compiling bitfield-struct v0.6.2
36612026-05-08T00:23:17.808Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36622026-05-08T00:23:17.817Z Compiling xshell-macros v0.2.7
36632026-05-08T00:23:17.830Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36642026-05-08T00:23:17.863Z Compiling salty v0.3.0
36652026-05-08T00:23:17.872Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36662026-05-08T00:23:18.026Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36672026-05-08T00:23:18.152Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36682026-05-08T00:23:18.165Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36692026-05-08T00:23:18.179Z Checking xshell v0.2.7
36702026-05-08T00:23:18.366Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36712026-05-08T00:23:18.394Z Checking primeorder v0.13.6
36722026-05-08T00:23:18.416Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36732026-05-08T00:23:18.538Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36742026-05-08T00:23:18.563Z Compiling proc-macro-error-attr2 v2.0.0
36752026-05-08T00:23:18.635Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36762026-05-08T00:23:18.666Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36772026-05-08T00:23:18.814Z Checking tungstenite v0.21.0
36782026-05-08T00:23:18.848Z Checking p384 v0.13.1
36792026-05-08T00:23:18.898Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36802026-05-08T00:23:18.964Z Compiling proc-macro-error2 v2.0.1
36812026-05-08T00:23:19.075Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36822026-05-08T00:23:19.255Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36832026-05-08T00:23:19.272Z Compiling num-derive v0.3.3
36842026-05-08T00:23:19.287Z Compiling tabled_derive v0.11.0
36852026-05-08T00:23:19.585Z Checking tokio-tungstenite v0.21.0
36862026-05-08T00:23:19.759Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36872026-05-08T00:23:19.865Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36882026-05-08T00:23:19.880Z Checking papergrid v0.17.0
36892026-05-08T00:23:20.051Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36902026-05-08T00:23:20.238Z Checking libscf-sys v1.1.0
36912026-05-08T00:23:20.399Z Checking testing_table v0.3.0
36922026-05-08T00:23:20.448Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36932026-05-08T00:23:20.461Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36942026-05-08T00:23:20.476Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36952026-05-08T00:23:20.576Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36962026-05-08T00:23:20.667Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36972026-05-08T00:23:20.775Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36982026-05-08T00:23:20.865Z Compiling unicase v2.9.0
36992026-05-08T00:23:20.903Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37002026-05-08T00:23:20.973Z Checking corncobs v0.1.4
37012026-05-08T00:23:21.055Z Compiling mime_guess v2.0.5
37022026-05-08T00:23:21.079Z Checking tabled v0.20.0
37032026-05-08T00:23:21.100Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37042026-05-08T00:23:21.149Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37052026-05-08T00:23:21.243Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37062026-05-08T00:23:21.345Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37072026-05-08T00:23:21.363Z Checking progenitor-client v0.11.2
37082026-05-08T00:23:21.592Z Checking secrecy v0.8.0
37092026-05-08T00:23:21.607Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37102026-05-08T00:23:21.632Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37112026-05-08T00:23:21.632Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37122026-05-08T00:23:21.716Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37132026-05-08T00:23:21.821Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37142026-05-08T00:23:22.103Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37152026-05-08T00:23:22.118Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37162026-05-08T00:23:22.261Z Compiling typify-macro v0.4.3
37172026-05-08T00:23:22.278Z Checking filetime v0.2.27
37182026-05-08T00:23:22.328Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37192026-05-08T00:23:22.550Z Checking crc8 v0.1.1
37202026-05-08T00:23:22.577Z Checking http-range v0.1.5
37212026-05-08T00:23:22.652Z Checking xattr v1.6.1
37222026-05-08T00:23:22.739Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37232026-05-08T00:23:22.785Z Checking tar v0.4.45
37242026-05-08T00:23:23.018Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37252026-05-08T00:23:23.095Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37262026-05-08T00:23:23.167Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37272026-05-08T00:23:23.170Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37282026-05-08T00:23:23.280Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37292026-05-08T00:23:23.531Z Checking atty v0.2.14
37302026-05-08T00:23:23.622Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37312026-05-08T00:23:23.732Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37322026-05-08T00:23:23.823Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37332026-05-08T00:23:24.020Z Compiling typify v0.4.3
37342026-05-08T00:23:24.139Z Compiling progenitor-impl v0.11.2
37352026-05-08T00:23:24.164Z Compiling progenitor-impl v0.10.0
37362026-05-08T00:23:24.475Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37372026-05-08T00:23:24.539Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37382026-05-08T00:23:24.715Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37392026-05-08T00:23:25.069Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37402026-05-08T00:23:25.498Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37412026-05-08T00:23:25.525Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37422026-05-08T00:23:25.615Z Checking hyper-staticfile v0.10.1
37432026-05-08T00:23:25.722Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37442026-05-08T00:23:25.907Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37452026-05-08T00:23:25.947Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37462026-05-08T00:23:25.979Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37472026-05-08T00:23:26.248Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37482026-05-08T00:23:26.273Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37492026-05-08T00:23:26.538Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37502026-05-08T00:23:26.555Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37512026-05-08T00:23:26.744Z Compiling progenitor-macro v0.10.0
37522026-05-08T00:23:26.771Z Compiling progenitor-macro v0.11.2
37532026-05-08T00:23:29.486Z Checking progenitor v0.10.0
37542026-05-08T00:23:29.618Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37552026-05-08T00:23:29.696Z Checking progenitor v0.11.2
37562026-05-08T00:23:29.817Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37572026-05-08T00:23:34.443Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37582026-05-08T00:23:35.559Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37592026-05-08T00:23:45.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.09s
37602026-05-08T00:23:46.131Z
37612026-05-08T00:23:46.131Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/275)
37622026-05-08T00:23:46.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37632026-05-08T00:23:46.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37642026-05-08T00:23:46.908Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37652026-05-08T00:23:57.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.26s
37662026-05-08T00:23:57.618Z
37672026-05-08T00:23:57.618Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/275)
37682026-05-08T00:23:58.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37692026-05-08T00:23:58.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37702026-05-08T00:23:58.438Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37712026-05-08T00:24:10.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.28s
37722026-05-08T00:24:10.182Z
37732026-05-08T00:24:10.182Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/275)
37742026-05-08T00:24:10.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37752026-05-08T00:24:10.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37762026-05-08T00:24:10.182Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37772026-05-08T00:24:20.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.25s
37782026-05-08T00:24:20.615Z
37792026-05-08T00:24:20.615Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/275)
37802026-05-08T00:24:21.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37812026-05-08T00:24:21.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37822026-05-08T00:24:21.428Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37832026-05-08T00:24:31.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.28s
37842026-05-08T00:24:32.125Z
37852026-05-08T00:24:32.125Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/275)
37862026-05-08T00:24:32.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37872026-05-08T00:24:32.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37882026-05-08T00:24:32.916Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37892026-05-08T00:24:44.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.21s
37902026-05-08T00:24:44.950Z
37912026-05-08T00:24:44.950Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/275)
37922026-05-08T00:24:44.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37932026-05-08T00:24:44.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37942026-05-08T00:24:44.950Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37952026-05-08T00:24:54.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.24s
37962026-05-08T00:24:55.025Z
37972026-05-08T00:24:55.025Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/275)
37982026-05-08T00:24:55.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37992026-05-08T00:24:55.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38002026-05-08T00:24:55.831Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38012026-05-08T00:25:06.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.28s
38022026-05-08T00:25:06.529Z
38032026-05-08T00:25:06.529Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/275)
38042026-05-08T00:25:07.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38052026-05-08T00:25:07.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38062026-05-08T00:25:07.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38072026-05-08T00:25:07.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38082026-05-08T00:25:07.139Z
38092026-05-08T00:25:07.139Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/275)
38102026-05-08T00:25:07.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38112026-05-08T00:25:07.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38122026-05-08T00:25:07.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38132026-05-08T00:25:07.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38142026-05-08T00:25:07.755Z
38152026-05-08T00:25:07.755Zinfo: running `cargo check --bins` on range-requests (193/275)
38162026-05-08T00:25:08.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38172026-05-08T00:25:08.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38182026-05-08T00:25:08.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38192026-05-08T00:25:08.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38202026-05-08T00:25:08.370Z
38212026-05-08T00:25:08.370Zinfo: running `cargo check --bins` on repo-depot-api (194/275)
38222026-05-08T00:25:08.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38232026-05-08T00:25:08.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38242026-05-08T00:25:08.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38252026-05-08T00:25:08.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38262026-05-08T00:25:08.953Z
38272026-05-08T00:25:08.953Zinfo: running `cargo check --bins` on sled-agent-api (195/275)
38282026-05-08T00:25:09.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38292026-05-08T00:25:09.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38302026-05-08T00:25:09.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38312026-05-08T00:25:09.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38322026-05-08T00:25:09.570Z
38332026-05-08T00:25:09.570Zinfo: running `cargo check --bins` on sled-diagnostics (196/275)
38342026-05-08T00:25:10.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38352026-05-08T00:25:10.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38362026-05-08T00:25:10.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38372026-05-08T00:25:10.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38382026-05-08T00:25:10.189Z
38392026-05-08T00:25:10.189Zinfo: running `cargo check --bins` on zfs-test-harness (197/275)
38402026-05-08T00:25:10.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38412026-05-08T00:25:10.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38422026-05-08T00:25:10.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38432026-05-08T00:25:10.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38442026-05-08T00:25:10.814Z
38452026-05-08T00:25:10.814Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/275)
38462026-05-08T00:25:11.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38472026-05-08T00:25:11.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38482026-05-08T00:25:11.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38492026-05-08T00:25:11.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38502026-05-08T00:25:11.444Z
38512026-05-08T00:25:11.444Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/275)
38522026-05-08T00:25:11.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38532026-05-08T00:25:11.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38542026-05-08T00:25:11.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38552026-05-08T00:25:11.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38562026-05-08T00:25:12.075Z
38572026-05-08T00:25:12.075Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/275)
38582026-05-08T00:25:12.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38592026-05-08T00:25:12.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38602026-05-08T00:25:12.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38612026-05-08T00:25:12.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38622026-05-08T00:25:12.707Z
38632026-05-08T00:25:12.707Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/275)
38642026-05-08T00:25:13.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38652026-05-08T00:25:13.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38662026-05-08T00:25:13.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38672026-05-08T00:25:13.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38682026-05-08T00:25:13.341Z
38692026-05-08T00:25:13.341Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/275)
38702026-05-08T00:25:13.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38712026-05-08T00:25:13.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38722026-05-08T00:25:13.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38732026-05-08T00:25:13.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38742026-05-08T00:25:13.968Z
38752026-05-08T00:25:13.968Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/275)
38762026-05-08T00:25:14.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38772026-05-08T00:25:14.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38782026-05-08T00:25:14.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38792026-05-08T00:25:14.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38802026-05-08T00:25:14.606Z
38812026-05-08T00:25:14.606Zinfo: running `cargo check --bins` on sled-agent-rack-setup (204/275)
38822026-05-08T00:25:15.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38832026-05-08T00:25:15.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38842026-05-08T00:25:15.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38852026-05-08T00:25:15.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38862026-05-08T00:25:15.269Z
38872026-05-08T00:25:15.269Zinfo: running `cargo check --bins` on trust-quorum (205/275)
38882026-05-08T00:25:15.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38892026-05-08T00:25:15.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38902026-05-08T00:25:15.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38912026-05-08T00:25:15.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38922026-05-08T00:25:15.915Z
38932026-05-08T00:25:15.915Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/275)
38942026-05-08T00:25:16.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38952026-05-08T00:25:16.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38962026-05-08T00:25:16.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38972026-05-08T00:25:16.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38982026-05-08T00:25:16.573Z
38992026-05-08T00:25:16.574Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/275)
39002026-05-08T00:25:17.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39012026-05-08T00:25:17.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39022026-05-08T00:25:17.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39032026-05-08T00:25:17.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39042026-05-08T00:25:17.238Z
39052026-05-08T00:25:17.238Zinfo: running `cargo check --bins` on update-common (208/275)
39062026-05-08T00:25:17.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39072026-05-08T00:25:17.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39082026-05-08T00:25:17.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39092026-05-08T00:25:17.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39102026-05-08T00:25:17.856Z
39112026-05-08T00:25:17.856Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/275)
39122026-05-08T00:25:18.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39132026-05-08T00:25:18.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39142026-05-08T00:25:18.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39152026-05-08T00:25:18.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39162026-05-08T00:25:18.517Z
39172026-05-08T00:25:18.517Zinfo: running `cargo check --bins` on omicron-deployment-graph (210/275)
39182026-05-08T00:25:19.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39192026-05-08T00:25:19.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39202026-05-08T00:25:19.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39212026-05-08T00:25:19.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39222026-05-08T00:25:19.112Z
39232026-05-08T00:25:19.112Zinfo: running `cargo check --bins` on reconfigurator-cli (211/275)
39242026-05-08T00:25:19.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39252026-05-08T00:25:19.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39262026-05-08T00:25:19.899Z Compiling fs-err v2.11.0
39272026-05-08T00:25:19.902Z Checking ignore v0.4.25
39282026-05-08T00:25:19.902Z Checking arc-swap v1.8.2
39292026-05-08T00:25:20.020Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39302026-05-08T00:25:20.041Z Checking predicates-tree v1.0.13
39312026-05-08T00:25:20.051Z Checking parse-size v1.1.0
39322026-05-08T00:25:20.063Z Checking rand_seeder v0.4.0
39332026-05-08T00:25:20.075Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39342026-05-08T00:25:20.139Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39352026-05-08T00:25:20.160Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39362026-05-08T00:25:20.199Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39372026-05-08T00:25:20.221Z Checking slog-scope v4.4.1
39382026-05-08T00:25:20.342Z Compiling petname v2.0.2
39392026-05-08T00:25:20.356Z Checking slog-stdlog v4.1.1
39402026-05-08T00:25:20.371Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39412026-05-08T00:25:20.403Z Checking globwalk v0.9.1
39422026-05-08T00:25:20.451Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39432026-05-08T00:25:20.473Z Checking slog-envlogger v2.2.0
39442026-05-08T00:25:20.579Z Checking camino-tempfile-ext v0.3.3
39452026-05-08T00:25:20.603Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39462026-05-08T00:25:20.621Z Checking sapling-renderdag v0.1.0
39472026-05-08T00:25:20.779Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39482026-05-08T00:25:20.787Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39492026-05-08T00:25:20.854Z Checking subprocess v0.2.15
39502026-05-08T00:25:20.959Z Checking sync-ptr v0.1.4
39512026-05-08T00:25:20.997Z Checking colored v2.2.0
39522026-05-08T00:25:21.079Z Checking assert_matches v1.5.0
39532026-05-08T00:25:21.133Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39542026-05-08T00:25:21.179Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39552026-05-08T00:25:21.261Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39562026-05-08T00:25:21.261Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39572026-05-08T00:25:21.861Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39582026-05-08T00:25:23.155Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39592026-05-08T00:25:25.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.24s
39602026-05-08T00:25:25.569Z
39612026-05-08T00:25:25.569Zinfo: running `cargo check --bins` on omicron-repl-utils (212/275)
39622026-05-08T00:25:26.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-05-08T00:25:26.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-05-08T00:25:26.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39652026-05-08T00:25:26.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39662026-05-08T00:25:26.158Z
39672026-05-08T00:25:26.158Zinfo: running `cargo check --bins` on transient-dns-server (213/275)
39682026-05-08T00:25:26.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-05-08T00:25:26.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-05-08T00:25:26.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39712026-05-08T00:25:26.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39722026-05-08T00:25:26.768Z
39732026-05-08T00:25:26.768Zinfo: running `cargo check --bins` on nexus-test-interface (214/275)
39742026-05-08T00:25:27.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-05-08T00:25:27.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-05-08T00:25:27.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39772026-05-08T00:25:27.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39782026-05-08T00:25:27.425Z
39792026-05-08T00:25:27.425Zinfo: running `cargo check --bins` on oximeter-collector (215/275)
39802026-05-08T00:25:27.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39812026-05-08T00:25:27.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39822026-05-08T00:25:28.161Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39832026-05-08T00:25:28.161Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39842026-05-08T00:25:28.815Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39852026-05-08T00:25:30.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.95s
39862026-05-08T00:25:30.590Z
39872026-05-08T00:25:30.590Zinfo: running `cargo check --bins` on oximeter-api (216/275)
39882026-05-08T00:25:31.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39892026-05-08T00:25:31.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39902026-05-08T00:25:31.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39912026-05-08T00:25:31.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39922026-05-08T00:25:31.195Z
39932026-05-08T00:25:31.195Zinfo: running `cargo check --bins` on cert-dev (217/275)
39942026-05-08T00:25:31.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39952026-05-08T00:25:31.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39962026-05-08T00:25:31.802Z Checking yasna v0.5.2
39972026-05-08T00:25:32.196Z Checking rcgen v0.12.1
39982026-05-08T00:25:32.439Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39992026-05-08T00:25:32.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
40002026-05-08T00:25:32.796Z
40012026-05-08T00:25:32.796Zinfo: running `cargo check --bins` on clickana (218/275)
40022026-05-08T00:25:33.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40032026-05-08T00:25:33.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40042026-05-08T00:25:33.444Z Compiling darling_core v0.23.0
40052026-05-08T00:25:33.551Z Compiling instability v0.3.11
40062026-05-08T00:25:33.554Z Checking castaway v0.2.4
40072026-05-08T00:25:33.559Z Compiling indoc v2.0.7
40082026-05-08T00:25:33.571Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40092026-05-08T00:25:33.579Z Checking unicode-truncate v1.1.0
40102026-05-08T00:25:33.582Z Checking lru v0.12.5
40112026-05-08T00:25:33.582Z Checking cassowary v0.3.0
40122026-05-08T00:25:33.648Z Checking compact_str v0.8.1
40132026-05-08T00:25:34.597Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40142026-05-08T00:25:34.777Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40152026-05-08T00:25:34.952Z Compiling darling_macro v0.23.0
40162026-05-08T00:25:35.360Z Compiling darling v0.23.0
40172026-05-08T00:25:35.967Z Checking ratatui v0.29.0
40182026-05-08T00:25:37.009Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40192026-05-08T00:25:37.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.87s
40202026-05-08T00:25:37.856Z
40212026-05-08T00:25:37.857Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (219/275)
40222026-05-08T00:25:38.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-05-08T00:25:38.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-05-08T00:25:38.590Z Checking headers-core v0.3.0
40252026-05-08T00:25:38.593Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40262026-05-08T00:25:38.784Z Checking headers v0.4.1
40272026-05-08T00:25:39.155Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40282026-05-08T00:25:39.995Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40292026-05-08T00:25:40.476Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40302026-05-08T00:25:40.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s
40312026-05-08T00:25:41.090Z
40322026-05-08T00:25:41.090Zinfo: running `cargo check --bins` on ch-dev (220/275)
40332026-05-08T00:25:41.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40342026-05-08T00:25:41.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40352026-05-08T00:25:41.804Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40362026-05-08T00:25:42.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
40372026-05-08T00:25:42.750Z
40382026-05-08T00:25:42.750Zinfo: running `cargo check --bins` on dev-tools-common (221/275)
40392026-05-08T00:25:43.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40402026-05-08T00:25:43.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40412026-05-08T00:25:43.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40422026-05-08T00:25:43.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40432026-05-08T00:25:43.219Z
40442026-05-08T00:25:43.219Zinfo: running `cargo check --bins` on crdb-seed (222/275)
40452026-05-08T00:25:43.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40462026-05-08T00:25:43.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40472026-05-08T00:25:43.938Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40482026-05-08T00:25:44.926Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40492026-05-08T00:25:45.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
40502026-05-08T00:25:45.461Z
40512026-05-08T00:25:45.461Zinfo: running `cargo check --bins` on db-dev (223/275)
40522026-05-08T00:25:45.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40532026-05-08T00:25:45.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40542026-05-08T00:25:46.175Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40552026-05-08T00:25:46.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
40562026-05-08T00:25:47.133Z
40572026-05-08T00:25:47.133Zinfo: running `cargo check --bins` on omicron-dev-lib (224/275)
40582026-05-08T00:25:47.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40592026-05-08T00:25:47.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40602026-05-08T00:25:47.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40612026-05-08T00:25:47.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40622026-05-08T00:25:47.780Z
40632026-05-08T00:25:47.780Zinfo: running `cargo check --bins` on xtask-downloader (225/275)
40642026-05-08T00:25:48.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40652026-05-08T00:25:48.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40662026-05-08T00:25:48.385Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40672026-05-08T00:25:49.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
40682026-05-08T00:25:49.246Z
40692026-05-08T00:25:49.246Zinfo: running `cargo check --bins` on omicron-dropshot-apis (226/275)
40702026-05-08T00:25:49.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40712026-05-08T00:25:49.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40722026-05-08T00:25:49.997Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40732026-05-08T00:25:49.997Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40742026-05-08T00:25:50.000Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40752026-05-08T00:25:50.000Z Checking git-stub v1.0.0
40762026-05-08T00:25:50.000Z Compiling trait-variant v0.1.2
40772026-05-08T00:25:50.000Z Checking is_ci v1.2.0
40782026-05-08T00:25:50.000Z Checking maplit v1.0.2
40792026-05-08T00:25:50.158Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40802026-05-08T00:25:50.198Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40812026-05-08T00:25:50.210Z Checking supports-color v3.0.2
40822026-05-08T00:25:50.280Z Checking git-stub-vcs v0.1.0
40832026-05-08T00:25:50.329Z Checking drift v0.1.3
40842026-05-08T00:25:50.342Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40852026-05-08T00:25:50.361Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40862026-05-08T00:25:50.473Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40872026-05-08T00:25:50.548Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40882026-05-08T00:25:50.610Z Checking dropshot-api-manager v0.7.1
40892026-05-08T00:25:50.624Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40902026-05-08T00:25:50.639Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40912026-05-08T00:25:50.845Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40922026-05-08T00:25:50.914Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40932026-05-08T00:25:51.093Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40942026-05-08T00:25:51.364Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40952026-05-08T00:25:56.325Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40962026-05-08T00:25:57.409Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40972026-05-08T00:25:57.971Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40982026-05-08T00:25:58.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.14s
40992026-05-08T00:25:58.601Z
41002026-05-08T00:25:58.601Zinfo: running `cargo check --bins` on installinator-api (227/275)
41012026-05-08T00:25:59.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41022026-05-08T00:25:59.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41032026-05-08T00:25:59.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41042026-05-08T00:25:59.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41052026-05-08T00:25:59.198Z
41062026-05-08T00:25:59.198Zinfo: running `cargo check --bins` on nexus-external-api (228/275)
41072026-05-08T00:25:59.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41082026-05-08T00:25:59.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41092026-05-08T00:25:59.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41102026-05-08T00:25:59.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41112026-05-08T00:25:59.839Z
41122026-05-08T00:25:59.839Zinfo: running `cargo check --bins` on nexus-internal-api (229/275)
41132026-05-08T00:26:00.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41142026-05-08T00:26:00.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41152026-05-08T00:26:00.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41162026-05-08T00:26:00.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41172026-05-08T00:26:00.472Z
41182026-05-08T00:26:00.472Zinfo: running `cargo check --bins` on nexus-lockstep-api (230/275)
41192026-05-08T00:26:01.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41202026-05-08T00:26:01.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41212026-05-08T00:26:01.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41222026-05-08T00:26:01.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41232026-05-08T00:26:01.110Z
41242026-05-08T00:26:01.110Zinfo: running `cargo check --bins` on ntp-admin-api (231/275)
41252026-05-08T00:26:01.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41262026-05-08T00:26:01.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41272026-05-08T00:26:01.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41282026-05-08T00:26:01.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41292026-05-08T00:26:01.712Z
41302026-05-08T00:26:01.712Zinfo: running `cargo check --bins` on ntp-admin-types-versions (232/275)
41312026-05-08T00:26:02.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41322026-05-08T00:26:02.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41332026-05-08T00:26:02.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41342026-05-08T00:26:02.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41352026-05-08T00:26:02.294Z
41362026-05-08T00:26:02.294Zinfo: running `cargo check --bins` on wicketd-api (233/275)
41372026-05-08T00:26:02.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41382026-05-08T00:26:02.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41392026-05-08T00:26:02.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41402026-05-08T00:26:02.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41412026-05-08T00:26:02.905Z
41422026-05-08T00:26:02.905Zinfo: running `cargo check --bins` on omicron-ls-apis (234/275)
41432026-05-08T00:26:03.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-05-08T00:26:03.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-05-08T00:26:03.512Z Checking typeid v1.0.3
41462026-05-08T00:26:03.624Z Checking ordered-float v2.10.1
41472026-05-08T00:26:03.642Z Checking unicode-xid v0.2.6
41482026-05-08T00:26:03.645Z Checking cargo-platform v0.2.0
41492026-05-08T00:26:03.666Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41502026-05-08T00:26:03.689Z Checking erased-serde v0.4.9
41512026-05-08T00:26:03.827Z Checking serde-value v0.7.0
41522026-05-08T00:26:03.997Z Checking serde-untagged v0.1.9
41532026-05-08T00:26:04.147Z Checking cargo-util-schemas v0.8.2
41542026-05-08T00:26:04.820Z Checking cargo_metadata v0.21.0
41552026-05-08T00:26:05.412Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41562026-05-08T00:26:06.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
41572026-05-08T00:26:06.259Z
41582026-05-08T00:26:06.259Zinfo: running `cargo check --bins` on mgs-dev (235/275)
41592026-05-08T00:26:06.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41602026-05-08T00:26:06.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41612026-05-08T00:26:06.987Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41622026-05-08T00:26:07.605Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41632026-05-08T00:26:08.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
41642026-05-08T00:26:08.305Z
41652026-05-08T00:26:08.305Zinfo: running `cargo check --bins` on omicron-omdb (236/275)
41662026-05-08T00:26:08.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41672026-05-08T00:26:08.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41682026-05-08T00:26:09.168Z Compiling vergen-gitcl v1.0.8
41692026-05-08T00:26:09.168Z Compiling dirs-sys-next v0.1.2
41702026-05-08T00:26:09.168Z Compiling glob v0.3.3
41712026-05-08T00:26:09.168Z Compiling crunchy v0.2.4
41722026-05-08T00:26:09.171Z Compiling diesel_derives v2.3.7
41732026-05-08T00:26:09.171Z Compiling dsl_auto_type v0.2.0
41742026-05-08T00:26:09.171Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41752026-05-08T00:26:09.171Z Checking scheduled-thread-pool v0.2.7
41762026-05-08T00:26:09.458Z Compiling dirs-next v2.0.0
41772026-05-08T00:26:09.493Z Compiling diesel_table_macro_syntax v0.3.0
41782026-05-08T00:26:09.545Z Compiling tiny-keccak v2.0.2
41792026-05-08T00:26:09.563Z Compiling term v0.7.0
41802026-05-08T00:26:09.689Z Checking r2d2 v0.8.10
41812026-05-08T00:26:09.744Z Compiling clang-sys v1.8.1
41822026-05-08T00:26:09.760Z Compiling bit-vec v0.6.3
41832026-05-08T00:26:09.773Z Checking downcast-rs v2.0.2
41842026-05-08T00:26:09.866Z Compiling ascii-canvas v3.0.0
41852026-05-08T00:26:09.974Z Compiling bit-set v0.5.3
41862026-05-08T00:26:10.109Z Compiling itertools v0.10.5
41872026-05-08T00:26:10.122Z Compiling ena v0.14.4
41882026-05-08T00:26:10.135Z Compiling libloading v0.8.9
41892026-05-08T00:26:10.138Z Compiling diff v0.1.13
41902026-05-08T00:26:10.162Z Compiling bindgen v0.71.1
41912026-05-08T00:26:10.280Z Compiling regex-syntax v0.6.29
41922026-05-08T00:26:10.338Z Compiling cexpr v0.6.0
41932026-05-08T00:26:10.397Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41942026-05-08T00:26:10.587Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41952026-05-08T00:26:10.628Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41962026-05-08T00:26:10.736Z Compiling libxml v0.3.3
41972026-05-08T00:26:10.955Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41982026-05-08T00:26:11.043Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41992026-05-08T00:26:11.169Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42002026-05-08T00:26:11.203Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42012026-05-08T00:26:11.263Z Compiling strum_macros v0.24.3
42022026-05-08T00:26:11.354Z Compiling indoc v1.0.9
42032026-05-08T00:26:11.788Z Compiling lalrpop v0.19.12
42042026-05-08T00:26:12.317Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42052026-05-08T00:26:12.341Z Checking derive_builder v0.20.2
42062026-05-08T00:26:12.457Z Compiling oso-derive v0.27.3
42072026-05-08T00:26:12.502Z Checking quick-xml v0.37.5
42082026-05-08T00:26:12.597Z Compiling impl-trait-for-tuples v0.2.3
42092026-05-08T00:26:12.941Z Checking openssl-probe v0.1.6
42102026-05-08T00:26:13.081Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42112026-05-08T00:26:13.387Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42122026-05-08T00:26:13.621Z Checking bb8 v0.8.6
42132026-05-08T00:26:13.873Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42142026-05-08T00:26:13.908Z Checking nonempty v0.12.0
42152026-05-08T00:26:13.975Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42162026-05-08T00:26:14.076Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42172026-05-08T00:26:14.096Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42182026-05-08T00:26:14.161Z Checking console v0.16.2
42192026-05-08T00:26:14.200Z Checking unit-prefix v0.5.2
42202026-05-08T00:26:14.279Z Checking support-bundle-viewer v0.1.2
42212026-05-08T00:26:14.331Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42222026-05-08T00:26:14.468Z Checking indicatif v0.18.4
42232026-05-08T00:26:14.528Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42242026-05-08T00:26:14.659Z Checking multimap v0.10.1
42252026-05-08T00:26:15.130Z Checking diesel v2.3.7
42262026-05-08T00:26:17.004Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42272026-05-08T00:26:17.488Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42282026-05-08T00:26:17.822Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42292026-05-08T00:26:18.694Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42302026-05-08T00:26:19.285Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42312026-05-08T00:26:19.458Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42322026-05-08T00:26:19.769Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42332026-05-08T00:26:19.914Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42342026-05-08T00:26:21.958Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42352026-05-08T00:26:26.611Z Compiling samael v0.0.19
42362026-05-08T00:26:31.001Z Checking diesel-dtrace v0.5.0
42372026-05-08T00:26:31.114Z Checking async-bb8-diesel v0.2.1
42382026-05-08T00:26:32.316Z Compiling polar-core v0.27.3
42392026-05-08T00:26:36.685Z Checking oso v0.27.3
42402026-05-08T00:27:12.675Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42412026-05-08T00:27:45.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
42422026-05-08T00:27:46.014Z
42432026-05-08T00:27:46.014Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (237/275)
42442026-05-08T00:27:46.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42452026-05-08T00:27:46.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42462026-05-08T00:27:46.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42472026-05-08T00:27:46.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42482026-05-08T00:27:46.668Z
42492026-05-08T00:27:46.668Zinfo: running `cargo check --bins` on nexus-saga-recovery (238/275)
42502026-05-08T00:27:47.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42512026-05-08T00:27:47.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42522026-05-08T00:27:47.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42532026-05-08T00:27:47.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42542026-05-08T00:27:47.318Z
42552026-05-08T00:27:47.318Zinfo: running `cargo check --bins` on nexus-test-utils-macros (239/275)
42562026-05-08T00:27:47.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42572026-05-08T00:27:47.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42582026-05-08T00:27:47.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42592026-05-08T00:27:47.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42602026-05-08T00:27:47.902Z
42612026-05-08T00:27:47.902Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (240/275)
42622026-05-08T00:27:48.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42632026-05-08T00:27:48.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42642026-05-08T00:27:48.769Z Compiling libz-sys v1.1.24
42652026-05-08T00:27:49.112Z Compiling libgit2-sys v0.18.3+1.9.2
42662026-05-08T00:27:49.130Z Compiling vergen-git2 v1.0.7
42672026-05-08T00:27:49.130Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42682026-05-08T00:27:49.130Z Compiling rustls v0.21.12
42692026-05-08T00:27:49.130Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42702026-05-08T00:27:49.130Z Checking sct v0.7.1
42712026-05-08T00:27:49.130Z Checking rustls-webpki v0.101.7
42722026-05-08T00:27:49.149Z Compiling nix v0.29.0
42732026-05-08T00:27:49.150Z Compiling dropshot v0.16.7
42742026-05-08T00:27:49.160Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42752026-05-08T00:27:49.286Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
42762026-05-08T00:27:49.401Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42772026-05-08T00:27:49.431Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42782026-05-08T00:27:49.465Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42792026-05-08T00:27:49.504Z Checking toml v0.9.12+spec-1.1.0
42802026-05-08T00:27:49.579Z Compiling dropshot_endpoint v0.16.7
42812026-05-08T00:27:49.725Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42822026-05-08T00:27:49.887Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42832026-05-08T00:27:49.908Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42842026-05-08T00:27:49.985Z Checking rustls-pemfile v1.0.4
42852026-05-08T00:27:50.088Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42862026-05-08T00:27:50.116Z Checking twox-hash v2.1.2
42872026-05-08T00:27:50.500Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42882026-05-08T00:27:50.611Z Checking tokio-rustls v0.24.1
42892026-05-08T00:27:51.261Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42902026-05-08T00:27:51.562Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42912026-05-08T00:27:51.734Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42922026-05-08T00:27:52.059Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42932026-05-08T00:27:52.113Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42942026-05-08T00:27:52.253Z Checking fatfs v0.3.6
42952026-05-08T00:27:52.256Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42962026-05-08T00:27:52.287Z Compiling seq-macro v0.3.6
42972026-05-08T00:27:55.813Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42982026-05-08T00:27:55.936Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42992026-05-08T00:27:56.369Z Compiling git2 v0.20.4
43002026-05-08T00:27:58.538Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
43012026-05-08T00:28:44.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.83s
43022026-05-08T00:28:44.964Z
43032026-05-08T00:28:44.964Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (241/275)
43042026-05-08T00:28:45.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43052026-05-08T00:28:45.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43062026-05-08T00:28:45.844Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43072026-05-08T00:29:23.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.62s
43082026-05-08T00:29:24.013Z
43092026-05-08T00:29:24.014Zinfo: running `cargo check --bins` on nexus-background-task-interface (242/275)
43102026-05-08T00:29:24.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43112026-05-08T00:29:24.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43122026-05-08T00:29:24.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43132026-05-08T00:29:24.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43142026-05-08T00:29:24.403Z
43152026-05-08T00:29:24.403Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/275)
43162026-05-08T00:29:24.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43172026-05-08T00:29:24.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43182026-05-08T00:29:24.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43192026-05-08T00:29:24.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43202026-05-08T00:29:25.043Z
43212026-05-08T00:29:25.043Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/275)
43222026-05-08T00:29:25.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43232026-05-08T00:29:25.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43242026-05-08T00:29:25.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43252026-05-08T00:29:25.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43262026-05-08T00:29:25.708Z
43272026-05-08T00:29:25.708Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (245/275)
43282026-05-08T00:29:26.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43292026-05-08T00:29:26.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43302026-05-08T00:29:26.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43312026-05-08T00:29:26.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43322026-05-08T00:29:26.353Z
43332026-05-08T00:29:26.353Zinfo: running `cargo check --bins` on nexus-mgs-updates (246/275)
43342026-05-08T00:29:26.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43352026-05-08T00:29:26.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43362026-05-08T00:29:26.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43372026-05-08T00:29:26.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43382026-05-08T00:29:27.006Z
43392026-05-08T00:29:27.006Zinfo: running `cargo check --bins` on nexus-networking (247/275)
43402026-05-08T00:29:27.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43412026-05-08T00:29:27.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43422026-05-08T00:29:27.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43432026-05-08T00:29:27.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43442026-05-08T00:29:27.659Z
43452026-05-08T00:29:27.659Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (248/275)
43462026-05-08T00:29:28.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43472026-05-08T00:29:28.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43482026-05-08T00:29:28.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43492026-05-08T00:29:28.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43502026-05-08T00:29:28.319Z
43512026-05-08T00:29:28.319Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (249/275)
43522026-05-08T00:29:28.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43532026-05-08T00:29:28.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43542026-05-08T00:29:28.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43552026-05-08T00:29:28.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43562026-05-08T00:29:28.979Z
43572026-05-08T00:29:28.980Zinfo: running `cargo check --bins` on support-bundle-collection (250/275)
43582026-05-08T00:29:29.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43592026-05-08T00:29:29.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43602026-05-08T00:29:29.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43612026-05-08T00:29:29.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43622026-05-08T00:29:29.643Z
43632026-05-08T00:29:29.643Zinfo: running `cargo check --bins` on omicron-dev (251/275)
43642026-05-08T00:29:30.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43652026-05-08T00:29:30.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43662026-05-08T00:29:30.542Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43672026-05-08T00:29:30.547Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43682026-05-08T00:29:30.734Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43692026-05-08T00:29:30.768Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43702026-05-08T00:29:30.786Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43712026-05-08T00:29:30.803Z Checking yansi v1.0.1
43722026-05-08T00:29:30.806Z Checking diff v0.1.13
43732026-05-08T00:29:30.817Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43742026-05-08T00:29:30.869Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43752026-05-08T00:29:31.047Z Checking pretty_assertions v1.4.1
43762026-05-08T00:29:31.713Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43772026-05-08T00:29:32.052Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43782026-05-08T00:29:55.057Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43792026-05-08T00:29:55.072Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43802026-05-08T00:29:55.072Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43812026-05-08T00:29:55.072Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43822026-05-08T00:29:55.073Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43832026-05-08T00:29:55.073Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43842026-05-08T00:29:55.870Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43852026-05-08T00:29:55.870Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43862026-05-08T00:29:57.077Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43872026-05-08T00:30:35.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43882026-05-08T00:30:35.329Z
43892026-05-08T00:30:35.329Zinfo: running `cargo check --bins` on omicron-pins (252/275)
43902026-05-08T00:30:35.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43912026-05-08T00:30:35.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43922026-05-08T00:30:35.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43932026-05-08T00:30:35.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43942026-05-08T00:30:35.937Z
43952026-05-08T00:30:35.937Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (253/275)
43962026-05-08T00:30:36.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43972026-05-08T00:30:36.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43982026-05-08T00:30:36.726Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43992026-05-08T00:30:36.852Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
44002026-05-08T00:30:36.855Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
44012026-05-08T00:31:02.784Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44022026-05-08T00:31:03.176Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
44032026-05-08T00:31:04.899Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44042026-05-08T00:31:05.356Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
44052026-05-08T00:31:08.309Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44062026-05-08T00:31:31.005Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44072026-05-08T00:31:31.716Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44082026-05-08T00:31:33.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.40s
44092026-05-08T00:31:33.570Z
44102026-05-08T00:31:33.570Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (254/275)
44112026-05-08T00:31:34.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44122026-05-08T00:31:34.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44132026-05-08T00:31:34.291Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
44142026-05-08T00:31:34.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
44152026-05-08T00:31:35.191Z
44162026-05-08T00:31:35.191Zinfo: running `cargo check --bins` on omicron-releng (255/275)
44172026-05-08T00:31:35.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44182026-05-08T00:31:35.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44192026-05-08T00:31:35.845Z Compiling blake3 v1.8.3
44202026-05-08T00:31:35.958Z Checking arrayvec v0.7.6
44212026-05-08T00:31:35.958Z Checking arrayref v0.3.9
44222026-05-08T00:31:35.960Z Checking constant_time_eq v0.4.2
44232026-05-08T00:31:35.978Z Checking topological-sort v0.2.2
44242026-05-08T00:31:35.982Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44252026-05-08T00:31:35.982Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
44262026-05-08T00:31:35.982Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44272026-05-08T00:31:36.019Z Checking shell-words v1.1.1
44282026-05-08T00:31:36.833Z Checking omicron-zone-package v0.12.2
44292026-05-08T00:31:37.543Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44302026-05-08T00:31:38.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
44312026-05-08T00:31:38.546Z
44322026-05-08T00:31:38.546Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (256/275)
44332026-05-08T00:31:39.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44342026-05-08T00:31:39.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44352026-05-08T00:31:39.196Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44362026-05-08T00:31:39.515Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44372026-05-08T00:31:39.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
44382026-05-08T00:31:40.096Z
44392026-05-08T00:31:40.096Zinfo: running `cargo check --bins` on schema (257/275)
44402026-05-08T00:31:40.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44412026-05-08T00:31:40.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44422026-05-08T00:31:40.823Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44432026-05-08T00:31:41.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
44442026-05-08T00:31:41.733Z
44452026-05-08T00:31:41.733Zinfo: running `cargo check --bins` on xtask (258/275)
44462026-05-08T00:31:42.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44472026-05-08T00:31:42.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44482026-05-08T00:31:42.187Z Checking libc v0.2.185
44492026-05-08T00:31:42.270Z Checking serde v1.0.228
44502026-05-08T00:31:42.277Z Checking zerofrom v0.1.6
44512026-05-08T00:31:42.284Z Checking bitflags v2.11.0
44522026-05-08T00:31:42.287Z Checking smallvec v1.15.1
44532026-05-08T00:31:42.304Z Checking indexmap v2.14.0
44542026-05-08T00:31:42.311Z Checking serde_json v1.0.149
44552026-05-08T00:31:42.311Z Checking scroll v0.12.0
44562026-05-08T00:31:42.373Z Checking yoke v0.8.1
44572026-05-08T00:31:42.424Z Checking num-traits v0.2.19
44582026-05-08T00:31:42.457Z Checking thiserror v1.0.69
44592026-05-08T00:31:42.528Z Checking log v0.4.29
44602026-05-08T00:31:42.540Z Checking zerovec v0.11.5
44612026-05-08T00:31:42.553Z Checking zerotrie v0.2.3
44622026-05-08T00:31:42.563Z Checking errno v0.3.14
44632026-05-08T00:31:42.652Z Checking serde_spanned v0.6.9
44642026-05-08T00:31:42.675Z Checking toml_datetime v0.6.11
44652026-05-08T00:31:42.678Z Checking rustix v1.1.3
44662026-05-08T00:31:42.775Z Checking percent-encoding v2.3.2
44672026-05-08T00:31:42.792Z Checking goblin v0.8.2
44682026-05-08T00:31:42.812Z Checking zerocopy v0.7.35
44692026-05-08T00:31:42.861Z Checking toml_edit v0.22.27
44702026-05-08T00:31:42.915Z Checking getrandom v0.4.1
44712026-05-08T00:31:42.922Z Checking form_urlencoded v1.2.2
44722026-05-08T00:31:42.946Z Checking ordered-float v2.10.1
44732026-05-08T00:31:42.967Z Checking tinystr v0.8.2
44742026-05-08T00:31:43.057Z Checking potential_utf v0.1.4
44752026-05-08T00:31:43.060Z Checking thiserror v2.0.18
44762026-05-08T00:31:43.145Z Checking icu_locale_core v2.1.1
44772026-05-08T00:31:43.165Z Checking syn v2.0.117
44782026-05-08T00:31:43.176Z Checking serde-value v0.7.0
44792026-05-08T00:31:43.188Z Checking icu_collections v2.1.1
44802026-05-08T00:31:43.301Z Checking dtrace-parser v0.2.0
44812026-05-08T00:31:43.374Z Checking thread-id v4.2.2
44822026-05-08T00:31:43.456Z Checking once_cell v1.21.3
44832026-05-08T00:31:43.482Z Checking terminal_size v0.4.3
44842026-05-08T00:31:43.499Z Checking cargo-platform v0.2.0
44852026-05-08T00:31:43.538Z Checking memmap v0.7.0
44862026-05-08T00:31:43.594Z Checking clap_builder v4.5.60
44872026-05-08T00:31:43.630Z Checking tempfile v3.25.0
44882026-05-08T00:31:43.667Z Checking textwrap v0.16.2
44892026-05-08T00:31:43.679Z Checking fs-err v3.3.0
44902026-05-08T00:31:43.691Z Checking icu_provider v2.1.1
44912026-05-08T00:31:43.820Z Checking camino-tempfile v1.4.1
44922026-05-08T00:31:43.855Z Checking tabled v0.15.0
44932026-05-08T00:31:43.873Z Checking anyhow v1.0.102
44942026-05-08T00:31:43.929Z Checking icu_normalizer v2.1.1
44952026-05-08T00:31:43.959Z Checking icu_properties v2.1.2
44962026-05-08T00:31:43.973Z Checking toml v0.8.23
44972026-05-08T00:31:44.070Z Checking macaddr v1.0.1
44982026-05-08T00:31:44.235Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44992026-05-08T00:31:44.290Z Checking cargo_toml v0.21.0
45002026-05-08T00:31:44.684Z Checking dof v0.3.0
45012026-05-08T00:31:44.776Z Checking idna_adapter v1.2.1
45022026-05-08T00:31:44.789Z Checking clap v4.5.60
45032026-05-08T00:31:44.893Z Checking idna v1.1.0
45042026-05-08T00:31:44.965Z Checking usdt-impl v0.5.0
45052026-05-08T00:31:45.116Z Checking url v2.5.8
45062026-05-08T00:31:45.214Z Checking usdt v0.5.0
45072026-05-08T00:31:45.462Z Checking cargo-util-schemas v0.8.2
45082026-05-08T00:31:46.145Z Checking cargo_metadata v0.21.0
45092026-05-08T00:31:46.745Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
45102026-05-08T00:31:47.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.44s
45112026-05-08T00:31:47.303Z
45122026-05-08T00:31:47.303Zinfo: running `cargo check --bins` on dnsadm (259/275)
45132026-05-08T00:31:47.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45142026-05-08T00:31:47.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45152026-05-08T00:31:47.942Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45162026-05-08T00:31:48.416Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
45172026-05-08T00:31:48.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
45182026-05-08T00:31:49.004Z
45192026-05-08T00:31:49.004Zinfo: running `cargo check --bins` on end-to-end-tests (260/275)
45202026-05-08T00:31:49.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45212026-05-08T00:31:49.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45222026-05-08T00:31:49.803Z Checking polyval v0.6.2
45232026-05-08T00:31:49.929Z Checking ctr v0.9.2
45242026-05-08T00:31:49.939Z Checking ssh-encoding v0.2.0
45252026-05-08T00:31:49.942Z Checking blowfish v0.9.1
45262026-05-08T00:31:49.960Z Checking password-hash v0.4.2
45272026-05-08T00:31:49.974Z Checking p256 v0.13.2
45282026-05-08T00:31:49.974Z Checking p521 v0.13.3
45292026-05-08T00:31:50.002Z Checking russh-cryptovec v0.7.3
45302026-05-08T00:31:50.073Z Checking ghash v0.5.1
45312026-05-08T00:31:50.089Z Checking bcrypt-pbkdf v0.10.0
45322026-05-08T00:31:50.093Z Checking md5 v0.7.0
45332026-05-08T00:31:50.114Z Checking num-bigint v0.4.6
45342026-05-08T00:31:50.133Z Checking des v0.8.1
45352026-05-08T00:31:50.170Z Checking pbkdf2 v0.11.0
45362026-05-08T00:31:50.185Z Checking aes-gcm v0.10.3
45372026-05-08T00:31:50.236Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45382026-05-08T00:31:50.253Z Checking hex-literal v0.4.1
45392026-05-08T00:31:50.266Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45402026-05-08T00:31:50.280Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45412026-05-08T00:31:50.345Z Checking socket2 v0.5.10
45422026-05-08T00:31:50.360Z Checking ssh-cipher v0.2.0
45432026-05-08T00:31:50.374Z Checking internet-checksum v0.2.1
45442026-05-08T00:31:50.525Z Checking ssh-key v0.6.7
45452026-05-08T00:31:50.621Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45462026-05-08T00:31:51.148Z Checking russh-keys v0.45.0
45472026-05-08T00:31:51.698Z Checking russh v0.45.0
45482026-05-08T00:32:06.626Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45492026-05-08T00:32:07.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.86s
45502026-05-08T00:32:08.085Z
45512026-05-08T00:32:08.085Zinfo: running `cargo check --bins` on gateway-cli (261/275)
45522026-05-08T00:32:08.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45532026-05-08T00:32:08.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45542026-05-08T00:32:08.740Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45552026-05-08T00:32:08.850Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45562026-05-08T00:32:08.857Z Checking termios v0.3.3
45572026-05-08T00:32:10.070Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45582026-05-08T00:32:10.220Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45592026-05-08T00:32:12.006Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45602026-05-08T00:32:12.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.49s
45612026-05-08T00:32:12.769Z
45622026-05-08T00:32:12.769Zinfo: running `cargo check --bins --no-default-features` on installinator (262/275)
45632026-05-08T00:32:13.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45642026-05-08T00:32:13.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45652026-05-08T00:32:13.494Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45662026-05-08T00:32:13.625Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45672026-05-08T00:32:13.633Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45682026-05-08T00:32:13.633Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45692026-05-08T00:32:13.638Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45702026-05-08T00:32:13.638Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45712026-05-08T00:32:14.362Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45722026-05-08T00:32:14.712Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45732026-05-08T00:32:14.720Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45742026-05-08T00:32:15.347Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45752026-05-08T00:32:16.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s
45762026-05-08T00:32:17.195Z
45772026-05-08T00:32:17.195Zinfo: running `cargo check --bins` on internal-dns-cli (263/275)
45782026-05-08T00:32:17.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45792026-05-08T00:32:17.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45802026-05-08T00:32:17.842Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45812026-05-08T00:32:18.295Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45822026-05-08T00:32:18.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45832026-05-08T00:32:18.813Z
45842026-05-08T00:32:18.813Zinfo: running `cargo check --bins` on omicron-live-tests (264/275)
45852026-05-08T00:32:19.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45862026-05-08T00:32:19.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45872026-05-08T00:32:19.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45882026-05-08T00:32:19.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45892026-05-08T00:32:19.412Z
45902026-05-08T00:32:19.412Zinfo: running `cargo check --bins` on live-tests-macros (265/275)
45912026-05-08T00:32:19.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45922026-05-08T00:32:19.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45932026-05-08T00:32:19.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45942026-05-08T00:32:19.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45952026-05-08T00:32:20.026Z
45962026-05-08T00:32:20.026Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (266/275)
45972026-05-08T00:32:20.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45982026-05-08T00:32:20.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45992026-05-08T00:32:20.780Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
46002026-05-08T00:32:21.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
46012026-05-08T00:32:21.606Z
46022026-05-08T00:32:21.607Zinfo: running `cargo check --bins` on omicron-ntp-admin (267/275)
46032026-05-08T00:32:22.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46042026-05-08T00:32:22.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46052026-05-08T00:32:22.267Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
46062026-05-08T00:32:22.271Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
46072026-05-08T00:32:22.517Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
46082026-05-08T00:32:22.518Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
46092026-05-08T00:32:23.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
46102026-05-08T00:32:23.502Z
46112026-05-08T00:32:23.503Zinfo: running `cargo check --bins` on ntp-admin-types (268/275)
46122026-05-08T00:32:24.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46132026-05-08T00:32:24.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46142026-05-08T00:32:24.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46152026-05-08T00:32:24.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46162026-05-08T00:32:24.106Z
46172026-05-08T00:32:24.106Zinfo: running `cargo check --bins` on omicron-package (269/275)
46182026-05-08T00:32:24.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46192026-05-08T00:32:24.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46202026-05-08T00:32:24.804Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
46212026-05-08T00:32:25.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
46222026-05-08T00:32:26.098Z
46232026-05-08T00:32:26.098Zinfo: running `cargo check --bins` on tqdb (270/275)
46242026-05-08T00:32:26.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46252026-05-08T00:32:26.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46262026-05-08T00:32:26.906Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46272026-05-08T00:32:27.256Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46282026-05-08T00:32:27.771Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46292026-05-08T00:32:27.771Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46302026-05-08T00:32:33.556Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46312026-05-08T00:32:33.556Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46322026-05-08T00:32:34.129Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46332026-05-08T00:32:34.130Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46342026-05-08T00:32:34.138Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46352026-05-08T00:32:34.138Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46362026-05-08T00:32:34.914Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46372026-05-08T00:32:35.876Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46382026-05-08T00:32:40.131Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46392026-05-08T00:32:40.212Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46402026-05-08T00:32:41.399Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46412026-05-08T00:32:47.821Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46422026-05-08T00:32:47.821Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46432026-05-08T00:32:47.827Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46442026-05-08T00:32:47.827Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46452026-05-08T00:32:49.309Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46462026-05-08T00:32:50.630Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46472026-05-08T00:32:51.311Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46482026-05-08T00:32:52.568Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46492026-05-08T00:32:53.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.01s
46502026-05-08T00:32:53.331Z
46512026-05-08T00:32:53.331Zinfo: running `cargo check --bins` on wicket-dbg (271/275)
46522026-05-08T00:32:53.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46532026-05-08T00:32:53.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46542026-05-08T00:32:54.042Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46552026-05-08T00:32:54.042Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46562026-05-08T00:32:54.045Z Checking rtoolbox v0.0.3
46572026-05-08T00:32:54.172Z Checking tui-tree-widget v0.23.1
46582026-05-08T00:32:54.271Z Checking rpassword v7.4.0
46592026-05-08T00:32:55.282Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46602026-05-08T00:32:58.225Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46612026-05-08T00:33:00.066Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46622026-05-08T00:33:00.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.64s
46632026-05-08T00:33:01.181Z
46642026-05-08T00:33:01.181Zinfo: running `cargo check --bins` on wicket (272/275)
46652026-05-08T00:33:01.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46662026-05-08T00:33:01.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46672026-05-08T00:33:01.882Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46682026-05-08T00:33:02.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
46692026-05-08T00:33:02.454Z
46702026-05-08T00:33:02.454Zinfo: running `cargo check --bins` on wicketd (273/275)
46712026-05-08T00:33:02.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46722026-05-08T00:33:02.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46732026-05-08T00:33:03.169Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46742026-05-08T00:33:03.172Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46752026-05-08T00:33:03.172Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46762026-05-08T00:33:03.285Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46772026-05-08T00:33:04.151Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46782026-05-08T00:33:04.717Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46792026-05-08T00:33:07.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s
46802026-05-08T00:33:07.853Z
46812026-05-08T00:33:07.853Zinfo: running `cargo check --bins` on omicron-workspace-hack (274/275)
46822026-05-08T00:33:08.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46832026-05-08T00:33:08.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46842026-05-08T00:33:08.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46852026-05-08T00:33:08.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46862026-05-08T00:33:08.441Z
46872026-05-08T00:33:08.442Zinfo: running `cargo check --bins` on zone-setup (275/275)
46882026-05-08T00:33:08.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46892026-05-08T00:33:08.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46902026-05-08T00:33:09.106Z Checking uzers v0.12.2
46912026-05-08T00:33:09.375Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46922026-05-08T00:33:10.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
46932026-05-08T00:33:10.333Z
46942026-05-08T00:33:10.333Zreal 14:06.543221971
46952026-05-08T00:33:10.333Zuser 20:35.079678092
46962026-05-08T00:33:10.333Zsys 4:13.476514226
46972026-05-08T00:33:10.333Ztrap 0.325179662
46982026-05-08T00:33:10.333Ztflt 0.329605434
46992026-05-08T00:33:10.333Zdflt 0.925222584
47002026-05-08T00:33:10.333Zkflt 0.001593811
47012026-05-08T00:33:10.333Zlock 1:16:38.570514345
47022026-05-08T00:33:10.333Zslp 1:38:14.435591966
47032026-05-08T00:33:10.333Zlat 56.996532333
47042026-05-08T00:33:10.333Zstop 3:29.368987832
47052026-05-08T00:33:10.335Zprocess exited: duration 1053483 ms, exit code 0
 
47062026-05-08T00:33:10.342Zfound 0 output files