01KR2EXXYXX85X5YSHV8CP3FAE: 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: 01KR2EYPSF1EPR392KW2QBZK38

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-08T00:15:16.419Zjob assigned to worker 01KR2EYZFYQ810ND05H5107XWM [factory aws, i-04eda2097552627e9] (queued for 1 m 0 s)
 
22026-05-08T00:15:22.737Zstarting task 0: "setup"
32026-05-08T00:15:22.746Z++ uname -s
42026-05-08T00:15:22.749Z+ kern=SunOS
52026-05-08T00:15:22.749Z+ build_user=build
62026-05-08T00:15:22.749Z+ build_uid=12345
72026-05-08T00:15:22.749Z+ work_dir=/work
82026-05-08T00:15:22.749Z+ input_dir=/input
92026-05-08T00:15:22.749Z+ [[ 0 == 12345 ]]
102026-05-08T00:15:22.749Z+ case "$kern" in
112026-05-08T00:15:22.749Z+ groupadd -g 12345 build
122026-05-08T00:15:22.753Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-08T00:15:24.759Z+ zfs create -o mountpoint=/work rpool/work
142026-05-08T00:15:24.876Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-08T00:15:24.879Z+ home_fs=zfs
162026-05-08T00:15:24.879Z+ [[ zfs == autofs ]]
172026-05-08T00:15:24.879Z+ mkdir -p /home/build
182026-05-08T00:15:24.879Z+ chown build:build /home/build /work
192026-05-08T00:15:25.880Z+ chmod 0700 /home/build /work
202026-05-08T00:15:25.883Zprocess exited: duration 3143 ms, exit code 0
 
212026-05-08T00:15:25.889Zstarting task 1: "rust-toolchain"
222026-05-08T00:15:25.892Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-08T00:15:25.892Z * rust toolchain channel = "1.94.0"
242026-05-08T00:15:25.892Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-08T00:15:25.895Z * rust toolchain profile = "default"
262026-05-08T00:15:25.895Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-08T00:15:25.895Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-08T00:15:25.895Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-08T00:15:25.895Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-08T00:15:25.966Zinfo: downloading installer
312026-05-08T00:15:27.527Zwarn: It looks like you have an existing installation of Rust at:
322026-05-08T00:15:27.527Zwarn: /opt/ooce/bin
332026-05-08T00:15:27.527Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-08T00:15:27.527Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-08T00:15:27.527Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-08T00:15:27.527Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-08T00:15:27.527Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-08T00:15:27.527Zerror: cannot install while Rust is installed
392026-05-08T00:15:27.527Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-08T00:15:27.527Zwarn: It looks like you have an existing rustup settings file at:
412026-05-08T00:15:27.527Zwarn: /home/build/.rustup/settings.toml
422026-05-08T00:15:27.527Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-08T00:15:27.527Zwarn: instead of the one inferred from the default host triple.
442026-05-08T00:15:27.554Zinfo: profile set to default
452026-05-08T00:15:27.554Zinfo: default host triple is x86_64-unknown-illumos
462026-05-08T00:15:27.557Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-08T00:15:27.712Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-08T00:15:27.715Zinfo: downloading 6 components
492026-05-08T00:15:43.238Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-05-08T00:15:43.238Z
512026-05-08T00:15:43.267Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-08T00:15:43.267Z
532026-05-08T00:15:43.267Z
542026-05-08T00:15:43.267ZRust is installed now. Great!
552026-05-08T00:15:43.267Z
562026-05-08T00:15:43.267ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-08T00:15:43.267Zenvironment variable. This has not been done automatically.
582026-05-08T00:15:43.267Z
592026-05-08T00:15:43.267ZTo configure your current shell, you need to source
602026-05-08T00:15:43.267Zthe corresponding env file under $HOME/.cargo.
612026-05-08T00:15:43.267Z
622026-05-08T00:15:43.267ZThis is usually done by running one of the following (note the leading DOT):
632026-05-08T00:15:43.267Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-08T00:15:43.267Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-08T00:15:43.267Zsource "~/.cargo/env.nu" # For nushell
662026-05-08T00:15:43.267Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-08T00:15:43.267Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-08T00:15:43.267Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-08T00:15:43.270Zwarn: no default linker (`cc`) was found in your PATH
702026-05-08T00:15:43.270Zwarn: many Rust crates require a system C toolchain to build
712026-05-08T00:15:43.366Z+ rustup --version
722026-05-08T00:15:43.375Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-08T00:15:43.378Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-08T00:15:43.396Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-08T00:15:43.399Z+ cargo --version
762026-05-08T00:15:43.412Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-08T00:15:43.415Z+ rustc --version
782026-05-08T00:15:43.434Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-08T00:15:43.437Zprocess exited: duration 17544 ms, exit code 0
 
802026-05-08T00:15:43.443Zstarting task 2: "authentication"
812026-05-08T00:15:43.459Zprocess exited: duration 15 ms, exit code 0
 
822026-05-08T00:15:43.465Zstarting task 3: "clone repository"
832026-05-08T00:15:43.468Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-08T00:15:43.471Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-08T00:15:43.628ZCloning into '/work/oxidecomputer/omicron'...
862026-05-08T00:15:53.016Z+ cd /work/oxidecomputer/omicron
872026-05-08T00:15:53.016Z+ git fetch origin 1d364a4c1d491d0eaa4dd6a3b5a5bece0e31ed5a
882026-05-08T00:15:53.299ZFrom https://github.com/oxidecomputer/omicron
892026-05-08T00:15:53.299Z * branch 1d364a4c1d491d0eaa4dd6a3b5a5bece0e31ed5a -> FETCH_HEAD
902026-05-08T00:15:53.307Z+ [[ -n decouple-support-bundle-mechanism ]]
912026-05-08T00:15:53.310Z++ git branch --show-current
922026-05-08T00:15:53.310Z+ current=main
932026-05-08T00:15:53.310Z+ [[ main != decouple-support-bundle-mechanism ]]
942026-05-08T00:15:53.310Z+ git branch -f decouple-support-bundle-mechanism 1d364a4c1d491d0eaa4dd6a3b5a5bece0e31ed5a
952026-05-08T00:15:53.313Z+ git checkout -f decouple-support-bundle-mechanism
962026-05-08T00:15:53.494ZSwitched to branch 'decouple-support-bundle-mechanism'
972026-05-08T00:15:53.497Z+ git reset --hard 1d364a4c1d491d0eaa4dd6a3b5a5bece0e31ed5a
982026-05-08T00:15:53.681ZHEAD is now at 1d364a4c1 Decouple support bundle inner layer from Nexus management
992026-05-08T00:15:53.684Zprocess exited: duration 10213 ms, exit code 0
 
1002026-05-08T00:15:53.689Zstarting task 4: "build"
1012026-05-08T00:15:53.696Z+ source .github/buildomat/ci-env.sh
1022026-05-08T00:15:53.698Z++ export CARGO_TERM_COLOR=always
1032026-05-08T00:15:53.699Z++ CARGO_TERM_COLOR=always
1042026-05-08T00:15:53.699Z+ cargo --version
1052026-05-08T00:15:53.703Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-05-08T00:15:53.706Z+ rustc --version
1072026-05-08T00:15:53.725Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-05-08T00:15:53.729Z+ source ./env.sh
1092026-05-08T00:15:53.729Z++ OLD_SHELL_OPTS=ehxB
1102026-05-08T00:15:53.729Z++ set -o xtrace
1112026-05-08T00:15:53.732Z++++ dirname ./env.sh
1122026-05-08T00:15:53.732Z+++ readlink -f .
1132026-05-08T00:15:53.740Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-05-08T00:15:53.745Z++ 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:53.745Z++ 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:53.745Z++ 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:53.745Z++ 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:53.745Z++ 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:53.745Z++ 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:53.745Z++ 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:53.745Z++ 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:53.745Z++ case $OLD_SHELL_OPTS in
1232026-05-08T00:15:53.745Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-05-08T00:15:53.745Z+ 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:53.745Z+ 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:53.745Z+ banner prerequisites
1272026-05-08T00:15:53.745Z
1282026-05-08T00:15:53.745Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-05-08T00:15:53.745Z # # # # # # # # # # # # # # #
1302026-05-08T00:15:53.745Z # # # # ##### # # ##### # # # # # #### #
1312026-05-08T00:15:53.745Z ##### ##### # ##### # # # # # # # # #
1322026-05-08T00:15:53.745Z # # # # # # # # # # # # # # #
1332026-05-08T00:15:53.745Z # # # ###### # # ###### ### # #### # #### #
1342026-05-08T00:15:53.745Z
1352026-05-08T00:15:53.745Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-05-08T00:16:04.661Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-05-08T00:16:12.245Z Startup: Caching catalogs ... Done
1382026-05-08T00:16:19.710ZPlanning: Solver setup ... Done (6.066s)
1392026-05-08T00:16:19.751ZPlanning: Running solver ... Done (0.042s)
1402026-05-08T00:16:19.883ZPlanning: Finding local manifests ... Done (0.003s)
1412026-05-08T00:16:19.906ZPlanning: Fetching manifests: 0/5 0% complete
1422026-05-08T00:16:20.041ZPlanning: Fetching manifests: 5/5 100% complete
1432026-05-08T00:16:20.077ZPlanning: Package planning ... Done (0.036s)
1442026-05-08T00:16:20.113ZPlanning: Merging actions ... Done (0.036s)
1452026-05-08T00:16:20.333ZPlanning: Checking for conflicting actions ... Done (0.219s)
1462026-05-08T00:16:20.342ZPlanning: Consolidating action changes ... Done (0.009s)
1472026-05-08T00:16:22.140ZPlanning: Evaluating mediators ... Done (1.798s)
1482026-05-08T00:16:22.149ZPlanning: Planning completed in 9.74 seconds
1492026-05-08T00:16:22.158Z Packages to install: 5
1502026-05-08T00:16:22.158Z Mediators to change: 3
1512026-05-08T00:16:22.159Z Services to change: 1
1522026-05-08T00:16:22.159Z Estimated space available: 155.34 GB
1532026-05-08T00:16:22.165ZEstimated space to be consumed: 1.90 GB
1542026-05-08T00:16:22.165Z Create boot environment: No
1552026-05-08T00:16:22.165ZCreate backup boot environment: No
1562026-05-08T00:16:22.165Z Rebuild boot archive: No
1572026-05-08T00:16:22.165Z
1582026-05-08T00:16:22.165ZChanged mediators:
1592026-05-08T00:16:22.165Z mediator clang:
1602026-05-08T00:16:22.165Z version: None -> 15 (system default)
1612026-05-08T00:16:22.165Z
1622026-05-08T00:16:22.165Z mediator llvm:
1632026-05-08T00:16:22.165Z version: 14 (system default) -> 15 (system default)
1642026-05-08T00:16:22.165Z
1652026-05-08T00:16:22.165Z mediator postgresql:
1662026-05-08T00:16:22.165Z version: 15 (system default) -> 18 (system default)
1672026-05-08T00:16:22.165Z
1682026-05-08T00:16:22.165ZChanged packages:
1692026-05-08T00:16:22.165Zhelios-dev
1702026-05-08T00:16:22.165Z developer/build-essential
1712026-05-08T00:16:22.165Z None -> 11-2.0
1722026-05-08T00:16:22.165Z library/libxmlsec1
1732026-05-08T00:16:22.165Z None -> 1.2.35-2.0
1742026-05-08T00:16:22.165Z ooce/developer/clang-15
1752026-05-08T00:16:22.165Z None -> 15.0.7-2.0
1762026-05-08T00:16:22.166Z ooce/developer/llvm-15
1772026-05-08T00:16:22.166Z None -> 15.0.7-2.0
1782026-05-08T00:16:22.166Z ooce/library/postgresql-18
1792026-05-08T00:16:22.166Z None -> 18.1-2.0
1802026-05-08T00:16:22.166Z
1812026-05-08T00:16:22.166ZServices:
1822026-05-08T00:16:22.166Z restart_fmri:
1832026-05-08T00:16:22.166Z svc:/system/update-man-index:default
1842026-05-08T00:16:22.220Z
1852026-05-08T00:16:22.220ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1862026-05-08T00:16:27.230ZDownload: 802/4272 items 18.5/219.0MB 8% complete (3.8M/s)
1872026-05-08T00:16:37.871ZDownload: 1196/4272 items 83.5/219.0MB 38% complete (12.8M/s)
1882026-05-08T00:16:42.870ZDownload: 1657/4272 items 116.6/219.0MB 53% complete (6.7M/s)
1892026-05-08T00:16:47.884ZDownload: 2260/4272 items 119.4/219.0MB 54% complete (3.6M/s)
1902026-05-08T00:16:53.670ZDownload: 3236/4272 items 202.8/219.0MB 92% complete (8.7M/s)
1912026-05-08T00:17:00.186ZDownload: 3237/4272 items 202.8/219.0MB 92% complete (8.7M/s)
1922026-05-08T00:17:13.181ZDownload: 3242/4272 items 202.8/219.0MB 92% complete
1932026-05-08T00:17:18.179ZDownload: 3259/4272 items 205.0/219.0MB 93% complete (298k/s)
1942026-05-08T00:17:23.182ZDownload: 3669/4272 items 213.9/219.0MB 97% complete (1.1M/s)
1952026-05-08T00:17:32.087ZDownload: 4251/4272 items 218.9/219.0MB 99% complete (1.8M/s)
1962026-05-08T00:17:32.129ZDownload: Completed 218.99 MB in 69.90 seconds (3.1M/s)
1972026-05-08T00:17:32.260Z Actions: 1/4789 actions (Installing new actions)
1982026-05-08T00:17:35.727Z Actions: Completed 4789 actions in 3.46 seconds.
1992026-05-08T00:17:36.032Z Done (0.307s)
2002026-05-08T00:17:36.032Z Done (0.000s)
2012026-05-08T00:17:36.784Z Done (0.747s)
2022026-05-08T00:17:40.298Z Done (3.172s)
2032026-05-08T00:17:40.379Z Done (0.023s)
2042026-05-08T00:17:40.388Z Done (0.000s)
2052026-05-08T00:17:40.535Z Done (0.000s)
2062026-05-08T00:17:41.399ZPlanning: Evaluating mediator changes ... Done
2072026-05-08T00:17:41.508ZPlanning: Checking for conflicting actions ... Done
2082026-05-08T00:17:41.511ZPlanning: Consolidating action changes ... Done
2092026-05-08T00:17:41.669ZPlanning: Evaluating mediators ... Done
2102026-05-08T00:17:41.672ZPlanning: Planning completed in 0.27 seconds
2112026-05-08T00:17:41.690Z Mediators to change: 2
2122026-05-08T00:17:41.690Z Create boot environment: No
2132026-05-08T00:17:41.698ZCreate backup boot environment: No
2142026-05-08T00:17:41.755Z Done
2152026-05-08T00:17:41.755Z Done
2162026-05-08T00:17:42.363Z Done
2172026-05-08T00:17:44.988Z Done
2182026-05-08T00:17:45.059Z Done
2192026-05-08T00:17:45.063Z Done
2202026-05-08T00:17:45.202Z Done
2212026-05-08T00:17:45.461ZPlanning: Evaluating mediator changes ... Done
2222026-05-08T00:17:45.569ZPlanning: Checking for conflicting actions ... Done
2232026-05-08T00:17:45.574ZPlanning: Consolidating action changes ... Done
2242026-05-08T00:17:45.730ZPlanning: Evaluating mediators ... Done
2252026-05-08T00:17:45.733ZPlanning: Planning completed in 0.27 seconds
2262026-05-08T00:17:45.753Z Mediators to change: 1
2272026-05-08T00:17:45.757Z Create boot environment: No
2282026-05-08T00:17:45.757ZCreate backup boot environment: No
2292026-05-08T00:17:45.805Z Done
2302026-05-08T00:17:45.805Z Done
2312026-05-08T00:17:46.417Z Done
2322026-05-08T00:17:49.037Z Done
2332026-05-08T00:17:49.108Z Done
2342026-05-08T00:17:49.111Z Done
2352026-05-08T00:17:49.248Z Done
2362026-05-08T00:17:49.539ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2372026-05-08T00:17:49.539Zclang system 15 system
2382026-05-08T00:17:49.539Zcsh system system illumos
2392026-05-08T00:17:49.539Zctags system system illumos
2402026-05-08T00:17:49.539Zfile system system illumos
2412026-05-08T00:17:49.539Zgcc vendor 12 vendor
2422026-05-08T00:17:49.539Zgcc system 14 system
2432026-05-08T00:17:49.539Zgcc system 10 system
2442026-05-08T00:17:49.539Zgo system 1.20 system
2452026-05-08T00:17:49.539Zgo system 1.19 system
2462026-05-08T00:17:49.539Zllvm system 15 system
2472026-05-08T00:17:49.539Zllvm system 14 system
2482026-05-08T00:17:49.539Zmariadb system 10.6 system
2492026-05-08T00:17:49.539Zmta vendor vendor dma
2502026-05-08T00:17:49.539Zopenjdk system 17 system
2512026-05-08T00:17:49.539Zopenjdk system 11 system
2522026-05-08T00:17:49.539Zopenjdk system 1.8 system
2532026-05-08T00:17:49.539Zopenssl vendor 3 vendor
2542026-05-08T00:17:49.539Zperl system 5.36 system
2552026-05-08T00:17:49.539Zpostgresql system 18 system
2562026-05-08T00:17:49.539Zpostgresql system 15 system
2572026-05-08T00:17:49.539Zpostgresql system 13 system
2582026-05-08T00:17:49.539Zpython vendor 3 vendor
2592026-05-08T00:17:49.539Zpython system 2 system
2602026-05-08T00:17:49.539Zpython3 system 3.11 system
2612026-05-08T00:17:49.539Zruby system 3.0 system
2622026-05-08T00:17:49.539Zwords vendor vendor american-english
2632026-05-08T00:17:49.539Zwords system system australian-english
2642026-05-08T00:17:49.539Zwords system system british-english
2652026-05-08T00:17:49.540Zwords system system canadian-english
2662026-05-08T00:17:49.540Zwords system system french
2672026-05-08T00:17:49.540Zwords system system italian
2682026-05-08T00:17:49.540Zwords system system ngerman
2692026-05-08T00:17:49.540Zwords system system ogerman
2702026-05-08T00:17:49.540Zwords system system spanish
2712026-05-08T00:17:49.768ZPUBLISHER TYPE STATUS P LOCATION
2722026-05-08T00:17:49.768Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2732026-05-08T00:17:54.401ZFMRI IFO
2742026-05-08T00:17:54.401Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2752026-05-08T00:17:54.401Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2762026-05-08T00:17:54.401Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2772026-05-08T00:17:54.401Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2782026-05-08T00:17:54.401Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2792026-05-08T00:17:54.401Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2802026-05-08T00:17:54.401Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2812026-05-08T00:17:54.401Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2822026-05-08T00:17:54.401Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2832026-05-08T00:17:54.401Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2842026-05-08T00:17:54.401Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2852026-05-08T00:17:54.401Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2862026-05-08T00:17:54.401Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2872026-05-08T00:17:54.401Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2882026-05-08T00:17:54.401Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2892026-05-08T00:17:54.401Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2902026-05-08T00:17:54.401Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2912026-05-08T00:17:55.531Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2922026-05-08T00:17:55.804Z Updating crates.io index
2932026-05-08T00:17:55.808Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2942026-05-08T00:17:56.311Z Updating git repository `https://github.com/oxidecomputer/lldp`
2952026-05-08T00:17:56.657Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2962026-05-08T00:17:56.938Z Updating git repository `https://github.com/oxidecomputer/propolis`
2972026-05-08T00:17:57.890Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2982026-05-08T00:17:58.357Z Updating git repository `https://github.com/oxidecomputer/crucible`
2992026-05-08T00:17:59.686Z Updating git repository `https://github.com/oxidecomputer/opte`
3002026-05-08T00:18:00.442Z Updating git repository `https://github.com/oxidecomputer/tofino`
3012026-05-08T00:18:00.681Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3022026-05-08T00:18:01.477Z Updating git repository `https://github.com/oxidecomputer/clickward`
3032026-05-08T00:18:01.806Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3042026-05-08T00:18:02.158Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3052026-05-08T00:18:02.494Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3062026-05-08T00:18:03.383Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3072026-05-08T00:18:03.920Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3082026-05-08T00:18:04.236Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3092026-05-08T00:18:04.502Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3102026-05-08T00:18:04.957Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3112026-05-08T00:18:05.180Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3122026-05-08T00:18:05.394Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3132026-05-08T00:18:05.620Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3142026-05-08T00:18:06.095Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3152026-05-08T00:18:06.639Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3162026-05-08T00:18:07.036Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3172026-05-08T00:18:07.370Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3182026-05-08T00:18:07.647Z Updating git repository `https://github.com/oxidecomputer/ispf`
3192026-05-08T00:18:07.910Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3202026-05-08T00:18:08.894Z Updating git repository `https://github.com/oxidecomputer/crucible`
3212026-05-08T00:18:09.744Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3222026-05-08T00:18:10.261Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3232026-05-08T00:18:10.592Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3242026-05-08T00:18:10.945Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3252026-05-08T00:18:11.272Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3262026-05-08T00:18:11.573Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3272026-05-08T00:18:12.103Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3282026-05-08T00:18:12.381Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3292026-05-08T00:18:12.631Z Updating git repository `https://github.com/illumos/smf-rs`
3302026-05-08T00:18:13.081Z Updating git repository `https://github.com/oxidecomputer/omicron`
3312026-05-08T00:18:24.824Z Downloading crates ...
3322026-05-08T00:18:24.896Z Downloaded anstream v0.6.21
3332026-05-08T00:18:24.905Z Downloaded bitflags v2.11.0
3342026-05-08T00:18:24.912Z Downloaded anstyle v1.0.13
3352026-05-08T00:18:24.912Z Downloaded typeid v1.0.3
3362026-05-08T00:18:24.917Z Downloaded usdt v0.5.0
3372026-05-08T00:18:24.921Z Downloaded cfg-if v1.0.4
3382026-05-08T00:18:24.921Z Downloaded anstyle-query v1.1.5
3392026-05-08T00:18:24.921Z Downloaded tinystr v0.8.2
3402026-05-08T00:18:24.921Z Downloaded block-buffer v0.10.4
3412026-05-08T00:18:24.921Z Downloaded anyhow v1.0.102
3422026-05-08T00:18:24.927Z Downloaded usdt-impl v0.5.0
3432026-05-08T00:18:24.927Z Downloaded unicode-xid v0.2.6
3442026-05-08T00:18:24.929Z Downloaded num-traits v0.2.19
3452026-05-08T00:18:24.929Z Downloaded percent-encoding v2.3.2
3462026-05-08T00:18:24.929Z Downloaded strsim v0.11.1
3472026-05-08T00:18:24.929Z Downloaded errno v0.3.14
3482026-05-08T00:18:24.932Z Downloaded cpufeatures v0.2.17
3492026-05-08T00:18:24.935Z Downloaded heck v0.5.0
3502026-05-08T00:18:24.938Z Downloaded equivalent v1.0.2
3512026-05-08T00:18:24.938Z Downloaded proc-macro-error-attr v1.0.4
3522026-05-08T00:18:24.938Z Downloaded cargo_metadata v0.21.0
3532026-05-08T00:18:24.941Z Downloaded thread-id v4.2.2
3542026-05-08T00:18:24.941Z Downloaded utf8_iter v1.0.4
3552026-05-08T00:18:24.945Z Downloaded terminal_size v0.4.3
3562026-05-08T00:18:24.945Z Downloaded fnv v1.0.7
3572026-05-08T00:18:24.945Z Downloaded stable_deref_trait v1.2.1
3582026-05-08T00:18:24.945Z Downloaded crypto-common v0.1.7
3592026-05-08T00:18:24.948Z Downloaded zerofrom v0.1.6
3602026-05-08T00:18:24.951Z Downloaded writeable v0.6.2
3612026-05-08T00:18:24.951Z Downloaded toml_write v0.1.2
3622026-05-08T00:18:24.951Z Downloaded fs-err v3.3.0
3632026-05-08T00:18:24.954Z Downloaded unicode-linebreak v0.1.5
3642026-05-08T00:18:24.954Z Downloaded thiserror v1.0.69
3652026-05-08T00:18:24.957Z Downloaded usdt-attr-macro v0.5.0
3662026-05-08T00:18:24.957Z Downloaded yoke-derive v0.8.1
3672026-05-08T00:18:24.957Z Downloaded usdt-macro v0.5.0
3682026-05-08T00:18:24.957Z Downloaded utf8parse v0.2.2
3692026-05-08T00:18:24.960Z Downloaded serde-untagged v0.1.9
3702026-05-08T00:18:24.963Z Downloaded once_cell v1.21.3
3712026-05-08T00:18:24.963Z Downloaded zerovec-derive v0.11.2
3722026-05-08T00:18:24.966Z Downloaded thiserror-impl v2.0.18
3732026-05-08T00:18:24.966Z Downloaded yoke v0.8.1
3742026-05-08T00:18:24.972Z Downloaded idna_adapter v1.2.1
3752026-05-08T00:18:24.972Z Downloaded zerofrom-derive v0.1.6
3762026-05-08T00:18:24.972Z Downloaded dof v0.3.0
3772026-05-08T00:18:24.981Z Downloaded toml_datetime v0.6.11
3782026-05-08T00:18:24.982Z Downloaded version_check v0.9.5
3792026-05-08T00:18:24.982Z Downloaded colorchoice v1.0.4
3802026-05-08T00:18:24.982Z Downloaded thiserror v2.0.18
3812026-05-08T00:18:24.989Z Downloaded ordered-float v2.10.1
3822026-05-08T00:18:24.989Z Downloaded macaddr v1.0.1
3832026-05-08T00:18:24.989Z Downloaded fastrand v2.3.0
3842026-05-08T00:18:24.989Z Downloaded zmij v1.0.21
3852026-05-08T00:18:24.989Z Downloaded smawk v0.3.2
3862026-05-08T00:18:24.989Z Downloaded toml v0.8.23
3872026-05-08T00:18:24.989Z Downloaded heck v0.4.1
3882026-05-08T00:18:24.989Z Downloaded cargo-platform v0.2.0
3892026-05-08T00:18:24.994Z Downloaded serde-value v0.7.0
3902026-05-08T00:18:24.994Z Downloaded generic-array v0.14.7
3912026-05-08T00:18:24.994Z Downloaded thiserror-impl v1.0.69
3922026-05-08T00:18:24.998Z Downloaded url v2.5.8
3932026-05-08T00:18:24.998Z Downloaded clap v4.5.60
3942026-05-08T00:18:25.004Z Downloaded is_terminal_polyfill v1.70.2
3952026-05-08T00:18:25.009Z Downloaded dtrace-parser v0.2.0
3962026-05-08T00:18:25.009Z Downloaded ucd-trie v0.1.7
3972026-05-08T00:18:25.012Z Downloaded unicode-ident v1.0.24
3982026-05-08T00:18:25.012Z Downloaded form_urlencoded v1.2.2
3992026-05-08T00:18:25.012Z Downloaded clap_lex v1.0.0
4002026-05-08T00:18:25.016Z Downloaded zerotrie v0.2.3
4012026-05-08T00:18:25.016Z Downloaded zerocopy-derive v0.7.35
4022026-05-08T00:18:25.019Z Downloaded serde_spanned v0.6.9
4032026-05-08T00:18:25.019Z Downloaded textwrap v0.16.2
4042026-05-08T00:18:25.019Z Downloaded scroll_derive v0.12.1
4052026-05-08T00:18:25.020Z Downloaded typenum v1.19.0
4062026-05-08T00:18:25.022Z Downloaded tabled_derive v0.7.0
4072026-05-08T00:18:25.022Z Downloaded swrite v0.1.0
4082026-05-08T00:18:25.026Z Downloaded toml_edit v0.22.27
4092026-05-08T00:18:25.026Z Downloaded pretty-hex v0.4.1
4102026-05-08T00:18:25.031Z Downloaded potential_utf v0.1.4
4112026-05-08T00:18:25.041Z Downloaded memmap v0.7.0
4122026-05-08T00:18:25.044Z Downloaded plain v0.2.3
4132026-05-08T00:18:25.044Z Downloaded byteorder v1.5.0
4142026-05-08T00:18:25.044Z Downloaded camino-tempfile v1.4.1
4152026-05-08T00:18:25.044Z Downloaded proc-macro-error v1.0.4
4162026-05-08T00:18:25.044Z Downloaded anstyle-parse v0.2.7
4172026-05-08T00:18:25.048Z Downloaded zerovec v0.11.5
4182026-05-08T00:18:25.053Z Downloaded scroll v0.12.0
4192026-05-08T00:18:25.053Z Downloaded itoa v1.0.17
4202026-05-08T00:18:25.053Z Downloaded clap_derive v4.5.55
4212026-05-08T00:18:25.053Z Downloaded camino v1.2.2
4222026-05-08T00:18:25.056Z Downloaded zerocopy v0.7.35
4232026-05-08T00:18:25.060Z Downloaded bytecount v0.6.9
4242026-05-08T00:18:25.063Z Downloaded winnow v0.7.14
4252026-05-08T00:18:25.073Z Downloaded displaydoc v0.2.5
4262026-05-08T00:18:25.077Z Downloaded synstructure v0.13.2
4272026-05-08T00:18:25.077Z Downloaded unicode-width v0.1.14
4282026-05-08T00:18:25.077Z Downloaded autocfg v1.5.0
4292026-05-08T00:18:25.077Z Downloaded unicode-width v0.2.0
4302026-05-08T00:18:25.081Z Downloaded serde_tokenstream v0.2.3
4312026-05-08T00:18:25.092Z Downloaded quote v1.0.45
4322026-05-08T00:18:25.093Z Downloaded cargo_toml v0.21.0
4332026-05-08T00:18:25.093Z Downloaded digest v0.10.7
4342026-05-08T00:18:25.093Z Downloaded tempfile v3.25.0
4352026-05-08T00:18:25.097Z Downloaded erased-serde v0.4.9
4362026-05-08T00:18:25.097Z Downloaded cargo-util-schemas v0.8.2
4372026-05-08T00:18:25.104Z Downloaded semver v1.0.28
4382026-05-08T00:18:25.110Z Downloaded smallvec v1.15.1
4392026-05-08T00:18:25.115Z Downloaded pest_derive v2.8.6
4402026-05-08T00:18:25.119Z Downloaded litemap v0.8.1
4412026-05-08T00:18:25.119Z Downloaded sha2 v0.10.9
4422026-05-08T00:18:25.119Z Downloaded pest_generator v2.8.6
4432026-05-08T00:18:25.135Z Downloaded serde_derive v1.0.228
4442026-05-08T00:18:25.148Z Downloaded proc-macro2 v1.0.106
4452026-05-08T00:18:25.154Z Downloaded getrandom v0.4.1
4462026-05-08T00:18:25.154Z Downloaded log v0.4.29
4472026-05-08T00:18:25.154Z Downloaded icu_properties v2.1.2
4482026-05-08T00:18:25.154Z Downloaded icu_normalizer v2.1.1
4492026-05-08T00:18:25.155Z Downloaded serde_core v1.0.228
4502026-05-08T00:18:25.155Z Downloaded icu_normalizer_data v2.1.1
4512026-05-08T00:18:25.155Z Downloaded icu_provider v2.1.1
4522026-05-08T00:18:25.159Z Downloaded pest v2.8.6
4532026-05-08T00:18:25.165Z Downloaded papergrid v0.11.0
4542026-05-08T00:18:25.173Z Downloaded pest_meta v2.8.6
4552026-05-08T00:18:25.181Z Downloaded icu_locale_core v2.1.1
4562026-05-08T00:18:25.186Z Downloaded icu_collections v2.1.1
4572026-05-08T00:18:25.190Z Downloaded serde v1.0.228
4582026-05-08T00:18:25.201Z Downloaded memchr v2.8.0
4592026-05-08T00:18:25.205Z Downloaded hashbrown v0.17.0
4602026-05-08T00:18:25.209Z Downloaded indexmap v2.14.0
4612026-05-08T00:18:25.218Z Downloaded idna v1.1.0
4622026-05-08T00:18:25.231Z Downloaded icu_properties_data v2.1.2
4632026-05-08T00:18:25.236Z Downloaded clap_builder v4.5.60
4642026-05-08T00:18:25.254Z Downloaded serde_json v1.0.149
4652026-05-08T00:18:25.262Z Downloaded goblin v0.8.2
4662026-05-08T00:18:25.262Z Downloaded syn v1.0.109
4672026-05-08T00:18:25.272Z Downloaded tabled v0.15.0
4682026-05-08T00:18:25.283Z Downloaded syn v2.0.117
4692026-05-08T00:18:25.296Z Downloaded rustix v1.1.3
4702026-05-08T00:18:25.333Z Downloaded libc v0.2.185
4712026-05-08T00:18:25.390Z Compiling proc-macro2 v1.0.106
4722026-05-08T00:18:25.397Z Compiling quote v1.0.45
4732026-05-08T00:18:25.397Z Compiling unicode-ident v1.0.24
4742026-05-08T00:18:25.397Z Compiling serde_core v1.0.228
4752026-05-08T00:18:25.397Z Compiling libc v0.2.185
4762026-05-08T00:18:25.397Z Compiling version_check v0.9.5
4772026-05-08T00:18:25.398Z Compiling memchr v2.8.0
4782026-05-08T00:18:25.398Z Compiling serde v1.0.228
4792026-05-08T00:18:25.735Z Compiling stable_deref_trait v1.2.1
4802026-05-08T00:18:25.813Z Compiling zmij v1.0.21
4812026-05-08T00:18:26.192Z Compiling thiserror v1.0.69
4822026-05-08T00:18:26.241Z Compiling itoa v1.0.17
4832026-05-08T00:18:26.244Z Compiling autocfg v1.5.0
4842026-05-08T00:18:26.288Z Compiling ucd-trie v0.1.7
4852026-05-08T00:18:26.485Z Compiling pest v2.8.6
4862026-05-08T00:18:26.491Z Compiling writeable v0.6.2
4872026-05-08T00:18:26.545Z Compiling litemap v0.8.1
4882026-05-08T00:18:26.651Z Compiling rustix v1.1.3
4892026-05-08T00:18:26.701Z Compiling icu_properties_data v2.1.2
4902026-05-08T00:18:26.713Z Compiling byteorder v1.5.0
4912026-05-08T00:18:26.739Z Compiling icu_normalizer_data v2.1.1
4922026-05-08T00:18:27.027Z Compiling errno v0.3.14
4932026-05-08T00:18:27.077Z Compiling syn v2.0.117
4942026-05-08T00:18:27.148Z Compiling bitflags v2.11.0
4952026-05-08T00:18:27.179Z Compiling serde_json v1.0.149
4962026-05-08T00:18:27.379Z Compiling num-traits v0.2.19
4972026-05-08T00:18:27.382Z Compiling equivalent v1.0.2
4982026-05-08T00:18:27.430Z Compiling smallvec v1.15.1
4992026-05-08T00:18:27.504Z Compiling pest_meta v2.8.6
5002026-05-08T00:18:27.583Z Compiling typeid v1.0.3
5012026-05-08T00:18:27.707Z Compiling hashbrown v0.17.0
5022026-05-08T00:18:27.906Z Compiling thread-id v4.2.2
5032026-05-08T00:18:27.994Z Compiling usdt-impl v0.5.0
5042026-05-08T00:18:28.048Z Compiling proc-macro-error-attr v1.0.4
5052026-05-08T00:18:28.081Z Compiling winnow v0.7.14
5062026-05-08T00:18:28.233Z Compiling indexmap v2.14.0
5072026-05-08T00:18:28.260Z Compiling toml_write v0.1.2
5082026-05-08T00:18:28.352Z Compiling syn v1.0.109
5092026-05-08T00:18:28.449Z Compiling erased-serde v0.4.9
5102026-05-08T00:18:28.837Z Compiling proc-macro-error v1.0.4
5112026-05-08T00:18:28.887Z Compiling thiserror v2.0.18
5122026-05-08T00:18:29.033Z Compiling camino v1.2.2
5132026-05-08T00:18:29.137Z Compiling getrandom v0.4.1
5142026-05-08T00:18:29.239Z Compiling log v0.4.29
5152026-05-08T00:18:29.268Z Compiling utf8_iter v1.0.4
5162026-05-08T00:18:29.285Z Compiling utf8parse v0.2.2
5172026-05-08T00:18:29.404Z Compiling plain v0.2.3
5182026-05-08T00:18:29.422Z Compiling percent-encoding v2.3.2
5192026-05-08T00:18:29.439Z Compiling anstyle-parse v0.2.7
5202026-05-08T00:18:29.529Z Compiling ordered-float v2.10.1
5212026-05-08T00:18:29.576Z Compiling form_urlencoded v1.2.2
5222026-05-08T00:18:29.697Z Compiling synstructure v0.13.2
5232026-05-08T00:18:29.721Z Compiling pest_generator v2.8.6
5242026-05-08T00:18:29.778Z Compiling terminal_size v0.4.3
5252026-05-08T00:18:29.931Z Compiling is_terminal_polyfill v1.70.2
5262026-05-08T00:18:30.009Z Compiling anstyle v1.0.13
5272026-05-08T00:18:30.028Z Compiling colorchoice v1.0.4
5282026-05-08T00:18:30.085Z Compiling cfg-if v1.0.4
5292026-05-08T00:18:30.149Z Compiling anstyle-query v1.1.5
5302026-05-08T00:18:30.165Z Compiling pretty-hex v0.4.1
5312026-05-08T00:18:30.241Z Compiling anstream v0.6.21
5322026-05-08T00:18:30.307Z Compiling serde-untagged v0.1.9
5332026-05-08T00:18:30.361Z Compiling semver v1.0.28
5342026-05-08T00:18:30.434Z Compiling fs-err v3.3.0
5352026-05-08T00:18:30.557Z Compiling strsim v0.11.1
5362026-05-08T00:18:30.566Z Compiling fastrand v2.3.0
5372026-05-08T00:18:30.626Z Compiling fnv v1.0.7
5382026-05-08T00:18:30.693Z Compiling anyhow v1.0.102
5392026-05-08T00:18:30.719Z Compiling once_cell v1.21.3
5402026-05-08T00:18:30.737Z Compiling heck v0.5.0
5412026-05-08T00:18:30.923Z Compiling heck v0.4.1
5422026-05-08T00:18:30.945Z Compiling unicode-xid v0.2.6
5432026-05-08T00:18:30.986Z Compiling clap_lex v1.0.0
5442026-05-08T00:18:31.013Z Compiling bytecount v0.6.9
5452026-05-08T00:18:31.070Z Compiling unicode-width v0.1.14
5462026-05-08T00:18:31.148Z Compiling clap_builder v4.5.60
5472026-05-08T00:18:31.151Z Compiling tempfile v3.25.0
5482026-05-08T00:18:31.320Z Compiling papergrid v0.11.0
5492026-05-08T00:18:31.351Z Compiling memmap v0.7.0
5502026-05-08T00:18:31.393Z Compiling serde_derive v1.0.228
5512026-05-08T00:18:31.411Z Compiling zerofrom-derive v0.1.6
5522026-05-08T00:18:31.531Z Compiling yoke-derive v0.8.1
5532026-05-08T00:18:31.551Z Compiling zerovec-derive v0.11.2
5542026-05-08T00:18:31.697Z Compiling displaydoc v0.2.5
5552026-05-08T00:18:32.433Z Compiling thiserror-impl v1.0.69
5562026-05-08T00:18:32.651Z Compiling zerocopy-derive v0.7.35
5572026-05-08T00:18:32.669Z Compiling pest_derive v2.8.6
5582026-05-08T00:18:32.718Z Compiling scroll_derive v0.12.1
5592026-05-08T00:18:32.782Z Compiling zerofrom v0.1.6
5602026-05-08T00:18:32.916Z Compiling yoke v0.8.1
5612026-05-08T00:18:33.081Z Compiling thiserror-impl v2.0.18
5622026-05-08T00:18:33.109Z Compiling zerovec v0.11.5
5632026-05-08T00:18:33.373Z Compiling zerotrie v0.2.3
5642026-05-08T00:18:33.501Z Compiling zerocopy v0.7.35
5652026-05-08T00:18:33.609Z Compiling tinystr v0.8.2
5662026-05-08T00:18:33.679Z Compiling potential_utf v0.1.4
5672026-05-08T00:18:33.809Z Compiling icu_locale_core v2.1.1
5682026-05-08T00:18:33.826Z Compiling icu_collections v2.1.1
5692026-05-08T00:18:33.850Z Compiling dtrace-parser v0.2.0
5702026-05-08T00:18:34.052Z Compiling scroll v0.12.0
5712026-05-08T00:18:34.176Z Compiling tabled_derive v0.7.0
5722026-05-08T00:18:34.308Z Compiling clap_derive v4.5.55
5732026-05-08T00:18:34.375Z Compiling goblin v0.8.2
5742026-05-08T00:18:34.551Z Compiling icu_provider v2.1.1
5752026-05-08T00:18:34.643Z Compiling unicode-width v0.2.0
5762026-05-08T00:18:34.732Z Compiling unicode-linebreak v0.1.5
5772026-05-08T00:18:34.861Z Compiling icu_normalizer v2.1.1
5782026-05-08T00:18:34.867Z Compiling icu_properties v2.1.2
5792026-05-08T00:18:34.900Z Compiling toml_datetime v0.6.11
5802026-05-08T00:18:34.925Z Compiling serde_spanned v0.6.9
5812026-05-08T00:18:34.980Z Compiling dof v0.3.0
5822026-05-08T00:18:35.103Z Compiling toml_edit v0.22.27
5832026-05-08T00:18:35.140Z Compiling serde_tokenstream v0.2.3
5842026-05-08T00:18:35.176Z Compiling serde-value v0.7.0
5852026-05-08T00:18:35.425Z Compiling cargo-platform v0.2.0
5862026-05-08T00:18:35.460Z Compiling smawk v0.3.2
5872026-05-08T00:18:35.550Z Compiling tabled v0.15.0
5882026-05-08T00:18:35.601Z Compiling textwrap v0.16.2
5892026-05-08T00:18:35.705Z Compiling macaddr v1.0.1
5902026-05-08T00:18:35.944Z Compiling idna_adapter v1.2.1
5912026-05-08T00:18:36.026Z Compiling usdt-macro v0.5.0
5922026-05-08T00:18:36.075Z Compiling idna v1.1.0
5932026-05-08T00:18:36.092Z Compiling usdt-attr-macro v0.5.0
5942026-05-08T00:18:36.111Z Compiling clap v4.5.60
5952026-05-08T00:18:36.194Z Compiling camino-tempfile v1.4.1
5962026-05-08T00:18:36.354Z Compiling url v2.5.8
5972026-05-08T00:18:36.637Z Compiling toml v0.8.23
5982026-05-08T00:18:36.734Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5992026-05-08T00:18:36.753Z Compiling swrite v0.1.0
6002026-05-08T00:18:37.030Z Compiling cargo-util-schemas v0.8.2
6012026-05-08T00:18:37.253Z Compiling cargo_toml v0.21.0
6022026-05-08T00:18:37.408Z Compiling usdt v0.5.0
6032026-05-08T00:18:37.932Z Compiling cargo_metadata v0.21.0
6042026-05-08T00:18:38.874Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6052026-05-08T00:18:40.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.60s
6062026-05-08T00:18:41.201Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6072026-05-08T00:18:41.762Z Downloading crates ...
6082026-05-08T00:18:41.860Z Downloaded arrayref v0.3.9
6092026-05-08T00:18:41.874Z Downloaded adler2 v2.0.1
6102026-05-08T00:18:41.879Z Downloaded argon2 v0.5.3
6112026-05-08T00:18:41.883Z Downloaded ciborium-ll v0.2.2
6122026-05-08T00:18:41.887Z Downloaded bitfield-struct v0.6.2
6132026-05-08T00:18:41.887Z Downloaded atomicwrites v0.4.4
6142026-05-08T00:18:41.887Z Downloaded async-stream-impl v0.3.6
6152026-05-08T00:18:41.892Z Downloaded arrayvec v0.7.6
6162026-05-08T00:18:41.895Z Downloaded aead v0.5.2
6172026-05-08T00:18:41.897Z Downloaded ahash v0.8.12
6182026-05-08T00:18:41.900Z Downloaded defmt v1.0.1
6192026-05-08T00:18:41.903Z Downloaded array-init v0.0.4
6202026-05-08T00:18:41.909Z Downloaded env_filter v1.0.0
6212026-05-08T00:18:41.909Z Downloaded castaway v0.2.4
6222026-05-08T00:18:41.909Z Downloaded ed25519 v2.2.3
6232026-05-08T00:18:41.914Z Downloaded debug-ignore v1.0.5
6242026-05-08T00:18:41.917Z Downloaded arc-swap v1.8.2
6252026-05-08T00:18:41.921Z Downloaded fixedbitset v0.5.7
6262026-05-08T00:18:41.921Z Downloaded bit-vec v0.8.0
6272026-05-08T00:18:41.925Z Downloaded defmt-macros v1.0.1
6282026-05-08T00:18:41.928Z Downloaded darling_core v0.21.3
6292026-05-08T00:18:41.936Z Downloaded dof v0.4.0
6302026-05-08T00:18:41.938Z Downloaded derive_builder_core v0.20.2
6312026-05-08T00:18:41.939Z Downloaded bit-set v0.8.0
6322026-05-08T00:18:41.939Z Downloaded cstr-argument v0.1.2
6332026-05-08T00:18:41.942Z Downloaded clang-sys v1.8.1
6342026-05-08T00:18:41.942Z Downloaded async-bb8-diesel v0.2.1
6352026-05-08T00:18:41.945Z Downloaded display-error-chain v0.2.2
6362026-05-08T00:18:41.945Z Downloaded dirs-sys-next v0.1.2
6372026-05-08T00:18:41.949Z Downloaded derive_builder v0.20.2
6382026-05-08T00:18:41.949Z Downloaded defmt v0.3.100
6392026-05-08T00:18:41.954Z Downloaded darling_macro v0.20.11
6402026-05-08T00:18:41.954Z Downloaded async-stream v0.3.6
6412026-05-08T00:18:41.954Z Downloaded bitfield-macros v0.19.4
6422026-05-08T00:18:41.958Z Downloaded bit-set v0.5.3
6432026-05-08T00:18:41.958Z Downloaded bb8 v0.8.6
6442026-05-08T00:18:41.958Z Downloaded base16ct v0.2.0
6452026-05-08T00:18:41.958Z Downloaded crunchy v0.2.4
6462026-05-08T00:18:41.958Z Downloaded assert_matches v1.5.0
6472026-05-08T00:18:41.958Z Downloaded allocator-api2 v0.2.21
6482026-05-08T00:18:41.963Z Downloaded const-oid v0.9.6
6492026-05-08T00:18:41.963Z Downloaded aes v0.8.4
6502026-05-08T00:18:41.967Z Downloaded fixedbitset v0.4.2
6512026-05-08T00:18:41.971Z Downloaded downcast-rs v2.0.2
6522026-05-08T00:18:41.971Z Downloaded cfg_aliases v0.2.1
6532026-05-08T00:18:41.971Z Downloaded cargo-platform v0.1.9
6542026-05-08T00:18:41.975Z Downloaded dirs-next v2.0.0
6552026-05-08T00:18:41.975Z Downloaded bcrypt-pbkdf v0.10.0
6562026-05-08T00:18:41.978Z Downloaded float-ord v0.3.2
6572026-05-08T00:18:41.978Z Downloaded crc-catalog v2.4.0
6582026-05-08T00:18:41.978Z Downloaded difflib v0.4.0
6592026-05-08T00:18:41.978Z Downloaded derive_builder_macro v0.20.2
6602026-05-08T00:18:41.981Z Downloaded atty v0.2.14
6612026-05-08T00:18:41.981Z Downloaded crc v3.4.0
6622026-05-08T00:18:41.981Z Downloaded cobs v0.3.0
6632026-05-08T00:18:41.984Z Downloaded async-recursion v1.1.1
6642026-05-08T00:18:41.987Z Downloaded flagset v0.4.7
6652026-05-08T00:18:41.987Z Downloaded dyn-clone v1.0.20
6662026-05-08T00:18:41.991Z Downloaded document-features v0.2.12
6672026-05-08T00:18:41.991Z Downloaded diesel_table_macro_syntax v0.3.0
6682026-05-08T00:18:41.996Z Downloaded compression-core v0.4.31
6692026-05-08T00:18:41.999Z Downloaded enum-as-inner v0.6.1
6702026-05-08T00:18:42.002Z Downloaded atomic-waker v1.1.2
6712026-05-08T00:18:42.006Z Downloaded embedded-io v0.6.1
6722026-05-08T00:18:42.009Z Downloaded ascii-canvas v3.0.0
6732026-05-08T00:18:42.009Z Downloaded convert_case v0.4.0
6742026-05-08T00:18:42.014Z Downloaded ciborium-io v0.2.2
6752026-05-08T00:18:42.014Z Downloaded cfg_aliases v0.1.1
6762026-05-08T00:18:42.019Z Downloaded endian-type v0.1.2
6772026-05-08T00:18:42.019Z Downloaded crucible-workspace-hack v0.1.0
6782026-05-08T00:18:42.019Z Downloaded cipher v0.4.4
6792026-05-08T00:18:42.024Z Downloaded bit-vec v0.6.3
6802026-05-08T00:18:42.024Z Downloaded fd-lock v4.0.4
6812026-05-08T00:18:42.024Z Downloaded block-padding v0.3.3
6822026-05-08T00:18:42.024Z Downloaded darling_macro v0.21.3
6832026-05-08T00:18:42.024Z Downloaded curve25519-dalek-derive v0.1.1
6842026-05-08T00:18:42.029Z Downloaded crc8 v0.1.1
6852026-05-08T00:18:42.029Z Downloaded bitfield v0.19.4
6862026-05-08T00:18:42.029Z Downloaded aho-corasick v1.1.4
6872026-05-08T00:18:42.036Z Downloaded foreign-types v0.3.2
6882026-05-08T00:18:42.036Z Downloaded byte-wrapper v0.1.0
6892026-05-08T00:18:42.036Z Downloaded dtrace-parser v0.3.0
6902026-05-08T00:18:42.036Z Downloaded defmt-parser v1.0.0
6912026-05-08T00:18:42.036Z Downloaded float-cmp v0.10.0
6922026-05-08T00:18:42.040Z Downloaded dropshot-api-manager-types v0.7.1
6932026-05-08T00:18:42.040Z Downloaded ar_archive_writer v0.5.1
6942026-05-08T00:18:42.040Z Downloaded funty v2.0.0
6952026-05-08T00:18:42.040Z Downloaded foreign-types-shared v0.1.1
6962026-05-08T00:18:42.043Z Downloaded foreign-types v0.5.0
6972026-05-08T00:18:42.043Z Downloaded fxhash v0.2.1
6982026-05-08T00:18:42.043Z Downloaded futures-macro v0.3.32
6992026-05-08T00:18:42.043Z Downloaded foreign-types-shared v0.3.1
7002026-05-08T00:18:42.046Z Downloaded embedded-io v0.4.0
7012026-05-08T00:18:42.046Z Downloaded dunce v1.0.5
7022026-05-08T00:18:42.049Z Downloaded hash32 v0.2.1
7032026-05-08T00:18:42.052Z Downloaded dsl_auto_type v0.2.0
7042026-05-08T00:18:42.052Z Downloaded futures-sink v0.3.32
7052026-05-08T00:18:42.052Z Downloaded hash32 v0.3.1
7062026-05-08T00:18:42.055Z Downloaded darling_macro v0.23.0
7072026-05-08T00:18:42.055Z Downloaded globwalk v0.9.1
7082026-05-08T00:18:42.058Z Downloaded ff v0.13.1
7092026-05-08T00:18:42.061Z Downloaded blowfish v0.9.1
7102026-05-08T00:18:42.061Z Downloaded filetime v0.2.27
7112026-05-08T00:18:42.061Z Downloaded buf-list v1.1.2
7122026-05-08T00:18:42.065Z Downloaded futures-task v0.3.32
7132026-05-08T00:18:42.065Z Downloaded cexpr v0.6.0
7142026-05-08T00:18:42.069Z Downloaded chacha20 v0.9.1
7152026-05-08T00:18:42.069Z Downloaded base64ct v1.8.3
7162026-05-08T00:18:42.069Z Downloaded gethostname v0.5.0
7172026-05-08T00:18:42.074Z Downloaded critical-section v1.2.0
7182026-05-08T00:18:42.074Z Downloaded cpufeatures v0.3.0
7192026-05-08T00:18:42.074Z Downloaded ecdsa v0.16.9
7202026-05-08T00:18:42.079Z Downloaded corncobs v0.1.4
7212026-05-08T00:18:42.079Z Downloaded camino-tempfile-ext v0.3.3
7222026-05-08T00:18:42.079Z Downloaded convert_case v0.10.0
7232026-05-08T00:18:42.079Z Downloaded crc32fast v1.5.0
7242026-05-08T00:18:42.082Z Downloaded constant_time_eq v0.4.2
7252026-05-08T00:18:42.082Z Downloaded cargo_metadata v0.19.2
7262026-05-08T00:18:42.082Z Downloaded git-stub v1.0.0
7272026-05-08T00:18:42.082Z Downloaded const_format_proc_macros v0.2.34
7282026-05-08T00:18:42.085Z Downloaded async-trait v0.1.89
7292026-05-08T00:18:42.085Z Downloaded ghash v0.5.1
7302026-05-08T00:18:42.088Z Downloaded bitflags v1.3.2
7312026-05-08T00:18:42.088Z Downloaded bcs v0.1.6
7322026-05-08T00:18:42.091Z Downloaded ena v0.14.4
7332026-05-08T00:18:42.091Z Downloaded headers-core v0.3.0
7342026-05-08T00:18:42.095Z Downloaded colored v3.1.1
7352026-05-08T00:18:42.095Z Downloaded cmake v0.1.57
7362026-05-08T00:18:42.095Z Downloaded bzip2 v0.4.4
7372026-05-08T00:18:42.098Z Downloaded home v0.5.12
7382026-05-08T00:18:42.098Z Downloaded hex v0.4.3
7392026-05-08T00:18:42.098Z Downloaded blake2 v0.10.6
7402026-05-08T00:18:42.101Z Downloaded http-body v1.0.1
7412026-05-08T00:18:42.101Z Downloaded data-encoding v2.10.0
7422026-05-08T00:18:42.101Z Downloaded find-msvc-tools v0.1.9
7432026-05-08T00:18:42.104Z Downloaded csv-core v0.1.13
7442026-05-08T00:18:42.104Z Downloaded hex-literal v0.4.1
7452026-05-08T00:18:42.108Z Downloaded hostname v0.4.2
7462026-05-08T00:18:42.111Z Downloaded hubpack v0.1.2
7472026-05-08T00:18:42.111Z Downloaded hostname v0.3.1
7482026-05-08T00:18:42.114Z Downloaded erased-serde v0.3.31
7492026-05-08T00:18:42.114Z Downloaded daft v0.1.5
7502026-05-08T00:18:42.117Z Downloaded foreign-types-macros v0.2.3
7512026-05-08T00:18:42.117Z Downloaded fs_extra v1.3.0
7522026-05-08T00:18:42.120Z Downloaded env_logger v0.11.9
7532026-05-08T00:18:42.124Z Downloaded futures-executor v0.3.32
7542026-05-08T00:18:42.124Z Downloaded globset v0.4.18
7552026-05-08T00:18:42.129Z Downloaded glob v0.3.3
7562026-05-08T00:18:42.129Z Downloaded ident_case v1.0.1
7572026-05-08T00:18:42.129Z Downloaded fs-err v2.11.0
7582026-05-08T00:18:42.129Z Downloaded derive-ex v0.1.8
7592026-05-08T00:18:42.132Z Downloaded ciborium v0.2.2
7602026-05-08T00:18:42.132Z Downloaded futures-io v0.3.32
7612026-05-08T00:18:42.135Z Downloaded cookie v0.18.1
7622026-05-08T00:18:42.135Z Downloaded der_derive v0.7.3
7632026-05-08T00:18:42.138Z Downloaded ctr v0.9.2
7642026-05-08T00:18:42.138Z Downloaded foldhash v0.2.0
7652026-05-08T00:18:42.151Z Downloaded hubpack_derive v0.1.1
7662026-05-08T00:18:42.151Z Downloaded http-range v0.1.5
7672026-05-08T00:18:42.151Z Downloaded cbc v0.1.2
7682026-05-08T00:18:42.151Z Downloaded des v0.8.1
7692026-05-08T00:18:42.156Z Downloaded console v0.16.2
7702026-05-08T00:18:42.156Z Downloaded console v0.15.11
7712026-05-08T00:18:42.156Z Downloaded futures-core v0.3.32
7722026-05-08T00:18:42.156Z Downloaded hyper-tls v0.6.0
7732026-05-08T00:18:42.156Z Downloaded httpdate v1.0.3
7742026-05-08T00:18:42.156Z Downloaded colored v2.2.0
7752026-05-08T00:18:42.156Z Downloaded either v1.15.0
7762026-05-08T00:18:42.156Z Downloaded diff v0.1.13
7772026-05-08T00:18:42.156Z Downloaded inout v0.1.4
7782026-05-08T00:18:42.156Z Downloaded cassowary v0.3.0
7792026-05-08T00:18:42.160Z Downloaded indent_write v2.2.0
7802026-05-08T00:18:42.160Z Downloaded cookie_store v0.22.1
7812026-05-08T00:18:42.160Z Downloaded elliptic-curve v0.13.8
7822026-05-08T00:18:42.164Z Downloaded indoc v1.0.9
7832026-05-08T00:18:42.164Z Downloaded internet-checksum v0.2.1
7842026-05-08T00:18:42.164Z Downloaded deranged v0.5.8
7852026-05-08T00:18:42.167Z Downloaded instant v0.1.13
7862026-05-08T00:18:42.167Z Downloaded instability v0.3.11
7872026-05-08T00:18:42.167Z Downloaded git-stub-vcs v0.1.0
7882026-05-08T00:18:42.173Z Downloaded is-terminal v0.4.17
7892026-05-08T00:18:42.173Z Downloaded darling_core v0.23.0
7902026-05-08T00:18:42.177Z Downloaded cancel-safe-futures v0.1.5
7912026-05-08T00:18:42.177Z Downloaded backoff v0.4.0
7922026-05-08T00:18:42.177Z Downloaded compression-codecs v0.4.37
7932026-05-08T00:18:42.180Z Downloaded is_ci v1.2.0
7942026-05-08T00:18:42.180Z Downloaded aes-gcm v0.10.3
7952026-05-08T00:18:42.184Z Downloaded group v0.13.0
7962026-05-08T00:18:42.184Z Downloaded lazy_static v1.5.0
7972026-05-08T00:18:42.185Z Downloaded chacha20 v0.10.0
7982026-05-08T00:18:42.188Z Downloaded futures-channel v0.3.32
7992026-05-08T00:18:42.188Z Downloaded libscf-sys v1.1.0
8002026-05-08T00:18:42.188Z Downloaded lalrpop-util v0.19.12
8012026-05-08T00:18:42.191Z Downloaded kstat-rs v0.2.4
8022026-05-08T00:18:42.191Z Downloaded backon v1.6.0
8032026-05-08T00:18:42.191Z Downloaded linked-hash-map v0.5.6
8042026-05-08T00:18:42.194Z Downloaded lru v0.12.5
8052026-05-08T00:18:42.197Z Downloaded maplit v1.0.2
8062026-05-08T00:18:42.197Z Downloaded match_cfg v0.1.0
8072026-05-08T00:18:42.200Z Downloaded lru-cache v0.1.2
8082026-05-08T00:18:42.200Z Downloaded drift v0.1.3
8092026-05-08T00:18:42.203Z Downloaded crossbeam-utils v0.8.21
8102026-05-08T00:18:42.206Z Downloaded mime v0.3.17
8112026-05-08T00:18:42.206Z Downloaded keccak v0.1.6
8122026-05-08T00:18:42.206Z Downloaded darling v0.23.0
8132026-05-08T00:18:42.209Z Downloaded humantime v2.3.0
8142026-05-08T00:18:42.212Z Downloaded foldhash v0.1.5
8152026-05-08T00:18:42.212Z Downloaded daft-derive v0.1.5
8162026-05-08T00:18:42.215Z Downloaded crossbeam-deque v0.8.6
8172026-05-08T00:18:42.218Z Downloaded diesel-dtrace v0.5.0
8182026-05-08T00:18:42.218Z Downloaded darling v0.20.11
8192026-05-08T00:18:42.221Z Downloaded http-body-util v0.1.3
8202026-05-08T00:18:42.223Z Downloaded fallible-iterator v0.2.0
8212026-05-08T00:18:42.223Z Downloaded hyper-staticfile v0.10.1
8222026-05-08T00:18:42.223Z Downloaded managed v0.8.0
8232026-05-08T00:18:42.227Z Downloaded lzss v0.8.2
8242026-05-08T00:18:42.227Z Downloaded md5 v0.7.0
8252026-05-08T00:18:42.227Z Downloaded dropshot_endpoint v0.16.7
8262026-05-08T00:18:42.230Z Downloaded derive_more v0.99.20
8272026-05-08T00:18:42.235Z Downloaded memoffset v0.9.1
8282026-05-08T00:18:42.235Z Downloaded getrandom v0.2.17
8292026-05-08T00:18:42.238Z Downloaded md-5 v0.10.6
8302026-05-08T00:18:42.238Z Downloaded ingot v0.1.1
8312026-05-08T00:18:42.238Z Downloaded maybe-uninit v2.0.0
8322026-05-08T00:18:42.241Z Downloaded multimap v0.10.1
8332026-05-08T00:18:42.241Z Downloaded indoc v2.0.7
8342026-05-08T00:18:42.241Z Downloaded lru-slab v0.1.2
8352026-05-08T00:18:42.245Z Downloaded darling v0.21.3
8362026-05-08T00:18:42.245Z Downloaded ipnet v2.11.0
8372026-05-08T00:18:42.249Z Downloaded newtype_derive v0.1.6
8382026-05-08T00:18:42.249Z Downloaded newline-converter v0.3.0
8392026-05-08T00:18:42.250Z Downloaded new_debug_unreachable v1.0.6
8402026-05-08T00:18:42.253Z Downloaded ipnetwork v0.21.1
8412026-05-08T00:18:42.253Z Downloaded crc-any v2.5.0
8422026-05-08T00:18:42.253Z Downloaded derive-where v1.6.0
8432026-05-08T00:18:42.256Z Downloaded nodrop v0.1.14
8442026-05-08T00:18:42.256Z Downloaded half v1.8.3
8452026-05-08T00:18:42.258Z Downloaded newtype-uuid-macros v0.1.0
8462026-05-08T00:18:42.258Z Downloaded crossbeam-epoch v0.9.18
8472026-05-08T00:18:42.261Z Downloaded httparse v1.10.1
8482026-05-08T00:18:42.264Z Downloaded highway v1.3.0
8492026-05-08T00:18:42.282Z Downloaded opaque-debug v0.3.1
8502026-05-08T00:18:42.285Z Downloaded num_enum_derive v0.5.11
8512026-05-08T00:18:42.285Z Downloaded num-iter v0.1.45
8522026-05-08T00:18:42.285Z Downloaded num-derive v0.4.2
8532026-05-08T00:18:42.285Z Downloaded openssl-probe v0.1.6
8542026-05-08T00:18:42.288Z Downloaded linear-map v1.2.0
8552026-05-08T00:18:42.288Z Downloaded libsw-core v0.3.2
8562026-05-08T00:18:42.288Z Downloaded num-conv v0.2.0
8572026-05-08T00:18:42.291Z Downloaded num v0.4.3
8582026-05-08T00:18:42.291Z Downloaded libsw v3.5.0
8592026-05-08T00:18:42.291Z Downloaded fatfs v0.3.6
8602026-05-08T00:18:42.296Z Downloaded dropshot_endpoint v0.17.0
8612026-05-08T00:18:42.296Z Downloaded iana-time-zone v0.1.65
8622026-05-08T00:18:42.301Z Downloaded hyper-rustls v0.27.7
8632026-05-08T00:18:42.301Z Downloaded const_format v0.2.35
8642026-05-08T00:18:42.305Z Downloaded compact_str v0.8.1
8652026-05-08T00:18:42.305Z Downloaded num-derive v0.3.3
8662026-05-08T00:18:42.308Z Downloaded chacha20poly1305 v0.10.1
8672026-05-08T00:18:42.308Z Downloaded bzip2 v0.6.1
8682026-05-08T00:18:42.308Z Downloaded olpc-cjson v0.1.4
8692026-05-08T00:18:42.312Z Downloaded normalize-line-endings v0.3.0
8702026-05-08T00:18:42.312Z Downloaded multer v3.1.0
8712026-05-08T00:18:42.317Z Downloaded openssl-probe v0.2.1
8722026-05-08T00:18:42.317Z Downloaded oso-derive v0.27.3
8732026-05-08T00:18:42.317Z Downloaded openssl-macros v0.1.1
8742026-05-08T00:18:42.318Z Downloaded num_threads v0.1.7
8752026-05-08T00:18:42.318Z Downloaded lock_api v0.4.14
8762026-05-08T00:18:42.320Z Downloaded nonempty v0.12.0
8772026-05-08T00:18:42.320Z Downloaded packed_struct_codegen v0.10.1
8782026-05-08T00:18:42.321Z Downloaded crypto-bigint v0.5.5
8792026-05-08T00:18:42.323Z Downloaded getrandom v0.3.4
8802026-05-08T00:18:42.327Z Downloaded newtype-uuid v1.3.2
8812026-05-08T00:18:42.327Z Downloaded nibble_vec v0.1.0
8822026-05-08T00:18:42.327Z Downloaded mime_guess v2.0.5
8832026-05-08T00:18:42.332Z Downloaded nanorand v0.7.0
8842026-05-08T00:18:42.333Z Downloaded libloading v0.8.9
8852026-05-08T00:18:42.336Z Downloaded libefi-sys v0.1.0
8862026-05-08T00:18:42.336Z Downloaded jobserver v0.1.34
8872026-05-08T00:18:42.337Z Downloaded path-slash v0.1.5
8882026-05-08T00:18:42.342Z Downloaded pbkdf2 v0.11.0
8892026-05-08T00:18:42.345Z Downloaded parse-size v1.1.0
8902026-05-08T00:18:42.345Z Downloaded parse-display v0.10.0
8912026-05-08T00:18:42.346Z Downloaded peg-runtime v0.8.5
8922026-05-08T00:18:42.346Z Downloaded pbkdf2 v0.12.2
8932026-05-08T00:18:42.346Z Downloaded ingot-macros v0.1.1
8942026-05-08T00:18:42.350Z Downloaded phf_shared v0.12.1
8952026-05-08T00:18:42.350Z Downloaded futures v0.3.32
8962026-05-08T00:18:42.353Z Downloaded ingot-types v0.1.2
8972026-05-08T00:18:42.361Z Downloaded hmac v0.12.1
8982026-05-08T00:18:42.361Z Downloaded phf_shared v0.11.3
8992026-05-08T00:18:42.367Z Downloaded num-complex v0.4.6
9002026-05-08T00:18:42.371Z Downloaded pin-utils v0.1.0
9012026-05-08T00:18:42.371Z Downloaded num_enum v0.7.5
9022026-05-08T00:18:42.374Z Downloaded flume v0.11.1
9032026-05-08T00:18:42.377Z Downloaded memmap2 v0.9.10
9042026-05-08T00:18:42.377Z Downloaded base64 v0.21.7
9052026-05-08T00:18:42.380Z Downloaded nu-ansi-term v0.50.3
9062026-05-08T00:18:42.380Z Downloaded headers v0.4.1
9072026-05-08T00:18:42.385Z Downloaded bytes v1.11.1
9082026-05-08T00:18:42.389Z Downloaded darling_core v0.20.11
9092026-05-08T00:18:42.392Z Downloaded phf_shared v0.13.1
9102026-05-08T00:18:42.392Z Downloaded ignore v0.4.25
9112026-05-08T00:18:42.395Z Downloaded base64 v0.22.1
9122026-05-08T00:18:42.395Z Downloaded num_enum v0.5.11
9132026-05-08T00:18:42.398Z Downloaded num_enum_derive v0.7.5
9142026-05-08T00:18:42.401Z Downloaded powerfmt v0.2.0
9152026-05-08T00:18:42.404Z Downloaded ed25519-dalek v2.2.0
9162026-05-08T00:18:42.407Z Downloaded oxide-tokio-rt v0.1.4
9172026-05-08T00:18:42.410Z Downloaded proc-macro-crate v3.4.0
9182026-05-08T00:18:42.410Z Downloaded proc-macro-crate v1.3.1
9192026-05-08T00:18:42.410Z Downloaded expectorate v1.2.0
9202026-05-08T00:18:42.413Z Downloaded parse-display-derive v0.10.0
9212026-05-08T00:18:42.416Z Downloaded packed_struct v0.10.1
9222026-05-08T00:18:42.421Z Downloaded paste v1.0.15
9232026-05-08T00:18:42.421Z Downloaded parking_lot_core v0.8.6
9242026-05-08T00:18:42.424Z Downloaded progenitor-client v0.10.0
9252026-05-08T00:18:42.424Z Downloaded native-tls v0.2.18
9262026-05-08T00:18:42.427Z Downloaded half v2.7.1
9272026-05-08T00:18:42.430Z Downloaded predicates-core v1.0.10
9282026-05-08T00:18:42.438Z Downloaded pem v3.0.6
9292026-05-08T00:18:42.438Z Downloaded peg-macros v0.8.5
9302026-05-08T00:18:42.438Z Downloaded peg v0.8.5
9312026-05-08T00:18:42.441Z Downloaded heapless v0.8.0
9322026-05-08T00:18:42.441Z Downloaded progenitor-macro v0.14.0
9332026-05-08T00:18:42.441Z Downloaded proc-macro-error-attr2 v2.0.0
9342026-05-08T00:18:42.441Z Downloaded precomputed-hash v0.1.1
9352026-05-08T00:18:42.441Z Downloaded libbz2-rs-sys v0.2.2
9362026-05-08T00:18:42.444Z Downloaded progenitor-macro v0.11.2
9372026-05-08T00:18:42.444Z Downloaded progenitor-macro v0.10.0
9382026-05-08T00:18:42.444Z Downloaded password-hash v0.5.0
9392026-05-08T00:18:42.444Z Downloaded num-integer v0.1.46
9402026-05-08T00:18:42.447Z Downloaded progenitor-client v0.11.2
9412026-05-08T00:18:42.447Z Downloaded quick-error v1.2.3
9422026-05-08T00:18:42.447Z Downloaded password-hash v0.4.2
9432026-05-08T00:18:42.450Z Downloaded pin-project-lite v0.2.17
9442026-05-08T00:18:42.456Z Downloaded num-rational v0.4.2
9452026-05-08T00:18:42.461Z Downloaded litrs v1.0.0
9462026-05-08T00:18:42.465Z Downloaded omicron-zone-package v0.12.2
9472026-05-08T00:18:42.467Z Downloaded phf v0.12.1
9482026-05-08T00:18:42.467Z Downloaded flate2 v1.1.9
9492026-05-08T00:18:42.472Z Downloaded progenitor-macro v0.13.0
9502026-05-08T00:18:42.472Z Downloaded radium v0.7.0
9512026-05-08T00:18:42.475Z Downloaded bumpalo v3.20.2
9522026-05-08T00:18:42.475Z Downloaded cc v1.2.56
9532026-05-08T00:18:42.478Z Downloaded crossbeam-channel v0.5.15
9542026-05-08T00:18:42.478Z Downloaded pin-project-internal v1.1.11
9552026-05-08T00:18:42.483Z Downloaded rand_chacha v0.3.1
9562026-05-08T00:18:42.486Z Downloaded derive_more v2.1.1
9572026-05-08T00:18:42.494Z Downloaded predicates-tree v1.0.13
9582026-05-08T00:18:42.497Z Downloaded async-compression v0.4.41
9592026-05-08T00:18:42.500Z Downloaded recursive v0.1.1
9602026-05-08T00:18:42.500Z Downloaded predicates v3.1.4
9612026-05-08T00:18:42.503Z Downloaded postgres-protocol v0.6.10
9622026-05-08T00:18:42.503Z Downloaded impl-trait-for-tuples v0.2.3
9632026-05-08T00:18:42.506Z Downloaded indicatif v0.18.4
9642026-05-08T00:18:42.509Z Downloaded ref-cast v1.0.25
9652026-05-08T00:18:42.512Z Downloaded pem-rfc7468 v0.7.0
9662026-05-08T00:18:42.512Z Downloaded recursive-proc-macro-impl v0.1.1
9672026-05-08T00:18:42.512Z Downloaded progenitor v0.14.0
9682026-05-08T00:18:42.515Z Downloaded ref-cast-impl v1.0.25
9692026-05-08T00:18:42.515Z Downloaded progenitor v0.13.0
9702026-05-08T00:18:42.515Z Downloaded proc-macro-error2 v2.0.1
9712026-05-08T00:18:42.518Z Downloaded primeorder v0.13.6
9722026-05-08T00:18:42.518Z Downloaded parking_lot_core v0.9.12
9732026-05-08T00:18:42.521Z Downloaded progenitor v0.11.2
9742026-05-08T00:18:42.521Z Downloaded progenitor-extras v0.2.0
9752026-05-08T00:18:42.526Z Downloaded hickory-resolver v0.25.2
9762026-05-08T00:18:42.529Z Downloaded progenitor-client v0.14.0
9772026-05-08T00:18:42.529Z Downloaded progenitor-client v0.13.0
9782026-05-08T00:18:42.529Z Downloaded pkcs8 v0.10.2
9792026-05-08T00:18:42.529Z Downloaded hickory-resolver v0.24.4
9802026-05-08T00:18:42.532Z Downloaded progenitor v0.10.0
9812026-05-08T00:18:42.535Z Downloaded parking_lot v0.12.5
9822026-05-08T00:18:42.535Z Downloaded parking_lot v0.11.2
9832026-05-08T00:18:42.538Z Downloaded polyval v0.6.2
9842026-05-08T00:18:42.538Z Downloaded psm v0.1.30
9852026-05-08T00:18:42.541Z Downloaded hashbrown v0.12.3
9862026-05-08T00:18:42.541Z Downloaded rfc6979 v0.4.0
9872026-05-08T00:18:42.544Z Downloaded psl-types v2.0.11
9882026-05-08T00:18:42.544Z Downloaded pkg-config v0.3.32
9892026-05-08T00:18:42.544Z Downloaded ppv-lite86 v0.2.21
9902026-05-08T00:18:42.547Z Downloaded oxnet v0.1.4
9912026-05-08T00:18:42.547Z Downloaded rustc_version v0.1.7
9922026-05-08T00:18:42.547Z Downloaded owo-colors v4.3.0
9932026-05-08T00:18:42.550Z Downloaded rustc_version v0.4.1
9942026-05-08T00:18:42.550Z Downloaded heapless v0.7.17
9952026-05-08T00:18:42.553Z Downloaded r2d2 v0.8.10
9962026-05-08T00:18:42.553Z Downloaded rtoolbox v0.0.3
9972026-05-08T00:18:42.556Z Downloaded pkcs5 v0.7.1
9982026-05-08T00:18:42.556Z Downloaded phf v0.13.1
9992026-05-08T00:18:42.559Z Downloaded crossterm v0.29.0
10002026-05-08T00:18:42.563Z Downloaded indexmap v1.9.3
10012026-05-08T00:18:42.567Z Downloaded russh-cryptovec v0.7.3
10022026-05-08T00:18:42.567Z Downloaded pkcs1 v0.7.5
10032026-05-08T00:18:42.567Z Downloaded derive_more-impl v2.1.1
10042026-05-08T00:18:42.570Z Downloaded rustc-hash v2.1.1
10052026-05-08T00:18:42.573Z Downloaded der v0.7.10
10062026-05-08T00:18:42.576Z Downloaded rand_core v0.6.4
10072026-05-08T00:18:42.576Z Downloaded rand_chacha v0.9.0
10082026-05-08T00:18:42.576Z Downloaded poly1305 v0.8.0
10092026-05-08T00:18:42.579Z Downloaded rand_core v0.10.0
10102026-05-08T00:18:42.579Z Downloaded salsa20 v0.10.2
10112026-05-08T00:18:42.582Z Downloaded oso v0.27.3
10122026-05-08T00:18:42.582Z Downloaded rand_xorshift v0.4.0
10132026-05-08T00:18:42.587Z Downloaded postcard v1.1.3
10142026-05-08T00:18:42.587Z Downloaded p256 v0.13.2
10152026-05-08T00:18:42.590Z Downloaded rand_seeder v0.4.0
10162026-05-08T00:18:42.590Z Downloaded miniz_oxide v0.8.9
10172026-05-08T00:18:42.594Z Downloaded same-file v1.0.6
10182026-05-08T00:18:42.597Z Downloaded scheduled-thread-pool v0.2.7
10192026-05-08T00:18:42.597Z Downloaded scopeguard v1.2.0
10202026-05-08T00:18:42.600Z Downloaded scroll_derive v0.13.1
10212026-05-08T00:18:42.603Z Downloaded scrypt v0.11.0
10222026-05-08T00:18:42.611Z Downloaded resolv-conf v0.7.6
10232026-05-08T00:18:42.625Z Downloaded semver v0.1.20
10242026-05-08T00:18:42.628Z Downloaded seq-macro v0.3.6
10252026-05-08T00:18:42.631Z Downloaded serde_urlencoded v0.7.1
10262026-05-08T00:18:42.631Z Downloaded serde_spanned v1.0.4
10272026-05-08T00:18:42.635Z Downloaded serde_plain v1.0.2
10282026-05-08T00:18:42.635Z Downloaded serde_bytes v0.11.19
10292026-05-08T00:18:42.638Z Downloaded secrecy v0.10.3
10302026-05-08T00:18:42.638Z Downloaded secrecy v0.8.0
10312026-05-08T00:18:42.638Z Downloaded quinn-udp v0.5.14
10322026-05-08T00:18:42.638Z Downloaded pin-project v1.1.11
10332026-05-08T00:18:42.644Z Downloaded postgres-types v0.2.12
10342026-05-08T00:18:42.647Z Downloaded serde-big-array v0.5.1
10352026-05-08T00:18:42.650Z Downloaded dropshot-api-manager v0.7.1
10362026-05-08T00:18:42.650Z Downloaded serde_repr v0.1.20
10372026-05-08T00:18:42.653Z Downloaded diesel_derives v2.3.7
10382026-05-08T00:18:42.656Z Downloaded openssl-sys v0.9.114
10392026-05-08T00:18:42.659Z Downloaded rand_core v0.9.5
10402026-05-08T00:18:42.662Z Downloaded signal-hook-mio v0.2.5
10412026-05-08T00:18:42.665Z Downloaded shell-words v1.1.1
10422026-05-08T00:18:42.665Z Downloaded sigpipe v0.1.3
10432026-05-08T00:18:42.665Z Downloaded signature v2.2.0
10442026-05-08T00:18:42.671Z Downloaded signal-hook-tokio v0.3.1
10452026-05-08T00:18:42.674Z Downloaded minimal-lexical v0.2.1
10462026-05-08T00:18:42.677Z Downloaded rustls-pemfile v2.2.0
10472026-05-08T00:18:42.677Z Downloaded rustls-native-certs v0.8.3
10482026-05-08T00:18:42.680Z Downloaded prefix-trie v0.7.0
10492026-05-08T00:18:42.683Z Downloaded sapling-renderdag v0.1.0
10502026-05-08T00:18:42.688Z Downloaded rusty-fork v0.3.1
10512026-05-08T00:18:42.692Z Downloaded slog-envlogger v2.2.0
10522026-05-08T00:18:42.692Z Downloaded rustversion v1.0.22
10532026-05-08T00:18:42.696Z Downloaded siphasher v1.0.2
10542026-05-08T00:18:42.699Z Downloaded sec1 v0.7.3
10552026-05-08T00:18:42.699Z Downloaded sct v0.7.1
10562026-05-08T00:18:42.707Z Downloaded progenitor-impl v0.10.0
10572026-05-08T00:18:42.711Z Downloaded jiff-static v0.2.21
10582026-05-08T00:18:42.714Z Downloaded papergrid v0.17.0
10592026-05-08T00:18:42.718Z Downloaded hickory-server v0.25.2
10602026-05-08T00:18:42.722Z Downloaded scroll v0.13.0
10612026-05-08T00:18:42.725Z Downloaded schemars_derive v0.8.22
10622026-05-08T00:18:42.728Z Downloaded hashbrown v0.13.2
10632026-05-08T00:18:42.731Z Downloaded ssh-cipher v0.2.0
10642026-05-08T00:18:42.738Z Downloaded progenitor-impl v0.14.0
10652026-05-08T00:18:42.742Z Downloaded http v1.4.0
10662026-05-08T00:18:42.745Z Downloaded ssh-encoding v0.2.0
10672026-05-08T00:18:42.745Z Downloaded sqlparser_derive v0.5.0
10682026-05-08T00:18:42.745Z Downloaded crossterm v0.28.1
10692026-05-08T00:18:42.748Z Downloaded sha1 v0.10.6
10702026-05-08T00:18:42.751Z Downloaded progenitor-impl v0.13.0
10712026-05-08T00:18:42.755Z Downloaded rustls-pki-types v1.14.0
10722026-05-08T00:18:42.758Z Downloaded russh-keys v0.45.0
10732026-05-08T00:18:42.761Z Downloaded serde_path_to_error v0.1.20
10742026-05-08T00:18:42.761Z Downloaded strip-ansi-escapes v0.2.1
10752026-05-08T00:18:42.764Z Downloaded slab v0.4.12
10762026-05-08T00:18:42.764Z Downloaded strum v0.26.3
10772026-05-08T00:18:42.764Z Downloaded structmeta v0.3.0
10782026-05-08T00:18:42.767Z Downloaded shlex v1.3.0
10792026-05-08T00:18:42.767Z Downloaded hyper-util v0.1.20
10802026-05-08T00:18:42.770Z Downloaded signal-hook-registry v1.4.8
10812026-05-08T00:18:42.770Z Downloaded rustls-pemfile v1.0.4
10822026-05-08T00:18:42.774Z Downloaded progenitor-impl v0.11.2
10832026-05-08T00:18:42.780Z Downloaded strum v0.27.2
10842026-05-08T00:18:42.783Z Downloaded take_mut v0.2.2
10852026-05-08T00:18:42.783Z Downloaded supports-color v3.0.2
10862026-05-08T00:18:42.783Z Downloaded sync_wrapper v1.0.2
10872026-05-08T00:18:42.786Z Downloaded subtle v2.6.1
10882026-05-08T00:18:42.787Z Downloaded slog-term v2.9.2
10892026-05-08T00:18:42.789Z Downloaded slog-json v2.6.1
10902026-05-08T00:18:42.790Z Downloaded slog-dtrace v0.3.0
10912026-05-08T00:18:42.790Z Downloaded snafu-derive v0.8.9
10922026-05-08T00:18:42.796Z Downloaded tagptr v0.2.0
10932026-05-08T00:18:42.796Z Downloaded tabwriter v1.4.1
10942026-05-08T00:18:42.796Z Downloaded tabled_derive v0.11.0
10952026-05-08T00:18:42.801Z Downloaded sync-ptr v0.1.4
10962026-05-08T00:18:42.801Z Downloaded pretty_assertions v1.4.1
10972026-05-08T00:18:42.801Z Downloaded smf v0.2.3
10982026-05-08T00:18:42.801Z Downloaded smallvec v0.6.14
10992026-05-08T00:18:42.801Z Downloaded slog-bunyan v2.5.0
11002026-05-08T00:18:42.801Z Downloaded prettyplease v0.2.37
11012026-05-08T00:18:42.807Z Downloaded slog-async v2.8.0
11022026-05-08T00:18:42.809Z Downloaded tap v1.0.1
11032026-05-08T00:18:42.809Z Downloaded hashbrown v0.15.5
11042026-05-08T00:18:42.819Z Downloaded stacker v0.1.23
11052026-05-08T00:18:42.823Z Downloaded testing_table v0.3.0
11062026-05-08T00:18:42.823Z Downloaded termtree v0.5.1
11072026-05-08T00:18:42.826Z Downloaded sqlformat v0.3.5
11082026-05-08T00:18:42.826Z Downloaded thiserror-impl-no-std v2.0.2
11092026-05-08T00:18:42.826Z Downloaded slog-stdlog v4.1.1
11102026-05-08T00:18:42.827Z Downloaded serde-hex v0.1.0
11112026-05-08T00:18:42.827Z Downloaded serde_cbor v0.11.2
11122026-05-08T00:18:42.830Z Downloaded static_assertions v1.1.0
11132026-05-08T00:18:42.837Z Downloaded structmeta-derive v0.3.0
11142026-05-08T00:18:42.840Z Downloaded stringprep v0.1.5
11152026-05-08T00:18:42.840Z Downloaded time-core v0.1.8
11162026-05-08T00:18:42.840Z Downloaded serde_derive_internals v0.29.1
11172026-05-08T00:18:42.845Z Downloaded simd-adler32 v0.3.8
11182026-05-08T00:18:42.849Z Downloaded tinyvec_macros v0.1.1
11192026-05-08T00:18:42.849Z Downloaded serde_with_macros v3.17.0
11202026-05-08T00:18:42.854Z Downloaded mio v1.2.0
11212026-05-08T00:18:42.854Z Downloaded rcgen v0.12.1
11222026-05-08T00:18:42.857Z Downloaded strum_macros v0.26.4
11232026-05-08T00:18:42.857Z Downloaded ryu v1.0.23
11242026-05-08T00:18:42.866Z Downloaded rustls-platform-verifier v0.6.2
11252026-05-08T00:18:42.875Z Downloaded strum_macros v0.24.3
11262026-05-08T00:18:42.875Z Downloaded strum_macros v0.27.2
11272026-05-08T00:18:42.875Z Downloaded rayon-core v1.13.0
11282026-05-08T00:18:42.875Z Downloaded support-bundle-viewer v0.1.2
11292026-05-08T00:18:42.879Z Downloaded hashbrown v0.16.1
11302026-05-08T00:18:42.879Z Downloaded schemars v0.8.22
11312026-05-08T00:18:42.882Z Downloaded itertools v0.10.5
11322026-05-08T00:18:42.885Z Downloaded qorb v0.4.1
11332026-05-08T00:18:42.888Z Downloaded ron v0.8.1
11342026-05-08T00:18:42.891Z Downloaded tokio-macros v2.7.0
11352026-05-08T00:18:42.897Z Downloaded rand v0.8.5
11362026-05-08T00:18:42.900Z Downloaded quinn v0.11.9
11372026-05-08T00:18:42.905Z Downloaded termios v0.3.3
11382026-05-08T00:18:42.905Z Downloaded thread_local v1.1.9
11392026-05-08T00:18:42.916Z Downloaded spin v0.9.8
11402026-05-08T00:18:42.916Z Downloaded nom v7.1.3
11412026-05-08T00:18:42.916Z Downloaded num-bigint v0.4.6
11422026-05-08T00:18:42.916Z Downloaded topological-sort v0.2.2
11432026-05-08T00:18:42.922Z Downloaded thiserror-no-std v2.0.2
11442026-05-08T00:18:42.922Z Downloaded spki v0.7.3
11452026-05-08T00:18:42.922Z Downloaded trait-variant v0.1.2
11462026-05-08T00:18:42.927Z Downloaded libxml v0.3.3
11472026-05-08T00:18:42.927Z Downloaded time-macros v0.2.27
11482026-05-08T00:18:42.927Z Downloaded similar v2.7.0
11492026-05-08T00:18:42.932Z Downloaded tiny-keccak v2.0.2
11502026-05-08T00:18:42.932Z Downloaded try-lock v0.2.5
11512026-05-08T00:18:42.935Z Downloaded tower-service v0.3.3
11522026-05-08T00:18:42.935Z Downloaded tower-layer v0.3.3
11532026-05-08T00:18:42.935Z Downloaded typify-macro v0.6.2
11542026-05-08T00:18:42.935Z Downloaded typify-macro v0.4.3
11552026-05-08T00:18:42.935Z Downloaded tls_codec v0.4.2
11562026-05-08T00:18:42.938Z Downloaded thread-id v5.1.0
11572026-05-08T00:18:42.938Z Downloaded string_cache v0.8.9
11582026-05-08T00:18:42.938Z Downloaded signal-hook v0.3.18
11592026-05-08T00:18:42.945Z Downloaded slog v2.8.2
11602026-05-08T00:18:42.950Z Downloaded tokio-tungstenite v0.21.0
11612026-05-08T00:18:42.953Z Downloaded tokio-dtrace v0.1.1
11622026-05-08T00:18:42.953Z Downloaded slog-scope v4.4.1
11632026-05-08T00:18:42.957Z Downloaded unicode-truncate v1.1.0
11642026-05-08T00:18:42.963Z Downloaded unarray v0.1.4
11652026-05-08T00:18:42.965Z Downloaded untrusted v0.7.1
11662026-05-08T00:18:42.965Z Downloaded socket2 v0.5.10
11672026-05-08T00:18:42.968Z Downloaded itertools v0.12.1
11682026-05-08T00:18:42.979Z Downloaded socket2 v0.6.3
11692026-05-08T00:18:42.982Z Downloaded tokio-native-tls v0.3.1
11702026-05-08T00:18:42.988Z Downloaded usdt-attr-macro v0.6.0
11712026-05-08T00:18:42.993Z Downloaded usdt v0.6.0
11722026-05-08T00:18:42.993Z Downloaded universal-hash v0.5.1
11732026-05-08T00:18:42.993Z Downloaded usdt-macro v0.6.0
11742026-05-08T00:18:42.993Z Downloaded term v1.2.1
11752026-05-08T00:18:42.993Z Downloaded rand v0.9.2
11762026-05-08T00:18:42.996Z Downloaded unit-prefix v0.5.2
11772026-05-08T00:18:42.996Z Downloaded num-bigint-dig v0.8.6
11782026-05-08T00:18:42.999Z Downloaded serde_yaml v0.9.34+deprecated
11792026-05-08T00:18:43.002Z Downloaded publicsuffix v2.3.0
11802026-05-08T00:18:43.002Z Downloaded void v1.0.2
11812026-05-08T00:18:43.005Z Downloaded futures-util v0.3.32
11822026-05-08T00:18:43.009Z Downloaded toml_writer v1.0.6+spec-1.1.0
11832026-05-08T00:18:43.012Z Downloaded tokio-tungstenite v0.23.1
11842026-05-08T00:18:43.012Z Downloaded iddqd v0.3.18
11852026-05-08T00:18:43.016Z Downloaded tui-tree-widget v0.23.1
11862026-05-08T00:18:43.020Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11872026-05-08T00:18:43.020Z Downloaded tls_codec_derive v0.4.2
11882026-05-08T00:18:43.023Z Downloaded rsa v0.9.10
11892026-05-08T00:18:43.026Z Downloaded want v0.3.1
11902026-05-08T00:18:43.026Z Downloaded wait-timeout v0.2.1
11912026-05-08T00:18:43.026Z Downloaded utf-8 v0.7.6
11922026-05-08T00:18:43.026Z Downloaded rustls-webpki v0.103.9
11932026-05-08T00:18:43.029Z Downloaded untrusted v0.9.0
11942026-05-08T00:18:43.032Z Downloaded schemars v0.9.0
11952026-05-08T00:18:43.038Z Downloaded tokio-stream v0.1.18
11962026-05-08T00:18:43.041Z Downloaded tokio-rustls v0.24.1
11972026-05-08T00:18:43.041Z Downloaded samael v0.0.19
11982026-05-08T00:18:43.048Z Downloaded xattr v1.6.1
11992026-05-08T00:18:43.053Z Downloaded waitgroup v0.1.2
12002026-05-08T00:18:43.064Z Downloaded term v0.7.0
12012026-05-08T00:18:43.069Z Downloaded iri-string v0.7.10
12022026-05-08T00:18:43.073Z Downloaded snafu v0.8.9
12032026-05-08T00:18:43.078Z Downloaded itertools v0.13.0
12042026-05-08T00:18:43.082Z Downloaded zone v0.3.1
12052026-05-08T00:18:43.082Z Downloaded uzers v0.12.2
12062026-05-08T00:18:43.088Z Downloaded unicase v2.9.0
12072026-05-08T00:18:43.088Z Downloaded tokio-rustls v0.25.0
12082026-05-08T00:18:43.088Z Downloaded xshell-macros v0.2.7
12092026-05-08T00:18:43.094Z Downloaded test-strategy v0.4.5
12102026-05-08T00:18:43.094Z Downloaded vergen-lib v0.1.6
12112026-05-08T00:18:43.094Z Downloaded hkdf v0.12.4
12122026-05-08T00:18:43.099Z Downloaded itertools v0.14.0
12132026-05-08T00:18:43.099Z Downloaded toml_parser v1.0.9+spec-1.1.0
12142026-05-08T00:18:43.103Z Downloaded zone_cfg_derive v0.3.1
12152026-05-08T00:18:43.106Z Downloaded hyper v1.8.1
12162026-05-08T00:18:43.110Z Downloaded toml_datetime v1.0.0+spec-1.1.0
12172026-05-08T00:18:43.110Z Downloaded tinyvec v1.10.0
12182026-05-08T00:18:43.113Z Downloaded walkdir v2.5.0
12192026-05-08T00:18:43.113Z Downloaded rand v0.10.0
12202026-05-08T00:18:43.116Z Downloaded vsss-rs v3.3.4
12212026-05-08T00:18:43.122Z Downloaded zeroize_derive v1.4.3
12222026-05-08T00:18:43.122Z Downloaded p521 v0.13.3
12232026-05-08T00:18:43.125Z Downloaded vergen-gitcl v1.0.8
12242026-05-08T00:18:43.132Z Downloaded whoami v2.1.0
12252026-05-08T00:18:43.137Z Downloaded unicode-properties v0.1.4
12262026-05-08T00:18:43.143Z Downloaded tar v0.4.45
12272026-05-08T00:18:43.143Z Downloaded tracing-attributes v0.1.31
12282026-05-08T00:18:43.147Z Downloaded bindgen v0.71.1
12292026-05-08T00:18:43.147Z Downloaded aws-lc-rs v1.16.0
12302026-05-08T00:18:43.152Z Downloaded xshell v0.2.7
12312026-05-08T00:18:43.155Z Downloaded wyz v0.5.1
12322026-05-08T00:18:43.155Z Downloaded russh v0.45.0
12332026-05-08T00:18:43.158Z Downloaded whoami v1.6.1
12342026-05-08T00:18:43.158Z Downloaded schemars v1.2.1
12352026-05-08T00:18:43.166Z Downloaded zeroize v1.8.2
12362026-05-08T00:18:43.169Z Downloaded vergen-git2 v1.0.7
12372026-05-08T00:18:43.169Z Downloaded vergen v9.0.6
12382026-05-08T00:18:43.169Z Downloaded tokio-rustls v0.26.4
12392026-05-08T00:18:43.172Z Downloaded zstd v0.13.3
12402026-05-08T00:18:43.172Z Downloaded steno v0.4.1
12412026-05-08T00:18:43.177Z Downloaded h2 v0.4.13
12422026-05-08T00:18:43.180Z Downloaded zstd-safe v7.2.4
12432026-05-08T00:18:43.181Z Downloaded tungstenite v0.23.0
12442026-05-08T00:18:43.183Z Downloaded tungstenite v0.21.0
12452026-05-08T00:18:43.187Z Downloaded dropshot v0.17.0
12462026-05-08T00:18:43.201Z Downloaded usdt-impl v0.6.0
12472026-05-08T00:18:43.204Z Downloaded toml v0.9.12+spec-1.1.0
12482026-05-08T00:18:43.204Z Downloaded toml v0.7.8
12492026-05-08T00:18:43.212Z Downloaded rustyline v14.0.0
12502026-05-08T00:18:43.215Z Downloaded subprocess v0.2.15
12512026-05-08T00:18:43.218Z Downloaded zerocopy v0.6.6
12522026-05-08T00:18:43.221Z Downloaded uuid v1.23.0
12532026-05-08T00:18:43.221Z Downloaded typify v0.6.2
12542026-05-08T00:18:43.225Z Downloaded typify v0.4.3
12552026-05-08T00:18:43.228Z Downloaded twox-hash v2.1.2
12562026-05-08T00:18:43.228Z Downloaded rpassword v7.4.0
12572026-05-08T00:18:43.241Z Downloaded vte v0.14.1
12582026-05-08T00:18:43.245Z Downloaded yasna v0.5.2
12592026-05-08T00:18:43.250Z Downloaded unsafe-libyaml v0.2.11
12602026-05-08T00:18:43.250Z Downloaded libm v0.2.16
12612026-05-08T00:18:43.256Z Downloaded tracing-core v0.1.36
12622026-05-08T00:18:43.260Z Downloaded toml v1.0.6+spec-1.1.0
12632026-05-08T00:18:43.264Z Downloaded toml_edit v0.23.10+spec-1.0.0
12642026-05-08T00:18:43.264Z Downloaded blake3 v1.8.3
12652026-05-08T00:18:43.276Z Downloaded reedline v0.40.0
12662026-05-08T00:18:43.298Z Downloaded tokio-postgres v0.7.16
12672026-05-08T00:18:43.303Z Downloaded unicode-bidi v0.3.18
12682026-05-08T00:18:43.306Z Downloaded diesel v2.3.7
12692026-05-08T00:18:43.321Z Downloaded zopfli v0.8.3
12702026-05-08T00:18:43.324Z Downloaded bitvec v1.0.1
12712026-05-08T00:18:43.330Z Downloaded ssh-key v0.6.7
12722026-05-08T00:18:43.333Z Downloaded p384 v0.13.1
12732026-05-08T00:18:43.338Z Downloaded toml_edit v0.19.15
12742026-05-08T00:18:43.347Z Downloaded regex v1.12.3
12752026-05-08T00:18:43.353Z Downloaded tower v0.5.3
12762026-05-08T00:18:43.356Z Downloaded reqwest v0.13.2
12772026-05-08T00:18:43.360Z Downloaded zip v0.6.6
12782026-05-08T00:18:43.365Z Downloaded reqwest v0.12.28
12792026-05-08T00:18:43.369Z Downloaded chrono v0.4.44
12802026-05-08T00:18:43.373Z Downloaded rayon v1.11.0
12812026-05-08T00:18:43.376Z Downloaded unicode_categories v0.1.1
12822026-05-08T00:18:43.380Z Downloaded lalrpop v0.19.12
12832026-05-08T00:18:43.390Z Downloaded yansi v1.0.1
12842026-05-08T00:18:43.394Z Downloaded git2 v0.20.4
12852026-05-08T00:18:43.399Z Downloaded portable-atomic v1.13.1
12862026-05-08T00:18:43.404Z Downloaded salty v0.3.0
12872026-05-08T00:18:43.410Z Downloaded x509-cert v0.2.5
12882026-05-08T00:18:43.414Z Downloaded rustls-webpki v0.101.7
12892026-05-08T00:18:43.422Z Downloaded typed-path v0.9.3
12902026-05-08T00:18:43.430Z Downloaded quick-xml v0.37.5
12912026-05-08T00:18:43.434Z Downloaded goblin v0.10.5
12922026-05-08T00:18:43.447Z Downloaded zerocopy-derive v0.8.40
12932026-05-08T00:18:43.447Z Downloaded moka v0.12.13
12942026-05-08T00:18:43.455Z Downloaded unicode-segmentation v1.12.0
12952026-05-08T00:18:43.455Z Downloaded unicode-normalization v0.1.25
12962026-05-08T00:18:43.479Z Downloaded petname v2.0.2
12972026-05-08T00:18:43.482Z Downloaded tower-http v0.6.8
12982026-05-08T00:18:43.482Z Downloaded tokio-util v0.7.18
12992026-05-08T00:18:43.485Z Downloaded zip v4.6.1
13002026-05-08T00:18:43.488Z Downloaded curve25519-dalek v4.1.3
13012026-05-08T00:18:43.493Z Downloaded proptest v1.10.0
13022026-05-08T00:18:43.501Z Downloaded tough v0.20.0
13032026-05-08T00:18:43.528Z Downloaded quinn-proto v0.11.13
13042026-05-08T00:18:43.534Z Downloaded rustls-webpki v0.102.8
13052026-05-08T00:18:43.540Z Downloaded serde_with v3.17.0
13062026-05-08T00:18:43.543Z Downloaded bstr v1.12.1
13072026-05-08T00:18:43.548Z Downloaded winnow v0.5.40
13082026-05-08T00:18:43.551Z Downloaded radix_trie v0.2.1
13092026-05-08T00:18:43.568Z Downloaded openssl v0.10.78
13102026-05-08T00:18:43.571Z Downloaded polar-core v0.27.3
13112026-05-08T00:18:43.571Z Downloaded nix v0.27.1
13122026-05-08T00:18:43.571Z Downloaded object v0.30.4
13132026-05-08T00:18:43.578Z Downloaded winnow v0.6.26
13142026-05-08T00:18:43.599Z Downloaded dropshot v0.16.7
13152026-05-08T00:18:43.611Z Downloaded tabled v0.20.0
13162026-05-08T00:18:43.642Z Downloaded vcpkg v0.2.15
13172026-05-08T00:18:43.663Z Downloaded zlib-rs v0.6.2
13182026-05-08T00:18:43.666Z Downloaded smoltcp v0.9.1
13192026-05-08T00:18:43.672Z Downloaded nix v0.29.0
13202026-05-08T00:18:43.677Z Downloaded regex-syntax v0.6.29
13212026-05-08T00:18:43.680Z Downloaded object v0.37.3
13222026-05-08T00:18:43.686Z Downloaded webpki-roots v1.0.6
13232026-05-08T00:18:43.689Z Downloaded time v0.3.47
13242026-05-08T00:18:43.697Z Downloaded nix v0.31.2
13252026-05-08T00:18:43.702Z Downloaded regex-syntax v0.8.10
13262026-05-08T00:18:43.706Z Downloaded hickory-proto v0.24.4
13272026-05-08T00:18:43.714Z Downloaded zerocopy v0.8.40
13282026-05-08T00:18:43.720Z Downloaded smoltcp v0.11.0
13292026-05-08T00:18:43.727Z Downloaded nix v0.28.0
13302026-05-08T00:18:43.732Z Downloaded hickory-proto v0.25.2
13312026-05-08T00:18:43.743Z Downloaded rustls v0.21.12
13322026-05-08T00:18:43.754Z Downloaded openapiv3 v2.2.0
13332026-05-08T00:18:43.770Z Downloaded regress v0.11.1
13342026-05-08T00:18:43.778Z Downloaded regress v0.10.5
13352026-05-08T00:18:43.786Z Downloaded rustls v0.22.4
13362026-05-08T00:18:43.791Z Downloaded rustix v0.38.44
13372026-05-08T00:18:43.804Z Downloaded rustls v0.23.37
13382026-05-08T00:18:43.876Z Downloaded typify-impl v0.4.3
13392026-05-08T00:18:43.885Z Downloaded typify-impl v0.6.2
13402026-05-08T00:18:43.894Z Downloaded sqlparser v0.61.0
13412026-05-08T00:18:43.924Z Downloaded ratatui v0.29.0
13422026-05-08T00:18:43.935Z Downloaded zerocopy-derive v0.6.6
13432026-05-08T00:18:43.943Z Downloaded tracing v0.1.44
13442026-05-08T00:18:43.953Z Downloaded sled v0.34.7
13452026-05-08T00:18:43.959Z Downloaded bzip2-sys v0.1.13+1.0.8
13462026-05-08T00:18:43.989Z Downloaded petgraph v0.6.5
13472026-05-08T00:18:44.004Z Downloaded regex-automata v0.4.14
13482026-05-08T00:18:44.014Z Downloaded jiff v0.2.21
13492026-05-08T00:18:44.043Z Downloaded chrono-tz v0.10.4
13502026-05-08T00:18:44.053Z Downloaded petgraph v0.8.3
13512026-05-08T00:18:44.066Z Downloaded csv v1.4.0
13522026-05-08T00:18:44.078Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13532026-05-08T00:18:44.093Z Downloaded libz-sys v1.1.24
13542026-05-08T00:18:44.105Z Downloaded sha3 v0.10.8
13552026-05-08T00:18:44.133Z Downloaded tokio v1.52.1
13562026-05-08T00:18:44.176Z Downloaded encoding_rs v0.8.35
13572026-05-08T00:18:44.190Z Downloaded ring v0.17.14
13582026-05-08T00:18:44.280Z Downloaded libgit2-sys v0.18.3+1.9.2
13592026-05-08T00:18:44.901Z Downloaded aws-lc-sys v0.37.1
13602026-05-08T00:18:45.141Z Compiling libc v0.2.185
13612026-05-08T00:18:45.145Z Compiling serde v1.0.228
13622026-05-08T00:18:45.145Z Compiling log v0.4.29
13632026-05-08T00:18:45.145Z Compiling find-msvc-tools v0.1.9
13642026-05-08T00:18:45.306Z Compiling shlex v1.3.0
13652026-05-08T00:18:45.306Z Compiling smallvec v1.15.1
13662026-05-08T00:18:45.330Z Compiling syn v2.0.117
13672026-05-08T00:18:45.333Z Compiling typenum v1.19.0
13682026-05-08T00:18:45.484Z Compiling generic-array v0.14.7
13692026-05-08T00:18:45.502Z Compiling subtle v2.6.1
13702026-05-08T00:18:45.528Z Compiling scopeguard v1.2.0
13712026-05-08T00:18:45.566Z Compiling const-oid v0.9.6
13722026-05-08T00:18:45.622Z Compiling lock_api v0.4.14
13732026-05-08T00:18:45.649Z Compiling portable-atomic v1.13.1
13742026-05-08T00:18:45.675Z Compiling zerocopy v0.8.40
13752026-05-08T00:18:45.765Z Compiling critical-section v1.2.0
13762026-05-08T00:18:45.851Z Compiling serde_json v1.0.149
13772026-05-08T00:18:45.880Z Compiling pin-project-lite v0.2.17
13782026-05-08T00:18:45.988Z Compiling parking_lot_core v0.9.12
13792026-05-08T00:18:46.131Z Compiling pkg-config v0.3.32
13802026-05-08T00:18:46.166Z Compiling getrandom v0.2.17
13812026-05-08T00:18:46.216Z Compiling jobserver v0.1.34
13822026-05-08T00:18:46.231Z Compiling errno v0.3.14
13832026-05-08T00:18:46.323Z Compiling rand_core v0.6.4
13842026-05-08T00:18:46.414Z Compiling signal-hook-registry v1.4.8
13852026-05-08T00:18:46.601Z Compiling cc v1.2.56
13862026-05-08T00:18:46.616Z Compiling bitflags v2.11.0
13872026-05-08T00:18:46.689Z Compiling libm v0.2.16
13882026-05-08T00:18:46.692Z Compiling parking_lot v0.12.5
13892026-05-08T00:18:46.721Z Compiling mio v1.2.0
13902026-05-08T00:18:46.853Z Compiling once_cell v1.21.3
13912026-05-08T00:18:46.857Z Compiling num-traits v0.2.19
13922026-05-08T00:18:47.043Z Compiling futures-core v0.3.32
13932026-05-08T00:18:47.082Z Compiling percent-encoding v2.3.2
13942026-05-08T00:18:47.195Z Compiling socket2 v0.6.3
13952026-05-08T00:18:47.224Z Compiling futures-sink v0.3.32
13962026-05-08T00:18:47.224Z Compiling cpufeatures v0.2.17
13972026-05-08T00:18:47.255Z Compiling getrandom v0.4.1
13982026-05-08T00:18:47.272Z Compiling futures-io v0.3.32
13992026-05-08T00:18:47.346Z Compiling futures-channel v0.3.32
14002026-05-08T00:18:47.365Z Compiling slab v0.4.12
14012026-05-08T00:18:47.468Z Compiling futures-task v0.3.32
14022026-05-08T00:18:47.922Z Compiling getrandom v0.3.4
14032026-05-08T00:18:47.934Z Compiling rustversion v1.0.22
14042026-05-08T00:18:47.934Z Compiling rand_core v0.10.0
14052026-05-08T00:18:47.934Z Compiling indexmap v2.14.0
14062026-05-08T00:18:47.934Z Compiling cmake v0.1.57
14072026-05-08T00:18:48.060Z Compiling form_urlencoded v1.2.2
14082026-05-08T00:18:48.195Z Compiling synstructure v0.13.2
14092026-05-08T00:18:48.219Z Compiling fs_extra v1.3.0
14102026-05-08T00:18:48.246Z Compiling dunce v1.0.5
14112026-05-08T00:18:48.287Z Compiling base64ct v1.8.3
14122026-05-08T00:18:48.316Z Compiling ident_case v1.0.1
14132026-05-08T00:18:48.438Z Compiling flagset v0.4.7
14142026-05-08T00:18:48.463Z Compiling aws-lc-sys v0.37.1
14152026-05-08T00:18:48.471Z Compiling rand_core v0.9.5
14162026-05-08T00:18:48.518Z Compiling pem-rfc7468 v0.7.0
14172026-05-08T00:18:48.571Z Compiling iana-time-zone v0.1.65
14182026-05-08T00:18:48.585Z Compiling rustix v1.1.3
14192026-05-08T00:18:48.627Z Compiling ring v0.17.14
14202026-05-08T00:18:48.742Z Compiling uuid v1.23.0
14212026-05-08T00:18:48.760Z Compiling rustc_version v0.4.1
14222026-05-08T00:18:48.788Z Compiling vcpkg v0.2.15
14232026-05-08T00:18:48.812Z Compiling aws-lc-rs v1.16.0
14242026-05-08T00:18:49.084Z Compiling regex-syntax v0.8.10
14252026-05-08T00:18:49.098Z Compiling tracing-core v0.1.36
14262026-05-08T00:18:49.489Z Compiling pest_generator v2.8.6
14272026-05-08T00:18:49.545Z Compiling openssl-sys v0.9.114
14282026-05-08T00:18:49.710Z Compiling serde_derive_internals v0.29.1
14292026-05-08T00:18:49.917Z Compiling serde_derive v1.0.228
14302026-05-08T00:18:50.077Z Compiling zeroize_derive v1.4.3
14312026-05-08T00:18:50.210Z Compiling zerofrom-derive v0.1.6
14322026-05-08T00:18:50.338Z Compiling yoke-derive v0.8.1
14332026-05-08T00:18:50.645Z Compiling zerocopy-derive v0.8.40
14342026-05-08T00:18:50.738Z Compiling zeroize v1.8.2
14352026-05-08T00:18:51.476Z Compiling crypto-common v0.1.7
14362026-05-08T00:18:51.497Z Compiling block-buffer v0.10.4
14372026-05-08T00:18:51.516Z Compiling zerovec-derive v0.11.2
14382026-05-08T00:18:51.604Z Compiling zerofrom v0.1.6
14392026-05-08T00:18:51.622Z Compiling digest v0.10.7
14402026-05-08T00:18:51.665Z Compiling displaydoc v0.2.5
14412026-05-08T00:18:51.730Z Compiling yoke v0.8.1
14422026-05-08T00:18:51.871Z Compiling tokio-macros v2.7.0
14432026-05-08T00:18:51.919Z Compiling hmac v0.12.1
14442026-05-08T00:18:52.076Z Compiling futures-macro v0.3.32
14452026-05-08T00:18:52.398Z Compiling zerotrie v0.2.3
14462026-05-08T00:18:52.583Z Compiling block-padding v0.3.3
14472026-05-08T00:18:52.610Z Compiling zerovec v0.11.5
14482026-05-08T00:18:52.700Z Compiling inout v0.1.4
14492026-05-08T00:18:52.740Z Compiling sha2 v0.10.9
14502026-05-08T00:18:52.874Z Compiling cipher v0.4.4
14512026-05-08T00:18:52.878Z Compiling futures-util v0.3.32
14522026-05-08T00:18:53.117Z Compiling tinystr v0.8.2
14532026-05-08T00:18:53.135Z Compiling potential_utf v0.1.4
14542026-05-08T00:18:53.299Z Compiling bytes v1.11.1
14552026-05-08T00:18:53.316Z Compiling icu_locale_core v2.1.1
14562026-05-08T00:18:53.366Z Compiling icu_collections v2.1.1
14572026-05-08T00:18:53.725Z Compiling der_derive v0.7.3
14582026-05-08T00:18:53.836Z Compiling tokio v1.52.1
14592026-05-08T00:18:53.890Z Compiling http v1.4.0
14602026-05-08T00:18:54.104Z Compiling icu_provider v2.1.1
14612026-05-08T00:18:54.187Z Compiling chrono v0.4.44
14622026-05-08T00:18:54.428Z Compiling icu_normalizer v2.1.1
14632026-05-08T00:18:54.705Z Compiling icu_properties v2.1.2
14642026-05-08T00:18:54.859Z Compiling der v0.7.10
14652026-05-08T00:18:54.975Z Compiling ppv-lite86 v0.2.21
14662026-05-08T00:18:55.065Z Compiling salsa20 v0.10.2
14672026-05-08T00:18:55.198Z Compiling pbkdf2 v0.12.2
14682026-05-08T00:18:55.220Z Compiling thiserror-impl v2.0.18
14692026-05-08T00:18:55.309Z Compiling scrypt v0.11.0
14702026-05-08T00:18:55.318Z Compiling rand_chacha v0.9.0
14712026-05-08T00:18:55.557Z Compiling cbc v0.1.2
14722026-05-08T00:18:55.601Z Compiling idna_adapter v1.2.1
14732026-05-08T00:18:55.708Z Compiling spki v0.7.3
14742026-05-08T00:18:55.760Z Compiling idna v1.1.0
14752026-05-08T00:18:55.819Z Compiling aes v0.8.4
14762026-05-08T00:18:55.910Z Compiling rustls-pki-types v1.14.0
14772026-05-08T00:18:56.019Z Compiling tracing-attributes v0.1.31
14782026-05-08T00:18:56.048Z Compiling url v2.5.8
14792026-05-08T00:18:56.355Z Compiling pkcs5 v0.7.1
14802026-05-08T00:18:56.385Z Compiling rand v0.9.2
14812026-05-08T00:18:56.525Z Compiling thiserror v2.0.18
14822026-05-08T00:18:56.642Z Compiling http-body v1.0.1
14832026-05-08T00:18:56.820Z Compiling httparse v1.10.1
14842026-05-08T00:18:56.824Z Compiling untrusted v0.9.0
14852026-05-08T00:18:56.851Z Compiling untrusted v0.7.1
14862026-05-08T00:18:56.871Z Compiling base64 v0.22.1
14872026-05-08T00:18:56.941Z Compiling openssl-probe v0.2.1
14882026-05-08T00:18:56.974Z Compiling schemars v0.8.22
14892026-05-08T00:18:57.162Z Compiling pkcs8 v0.10.2
14902026-05-08T00:18:57.189Z Compiling schemars_derive v0.8.22
14912026-05-08T00:18:57.219Z Compiling pest_derive v2.8.6
14922026-05-08T00:18:57.234Z Compiling scroll_derive v0.13.1
14932026-05-08T00:18:57.298Z Compiling tracing v0.1.44
14942026-05-08T00:18:57.463Z Compiling darling_core v0.20.11
14952026-05-08T00:18:57.567Z Compiling tower-service v0.3.3
14962026-05-08T00:18:57.635Z Compiling tokio-util v0.7.18
14972026-05-08T00:18:57.661Z Compiling try-lock v0.2.5
14982026-05-08T00:18:57.771Z Compiling tinyvec_macros v0.1.1
14992026-05-08T00:18:57.845Z Compiling rustls v0.23.37
15002026-05-08T00:18:58.020Z Compiling tower-layer v0.3.3
15012026-05-08T00:18:58.020Z Compiling atomic-waker v1.1.2
15022026-05-08T00:18:58.149Z Compiling dyn-clone v1.0.20
15032026-05-08T00:18:58.194Z Compiling scroll v0.13.0
15042026-05-08T00:18:58.286Z Compiling tinyvec v1.10.0
15052026-05-08T00:18:58.460Z Compiling h2 v0.4.13
15062026-05-08T00:18:58.630Z Compiling want v0.3.1
15072026-05-08T00:18:58.793Z Compiling ipnet v2.11.0
15082026-05-08T00:18:58.876Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15092026-05-08T00:18:58.942Z Compiling spin v0.9.8
15102026-05-08T00:18:59.159Z Compiling aho-corasick v1.1.4
15112026-05-08T00:18:59.304Z Compiling openssl v0.10.78
15122026-05-08T00:18:59.329Z Compiling httpdate v1.0.3
15132026-05-08T00:18:59.536Z Compiling pin-utils v0.1.0
15142026-05-08T00:18:59.551Z Compiling foreign-types-shared v0.1.1
15152026-05-08T00:18:59.566Z Compiling crc32fast v1.5.0
15162026-05-08T00:18:59.612Z Compiling powerfmt v0.2.0
15172026-05-08T00:18:59.640Z Compiling num-conv v0.2.0
15182026-05-08T00:18:59.759Z Compiling darling_macro v0.20.11
15192026-05-08T00:18:59.779Z Compiling time-core v0.1.8
15202026-05-08T00:18:59.790Z Compiling tempfile v3.25.0
15212026-05-08T00:18:59.821Z Compiling deranged v0.5.8
15222026-05-08T00:18:59.881Z Compiling foreign-types v0.3.2
15232026-05-08T00:18:59.942Z Compiling time-macros v0.2.27
15242026-05-08T00:19:00.146Z Compiling regex-automata v0.4.14
15252026-05-08T00:19:00.230Z Compiling darling v0.20.11
15262026-05-08T00:19:00.358Z Compiling goblin v0.10.5
15272026-05-08T00:19:00.906Z Compiling openssl-macros v0.1.1
15282026-05-08T00:19:01.005Z Compiling wait-timeout v0.2.1
15292026-05-08T00:19:01.279Z Compiling usdt-impl v0.6.0
15302026-05-08T00:19:01.307Z Compiling syn v1.0.109
15312026-05-08T00:19:01.307Z Compiling native-tls v0.2.18
15322026-05-08T00:19:01.531Z Compiling hyper v1.8.1
15332026-05-08T00:19:01.554Z Compiling num_threads v0.1.7
15342026-05-08T00:19:01.606Z Compiling crossbeam-utils v0.8.21
15352026-05-08T00:19:01.640Z Compiling bit-vec v0.8.0
15362026-05-08T00:19:01.839Z Compiling quick-error v1.2.3
15372026-05-08T00:19:01.888Z Compiling simd-adler32 v0.3.8
15382026-05-08T00:19:01.940Z Compiling siphasher v1.0.2
15392026-05-08T00:19:02.115Z Compiling rusty-fork v0.3.1
15402026-05-08T00:19:02.164Z Compiling bit-set v0.8.0
15412026-05-08T00:19:02.368Z Compiling time v0.3.47
15422026-05-08T00:19:02.505Z Compiling derive_builder_core v0.20.2
15432026-05-08T00:19:03.038Z Compiling dof v0.4.0
15442026-05-08T00:19:03.352Z Compiling hyper-util v0.1.20
15452026-05-08T00:19:04.117Z Compiling unicode-normalization v0.1.25
15462026-05-08T00:19:04.194Z Compiling dtrace-parser v0.3.0
15472026-05-08T00:19:04.240Z Compiling rustls-native-certs v0.8.3
15482026-05-08T00:19:04.531Z Compiling signature v2.2.0
15492026-05-08T00:19:04.562Z Compiling thiserror-impl v1.0.69
15502026-05-08T00:19:04.586Z Compiling scroll_derive v0.12.1
15512026-05-08T00:19:04.716Z Compiling heapless v0.7.17
15522026-05-08T00:19:04.946Z Compiling rand_xorshift v0.4.0
15532026-05-08T00:19:04.959Z Compiling slog v2.8.2
15542026-05-08T00:19:05.116Z Compiling darling_core v0.21.3
15552026-05-08T00:19:05.132Z Compiling bzip2-sys v0.1.13+1.0.8
15562026-05-08T00:19:05.146Z Compiling sync_wrapper v1.0.2
15572026-05-08T00:19:05.243Z Compiling thread-id v5.1.0
15582026-05-08T00:19:05.258Z Compiling cookie v0.18.1
15592026-05-08T00:19:05.331Z Compiling unicode-bidi v0.3.18
15602026-05-08T00:19:05.401Z Compiling signal-hook v0.3.18
15612026-05-08T00:19:05.421Z Compiling anyhow v1.0.102
15622026-05-08T00:19:05.439Z Compiling unicode-properties v0.1.4
15632026-05-08T00:19:05.590Z Compiling adler2 v2.0.1
15642026-05-08T00:19:05.649Z Compiling allocator-api2 v0.2.21
15652026-05-08T00:19:05.700Z Compiling zstd-safe v7.2.4
15662026-05-08T00:19:05.725Z Compiling paste v1.0.15
15672026-05-08T00:19:05.825Z Compiling unarray v0.1.4
15682026-05-08T00:19:05.861Z Compiling thiserror v1.0.69
15692026-05-08T00:19:05.933Z Compiling proptest v1.10.0
15702026-05-08T00:19:05.962Z Compiling miniz_oxide v0.8.9
15712026-05-08T00:19:05.975Z Compiling stringprep v0.1.5
15722026-05-08T00:19:06.408Z Compiling scroll v0.12.0
15732026-05-08T00:19:06.553Z Compiling tower v0.5.3
15742026-05-08T00:19:06.671Z Compiling derive_builder_macro v0.20.2
15752026-05-08T00:19:06.957Z Compiling ipnetwork v0.21.1
15762026-05-08T00:19:07.017Z Compiling http-body-util v0.1.3
15772026-05-08T00:19:07.117Z Compiling webpki-roots v1.0.6
15782026-05-08T00:19:07.247Z Compiling rand_chacha v0.3.1
15792026-05-08T00:19:07.257Z Compiling erased-serde v0.3.31
15802026-05-08T00:19:07.355Z Compiling serde_spanned v0.6.9
15812026-05-08T00:19:07.372Z Compiling serde_tokenstream v0.2.3
15822026-05-08T00:19:07.480Z Compiling toml_datetime v0.6.11
15832026-05-08T00:19:07.597Z Compiling darling_macro v0.21.3
15842026-05-08T00:19:07.670Z Compiling md-5 v0.10.6
15852026-05-08T00:19:07.741Z Compiling zerocopy-derive v0.7.35
15862026-05-08T00:19:07.750Z Compiling curve25519-dalek v4.1.3
15872026-05-08T00:19:07.838Z Compiling vergen-lib v0.1.6
15882026-05-08T00:19:08.018Z Compiling num-integer v0.1.46
15892026-05-08T00:19:08.051Z Compiling hash32 v0.2.1
15902026-05-08T00:19:08.068Z Compiling ff v0.13.1
15912026-05-08T00:19:08.085Z Compiling memoffset v0.9.1
15922026-05-08T00:19:08.203Z Compiling zlib-rs v0.6.2
15932026-05-08T00:19:08.241Z Compiling iri-string v0.7.10
15942026-05-08T00:19:08.281Z Compiling fallible-iterator v0.2.0
15952026-05-08T00:19:08.339Z Compiling smoltcp v0.9.1
15962026-05-08T00:19:08.585Z Compiling ref-cast v1.0.25
15972026-05-08T00:19:08.604Z Compiling psl-types v2.0.11
15982026-05-08T00:19:08.678Z Compiling ryu v1.0.23
15992026-05-08T00:19:08.723Z Compiling rustix v0.38.44
16002026-05-08T00:19:08.858Z Compiling cfg_aliases v0.2.1
16012026-05-08T00:19:08.885Z Compiling litrs v1.0.0
16022026-05-08T00:19:08.969Z Compiling num-bigint-dig v0.8.6
16032026-05-08T00:19:09.073Z Compiling base16ct v0.2.0
16042026-05-08T00:19:09.295Z Compiling sec1 v0.7.3
16052026-05-08T00:19:09.309Z Compiling nix v0.31.2
16062026-05-08T00:19:09.429Z Compiling document-features v0.2.12
16072026-05-08T00:19:09.593Z Compiling tower-http v0.6.8
16082026-05-08T00:19:09.755Z Compiling serde_urlencoded v0.7.1
16092026-05-08T00:19:09.784Z Compiling publicsuffix v2.3.0
16102026-05-08T00:19:09.945Z Compiling zerocopy v0.7.35
16112026-05-08T00:19:09.997Z Compiling postgres-protocol v0.6.10
16122026-05-08T00:19:10.021Z Compiling num-iter v0.1.45
16132026-05-08T00:19:10.095Z Compiling newtype-uuid v1.3.2
16142026-05-08T00:19:10.432Z Compiling group v0.13.0
16152026-05-08T00:19:10.542Z Compiling darling v0.21.3
16162026-05-08T00:19:10.601Z Compiling hubpack_derive v0.1.1
16172026-05-08T00:19:10.621Z Compiling rand v0.8.5
16182026-05-08T00:19:10.621Z Compiling oxnet v0.1.4
16192026-05-08T00:19:10.621Z Compiling derive_builder v0.20.2
16202026-05-08T00:19:10.866Z Compiling tokio-native-tls v0.3.1
16212026-05-08T00:19:10.982Z Compiling goblin v0.8.2
16222026-05-08T00:19:11.209Z Compiling flate2 v1.1.9
16232026-05-08T00:19:11.482Z Compiling regex v1.12.3
16242026-05-08T00:19:11.557Z Compiling phf_shared v0.13.1
16252026-05-08T00:19:11.618Z Compiling lazy_static v1.5.0
16262026-05-08T00:19:11.689Z Compiling cargo-platform v0.1.9
16272026-05-08T00:19:11.727Z Compiling hkdf v0.12.4
16282026-05-08T00:19:11.797Z Compiling crypto-bigint v0.5.5
16292026-05-08T00:19:11.894Z Compiling terminal_size v0.4.3
16302026-05-08T00:19:11.910Z Compiling async-trait v0.1.89
16312026-05-08T00:19:11.953Z Compiling curve25519-dalek-derive v0.1.1
16322026-05-08T00:19:11.972Z Compiling strum_macros v0.27.2
16332026-05-08T00:19:12.032Z Compiling daft-derive v0.1.5
16342026-05-08T00:19:12.576Z Compiling ref-cast-impl v1.0.25
16352026-05-08T00:19:12.738Z Compiling vergen v9.0.6
16362026-05-08T00:19:12.914Z Compiling fs-err v3.3.0
16372026-05-08T00:19:12.929Z Compiling ahash v0.8.12
16382026-05-08T00:19:13.107Z Compiling bumpalo v3.20.2
16392026-05-08T00:19:13.108Z Compiling winnow v0.5.40
16402026-05-08T00:19:13.136Z Compiling foldhash v0.1.5
16412026-05-08T00:19:13.307Z Compiling bitflags v1.3.2
16422026-05-08T00:19:13.372Z Compiling managed v0.8.0
16432026-05-08T00:19:13.388Z Compiling foldhash v0.2.0
16442026-05-08T00:19:13.592Z Compiling libbz2-rs-sys v0.2.2
16452026-05-08T00:19:13.613Z Compiling unicode-segmentation v1.12.0
16462026-05-08T00:19:13.915Z Compiling object v0.37.3
16472026-05-08T00:19:13.955Z Compiling strum v0.27.2
16482026-05-08T00:19:14.009Z Compiling bzip2 v0.6.1
16492026-05-08T00:19:14.087Z Compiling clap_builder v4.5.60
16502026-05-08T00:19:14.285Z Compiling hashbrown v0.16.1
16512026-05-08T00:19:14.329Z Compiling zopfli v0.8.3
16522026-05-08T00:19:14.445Z Compiling toml_edit v0.19.15
16532026-05-08T00:19:14.577Z Compiling hashbrown v0.15.5
16542026-05-08T00:19:14.887Z Compiling dof v0.3.0
16552026-05-08T00:19:15.152Z Compiling daft v0.1.5
16562026-05-08T00:19:15.155Z Compiling elliptic-curve v0.13.8
16572026-05-08T00:19:15.433Z Compiling cargo_metadata v0.19.2
16582026-05-08T00:19:15.561Z Compiling phf v0.13.1
16592026-05-08T00:19:15.722Z Compiling signal-hook-mio v0.2.5
16602026-05-08T00:19:15.844Z Compiling cookie_store v0.22.1
16612026-05-08T00:19:16.775Z Compiling zstd v0.13.3
16622026-05-08T00:19:16.863Z Compiling hubpack v0.1.2
16632026-05-08T00:19:16.974Z Compiling hyper-tls v0.6.0
16642026-05-08T00:19:17.042Z Compiling bzip2 v0.4.4
16652026-05-08T00:19:17.065Z Compiling serde_with_macros v3.17.0
16662026-05-08T00:19:17.082Z Compiling postgres-types v0.2.12
16672026-05-08T00:19:17.230Z Compiling usdt-macro v0.6.0
16682026-05-08T00:19:17.245Z Compiling usdt-attr-macro v0.6.0
16692026-05-08T00:19:17.622Z Compiling dtrace-parser v0.2.0
16702026-05-08T00:19:17.966Z Compiling ed25519 v2.2.3
16712026-05-08T00:19:18.031Z Compiling bstr v1.12.1
16722026-05-08T00:19:18.166Z Compiling phf_shared v0.11.3
16732026-05-08T00:19:18.181Z Compiling pkcs1 v0.7.5
16742026-05-08T00:19:18.312Z Compiling hex v0.4.3
16752026-05-08T00:19:18.352Z Compiling serde-big-array v0.5.1
16762026-05-08T00:19:18.382Z Compiling rfc6979 v0.4.0
16772026-05-08T00:19:18.500Z Compiling enum-as-inner v0.6.1
16782026-05-08T00:19:18.514Z Compiling strum_macros v0.26.4
16792026-05-08T00:19:18.578Z Compiling clap_derive v4.5.55
16802026-05-08T00:19:18.593Z Compiling serde_repr v0.1.20
16812026-05-08T00:19:18.676Z Compiling float-cmp v0.10.0
16822026-05-08T00:19:18.826Z Compiling memmap2 v0.9.10
16832026-05-08T00:19:18.876Z Compiling thread-id v4.2.2
16842026-05-08T00:19:18.965Z Compiling env_filter v1.0.0
16852026-05-08T00:19:18.993Z Compiling encoding_rs v0.8.35
16862026-05-08T00:19:19.040Z Compiling rustc-hash v2.1.1
16872026-05-08T00:19:19.117Z Compiling jiff v0.2.21
16882026-05-08T00:19:19.222Z Compiling difflib v0.4.0
16892026-05-08T00:19:19.300Z Compiling predicates-core v1.0.10
16902026-05-08T00:19:19.485Z Compiling static_assertions v1.1.0
16912026-05-08T00:19:19.566Z Compiling normalize-line-endings v0.3.0
16922026-05-08T00:19:19.672Z Compiling whoami v2.1.0
16932026-05-08T00:19:19.792Z Compiling data-encoding v2.10.0
16942026-05-08T00:19:20.064Z Compiling either v1.15.0
16952026-05-08T00:19:20.275Z Compiling mime v0.3.17
16962026-05-08T00:19:20.298Z Compiling keccak v0.1.6
16972026-05-08T00:19:20.389Z Compiling precomputed-hash v0.1.1
16982026-05-08T00:19:20.484Z Compiling fixedbitset v0.5.7
16992026-05-08T00:19:20.501Z Compiling fixedbitset v0.4.2
17002026-05-08T00:19:20.535Z Compiling new_debug_unreachable v1.0.6
17012026-05-08T00:19:20.589Z Compiling toml_edit v0.22.27
17022026-05-08T00:19:20.615Z Compiling string_cache v0.8.9
17032026-05-08T00:19:20.714Z Compiling petgraph v0.8.3
17042026-05-08T00:19:20.788Z Compiling petgraph v0.6.5
17052026-05-08T00:19:20.851Z Compiling sha3 v0.10.8
17062026-05-08T00:19:21.109Z Compiling clap v4.5.60
17072026-05-08T00:19:21.200Z Compiling strum v0.26.3
17082026-05-08T00:19:21.238Z Compiling itertools v0.13.0
17092026-05-08T00:19:21.297Z Compiling hickory-proto v0.25.2
17102026-05-08T00:19:21.331Z Compiling tokio-postgres v0.7.16
17112026-05-08T00:19:22.283Z Compiling zip v4.6.1
17122026-05-08T00:19:22.457Z Compiling predicates v3.1.4
17132026-05-08T00:19:22.616Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17142026-05-08T00:19:23.097Z Compiling iddqd v0.3.18
17152026-05-08T00:19:23.250Z Compiling env_logger v0.11.9
17162026-05-08T00:19:23.299Z Compiling usdt v0.6.0
17172026-05-08T00:19:23.353Z Compiling usdt-impl v0.5.0
17182026-05-08T00:19:23.529Z Compiling serde_with v3.17.0
17192026-05-08T00:19:23.567Z Compiling ecdsa v0.16.9
17202026-05-08T00:19:23.605Z Compiling similar v2.7.0
17212026-05-08T00:19:23.927Z Compiling rsa v0.9.10
17222026-05-08T00:19:23.953Z Compiling ed25519-dalek v2.2.0
17232026-05-08T00:19:24.262Z Compiling crossterm v0.28.1
17242026-05-08T00:19:24.638Z Compiling zip v0.6.6
17252026-05-08T00:19:25.287Z Compiling toml v0.7.8
17262026-05-08T00:19:25.812Z Compiling heck v0.4.1
17272026-05-08T00:19:25.887Z Compiling toml_parser v1.0.9+spec-1.1.0
17282026-05-08T00:19:25.903Z Compiling crossbeam-epoch v0.9.18
17292026-05-08T00:19:25.932Z Compiling tokio-stream v0.1.18
17302026-05-08T00:19:26.037Z Compiling buf-list v1.1.2
17312026-05-08T00:19:26.052Z Compiling x509-cert v0.2.5
17322026-05-08T00:19:26.227Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17332026-05-08T00:19:26.312Z Compiling openapiv3 v2.2.0
17342026-05-08T00:19:26.393Z Compiling sha1 v0.10.6
17352026-05-08T00:19:26.512Z Compiling toml_datetime v0.7.5+spec-1.1.0
17362026-05-08T00:19:26.528Z Compiling peg-runtime v0.8.5
17372026-05-08T00:19:26.616Z Compiling lalrpop-util v0.19.12
17382026-05-08T00:19:26.798Z Compiling thread_local v1.1.9
17392026-05-08T00:19:26.812Z Compiling slog-async v2.8.0
17402026-05-08T00:19:26.826Z Compiling crossbeam-channel v0.5.15
17412026-05-08T00:19:27.051Z Compiling futures-executor v0.3.32
17422026-05-08T00:19:27.131Z Compiling is-terminal v0.4.17
17432026-05-08T00:19:27.233Z Compiling filetime v0.2.27
17442026-05-08T00:19:27.282Z Compiling xattr v1.6.1
17452026-05-08T00:19:27.285Z Compiling take_mut v0.2.2
17462026-05-08T00:19:27.315Z Compiling term v1.2.1
17472026-05-08T00:19:27.409Z Compiling futures v0.3.32
17482026-05-08T00:19:27.452Z Compiling tar v0.4.45
17492026-05-08T00:19:27.673Z Compiling slog-term v2.9.2
17502026-05-08T00:19:34.274Z Compiling rustls-webpki v0.103.9
17512026-05-08T00:19:37.096Z Compiling tokio-rustls v0.26.4
17522026-05-08T00:19:37.096Z Compiling rustls-platform-verifier v0.6.2
17532026-05-08T00:19:37.290Z Compiling hyper-rustls v0.27.7
17542026-05-08T00:19:37.492Z Compiling reqwest v0.12.28
17552026-05-08T00:19:37.492Z Compiling reqwest v0.13.2
17562026-05-08T00:19:39.591Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17572026-05-08T00:19:39.809Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17582026-05-08T00:19:42.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
17592026-05-08T00:19:42.781Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17602026-05-08T00:19:42.838ZMay 08 00:19:40.978 INFO Starting download, target: Console
17612026-05-08T00:19:42.838ZMay 08 00:19:40.978 INFO Starting download, target: Clickhouse
17622026-05-08T00:19:42.838ZMay 08 00:19:40.978 INFO Starting download, target: DendriteStub
17632026-05-08T00:19:42.838ZMay 08 00:19:40.978 INFO Starting download, target: Cockroach
17642026-05-08T00:19:42.841ZMay 08 00:19:40.978 INFO Starting download, target: MaghemiteMgd
17652026-05-08T00:19:42.841ZMay 08 00:19:40.978 INFO Starting download, target: TransceiverControl
17662026-05-08T00:19:42.841ZMay 08 00:19:40.978 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17672026-05-08T00:19:42.841ZMay 08 00:19:40.978 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17682026-05-08T00:19:42.841ZMay 08 00:19:40.978 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17692026-05-08T00:19:42.841ZMay 08 00:19:40.978 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17702026-05-08T00:19:42.841ZMay 08 00:19:40.978 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17712026-05-08T00:19:42.841ZMay 08 00:19:40.978 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17722026-05-08T00:19:43.227ZMay 08 00:19:41.358 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17732026-05-08T00:19:43.424ZMay 08 00:19:41.563 INFO Download complete, target: TransceiverControl
17742026-05-08T00:19:43.864ZMay 08 00:19:41.982 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17752026-05-08T00:19:44.079ZMay 08 00:19:42.210 INFO Download complete, target: Console
17762026-05-08T00:19:44.689ZMay 08 00:19:42.819 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17772026-05-08T00:19:44.701ZMay 08 00:19:42.839 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17782026-05-08T00:19:44.900ZMay 08 00:19:43.030 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17792026-05-08T00:19:45.604ZMay 08 00:19:43.743 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17802026-05-08T00:19:45.604ZMay 08 00:19:43.743 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17812026-05-08T00:19:47.032ZMay 08 00:19:45.171 INFO Download complete, target: DendriteStub
17822026-05-08T00:19:47.233ZMay 08 00:19:45.372 INFO Download complete, target: MaghemiteMgd
17832026-05-08T00:19:50.153ZMay 08 00:19:48.292 INFO Checking that binary works, target: Cockroach
17842026-05-08T00:19:50.258ZMay 08 00:19:48.396 INFO Download complete, target: Cockroach
17852026-05-08T00:19:51.419ZMay 08 00:19:49.557 INFO Checking that binary works, target: Clickhouse
17862026-05-08T00:19:51.516ZMay 08 00:19:49.654 INFO Download complete, target: Clickhouse
17872026-05-08T00:19:51.536ZAll builder prerequisites installed successfully, and PATH looks valid
17882026-05-08T00:19:51.539Z
17892026-05-08T00:19:51.539Zreal 3:57.747896974
17902026-05-08T00:19:51.539Zuser 7:19.361848886
17912026-05-08T00:19:51.539Zsys 1:25.046749937
17922026-05-08T00:19:51.539Ztrap 0.220334038
17932026-05-08T00:19:51.539Ztflt 0.855314226
17942026-05-08T00:19:51.539Zdflt 0.851687704
17952026-05-08T00:19:51.539Zkflt 0.064521780
17962026-05-08T00:19:51.539Zlock 21:54.184433576
17972026-05-08T00:19:51.539Zslp 23:35.032218369
17982026-05-08T00:19:51.539Zlat 41.744296400
17992026-05-08T00:19:51.539Zstop 2:00.250689678
18002026-05-08T00:19:51.539Z+ banner hack-check
18012026-05-08T00:19:51.539Z
18022026-05-08T00:19:51.539Z # # ## #### # # #### # # ###### #### # #
18032026-05-08T00:19:51.539Z # # # # # # # # # # # # # # # # #
18042026-05-08T00:19:51.539Z ###### # # # #### ##### # ###### ##### # ####
18052026-05-08T00:19:51.539Z # # ###### # # # # # # # # # #
18062026-05-08T00:19:51.539Z # # # # # # # # # # # # # # # # #
18072026-05-08T00:19:51.539Z # # # # #### # # #### # # ###### #### # #
18082026-05-08T00:19:51.539Z
18092026-05-08T00:19:51.539Z+ export CARGO_INCREMENTAL=0
18102026-05-08T00:19:51.539Z+ CARGO_INCREMENTAL=0
18112026-05-08T00:19:51.539Z+ ptime -m timeout 2h cargo xtask check-features --ci
18122026-05-08T00:19:52.083Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18132026-05-08T00:19:52.304Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18142026-05-08T00:19:54.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s
18152026-05-08T00:19:54.242Z Running `target/debug/xtask check-features --ci`
18162026-05-08T00:19:54.268Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18172026-05-08T00:19:54.271Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18182026-05-08T00:19:54.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18192026-05-08T00:19:54.779Z Running `target/debug/xtask download cargo-hack`
18202026-05-08T00:19:55.562Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18212026-05-08T00:19:55.873Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18222026-05-08T00:19:58.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.53s
18232026-05-08T00:19:58.525Z Running `target/debug/xtask-downloader cargo-hack`
18242026-05-08T00:19:58.574ZMay 08 00:19:56.702 INFO Starting download, target: CargoHack
18252026-05-08T00:19:58.583ZMay 08 00:19:56.702 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18262026-05-08T00:19:58.758ZMay 08 00:19:56.892 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18272026-05-08T00:19:58.807ZMay 08 00:19:56.941 INFO Download complete, target: CargoHack
18282026-05-08T00:19:58.812Zrunning: "/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"
18292026-05-08T00:19:58.819Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18302026-05-08T00:19:58.971Zinfo: running `cargo check --bins` on api_identity (1/274)
18312026-05-08T00:19:59.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322026-05-08T00:19:59.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332026-05-08T00:19:59.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342026-05-08T00:19:59.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18352026-05-08T00:19:59.545Z
18362026-05-08T00:19:59.545Zinfo: running `cargo check --bins` on bootstore (2/274)
18372026-05-08T00:20:00.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382026-05-08T00:20:00.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392026-05-08T00:20:00.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402026-05-08T00:20:00.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18412026-05-08T00:20:00.137Z
18422026-05-08T00:20:00.137Zinfo: running `cargo check --bins` on omicron-ledger (3/274)
18432026-05-08T00:20:00.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-05-08T00:20:00.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-05-08T00:20:00.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-05-08T00:20:00.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18472026-05-08T00:20:00.688Z
18482026-05-08T00:20:00.688Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/274)
18492026-05-08T00:20:01.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-05-08T00:20:01.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-05-08T00:20:01.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-05-08T00:20:01.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18532026-05-08T00:20:01.263Z
18542026-05-08T00:20:01.263Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/274)
18552026-05-08T00:20:01.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-05-08T00:20:01.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-05-08T00:20:01.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-05-08T00:20:01.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18592026-05-08T00:20:01.833Z
18602026-05-08T00:20:01.834Zinfo: running `cargo check --bins` on omicron-certificates (6/274)
18612026-05-08T00:20:02.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-05-08T00:20:02.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-05-08T00:20:02.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-05-08T00:20:02.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18652026-05-08T00:20:02.432Z
18662026-05-08T00:20:02.432Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/274)
18672026-05-08T00:20:02.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-05-08T00:20:02.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-05-08T00:20:02.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-05-08T00:20:02.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18712026-05-08T00:20:03.030Z
18722026-05-08T00:20:03.030Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/274)
18732026-05-08T00:20:03.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-05-08T00:20:03.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-05-08T00:20:03.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-05-08T00:20:03.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18772026-05-08T00:20:03.617Z
18782026-05-08T00:20:03.617Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/274)
18792026-05-08T00:20:04.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-05-08T00:20:04.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-05-08T00:20:04.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-05-08T00:20:04.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18832026-05-08T00:20:04.081Z
18842026-05-08T00:20:04.081Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/274)
18852026-05-08T00:20:04.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-05-08T00:20:04.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-05-08T00:20:04.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-05-08T00:20:04.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18892026-05-08T00:20:04.550Z
18902026-05-08T00:20:04.550Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/274)
18912026-05-08T00:20:04.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-05-08T00:20:04.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-05-08T00:20:04.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-05-08T00:20:04.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18952026-05-08T00:20:05.018Z
18962026-05-08T00:20:05.018Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/274)
18972026-05-08T00:20:05.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-05-08T00:20:05.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-05-08T00:20:05.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-05-08T00:20:05.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19012026-05-08T00:20:05.491Z
19022026-05-08T00:20:05.491Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/274)
19032026-05-08T00:20:05.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-05-08T00:20:05.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-05-08T00:20:05.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-05-08T00:20:05.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19072026-05-08T00:20:05.946Z
19082026-05-08T00:20:05.946Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/274)
19092026-05-08T00:20:06.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-05-08T00:20:06.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-05-08T00:20:06.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-05-08T00:20:06.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19132026-05-08T00:20:06.411Z
19142026-05-08T00:20:06.411Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/274)
19152026-05-08T00:20:06.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-05-08T00:20:06.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-05-08T00:20:06.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-05-08T00:20:06.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19192026-05-08T00:20:06.881Z
19202026-05-08T00:20:06.881Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/274)
19212026-05-08T00:20:07.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-05-08T00:20:07.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-05-08T00:20:07.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-05-08T00:20:07.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19252026-05-08T00:20:07.347Z
19262026-05-08T00:20:07.347Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/274)
19272026-05-08T00:20:07.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-05-08T00:20:07.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-05-08T00:20:07.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-05-08T00:20:07.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19312026-05-08T00:20:07.810Z
19322026-05-08T00:20:07.810Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/274)
19332026-05-08T00:20:08.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-05-08T00:20:08.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-05-08T00:20:08.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-05-08T00:20:08.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19372026-05-08T00:20:08.276Z
19382026-05-08T00:20:08.276Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/274)
19392026-05-08T00:20:08.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-05-08T00:20:08.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-05-08T00:20:08.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-05-08T00:20:08.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19432026-05-08T00:20:08.740Z
19442026-05-08T00:20:08.740Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/274)
19452026-05-08T00:20:09.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-05-08T00:20:09.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-05-08T00:20:09.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-05-08T00:20:09.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19492026-05-08T00:20:09.211Z
19502026-05-08T00:20:09.211Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/274)
19512026-05-08T00:20:09.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-05-08T00:20:09.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-05-08T00:20:09.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-05-08T00:20:09.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19552026-05-08T00:20:09.685Z
19562026-05-08T00:20:09.685Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/274)
19572026-05-08T00:20:10.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-05-08T00:20:10.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-05-08T00:20:10.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-05-08T00:20:10.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19612026-05-08T00:20:10.149Z
19622026-05-08T00:20:10.149Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/274)
19632026-05-08T00:20:10.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-05-08T00:20:10.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-05-08T00:20:10.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-05-08T00:20:10.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19672026-05-08T00:20:10.615Z
19682026-05-08T00:20:10.615Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/274)
19692026-05-08T00:20:11.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-05-08T00:20:11.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-05-08T00:20:11.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-05-08T00:20:11.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19732026-05-08T00:20:11.080Z
19742026-05-08T00:20:11.080Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/274)
19752026-05-08T00:20:11.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-05-08T00:20:11.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-05-08T00:20:11.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-05-08T00:20:11.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19792026-05-08T00:20:11.547Z
19802026-05-08T00:20:11.547Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/274)
19812026-05-08T00:20:11.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-05-08T00:20:11.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-05-08T00:20:11.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-05-08T00:20:11.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19852026-05-08T00:20:12.017Z
19862026-05-08T00:20:12.017Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/274)
19872026-05-08T00:20:12.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-05-08T00:20:12.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-05-08T00:20:12.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-05-08T00:20:12.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19912026-05-08T00:20:12.488Z
19922026-05-08T00:20:12.488Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/274)
19932026-05-08T00:20:12.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-05-08T00:20:12.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-05-08T00:20:12.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-05-08T00:20:12.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19972026-05-08T00:20:12.972Z
19982026-05-08T00:20:12.973Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/274)
19992026-05-08T00:20:13.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-05-08T00:20:13.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-05-08T00:20:13.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-05-08T00:20:13.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20032026-05-08T00:20:13.432Z
20042026-05-08T00:20:13.432Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/274)
20052026-05-08T00:20:13.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-05-08T00:20:13.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-05-08T00:20:13.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-05-08T00:20:13.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20092026-05-08T00:20:13.901Z
20102026-05-08T00:20:13.901Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/274)
20112026-05-08T00:20:14.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-05-08T00:20:14.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-05-08T00:20:14.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-05-08T00:20:14.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20152026-05-08T00:20:14.372Z
20162026-05-08T00:20:14.372Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/274)
20172026-05-08T00:20:14.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-05-08T00:20:14.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-05-08T00:20:14.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-05-08T00:20:14.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20212026-05-08T00:20:14.836Z
20222026-05-08T00:20:14.836Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/274)
20232026-05-08T00:20:15.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-05-08T00:20:15.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-05-08T00:20:15.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-05-08T00:20:15.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20272026-05-08T00:20:15.308Z
20282026-05-08T00:20:15.308Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/274)
20292026-05-08T00:20:15.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-05-08T00:20:15.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-05-08T00:20:15.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-05-08T00:20:15.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20332026-05-08T00:20:15.771Z
20342026-05-08T00:20:15.771Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/274)
20352026-05-08T00:20:16.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-05-08T00:20:16.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-05-08T00:20:16.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-05-08T00:20:16.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20392026-05-08T00:20:16.242Z
20402026-05-08T00:20:16.242Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/274)
20412026-05-08T00:20:16.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-05-08T00:20:16.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-05-08T00:20:16.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-05-08T00:20:16.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20452026-05-08T00:20:16.711Z
20462026-05-08T00:20:16.711Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/274)
20472026-05-08T00:20:17.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-05-08T00:20:17.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-05-08T00:20:17.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-05-08T00:20:17.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20512026-05-08T00:20:17.182Z
20522026-05-08T00:20:17.182Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/274)
20532026-05-08T00:20:17.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-05-08T00:20:17.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-05-08T00:20:17.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-05-08T00:20:17.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20572026-05-08T00:20:17.652Z
20582026-05-08T00:20:17.652Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/274)
20592026-05-08T00:20:18.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-05-08T00:20:18.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-05-08T00:20:18.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-05-08T00:20:18.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20632026-05-08T00:20:18.115Z
20642026-05-08T00:20:18.115Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/274)
20652026-05-08T00:20:18.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-05-08T00:20:18.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-05-08T00:20:18.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-05-08T00:20:18.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20692026-05-08T00:20:18.590Z
20702026-05-08T00:20:18.590Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/274)
20712026-05-08T00:20:19.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-05-08T00:20:19.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-05-08T00:20:19.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-05-08T00:20:19.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20752026-05-08T00:20:19.073Z
20762026-05-08T00:20:19.073Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/274)
20772026-05-08T00:20:19.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-05-08T00:20:19.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-05-08T00:20:19.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-05-08T00:20:19.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20812026-05-08T00:20:19.542Z
20822026-05-08T00:20:19.542Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/274)
20832026-05-08T00:20:19.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-05-08T00:20:19.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-05-08T00:20:19.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-05-08T00:20:19.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20872026-05-08T00:20:20.008Z
20882026-05-08T00:20:20.008Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/274)
20892026-05-08T00:20:20.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-05-08T00:20:20.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-05-08T00:20:20.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-05-08T00:20:20.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20932026-05-08T00:20:20.479Z
20942026-05-08T00:20:20.479Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/274)
20952026-05-08T00:20:20.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-05-08T00:20:20.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-05-08T00:20:20.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-05-08T00:20:20.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20992026-05-08T00:20:20.953Z
21002026-05-08T00:20:20.953Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/274)
21012026-05-08T00:20:21.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-05-08T00:20:21.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-05-08T00:20:21.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-05-08T00:20:21.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21052026-05-08T00:20:21.422Z
21062026-05-08T00:20:21.422Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/274)
21072026-05-08T00:20:21.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-05-08T00:20:21.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-05-08T00:20:21.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-05-08T00:20:21.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21112026-05-08T00:20:21.895Z
21122026-05-08T00:20:21.895Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/274)
21132026-05-08T00:20:22.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-05-08T00:20:22.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-05-08T00:20:22.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162026-05-08T00:20:22.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21172026-05-08T00:20:22.367Z
21182026-05-08T00:20:22.367Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/274)
21192026-05-08T00:20:22.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202026-05-08T00:20:22.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212026-05-08T00:20:22.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222026-05-08T00:20:22.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21232026-05-08T00:20:22.998Z
21242026-05-08T00:20:22.998Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/274)
21252026-05-08T00:20:23.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262026-05-08T00:20:23.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272026-05-08T00:20:23.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282026-05-08T00:20:23.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21292026-05-08T00:20:23.637Z
21302026-05-08T00:20:23.637Zinfo: running `cargo check --bins` on nexus-config (51/274)
21312026-05-08T00:20:24.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322026-05-08T00:20:24.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332026-05-08T00:20:24.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342026-05-08T00:20:24.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21352026-05-08T00:20:24.276Z
21362026-05-08T00:20:24.276Zinfo: running `cargo check --bins` on nexus-types (52/274)
21372026-05-08T00:20:24.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382026-05-08T00:20:24.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392026-05-08T00:20:24.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402026-05-08T00:20:24.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21412026-05-08T00:20:24.918Z
21422026-05-08T00:20:24.918Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/274)
21432026-05-08T00:20:25.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442026-05-08T00:20:25.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452026-05-08T00:20:25.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462026-05-08T00:20:25.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21472026-05-08T00:20:25.520Z
21482026-05-08T00:20:25.520Zinfo: running `cargo check --bins` on omicron-passwords (54/274)
21492026-05-08T00:20:26.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502026-05-08T00:20:26.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512026-05-08T00:20:26.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522026-05-08T00:20:26.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21532026-05-08T00:20:26.101Z
21542026-05-08T00:20:26.101Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/274)
21552026-05-08T00:20:26.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562026-05-08T00:20:26.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572026-05-08T00:20:26.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582026-05-08T00:20:26.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21592026-05-08T00:20:26.699Z
21602026-05-08T00:20:26.699Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/274)
21612026-05-08T00:20:27.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622026-05-08T00:20:27.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632026-05-08T00:20:27.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642026-05-08T00:20:27.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21652026-05-08T00:20:27.301Z
21662026-05-08T00:20:27.301Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/274)
21672026-05-08T00:20:27.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682026-05-08T00:20:27.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692026-05-08T00:20:27.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702026-05-08T00:20:27.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21712026-05-08T00:20:27.906Z
21722026-05-08T00:20:27.906Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/274)
21732026-05-08T00:20:28.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742026-05-08T00:20:28.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752026-05-08T00:20:28.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762026-05-08T00:20:28.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21772026-05-08T00:20:28.515Z
21782026-05-08T00:20:28.515Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/274)
21792026-05-08T00:20:29.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802026-05-08T00:20:29.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812026-05-08T00:20:29.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822026-05-08T00:20:29.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21832026-05-08T00:20:29.095Z
21842026-05-08T00:20:29.095Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/274)
21852026-05-08T00:20:29.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862026-05-08T00:20:29.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872026-05-08T00:20:29.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882026-05-08T00:20:29.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21892026-05-08T00:20:29.680Z
21902026-05-08T00:20:29.680Zinfo: running `cargo check --bins --no-default-features` on gfss (61/274)
21912026-05-08T00:20:30.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922026-05-08T00:20:30.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932026-05-08T00:20:30.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21942026-05-08T00:20:30.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21952026-05-08T00:20:30.279Z
21962026-05-08T00:20:30.279Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/274)
21972026-05-08T00:20:30.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21982026-05-08T00:20:30.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21992026-05-08T00:20:30.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22002026-05-08T00:20:30.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22012026-05-08T00:20:30.839Z
22022026-05-08T00:20:30.839Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/274)
22032026-05-08T00:20:31.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22042026-05-08T00:20:31.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22052026-05-08T00:20:31.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22062026-05-08T00:20:31.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22072026-05-08T00:20:31.447Z
22082026-05-08T00:20:31.447Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/274)
22092026-05-08T00:20:31.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22102026-05-08T00:20:31.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22112026-05-08T00:20:31.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22122026-05-08T00:20:31.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22132026-05-08T00:20:32.048Z
22142026-05-08T00:20:32.048Zinfo: running `cargo check --bins` on cockroach-admin-types (65/274)
22152026-05-08T00:20:32.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162026-05-08T00:20:32.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172026-05-08T00:20:32.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22182026-05-08T00:20:32.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22192026-05-08T00:20:32.615Z
22202026-05-08T00:20:32.616Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/274)
22212026-05-08T00:20:33.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222026-05-08T00:20:33.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232026-05-08T00:20:33.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242026-05-08T00:20:33.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22252026-05-08T00:20:33.209Z
22262026-05-08T00:20:33.210Zinfo: running `cargo check --bins` on ereport-types (67/274)
22272026-05-08T00:20:33.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282026-05-08T00:20:33.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292026-05-08T00:20:33.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302026-05-08T00:20:33.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22312026-05-08T00:20:33.781Z
22322026-05-08T00:20:33.781Zinfo: running `cargo check --bins` on gateway-client (68/274)
22332026-05-08T00:20:34.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342026-05-08T00:20:34.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352026-05-08T00:20:34.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362026-05-08T00:20:34.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22372026-05-08T00:20:34.378Z
22382026-05-08T00:20:34.378Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/274)
22392026-05-08T00:20:34.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402026-05-08T00:20:34.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412026-05-08T00:20:34.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422026-05-08T00:20:34.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22432026-05-08T00:20:34.965Z
22442026-05-08T00:20:34.965Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/274)
22452026-05-08T00:20:35.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462026-05-08T00:20:35.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472026-05-08T00:20:35.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22482026-05-08T00:20:35.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22492026-05-08T00:20:35.554Z
22502026-05-08T00:20:35.554Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/274)
22512026-05-08T00:20:36.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22522026-05-08T00:20:36.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22532026-05-08T00:20:36.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22542026-05-08T00:20:36.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22552026-05-08T00:20:36.150Z
22562026-05-08T00:20:36.150Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/274)
22572026-05-08T00:20:36.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22582026-05-08T00:20:36.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22592026-05-08T00:20:36.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22602026-05-08T00:20:36.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22612026-05-08T00:20:36.738Z
22622026-05-08T00:20:36.738Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/274)
22632026-05-08T00:20:37.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22642026-05-08T00:20:37.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22652026-05-08T00:20:37.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22662026-05-08T00:20:37.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22672026-05-08T00:20:37.347Z
22682026-05-08T00:20:37.347Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/274)
22692026-05-08T00:20:37.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22702026-05-08T00:20:37.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22712026-05-08T00:20:37.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22722026-05-08T00:20:37.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22732026-05-08T00:20:37.959Z
22742026-05-08T00:20:37.959Zinfo: running `cargo check --bins` on key-manager-types (75/274)
22752026-05-08T00:20:38.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22762026-05-08T00:20:38.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22772026-05-08T00:20:38.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22782026-05-08T00:20:38.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22792026-05-08T00:20:38.538Z
22802026-05-08T00:20:38.538Zinfo: running `cargo check --bins` on oxlog (76/274)
22812026-05-08T00:20:39.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22822026-05-08T00:20:39.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22832026-05-08T00:20:39.151Z Checking cfg-if v1.0.4
22842026-05-08T00:20:39.154Z Checking libc v0.2.185
22852026-05-08T00:20:39.154Z Checking serde_core v1.0.228
22862026-05-08T00:20:39.269Z Checking zeroize v1.8.2
22872026-05-08T00:20:39.278Z Checking memchr v2.8.0
22882026-05-08T00:20:39.287Z Checking log v0.4.29
22892026-05-08T00:20:39.290Z Checking smallvec v1.15.1
22902026-05-08T00:20:39.308Z Checking typenum v1.19.0
22912026-05-08T00:20:39.312Z Checking subtle v2.6.1
22922026-05-08T00:20:39.409Z Checking itoa v1.0.17
22932026-05-08T00:20:39.453Z Checking scopeguard v1.2.0
22942026-05-08T00:20:39.465Z Checking stable_deref_trait v1.2.1
22952026-05-08T00:20:39.468Z Checking const-oid v0.9.6
22962026-05-08T00:20:39.537Z Checking portable-atomic v1.13.1
22972026-05-08T00:20:39.549Z Checking lock_api v0.4.14
22982026-05-08T00:20:39.549Z Checking zerofrom v0.1.6
22992026-05-08T00:20:39.657Z Checking getrandom v0.2.17
23002026-05-08T00:20:39.657Z Checking errno v0.3.14
23012026-05-08T00:20:39.657Z Checking critical-section v1.2.0
23022026-05-08T00:20:39.748Z Checking yoke v0.8.1
23032026-05-08T00:20:39.771Z Checking parking_lot_core v0.9.12
23042026-05-08T00:20:39.795Z Checking signal-hook-registry v1.4.8
23052026-05-08T00:20:39.823Z Checking generic-array v0.14.7
23062026-05-08T00:20:39.835Z Checking rand_core v0.6.4
23072026-05-08T00:20:39.913Z Checking zerovec v0.11.5
23082026-05-08T00:20:39.925Z Checking once_cell v1.21.3
23092026-05-08T00:20:39.951Z Checking zerocopy v0.8.40
23102026-05-08T00:20:39.954Z Checking pin-project-lite v0.2.17
23112026-05-08T00:20:40.005Z Checking parking_lot v0.12.5
23122026-05-08T00:20:40.049Z Checking mio v1.2.0
23132026-05-08T00:20:40.091Z Checking socket2 v0.6.3
23142026-05-08T00:20:40.138Z Checking libm v0.2.16
23152026-05-08T00:20:40.185Z Checking zmij v1.0.21
23162026-05-08T00:20:40.255Z Checking crypto-common v0.1.7
23172026-05-08T00:20:40.323Z Checking block-buffer v0.10.4
23182026-05-08T00:20:40.335Z Checking litemap v0.8.1
23192026-05-08T00:20:40.347Z Checking tinystr v0.8.2
23202026-05-08T00:20:40.374Z Checking writeable v0.6.2
23212026-05-08T00:20:40.393Z Checking equivalent v1.0.2
23222026-05-08T00:20:40.458Z Checking digest v0.10.7
23232026-05-08T00:20:40.472Z Checking percent-encoding v2.3.2
23242026-05-08T00:20:40.502Z Checking futures-core v0.3.32
23252026-05-08T00:20:40.518Z Checking potential_utf v0.1.4
23262026-05-08T00:20:40.530Z Checking icu_locale_core v2.1.1
23272026-05-08T00:20:40.605Z Checking zerotrie v0.2.3
23282026-05-08T00:20:40.620Z Checking cpufeatures v0.2.17
23292026-05-08T00:20:40.642Z Checking icu_collections v2.1.1
23302026-05-08T00:20:40.655Z Checking hmac v0.12.1
23312026-05-08T00:20:40.687Z Checking block-padding v0.3.3
23322026-05-08T00:20:40.751Z Checking serde v1.0.228
23332026-05-08T00:20:40.779Z Checking bitflags v2.11.0
23342026-05-08T00:20:40.813Z Checking serde_json v1.0.149
23352026-05-08T00:20:40.836Z Checking num-traits v0.2.19
23362026-05-08T00:20:40.849Z Checking icu_normalizer_data v2.1.1
23372026-05-08T00:20:40.920Z Checking icu_properties_data v2.1.2
23382026-05-08T00:20:40.942Z Checking rand_core v0.10.0
23392026-05-08T00:20:40.954Z Checking hashbrown v0.17.0
23402026-05-08T00:20:41.048Z Checking futures-sink v0.3.32
23412026-05-08T00:20:41.083Z Checking icu_provider v2.1.1
23422026-05-08T00:20:41.096Z Checking getrandom v0.4.1
23432026-05-08T00:20:41.143Z Checking futures-channel v0.3.32
23442026-05-08T00:20:41.155Z Checking bytes v1.11.1
23452026-05-08T00:20:41.237Z Checking inout v0.1.4
23462026-05-08T00:20:41.313Z Checking icu_properties v2.1.2
23472026-05-08T00:20:41.330Z Checking icu_normalizer v2.1.1
23482026-05-08T00:20:41.363Z Checking futures-io v0.3.32
23492026-05-08T00:20:41.375Z Checking slab v0.4.12
23502026-05-08T00:20:41.414Z Checking indexmap v2.14.0
23512026-05-08T00:20:41.471Z Checking futures-task v0.3.32
23522026-05-08T00:20:41.483Z Checking cipher v0.4.4
23532026-05-08T00:20:41.524Z Checking sha2 v0.10.9
23542026-05-08T00:20:41.590Z Checking tokio v1.52.1
23552026-05-08T00:20:41.609Z Checking futures-util v0.3.32
23562026-05-08T00:20:41.632Z Checking getrandom v0.3.4
23572026-05-08T00:20:41.688Z Checking base64ct v1.8.3
23582026-05-08T00:20:41.773Z Checking utf8_iter v1.0.4
23592026-05-08T00:20:41.789Z Checking byteorder v1.5.0
23602026-05-08T00:20:41.895Z Checking form_urlencoded v1.2.2
23612026-05-08T00:20:41.916Z Checking pem-rfc7468 v0.7.0
23622026-05-08T00:20:41.973Z Checking fnv v1.0.7
23632026-05-08T00:20:41.997Z Checking flagset v0.4.7
23642026-05-08T00:20:42.023Z Checking rand_core v0.9.5
23652026-05-08T00:20:42.058Z Checking salsa20 v0.10.2
23662026-05-08T00:20:42.076Z Checking http v1.4.0
23672026-05-08T00:20:42.117Z Checking der v0.7.10
23682026-05-08T00:20:42.145Z Checking idna_adapter v1.2.1
23692026-05-08T00:20:42.187Z Checking uuid v1.23.0
23702026-05-08T00:20:42.203Z Checking pbkdf2 v0.12.2
23712026-05-08T00:20:42.263Z Checking idna v1.1.0
23722026-05-08T00:20:42.309Z Checking scrypt v0.11.0
23732026-05-08T00:20:42.458Z Checking aes v0.8.4
23742026-05-08T00:20:42.501Z Checking cbc v0.1.2
23752026-05-08T00:20:42.514Z Checking url v2.5.8
23762026-05-08T00:20:42.625Z Checking rustix v1.1.3
23772026-05-08T00:20:42.653Z Checking tracing-core v0.1.36
23782026-05-08T00:20:42.751Z Checking ppv-lite86 v0.2.21
23792026-05-08T00:20:42.840Z Checking rustls-pki-types v1.14.0
23802026-05-08T00:20:42.860Z Checking spki v0.7.3
23812026-05-08T00:20:42.948Z Checking iana-time-zone v0.1.65
23822026-05-08T00:20:42.963Z Checking regex-syntax v0.8.10
23832026-05-08T00:20:43.017Z Checking pkcs5 v0.7.1
23842026-05-08T00:20:43.043Z Checking rand_chacha v0.9.0
23852026-05-08T00:20:43.054Z Checking chrono v0.4.44
23862026-05-08T00:20:43.121Z Checking tracing v0.1.44
23872026-05-08T00:20:43.240Z Checking rand v0.9.2
23882026-05-08T00:20:43.269Z Checking http-body v1.0.1
23892026-05-08T00:20:43.322Z Checking aws-lc-sys v0.37.1
23902026-05-08T00:20:43.400Z Checking openssl-probe v0.2.1
23912026-05-08T00:20:43.452Z Checking untrusted v0.7.1
23922026-05-08T00:20:43.507Z Checking base64 v0.22.1
23932026-05-08T00:20:43.553Z Checking untrusted v0.9.0
23942026-05-08T00:20:43.568Z Checking pkcs8 v0.10.2
23952026-05-08T00:20:43.661Z Checking ring v0.17.14
23962026-05-08T00:20:43.709Z Checking plain v0.2.3
23972026-05-08T00:20:43.742Z Checking atomic-waker v1.1.2
23982026-05-08T00:20:43.746Z Checking try-lock v0.2.5
23992026-05-08T00:20:43.809Z Checking tinyvec_macros v0.1.1
24002026-05-08T00:20:43.826Z Checking aws-lc-rs v1.16.0
24012026-05-08T00:20:43.840Z Checking tower-service v0.3.3
24022026-05-08T00:20:43.853Z Checking tower-layer v0.3.3
24032026-05-08T00:20:43.873Z Checking tinyvec v1.10.0
24042026-05-08T00:20:43.913Z Checking want v0.3.1
24052026-05-08T00:20:43.928Z Checking ipnet v2.11.0
24062026-05-08T00:20:43.995Z Checking semver v1.0.28
24072026-05-08T00:20:44.033Z Checking httparse v1.10.1
24082026-05-08T00:20:44.180Z Checking spin v0.9.8
24092026-05-08T00:20:44.195Z Checking fastrand v2.3.0
24102026-05-08T00:20:44.206Z Checking unicode-ident v1.0.24
24112026-05-08T00:20:44.241Z Checking ucd-trie v0.1.7
24122026-05-08T00:20:44.260Z Checking foreign-types-shared v0.1.1
24132026-05-08T00:20:44.310Z Checking dyn-clone v1.0.20
24142026-05-08T00:20:44.339Z Checking httpdate v1.0.3
24152026-05-08T00:20:44.360Z Checking pin-utils v0.1.0
24162026-05-08T00:20:44.373Z Checking pest v2.8.6
24172026-05-08T00:20:44.376Z Checking tempfile v3.25.0
24182026-05-08T00:20:44.403Z Checking schemars v0.8.22
24192026-05-08T00:20:44.428Z Checking foreign-types v0.3.2
24202026-05-08T00:20:44.480Z Checking proc-macro2 v1.0.106
24212026-05-08T00:20:44.497Z Checking openssl-sys v0.9.114
24222026-05-08T00:20:44.569Z Checking thiserror v2.0.18
24232026-05-08T00:20:44.652Z Checking wait-timeout v0.2.1
24242026-05-08T00:20:44.664Z Checking rustls-webpki v0.103.9
24252026-05-08T00:20:44.676Z Checking aho-corasick v1.1.4
24262026-05-08T00:20:44.776Z Checking anstyle v1.0.13
24272026-05-08T00:20:44.792Z Checking simd-adler32 v0.3.8
24282026-05-08T00:20:44.828Z Checking tokio-util v0.7.18
24292026-05-08T00:20:44.954Z Checking bit-vec v0.8.0
24302026-05-08T00:20:44.957Z Checking siphasher v1.0.2
24312026-05-08T00:20:44.979Z Checking utf8parse v0.2.2
24322026-05-08T00:20:45.056Z Checking powerfmt v0.2.0
24332026-05-08T00:20:45.074Z Checking pretty-hex v0.4.1
24342026-05-08T00:20:45.087Z Checking rustls v0.23.37
24352026-05-08T00:20:45.116Z Checking quick-error v1.2.3
24362026-05-08T00:20:45.147Z Checking bit-set v0.8.0
24372026-05-08T00:20:45.186Z Checking anstyle-parse v0.2.7
24382026-05-08T00:20:45.205Z Checking deranged v0.5.8
24392026-05-08T00:20:45.216Z Checking rusty-fork v0.3.1
24402026-05-08T00:20:45.289Z Checking openssl v0.10.78
24412026-05-08T00:20:45.333Z Checking quote v1.0.45
24422026-05-08T00:20:45.354Z Checking regex-automata v0.4.14
24432026-05-08T00:20:45.384Z Compiling newtype-uuid v1.3.2
24442026-05-08T00:20:45.437Z Checking h2 v0.4.13
24452026-05-08T00:20:45.441Z Checking unicode-normalization v0.1.25
24462026-05-08T00:20:45.497Z Checking rustls-native-certs v0.8.3
24472026-05-08T00:20:45.563Z Checking crossbeam-utils v0.8.21
24482026-05-08T00:20:45.624Z Checking rand_xorshift v0.4.0
24492026-05-08T00:20:45.742Z Checking crc32fast v1.5.0
24502026-05-08T00:20:45.844Z Checking scroll v0.13.0
24512026-05-08T00:20:45.882Z Checking signature v2.2.0
24522026-05-08T00:20:45.894Z Checking sync_wrapper v1.0.2
24532026-05-08T00:20:45.993Z Checking unarray v0.1.4
24542026-05-08T00:20:46.008Z Checking allocator-api2 v0.2.21
24552026-05-08T00:20:46.069Z Checking colorchoice v1.0.4
24562026-05-08T00:20:46.094Z Checking anstyle-query v1.1.5
24572026-05-08T00:20:46.126Z Checking time-core v0.1.8
24582026-05-08T00:20:46.170Z Checking num-conv v0.2.0
24592026-05-08T00:20:46.191Z Checking num_threads v0.1.7
24602026-05-08T00:20:46.267Z Checking adler2 v2.0.1
24612026-05-08T00:20:46.275Z Checking unicode-properties v0.1.4
24622026-05-08T00:20:46.288Z Checking unicode-bidi v0.3.18
24632026-05-08T00:20:46.294Z Checking is_terminal_polyfill v1.70.2
24642026-05-08T00:20:46.373Z Checking miniz_oxide v0.8.9
24652026-05-08T00:20:46.388Z Checking anstream v0.6.21
24662026-05-08T00:20:46.468Z Checking time v0.3.47
24672026-05-08T00:20:46.573Z Checking stringprep v0.1.5
24682026-05-08T00:20:46.578Z Checking proptest v1.10.0
24692026-05-08T00:20:46.724Z Checking goblin v0.10.5
24702026-05-08T00:20:46.743Z Checking tower v0.5.3
24712026-05-08T00:20:47.141Z Checking crossbeam-epoch v0.9.18
24722026-05-08T00:20:47.170Z Compiling daft v0.1.5
24732026-05-08T00:20:47.300Z Checking native-tls v0.2.18
24742026-05-08T00:20:47.368Z Checking syn v2.0.117
24752026-05-08T00:20:47.451Z Checking ipnetwork v0.21.1
24762026-05-08T00:20:47.484Z Checking http-body-util v0.1.3
24772026-05-08T00:20:47.496Z Checking tokio-rustls v0.26.4
24782026-05-08T00:20:47.623Z Checking webpki-roots v1.0.6
24792026-05-08T00:20:47.668Z Checking rand_chacha v0.3.1
24802026-05-08T00:20:47.694Z Checking scroll v0.12.0
24812026-05-08T00:20:47.722Z Checking thiserror v1.0.69
24822026-05-08T00:20:47.738Z Checking zstd-sys v2.0.16+zstd.1.5.7
24832026-05-08T00:20:47.809Z Checking hash32 v0.2.1
24842026-05-08T00:20:47.853Z Checking num-integer v0.1.46
24852026-05-08T00:20:47.878Z Checking serde_spanned v0.6.9
24862026-05-08T00:20:47.919Z Checking toml_datetime v0.6.11
24872026-05-08T00:20:47.975Z Checking md-5 v0.10.6
24882026-05-08T00:20:47.993Z Checking ff v0.13.1
24892026-05-08T00:20:48.083Z Checking psl-types v2.0.11
24902026-05-08T00:20:48.100Z Checking zlib-rs v0.6.2
24912026-05-08T00:20:48.111Z Checking fallible-iterator v0.2.0
24922026-05-08T00:20:48.124Z Checking base16ct v0.2.0
24932026-05-08T00:20:48.145Z Checking hyper v1.8.1
24942026-05-08T00:20:48.188Z Checking ryu v1.0.23
24952026-05-08T00:20:48.240Z Checking iri-string v0.7.10
24962026-05-08T00:20:48.333Z Checking serde_urlencoded v0.7.1
24972026-05-08T00:20:48.375Z Checking postgres-protocol v0.6.10
24982026-05-08T00:20:48.536Z Checking sec1 v0.7.3
24992026-05-08T00:20:48.545Z Compiling iddqd v0.3.18
25002026-05-08T00:20:48.683Z Checking publicsuffix v2.3.0
25012026-05-08T00:20:48.732Z Checking group v0.13.0
25022026-05-08T00:20:48.845Z Checking num-iter v0.1.45
25032026-05-08T00:20:48.884Z Checking heapless v0.7.17
25042026-05-08T00:20:48.955Z Checking goblin v0.8.2
25052026-05-08T00:20:48.972Z Checking flate2 v1.1.9
25062026-05-08T00:20:49.056Z Checking hyper-util v0.1.20
25072026-05-08T00:20:49.084Z Checking dof v0.4.0
25082026-05-08T00:20:49.253Z Checking tower-http v0.6.8
25092026-05-08T00:20:49.269Z Checking rand v0.8.5
25102026-05-08T00:20:49.279Z Checking zstd-safe v7.2.4
25112026-05-08T00:20:49.440Z Checking oxnet v0.1.4
25122026-05-08T00:20:49.527Z Checking cookie v0.18.1
25132026-05-08T00:20:49.656Z Checking tokio-native-tls v0.3.1
25142026-05-08T00:20:49.679Z Checking dtrace-parser v0.3.0
25152026-05-08T00:20:49.699Z Checking phf_shared v0.13.1
25162026-05-08T00:20:49.733Z Checking lazy_static v1.5.0
25172026-05-08T00:20:49.752Z Checking terminal_size v0.4.3
25182026-05-08T00:20:49.773Z Checking zerocopy v0.7.35
25192026-05-08T00:20:49.806Z Checking bzip2-sys v0.1.13+1.0.8
25202026-05-08T00:20:49.821Z Checking signal-hook v0.3.18
25212026-05-08T00:20:49.864Z Checking hkdf v0.12.4
25222026-05-08T00:20:49.881Z Checking crypto-bigint v0.5.5
25232026-05-08T00:20:49.896Z Checking thread-id v5.1.0
25242026-05-08T00:20:49.906Z Checking bumpalo v3.20.2
25252026-05-08T00:20:49.966Z Checking libbz2-rs-sys v0.2.2
25262026-05-08T00:20:49.994Z Compiling rayon-core v1.13.0
25272026-05-08T00:20:50.009Z Checking strsim v0.11.1
25282026-05-08T00:20:50.106Z Checking managed v0.8.0
25292026-05-08T00:20:50.162Z Checking winnow v0.7.14
25302026-05-08T00:20:50.174Z Checking either v1.15.0
25312026-05-08T00:20:50.267Z Checking clap_lex v1.0.0
25322026-05-08T00:20:50.290Z Checking winnow v0.5.40
25332026-05-08T00:20:50.308Z Checking hyper-rustls v0.27.7
25342026-05-08T00:20:50.351Z Checking foldhash v0.1.5
25352026-05-08T00:20:50.364Z Checking bitflags v1.3.2
25362026-05-08T00:20:50.405Z Checking foldhash v0.2.0
25372026-05-08T00:20:50.431Z Checking smoltcp v0.9.1
25382026-05-08T00:20:50.481Z Checking hashbrown v0.15.5
25392026-05-08T00:20:50.513Z Checking clap_builder v4.5.60
25402026-05-08T00:20:50.559Z Checking hashbrown v0.16.1
25412026-05-08T00:20:50.773Z Checking elliptic-curve v0.13.8
25422026-05-08T00:20:50.863Z Checking dof v0.3.0
25432026-05-08T00:20:50.941Z Checking bzip2 v0.6.1
25442026-05-08T00:20:51.020Z Checking hyper-tls v0.6.0
25452026-05-08T00:20:51.067Z Checking zopfli v0.8.3
25462026-05-08T00:20:51.080Z Checking signal-hook-mio v0.2.5
25472026-05-08T00:20:51.103Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25482026-05-08T00:20:51.148Z Checking usdt-impl v0.6.0
25492026-05-08T00:20:51.177Z Checking bzip2 v0.4.4
25502026-05-08T00:20:51.190Z Checking phf v0.13.1
25512026-05-08T00:20:51.281Z Checking num-bigint-dig v0.8.6
25522026-05-08T00:20:51.335Z Checking cookie_store v0.22.1
25532026-05-08T00:20:51.360Z Checking zstd v0.13.3
25542026-05-08T00:20:51.390Z Checking postgres-types v0.2.12
25552026-05-08T00:20:51.432Z Checking dtrace-parser v0.2.0
25562026-05-08T00:20:51.445Z Checking toml_edit v0.19.15
25572026-05-08T00:20:51.541Z Checking rustls-platform-verifier v0.6.2
25582026-05-08T00:20:51.583Z Checking crossbeam-deque v0.8.6
25592026-05-08T00:20:51.663Z Checking regex v1.12.3
25602026-05-08T00:20:51.675Z Checking bstr v1.12.1
25612026-05-08T00:20:51.686Z Checking ed25519 v2.2.3
25622026-05-08T00:20:51.697Z Checking phf_shared v0.11.3
25632026-05-08T00:20:51.750Z Checking curve25519-dalek v4.1.3
25642026-05-08T00:20:51.753Z Checking ref-cast v1.0.25
25652026-05-08T00:20:51.834Z Checking strum v0.27.2
25662026-05-08T00:20:51.858Z Checking hubpack v0.1.2
25672026-05-08T00:20:51.861Z Checking memoffset v0.9.1
25682026-05-08T00:20:51.938Z Checking rustix v0.38.44
25692026-05-08T00:20:51.950Z Checking pkcs1 v0.7.5
25702026-05-08T00:20:51.953Z Checking float-cmp v0.10.0
25712026-05-08T00:20:52.040Z Checking serde-big-array v0.5.1
25722026-05-08T00:20:52.072Z Checking hex v0.4.3
25732026-05-08T00:20:52.096Z Checking erased-serde v0.3.31
25742026-05-08T00:20:52.109Z Checking rfc6979 v0.4.0
25752026-05-08T00:20:52.161Z Checking thread-id v4.2.2
25762026-05-08T00:20:52.174Z Checking memmap2 v0.9.10
25772026-05-08T00:20:52.218Z Checking env_filter v1.0.0
25782026-05-08T00:20:52.239Z Checking encoding_rs v0.8.35
25792026-05-08T00:20:52.299Z Checking static_assertions v1.1.0
25802026-05-08T00:20:52.332Z Checking mime v0.3.17
25812026-05-08T00:20:52.358Z Checking difflib v0.4.0
25822026-05-08T00:20:52.370Z Checking fixedbitset v0.4.2
25832026-05-08T00:20:52.484Z Checking toml_write v0.1.2
25842026-05-08T00:20:52.498Z Checking rustc-hash v2.1.1
25852026-05-08T00:20:52.509Z Checking precomputed-hash v0.1.1
25862026-05-08T00:20:52.520Z Checking jiff v0.2.21
25872026-05-08T00:20:52.539Z Checking unicode-segmentation v1.12.0
25882026-05-08T00:20:52.551Z Checking data-encoding v2.10.0
25892026-05-08T00:20:52.589Z Checking keccak v0.1.6
25902026-05-08T00:20:52.604Z Checking new_debug_unreachable v1.0.6
25912026-05-08T00:20:52.646Z Checking normalize-line-endings v0.3.0
25922026-05-08T00:20:52.671Z Checking whoami v2.1.0
25932026-05-08T00:20:52.735Z Checking predicates-core v1.0.10
25942026-05-08T00:20:52.751Z Checking fixedbitset v0.5.7
25952026-05-08T00:20:52.765Z Checking crossterm v0.28.1
25962026-05-08T00:20:52.812Z Checking hickory-proto v0.25.2
25972026-05-08T00:20:52.848Z Checking similar v2.7.0
25982026-05-08T00:20:52.860Z Checking predicates v3.1.4
25992026-05-08T00:20:52.863Z Checking tokio-postgres v0.7.16
26002026-05-08T00:20:52.944Z Checking petgraph v0.8.3
26012026-05-08T00:20:53.157Z Checking sha3 v0.10.8
26022026-05-08T00:20:53.198Z Checking reqwest v0.12.28
26032026-05-08T00:20:53.229Z Checking string_cache v0.8.9
26042026-05-08T00:20:53.361Z Checking toml_edit v0.22.27
26052026-05-08T00:20:53.486Z Checking ed25519-dalek v2.2.0
26062026-05-08T00:20:53.716Z Checking petgraph v0.6.5
26072026-05-08T00:20:54.050Z Checking toml v0.7.8
26082026-05-08T00:20:54.112Z Checking slog v2.8.2
26092026-05-08T00:20:54.238Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26102026-05-08T00:20:54.355Z Checking env_logger v0.11.9
26112026-05-08T00:20:54.373Z Checking usdt v0.6.0
26122026-05-08T00:20:54.450Z Checking serde_with v3.17.0
26132026-05-08T00:20:54.499Z Checking usdt-impl v0.5.0
26142026-05-08T00:20:54.535Z Checking ecdsa v0.16.9
26152026-05-08T00:20:54.547Z Checking rsa v0.9.10
26162026-05-08T00:20:54.741Z Checking zip v4.6.1
26172026-05-08T00:20:54.778Z Checking nix v0.31.2
26182026-05-08T00:20:54.868Z Checking clap v4.5.60
26192026-05-08T00:20:54.961Z Checking reqwest v0.13.2
26202026-05-08T00:20:55.011Z Checking zip v0.6.6
26212026-05-08T00:20:55.270Z Checking toml_parser v1.0.9+spec-1.1.0
26222026-05-08T00:20:55.330Z Checking itertools v0.13.0
26232026-05-08T00:20:55.342Z Checking strum v0.26.3
26242026-05-08T00:20:55.452Z Checking tokio-stream v0.1.18
26252026-05-08T00:20:55.587Z Checking fs-err v3.3.0
26262026-05-08T00:20:55.603Z Checking ahash v0.8.12
26272026-05-08T00:20:55.766Z Checking object v0.37.3
26282026-05-08T00:20:55.794Z Checking buf-list v1.1.2
26292026-05-08T00:20:55.808Z Checking camino v1.2.2
26302026-05-08T00:20:55.828Z Checking anyhow v1.0.102
26312026-05-08T00:20:55.849Z Checking x509-cert v0.2.5
26322026-05-08T00:20:55.878Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26332026-05-08T00:20:55.974Z Checking openapiv3 v2.2.0
26342026-05-08T00:20:56.023Z Checking toml_datetime v0.7.5+spec-1.1.0
26352026-05-08T00:20:56.057Z Checking sha1 v0.10.6
26362026-05-08T00:20:56.138Z Checking peg-runtime v0.8.5
26372026-05-08T00:20:56.218Z Checking lalrpop-util v0.19.12
26382026-05-08T00:20:56.221Z Checking rayon v1.11.0
26392026-05-08T00:20:56.279Z Checking sigpipe v0.1.3
26402026-05-08T00:20:56.351Z Checking glob v0.3.3
26412026-05-08T00:20:57.950Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26422026-05-08T00:20:58.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.67s
26432026-05-08T00:20:58.384Z
26442026-05-08T00:20:58.384Zinfo: running `cargo check --bins` on internal-dns-types (77/274)
26452026-05-08T00:20:58.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462026-05-08T00:20:58.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472026-05-08T00:20:58.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26482026-05-08T00:20:58.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26492026-05-08T00:20:58.984Z
26502026-05-08T00:20:58.984Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/274)
26512026-05-08T00:20:59.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522026-05-08T00:20:59.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532026-05-08T00:20:59.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26542026-05-08T00:20:59.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26552026-05-08T00:20:59.587Z
26562026-05-08T00:20:59.587Zinfo: running `cargo check --bins` on nexus-types-versions (79/274)
26572026-05-08T00:21:00.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582026-05-08T00:21:00.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592026-05-08T00:21:00.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26602026-05-08T00:21:00.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26612026-05-08T00:21:00.200Z
26622026-05-08T00:21:00.200Zinfo: running `cargo check --bins` on oxql-types (80/274)
26632026-05-08T00:21:00.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642026-05-08T00:21:00.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652026-05-08T00:21:00.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26662026-05-08T00:21:00.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26672026-05-08T00:21:00.800Z
26682026-05-08T00:21:00.800Zinfo: running `cargo check --bins` on oximeter-types (81/274)
26692026-05-08T00:21:01.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26702026-05-08T00:21:01.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26712026-05-08T00:21:01.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26722026-05-08T00:21:01.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26732026-05-08T00:21:01.397Z
26742026-05-08T00:21:01.397Zinfo: running `cargo check --bins` on oximeter-types-versions (82/274)
26752026-05-08T00:21:01.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26762026-05-08T00:21:01.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26772026-05-08T00:21:01.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26782026-05-08T00:21:01.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26792026-05-08T00:21:01.993Z
26802026-05-08T00:21:01.993Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/274)
26812026-05-08T00:21:02.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26822026-05-08T00:21:02.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26832026-05-08T00:21:02.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26842026-05-08T00:21:02.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26852026-05-08T00:21:02.587Z
26862026-05-08T00:21:02.587Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/274)
26872026-05-08T00:21:03.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26882026-05-08T00:21:03.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26892026-05-08T00:21:03.273Z Compiling structmeta-derive v0.3.0
26902026-05-08T00:21:03.390Z Compiling rustls v0.22.4
26912026-05-08T00:21:03.400Z Compiling multer v3.1.0
26922026-05-08T00:21:03.410Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26932026-05-08T00:21:03.413Z Compiling async-stream-impl v0.3.6
26942026-05-08T00:21:03.431Z Compiling dropshot v0.17.0
26952026-05-08T00:21:03.448Z Compiling newtype-uuid-macros v0.1.0
26962026-05-08T00:21:03.451Z Compiling dropshot_endpoint v0.17.0
26972026-05-08T00:21:03.581Z Checking newtype-uuid v1.3.2
26982026-05-08T00:21:03.626Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26992026-05-08T00:21:03.681Z Checking rustls-webpki v0.102.8
27002026-05-08T00:21:03.774Z Checking daft v0.1.5
27012026-05-08T00:21:03.790Z Checking futures-executor v0.3.32
27022026-05-08T00:21:03.937Z Checking thread_local v1.1.9
27032026-05-08T00:21:03.999Z Checking match_cfg v0.1.0
27042026-05-08T00:21:04.014Z Checking compression-core v0.4.31
27052026-05-08T00:21:04.057Z Checking iddqd v0.3.18
27062026-05-08T00:21:04.070Z Checking hostname v0.3.1
27072026-05-08T00:21:04.101Z Checking futures v0.3.32
27082026-05-08T00:21:04.136Z Checking compression-codecs v0.4.37
27092026-05-08T00:21:04.163Z Checking crossbeam-channel v0.5.15
27102026-05-08T00:21:04.178Z Checking slog-json v2.6.1
27112026-05-08T00:21:04.198Z Checking serde_spanned v1.0.4
27122026-05-08T00:21:04.302Z Checking toml_datetime v1.0.0+spec-1.1.0
27132026-05-08T00:21:04.326Z Checking is-terminal v0.4.17
27142026-05-08T00:21:04.330Z Checking term v1.2.1
27152026-05-08T00:21:04.419Z Checking debug-ignore v1.0.5
27162026-05-08T00:21:04.437Z Compiling structmeta v0.3.0
27172026-05-08T00:21:04.495Z Checking take_mut v0.2.2
27182026-05-08T00:21:04.507Z Checking toml_writer v1.0.6+spec-1.1.0
27192026-05-08T00:21:04.519Z Checking slog-bunyan v2.5.0
27202026-05-08T00:21:04.554Z Checking slog-term v2.9.2
27212026-05-08T00:21:04.595Z Checking slog-async v2.8.0
27222026-05-08T00:21:04.627Z Checking async-compression v0.4.41
27232026-05-08T00:21:04.646Z Compiling derive-ex v0.1.8
27242026-05-08T00:21:04.681Z Compiling parse-display-derive v0.10.0
27252026-05-08T00:21:04.767Z Checking toml v1.0.6+spec-1.1.0
27262026-05-08T00:21:04.809Z Checking async-stream v0.3.6
27272026-05-08T00:21:04.870Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27282026-05-08T00:21:04.918Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27292026-05-08T00:21:04.935Z Checking progenitor-client v0.14.0
27302026-05-08T00:21:04.975Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27312026-05-08T00:21:05.120Z Checking waitgroup v0.1.2
27322026-05-08T00:21:05.165Z Checking backon v1.6.0
27332026-05-08T00:21:05.195Z Checking rustls-pemfile v2.2.0
27342026-05-08T00:21:05.249Z Checking serde_path_to_error v0.1.20
27352026-05-08T00:21:05.328Z Checking hostname v0.4.2
27362026-05-08T00:21:05.341Z Checking instant v0.1.13
27372026-05-08T00:21:05.422Z Checking backoff v0.4.0
27382026-05-08T00:21:05.488Z Checking progenitor-extras v0.2.0
27392026-05-08T00:21:05.502Z Checking tokio-rustls v0.25.0
27402026-05-08T00:21:05.580Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27412026-05-08T00:21:05.708Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27422026-05-08T00:21:05.786Z Checking progenitor-client v0.10.0
27432026-05-08T00:21:05.810Z Checking itertools v0.14.0
27442026-05-08T00:21:05.962Z Checking regress v0.10.5
27452026-05-08T00:21:06.011Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27462026-05-08T00:21:06.265Z Checking macaddr v1.0.1
27472026-05-08T00:21:06.330Z Compiling test-strategy v0.4.5
27482026-05-08T00:21:06.351Z Checking parse-display v0.10.0
27492026-05-08T00:21:07.598Z Compiling prettyplease v0.2.37
27502026-05-08T00:21:07.848Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27512026-05-08T00:21:08.026Z Checking num-rational v0.4.2
27522026-05-08T00:21:08.225Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27532026-05-08T00:21:08.541Z Checking num-complex v0.4.6
27542026-05-08T00:21:09.005Z Checking num v0.4.3
27552026-05-08T00:21:09.078Z Compiling usdt-attr-macro v0.5.0
27562026-05-08T00:21:09.216Z Compiling usdt-macro v0.5.0
27572026-05-08T00:21:09.269Z Checking memmap v0.7.0
27582026-05-08T00:21:09.295Z Checking float-ord v0.3.2
27592026-05-08T00:21:09.397Z Compiling convert_case v0.4.0
27602026-05-08T00:21:09.401Z Checking unicode-width v0.2.0
27612026-05-08T00:21:09.650Z Checking console v0.15.11
27622026-05-08T00:21:09.780Z Compiling derive_more v0.99.20
27632026-05-08T00:21:09.859Z Checking newline-converter v0.3.0
27642026-05-08T00:21:09.931Z Checking atomicwrites v0.4.4
27652026-05-08T00:21:09.949Z Checking usdt v0.5.0
27662026-05-08T00:21:09.967Z Compiling toml v0.8.23
27672026-05-08T00:21:10.060Z Checking linked-hash-map v0.5.6
27682026-05-08T00:21:10.108Z Compiling minimal-lexical v0.2.1
27692026-05-08T00:21:10.230Z Checking lru-cache v0.1.2
27702026-05-08T00:21:10.353Z Compiling nom v7.1.3
27712026-05-08T00:21:10.366Z Checking expectorate v1.2.0
27722026-05-08T00:21:10.965Z Checking camino-tempfile v1.4.1
27732026-05-08T00:21:11.023Z Checking hickory-proto v0.24.4
27742026-05-08T00:21:11.129Z Checking phf_shared v0.12.1
27752026-05-08T00:21:11.271Z Compiling slog-dtrace v0.3.0
27762026-05-08T00:21:11.427Z Checking heck v0.5.0
27772026-05-08T00:21:11.462Z Checking resolv-conf v0.7.6
27782026-05-08T00:21:11.553Z Compiling chrono-tz v0.10.4
27792026-05-08T00:21:11.699Z Compiling const_format_proc_macros v0.2.34
27802026-05-08T00:21:11.705Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27812026-05-08T00:21:11.751Z Checking phf v0.12.1
27822026-05-08T00:21:11.896Z Checking tokio-dtrace v0.1.1
27832026-05-08T00:21:12.040Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27842026-05-08T00:21:12.091Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27852026-05-08T00:21:12.238Z Compiling derive-where v1.6.0
27862026-05-08T00:21:12.333Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27872026-05-08T00:21:12.615Z Checking highway v1.3.0
27882026-05-08T00:21:12.851Z Checking const_format v0.2.35
27892026-05-08T00:21:12.906Z Checking hickory-resolver v0.24.4
27902026-05-08T00:21:13.089Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27912026-05-08T00:21:13.225Z Checking oxide-tokio-rt v0.1.4
27922026-05-08T00:21:13.546Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27932026-05-08T00:21:13.585Z Checking gethostname v0.5.0
27942026-05-08T00:21:13.598Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27952026-05-08T00:21:13.633Z Checking qorb v0.4.1
27962026-05-08T00:21:13.666Z Checking bcs v0.1.6
27972026-05-08T00:21:13.738Z Compiling async-recursion v1.1.1
27982026-05-08T00:21:13.784Z Checking termtree v0.5.1
27992026-05-08T00:21:13.798Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28002026-05-08T00:21:13.843Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28012026-05-08T00:21:17.374Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28022026-05-08T00:21:19.939Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28032026-05-08T00:21:22.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.45s
28042026-05-08T00:21:22.233Z
28052026-05-08T00:21:22.233Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/274)
28062026-05-08T00:21:22.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28072026-05-08T00:21:22.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28082026-05-08T00:21:22.924Z Compiling ar_archive_writer v0.5.1
28092026-05-08T00:21:23.033Z Compiling stacker v0.1.23
28102026-05-08T00:21:23.039Z Compiling cfg_aliases v0.1.1
28112026-05-08T00:21:23.046Z Compiling convert_case v0.10.0
28122026-05-08T00:21:23.049Z Checking unicode-width v0.1.14
28132026-05-08T00:21:23.061Z Compiling proc-macro-error v1.0.4
28142026-05-08T00:21:23.072Z Checking fd-lock v4.0.4
28152026-05-08T00:21:23.072Z Checking nibble_vec v0.1.0
28162026-05-08T00:21:23.096Z Compiling nix v0.28.0
28172026-05-08T00:21:23.184Z Checking vte v0.14.1
28182026-05-08T00:21:23.200Z Compiling recursive-proc-macro-impl v0.1.1
28192026-05-08T00:21:23.287Z Checking endian-type v0.1.2
28202026-05-08T00:21:23.298Z Checking bytecount v0.6.9
28212026-05-08T00:21:23.343Z Compiling derive_more-impl v2.1.1
28222026-05-08T00:21:23.347Z Checking strip-ansi-escapes v0.2.1
28232026-05-08T00:21:23.358Z Compiling tabled_derive v0.7.0
28242026-05-08T00:21:23.440Z Checking radix_trie v0.2.1
28252026-05-08T00:21:23.444Z Checking papergrid v0.11.0
28262026-05-08T00:21:23.474Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28272026-05-08T00:21:23.589Z Compiling peg-macros v0.8.5
28282026-05-08T00:21:23.647Z Checking winnow v0.6.26
28292026-05-08T00:21:23.860Z Compiling psm v0.1.30
28302026-05-08T00:21:23.936Z Compiling sqlparser_derive v0.5.0
28312026-05-08T00:21:24.063Z Checking nu-ansi-term v0.50.3
28322026-05-08T00:21:24.142Z Checking derive_more v2.1.1
28332026-05-08T00:21:24.219Z Checking unicode_categories v0.1.1
28342026-05-08T00:21:24.269Z Checking home v0.5.12
28352026-05-08T00:21:24.323Z Checking tabled v0.15.0
28362026-05-08T00:21:24.371Z Checking reedline v0.40.0
28372026-05-08T00:21:24.374Z Checking crossterm v0.29.0
28382026-05-08T00:21:24.395Z Checking rustyline v14.0.0
28392026-05-08T00:21:24.627Z Checking recursive v0.1.1
28402026-05-08T00:21:24.710Z Checking display-error-chain v0.2.2
28412026-05-08T00:21:24.722Z Checking sqlparser v0.61.0
28422026-05-08T00:21:24.774Z Checking sqlformat v0.3.5
28432026-05-08T00:21:24.939Z Checking peg v0.8.5
28442026-05-08T00:21:35.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.62s
28452026-05-08T00:21:36.047Z
28462026-05-08T00:21:36.047Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/274)
28472026-05-08T00:21:36.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482026-05-08T00:21:36.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492026-05-08T00:21:36.723Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28502026-05-08T00:21:40.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
28512026-05-08T00:21:40.357Z
28522026-05-08T00:21:40.357Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/274)
28532026-05-08T00:21:40.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542026-05-08T00:21:40.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552026-05-08T00:21:41.037Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28562026-05-08T00:21:43.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
28572026-05-08T00:21:43.655Z
28582026-05-08T00:21:43.655Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/274)
28592026-05-08T00:21:44.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602026-05-08T00:21:44.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612026-05-08T00:21:44.328Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28622026-05-08T00:21:47.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s
28632026-05-08T00:21:47.726Z
28642026-05-08T00:21:47.726Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/274)
28652026-05-08T00:21:48.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662026-05-08T00:21:48.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672026-05-08T00:21:48.403Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28682026-05-08T00:21:51.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
28692026-05-08T00:21:51.825Z
28702026-05-08T00:21:51.825Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/274)
28712026-05-08T00:21:52.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722026-05-08T00:21:52.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732026-05-08T00:21:52.498Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28742026-05-08T00:21:55.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
28752026-05-08T00:21:55.255Z
28762026-05-08T00:21:55.255Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/274)
28772026-05-08T00:21:55.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782026-05-08T00:21:55.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792026-05-08T00:21:55.928Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28802026-05-08T00:21:58.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
28812026-05-08T00:21:58.708Z
28822026-05-08T00:21:58.708Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/274)
28832026-05-08T00:21:59.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842026-05-08T00:21:59.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852026-05-08T00:21:59.385Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28862026-05-08T00:22:02.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
28872026-05-08T00:22:02.944Z
28882026-05-08T00:22:02.944Zinfo: running `cargo check --bins` on oximeter (93/274)
28892026-05-08T00:22:03.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28902026-05-08T00:22:03.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28912026-05-08T00:22:03.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28922026-05-08T00:22:03.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28932026-05-08T00:22:03.545Z
28942026-05-08T00:22:03.545Zinfo: running `cargo check --bins` on oximeter-schema (94/274)
28952026-05-08T00:22:04.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962026-05-08T00:22:04.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972026-05-08T00:22:04.183Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28982026-05-08T00:22:04.346Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28992026-05-08T00:22:04.349Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
29002026-05-08T00:22:04.680Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29012026-05-08T00:22:07.735Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
29022026-05-08T00:22:08.956Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29032026-05-08T00:22:09.119Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29042026-05-08T00:22:09.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.23s
29052026-05-08T00:22:09.965Z
29062026-05-08T00:22:09.965Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/274)
29072026-05-08T00:22:10.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29082026-05-08T00:22:10.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29092026-05-08T00:22:10.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29102026-05-08T00:22:10.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29112026-05-08T00:22:10.573Z
29122026-05-08T00:22:10.573Zinfo: running `cargo check --bins` on oximeter-test-utils (96/274)
29132026-05-08T00:22:11.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142026-05-08T00:22:11.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152026-05-08T00:22:11.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29162026-05-08T00:22:11.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29172026-05-08T00:22:11.215Z
29182026-05-08T00:22:11.215Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/274)
29192026-05-08T00:22:11.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202026-05-08T00:22:11.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212026-05-08T00:22:11.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29222026-05-08T00:22:11.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29232026-05-08T00:22:11.823Z
29242026-05-08T00:22:11.823Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/274)
29252026-05-08T00:22:12.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29262026-05-08T00:22:12.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29272026-05-08T00:22:12.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29282026-05-08T00:22:12.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29292026-05-08T00:22:12.423Z
29302026-05-08T00:22:12.423Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/274)
29312026-05-08T00:22:12.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29322026-05-08T00:22:12.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29332026-05-08T00:22:12.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29342026-05-08T00:22:12.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29352026-05-08T00:22:13.026Z
29362026-05-08T00:22:13.026Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/274)
29372026-05-08T00:22:13.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29382026-05-08T00:22:13.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29392026-05-08T00:22:13.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29402026-05-08T00:22:13.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29412026-05-08T00:22:13.630Z
29422026-05-08T00:22:13.630Zinfo: running `cargo check --bins` on trust-quorum-types (101/274)
29432026-05-08T00:22:14.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29442026-05-08T00:22:14.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29452026-05-08T00:22:14.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29462026-05-08T00:22:14.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29472026-05-08T00:22:14.215Z
29482026-05-08T00:22:14.215Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/274)
29492026-05-08T00:22:14.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29502026-05-08T00:22:14.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29512026-05-08T00:22:14.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29522026-05-08T00:22:14.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29532026-05-08T00:22:14.819Z
29542026-05-08T00:22:14.819Zinfo: running `cargo check --bins` on update-engine (103/274)
29552026-05-08T00:22:15.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29562026-05-08T00:22:15.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29572026-05-08T00:22:15.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29582026-05-08T00:22:15.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29592026-05-08T00:22:15.408Z
29602026-05-08T00:22:15.408Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/274)
29612026-05-08T00:22:15.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29622026-05-08T00:22:15.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29632026-05-08T00:22:16.124Z Compiling crucible-workspace-hack v0.1.0
29642026-05-08T00:22:16.240Z Checking secrecy v0.10.3
29652026-05-08T00:22:16.246Z Compiling heapless v0.8.0
29662026-05-08T00:22:16.253Z Compiling ingot-macros v0.1.1
29672026-05-08T00:22:16.259Z Compiling toml_edit v0.23.10+spec-1.0.0
29682026-05-08T00:22:16.262Z Checking hash32 v0.3.1
29692026-05-08T00:22:16.280Z Compiling smoltcp v0.11.0
29702026-05-08T00:22:16.283Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29712026-05-08T00:22:16.339Z Checking cobs v0.3.0
29722026-05-08T00:22:16.385Z Compiling thiserror-impl-no-std v2.0.2
29732026-05-08T00:22:16.478Z Checking universal-hash v0.5.1
29742026-05-08T00:22:16.490Z Checking half v2.7.1
29752026-05-08T00:22:16.529Z Checking ciborium-io v0.2.2
29762026-05-08T00:22:16.598Z Checking opaque-debug v0.3.1
29772026-05-08T00:22:16.625Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29782026-05-08T00:22:16.638Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29792026-05-08T00:22:16.666Z Checking poly1305 v0.8.0
29802026-05-08T00:22:16.740Z Checking ciborium-ll v0.2.2
29812026-05-08T00:22:16.801Z Compiling proc-macro-crate v3.4.0
29822026-05-08T00:22:16.915Z Checking postcard v1.1.3
29832026-05-08T00:22:16.941Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29842026-05-08T00:22:16.955Z Checking password-hash v0.5.0
29852026-05-08T00:22:17.198Z Checking chacha20 v0.9.1
29862026-05-08T00:22:17.217Z Compiling proc-macro-crate v1.3.1
29872026-05-08T00:22:17.230Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29882026-05-08T00:22:17.306Z Checking blake2 v0.10.6
29892026-05-08T00:22:17.380Z Compiling num_enum_derive v0.7.5
29902026-05-08T00:22:17.398Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29912026-05-08T00:22:17.464Z Checking aead v0.5.2
29922026-05-08T00:22:17.543Z Compiling foreign-types-macros v0.2.3
29932026-05-08T00:22:17.556Z Checking thiserror-no-std v2.0.2
29942026-05-08T00:22:17.600Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29952026-05-08T00:22:17.615Z Checking cpufeatures v0.3.0
29962026-05-08T00:22:17.635Z Checking foreign-types-shared v0.3.1
29972026-05-08T00:22:17.649Z Checking vsss-rs v3.3.4
29982026-05-08T00:22:17.682Z Checking chacha20 v0.10.0
29992026-05-08T00:22:17.723Z Compiling num_enum_derive v0.5.11
30002026-05-08T00:22:17.835Z Checking chacha20poly1305 v0.10.1
30012026-05-08T00:22:17.895Z Checking argon2 v0.5.3
30022026-05-08T00:22:17.963Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30032026-05-08T00:22:18.126Z Checking foreign-types v0.5.0
30042026-05-08T00:22:18.238Z Checking ciborium v0.2.2
30052026-05-08T00:22:18.309Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30062026-05-08T00:22:18.373Z Checking tabwriter v1.4.1
30072026-05-08T00:22:18.423Z Checking num_enum v0.7.5
30082026-05-08T00:22:18.516Z Checking byte-wrapper v0.1.0
30092026-05-08T00:22:18.534Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30102026-05-08T00:22:18.585Z Checking cstr-argument v0.1.2
30112026-05-08T00:22:18.658Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30122026-05-08T00:22:18.712Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30132026-05-08T00:22:18.725Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30142026-05-08T00:22:18.759Z Checking num_enum v0.5.11
30152026-05-08T00:22:18.776Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30162026-05-08T00:22:18.873Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30172026-05-08T00:22:18.913Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30182026-05-08T00:22:18.959Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30192026-05-08T00:22:19.042Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30202026-05-08T00:22:19.065Z Checking rand v0.10.0
30212026-05-08T00:22:19.078Z Checking ingot-types v0.1.2
30222026-05-08T00:22:19.091Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30232026-05-08T00:22:19.103Z Checking indent_write v2.2.0
30242026-05-08T00:22:19.229Z Checking colored v3.1.1
30252026-05-08T00:22:19.244Z Compiling zone_cfg_derive v0.3.1
30262026-05-08T00:22:19.349Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30272026-05-08T00:22:19.392Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30282026-05-08T00:22:19.424Z Checking itertools v0.12.1
30292026-05-08T00:22:19.427Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30302026-05-08T00:22:19.449Z Checking ingot v0.1.1
30312026-05-08T00:22:19.519Z Compiling num-derive v0.4.2
30322026-05-08T00:22:19.533Z Checking swrite v0.1.0
30332026-05-08T00:22:19.559Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30342026-05-08T00:22:19.619Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30352026-05-08T00:22:19.758Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30362026-05-08T00:22:19.867Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30372026-05-08T00:22:19.882Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30382026-05-08T00:22:19.912Z Checking dropshot-api-manager-types v0.7.1
30392026-05-08T00:22:19.933Z Checking smf v0.2.3
30402026-05-08T00:22:19.987Z Checking nanorand v0.7.0
30412026-05-08T00:22:20.075Z Checking whoami v1.6.1
30422026-05-08T00:22:20.160Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30432026-05-08T00:22:20.188Z Checking flume v0.11.1
30442026-05-08T00:22:20.427Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30452026-05-08T00:22:20.441Z Checking zone v0.3.1
30462026-05-08T00:22:21.003Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30472026-05-08T00:22:21.958Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30482026-05-08T00:22:22.865Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30492026-05-08T00:22:25.831Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30502026-05-08T00:22:27.866Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30512026-05-08T00:22:28.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.54s
30522026-05-08T00:22:29.158Z
30532026-05-08T00:22:29.158Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/274)
30542026-05-08T00:22:29.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552026-05-08T00:22:29.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562026-05-08T00:22:29.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572026-05-08T00:22:29.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30582026-05-08T00:22:29.763Z
30592026-05-08T00:22:29.763Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/274)
30602026-05-08T00:22:30.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-05-08T00:22:30.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-05-08T00:22:30.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-05-08T00:22:30.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30642026-05-08T00:22:30.368Z
30652026-05-08T00:22:30.368Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/274)
30662026-05-08T00:22:30.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-05-08T00:22:30.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-05-08T00:22:30.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-05-08T00:22:30.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30702026-05-08T00:22:30.976Z
30712026-05-08T00:22:30.976Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/274)
30722026-05-08T00:22:31.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-05-08T00:22:31.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-05-08T00:22:31.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752026-05-08T00:22:31.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30762026-05-08T00:22:31.587Z
30772026-05-08T00:22:31.587Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/274)
30782026-05-08T00:22:32.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792026-05-08T00:22:32.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802026-05-08T00:22:32.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812026-05-08T00:22:32.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30822026-05-08T00:22:32.192Z
30832026-05-08T00:22:32.192Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/274)
30842026-05-08T00:22:32.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852026-05-08T00:22:32.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862026-05-08T00:22:32.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872026-05-08T00:22:32.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30882026-05-08T00:22:32.790Z
30892026-05-08T00:22:32.790Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/274)
30902026-05-08T00:22:33.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912026-05-08T00:22:33.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922026-05-08T00:22:33.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932026-05-08T00:22:33.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30942026-05-08T00:22:33.392Z
30952026-05-08T00:22:33.392Zinfo: running `cargo check --bins` on cockroach-admin-client (112/274)
30962026-05-08T00:22:33.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972026-05-08T00:22:33.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982026-05-08T00:22:33.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992026-05-08T00:22:33.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31002026-05-08T00:22:33.979Z
31012026-05-08T00:22:33.979Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/274)
31022026-05-08T00:22:34.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032026-05-08T00:22:34.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042026-05-08T00:22:34.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052026-05-08T00:22:34.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31062026-05-08T00:22:34.582Z
31072026-05-08T00:22:34.582Zinfo: running `cargo check --bins` on dns-service-client (114/274)
31082026-05-08T00:22:35.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-05-08T00:22:35.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-05-08T00:22:35.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112026-05-08T00:22:35.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31122026-05-08T00:22:35.184Z
31132026-05-08T00:22:35.184Zinfo: running `cargo check --bins` on installinator-client (115/274)
31142026-05-08T00:22:35.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152026-05-08T00:22:35.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162026-05-08T00:22:35.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172026-05-08T00:22:35.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31182026-05-08T00:22:35.783Z
31192026-05-08T00:22:35.783Zinfo: running `cargo check --bins` on nexus-client (116/274)
31202026-05-08T00:22:36.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212026-05-08T00:22:36.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222026-05-08T00:22:36.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232026-05-08T00:22:36.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31242026-05-08T00:22:36.424Z
31252026-05-08T00:22:36.425Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/274)
31262026-05-08T00:22:36.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272026-05-08T00:22:36.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282026-05-08T00:22:36.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292026-05-08T00:22:36.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31302026-05-08T00:22:37.059Z
31312026-05-08T00:22:37.059Zinfo: running `cargo check --bins` on ntp-admin-client (118/274)
31322026-05-08T00:22:37.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332026-05-08T00:22:37.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342026-05-08T00:22:37.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352026-05-08T00:22:37.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31362026-05-08T00:22:37.640Z
31372026-05-08T00:22:37.640Zinfo: running `cargo check --bins` on oxide-client (119/274)
31382026-05-08T00:22:38.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392026-05-08T00:22:38.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402026-05-08T00:22:38.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412026-05-08T00:22:38.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31422026-05-08T00:22:38.233Z
31432026-05-08T00:22:38.233Zinfo: running `cargo check --bins` on oximeter-client (120/274)
31442026-05-08T00:22:38.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452026-05-08T00:22:38.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462026-05-08T00:22:38.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472026-05-08T00:22:38.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31482026-05-08T00:22:38.835Z
31492026-05-08T00:22:38.835Zinfo: running `cargo check --bins` on repo-depot-client (121/274)
31502026-05-08T00:22:39.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512026-05-08T00:22:39.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522026-05-08T00:22:39.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532026-05-08T00:22:39.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31542026-05-08T00:22:39.424Z
31552026-05-08T00:22:39.424Zinfo: running `cargo check --bins` on sled-agent-client (122/274)
31562026-05-08T00:22:39.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572026-05-08T00:22:39.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582026-05-08T00:22:39.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592026-05-08T00:22:39.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31602026-05-08T00:22:40.035Z
31612026-05-08T00:22:40.036Zinfo: running `cargo check --bins` on wicketd-client (123/274)
31622026-05-08T00:22:40.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632026-05-08T00:22:40.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642026-05-08T00:22:40.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652026-05-08T00:22:40.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31662026-05-08T00:22:40.655Z
31672026-05-08T00:22:40.655Zinfo: running `cargo check --bins` on installinator-common (124/274)
31682026-05-08T00:22:41.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-05-08T00:22:41.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-05-08T00:22:41.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712026-05-08T00:22:41.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31722026-05-08T00:22:41.271Z
31732026-05-08T00:22:41.271Zinfo: running `cargo check --bins` on installinator-common-versions (125/274)
31742026-05-08T00:22:41.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752026-05-08T00:22:41.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762026-05-08T00:22:41.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31772026-05-08T00:22:41.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31782026-05-08T00:22:41.846Z
31792026-05-08T00:22:41.846Zinfo: running `cargo check --bins` on wicket-common (126/274)
31802026-05-08T00:22:42.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31812026-05-08T00:22:42.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31822026-05-08T00:22:42.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31832026-05-08T00:22:42.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31842026-05-08T00:22:42.457Z
31852026-05-08T00:22:42.457Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/274)
31862026-05-08T00:22:42.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31872026-05-08T00:22:42.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31882026-05-08T00:22:43.146Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31892026-05-08T00:22:43.263Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31902026-05-08T00:22:43.270Z Checking csv-core v0.1.13
31912026-05-08T00:22:43.278Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31922026-05-08T00:22:43.285Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31932026-05-08T00:22:43.296Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31942026-05-08T00:22:43.307Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31952026-05-08T00:22:43.317Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31962026-05-08T00:22:43.425Z Checking csv v1.4.0
31972026-05-08T00:22:43.442Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31982026-05-08T00:22:43.490Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31992026-05-08T00:22:43.520Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32002026-05-08T00:22:43.756Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32012026-05-08T00:22:44.115Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32022026-05-08T00:22:44.118Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32032026-05-08T00:22:44.454Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32042026-05-08T00:22:50.205Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32052026-05-08T00:22:50.727Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32062026-05-08T00:22:53.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.62s
32072026-05-08T00:22:53.275Z
32082026-05-08T00:22:53.275Zinfo: running `cargo check --bins` on cockroach-admin-api (128/274)
32092026-05-08T00:22:53.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102026-05-08T00:22:53.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112026-05-08T00:22:53.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32122026-05-08T00:22:53.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32132026-05-08T00:22:53.877Z
32142026-05-08T00:22:53.877Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/274)
32152026-05-08T00:22:54.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162026-05-08T00:22:54.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172026-05-08T00:22:54.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32182026-05-08T00:22:54.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32192026-05-08T00:22:54.562Z
32202026-05-08T00:22:54.562Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/274)
32212026-05-08T00:22:55.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32222026-05-08T00:22:55.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32232026-05-08T00:22:55.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32242026-05-08T00:22:55.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32252026-05-08T00:22:55.240Z
32262026-05-08T00:22:55.240Zinfo: running `cargo check --bins` on gateway-test-utils (131/274)
32272026-05-08T00:22:55.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32282026-05-08T00:22:55.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32292026-05-08T00:22:55.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32302026-05-08T00:22:55.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32312026-05-08T00:22:55.889Z
32322026-05-08T00:22:55.889Zinfo: running `cargo check --bins` on omicron-gateway (132/274)
32332026-05-08T00:22:56.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32342026-05-08T00:22:56.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32352026-05-08T00:22:56.652Z Compiling regress v0.11.1
32362026-05-08T00:22:56.791Z Compiling unsafe-libyaml v0.2.11
32372026-05-08T00:22:56.804Z Compiling semver v0.1.20
32382026-05-08T00:22:56.816Z Compiling radium v0.7.0
32392026-05-08T00:22:56.830Z Compiling pin-project-internal v1.1.11
32402026-05-08T00:22:56.833Z Compiling maybe-uninit v2.0.0
32412026-05-08T00:22:56.842Z Checking tap v1.0.1
32422026-05-08T00:22:56.956Z Checking wyz v0.5.1
32432026-05-08T00:22:57.084Z Compiling rustc_version v0.1.7
32442026-05-08T00:22:57.141Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32452026-05-08T00:22:57.158Z Checking progenitor-client v0.13.0
32462026-05-08T00:22:57.266Z Compiling snafu-derive v0.8.9
32472026-05-08T00:22:57.306Z Compiling newtype_derive v0.1.6
32482026-05-08T00:22:57.389Z Compiling serde_yaml v0.9.34+deprecated
32492026-05-08T00:22:57.509Z Compiling zerocopy-derive v0.6.6
32502026-05-08T00:22:57.549Z Checking crc-catalog v2.4.0
32512026-05-08T00:22:57.641Z Compiling cancel-safe-futures v0.1.5
32522026-05-08T00:22:57.858Z Checking funty v2.0.0
32532026-05-08T00:22:57.957Z Checking pin-project v1.1.11
32542026-05-08T00:22:58.057Z Compiling packed_struct v0.10.1
32552026-05-08T00:22:58.174Z Compiling owo-colors v4.3.0
32562026-05-08T00:22:58.222Z Checking typify-impl v0.6.2
32572026-05-08T00:22:58.307Z Checking same-file v1.0.6
32582026-05-08T00:22:58.427Z Checking walkdir v2.5.0
32592026-05-08T00:22:58.543Z Checking zerocopy v0.6.6
32602026-05-08T00:22:58.614Z Checking bitvec v1.0.1
32612026-05-08T00:22:58.652Z Checking crc v3.4.0
32622026-05-08T00:22:58.858Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32632026-05-08T00:22:58.878Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32642026-05-08T00:22:58.912Z Checking globset v0.4.18
32652026-05-08T00:22:59.175Z Checking olpc-cjson v0.1.4
32662026-05-08T00:22:59.190Z Checking snafu v0.8.9
32672026-05-08T00:22:59.221Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32682026-05-08T00:22:59.313Z Checking pem v3.0.6
32692026-05-08T00:22:59.373Z Compiling packed_struct_codegen v0.10.1
32702026-05-08T00:22:59.388Z Checking libsw-core v0.3.2
32712026-05-08T00:22:59.426Z Checking serde_plain v1.0.2
32722026-05-08T00:22:59.474Z Compiling bitfield-macros v0.19.4
32732026-05-08T00:22:59.478Z Compiling indexmap v1.9.3
32742026-05-08T00:22:59.531Z Checking nodrop v0.1.14
32752026-05-08T00:22:59.574Z Checking typed-path v0.9.3
32762026-05-08T00:22:59.625Z Checking array-init v0.0.4
32772026-05-08T00:22:59.702Z Checking libsw v3.5.0
32782026-05-08T00:22:59.856Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32792026-05-08T00:22:59.917Z Checking smallvec v0.6.14
32802026-05-08T00:23:00.005Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32812026-05-08T00:23:00.105Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32822026-05-08T00:23:00.174Z Checking bitfield v0.19.4
32832026-05-08T00:23:00.264Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32842026-05-08T00:23:00.280Z Checking base64 v0.21.7
32852026-05-08T00:23:00.343Z Checking tough v0.20.0
32862026-05-08T00:23:00.389Z Checking tagptr v0.2.0
32872026-05-08T00:23:00.415Z Checking unicode-linebreak v0.1.5
32882026-05-08T00:23:00.452Z Checking hashbrown v0.12.3
32892026-05-08T00:23:00.519Z Checking linear-map v1.2.0
32902026-05-08T00:23:00.534Z Checking smawk v0.3.2
32912026-05-08T00:23:00.628Z Checking moka v0.12.13
32922026-05-08T00:23:00.662Z Checking textwrap v0.16.2
32932026-05-08T00:23:00.687Z Checking ron v0.8.1
32942026-05-08T00:23:00.815Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32952026-05-08T00:23:00.880Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32962026-05-08T00:23:01.051Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32972026-05-08T00:23:01.178Z Checking serde-hex v0.1.0
32982026-05-08T00:23:01.206Z Checking steno v0.4.1
32992026-05-08T00:23:01.244Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33002026-05-08T00:23:01.407Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33012026-05-08T00:23:01.503Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33022026-05-08T00:23:01.859Z Checking hashbrown v0.13.2
33032026-05-08T00:23:01.985Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33042026-05-08T00:23:02.115Z Checking humantime v2.3.0
33052026-05-08T00:23:02.216Z Checking crc-any v2.5.0
33062026-05-08T00:23:02.250Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33072026-05-08T00:23:02.303Z Checking hickory-resolver v0.25.2
33082026-05-08T00:23:02.330Z Checking object v0.30.4
33092026-05-08T00:23:02.357Z Checking half v1.8.3
33102026-05-08T00:23:02.395Z Checking path-slash v0.1.5
33112026-05-08T00:23:02.414Z Checking utf-8 v0.7.6
33122026-05-08T00:23:02.501Z Checking void v1.0.2
33132026-05-08T00:23:02.550Z Checking tungstenite v0.23.0
33142026-05-08T00:23:02.564Z Checking serde_cbor v0.11.2
33152026-05-08T00:23:02.609Z Checking lzss v0.8.2
33162026-05-08T00:23:02.794Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33172026-05-08T00:23:02.828Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33182026-05-08T00:23:02.916Z Compiling typify-macro v0.6.2
33192026-05-08T00:23:02.948Z Checking nix v0.27.1
33202026-05-08T00:23:02.961Z Checking kstat-rs v0.2.4
33212026-05-08T00:23:02.981Z Checking fxhash v0.2.1
33222026-05-08T00:23:03.021Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33232026-05-08T00:23:03.062Z Checking serde_bytes v0.11.19
33242026-05-08T00:23:03.100Z Checking tokio-tungstenite v0.23.1
33252026-05-08T00:23:03.149Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33262026-05-08T00:23:03.237Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33272026-05-08T00:23:03.355Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33282026-05-08T00:23:03.440Z Checking signal-hook-tokio v0.3.1
33292026-05-08T00:23:04.290Z Compiling typify v0.6.2
33302026-05-08T00:23:04.383Z Compiling progenitor-impl v0.13.0
33312026-05-08T00:23:04.383Z Compiling progenitor-impl v0.14.0
33322026-05-08T00:23:04.502Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33332026-05-08T00:23:05.414Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33342026-05-08T00:23:05.736Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
33352026-05-08T00:23:05.961Z Compiling progenitor-macro v0.14.0
33362026-05-08T00:23:05.988Z Compiling progenitor-macro v0.13.0
33372026-05-08T00:23:08.597Z Checking progenitor v0.13.0
33382026-05-08T00:23:08.615Z Checking progenitor v0.14.0
33392026-05-08T00:23:08.713Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33402026-05-08T00:23:08.727Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33412026-05-08T00:23:11.705Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33422026-05-08T00:23:19.081Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33432026-05-08T00:23:25.398Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33442026-05-08T00:23:26.755Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33452026-05-08T00:23:27.252Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33462026-05-08T00:23:29.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.41s
33472026-05-08T00:23:29.513Z
33482026-05-08T00:23:29.513Zinfo: running `cargo check --bins` on gateway-api (133/274)
33492026-05-08T00:23:30.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502026-05-08T00:23:30.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512026-05-08T00:23:30.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522026-05-08T00:23:30.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33532026-05-08T00:23:30.114Z
33542026-05-08T00:23:30.115Zinfo: running `cargo check --bins` on ipcc (134/274)
33552026-05-08T00:23:30.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562026-05-08T00:23:30.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572026-05-08T00:23:30.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33582026-05-08T00:23:30.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33592026-05-08T00:23:30.717Z
33602026-05-08T00:23:30.717Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/274)
33612026-05-08T00:23:31.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622026-05-08T00:23:31.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632026-05-08T00:23:31.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33642026-05-08T00:23:31.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33652026-05-08T00:23:31.310Z
33662026-05-08T00:23:31.310Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/274)
33672026-05-08T00:23:31.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33682026-05-08T00:23:31.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33692026-05-08T00:23:31.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33702026-05-08T00:23:31.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33712026-05-08T00:23:31.921Z
33722026-05-08T00:23:31.921Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/274)
33732026-05-08T00:23:32.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33742026-05-08T00:23:32.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33752026-05-08T00:23:32.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33762026-05-08T00:23:32.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33772026-05-08T00:23:32.521Z
33782026-05-08T00:23:32.521Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/274)
33792026-05-08T00:23:33.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802026-05-08T00:23:33.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812026-05-08T00:23:33.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33822026-05-08T00:23:33.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33832026-05-08T00:23:33.121Z
33842026-05-08T00:23:33.121Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/274)
33852026-05-08T00:23:33.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862026-05-08T00:23:33.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872026-05-08T00:23:33.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33882026-05-08T00:23:33.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33892026-05-08T00:23:33.725Z
33902026-05-08T00:23:33.726Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/274)
33912026-05-08T00:23:34.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922026-05-08T00:23:34.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932026-05-08T00:23:34.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942026-05-08T00:23:34.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33952026-05-08T00:23:34.334Z
33962026-05-08T00:23:34.334Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/274)
33972026-05-08T00:23:34.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982026-05-08T00:23:34.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992026-05-08T00:23:34.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34002026-05-08T00:23:34.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34012026-05-08T00:23:34.945Z
34022026-05-08T00:23:34.945Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/274)
34032026-05-08T00:23:35.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042026-05-08T00:23:35.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052026-05-08T00:23:35.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062026-05-08T00:23:35.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34072026-05-08T00:23:35.538Z
34082026-05-08T00:23:35.539Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/274)
34092026-05-08T00:23:36.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102026-05-08T00:23:36.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112026-05-08T00:23:36.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34122026-05-08T00:23:36.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34132026-05-08T00:23:36.138Z
34142026-05-08T00:23:36.138Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/274)
34152026-05-08T00:23:36.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162026-05-08T00:23:36.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172026-05-08T00:23:36.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34182026-05-08T00:23:36.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34192026-05-08T00:23:36.734Z
34202026-05-08T00:23:36.734Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/274)
34212026-05-08T00:23:37.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222026-05-08T00:23:37.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232026-05-08T00:23:37.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34242026-05-08T00:23:37.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34252026-05-08T00:23:37.335Z
34262026-05-08T00:23:37.336Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/274)
34272026-05-08T00:23:37.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34282026-05-08T00:23:37.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34292026-05-08T00:23:37.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34302026-05-08T00:23:37.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34312026-05-08T00:23:37.932Z
34322026-05-08T00:23:37.932Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/274)
34332026-05-08T00:23:38.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34342026-05-08T00:23:38.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34352026-05-08T00:23:38.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34362026-05-08T00:23:38.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34372026-05-08T00:23:38.540Z
34382026-05-08T00:23:38.540Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/274)
34392026-05-08T00:23:39.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402026-05-08T00:23:39.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412026-05-08T00:23:39.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34422026-05-08T00:23:39.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34432026-05-08T00:23:39.143Z
34442026-05-08T00:23:39.144Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/274)
34452026-05-08T00:23:39.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462026-05-08T00:23:39.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472026-05-08T00:23:39.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34482026-05-08T00:23:39.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34492026-05-08T00:23:39.740Z
34502026-05-08T00:23:39.740Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/274)
34512026-05-08T00:23:40.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34522026-05-08T00:23:40.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34532026-05-08T00:23:40.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34542026-05-08T00:23:40.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34552026-05-08T00:23:40.340Z
34562026-05-08T00:23:40.340Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/274)
34572026-05-08T00:23:40.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34582026-05-08T00:23:40.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34592026-05-08T00:23:40.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34602026-05-08T00:23:40.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34612026-05-08T00:23:40.942Z
34622026-05-08T00:23:40.942Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/274)
34632026-05-08T00:23:41.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34642026-05-08T00:23:41.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34652026-05-08T00:23:41.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34662026-05-08T00:23:41.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34672026-05-08T00:23:41.541Z
34682026-05-08T00:23:41.541Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/274)
34692026-05-08T00:23:42.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34702026-05-08T00:23:42.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34712026-05-08T00:23:42.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34722026-05-08T00:23:42.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34732026-05-08T00:23:42.144Z
34742026-05-08T00:23:42.144Zinfo: running `cargo check --bins` on oximeter-producer (154/274)
34752026-05-08T00:23:42.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34762026-05-08T00:23:42.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34772026-05-08T00:23:42.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34782026-05-08T00:23:42.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34792026-05-08T00:23:42.799Z
34802026-05-08T00:23:42.799Zinfo: running `cargo check --bins` on internal-dns-resolver (155/274)
34812026-05-08T00:23:43.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34822026-05-08T00:23:43.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34832026-05-08T00:23:43.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34842026-05-08T00:23:43.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34852026-05-08T00:23:43.394Z
34862026-05-08T00:23:43.394Zinfo: running `cargo check --bins` on dns-server (156/274)
34872026-05-08T00:23:43.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34882026-05-08T00:23:43.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34892026-05-08T00:23:44.044Z Compiling parking_lot_core v0.8.6
34902026-05-08T00:23:44.044Z Compiling git-stub v1.0.0
34912026-05-08T00:23:44.044Z Compiling atomicwrites v0.4.4
34922026-05-08T00:23:44.050Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34932026-05-08T00:23:44.168Z Checking prefix-trie v0.7.0
34942026-05-08T00:23:44.277Z Compiling git-stub-vcs v0.1.0
34952026-05-08T00:23:44.456Z Checking hickory-server v0.25.2
34962026-05-08T00:23:44.548Z Checking parking_lot v0.11.2
34972026-05-08T00:23:44.558Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34982026-05-08T00:23:44.632Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34992026-05-08T00:23:44.636Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35002026-05-08T00:23:44.720Z Checking sled v0.34.7
35012026-05-08T00:23:46.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
35022026-05-08T00:23:46.783Z
35032026-05-08T00:23:46.783Zinfo: running `cargo check --bins` on dns-server-api (157/274)
35042026-05-08T00:23:47.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-05-08T00:23:47.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-05-08T00:23:47.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-05-08T00:23:47.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35082026-05-08T00:23:47.395Z
35092026-05-08T00:23:47.395Zinfo: running `cargo check --bins` on oximeter-producer-api (158/274)
35102026-05-08T00:23:47.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-05-08T00:23:47.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-05-08T00:23:47.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-05-08T00:23:47.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35142026-05-08T00:23:48.015Z
35152026-05-08T00:23:48.015Zinfo: running `cargo check --bins` on sp-sim (159/274)
35162026-05-08T00:23:48.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-05-08T00:23:48.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-05-08T00:23:48.715Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35192026-05-08T00:23:50.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
35202026-05-08T00:23:50.672Z
35212026-05-08T00:23:50.672Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/274)
35222026-05-08T00:23:51.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-05-08T00:23:51.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-05-08T00:23:51.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-05-08T00:23:51.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35262026-05-08T00:23:51.328Z
35272026-05-08T00:23:51.328Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/274)
35282026-05-08T00:23:51.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-05-08T00:23:51.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-05-08T00:23:51.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-05-08T00:23:51.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35322026-05-08T00:23:51.997Z
35332026-05-08T00:23:51.997Zinfo: running `cargo check --bins` on db-macros (162/274)
35342026-05-08T00:23:52.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-05-08T00:23:52.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-05-08T00:23:52.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-05-08T00:23:52.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35382026-05-08T00:23:52.569Z
35392026-05-08T00:23:52.570Zinfo: running `cargo check --bins` on nexus-macros-common (163/274)
35402026-05-08T00:23:53.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-05-08T00:23:53.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-05-08T00:23:53.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-05-08T00:23:53.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35442026-05-08T00:23:53.144Z
35452026-05-08T00:23:53.144Zinfo: running `cargo check --bins` on nexus-auth (164/274)
35462026-05-08T00:23:53.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-05-08T00:23:53.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-05-08T00:23:53.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-05-08T00:23:53.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35502026-05-08T00:23:53.946Z
35512026-05-08T00:23:53.946Zinfo: running `cargo check --bins` on authz-macros (165/274)
35522026-05-08T00:23:54.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-05-08T00:23:54.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-05-08T00:23:54.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-05-08T00:23:54.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35562026-05-08T00:23:54.380Z
35572026-05-08T00:23:54.380Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/274)
35582026-05-08T00:23:54.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-05-08T00:23:54.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-05-08T00:23:54.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-05-08T00:23:54.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35622026-05-08T00:23:55.014Z
35632026-05-08T00:23:55.014Zinfo: running `cargo check --bins` on nexus-db-model (167/274)
35642026-05-08T00:23:55.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-05-08T00:23:55.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-05-08T00:23:55.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-05-08T00:23:55.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35682026-05-08T00:23:55.654Z
35692026-05-08T00:23:55.655Zinfo: running `cargo check --bins` on nexus-db-schema (168/274)
35702026-05-08T00:23:56.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-05-08T00:23:56.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-05-08T00:23:56.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-05-08T00:23:56.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35742026-05-08T00:23:56.256Z
35752026-05-08T00:23:56.256Zinfo: running `cargo check --bins` on omicron-rpaths (169/274)
35762026-05-08T00:23:56.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-05-08T00:23:56.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-05-08T00:23:56.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35792026-05-08T00:23:56.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35802026-05-08T00:23:56.815Z
35812026-05-08T00:23:56.815Zinfo: running `cargo check --bins` on nexus-defaults (170/274)
35822026-05-08T00:23:57.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832026-05-08T00:23:57.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842026-05-08T00:23:57.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35852026-05-08T00:23:57.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35862026-05-08T00:23:57.466Z
35872026-05-08T00:23:57.467Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/274)
35882026-05-08T00:23:58.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892026-05-08T00:23:58.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902026-05-08T00:23:58.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35912026-05-08T00:23:58.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35922026-05-08T00:23:58.193Z
35932026-05-08T00:23:58.193Zinfo: running `cargo check --bins` on parallel-task-set (172/274)
35942026-05-08T00:23:58.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952026-05-08T00:23:58.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962026-05-08T00:23:58.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35972026-05-08T00:23:58.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35982026-05-08T00:23:58.654Z
35992026-05-08T00:23:58.654Zinfo: running `cargo check --bins` on nexus-db-errors (173/274)
36002026-05-08T00:23:59.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012026-05-08T00:23:59.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022026-05-08T00:23:59.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36032026-05-08T00:23:59.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36042026-05-08T00:23:59.259Z
36052026-05-08T00:23:59.259Zinfo: running `cargo check --bins` on nexus-db-lookup (174/274)
36062026-05-08T00:23:59.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-05-08T00:23:59.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-05-08T00:23:59.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36092026-05-08T00:23:59.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36102026-05-08T00:23:59.948Z
36112026-05-08T00:23:59.948Zinfo: running `cargo check --bins` on nexus-inventory (175/274)
36122026-05-08T00:24:00.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132026-05-08T00:24:00.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142026-05-08T00:24:00.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36152026-05-08T00:24:00.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36162026-05-08T00:24:00.567Z
36172026-05-08T00:24:00.567Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/274)
36182026-05-08T00:24:01.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36192026-05-08T00:24:01.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36202026-05-08T00:24:01.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36212026-05-08T00:24:01.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36222026-05-08T00:24:01.310Z
36232026-05-08T00:24:01.310Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/274)
36242026-05-08T00:24:01.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36252026-05-08T00:24:01.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36262026-05-08T00:24:01.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36272026-05-08T00:24:01.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36282026-05-08T00:24:01.759Z
36292026-05-08T00:24:01.759Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/274)
36302026-05-08T00:24:02.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36312026-05-08T00:24:02.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36322026-05-08T00:24:02.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36332026-05-08T00:24:02.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36342026-05-08T00:24:02.729Z
36352026-05-08T00:24:02.729Zinfo: running `cargo check --bins` on key-manager (179/274)
36362026-05-08T00:24:02.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36372026-05-08T00:24:02.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36382026-05-08T00:24:02.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36392026-05-08T00:24:02.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36402026-05-08T00:24:02.972Z
36412026-05-08T00:24:02.972Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/274)
36422026-05-08T00:24:03.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36432026-05-08T00:24:03.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36442026-05-08T00:24:03.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36452026-05-08T00:24:03.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36462026-05-08T00:24:03.659Z
36472026-05-08T00:24:03.660Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/274)
36482026-05-08T00:24:04.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36492026-05-08T00:24:04.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36502026-05-08T00:24:04.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36512026-05-08T00:24:04.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36522026-05-08T00:24:04.365Z
36532026-05-08T00:24:04.365Zinfo: running `cargo check --bins` on typed-rng (182/274)
36542026-05-08T00:24:04.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36552026-05-08T00:24:04.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36562026-05-08T00:24:04.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36572026-05-08T00:24:04.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36582026-05-08T00:24:04.795Z
36592026-05-08T00:24:04.795Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/274)
36602026-05-08T00:24:05.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36612026-05-08T00:24:05.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36622026-05-08T00:24:05.638Z Compiling typify-impl v0.4.3
36632026-05-08T00:24:05.638Z Compiling libefi-sys v0.1.0
36642026-05-08T00:24:05.878Z Compiling bitfield-struct v0.6.2
36652026-05-08T00:24:05.997Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36662026-05-08T00:24:05.998Z Compiling xshell-macros v0.2.7
36672026-05-08T00:24:05.998Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36682026-05-08T00:24:05.998Z Compiling salty v0.3.0
36692026-05-08T00:24:05.998Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36702026-05-08T00:24:06.053Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36712026-05-08T00:24:06.168Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36722026-05-08T00:24:06.228Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36732026-05-08T00:24:06.228Z Checking xshell v0.2.7
36742026-05-08T00:24:06.384Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36752026-05-08T00:24:09.832Z Checking primeorder v0.13.6
36762026-05-08T00:24:09.832Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36772026-05-08T00:24:10.017Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36782026-05-08T00:24:10.017Z Compiling proc-macro-error-attr2 v2.0.0
36792026-05-08T00:24:10.017Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36802026-05-08T00:24:10.017Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36812026-05-08T00:24:10.017Z Checking tungstenite v0.21.0
36822026-05-08T00:24:10.017Z Checking p384 v0.13.1
36832026-05-08T00:24:10.017Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36842026-05-08T00:24:10.017Z Compiling proc-macro-error2 v2.0.1
36852026-05-08T00:24:10.018Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36862026-05-08T00:24:10.018Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36872026-05-08T00:24:10.018Z Compiling num-derive v0.3.3
36882026-05-08T00:24:10.018Z Compiling tabled_derive v0.11.0
36892026-05-08T00:24:10.018Z Checking tokio-tungstenite v0.21.0
36902026-05-08T00:24:10.018Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36912026-05-08T00:24:10.018Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36922026-05-08T00:24:10.018Z Checking papergrid v0.17.0
36932026-05-08T00:24:10.152Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36942026-05-08T00:24:10.153Z Checking libscf-sys v1.1.0
36952026-05-08T00:24:10.153Z Checking testing_table v0.3.0
36962026-05-08T00:24:10.153Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36972026-05-08T00:24:10.153Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36982026-05-08T00:24:10.153Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36992026-05-08T00:24:10.153Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37002026-05-08T00:24:10.153Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37012026-05-08T00:24:10.153Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37022026-05-08T00:24:10.153Z Checking corncobs v0.1.4
37032026-05-08T00:24:10.153Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37042026-05-08T00:24:10.153Z Compiling unicase v2.9.0
37052026-05-08T00:24:10.153Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37062026-05-08T00:24:10.153Z Checking tabled v0.20.0
37072026-05-08T00:24:10.153Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37082026-05-08T00:24:10.153Z Compiling mime_guess v2.0.5
37092026-05-08T00:24:10.153Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37102026-05-08T00:24:10.153Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37112026-05-08T00:24:10.153Z Checking progenitor-client v0.11.2
37122026-05-08T00:24:10.153Z Checking secrecy v0.8.0
37132026-05-08T00:24:10.153Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37142026-05-08T00:24:10.153Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37152026-05-08T00:24:10.153Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37162026-05-08T00:24:10.153Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37172026-05-08T00:24:10.153Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37182026-05-08T00:24:10.153Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37192026-05-08T00:24:10.263Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37202026-05-08T00:24:10.286Z Checking filetime v0.2.27
37212026-05-08T00:24:10.286Z Compiling typify-macro v0.4.3
37222026-05-08T00:24:10.315Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37232026-05-08T00:24:10.347Z Checking http-range v0.1.5
37242026-05-08T00:24:10.559Z Checking xattr v1.6.1
37252026-05-08T00:24:10.614Z Checking crc8 v0.1.1
37262026-05-08T00:24:10.706Z Checking tar v0.4.45
37272026-05-08T00:24:10.813Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37282026-05-08T00:24:10.947Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37292026-05-08T00:24:11.040Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37302026-05-08T00:24:11.088Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37312026-05-08T00:24:11.110Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37322026-05-08T00:24:11.314Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37332026-05-08T00:24:11.432Z Checking atty v0.2.14
37342026-05-08T00:24:11.550Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37352026-05-08T00:24:11.587Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37362026-05-08T00:24:11.695Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37372026-05-08T00:24:11.936Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37382026-05-08T00:24:11.946Z Compiling typify v0.4.3
37392026-05-08T00:24:12.127Z Compiling progenitor-impl v0.11.2
37402026-05-08T00:24:12.210Z Compiling progenitor-impl v0.10.0
37412026-05-08T00:24:12.366Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37422026-05-08T00:24:12.506Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37432026-05-08T00:24:12.606Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37442026-05-08T00:24:13.054Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37452026-05-08T00:24:13.442Z Checking hyper-staticfile v0.10.1
37462026-05-08T00:24:13.504Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37472026-05-08T00:24:13.522Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37482026-05-08T00:24:13.728Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37492026-05-08T00:24:13.786Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37502026-05-08T00:24:14.011Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37512026-05-08T00:24:14.118Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37522026-05-08T00:24:14.290Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37532026-05-08T00:24:14.381Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37542026-05-08T00:24:14.567Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37552026-05-08T00:24:14.754Z Compiling progenitor-macro v0.11.2
37562026-05-08T00:24:14.801Z Compiling progenitor-macro v0.10.0
37572026-05-08T00:24:17.605Z Checking progenitor v0.11.2
37582026-05-08T00:24:17.612Z Checking progenitor v0.10.0
37592026-05-08T00:24:17.739Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37602026-05-08T00:24:17.760Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37612026-05-08T00:24:22.334Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37622026-05-08T00:24:23.449Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37632026-05-08T00:24:33.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.01s
37642026-05-08T00:24:34.022Z
37652026-05-08T00:24:34.022Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/274)
37662026-05-08T00:24:34.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-05-08T00:24:34.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-05-08T00:24:34.797Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37692026-05-08T00:24:45.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.23s
37702026-05-08T00:24:45.481Z
37712026-05-08T00:24:45.481Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/274)
37722026-05-08T00:24:46.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-05-08T00:24:46.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-05-08T00:24:46.263Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37752026-05-08T00:24:56.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.27s
37762026-05-08T00:24:56.965Z
37772026-05-08T00:24:56.965Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/274)
37782026-05-08T00:24:57.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-05-08T00:24:57.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-05-08T00:24:57.749Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37812026-05-08T00:25:08.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.26s
37822026-05-08T00:25:08.452Z
37832026-05-08T00:25:08.452Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/274)
37842026-05-08T00:25:09.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-05-08T00:25:09.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-05-08T00:25:09.238Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37872026-05-08T00:25:19.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.28s
37882026-05-08T00:25:19.955Z
37892026-05-08T00:25:19.955Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/274)
37902026-05-08T00:25:20.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-05-08T00:25:20.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-05-08T00:25:20.736Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37932026-05-08T00:25:31.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.24s
37942026-05-08T00:25:31.418Z
37952026-05-08T00:25:31.418Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/274)
37962026-05-08T00:25:31.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-05-08T00:25:31.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-05-08T00:25:32.207Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37992026-05-08T00:25:42.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.29s
38002026-05-08T00:25:42.937Z
38012026-05-08T00:25:42.937Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/274)
38022026-05-08T00:25:43.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-05-08T00:25:43.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-05-08T00:25:43.713Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38052026-05-08T00:25:54.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.21s
38062026-05-08T00:25:54.378Z
38072026-05-08T00:25:54.378Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/274)
38082026-05-08T00:25:54.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-05-08T00:25:54.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-05-08T00:25:54.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112026-05-08T00:25:54.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38122026-05-08T00:25:54.979Z
38132026-05-08T00:25:54.979Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/274)
38142026-05-08T00:25:55.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152026-05-08T00:25:55.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162026-05-08T00:25:55.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38172026-05-08T00:25:55.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38182026-05-08T00:25:55.582Z
38192026-05-08T00:25:55.582Zinfo: running `cargo check --bins` on range-requests (193/274)
38202026-05-08T00:25:56.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38212026-05-08T00:25:56.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38222026-05-08T00:25:56.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38232026-05-08T00:25:56.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38242026-05-08T00:25:56.175Z
38252026-05-08T00:25:56.175Zinfo: running `cargo check --bins` on repo-depot-api (194/274)
38262026-05-08T00:25:56.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38272026-05-08T00:25:56.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38282026-05-08T00:25:56.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38292026-05-08T00:25:56.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38302026-05-08T00:25:56.773Z
38312026-05-08T00:25:56.773Zinfo: running `cargo check --bins` on sled-agent-api (195/274)
38322026-05-08T00:25:57.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38332026-05-08T00:25:57.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38342026-05-08T00:25:57.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38352026-05-08T00:25:57.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38362026-05-08T00:25:57.403Z
38372026-05-08T00:25:57.403Zinfo: running `cargo check --bins` on sled-diagnostics (196/274)
38382026-05-08T00:25:57.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38392026-05-08T00:25:57.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38402026-05-08T00:25:57.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38412026-05-08T00:25:57.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38422026-05-08T00:25:58.025Z
38432026-05-08T00:25:58.025Zinfo: running `cargo check --bins` on zfs-test-harness (197/274)
38442026-05-08T00:25:58.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38452026-05-08T00:25:58.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38462026-05-08T00:25:58.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38472026-05-08T00:25:58.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38482026-05-08T00:25:58.649Z
38492026-05-08T00:25:58.650Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/274)
38502026-05-08T00:25:59.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38512026-05-08T00:25:59.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38522026-05-08T00:25:59.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38532026-05-08T00:25:59.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38542026-05-08T00:25:59.274Z
38552026-05-08T00:25:59.274Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/274)
38562026-05-08T00:25:59.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38572026-05-08T00:25:59.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38582026-05-08T00:25:59.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38592026-05-08T00:25:59.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38602026-05-08T00:25:59.908Z
38612026-05-08T00:25:59.908Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/274)
38622026-05-08T00:26:00.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38632026-05-08T00:26:00.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38642026-05-08T00:26:00.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38652026-05-08T00:26:00.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38662026-05-08T00:26:00.536Z
38672026-05-08T00:26:00.536Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/274)
38682026-05-08T00:26:01.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38692026-05-08T00:26:01.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38702026-05-08T00:26:01.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38712026-05-08T00:26:01.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38722026-05-08T00:26:01.157Z
38732026-05-08T00:26:01.157Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/274)
38742026-05-08T00:26:01.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38752026-05-08T00:26:01.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38762026-05-08T00:26:01.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38772026-05-08T00:26:01.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38782026-05-08T00:26:01.781Z
38792026-05-08T00:26:01.781Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/274)
38802026-05-08T00:26:02.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38812026-05-08T00:26:02.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38822026-05-08T00:26:02.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38832026-05-08T00:26:02.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38842026-05-08T00:26:02.416Z
38852026-05-08T00:26:02.416Zinfo: running `cargo check --bins` on sled-agent-rack-setup (204/274)
38862026-05-08T00:26:02.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38872026-05-08T00:26:02.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38882026-05-08T00:26:02.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38892026-05-08T00:26:02.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38902026-05-08T00:26:03.079Z
38912026-05-08T00:26:03.080Zinfo: running `cargo check --bins` on trust-quorum (205/274)
38922026-05-08T00:26:03.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38932026-05-08T00:26:03.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38942026-05-08T00:26:03.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38952026-05-08T00:26:03.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38962026-05-08T00:26:03.714Z
38972026-05-08T00:26:03.714Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/274)
38982026-05-08T00:26:04.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38992026-05-08T00:26:04.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39002026-05-08T00:26:04.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39012026-05-08T00:26:04.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39022026-05-08T00:26:04.362Z
39032026-05-08T00:26:04.362Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/274)
39042026-05-08T00:26:04.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39052026-05-08T00:26:04.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39062026-05-08T00:26:04.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39072026-05-08T00:26:04.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39082026-05-08T00:26:05.024Z
39092026-05-08T00:26:05.024Zinfo: running `cargo check --bins` on update-common (208/274)
39102026-05-08T00:26:05.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39112026-05-08T00:26:05.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39122026-05-08T00:26:05.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39132026-05-08T00:26:05.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39142026-05-08T00:26:05.642Z
39152026-05-08T00:26:05.642Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/274)
39162026-05-08T00:26:06.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39172026-05-08T00:26:06.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39182026-05-08T00:26:06.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39192026-05-08T00:26:06.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39202026-05-08T00:26:06.290Z
39212026-05-08T00:26:06.290Zinfo: running `cargo check --bins` on omicron-deployment-graph (210/274)
39222026-05-08T00:26:06.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39232026-05-08T00:26:06.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39242026-05-08T00:26:06.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39252026-05-08T00:26:06.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39262026-05-08T00:26:06.879Z
39272026-05-08T00:26:06.880Zinfo: running `cargo check --bins` on reconfigurator-cli (211/274)
39282026-05-08T00:26:07.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39292026-05-08T00:26:07.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39302026-05-08T00:26:07.655Z Compiling fs-err v2.11.0
39312026-05-08T00:26:07.659Z Checking ignore v0.4.25
39322026-05-08T00:26:07.659Z Checking arc-swap v1.8.2
39332026-05-08T00:26:07.776Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39342026-05-08T00:26:07.798Z Checking predicates-tree v1.0.13
39352026-05-08T00:26:07.807Z Checking parse-size v1.1.0
39362026-05-08T00:26:07.820Z Checking rand_seeder v0.4.0
39372026-05-08T00:26:07.823Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39382026-05-08T00:26:07.898Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39392026-05-08T00:26:07.918Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39402026-05-08T00:26:07.958Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39412026-05-08T00:26:07.984Z Checking slog-scope v4.4.1
39422026-05-08T00:26:08.103Z Compiling petname v2.0.2
39432026-05-08T00:26:08.117Z Checking slog-stdlog v4.1.1
39442026-05-08T00:26:08.130Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39452026-05-08T00:26:08.157Z Checking globwalk v0.9.1
39462026-05-08T00:26:08.208Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39472026-05-08T00:26:08.234Z Checking slog-envlogger v2.2.0
39482026-05-08T00:26:08.335Z Checking camino-tempfile-ext v0.3.3
39492026-05-08T00:26:08.359Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39502026-05-08T00:26:08.382Z Checking sapling-renderdag v0.1.0
39512026-05-08T00:26:08.522Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39522026-05-08T00:26:08.536Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39532026-05-08T00:26:08.620Z Checking subprocess v0.2.15
39542026-05-08T00:26:08.704Z Checking sync-ptr v0.1.4
39552026-05-08T00:26:08.753Z Checking colored v2.2.0
39562026-05-08T00:26:08.821Z Checking assert_matches v1.5.0
39572026-05-08T00:26:08.896Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39582026-05-08T00:26:08.942Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39592026-05-08T00:26:09.012Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39602026-05-08T00:26:09.015Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39612026-05-08T00:26:09.629Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39622026-05-08T00:26:10.933Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39632026-05-08T00:26:13.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.26s
39642026-05-08T00:26:13.363Z
39652026-05-08T00:26:13.363Zinfo: running `cargo check --bins` on omicron-repl-utils (212/274)
39662026-05-08T00:26:13.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39672026-05-08T00:26:13.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39682026-05-08T00:26:13.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39692026-05-08T00:26:13.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39702026-05-08T00:26:13.948Z
39712026-05-08T00:26:13.948Zinfo: running `cargo check --bins` on transient-dns-server (213/274)
39722026-05-08T00:26:14.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39732026-05-08T00:26:14.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39742026-05-08T00:26:14.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39752026-05-08T00:26:14.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39762026-05-08T00:26:14.556Z
39772026-05-08T00:26:14.556Zinfo: running `cargo check --bins` on nexus-test-interface (214/274)
39782026-05-08T00:26:15.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39792026-05-08T00:26:15.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39802026-05-08T00:26:15.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39812026-05-08T00:26:15.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39822026-05-08T00:26:15.210Z
39832026-05-08T00:26:15.210Zinfo: running `cargo check --bins` on oximeter-collector (215/274)
39842026-05-08T00:26:15.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39852026-05-08T00:26:15.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39862026-05-08T00:26:15.936Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39872026-05-08T00:26:15.939Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39882026-05-08T00:26:16.586Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39892026-05-08T00:26:18.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.94s
39902026-05-08T00:26:18.358Z
39912026-05-08T00:26:18.358Zinfo: running `cargo check --bins` on oximeter-api (216/274)
39922026-05-08T00:26:18.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-05-08T00:26:18.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-05-08T00:26:18.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39952026-05-08T00:26:18.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39962026-05-08T00:26:18.957Z
39972026-05-08T00:26:18.957Zinfo: running `cargo check --bins` on cert-dev (217/274)
39982026-05-08T00:26:19.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-05-08T00:26:19.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-05-08T00:26:19.564Z Checking yasna v0.5.2
40012026-05-08T00:26:19.966Z Checking rcgen v0.12.1
40022026-05-08T00:26:20.209Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40032026-05-08T00:26:20.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
40042026-05-08T00:26:20.555Z
40052026-05-08T00:26:20.555Zinfo: running `cargo check --bins` on clickana (218/274)
40062026-05-08T00:26:21.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40072026-05-08T00:26:21.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40082026-05-08T00:26:21.198Z Compiling darling_core v0.23.0
40092026-05-08T00:26:21.306Z Compiling instability v0.3.11
40102026-05-08T00:26:21.313Z Checking castaway v0.2.4
40112026-05-08T00:26:21.319Z Compiling indoc v2.0.7
40122026-05-08T00:26:21.324Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40132026-05-08T00:26:21.327Z Checking unicode-truncate v1.1.0
40142026-05-08T00:26:21.342Z Checking lru v0.12.5
40152026-05-08T00:26:21.342Z Checking cassowary v0.3.0
40162026-05-08T00:26:21.403Z Checking compact_str v0.8.1
40172026-05-08T00:26:22.347Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40182026-05-08T00:26:22.530Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40192026-05-08T00:26:22.728Z Compiling darling_macro v0.23.0
40202026-05-08T00:26:23.136Z Compiling darling v0.23.0
40212026-05-08T00:26:23.744Z Checking ratatui v0.29.0
40222026-05-08T00:26:24.786Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40232026-05-08T00:26:25.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.89s
40242026-05-08T00:26:25.634Z
40252026-05-08T00:26:25.634Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (219/274)
40262026-05-08T00:26:26.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40272026-05-08T00:26:26.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40282026-05-08T00:26:26.360Z Checking headers-core v0.3.0
40292026-05-08T00:26:26.362Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40302026-05-08T00:26:26.554Z Checking headers v0.4.1
40312026-05-08T00:26:26.921Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40322026-05-08T00:26:27.774Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40332026-05-08T00:26:28.268Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40342026-05-08T00:26:28.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s
40352026-05-08T00:26:28.877Z
40362026-05-08T00:26:28.877Zinfo: running `cargo check --bins` on ch-dev (220/274)
40372026-05-08T00:26:29.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40382026-05-08T00:26:29.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40392026-05-08T00:26:29.600Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40402026-05-08T00:26:30.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
40412026-05-08T00:26:30.535Z
40422026-05-08T00:26:30.535Zinfo: running `cargo check --bins` on dev-tools-common (221/274)
40432026-05-08T00:26:30.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40442026-05-08T00:26:30.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40452026-05-08T00:26:30.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40462026-05-08T00:26:30.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
40472026-05-08T00:26:31.013Z
40482026-05-08T00:26:31.013Zinfo: running `cargo check --bins` on crdb-seed (222/274)
40492026-05-08T00:26:31.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40502026-05-08T00:26:31.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40512026-05-08T00:26:31.742Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40522026-05-08T00:26:32.723Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40532026-05-08T00:26:33.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
40542026-05-08T00:26:33.277Z
40552026-05-08T00:26:33.277Zinfo: running `cargo check --bins` on db-dev (223/274)
40562026-05-08T00:26:33.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40572026-05-08T00:26:33.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40582026-05-08T00:26:34.010Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40592026-05-08T00:26:34.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
40602026-05-08T00:26:34.956Z
40612026-05-08T00:26:34.956Zinfo: running `cargo check --bins` on omicron-dev-lib (224/274)
40622026-05-08T00:26:35.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632026-05-08T00:26:35.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642026-05-08T00:26:35.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40652026-05-08T00:26:35.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40662026-05-08T00:26:35.602Z
40672026-05-08T00:26:35.602Zinfo: running `cargo check --bins` on xtask-downloader (225/274)
40682026-05-08T00:26:36.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-05-08T00:26:36.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-05-08T00:26:36.205Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40712026-05-08T00:26:36.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
40722026-05-08T00:26:37.045Z
40732026-05-08T00:26:37.045Zinfo: running `cargo check --bins` on omicron-dropshot-apis (226/274)
40742026-05-08T00:26:37.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40752026-05-08T00:26:37.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40762026-05-08T00:26:37.793Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40772026-05-08T00:26:37.793Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40782026-05-08T00:26:37.797Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40792026-05-08T00:26:37.797Z Checking git-stub v1.0.0
40802026-05-08T00:26:37.797Z Compiling trait-variant v0.1.2
40812026-05-08T00:26:37.798Z Checking maplit v1.0.2
40822026-05-08T00:26:37.920Z Checking is_ci v1.2.0
40832026-05-08T00:26:37.945Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40842026-05-08T00:26:38.021Z Checking supports-color v3.0.2
40852026-05-08T00:26:38.024Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40862026-05-08T00:26:38.054Z Checking git-stub-vcs v0.1.0
40872026-05-08T00:26:38.129Z Checking drift v0.1.3
40882026-05-08T00:26:38.143Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40892026-05-08T00:26:38.200Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40902026-05-08T00:26:38.253Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40912026-05-08T00:26:38.394Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40922026-05-08T00:26:38.414Z Checking dropshot-api-manager v0.7.1
40932026-05-08T00:26:38.429Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40942026-05-08T00:26:38.445Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40952026-05-08T00:26:38.642Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40962026-05-08T00:26:38.708Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40972026-05-08T00:26:38.848Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40982026-05-08T00:26:39.184Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40992026-05-08T00:26:44.108Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41002026-05-08T00:26:45.189Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41012026-05-08T00:26:45.743Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41022026-05-08T00:26:46.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.12s
41032026-05-08T00:26:46.375Z
41042026-05-08T00:26:46.375Zinfo: running `cargo check --bins` on installinator-api (227/274)
41052026-05-08T00:26:46.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41062026-05-08T00:26:46.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41072026-05-08T00:26:46.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41082026-05-08T00:26:46.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41092026-05-08T00:26:46.980Z
41102026-05-08T00:26:46.980Zinfo: running `cargo check --bins` on nexus-external-api (228/274)
41112026-05-08T00:26:47.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41122026-05-08T00:26:47.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41132026-05-08T00:26:47.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41142026-05-08T00:26:47.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41152026-05-08T00:26:47.619Z
41162026-05-08T00:26:47.619Zinfo: running `cargo check --bins` on nexus-internal-api (229/274)
41172026-05-08T00:26:48.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41182026-05-08T00:26:48.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41192026-05-08T00:26:48.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41202026-05-08T00:26:48.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41212026-05-08T00:26:48.257Z
41222026-05-08T00:26:48.257Zinfo: running `cargo check --bins` on nexus-lockstep-api (230/274)
41232026-05-08T00:26:48.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41242026-05-08T00:26:48.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41252026-05-08T00:26:48.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41262026-05-08T00:26:48.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41272026-05-08T00:26:48.906Z
41282026-05-08T00:26:48.906Zinfo: running `cargo check --bins` on ntp-admin-api (231/274)
41292026-05-08T00:26:49.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41302026-05-08T00:26:49.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41312026-05-08T00:26:49.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41322026-05-08T00:26:49.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41332026-05-08T00:26:49.508Z
41342026-05-08T00:26:49.509Zinfo: running `cargo check --bins` on ntp-admin-types-versions (232/274)
41352026-05-08T00:26:50.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41362026-05-08T00:26:50.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41372026-05-08T00:26:50.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41382026-05-08T00:26:50.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41392026-05-08T00:26:50.098Z
41402026-05-08T00:26:50.098Zinfo: running `cargo check --bins` on wicketd-api (233/274)
41412026-05-08T00:26:50.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41422026-05-08T00:26:50.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41432026-05-08T00:26:50.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41442026-05-08T00:26:50.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41452026-05-08T00:26:50.717Z
41462026-05-08T00:26:50.717Zinfo: running `cargo check --bins` on omicron-ls-apis (234/274)
41472026-05-08T00:26:51.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41482026-05-08T00:26:51.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41492026-05-08T00:26:51.330Z Checking typeid v1.0.3
41502026-05-08T00:26:51.441Z Checking ordered-float v2.10.1
41512026-05-08T00:26:51.460Z Checking unicode-xid v0.2.6
41522026-05-08T00:26:51.473Z Checking cargo-platform v0.2.0
41532026-05-08T00:26:51.481Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41542026-05-08T00:26:51.508Z Checking erased-serde v0.4.9
41552026-05-08T00:26:51.640Z Checking serde-value v0.7.0
41562026-05-08T00:26:51.816Z Checking serde-untagged v0.1.9
41572026-05-08T00:26:51.969Z Checking cargo-util-schemas v0.8.2
41582026-05-08T00:26:52.648Z Checking cargo_metadata v0.21.0
41592026-05-08T00:26:53.247Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41602026-05-08T00:26:53.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
41612026-05-08T00:26:54.112Z
41622026-05-08T00:26:54.112Zinfo: running `cargo check --bins` on mgs-dev (235/274)
41632026-05-08T00:26:54.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41642026-05-08T00:26:54.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41652026-05-08T00:26:54.852Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41662026-05-08T00:26:55.478Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41672026-05-08T00:26:55.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
41682026-05-08T00:26:56.190Z
41692026-05-08T00:26:56.190Zinfo: running `cargo check --bins` on omicron-omdb (236/274)
41702026-05-08T00:26:56.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41712026-05-08T00:26:56.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41722026-05-08T00:26:57.044Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41732026-05-08T00:26:57.044Z Compiling vergen-gitcl v1.0.8
41742026-05-08T00:26:57.047Z Compiling dirs-sys-next v0.1.2
41752026-05-08T00:26:57.047Z Compiling diesel_derives v2.3.7
41762026-05-08T00:26:57.047Z Compiling glob v0.3.3
41772026-05-08T00:26:57.047Z Compiling crunchy v0.2.4
41782026-05-08T00:26:57.048Z Compiling dsl_auto_type v0.2.0
41792026-05-08T00:26:57.048Z Checking scheduled-thread-pool v0.2.7
41802026-05-08T00:26:57.312Z Compiling dirs-next v2.0.0
41812026-05-08T00:26:57.411Z Compiling diesel_table_macro_syntax v0.3.0
41822026-05-08T00:26:57.433Z Compiling tiny-keccak v2.0.2
41832026-05-08T00:26:57.433Z Compiling term v0.7.0
41842026-05-08T00:26:57.605Z Checking r2d2 v0.8.10
41852026-05-08T00:26:57.622Z Compiling clang-sys v1.8.1
41862026-05-08T00:26:57.625Z Compiling bit-vec v0.6.3
41872026-05-08T00:26:57.717Z Checking downcast-rs v2.0.2
41882026-05-08T00:26:57.785Z Compiling ascii-canvas v3.0.0
41892026-05-08T00:26:57.815Z Compiling bit-set v0.5.3
41902026-05-08T00:26:57.971Z Compiling itertools v0.10.5
41912026-05-08T00:26:58.004Z Compiling ena v0.14.4
41922026-05-08T00:26:58.027Z Compiling libloading v0.8.9
41932026-05-08T00:26:58.048Z Compiling bindgen v0.71.1
41942026-05-08T00:26:58.103Z Compiling diff v0.1.13
41952026-05-08T00:26:58.209Z Compiling regex-syntax v0.6.29
41962026-05-08T00:26:58.262Z Compiling cexpr v0.6.0
41972026-05-08T00:26:58.364Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41982026-05-08T00:26:58.488Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41992026-05-08T00:26:58.578Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42002026-05-08T00:26:58.637Z Compiling libxml v0.3.3
42012026-05-08T00:26:58.863Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42022026-05-08T00:26:58.957Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42032026-05-08T00:26:59.037Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42042026-05-08T00:26:59.175Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42052026-05-08T00:26:59.227Z Compiling strum_macros v0.24.3
42062026-05-08T00:26:59.281Z Compiling indoc v1.0.9
42072026-05-08T00:26:59.714Z Compiling lalrpop v0.19.12
42082026-05-08T00:27:00.221Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42092026-05-08T00:27:00.288Z Checking derive_builder v0.20.2
42102026-05-08T00:27:00.405Z Compiling oso-derive v0.27.3
42112026-05-08T00:27:00.420Z Checking quick-xml v0.37.5
42122026-05-08T00:27:00.570Z Compiling impl-trait-for-tuples v0.2.3
42132026-05-08T00:27:00.901Z Checking openssl-probe v0.1.6
42142026-05-08T00:27:01.042Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42152026-05-08T00:27:01.302Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42162026-05-08T00:27:01.503Z Checking bb8 v0.8.6
42172026-05-08T00:27:01.791Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42182026-05-08T00:27:01.812Z Checking nonempty v0.12.0
42192026-05-08T00:27:01.902Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42202026-05-08T00:27:01.973Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42212026-05-08T00:27:02.010Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42222026-05-08T00:27:02.155Z Checking console v0.16.2
42232026-05-08T00:27:02.173Z Checking unit-prefix v0.5.2
42242026-05-08T00:27:02.209Z Checking support-bundle-viewer v0.1.2
42252026-05-08T00:27:02.311Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42262026-05-08T00:27:02.462Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42272026-05-08T00:27:02.478Z Checking indicatif v0.18.4
42282026-05-08T00:27:02.677Z Checking multimap v0.10.1
42292026-05-08T00:27:03.131Z Checking diesel v2.3.7
42302026-05-08T00:27:04.923Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42312026-05-08T00:27:05.469Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42322026-05-08T00:27:05.564Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42332026-05-08T00:27:06.040Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42342026-05-08T00:27:06.619Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42352026-05-08T00:27:07.163Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42362026-05-08T00:27:07.219Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42372026-05-08T00:27:07.873Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42382026-05-08T00:27:09.940Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42392026-05-08T00:27:14.416Z Compiling samael v0.0.19
42402026-05-08T00:27:18.921Z Checking async-bb8-diesel v0.2.1
42412026-05-08T00:27:19.223Z Checking diesel-dtrace v0.5.0
42422026-05-08T00:27:20.534Z Compiling polar-core v0.27.3
42432026-05-08T00:27:24.923Z Checking oso v0.27.3
42442026-05-08T00:28:01.177Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42452026-05-08T00:28:34.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
42462026-05-08T00:28:34.469Z
42472026-05-08T00:28:34.470Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (237/274)
42482026-05-08T00:28:35.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42492026-05-08T00:28:35.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42502026-05-08T00:28:35.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42512026-05-08T00:28:35.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42522026-05-08T00:28:35.136Z
42532026-05-08T00:28:35.136Zinfo: running `cargo check --bins` on nexus-saga-recovery (238/274)
42542026-05-08T00:28:35.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42552026-05-08T00:28:35.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42562026-05-08T00:28:35.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42572026-05-08T00:28:35.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42582026-05-08T00:28:35.800Z
42592026-05-08T00:28:35.800Zinfo: running `cargo check --bins` on nexus-test-utils-macros (239/274)
42602026-05-08T00:28:36.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42612026-05-08T00:28:36.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42622026-05-08T00:28:36.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42632026-05-08T00:28:36.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42642026-05-08T00:28:36.396Z
42652026-05-08T00:28:36.396Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (240/274)
42662026-05-08T00:28:36.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42672026-05-08T00:28:36.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42682026-05-08T00:28:37.274Z Compiling libz-sys v1.1.24
42692026-05-08T00:28:37.406Z Compiling libgit2-sys v0.18.3+1.9.2
42702026-05-08T00:28:37.417Z Compiling vergen-git2 v1.0.7
42712026-05-08T00:28:37.453Z Compiling rustls v0.21.12
42722026-05-08T00:28:37.457Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42732026-05-08T00:28:37.457Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42742026-05-08T00:28:37.457Z Checking sct v0.7.1
42752026-05-08T00:28:37.457Z Checking rustls-webpki v0.101.7
42762026-05-08T00:28:37.609Z Compiling nix v0.29.0
42772026-05-08T00:28:37.625Z Compiling dropshot v0.16.7
42782026-05-08T00:28:37.667Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42792026-05-08T00:28:37.712Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42802026-05-08T00:28:37.785Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42812026-05-08T00:28:37.891Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42822026-05-08T00:28:37.905Z Checking toml v0.9.12+spec-1.1.0
42832026-05-08T00:28:37.923Z Compiling dropshot_endpoint v0.16.7
42842026-05-08T00:28:38.091Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42852026-05-08T00:28:38.239Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42862026-05-08T00:28:38.434Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42872026-05-08T00:28:38.535Z Checking rustls-pemfile v1.0.4
42882026-05-08T00:28:38.613Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42892026-05-08T00:28:38.864Z Checking twox-hash v2.1.2
42902026-05-08T00:28:38.872Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42912026-05-08T00:28:39.094Z Checking tokio-rustls v0.24.1
42922026-05-08T00:28:39.548Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42932026-05-08T00:28:39.715Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42942026-05-08T00:28:39.747Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42952026-05-08T00:28:40.298Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42962026-05-08T00:28:40.382Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42972026-05-08T00:28:40.415Z Checking fatfs v0.3.6
42982026-05-08T00:28:40.452Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42992026-05-08T00:28:40.526Z Compiling seq-macro v0.3.6
43002026-05-08T00:28:44.425Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43012026-05-08T00:28:44.538Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43022026-05-08T00:28:44.592Z Compiling git2 v0.20.4
43032026-05-08T00:28:46.796Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
43042026-05-08T00:29:33.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.78s
43052026-05-08T00:29:33.411Z
43062026-05-08T00:29:33.413Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (241/274)
43072026-05-08T00:29:34.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43082026-05-08T00:29:34.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43092026-05-08T00:29:34.308Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43102026-05-08T00:30:12.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.21s
43112026-05-08T00:30:12.839Z
43122026-05-08T00:30:12.840Zinfo: running `cargo check --bins` on nexus-background-task-interface (242/274)
43132026-05-08T00:30:13.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43142026-05-08T00:30:13.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43152026-05-08T00:30:13.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43162026-05-08T00:30:13.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43172026-05-08T00:30:13.426Z
43182026-05-08T00:30:13.426Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/274)
43192026-05-08T00:30:13.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43202026-05-08T00:30:13.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43212026-05-08T00:30:13.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43222026-05-08T00:30:13.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43232026-05-08T00:30:14.075Z
43242026-05-08T00:30:14.075Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/274)
43252026-05-08T00:30:14.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43262026-05-08T00:30:14.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43272026-05-08T00:30:14.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43282026-05-08T00:30:14.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43292026-05-08T00:30:14.739Z
43302026-05-08T00:30:14.739Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (245/274)
43312026-05-08T00:30:15.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43322026-05-08T00:30:15.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43332026-05-08T00:30:15.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43342026-05-08T00:30:15.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43352026-05-08T00:30:15.403Z
43362026-05-08T00:30:15.403Zinfo: running `cargo check --bins` on nexus-mgs-updates (246/274)
43372026-05-08T00:30:15.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43382026-05-08T00:30:15.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43392026-05-08T00:30:15.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43402026-05-08T00:30:15.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43412026-05-08T00:30:16.058Z
43422026-05-08T00:30:16.058Zinfo: running `cargo check --bins` on nexus-networking (247/274)
43432026-05-08T00:30:16.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43442026-05-08T00:30:16.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43452026-05-08T00:30:16.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43462026-05-08T00:30:16.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43472026-05-08T00:30:16.714Z
43482026-05-08T00:30:16.714Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (248/274)
43492026-05-08T00:30:17.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43502026-05-08T00:30:17.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43512026-05-08T00:30:17.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43522026-05-08T00:30:17.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43532026-05-08T00:30:17.378Z
43542026-05-08T00:30:17.378Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (249/274)
43552026-05-08T00:30:17.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43562026-05-08T00:30:17.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43572026-05-08T00:30:17.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43582026-05-08T00:30:17.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43592026-05-08T00:30:18.038Z
43602026-05-08T00:30:18.038Zinfo: running `cargo check --bins` on omicron-dev (250/274)
43612026-05-08T00:30:18.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43622026-05-08T00:30:18.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43632026-05-08T00:30:18.935Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43642026-05-08T00:30:18.935Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43652026-05-08T00:30:19.122Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43662026-05-08T00:30:19.153Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43672026-05-08T00:30:19.172Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43682026-05-08T00:30:19.192Z Checking diff v0.1.13
43692026-05-08T00:30:19.200Z Checking yansi v1.0.1
43702026-05-08T00:30:19.200Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43712026-05-08T00:30:19.256Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43722026-05-08T00:30:19.447Z Checking pretty_assertions v1.4.1
43732026-05-08T00:30:20.085Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43742026-05-08T00:30:20.419Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43752026-05-08T00:30:43.453Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43762026-05-08T00:30:43.457Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43772026-05-08T00:30:43.457Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43782026-05-08T00:30:43.457Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43792026-05-08T00:30:43.457Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43802026-05-08T00:30:43.457Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43812026-05-08T00:30:44.278Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43822026-05-08T00:30:45.381Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43832026-05-08T00:31:23.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43842026-05-08T00:31:23.712Z
43852026-05-08T00:31:23.712Zinfo: running `cargo check --bins` on omicron-pins (251/274)
43862026-05-08T00:31:24.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43872026-05-08T00:31:24.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43882026-05-08T00:31:24.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43892026-05-08T00:31:24.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43902026-05-08T00:31:24.295Z
43912026-05-08T00:31:24.295Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (252/274)
43922026-05-08T00:31:24.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43932026-05-08T00:31:24.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43942026-05-08T00:31:25.079Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43952026-05-08T00:31:25.203Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43962026-05-08T00:31:25.207Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43972026-05-08T00:31:50.781Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43982026-05-08T00:31:51.172Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43992026-05-08T00:31:52.885Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44002026-05-08T00:31:53.343Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
44012026-05-08T00:31:56.299Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44022026-05-08T00:32:18.827Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44032026-05-08T00:32:19.532Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44042026-05-08T00:32:21.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.83s
44052026-05-08T00:32:21.354Z
44062026-05-08T00:32:21.354Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (253/274)
44072026-05-08T00:32:21.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44082026-05-08T00:32:21.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44092026-05-08T00:32:22.080Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
44102026-05-08T00:32:22.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
44112026-05-08T00:32:22.961Z
44122026-05-08T00:32:22.961Zinfo: running `cargo check --bins` on omicron-releng (254/274)
44132026-05-08T00:32:23.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44142026-05-08T00:32:23.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44152026-05-08T00:32:23.612Z Compiling blake3 v1.8.3
44162026-05-08T00:32:23.721Z Checking arrayref v0.3.9
44172026-05-08T00:32:23.721Z Checking constant_time_eq v0.4.2
44182026-05-08T00:32:23.727Z Checking arrayvec v0.7.6
44192026-05-08T00:32:23.741Z Checking topological-sort v0.2.2
44202026-05-08T00:32:23.751Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44212026-05-08T00:32:23.751Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44222026-05-08T00:32:23.751Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
44232026-05-08T00:32:23.788Z Checking shell-words v1.1.1
44242026-05-08T00:32:24.494Z Checking omicron-zone-package v0.12.2
44252026-05-08T00:32:25.206Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44262026-05-08T00:32:26.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
44272026-05-08T00:32:26.216Z
44282026-05-08T00:32:26.216Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (255/274)
44292026-05-08T00:32:26.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44302026-05-08T00:32:26.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44312026-05-08T00:32:26.863Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44322026-05-08T00:32:27.187Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44332026-05-08T00:32:27.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
44342026-05-08T00:32:27.767Z
44352026-05-08T00:32:27.767Zinfo: running `cargo check --bins` on schema (256/274)
44362026-05-08T00:32:28.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44372026-05-08T00:32:28.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44382026-05-08T00:32:28.503Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44392026-05-08T00:32:29.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
44402026-05-08T00:32:29.406Z
44412026-05-08T00:32:29.406Zinfo: running `cargo check --bins` on xtask (257/274)
44422026-05-08T00:32:29.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44432026-05-08T00:32:29.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44442026-05-08T00:32:29.863Z Checking libc v0.2.185
44452026-05-08T00:32:29.944Z Checking serde v1.0.228
44462026-05-08T00:32:29.949Z Checking zerofrom v0.1.6
44472026-05-08T00:32:29.954Z Checking bitflags v2.11.0
44482026-05-08T00:32:29.959Z Checking smallvec v1.15.1
44492026-05-08T00:32:29.965Z Checking indexmap v2.14.0
44502026-05-08T00:32:29.974Z Checking serde_json v1.0.149
44512026-05-08T00:32:29.988Z Checking scroll v0.12.0
44522026-05-08T00:32:30.048Z Checking yoke v0.8.1
44532026-05-08T00:32:30.107Z Checking num-traits v0.2.19
44542026-05-08T00:32:30.154Z Checking thiserror v1.0.69
44552026-05-08T00:32:30.211Z Checking percent-encoding v2.3.2
44562026-05-08T00:32:30.221Z Checking zerovec v0.11.5
44572026-05-08T00:32:30.230Z Checking zerotrie v0.2.3
44582026-05-08T00:32:30.653Z Checking errno v0.3.14
44592026-05-08T00:32:30.686Z Checking serde_spanned v0.6.9
44602026-05-08T00:32:30.686Z Checking toml_datetime v0.6.11
44612026-05-08T00:32:30.686Z Checking rustix v1.1.3
44622026-05-08T00:32:30.686Z Checking log v0.4.29
44632026-05-08T00:32:30.686Z Checking zerocopy v0.7.35
44642026-05-08T00:32:30.686Z Checking form_urlencoded v1.2.2
44652026-05-08T00:32:30.686Z Checking toml_edit v0.22.27
44662026-05-08T00:32:30.686Z Checking getrandom v0.4.1
44672026-05-08T00:32:30.686Z Checking goblin v0.8.2
44682026-05-08T00:32:30.686Z Checking ordered-float v2.10.1
44692026-05-08T00:32:30.686Z Checking thiserror v2.0.18
44702026-05-08T00:32:30.686Z Checking tinystr v0.8.2
44712026-05-08T00:32:30.716Z Checking potential_utf v0.1.4
44722026-05-08T00:32:30.728Z Checking syn v2.0.117
44732026-05-08T00:32:30.817Z Checking icu_locale_core v2.1.1
44742026-05-08T00:32:30.839Z Checking icu_collections v2.1.1
44752026-05-08T00:32:30.839Z Checking serde-value v0.7.0
44762026-05-08T00:32:30.956Z Checking dtrace-parser v0.2.0
44772026-05-08T00:32:31.040Z Checking thread-id v4.2.2
44782026-05-08T00:32:31.124Z Checking once_cell v1.21.3
44792026-05-08T00:32:31.164Z Checking cargo-platform v0.2.0
44802026-05-08T00:32:31.171Z Checking terminal_size v0.4.3
44812026-05-08T00:32:31.202Z Checking memmap v0.7.0
44822026-05-08T00:32:31.308Z Checking tempfile v3.25.0
44832026-05-08T00:32:31.318Z Checking clap_builder v4.5.60
44842026-05-08T00:32:31.329Z Checking textwrap v0.16.2
44852026-05-08T00:32:31.329Z Checking fs-err v3.3.0
44862026-05-08T00:32:31.365Z Checking icu_provider v2.1.1
44872026-05-08T00:32:31.508Z Checking camino-tempfile v1.4.1
44882026-05-08T00:32:31.521Z Checking anyhow v1.0.102
44892026-05-08T00:32:31.544Z Checking tabled v0.15.0
44902026-05-08T00:32:31.599Z Checking icu_properties v2.1.2
44912026-05-08T00:32:31.626Z Checking icu_normalizer v2.1.1
44922026-05-08T00:32:31.654Z Checking toml v0.8.23
44932026-05-08T00:32:31.698Z Checking macaddr v1.0.1
44942026-05-08T00:32:31.876Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44952026-05-08T00:32:31.951Z Checking cargo_toml v0.21.0
44962026-05-08T00:32:32.399Z Checking idna_adapter v1.2.1
44972026-05-08T00:32:32.502Z Checking clap v4.5.60
44982026-05-08T00:32:32.518Z Checking dof v0.3.0
44992026-05-08T00:32:32.533Z Checking idna v1.1.0
45002026-05-08T00:32:32.745Z Checking url v2.5.8
45012026-05-08T00:32:32.767Z Checking usdt-impl v0.5.0
45022026-05-08T00:32:33.003Z Checking usdt v0.5.0
45032026-05-08T00:32:33.084Z Checking cargo-util-schemas v0.8.2
45042026-05-08T00:32:33.754Z Checking cargo_metadata v0.21.0
45052026-05-08T00:32:34.370Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
45062026-05-08T00:32:34.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.37s
45072026-05-08T00:32:34.907Z
45082026-05-08T00:32:34.907Zinfo: running `cargo check --bins` on dnsadm (258/274)
45092026-05-08T00:32:35.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45102026-05-08T00:32:35.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45112026-05-08T00:32:35.548Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45122026-05-08T00:32:40.153Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
45132026-05-08T00:32:40.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
45142026-05-08T00:32:40.190Z
45152026-05-08T00:32:40.190Zinfo: running `cargo check --bins` on end-to-end-tests (259/274)
45162026-05-08T00:32:40.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45172026-05-08T00:32:40.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45182026-05-08T00:32:40.190Z Checking polyval v0.6.2
45192026-05-08T00:32:40.190Z Checking ctr v0.9.2
45202026-05-08T00:32:40.190Z Checking ssh-encoding v0.2.0
45212026-05-08T00:32:40.190Z Checking blowfish v0.9.1
45222026-05-08T00:32:40.190Z Checking password-hash v0.4.2
45232026-05-08T00:32:40.190Z Checking p521 v0.13.3
45242026-05-08T00:32:40.190Z Checking p256 v0.13.2
45252026-05-08T00:32:40.190Z Checking russh-cryptovec v0.7.3
45262026-05-08T00:32:40.191Z Checking ghash v0.5.1
45272026-05-08T00:32:40.191Z Checking md5 v0.7.0
45282026-05-08T00:32:40.191Z Checking bcrypt-pbkdf v0.10.0
45292026-05-08T00:32:40.191Z Checking num-bigint v0.4.6
45302026-05-08T00:32:40.191Z Checking des v0.8.1
45312026-05-08T00:32:40.191Z Checking pbkdf2 v0.11.0
45322026-05-08T00:32:40.191Z Checking aes-gcm v0.10.3
45332026-05-08T00:32:40.191Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45342026-05-08T00:32:40.191Z Checking hex-literal v0.4.1
45352026-05-08T00:32:40.191Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45362026-05-08T00:32:40.191Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45372026-05-08T00:32:40.191Z Checking socket2 v0.5.10
45382026-05-08T00:32:40.240Z Checking internet-checksum v0.2.1
45392026-05-08T00:32:40.240Z Checking ssh-cipher v0.2.0
45402026-05-08T00:32:40.240Z Checking ssh-key v0.6.7
45412026-05-08T00:32:40.240Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45422026-05-08T00:32:40.240Z Checking russh-keys v0.45.0
45432026-05-08T00:32:40.240Z Checking russh v0.45.0
45442026-05-08T00:32:54.550Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45452026-05-08T00:32:55.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.16s
45462026-05-08T00:32:55.973Z
45472026-05-08T00:32:55.973Zinfo: running `cargo check --bins` on gateway-cli (260/274)
45482026-05-08T00:32:56.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45492026-05-08T00:32:56.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45502026-05-08T00:32:56.612Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45512026-05-08T00:32:56.721Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45522026-05-08T00:32:56.729Z Checking termios v0.3.3
45532026-05-08T00:32:57.920Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45542026-05-08T00:32:58.067Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45552026-05-08T00:32:59.837Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45562026-05-08T00:33:00.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s
45572026-05-08T00:33:00.585Z
45582026-05-08T00:33:00.585Zinfo: running `cargo check --bins --no-default-features` on installinator (261/274)
45592026-05-08T00:33:01.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45602026-05-08T00:33:01.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45612026-05-08T00:33:01.294Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45622026-05-08T00:33:01.410Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45632026-05-08T00:33:01.418Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45642026-05-08T00:33:01.421Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45652026-05-08T00:33:01.433Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45662026-05-08T00:33:01.436Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45672026-05-08T00:33:02.145Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45682026-05-08T00:33:02.501Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45692026-05-08T00:33:02.504Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45702026-05-08T00:33:03.136Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45712026-05-08T00:33:04.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
45722026-05-08T00:33:04.953Z
45732026-05-08T00:33:04.953Zinfo: running `cargo check --bins` on internal-dns-cli (262/274)
45742026-05-08T00:33:05.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45752026-05-08T00:33:05.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45762026-05-08T00:33:05.590Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45772026-05-08T00:33:06.037Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45782026-05-08T00:33:06.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
45792026-05-08T00:33:06.543Z
45802026-05-08T00:33:06.543Zinfo: running `cargo check --bins` on omicron-live-tests (263/274)
45812026-05-08T00:33:07.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45822026-05-08T00:33:07.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45832026-05-08T00:33:07.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45842026-05-08T00:33:07.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45852026-05-08T00:33:07.141Z
45862026-05-08T00:33:07.141Zinfo: running `cargo check --bins` on live-tests-macros (264/274)
45872026-05-08T00:33:07.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45882026-05-08T00:33:07.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45892026-05-08T00:33:07.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45902026-05-08T00:33:07.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45912026-05-08T00:33:07.741Z
45922026-05-08T00:33:07.742Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (265/274)
45932026-05-08T00:33:08.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45942026-05-08T00:33:08.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45952026-05-08T00:33:08.508Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45962026-05-08T00:33:09.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
45972026-05-08T00:33:09.300Z
45982026-05-08T00:33:09.300Zinfo: running `cargo check --bins` on omicron-ntp-admin (266/274)
45992026-05-08T00:33:09.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46002026-05-08T00:33:09.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46012026-05-08T00:33:09.957Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
46022026-05-08T00:33:09.960Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
46032026-05-08T00:33:10.208Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
46042026-05-08T00:33:10.211Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
46052026-05-08T00:33:10.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
46062026-05-08T00:33:11.175Z
46072026-05-08T00:33:11.175Zinfo: running `cargo check --bins` on ntp-admin-types (267/274)
46082026-05-08T00:33:11.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46092026-05-08T00:33:11.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46102026-05-08T00:33:11.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46112026-05-08T00:33:11.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46122026-05-08T00:33:11.770Z
46132026-05-08T00:33:11.770Zinfo: running `cargo check --bins` on omicron-package (268/274)
46142026-05-08T00:33:12.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46152026-05-08T00:33:12.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46162026-05-08T00:33:12.459Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
46172026-05-08T00:33:13.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
46182026-05-08T00:33:13.717Z
46192026-05-08T00:33:13.718Zinfo: running `cargo check --bins` on tqdb (269/274)
46202026-05-08T00:33:14.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46212026-05-08T00:33:14.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46222026-05-08T00:33:14.501Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46232026-05-08T00:33:14.850Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46242026-05-08T00:33:15.358Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46252026-05-08T00:33:15.358Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46262026-05-08T00:33:21.167Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46272026-05-08T00:33:21.168Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46282026-05-08T00:33:21.718Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46292026-05-08T00:33:21.718Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46302026-05-08T00:33:21.727Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46312026-05-08T00:33:21.727Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46322026-05-08T00:33:22.501Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46332026-05-08T00:33:23.482Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46342026-05-08T00:33:24.235Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46352026-05-08T00:33:24.859Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46362026-05-08T00:33:28.954Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46372026-05-08T00:33:35.255Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46382026-05-08T00:33:35.255Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46392026-05-08T00:33:35.278Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46402026-05-08T00:33:35.278Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46412026-05-08T00:33:36.730Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46422026-05-08T00:33:38.027Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46432026-05-08T00:33:38.811Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46442026-05-08T00:33:40.022Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46452026-05-08T00:33:40.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.74s
46462026-05-08T00:33:40.714Z
46472026-05-08T00:33:40.714Zinfo: running `cargo check --bins` on wicket-dbg (270/274)
46482026-05-08T00:33:41.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46492026-05-08T00:33:41.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46502026-05-08T00:33:41.416Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46512026-05-08T00:33:41.416Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46522026-05-08T00:33:41.463Z Checking rtoolbox v0.0.3
46532026-05-08T00:33:41.547Z Checking tui-tree-widget v0.23.1
46542026-05-08T00:33:41.662Z Checking rpassword v7.4.0
46552026-05-08T00:33:45.505Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46562026-05-08T00:33:45.618Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46572026-05-08T00:33:47.442Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46582026-05-08T00:33:48.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.64s
46592026-05-08T00:33:48.552Z
46602026-05-08T00:33:48.552Zinfo: running `cargo check --bins` on wicket (271/274)
46612026-05-08T00:33:49.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46622026-05-08T00:33:49.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46632026-05-08T00:33:49.234Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46642026-05-08T00:33:49.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
46652026-05-08T00:33:49.801Z
46662026-05-08T00:33:49.801Zinfo: running `cargo check --bins` on wicketd (272/274)
46672026-05-08T00:33:50.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46682026-05-08T00:33:50.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46692026-05-08T00:33:50.527Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46702026-05-08T00:33:50.531Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46712026-05-08T00:33:50.531Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46722026-05-08T00:33:50.531Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46732026-05-08T00:33:51.510Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46742026-05-08T00:33:52.080Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46752026-05-08T00:33:55.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.20s
46762026-05-08T00:33:55.211Z
46772026-05-08T00:33:55.211Zinfo: running `cargo check --bins` on omicron-workspace-hack (273/274)
46782026-05-08T00:33:55.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46792026-05-08T00:33:55.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46802026-05-08T00:33:55.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46812026-05-08T00:33:55.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46822026-05-08T00:33:55.795Z
46832026-05-08T00:33:55.795Zinfo: running `cargo check --bins` on zone-setup (274/274)
46842026-05-08T00:33:56.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46852026-05-08T00:33:56.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46862026-05-08T00:33:56.462Z Checking uzers v0.12.2
46872026-05-08T00:33:56.731Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46882026-05-08T00:33:57.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
46892026-05-08T00:33:57.692Z
46902026-05-08T00:33:57.692Zreal 14:05.993713149
46912026-05-08T00:33:57.692Zuser 20:34.766382118
46922026-05-08T00:33:57.692Zsys 4:14.467156700
46932026-05-08T00:33:57.692Ztrap 0.328486194
46942026-05-08T00:33:57.692Ztflt 0.351667032
46952026-05-08T00:33:57.692Zdflt 0.839157685
46962026-05-08T00:33:57.696Zkflt 0.001691743
46972026-05-08T00:33:57.696Zlock 1:17:09.915458029
46982026-05-08T00:33:57.696Zslp 1:38:10.403434031
46992026-05-08T00:33:57.696Zlat 54.716234374
47002026-05-08T00:33:57.696Zstop 3:31.805250881
47012026-05-08T00:33:57.696Zprocess exited: duration 1083801 ms, exit code 0
 
47022026-05-08T00:33:57.704Zfound 0 output files