01KQDG4TE2BWXK2FE35J5DK8NM: 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: 01KQDG553KQ42EB2GJ0XT5EJG0

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-29T20:51:59.193Zjob assigned to worker 01KQDG5ATYDQNNPGM2JA6HEFEP [factory aws, i-01e6af65517a0cf1e] (queued for 46 s)
 
22026-04-29T20:52:06.072Zstarting task 0: "setup"
32026-04-29T20:52:06.077Z++ uname -s
42026-04-29T20:52:06.080Z+ kern=SunOS
52026-04-29T20:52:06.080Z+ build_user=build
62026-04-29T20:52:06.080Z+ build_uid=12345
72026-04-29T20:52:06.080Z+ work_dir=/work
82026-04-29T20:52:06.080Z+ input_dir=/input
92026-04-29T20:52:06.080Z+ [[ 0 == 12345 ]]
102026-04-29T20:52:06.080Z+ case "$kern" in
112026-04-29T20:52:06.080Z+ groupadd -g 12345 build
122026-04-29T20:52:06.080Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-29T20:52:08.086Z+ zfs create -o mountpoint=/work rpool/work
142026-04-29T20:52:08.151Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-29T20:52:08.154Z+ home_fs=zfs
162026-04-29T20:52:08.154Z+ [[ zfs == autofs ]]
172026-04-29T20:52:08.154Z+ mkdir -p /home/build
182026-04-29T20:52:08.154Z+ chown build:build /home/build /work
192026-04-29T20:52:10.155Z+ chmod 0700 /home/build /work
202026-04-29T20:52:10.158Zprocess exited: duration 4087 ms, exit code 0
 
212026-04-29T20:52:10.166Zstarting task 1: "rust-toolchain"
222026-04-29T20:52:10.170Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-29T20:52:10.170Z * rust toolchain channel = "1.94.0"
242026-04-29T20:52:10.170Z * rust toolchain profile = "default"
252026-04-29T20:52:10.170Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-29T20:52:10.170Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-29T20:52:10.170Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-29T20:52:10.173Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-29T20:52:10.173Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-29T20:52:10.269Zinfo: downloading installer
312026-04-29T20:52:11.669Zwarn: It looks like you have an existing installation of Rust at:
322026-04-29T20:52:11.669Zwarn: /opt/ooce/bin
332026-04-29T20:52:11.669Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-29T20:52:11.669Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-29T20:52:11.669Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-29T20:52:11.669Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-29T20:52:11.669Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-29T20:52:11.669Zerror: cannot install while Rust is installed
392026-04-29T20:52:11.669Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-29T20:52:11.669Zwarn: It looks like you have an existing rustup settings file at:
412026-04-29T20:52:11.669Zwarn: /home/build/.rustup/settings.toml
422026-04-29T20:52:11.669Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-29T20:52:11.669Zwarn: instead of the one inferred from the default host triple.
442026-04-29T20:52:11.695Zinfo: profile set to default
452026-04-29T20:52:11.695Zinfo: default host triple is x86_64-unknown-illumos
462026-04-29T20:52:11.699Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-29T20:52:11.843Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-29T20:52:11.846Zinfo: downloading 6 components
492026-04-29T20:52:25.828Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-29T20:52:25.828Z
512026-04-29T20:52:25.856Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-29T20:52:25.856Z
532026-04-29T20:52:25.856Z
542026-04-29T20:52:25.856ZRust is installed now. Great!
552026-04-29T20:52:25.856Z
562026-04-29T20:52:25.856ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-29T20:52:25.856Zenvironment variable. This has not been done automatically.
582026-04-29T20:52:25.856Z
592026-04-29T20:52:25.856ZTo configure your current shell, you need to source
602026-04-29T20:52:25.856Zthe corresponding env file under $HOME/.cargo.
612026-04-29T20:52:25.856Z
622026-04-29T20:52:25.856ZThis is usually done by running one of the following (note the leading DOT):
632026-04-29T20:52:25.856Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-29T20:52:25.856Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-29T20:52:25.856Zsource "~/.cargo/env.nu" # For nushell
662026-04-29T20:52:25.856Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-29T20:52:25.857Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-29T20:52:25.857Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-29T20:52:25.860Zwarn: no default linker (`cc`) was found in your PATH
702026-04-29T20:52:25.860Zwarn: many Rust crates require a system C toolchain to build
712026-04-29T20:52:25.947Z+ rustup --version
722026-04-29T20:52:25.956Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-29T20:52:25.959Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-29T20:52:25.978Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-29T20:52:25.981Z+ cargo --version
762026-04-29T20:52:25.994Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-29T20:52:25.997Z+ rustc --version
782026-04-29T20:52:26.015Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-29T20:52:26.020Zprocess exited: duration 15849 ms, exit code 0
 
802026-04-29T20:52:26.026Zstarting task 2: "authentication"
812026-04-29T20:52:26.043Zprocess exited: duration 15 ms, exit code 0
 
822026-04-29T20:52:26.048Zstarting task 3: "clone repository"
832026-04-29T20:52:26.052Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-29T20:52:26.055Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-29T20:52:26.189ZCloning into '/work/oxidecomputer/omicron'...
862026-04-29T20:52:35.493Z+ cd /work/oxidecomputer/omicron
872026-04-29T20:52:35.493Z+ git fetch origin 39053f794ef695c73d5056c1ea5aee97766d1229
882026-04-29T20:52:35.772ZFrom https://github.com/oxidecomputer/omicron
892026-04-29T20:52:35.772Z * branch 39053f794ef695c73d5056c1ea5aee97766d1229 -> FETCH_HEAD
902026-04-29T20:52:35.782Z+ [[ -n add-fmd-inventory-db ]]
912026-04-29T20:52:35.785Z++ git branch --show-current
922026-04-29T20:52:35.785Z+ current=main
932026-04-29T20:52:35.785Z+ [[ main != add-fmd-inventory-db ]]
942026-04-29T20:52:35.785Z+ git branch -f add-fmd-inventory-db 39053f794ef695c73d5056c1ea5aee97766d1229
952026-04-29T20:52:35.788Z+ git checkout -f add-fmd-inventory-db
962026-04-29T20:52:35.830ZSwitched to branch 'add-fmd-inventory-db'
972026-04-29T20:52:35.833Z+ git reset --hard 39053f794ef695c73d5056c1ea5aee97766d1229
982026-04-29T20:52:35.885ZHEAD is now at 39053f794 Display wrappers + omdb golden output for FMD inventory
992026-04-29T20:52:35.889Zprocess exited: duration 9836 ms, exit code 0
 
1002026-04-29T20:52:35.896Zstarting task 4: "build"
1012026-04-29T20:52:35.900Z+ source .github/buildomat/ci-env.sh
1022026-04-29T20:52:35.900Z++ export CARGO_TERM_COLOR=always
1032026-04-29T20:52:35.900Z++ CARGO_TERM_COLOR=always
1042026-04-29T20:52:35.903Z+ cargo --version
1052026-04-29T20:52:35.910Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-29T20:52:35.913Z+ rustc --version
1072026-04-29T20:52:35.932Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-29T20:52:35.935Z+ source ./env.sh
1092026-04-29T20:52:35.935Z++ OLD_SHELL_OPTS=ehxB
1102026-04-29T20:52:35.935Z++ set -o xtrace
1112026-04-29T20:52:35.938Z++++ dirname ./env.sh
1122026-04-29T20:52:35.938Z+++ readlink -f .
1132026-04-29T20:52:35.946Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-04-29T20:52:35.949Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-04-29T20:52:35.949Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-04-29T20:52:35.949Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-04-29T20:52:35.949Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-04-29T20:52:35.949Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1192026-04-29T20:52:35.949Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1202026-04-29T20:52:35.949Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1212026-04-29T20:52:35.949Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1222026-04-29T20:52:35.949Z++ case $OLD_SHELL_OPTS in
1232026-04-29T20:52:35.949Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-04-29T20:52:35.949Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1252026-04-29T20:52:35.949Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1262026-04-29T20:52:35.950Z+ banner prerequisites
1272026-04-29T20:52:35.950Z
1282026-04-29T20:52:35.950Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-04-29T20:52:35.950Z # # # # # # # # # # # # # # #
1302026-04-29T20:52:35.950Z # # # # ##### # # ##### # # # # # #### #
1312026-04-29T20:52:35.950Z ##### ##### # ##### # # # # # # # # #
1322026-04-29T20:52:35.950Z # # # # # # # # # # # # # # #
1332026-04-29T20:52:35.950Z # # # ###### # # ###### ### # #### # #### #
1342026-04-29T20:52:35.950Z
1352026-04-29T20:52:35.950Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-04-29T20:52:46.423Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-04-29T20:52:53.795Z Startup: Caching catalogs ... Done
1382026-04-29T20:53:00.282ZPlanning: Solver setup ... Done (4.953s)
1392026-04-29T20:53:00.317ZPlanning: Running solver ... Done (0.035s)
1402026-04-29T20:53:00.456ZPlanning: Finding local manifests ... Done (0.003s)
1412026-04-29T20:53:00.469ZPlanning: Fetching manifests: 0/5 0% complete
1422026-04-29T20:53:00.591ZPlanning: Fetching manifests: 5/5 100% complete
1432026-04-29T20:53:00.628ZPlanning: Package planning ... Done (0.037s)
1442026-04-29T20:53:00.664ZPlanning: Merging actions ... Done (0.036s)
1452026-04-29T20:53:00.869ZPlanning: Checking for conflicting actions ... Done (0.205s)
1462026-04-29T20:53:00.878ZPlanning: Consolidating action changes ... Done (0.009s)
1472026-04-29T20:53:02.183ZPlanning: Evaluating mediators ... Done (1.304s)
1482026-04-29T20:53:02.190ZPlanning: Planning completed in 8.23 seconds
1492026-04-29T20:53:02.201Z Packages to install: 5
1502026-04-29T20:53:02.201Z Mediators to change: 3
1512026-04-29T20:53:02.204Z Services to change: 1
1522026-04-29T20:53:02.204Z Estimated space available: 155.35 GB
1532026-04-29T20:53:02.204ZEstimated space to be consumed: 1.89 GB
1542026-04-29T20:53:02.204Z Create boot environment: No
1552026-04-29T20:53:02.204ZCreate backup boot environment: No
1562026-04-29T20:53:02.204Z Rebuild boot archive: No
1572026-04-29T20:53:02.204Z
1582026-04-29T20:53:02.204ZChanged mediators:
1592026-04-29T20:53:02.204Z mediator clang:
1602026-04-29T20:53:02.204Z version: None -> 15 (system default)
1612026-04-29T20:53:02.204Z
1622026-04-29T20:53:02.204Z mediator llvm:
1632026-04-29T20:53:02.204Z version: 14 (system default) -> 15 (system default)
1642026-04-29T20:53:02.204Z
1652026-04-29T20:53:02.204Z mediator postgresql:
1662026-04-29T20:53:02.204Z version: 15 (system default) -> 18 (system default)
1672026-04-29T20:53:02.204Z
1682026-04-29T20:53:02.204ZChanged packages:
1692026-04-29T20:53:02.204Zhelios-dev
1702026-04-29T20:53:02.204Z developer/build-essential
1712026-04-29T20:53:02.204Z None -> 11-2.0
1722026-04-29T20:53:02.204Z library/libxmlsec1
1732026-04-29T20:53:02.204Z None -> 1.2.35-2.0
1742026-04-29T20:53:02.204Z ooce/developer/clang-15
1752026-04-29T20:53:02.204Z None -> 15.0.7-2.0
1762026-04-29T20:53:02.205Z ooce/developer/llvm-15
1772026-04-29T20:53:02.205Z None -> 15.0.7-2.0
1782026-04-29T20:53:02.205Z ooce/library/postgresql-18
1792026-04-29T20:53:02.205Z None -> 18.1-2.0
1802026-04-29T20:53:02.205Z
1812026-04-29T20:53:02.205ZServices:
1822026-04-29T20:53:02.205Z restart_fmri:
1832026-04-29T20:53:02.205Z svc:/system/update-man-index:default
1842026-04-29T20:53:02.259Z
1852026-04-29T20:53:02.259ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1862026-04-29T20:53:07.261ZDownload: 2465/4272 items 120.1/219.0MB 54% complete (24.3M/s)
1872026-04-29T20:53:11.619ZDownload: Completed 218.99 MB in 9.36 seconds (23.4M/s)
1882026-04-29T20:53:11.765Z Actions: 1/4789 actions (Installing new actions)
1892026-04-29T20:53:15.187Z Actions: Completed 4789 actions in 3.42 seconds.
1902026-04-29T20:53:15.491Z Done (0.300s)
1912026-04-29T20:53:15.491Z Done (0.000s)
1922026-04-29T20:53:16.220Z Done (0.729s)
1932026-04-29T20:53:19.484Z Done (2.918s)
1942026-04-29T20:53:19.565Z Done (0.017s)
1952026-04-29T20:53:19.568Z Done (0.000s)
1962026-04-29T20:53:19.788Z Done (0.000s)
1972026-04-29T20:53:20.646ZPlanning: Evaluating mediator changes ... Done
1982026-04-29T20:53:20.752ZPlanning: Checking for conflicting actions ... Done
1992026-04-29T20:53:20.755ZPlanning: Consolidating action changes ... Done
2002026-04-29T20:53:20.916ZPlanning: Evaluating mediators ... Done
2012026-04-29T20:53:20.919ZPlanning: Planning completed in 0.27 seconds
2022026-04-29T20:53:20.937Z Mediators to change: 2
2032026-04-29T20:53:20.937Z Create boot environment: No
2042026-04-29T20:53:20.937ZCreate backup boot environment: No
2052026-04-29T20:53:20.996Z Done
2062026-04-29T20:53:20.996Z Done
2072026-04-29T20:53:21.624Z Done
2082026-04-29T20:53:24.111Z Done
2092026-04-29T20:53:24.182Z Done
2102026-04-29T20:53:24.185Z Done
2112026-04-29T20:53:24.313Z Done
2122026-04-29T20:53:24.581ZPlanning: Evaluating mediator changes ... Done
2132026-04-29T20:53:24.688ZPlanning: Checking for conflicting actions ... Done
2142026-04-29T20:53:24.691ZPlanning: Consolidating action changes ... Done
2152026-04-29T20:53:24.848ZPlanning: Evaluating mediators ... Done
2162026-04-29T20:53:24.851ZPlanning: Planning completed in 0.27 seconds
2172026-04-29T20:53:24.870Z Mediators to change: 1
2182026-04-29T20:53:24.870Z Create boot environment: No
2192026-04-29T20:53:24.870ZCreate backup boot environment: No
2202026-04-29T20:53:24.922Z Done
2212026-04-29T20:53:24.922Z Done
2222026-04-29T20:53:25.523Z Done
2232026-04-29T20:53:28.020Z Done
2242026-04-29T20:53:28.087Z Done
2252026-04-29T20:53:28.088Z Done
2262026-04-29T20:53:28.283Z Done
2272026-04-29T20:53:28.579ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2282026-04-29T20:53:28.579Zclang system 15 system
2292026-04-29T20:53:28.579Zcsh system system illumos
2302026-04-29T20:53:28.579Zctags system system illumos
2312026-04-29T20:53:28.579Zfile system system illumos
2322026-04-29T20:53:28.579Zgcc vendor 12 vendor
2332026-04-29T20:53:28.579Zgcc system 14 system
2342026-04-29T20:53:28.579Zgcc system 10 system
2352026-04-29T20:53:28.579Zgo system 1.20 system
2362026-04-29T20:53:28.579Zgo system 1.19 system
2372026-04-29T20:53:28.579Zllvm system 15 system
2382026-04-29T20:53:28.579Zllvm system 14 system
2392026-04-29T20:53:28.580Zmariadb system 10.6 system
2402026-04-29T20:53:28.580Zmta vendor vendor dma
2412026-04-29T20:53:28.580Zopenjdk system 17 system
2422026-04-29T20:53:28.580Zopenjdk system 11 system
2432026-04-29T20:53:28.580Zopenjdk system 1.8 system
2442026-04-29T20:53:28.580Zopenssl vendor 3 vendor
2452026-04-29T20:53:28.580Zperl system 5.36 system
2462026-04-29T20:53:28.580Zpostgresql system 18 system
2472026-04-29T20:53:28.580Zpostgresql system 15 system
2482026-04-29T20:53:28.580Zpostgresql system 13 system
2492026-04-29T20:53:28.580Zpython vendor 3 vendor
2502026-04-29T20:53:28.580Zpython system 2 system
2512026-04-29T20:53:28.580Zpython3 system 3.11 system
2522026-04-29T20:53:28.580Zruby system 3.0 system
2532026-04-29T20:53:28.580Zwords vendor vendor american-english
2542026-04-29T20:53:28.580Zwords system system australian-english
2552026-04-29T20:53:28.580Zwords system system british-english
2562026-04-29T20:53:28.580Zwords system system canadian-english
2572026-04-29T20:53:28.580Zwords system system french
2582026-04-29T20:53:28.580Zwords system system italian
2592026-04-29T20:53:28.580Zwords system system ngerman
2602026-04-29T20:53:28.580Zwords system system ogerman
2612026-04-29T20:53:28.580Zwords system system spanish
2622026-04-29T20:53:28.806ZPUBLISHER TYPE STATUS P LOCATION
2632026-04-29T20:53:28.806Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2642026-04-29T20:53:33.324ZFMRI IFO
2652026-04-29T20:53:33.324Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2662026-04-29T20:53:33.324Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2672026-04-29T20:53:33.324Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2682026-04-29T20:53:33.324Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2692026-04-29T20:53:33.324Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2702026-04-29T20:53:33.324Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2712026-04-29T20:53:33.324Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2722026-04-29T20:53:33.324Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2732026-04-29T20:53:33.324Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2742026-04-29T20:53:33.324Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2752026-04-29T20:53:33.324Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2762026-04-29T20:53:33.324Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2772026-04-29T20:53:33.324Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2782026-04-29T20:53:33.324Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2792026-04-29T20:53:33.324Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2802026-04-29T20:53:33.324Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2812026-04-29T20:53:33.324Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2822026-04-29T20:53:34.448Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2832026-04-29T20:53:34.751Z Updating crates.io index
2842026-04-29T20:53:34.784Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2852026-04-29T20:53:35.523Z Updating git repository `https://github.com/oxidecomputer/lldp`
2862026-04-29T20:53:35.976Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2872026-04-29T20:53:36.624Z Updating git repository `https://github.com/oxidecomputer/propolis`
2882026-04-29T20:53:37.569Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2892026-04-29T20:53:38.018Z Updating git repository `https://github.com/oxidecomputer/crucible`
2902026-04-29T20:53:39.654Z Updating git repository `https://github.com/oxidecomputer/opte`
2912026-04-29T20:53:40.510Z Updating git repository `https://github.com/oxidecomputer/tofino`
2922026-04-29T20:53:40.817Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2932026-04-29T20:53:41.687Z Updating git repository `https://github.com/oxidecomputer/clickward`
2942026-04-29T20:53:42.068Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2952026-04-29T20:53:42.432Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2962026-04-29T20:53:42.706Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2972026-04-29T20:53:43.698Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2982026-04-29T20:53:44.204Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2992026-04-29T20:53:44.506Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3002026-04-29T20:53:44.871Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3012026-04-29T20:53:45.130Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3022026-04-29T20:53:45.581Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3032026-04-29T20:53:46.051Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3042026-04-29T20:53:46.292Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3052026-04-29T20:53:46.558Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3062026-04-29T20:53:47.043Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3072026-04-29T20:53:47.403Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3082026-04-29T20:53:48.115Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3092026-04-29T20:53:48.373Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3102026-04-29T20:53:48.674Z Updating git repository `https://github.com/oxidecomputer/ispf`
3112026-04-29T20:53:48.969Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3122026-04-29T20:53:50.365Z Updating git repository `https://github.com/oxidecomputer/crucible`
3132026-04-29T20:53:50.877Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3142026-04-29T20:53:51.307Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3152026-04-29T20:53:51.604Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3162026-04-29T20:53:51.916Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3172026-04-29T20:53:52.193Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3182026-04-29T20:53:52.657Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3192026-04-29T20:53:52.909Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3202026-04-29T20:53:53.171Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3212026-04-29T20:53:53.463Z Updating git repository `https://github.com/illumos/smf-rs`
3222026-04-29T20:53:53.801Z Updating git repository `https://github.com/oxidecomputer/omicron`
3232026-04-29T20:54:05.576Z Downloading crates ...
3242026-04-29T20:54:05.622Z Downloaded cargo-platform v0.2.0
3252026-04-29T20:54:05.626Z Downloaded anstyle-query v1.1.5
3262026-04-29T20:54:05.632Z Downloaded bitflags v2.11.0
3272026-04-29T20:54:05.635Z Downloaded thiserror v1.0.69
3282026-04-29T20:54:05.638Z Downloaded itoa v1.0.17
3292026-04-29T20:54:05.641Z Downloaded idna_adapter v1.2.1
3302026-04-29T20:54:05.641Z Downloaded anstream v0.6.21
3312026-04-29T20:54:05.644Z Downloaded textwrap v0.16.2
3322026-04-29T20:54:05.644Z Downloaded plain v0.2.3
3332026-04-29T20:54:05.647Z Downloaded scroll_derive v0.12.1
3342026-04-29T20:54:05.647Z Downloaded block-buffer v0.10.4
3352026-04-29T20:54:05.647Z Downloaded strsim v0.11.1
3362026-04-29T20:54:05.647Z Downloaded memmap v0.7.0
3372026-04-29T20:54:05.650Z Downloaded autocfg v1.5.0
3382026-04-29T20:54:05.652Z Downloaded crypto-common v0.1.7
3392026-04-29T20:54:05.657Z Downloaded zerofrom v0.1.6
3402026-04-29T20:54:05.660Z Downloaded unicode-linebreak v0.1.5
3412026-04-29T20:54:05.664Z Downloaded anstyle v1.0.13
3422026-04-29T20:54:05.667Z Downloaded zerofrom-derive v0.1.6
3432026-04-29T20:54:05.667Z Downloaded displaydoc v0.2.5
3442026-04-29T20:54:05.670Z Downloaded utf8parse v0.2.2
3452026-04-29T20:54:05.670Z Downloaded typeid v1.0.3
3462026-04-29T20:54:05.670Z Downloaded dtrace-parser v0.2.0
3472026-04-29T20:54:05.670Z Downloaded toml_write v0.1.2
3482026-04-29T20:54:05.672Z Downloaded thread-id v4.2.2
3492026-04-29T20:54:05.673Z Downloaded ordered-float v2.10.1
3502026-04-29T20:54:05.675Z Downloaded anstyle-parse v0.2.7
3512026-04-29T20:54:05.678Z Downloaded serde_tokenstream v0.2.3
3522026-04-29T20:54:05.678Z Downloaded cargo_metadata v0.21.0
3532026-04-29T20:54:05.678Z Downloaded bytecount v0.6.9
3542026-04-29T20:54:05.681Z Downloaded usdt-macro v0.5.0
3552026-04-29T20:54:05.681Z Downloaded proc-macro-error v1.0.4
3562026-04-29T20:54:05.684Z Downloaded camino-tempfile v1.4.1
3572026-04-29T20:54:05.684Z Downloaded serde-untagged v0.1.9
3582026-04-29T20:54:05.684Z Downloaded yoke-derive v0.8.1
3592026-04-29T20:54:05.687Z Downloaded version_check v0.9.5
3602026-04-29T20:54:05.687Z Downloaded pest_generator v2.8.6
3612026-04-29T20:54:05.687Z Downloaded utf8_iter v1.0.4
3622026-04-29T20:54:05.687Z Downloaded thiserror-impl v1.0.69
3632026-04-29T20:54:05.690Z Downloaded usdt-attr-macro v0.5.0
3642026-04-29T20:54:05.690Z Downloaded potential_utf v0.1.4
3652026-04-29T20:54:05.693Z Downloaded colorchoice v1.0.4
3662026-04-29T20:54:05.693Z Downloaded cargo_toml v0.21.0
3672026-04-29T20:54:05.693Z Downloaded yoke v0.8.1
3682026-04-29T20:54:05.696Z Downloaded writeable v0.6.2
3692026-04-29T20:54:05.696Z Downloaded thiserror-impl v2.0.18
3702026-04-29T20:54:05.696Z Downloaded terminal_size v0.4.3
3712026-04-29T20:54:05.699Z Downloaded tinystr v0.8.2
3722026-04-29T20:54:05.699Z Downloaded smawk v0.3.2
3732026-04-29T20:54:05.701Z Downloaded toml v0.8.23
3742026-04-29T20:54:05.701Z Downloaded unicode-xid v0.2.6
3752026-04-29T20:54:05.701Z Downloaded cargo-util-schemas v0.8.2
3762026-04-29T20:54:05.704Z Downloaded anyhow v1.0.102
3772026-04-29T20:54:05.707Z Downloaded usdt v0.5.0
3782026-04-29T20:54:05.707Z Downloaded toml_datetime v0.6.11
3792026-04-29T20:54:05.707Z Downloaded digest v0.10.7
3802026-04-29T20:54:05.707Z Downloaded serde_derive v1.0.228
3812026-04-29T20:54:05.710Z Downloaded icu_provider v2.1.1
3822026-04-29T20:54:05.710Z Downloaded zerovec-derive v0.11.2
3832026-04-29T20:54:05.713Z Downloaded zerocopy-derive v0.7.35
3842026-04-29T20:54:05.716Z Downloaded heck v0.5.0
3852026-04-29T20:54:05.716Z Downloaded fnv v1.0.7
3862026-04-29T20:54:05.716Z Downloaded usdt-impl v0.5.0
3872026-04-29T20:54:05.716Z Downloaded form_urlencoded v1.2.2
3882026-04-29T20:54:05.719Z Downloaded unicode-width v0.1.14
3892026-04-29T20:54:05.721Z Downloaded zmij v1.0.21
3902026-04-29T20:54:05.722Z Downloaded ucd-trie v0.1.7
3912026-04-29T20:54:05.722Z Downloaded tabled_derive v0.7.0
3922026-04-29T20:54:05.725Z Downloaded macaddr v1.0.1
3932026-04-29T20:54:05.725Z Downloaded swrite v0.1.0
3942026-04-29T20:54:05.725Z Downloaded pretty-hex v0.4.1
3952026-04-29T20:54:05.725Z Downloaded thiserror v2.0.18
3962026-04-29T20:54:05.728Z Downloaded unicode-ident v1.0.24
3972026-04-29T20:54:05.730Z Downloaded equivalent v1.0.2
3982026-04-29T20:54:05.730Z Downloaded clap_lex v1.0.0
3992026-04-29T20:54:05.730Z Downloaded stable_deref_trait v1.2.1
4002026-04-29T20:54:05.733Z Downloaded cpufeatures v0.2.17
4012026-04-29T20:54:05.733Z Downloaded serde_spanned v0.6.9
4022026-04-29T20:54:05.733Z Downloaded is_terminal_polyfill v1.70.2
4032026-04-29T20:54:05.736Z Downloaded heck v0.4.1
4042026-04-29T20:54:05.736Z Downloaded fastrand v2.3.0
4052026-04-29T20:54:05.736Z Downloaded typenum v1.19.0
4062026-04-29T20:54:05.739Z Downloaded percent-encoding v2.3.2
4072026-04-29T20:54:05.742Z Downloaded zerotrie v0.2.3
4082026-04-29T20:54:05.742Z Downloaded dof v0.3.0
4092026-04-29T20:54:05.744Z Downloaded toml_edit v0.22.27
4102026-04-29T20:54:05.747Z Downloaded url v2.5.8
4112026-04-29T20:54:05.750Z Downloaded generic-array v0.14.7
4122026-04-29T20:54:05.750Z Downloaded proc-macro-error-attr v1.0.4
4132026-04-29T20:54:05.753Z Downloaded cfg-if v1.0.4
4142026-04-29T20:54:05.753Z Downloaded zerovec v0.11.5
4152026-04-29T20:54:05.756Z Downloaded synstructure v0.13.2
4162026-04-29T20:54:05.758Z Downloaded quote v1.0.45
4172026-04-29T20:54:05.759Z Downloaded errno v0.3.14
4182026-04-29T20:54:05.761Z Downloaded camino v1.2.2
4192026-04-29T20:54:05.762Z Downloaded erased-serde v0.4.9
4202026-04-29T20:54:05.764Z Downloaded winnow v0.7.14
4212026-04-29T20:54:05.767Z Downloaded zerocopy v0.7.35
4222026-04-29T20:54:05.776Z Downloaded unicode-width v0.2.0
4232026-04-29T20:54:05.779Z Downloaded sha2 v0.10.9
4242026-04-29T20:54:05.781Z Downloaded serde-value v0.7.0
4252026-04-29T20:54:05.781Z Downloaded scroll v0.12.0
4262026-04-29T20:54:05.781Z Downloaded fs-err v3.3.0
4272026-04-29T20:54:05.799Z Downloaded log v0.4.29
4282026-04-29T20:54:05.804Z Downloaded semver v1.0.28
4292026-04-29T20:54:05.807Z Downloaded once_cell v1.21.3
4302026-04-29T20:54:05.811Z Downloaded pest_derive v2.8.6
4312026-04-29T20:54:05.814Z Downloaded tempfile v3.25.0
4322026-04-29T20:54:05.814Z Downloaded litemap v0.8.1
4332026-04-29T20:54:05.826Z Downloaded icu_locale_core v2.1.1
4342026-04-29T20:54:05.829Z Downloaded clap_derive v4.5.55
4352026-04-29T20:54:05.832Z Downloaded byteorder v1.5.0
4362026-04-29T20:54:05.832Z Downloaded num-traits v0.2.19
4372026-04-29T20:54:05.834Z Downloaded papergrid v0.11.0
4382026-04-29T20:54:05.837Z Downloaded clap v4.5.60
4392026-04-29T20:54:05.840Z Downloaded getrandom v0.4.1
4402026-04-29T20:54:05.845Z Downloaded serde_core v1.0.228
4412026-04-29T20:54:05.847Z Downloaded proc-macro2 v1.0.106
4422026-04-29T20:54:05.850Z Downloaded icu_properties v2.1.2
4432026-04-29T20:54:05.853Z Downloaded smallvec v1.15.1
4442026-04-29T20:54:05.856Z Downloaded icu_normalizer v2.1.1
4452026-04-29T20:54:05.859Z Downloaded pest_meta v2.8.6
4462026-04-29T20:54:05.861Z Downloaded memchr v2.8.0
4472026-04-29T20:54:05.865Z Downloaded icu_normalizer_data v2.1.1
4482026-04-29T20:54:05.873Z Downloaded serde v1.0.228
4492026-04-29T20:54:05.879Z Downloaded icu_collections v2.1.1
4502026-04-29T20:54:05.886Z Downloaded pest v2.8.6
4512026-04-29T20:54:05.895Z Downloaded indexmap v2.14.0
4522026-04-29T20:54:05.913Z Downloaded icu_properties_data v2.1.2
4532026-04-29T20:54:05.926Z Downloaded hashbrown v0.17.0
4542026-04-29T20:54:05.932Z Downloaded idna v1.1.0
4552026-04-29T20:54:05.935Z Downloaded serde_json v1.0.149
4562026-04-29T20:54:05.940Z Downloaded clap_builder v4.5.60
4572026-04-29T20:54:05.943Z Downloaded goblin v0.8.2
4582026-04-29T20:54:05.956Z Downloaded tabled v0.15.0
4592026-04-29T20:54:05.964Z Downloaded syn v1.0.109
4602026-04-29T20:54:05.969Z Downloaded syn v2.0.117
4612026-04-29T20:54:05.983Z Downloaded rustix v1.1.3
4622026-04-29T20:54:06.010Z Downloaded libc v0.2.185
4632026-04-29T20:54:06.077Z Compiling proc-macro2 v1.0.106
4642026-04-29T20:54:06.077Z Compiling unicode-ident v1.0.24
4652026-04-29T20:54:06.077Z Compiling quote v1.0.45
4662026-04-29T20:54:06.080Z Compiling serde_core v1.0.228
4672026-04-29T20:54:06.080Z Compiling libc v0.2.185
4682026-04-29T20:54:06.080Z Compiling version_check v0.9.5
4692026-04-29T20:54:06.080Z Compiling stable_deref_trait v1.2.1
4702026-04-29T20:54:06.080Z Compiling memchr v2.8.0
4712026-04-29T20:54:06.371Z Compiling serde v1.0.228
4722026-04-29T20:54:06.400Z Compiling zmij v1.0.21
4732026-04-29T20:54:06.782Z Compiling itoa v1.0.17
4742026-04-29T20:54:06.786Z Compiling ucd-trie v0.1.7
4752026-04-29T20:54:06.912Z Compiling thiserror v1.0.69
4762026-04-29T20:54:06.941Z Compiling autocfg v1.5.0
4772026-04-29T20:54:06.963Z Compiling pest v2.8.6
4782026-04-29T20:54:07.059Z Compiling litemap v0.8.1
4792026-04-29T20:54:07.062Z Compiling writeable v0.6.2
4802026-04-29T20:54:07.254Z Compiling byteorder v1.5.0
4812026-04-29T20:54:07.270Z Compiling icu_properties_data v2.1.2
4822026-04-29T20:54:07.390Z Compiling icu_normalizer_data v2.1.1
4832026-04-29T20:54:07.451Z Compiling rustix v1.1.3
4842026-04-29T20:54:07.574Z Compiling syn v2.0.117
4852026-04-29T20:54:07.679Z Compiling errno v0.3.14
4862026-04-29T20:54:07.702Z Compiling serde_json v1.0.149
4872026-04-29T20:54:07.854Z Compiling bitflags v2.11.0
4882026-04-29T20:54:07.999Z Compiling pest_meta v2.8.6
4892026-04-29T20:54:08.018Z Compiling num-traits v0.2.19
4902026-04-29T20:54:08.076Z Compiling equivalent v1.0.2
4912026-04-29T20:54:08.197Z Compiling smallvec v1.15.1
4922026-04-29T20:54:08.216Z Compiling hashbrown v0.17.0
4932026-04-29T20:54:08.269Z Compiling typeid v1.0.3
4942026-04-29T20:54:08.602Z Compiling thread-id v4.2.2
4952026-04-29T20:54:08.646Z Compiling proc-macro-error-attr v1.0.4
4962026-04-29T20:54:08.687Z Compiling usdt-impl v0.5.0
4972026-04-29T20:54:08.756Z Compiling indexmap v2.14.0
4982026-04-29T20:54:08.782Z Compiling erased-serde v0.4.9
4992026-04-29T20:54:08.831Z Compiling toml_write v0.1.2
5002026-04-29T20:54:09.018Z Compiling winnow v0.7.14
5012026-04-29T20:54:09.042Z Compiling syn v1.0.109
5022026-04-29T20:54:09.418Z Compiling proc-macro-error v1.0.4
5032026-04-29T20:54:09.521Z Compiling utf8parse v0.2.2
5042026-04-29T20:54:09.609Z Compiling getrandom v0.4.1
5052026-04-29T20:54:09.642Z Compiling plain v0.2.3
5062026-04-29T20:54:09.744Z Compiling utf8_iter v1.0.4
5072026-04-29T20:54:09.764Z Compiling camino v1.2.2
5082026-04-29T20:54:09.902Z Compiling thiserror v2.0.18
5092026-04-29T20:54:09.919Z Compiling percent-encoding v2.3.2
5102026-04-29T20:54:09.967Z Compiling log v0.4.29
5112026-04-29T20:54:10.008Z Compiling ordered-float v2.10.1
5122026-04-29T20:54:10.114Z Compiling form_urlencoded v1.2.2
5132026-04-29T20:54:10.148Z Compiling anstyle-parse v0.2.7
5142026-04-29T20:54:10.288Z Compiling synstructure v0.13.2
5152026-04-29T20:54:10.306Z Compiling pest_generator v2.8.6
5162026-04-29T20:54:10.444Z Compiling terminal_size v0.4.3
5172026-04-29T20:54:10.593Z Compiling anstyle-query v1.1.5
5182026-04-29T20:54:10.721Z Compiling anstyle v1.0.13
5192026-04-29T20:54:10.741Z Compiling cfg-if v1.0.4
5202026-04-29T20:54:10.756Z Compiling colorchoice v1.0.4
5212026-04-29T20:54:10.793Z Compiling pretty-hex v0.4.1
5222026-04-29T20:54:10.815Z Compiling is_terminal_polyfill v1.70.2
5232026-04-29T20:54:10.913Z Compiling anstream v0.6.21
5242026-04-29T20:54:10.933Z Compiling serde-untagged v0.1.9
5252026-04-29T20:54:10.992Z Compiling semver v1.0.28
5262026-04-29T20:54:11.047Z Compiling fs-err v3.3.0
5272026-04-29T20:54:11.172Z Compiling bytecount v0.6.9
5282026-04-29T20:54:11.213Z Compiling unicode-width v0.1.14
5292026-04-29T20:54:11.236Z Compiling strsim v0.11.1
5302026-04-29T20:54:11.310Z Compiling fnv v1.0.7
5312026-04-29T20:54:11.313Z Compiling heck v0.4.1
5322026-04-29T20:54:11.358Z Compiling anyhow v1.0.102
5332026-04-29T20:54:11.417Z Compiling unicode-xid v0.2.6
5342026-04-29T20:54:11.546Z Compiling fastrand v2.3.0
5352026-04-29T20:54:11.563Z Compiling once_cell v1.21.3
5362026-04-29T20:54:11.580Z Compiling clap_lex v1.0.0
5372026-04-29T20:54:11.651Z Compiling heck v0.5.0
5382026-04-29T20:54:11.776Z Compiling clap_builder v4.5.60
5392026-04-29T20:54:11.796Z Compiling tempfile v3.25.0
5402026-04-29T20:54:11.813Z Compiling papergrid v0.11.0
5412026-04-29T20:54:11.972Z Compiling serde_derive v1.0.228
5422026-04-29T20:54:11.990Z Compiling zerofrom-derive v0.1.6
5432026-04-29T20:54:12.029Z Compiling yoke-derive v0.8.1
5442026-04-29T20:54:12.164Z Compiling zerovec-derive v0.11.2
5452026-04-29T20:54:12.357Z Compiling displaydoc v0.2.5
5462026-04-29T20:54:13.087Z Compiling thiserror-impl v1.0.69
5472026-04-29T20:54:13.218Z Compiling zerocopy-derive v0.7.35
5482026-04-29T20:54:13.275Z Compiling pest_derive v2.8.6
5492026-04-29T20:54:13.292Z Compiling scroll_derive v0.12.1
5502026-04-29T20:54:13.394Z Compiling zerofrom v0.1.6
5512026-04-29T20:54:13.532Z Compiling yoke v0.8.1
5522026-04-29T20:54:13.695Z Compiling thiserror-impl v2.0.18
5532026-04-29T20:54:13.732Z Compiling zerovec v0.11.5
5542026-04-29T20:54:13.950Z Compiling zerotrie v0.2.3
5552026-04-29T20:54:14.079Z Compiling zerocopy v0.7.35
5562026-04-29T20:54:14.247Z Compiling tinystr v0.8.2
5572026-04-29T20:54:14.265Z Compiling potential_utf v0.1.4
5582026-04-29T20:54:14.442Z Compiling icu_locale_core v2.1.1
5592026-04-29T20:54:14.462Z Compiling icu_collections v2.1.1
5602026-04-29T20:54:14.533Z Compiling dtrace-parser v0.2.0
5612026-04-29T20:54:14.640Z Compiling scroll v0.12.0
5622026-04-29T20:54:14.805Z Compiling tabled_derive v0.7.0
5632026-04-29T20:54:14.919Z Compiling goblin v0.8.2
5642026-04-29T20:54:14.952Z Compiling clap_derive v4.5.55
5652026-04-29T20:54:15.148Z Compiling icu_provider v2.1.1
5662026-04-29T20:54:15.273Z Compiling memmap v0.7.0
5672026-04-29T20:54:15.340Z Compiling serde_spanned v0.6.9
5682026-04-29T20:54:15.398Z Compiling icu_normalizer v2.1.1
5692026-04-29T20:54:15.423Z Compiling icu_properties v2.1.2
5702026-04-29T20:54:15.455Z Compiling toml_datetime v0.6.11
5712026-04-29T20:54:15.473Z Compiling dof v0.3.0
5722026-04-29T20:54:15.489Z Compiling serde_tokenstream v0.2.3
5732026-04-29T20:54:15.713Z Compiling toml_edit v0.22.27
5742026-04-29T20:54:15.802Z Compiling serde-value v0.7.0
5752026-04-29T20:54:15.854Z Compiling cargo-platform v0.2.0
5762026-04-29T20:54:15.941Z Compiling smawk v0.3.2
5772026-04-29T20:54:16.089Z Compiling unicode-width v0.2.0
5782026-04-29T20:54:16.126Z Compiling unicode-linebreak v0.1.5
5792026-04-29T20:54:16.162Z Compiling tabled v0.15.0
5802026-04-29T20:54:16.342Z Compiling idna_adapter v1.2.1
5812026-04-29T20:54:16.363Z Compiling usdt-macro v0.5.0
5822026-04-29T20:54:16.380Z Compiling usdt-attr-macro v0.5.0
5832026-04-29T20:54:16.486Z Compiling idna v1.1.0
5842026-04-29T20:54:16.504Z Compiling textwrap v0.16.2
5852026-04-29T20:54:16.726Z Compiling clap v4.5.60
5862026-04-29T20:54:16.815Z Compiling url v2.5.8
5872026-04-29T20:54:16.959Z Compiling macaddr v1.0.1
5882026-04-29T20:54:17.042Z Compiling camino-tempfile v1.4.1
5892026-04-29T20:54:17.149Z Compiling toml v0.8.23
5902026-04-29T20:54:17.331Z Compiling swrite v0.1.0
5912026-04-29T20:54:17.435Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5922026-04-29T20:54:17.562Z Compiling cargo-util-schemas v0.8.2
5932026-04-29T20:54:17.693Z Compiling cargo_toml v0.21.0
5942026-04-29T20:54:17.888Z Compiling usdt v0.5.0
5952026-04-29T20:54:18.545Z Compiling cargo_metadata v0.21.0
5962026-04-29T20:54:19.489Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5972026-04-29T20:54:21.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.30s
5982026-04-29T20:54:21.818Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5992026-04-29T20:54:22.381Z Downloading crates ...
6002026-04-29T20:54:22.471Z Downloaded adler2 v2.0.1
6012026-04-29T20:54:22.474Z Downloaded aead v0.5.2
6022026-04-29T20:54:22.485Z Downloaded colored v3.1.1
6032026-04-29T20:54:22.490Z Downloaded crc v3.4.0
6042026-04-29T20:54:22.494Z Downloaded compression-core v0.4.31
6052026-04-29T20:54:22.494Z Downloaded chacha20 v0.10.0
6062026-04-29T20:54:22.497Z Downloaded async-compression v0.4.41
6072026-04-29T20:54:22.503Z Downloaded daft v0.1.5
6082026-04-29T20:54:22.506Z Downloaded crossbeam-epoch v0.9.18
6092026-04-29T20:54:22.509Z Downloaded chrono v0.4.44
6102026-04-29T20:54:22.512Z Downloaded darling v0.21.3
6112026-04-29T20:54:22.515Z Downloaded dirs-sys-next v0.1.2
6122026-04-29T20:54:22.518Z Downloaded bcrypt-pbkdf v0.10.0
6132026-04-29T20:54:22.518Z Downloaded dunce v1.0.5
6142026-04-29T20:54:22.518Z Downloaded base16ct v0.2.0
6152026-04-29T20:54:22.521Z Downloaded backoff v0.4.0
6162026-04-29T20:54:22.521Z Downloaded curve25519-dalek-derive v0.1.1
6172026-04-29T20:54:22.521Z Downloaded crc8 v0.1.1
6182026-04-29T20:54:22.524Z Downloaded base64 v0.21.7
6192026-04-29T20:54:22.524Z Downloaded backon v1.6.0
6202026-04-29T20:54:22.527Z Downloaded drift v0.1.3
6212026-04-29T20:54:22.530Z Downloaded bzip2 v0.4.4
6222026-04-29T20:54:22.533Z Downloaded bb8 v0.8.6
6232026-04-29T20:54:22.533Z Downloaded bzip2 v0.6.1
6242026-04-29T20:54:22.533Z Downloaded csv-core v0.1.13
6252026-04-29T20:54:22.536Z Downloaded ctr v0.9.2
6262026-04-29T20:54:22.536Z Downloaded buf-list v1.1.2
6272026-04-29T20:54:22.539Z Downloaded bitflags v1.3.2
6282026-04-29T20:54:22.539Z Downloaded cstr-argument v0.1.2
6292026-04-29T20:54:22.542Z Downloaded downcast-rs v2.0.2
6302026-04-29T20:54:22.542Z Downloaded derive_builder v0.20.2
6312026-04-29T20:54:22.545Z Downloaded foldhash v0.1.5
6322026-04-29T20:54:22.545Z Downloaded darling v0.23.0
6332026-04-29T20:54:22.548Z Downloaded display-error-chain v0.2.2
6342026-04-29T20:54:22.551Z Downloaded crc32fast v1.5.0
6352026-04-29T20:54:22.551Z Downloaded cobs v0.3.0
6362026-04-29T20:54:22.553Z Downloaded arrayref v0.3.9
6372026-04-29T20:54:22.553Z Downloaded endian-type v0.1.2
6382026-04-29T20:54:22.553Z Downloaded crypto-bigint v0.5.5
6392026-04-29T20:54:22.557Z Downloaded difflib v0.4.0
6402026-04-29T20:54:22.559Z Downloaded defmt-parser v1.0.0
6412026-04-29T20:54:22.559Z Downloaded dropshot-api-manager-types v0.7.1
6422026-04-29T20:54:22.559Z Downloaded bitfield v0.19.4
6432026-04-29T20:54:22.562Z Downloaded document-features v0.2.12
6442026-04-29T20:54:22.562Z Downloaded funty v2.0.0
6452026-04-29T20:54:22.562Z Downloaded float-cmp v0.10.0
6462026-04-29T20:54:22.565Z Downloaded dtrace-parser v0.3.0
6472026-04-29T20:54:22.565Z Downloaded dsl_auto_type v0.2.0
6482026-04-29T20:54:22.565Z Downloaded dirs-next v2.0.0
6492026-04-29T20:54:22.565Z Downloaded atty v0.2.14
6502026-04-29T20:54:22.568Z Downloaded assert_matches v1.5.0
6512026-04-29T20:54:22.568Z Downloaded darling_macro v0.20.11
6522026-04-29T20:54:22.568Z Downloaded enum-as-inner v0.6.1
6532026-04-29T20:54:22.571Z Downloaded diesel_table_macro_syntax v0.3.0
6542026-04-29T20:54:22.571Z Downloaded async-stream v0.3.6
6552026-04-29T20:54:22.571Z Downloaded crucible-workspace-hack v0.1.0
6562026-04-29T20:54:22.573Z Downloaded atomicwrites v0.4.4
6572026-04-29T20:54:22.574Z Downloaded async-recursion v1.1.1
6582026-04-29T20:54:22.576Z Downloaded embedded-io v0.4.0
6592026-04-29T20:54:22.576Z Downloaded derive_builder_core v0.20.2
6602026-04-29T20:54:22.579Z Downloaded daft-derive v0.1.5
6612026-04-29T20:54:22.579Z Downloaded castaway v0.2.4
6622026-04-29T20:54:22.582Z Downloaded convert_case v0.4.0
6632026-04-29T20:54:22.582Z Downloaded crossbeam-utils v0.8.21
6642026-04-29T20:54:22.585Z Downloaded debug-ignore v1.0.5
6652026-04-29T20:54:22.585Z Downloaded chacha20 v0.9.1
6662026-04-29T20:54:22.585Z Downloaded float-ord v0.3.2
6672026-04-29T20:54:22.588Z Downloaded flagset v0.4.7
6682026-04-29T20:54:22.588Z Downloaded base64 v0.22.1
6692026-04-29T20:54:22.591Z Downloaded ciborium-io v0.2.2
6702026-04-29T20:54:22.591Z Downloaded cfg_aliases v0.2.1
6712026-04-29T20:54:22.591Z Downloaded bitfield-struct v0.6.2
6722026-04-29T20:54:22.593Z Downloaded cargo_metadata v0.19.2
6732026-04-29T20:54:22.594Z Downloaded block-padding v0.3.3
6742026-04-29T20:54:22.594Z Downloaded bit-vec v0.6.3
6752026-04-29T20:54:22.598Z Downloaded futures-task v0.3.32
6762026-04-29T20:54:22.598Z Downloaded embedded-io v0.6.1
6772026-04-29T20:54:22.598Z Downloaded dyn-clone v1.0.20
6782026-04-29T20:54:22.601Z Downloaded bitfield-macros v0.19.4
6792026-04-29T20:54:22.601Z Downloaded darling_macro v0.21.3
6802026-04-29T20:54:22.601Z Downloaded cargo-platform v0.1.9
6812026-04-29T20:54:22.601Z Downloaded crunchy v0.2.4
6822026-04-29T20:54:22.601Z Downloaded bit-set v0.8.0
6832026-04-29T20:54:22.601Z Downloaded atomic-waker v1.1.2
6842026-04-29T20:54:22.604Z Downloaded foreign-types v0.3.2
6852026-04-29T20:54:22.604Z Downloaded ciborium-ll v0.2.2
6862026-04-29T20:54:22.604Z Downloaded crc-catalog v2.4.0
6872026-04-29T20:54:22.604Z Downloaded ascii-canvas v3.0.0
6882026-04-29T20:54:22.607Z Downloaded base64ct v1.8.3
6892026-04-29T20:54:22.607Z Downloaded critical-section v1.2.0
6902026-04-29T20:54:22.610Z Downloaded bit-set v0.5.3
6912026-04-29T20:54:22.610Z Downloaded fixedbitset v0.4.2
6922026-04-29T20:54:22.610Z Downloaded cfg_aliases v0.1.1
6932026-04-29T20:54:22.610Z Downloaded derive_builder_macro v0.20.2
6942026-04-29T20:54:22.613Z Downloaded defmt v0.3.100
6952026-04-29T20:54:22.615Z Downloaded async-stream-impl v0.3.6
6962026-04-29T20:54:22.615Z Downloaded futures-macro v0.3.32
6972026-04-29T20:54:22.618Z Downloaded foreign-types v0.5.0
6982026-04-29T20:54:22.618Z Downloaded cpufeatures v0.3.0
6992026-04-29T20:54:22.618Z Downloaded futures-sink v0.3.32
7002026-04-29T20:54:22.618Z Downloaded futures-core v0.3.32
7012026-04-29T20:54:22.622Z Downloaded foreign-types-macros v0.2.3
7022026-04-29T20:54:22.622Z Downloaded array-init v0.0.4
7032026-04-29T20:54:22.622Z Downloaded foreign-types-shared v0.1.1
7042026-04-29T20:54:22.622Z Downloaded cexpr v0.6.0
7052026-04-29T20:54:22.625Z Downloaded filetime v0.2.27
7062026-04-29T20:54:22.625Z Downloaded fxhash v0.2.1
7072026-04-29T20:54:22.625Z Downloaded gethostname v0.5.0
7082026-04-29T20:54:22.628Z Downloaded data-encoding v2.10.0
7092026-04-29T20:54:22.628Z Downloaded defmt-macros v1.0.1
7102026-04-29T20:54:22.628Z Downloaded constant_time_eq v0.4.2
7112026-04-29T20:54:22.631Z Downloaded find-msvc-tools v0.1.9
7122026-04-29T20:54:22.631Z Downloaded compact_str v0.8.1
7132026-04-29T20:54:22.635Z Downloaded cipher v0.4.4
7142026-04-29T20:54:22.635Z Downloaded camino-tempfile-ext v0.3.3
7152026-04-29T20:54:22.638Z Downloaded darling_core v0.20.11
7162026-04-29T20:54:22.638Z Downloaded hash32 v0.2.1
7172026-04-29T20:54:22.640Z Downloaded globwalk v0.9.1
7182026-04-29T20:54:22.640Z Downloaded git-stub v1.0.0
7192026-04-29T20:54:22.641Z Downloaded ghash v0.5.1
7202026-04-29T20:54:22.643Z Downloaded colored v2.2.0
7212026-04-29T20:54:22.643Z Downloaded headers-core v0.3.0
7222026-04-29T20:54:22.643Z Downloaded const_format_proc_macros v0.2.34
7232026-04-29T20:54:22.646Z Downloaded dof v0.4.0
7242026-04-29T20:54:22.646Z Downloaded derive-ex v0.1.8
7252026-04-29T20:54:22.646Z Downloaded crossbeam-deque v0.8.6
7262026-04-29T20:54:22.649Z Downloaded futures-io v0.3.32
7272026-04-29T20:54:22.649Z Downloaded darling_macro v0.23.0
7282026-04-29T20:54:22.653Z Downloaded http-body v1.0.1
7292026-04-29T20:54:22.653Z Downloaded home v0.5.12
7302026-04-29T20:54:22.653Z Downloaded ff v0.13.1
7312026-04-29T20:54:22.656Z Downloaded env_filter v1.0.0
7322026-04-29T20:54:22.656Z Downloaded hostname v0.3.1
7332026-04-29T20:54:22.658Z Downloaded hex-literal v0.4.1
7342026-04-29T20:54:22.658Z Downloaded fd-lock v4.0.4
7352026-04-29T20:54:22.658Z Downloaded diesel-dtrace v0.5.0
7362026-04-29T20:54:22.661Z Downloaded fallible-iterator v0.2.0
7372026-04-29T20:54:22.661Z Downloaded ecdsa v0.16.9
7382026-04-29T20:54:22.664Z Downloaded cmake v0.1.57
7392026-04-29T20:54:22.664Z Downloaded hex v0.4.3
7402026-04-29T20:54:22.664Z Downloaded erased-serde v0.3.31
7412026-04-29T20:54:22.667Z Downloaded ena v0.14.4
7422026-04-29T20:54:22.667Z Downloaded either v1.15.0
7432026-04-29T20:54:22.670Z Downloaded der_derive v0.7.3
7442026-04-29T20:54:22.670Z Downloaded fs_extra v1.3.0
7452026-04-29T20:54:22.670Z Downloaded foreign-types-shared v0.3.1
7462026-04-29T20:54:22.673Z Downloaded http-range v0.1.5
7472026-04-29T20:54:22.673Z Downloaded fixedbitset v0.5.7
7482026-04-29T20:54:22.673Z Downloaded convert_case v0.10.0
7492026-04-29T20:54:22.676Z Downloaded hostname v0.4.2
7502026-04-29T20:54:22.676Z Downloaded bit-vec v0.8.0
7512026-04-29T20:54:22.676Z Downloaded hyper-tls v0.6.0
7522026-04-29T20:54:22.679Z Downloaded illumos-nvpair-sys v0.2.0
7532026-04-29T20:54:22.679Z Downloaded ed25519 v2.2.3
7542026-04-29T20:54:22.679Z Downloaded hubpack_derive v0.1.1
7552026-04-29T20:54:22.682Z Downloaded hubpack v0.1.2
7562026-04-29T20:54:22.682Z Downloaded httpdate v1.0.3
7572026-04-29T20:54:22.682Z Downloaded defmt v1.0.1
7582026-04-29T20:54:22.685Z Downloaded cookie_store v0.22.1
7592026-04-29T20:54:22.687Z Downloaded illumos-nvpair v0.3.0
7602026-04-29T20:54:22.688Z Downloaded indent_write v2.2.0
7612026-04-29T20:54:22.688Z Downloaded dropshot_endpoint v0.16.7
7622026-04-29T20:54:22.690Z Downloaded async-bb8-diesel v0.2.1
7632026-04-29T20:54:22.690Z Downloaded byte-wrapper v0.1.0
7642026-04-29T20:54:22.693Z Downloaded instant v0.1.13
7652026-04-29T20:54:22.693Z Downloaded is_ci v1.2.0
7662026-04-29T20:54:22.696Z Downloaded is-terminal v0.4.17
7672026-04-29T20:54:22.697Z Downloaded hash32 v0.3.1
7682026-04-29T20:54:22.697Z Downloaded globset v0.4.18
7692026-04-29T20:54:22.697Z Downloaded ident_case v1.0.1
7702026-04-29T20:54:22.699Z Downloaded corncobs v0.1.4
7712026-04-29T20:54:22.699Z Downloaded glob v0.3.3
7722026-04-29T20:54:22.702Z Downloaded fs-err v2.11.0
7732026-04-29T20:54:22.702Z Downloaded futures-executor v0.3.32
7742026-04-29T20:54:22.702Z Downloaded inout v0.1.4
7752026-04-29T20:54:22.705Z Downloaded cbc v0.1.2
7762026-04-29T20:54:22.705Z Downloaded cancel-safe-futures v0.1.5
7772026-04-29T20:54:22.708Z Downloaded highway v1.3.0
7782026-04-29T20:54:22.708Z Downloaded git-stub-vcs v0.1.0
7792026-04-29T20:54:22.708Z Downloaded internet-checksum v0.2.1
7802026-04-29T20:54:22.711Z Downloaded async-trait v0.1.89
7812026-04-29T20:54:22.711Z Downloaded indoc v1.0.9
7822026-04-29T20:54:22.713Z Downloaded linked-hash-map v0.5.6
7832026-04-29T20:54:22.713Z Downloaded instability v0.3.11
7842026-04-29T20:54:22.716Z Downloaded darling v0.20.11
7852026-04-29T20:54:22.719Z Downloaded libscf-sys v1.1.0
7862026-04-29T20:54:22.719Z Downloaded lalrpop-util v0.19.12
7872026-04-29T20:54:22.719Z Downloaded des v0.8.1
7882026-04-29T20:54:22.722Z Downloaded group v0.13.0
7892026-04-29T20:54:22.722Z Downloaded env_logger v0.11.9
7902026-04-29T20:54:22.722Z Downloaded cookie v0.18.1
7912026-04-29T20:54:22.725Z Downloaded const-oid v0.9.6
7922026-04-29T20:54:22.725Z Downloaded ciborium v0.2.2
7932026-04-29T20:54:22.728Z Downloaded console v0.16.2
7942026-04-29T20:54:22.728Z Downloaded console v0.15.11
7952026-04-29T20:54:22.731Z Downloaded expectorate v1.2.0
7962026-04-29T20:54:22.734Z Downloaded diesel_derives v2.3.7
7972026-04-29T20:54:22.738Z Downloaded kstat-rs v0.2.4
7982026-04-29T20:54:22.738Z Downloaded keccak v0.1.6
7992026-04-29T20:54:22.738Z Downloaded lazy_static v1.5.0
8002026-04-29T20:54:22.742Z Downloaded foldhash v0.2.0
8012026-04-29T20:54:22.742Z Downloaded argon2 v0.5.3
8022026-04-29T20:54:22.742Z Downloaded ahash v0.8.12
8032026-04-29T20:54:22.745Z Downloaded lzss v0.8.2
8042026-04-29T20:54:22.745Z Downloaded lru-slab v0.1.2
8052026-04-29T20:54:22.745Z Downloaded match_cfg v0.1.0
8062026-04-29T20:54:22.745Z Downloaded maplit v1.0.2
8072026-04-29T20:54:22.745Z Downloaded managed v0.8.0
8082026-04-29T20:54:22.748Z Downloaded crc-any v2.5.0
8092026-04-29T20:54:22.748Z Downloaded humantime v2.3.0
8102026-04-29T20:54:22.748Z Downloaded lru-cache v0.1.2
8112026-04-29T20:54:22.751Z Downloaded lru v0.12.5
8122026-04-29T20:54:22.751Z Downloaded futures-channel v0.3.32
8132026-04-29T20:54:22.751Z Downloaded hyper-staticfile v0.10.1
8142026-04-29T20:54:22.754Z Downloaded dropshot-api-manager v0.7.1
8152026-04-29T20:54:22.757Z Downloaded memoffset v0.9.1
8162026-04-29T20:54:22.757Z Downloaded mime v0.3.17
8172026-04-29T20:54:22.757Z Downloaded md5 v0.7.0
8182026-04-29T20:54:22.757Z Downloaded ingot-types v0.1.2
8192026-04-29T20:54:22.816Z Downloaded md-5 v0.10.6
8202026-04-29T20:54:22.816Z Downloaded cc v1.2.56
8212026-04-29T20:54:22.816Z Downloaded ingot v0.1.1
8222026-04-29T20:54:22.816Z Downloaded arc-swap v1.8.2
8232026-04-29T20:54:22.816Z Downloaded deranged v0.5.8
8242026-04-29T20:54:22.816Z Downloaded impl-trait-for-tuples v0.2.3
8252026-04-29T20:54:22.816Z Downloaded compression-codecs v0.4.37
8262026-04-29T20:54:22.816Z Downloaded nibble_vec v0.1.0
8272026-04-29T20:54:22.816Z Downloaded ipnetwork v0.21.1
8282026-04-29T20:54:22.816Z Downloaded indoc v2.0.7
8292026-04-29T20:54:22.816Z Downloaded nodrop v0.1.14
8302026-04-29T20:54:22.816Z Downloaded newtype_derive v0.1.6
8312026-04-29T20:54:22.816Z Downloaded hmac v0.12.1
8322026-04-29T20:54:22.816Z Downloaded newline-converter v0.3.0
8332026-04-29T20:54:22.816Z Downloaded multimap v0.10.1
8342026-04-29T20:54:22.816Z Downloaded num-conv v0.2.0
8352026-04-29T20:54:22.816Z Downloaded normalize-line-endings v0.3.0
8362026-04-29T20:54:22.816Z Downloaded nonempty v0.12.0
8372026-04-29T20:54:22.816Z Downloaded jobserver v0.1.34
8382026-04-29T20:54:22.816Z Downloaded new_debug_unreachable v1.0.6
8392026-04-29T20:54:22.816Z Downloaded blake2 v0.10.6
8402026-04-29T20:54:22.816Z Downloaded half v1.8.3
8412026-04-29T20:54:22.816Z Downloaded httparse v1.10.1
8422026-04-29T20:54:22.816Z Downloaded fatfs v0.3.6
8432026-04-29T20:54:22.816Z Downloaded dropshot_endpoint v0.17.0
8442026-04-29T20:54:22.816Z Downloaded derive_more v0.99.20
8452026-04-29T20:54:22.816Z Downloaded libsw-core v0.3.2
8462026-04-29T20:54:22.816Z Downloaded libloading v0.8.9
8472026-04-29T20:54:22.817Z Downloaded num v0.4.3
8482026-04-29T20:54:22.817Z Downloaded elliptic-curve v0.13.8
8492026-04-29T20:54:22.817Z Downloaded num_threads v0.1.7
8502026-04-29T20:54:22.817Z Downloaded openssl-macros v0.1.1
8512026-04-29T20:54:22.817Z Downloaded openssl-probe v0.1.6
8522026-04-29T20:54:22.817Z Downloaded libsw v3.5.0
8532026-04-29T20:54:22.817Z Downloaded olpc-cjson v0.1.4
8542026-04-29T20:54:22.817Z Downloaded allocator-api2 v0.2.21
8552026-04-29T20:54:22.817Z Downloaded num_enum_derive v0.5.11
8562026-04-29T20:54:22.817Z Downloaded num-derive v0.3.3
8572026-04-29T20:54:22.817Z Downloaded num-derive v0.4.2
8582026-04-29T20:54:22.817Z Downloaded num-iter v0.1.45
8592026-04-29T20:54:22.817Z Downloaded maybe-uninit v2.0.0
8602026-04-29T20:54:22.817Z Downloaded linear-map v1.2.0
8612026-04-29T20:54:22.817Z Downloaded opaque-debug v0.3.1
8622026-04-29T20:54:22.817Z Downloaded libefi-sys v0.1.0
8632026-04-29T20:54:22.817Z Downloaded hyper-rustls v0.27.7
8642026-04-29T20:54:22.820Z Downloaded openssl-probe v0.2.1
8652026-04-29T20:54:22.820Z Downloaded darling_core v0.21.3
8662026-04-29T20:54:22.820Z Downloaded diff v0.1.13
8672026-04-29T20:54:22.821Z Downloaded chacha20poly1305 v0.10.1
8682026-04-29T20:54:22.821Z Downloaded iana-time-zone v0.1.65
8692026-04-29T20:54:22.823Z Downloaded oso-derive v0.27.3
8702026-04-29T20:54:22.824Z Downloaded nanorand v0.7.0
8712026-04-29T20:54:22.826Z Downloaded mime_guess v2.0.5
8722026-04-29T20:54:22.826Z Downloaded getrandom v0.3.4
8732026-04-29T20:54:22.829Z Downloaded path-slash v0.1.5
8742026-04-29T20:54:22.829Z Downloaded newtype-uuid-macros v0.1.0
8752026-04-29T20:54:22.832Z Downloaded ipnet v2.11.0
8762026-04-29T20:54:22.832Z Downloaded ingot-macros v0.1.1
8772026-04-29T20:54:22.832Z Downloaded getrandom v0.2.17
8782026-04-29T20:54:22.835Z Downloaded const_format v0.2.35
8792026-04-29T20:54:22.838Z Downloaded parse-display v0.10.0
8802026-04-29T20:54:22.838Z Downloaded packed_struct_codegen v0.10.1
8812026-04-29T20:54:22.838Z Downloaded http-body-util v0.1.3
8822026-04-29T20:54:22.841Z Downloaded derive-where v1.6.0
8832026-04-29T20:54:22.844Z Downloaded pbkdf2 v0.12.2
8842026-04-29T20:54:22.844Z Downloaded parse-size v1.1.0
8852026-04-29T20:54:22.844Z Downloaded multer v3.1.0
8862026-04-29T20:54:22.847Z Downloaded cassowary v0.3.0
8872026-04-29T20:54:22.847Z Downloaded blowfish v0.9.1
8882026-04-29T20:54:22.847Z Downloaded num-complex v0.4.6
8892026-04-29T20:54:22.850Z Downloaded bcs v0.1.6
8902026-04-29T20:54:22.850Z Downloaded arrayvec v0.7.6
8912026-04-29T20:54:22.853Z Downloaded clang-sys v1.8.1
8922026-04-29T20:54:22.856Z Downloaded num-integer v0.1.46
8932026-04-29T20:54:22.856Z Downloaded newtype-uuid v1.3.2
8942026-04-29T20:54:22.859Z Downloaded darling_core v0.23.0
8952026-04-29T20:54:22.862Z Downloaded pbkdf2 v0.11.0
8962026-04-29T20:54:22.865Z Downloaded num_enum_derive v0.7.5
8972026-04-29T20:54:22.865Z Downloaded litrs v1.0.0
8982026-04-29T20:54:22.869Z Downloaded num_enum v0.5.11
8992026-04-29T20:54:22.872Z Downloaded nu-ansi-term v0.50.3
9002026-04-29T20:54:22.875Z Downloaded phf_shared v0.12.1
9012026-04-29T20:54:22.875Z Downloaded lock_api v0.4.14
9022026-04-29T20:54:22.877Z Downloaded phf_shared v0.11.3
9032026-04-29T20:54:22.878Z Downloaded peg-runtime v0.8.5
9042026-04-29T20:54:22.880Z Downloaded num_enum v0.7.5
9052026-04-29T20:54:22.883Z Downloaded pin-utils v0.1.0
9062026-04-29T20:54:22.886Z Downloaded der v0.7.10
9072026-04-29T20:54:22.901Z Downloaded proc-macro-error-attr2 v2.0.0
9082026-04-29T20:54:22.903Z Downloaded proc-macro-crate v3.4.0
9092026-04-29T20:54:22.903Z Downloaded progenitor-macro v0.10.0
9102026-04-29T20:54:22.903Z Downloaded predicates-tree v1.0.13
9112026-04-29T20:54:22.906Z Downloaded predicates-core v1.0.10
9122026-04-29T20:54:22.906Z Downloaded precomputed-hash v0.1.1
9132026-04-29T20:54:22.907Z Downloaded powerfmt v0.2.0
9142026-04-29T20:54:22.907Z Downloaded oxide-tokio-rt v0.1.4
9152026-04-29T20:54:22.909Z Downloaded psl-types v2.0.11
9162026-04-29T20:54:22.909Z Downloaded packed_struct v0.10.1
9172026-04-29T20:54:22.912Z Downloaded parking_lot_core v0.8.6
9182026-04-29T20:54:22.912Z Downloaded memmap2 v0.9.10
9192026-04-29T20:54:22.912Z Downloaded heapless v0.8.0
9202026-04-29T20:54:22.915Z Downloaded proc-macro-crate v1.3.1
9212026-04-29T20:54:22.915Z Downloaded parse-display-derive v0.10.0
9222026-04-29T20:54:22.918Z Downloaded password-hash v0.5.0
9232026-04-29T20:54:22.919Z Downloaded heapless v0.7.17
9242026-04-29T20:54:22.922Z Downloaded headers v0.4.1
9252026-04-29T20:54:22.925Z Downloaded phf v0.12.1
9262026-04-29T20:54:22.925Z Downloaded phf v0.13.1
9272026-04-29T20:54:22.925Z Downloaded pem-rfc7468 v0.7.0
9282026-04-29T20:54:22.928Z Downloaded libbz2-rs-sys v0.2.2
9292026-04-29T20:54:22.928Z Downloaded paste v1.0.15
9302026-04-29T20:54:22.930Z Downloaded quick-error v1.2.3
9312026-04-29T20:54:22.930Z Downloaded password-hash v0.4.2
9322026-04-29T20:54:22.934Z Downloaded progenitor-macro v0.11.2
9332026-04-29T20:54:22.934Z Downloaded crossbeam-channel v0.5.15
9342026-04-29T20:54:22.937Z Downloaded progenitor-client v0.11.2
9352026-04-29T20:54:22.937Z Downloaded futures v0.3.32
9362026-04-29T20:54:22.940Z Downloaded pem v3.0.6
9372026-04-29T20:54:22.940Z Downloaded derive_more v2.1.1
9382026-04-29T20:54:22.945Z Downloaded progenitor-macro v0.14.0
9392026-04-29T20:54:22.948Z Downloaded progenitor-macro v0.13.0
9402026-04-29T20:54:22.948Z Downloaded pin-project-internal v1.1.11
9412026-04-29T20:54:22.948Z Downloaded pkg-config v0.3.32
9422026-04-29T20:54:22.951Z Downloaded ed25519-dalek v2.2.0
9432026-04-29T20:54:22.951Z Downloaded omicron-zone-package v0.12.2
9442026-04-29T20:54:22.954Z Downloaded bytes v1.11.1
9452026-04-29T20:54:22.957Z Downloaded rand_xorshift v0.4.0
9462026-04-29T20:54:22.957Z Downloaded pkcs8 v0.10.2
9472026-04-29T20:54:22.960Z Downloaded parking_lot v0.11.2
9482026-04-29T20:54:22.960Z Downloaded indexmap v1.9.3
9492026-04-29T20:54:22.963Z Downloaded ignore v0.4.25
9502026-04-29T20:54:22.963Z Downloaded rand_chacha v0.3.1
9512026-04-29T20:54:22.966Z Downloaded predicates v3.1.4
9522026-04-29T20:54:22.966Z Downloaded recursive-proc-macro-impl v0.1.1
9532026-04-29T20:54:22.969Z Downloaded recursive v0.1.1
9542026-04-29T20:54:22.969Z Downloaded polyval v0.6.2
9552026-04-29T20:54:22.969Z Downloaded poly1305 v0.8.0
9562026-04-29T20:54:22.971Z Downloaded progenitor-client v0.14.0
9572026-04-29T20:54:22.971Z Downloaded progenitor v0.14.0
9582026-04-29T20:54:22.974Z Downloaded ref-cast-impl v1.0.25
9592026-04-29T20:54:22.974Z Downloaded progenitor-extras v0.2.0
9602026-04-29T20:54:22.974Z Downloaded progenitor v0.13.0
9612026-04-29T20:54:22.974Z Downloaded indicatif v0.18.4
9622026-04-29T20:54:22.977Z Downloaded parking_lot v0.12.5
9632026-04-29T20:54:22.980Z Downloaded primeorder v0.13.6
9642026-04-29T20:54:22.980Z Downloaded hickory-resolver v0.24.4
9652026-04-29T20:54:22.983Z Downloaded progenitor v0.10.0
9662026-04-29T20:54:22.986Z Downloaded ppv-lite86 v0.2.21
9672026-04-29T20:54:22.986Z Downloaded parking_lot_core v0.9.12
9682026-04-29T20:54:22.986Z Downloaded proc-macro-error2 v2.0.1
9692026-04-29T20:54:22.989Z Downloaded postgres-protocol v0.6.10
9702026-04-29T20:54:22.989Z Downloaded phf_shared v0.13.1
9712026-04-29T20:54:22.991Z Downloaded rfc6979 v0.4.0
9722026-04-29T20:54:22.991Z Downloaded flume v0.11.1
9732026-04-29T20:54:22.994Z Downloaded progenitor-client v0.10.0
9742026-04-29T20:54:22.994Z Downloaded flate2 v1.1.9
9752026-04-29T20:54:22.997Z Downloaded psm v0.1.30
9762026-04-29T20:54:23.000Z Downloaded progenitor-client v0.13.0
9772026-04-29T20:54:23.000Z Downloaded progenitor v0.11.2
9782026-04-29T20:54:23.000Z Downloaded native-tls v0.2.18
9792026-04-29T20:54:23.003Z Downloaded ar_archive_writer v0.5.1
9802026-04-29T20:54:23.003Z Downloaded rustc_version v0.1.7
9812026-04-29T20:54:23.003Z Downloaded pin-project-lite v0.2.17
9822026-04-29T20:54:23.006Z Downloaded peg v0.8.5
9832026-04-29T20:54:23.009Z Downloaded rustc-hash v2.1.1
9842026-04-29T20:54:23.012Z Downloaded radium v0.7.0
9852026-04-29T20:54:23.012Z Downloaded r2d2 v0.8.10
9862026-04-29T20:54:23.012Z Downloaded pkcs1 v0.7.5
9872026-04-29T20:54:23.015Z Downloaded russh-cryptovec v0.7.3
9882026-04-29T20:54:23.015Z Downloaded peg-macros v0.8.5
9892026-04-29T20:54:23.015Z Downloaded derive_more-impl v2.1.1
9902026-04-29T20:54:23.018Z Downloaded rand_core v0.10.0
9912026-04-29T20:54:23.021Z Downloaded miniz_oxide v0.8.9
9922026-04-29T20:54:23.021Z Downloaded oxnet v0.1.4
9932026-04-29T20:54:23.025Z Downloaded half v2.7.1
9942026-04-29T20:54:23.025Z Downloaded rand_chacha v0.9.0
9952026-04-29T20:54:23.028Z Downloaded owo-colors v4.3.0
9962026-04-29T20:54:23.028Z Downloaded num-rational v0.4.2
9972026-04-29T20:54:23.028Z Downloaded bumpalo v3.20.2
9982026-04-29T20:54:23.031Z Downloaded rustc_version v0.4.1
9992026-04-29T20:54:23.031Z Downloaded salsa20 v0.10.2
10002026-04-29T20:54:23.035Z Downloaded same-file v1.0.6
10012026-04-29T20:54:23.038Z Downloaded rand_seeder v0.4.0
10022026-04-29T20:54:23.038Z Downloaded rand_core v0.9.5
10032026-04-29T20:54:23.041Z Downloaded p256 v0.13.2
10042026-04-29T20:54:23.044Z Downloaded secrecy v0.8.0
10052026-04-29T20:54:23.046Z Downloaded hashbrown v0.12.3
10062026-04-29T20:54:23.049Z Downloaded postgres-types v0.2.12
10072026-04-29T20:54:23.049Z Downloaded postcard v1.1.3
10082026-04-29T20:54:23.052Z Downloaded hickory-resolver v0.25.2
10092026-04-29T20:54:23.055Z Downloaded ref-cast v1.0.25
10102026-04-29T20:54:23.058Z Downloaded resolv-conf v0.7.6
10112026-04-29T20:54:23.061Z Downloaded serde_plain v1.0.2
10122026-04-29T20:54:23.063Z Downloaded sapling-renderdag v0.1.0
10132026-04-29T20:54:23.063Z Downloaded scheduled-thread-pool v0.2.7
10142026-04-29T20:54:23.063Z Downloaded semver v0.1.20
10152026-04-29T20:54:23.067Z Downloaded secrecy v0.10.3
10162026-04-29T20:54:23.070Z Downloaded scroll_derive v0.13.1
10172026-04-29T20:54:23.072Z Downloaded rtoolbox v0.0.3
10182026-04-29T20:54:23.075Z Downloaded http v1.4.0
10192026-04-29T20:54:23.078Z Downloaded pkcs5 v0.7.1
10202026-04-29T20:54:23.081Z Downloaded serde-big-array v0.5.1
10212026-04-29T20:54:23.081Z Downloaded scrypt v0.11.0
10222026-04-29T20:54:23.085Z Downloaded rustls-pemfile v1.0.4
10232026-04-29T20:54:23.085Z Downloaded seq-macro v0.3.6
10242026-04-29T20:54:23.085Z Downloaded shell-words v1.1.1
10252026-04-29T20:54:23.088Z Downloaded minimal-lexical v0.2.1
10262026-04-29T20:54:23.090Z Downloaded openssl-sys v0.9.111
10272026-04-29T20:54:23.093Z Downloaded signal-hook-mio v0.2.5
10282026-04-29T20:54:23.093Z Downloaded serde_urlencoded v0.7.1
10292026-04-29T20:54:23.097Z Downloaded signature v2.2.0
10302026-04-29T20:54:23.097Z Downloaded serde_repr v0.1.20
10312026-04-29T20:54:23.097Z Downloaded sha1 v0.10.6
10322026-04-29T20:54:23.100Z Downloaded sigpipe v0.1.3
10332026-04-29T20:54:23.100Z Downloaded siphasher v1.0.2
10342026-04-29T20:54:23.100Z Downloaded rustls-pemfile v2.2.0
10352026-04-29T20:54:23.103Z Downloaded prefix-trie v0.7.0
10362026-04-29T20:54:23.103Z Downloaded serde_spanned v1.0.4
10372026-04-29T20:54:23.106Z Downloaded rand_core v0.6.4
10382026-04-29T20:54:23.106Z Downloaded progenitor-impl v0.11.2
10392026-04-29T20:54:23.106Z Downloaded rustversion v1.0.22
10402026-04-29T20:54:23.108Z Downloaded scopeguard v1.2.0
10412026-04-29T20:54:23.108Z Downloaded papergrid v0.17.0
10422026-04-29T20:54:23.111Z Downloaded hashbrown v0.13.2
10432026-04-29T20:54:23.114Z Downloaded slog-bunyan v2.5.0
10442026-04-29T20:54:23.119Z Downloaded progenitor-impl v0.10.0
10452026-04-29T20:54:23.119Z Downloaded signal-hook-tokio v0.3.1
10462026-04-29T20:54:23.119Z Downloaded rustls-native-certs v0.8.3
10472026-04-29T20:54:23.119Z Downloaded quinn-udp v0.5.14
10482026-04-29T20:54:23.129Z Downloaded progenitor-impl v0.13.0
10492026-04-29T20:54:23.129Z Downloaded jiff-static v0.2.21
10502026-04-29T20:54:23.132Z Downloaded scroll v0.13.0
10512026-04-29T20:54:23.135Z Downloaded schemars_derive v0.8.22
10522026-04-29T20:54:23.135Z Downloaded pin-project v1.1.11
10532026-04-29T20:54:23.142Z Downloaded slog-envlogger v2.2.0
10542026-04-29T20:54:23.145Z Downloaded aes v0.8.4
10552026-04-29T20:54:23.149Z Downloaded sqlparser_derive v0.5.0
10562026-04-29T20:54:23.149Z Downloaded oso v0.27.3
10572026-04-29T20:54:23.152Z Downloaded progenitor-impl v0.14.0
10582026-04-29T20:54:23.152Z Downloaded crossterm v0.29.0
10592026-04-29T20:54:23.155Z Downloaded sct v0.7.1
10602026-04-29T20:54:23.158Z Downloaded serde_derive_internals v0.29.1
10612026-04-29T20:54:23.158Z Downloaded serde-hex v0.1.0
10622026-04-29T20:54:23.160Z Downloaded shlex v1.3.0
10632026-04-29T20:54:23.161Z Downloaded russh-keys v0.45.0
10642026-04-29T20:54:23.163Z Downloaded ssh-cipher v0.2.0
10652026-04-29T20:54:23.171Z Downloaded ssh-encoding v0.2.0
10662026-04-29T20:54:23.174Z Downloaded rusty-fork v0.3.1
10672026-04-29T20:54:23.177Z Downloaded strum v0.27.2
10682026-04-29T20:54:23.181Z Downloaded slog-scope v4.4.1
10692026-04-29T20:54:23.184Z Downloaded hickory-server v0.25.2
10702026-04-29T20:54:23.186Z Downloaded rustls-pki-types v1.14.0
10712026-04-29T20:54:23.186Z Downloaded signal-hook-registry v1.4.8
10722026-04-29T20:54:23.189Z Downloaded prettyplease v0.2.37
10732026-04-29T20:54:23.192Z Downloaded strip-ansi-escapes v0.2.1
10742026-04-29T20:54:23.192Z Downloaded simd-adler32 v0.3.8
10752026-04-29T20:54:23.192Z Downloaded structmeta v0.3.0
10762026-04-29T20:54:23.195Z Downloaded slog-dtrace v0.3.0
10772026-04-29T20:54:23.195Z Downloaded strum v0.26.3
10782026-04-29T20:54:23.195Z Downloaded itertools v0.10.5
10792026-04-29T20:54:23.198Z Downloaded subtle v2.6.1
10802026-04-29T20:54:23.201Z Downloaded termtree v0.5.1
10812026-04-29T20:54:23.201Z Downloaded slog-term v2.9.2
10822026-04-29T20:54:23.204Z Downloaded slog-stdlog v4.1.1
10832026-04-29T20:54:23.204Z Downloaded slog-async v2.8.0
10842026-04-29T20:54:23.204Z Downloaded sec1 v0.7.3
10852026-04-29T20:54:23.207Z Downloaded serde_bytes v0.11.19
10862026-04-29T20:54:23.212Z Downloaded crossterm v0.28.1
10872026-04-29T20:54:23.215Z Downloaded smallvec v0.6.14
10882026-04-29T20:54:23.215Z Downloaded slog-json v2.6.1
10892026-04-29T20:54:23.215Z Downloaded take_mut v0.2.2
10902026-04-29T20:54:23.218Z Downloaded tagptr v0.2.0
10912026-04-29T20:54:23.218Z Downloaded thread-id v5.1.0
10922026-04-29T20:54:23.221Z Downloaded testing_table v0.3.0
10932026-04-29T20:54:23.221Z Downloaded tinyvec_macros v0.1.1
10942026-04-29T20:54:23.224Z Downloaded snafu-derive v0.8.9
10952026-04-29T20:54:23.227Z Downloaded tabwriter v1.4.1
10962026-04-29T20:54:23.230Z Downloaded sync_wrapper v1.0.2
10972026-04-29T20:54:23.230Z Downloaded tabled_derive v0.11.0
10982026-04-29T20:54:23.230Z Downloaded smf v0.2.3
10992026-04-29T20:54:23.230Z Downloaded serde_path_to_error v0.1.20
11002026-04-29T20:54:23.233Z Downloaded supports-color v3.0.2
11012026-04-29T20:54:23.235Z Downloaded serde_cbor v0.11.2
11022026-04-29T20:54:23.238Z Downloaded stacker v0.1.23
11032026-04-29T20:54:23.241Z Downloaded spki v0.7.3
11042026-04-29T20:54:23.241Z Downloaded stringprep v0.1.5
11052026-04-29T20:54:23.243Z Downloaded string_cache v0.8.9
11062026-04-29T20:54:23.246Z Downloaded thiserror-impl-no-std v2.0.2
11072026-04-29T20:54:23.246Z Downloaded pretty_assertions v1.4.1
11082026-04-29T20:54:23.246Z Downloaded time-core v0.1.8
11092026-04-29T20:54:23.249Z Downloaded rcgen v0.12.1
11102026-04-29T20:54:23.249Z Downloaded static_assertions v1.1.0
11112026-04-29T20:54:23.252Z Downloaded sqlformat v0.3.5
11122026-04-29T20:54:23.252Z Downloaded rustls-platform-verifier v0.6.2
11132026-04-29T20:54:23.255Z Downloaded strum_macros v0.26.4
11142026-04-29T20:54:23.257Z Downloaded strum_macros v0.24.3
11152026-04-29T20:54:23.257Z Downloaded schemars v0.8.22
11162026-04-29T20:54:23.263Z Downloaded tokio-macros v2.7.0
11172026-04-29T20:54:23.267Z Downloaded structmeta-derive v0.3.0
11182026-04-29T20:54:23.267Z Downloaded slab v0.4.12
11192026-04-29T20:54:23.267Z Downloaded rayon-core v1.13.0
11202026-04-29T20:54:23.270Z Downloaded mio v1.2.0
11212026-04-29T20:54:23.273Z Downloaded nom v7.1.3
11222026-04-29T20:54:23.276Z Downloaded ryu v1.0.23
11232026-04-29T20:54:23.279Z Downloaded strum_macros v0.27.2
11242026-04-29T20:54:23.282Z Downloaded publicsuffix v2.3.0
11252026-04-29T20:54:23.285Z Downloaded qorb v0.4.1
11262026-04-29T20:54:23.285Z Downloaded quinn v0.11.9
11272026-04-29T20:54:23.287Z Downloaded num-bigint v0.4.6
11282026-04-29T20:54:23.290Z Downloaded tap v1.0.1
11292026-04-29T20:54:23.296Z Downloaded sync-ptr v0.1.4
11302026-04-29T20:54:23.299Z Downloaded support-bundle-viewer v0.1.2
11312026-04-29T20:54:23.299Z Downloaded tiny-keccak v2.0.2
11322026-04-29T20:54:23.302Z Downloaded time-macros v0.2.27
11332026-04-29T20:54:23.302Z Downloaded thread_local v1.1.9
11342026-04-29T20:54:23.302Z Downloaded termios v0.3.3
11352026-04-29T20:54:23.304Z Downloaded rand v0.8.5
11362026-04-29T20:54:23.309Z Downloaded ron v0.8.1
11372026-04-29T20:54:23.311Z Downloaded libxml v0.3.3
11382026-04-29T20:54:23.312Z Downloaded topological-sort v0.2.2
11392026-04-29T20:54:23.315Z Downloaded tls_codec v0.4.2
11402026-04-29T20:54:23.315Z Downloaded try-lock v0.2.5
11412026-04-29T20:54:23.315Z Downloaded tower-service v0.3.3
11422026-04-29T20:54:23.317Z Downloaded tower-layer v0.3.3
11432026-04-29T20:54:23.317Z Downloaded trait-variant v0.1.2
11442026-04-29T20:54:23.317Z Downloaded thiserror-no-std v2.0.2
11452026-04-29T20:54:23.321Z Downloaded spin v0.9.8
11462026-04-29T20:54:23.321Z Downloaded signal-hook v0.3.18
11472026-04-29T20:54:23.324Z Downloaded serde_with_macros v3.17.0
11482026-04-29T20:54:23.325Z Downloaded schemars v0.9.0
11492026-04-29T20:54:23.330Z Downloaded tokio-dtrace v0.1.1
11502026-04-29T20:54:23.333Z Downloaded tls_codec_derive v0.4.2
11512026-04-29T20:54:23.333Z Downloaded similar v2.7.0
11522026-04-29T20:54:23.336Z Downloaded slog v2.8.2
11532026-04-29T20:54:23.340Z Downloaded itertools v0.13.0
11542026-04-29T20:54:23.343Z Downloaded num-bigint-dig v0.8.6
11552026-04-29T20:54:23.349Z Downloaded tokio-tungstenite v0.23.1
11562026-04-29T20:54:23.349Z Downloaded unarray v0.1.4
11572026-04-29T20:54:23.349Z Downloaded tokio-native-tls v0.3.1
11582026-04-29T20:54:23.349Z Downloaded typify-macro v0.6.2
11592026-04-29T20:54:23.352Z Downloaded unit-prefix v0.5.2
11602026-04-29T20:54:23.352Z Downloaded unicode-truncate v1.1.0
11612026-04-29T20:54:23.352Z Downloaded typify-macro v0.4.3
11622026-04-29T20:54:23.352Z Downloaded tokio-tungstenite v0.21.0
11632026-04-29T20:54:23.355Z Downloaded tokio-rustls v0.25.0
11642026-04-29T20:54:23.355Z Downloaded iri-string v0.7.10
11652026-04-29T20:54:23.359Z Downloaded term v1.2.1
11662026-04-29T20:54:23.363Z Downloaded aes-gcm v0.10.3
11672026-04-29T20:54:23.366Z Downloaded universal-hash v0.5.1
11682026-04-29T20:54:23.366Z Downloaded term v0.7.0
11692026-04-29T20:54:23.370Z Downloaded usdt-macro v0.6.0
11702026-04-29T20:54:23.370Z Downloaded untrusted v0.7.1
11712026-04-29T20:54:23.370Z Downloaded usdt-attr-macro v0.6.0
11722026-04-29T20:54:23.370Z Downloaded utf-8 v0.7.6
11732026-04-29T20:54:23.372Z Downloaded void v1.0.2
11742026-04-29T20:54:23.372Z Downloaded iddqd v0.3.18
11752026-04-29T20:54:23.375Z Downloaded socket2 v0.5.10
11762026-04-29T20:54:23.378Z Downloaded rand v0.10.0
11772026-04-29T20:54:23.378Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11782026-04-29T20:54:23.380Z Downloaded usdt v0.6.0
11792026-04-29T20:54:23.380Z Downloaded rsa v0.9.10
11802026-04-29T20:54:23.383Z Downloaded untrusted v0.9.0
11812026-04-29T20:54:23.386Z Downloaded socket2 v0.6.3
11822026-04-29T20:54:23.386Z Downloaded h2 v0.4.13
11832026-04-29T20:54:23.389Z Downloaded toml_writer v1.0.6+spec-1.1.0
11842026-04-29T20:54:23.391Z Downloaded serde_yaml v0.9.34+deprecated
11852026-04-29T20:54:23.391Z Downloaded tui-tree-widget v0.23.1
11862026-04-29T20:54:23.394Z Downloaded futures-util v0.3.32
11872026-04-29T20:54:23.398Z Downloaded wait-timeout v0.2.1
11882026-04-29T20:54:23.401Z Downloaded bitvec v1.0.1
11892026-04-29T20:54:23.407Z Downloaded waitgroup v0.1.2
11902026-04-29T20:54:23.410Z Downloaded want v0.3.1
11912026-04-29T20:54:23.410Z Downloaded unicase v2.9.0
11922026-04-29T20:54:23.410Z Downloaded hkdf v0.12.4
11932026-04-29T20:54:23.413Z Downloaded xshell-macros v0.2.7
11942026-04-29T20:54:23.413Z Downloaded subprocess v0.2.15
11952026-04-29T20:54:23.413Z Downloaded itertools v0.14.0
11962026-04-29T20:54:23.416Z Downloaded tokio-stream v0.1.18
11972026-04-29T20:54:23.419Z Downloaded tokio-rustls v0.26.4
11982026-04-29T20:54:23.422Z Downloaded hashbrown v0.16.1
11992026-04-29T20:54:23.425Z Downloaded zeroize_derive v1.4.3
12002026-04-29T20:54:23.425Z Downloaded samael v0.0.19
12012026-04-29T20:54:23.428Z Downloaded itertools v0.12.1
12022026-04-29T20:54:23.430Z Downloaded snafu v0.8.9
12032026-04-29T20:54:23.434Z Downloaded usdt-impl v0.6.0
12042026-04-29T20:54:23.436Z Downloaded test-strategy v0.4.5
12052026-04-29T20:54:23.439Z Downloaded libm v0.2.16
12062026-04-29T20:54:23.442Z Downloaded vergen-gitcl v1.0.8
12072026-04-29T20:54:23.445Z Downloaded vergen-git2 v1.0.7
12082026-04-29T20:54:23.445Z Downloaded zone v0.3.1
12092026-04-29T20:54:23.445Z Downloaded uzers v0.12.2
12102026-04-29T20:54:23.447Z Downloaded zone_cfg_derive v0.3.1
12112026-04-29T20:54:23.447Z Downloaded toml_datetime v0.7.5+spec-1.1.0
12122026-04-29T20:54:23.448Z Downloaded hyper-util v0.1.20
12132026-04-29T20:54:23.450Z Downloaded tinyvec v1.10.0
12142026-04-29T20:54:23.453Z Downloaded toml_parser v1.0.9+spec-1.1.0
12152026-04-29T20:54:23.453Z Downloaded hashbrown v0.15.5
12162026-04-29T20:54:23.456Z Downloaded hyper v1.8.1
12172026-04-29T20:54:23.459Z Downloaded tracing-attributes v0.1.31
12182026-04-29T20:54:23.462Z Downloaded rustls-webpki v0.103.9
12192026-04-29T20:54:23.466Z Downloaded bindgen v0.71.1
12202026-04-29T20:54:23.469Z Downloaded vsss-rs v3.3.4
12212026-04-29T20:54:23.469Z Downloaded aho-corasick v1.1.4
12222026-04-29T20:54:23.472Z Downloaded schemars v1.2.1
12232026-04-29T20:54:23.478Z Downloaded xattr v1.6.1
12242026-04-29T20:54:23.481Z Downloaded whoami v2.1.0
12252026-04-29T20:54:23.481Z Downloaded blake3 v1.8.3
12262026-04-29T20:54:23.485Z Downloaded walkdir v2.5.0
12272026-04-29T20:54:23.489Z Downloaded unicode-properties v0.1.4
12282026-04-29T20:54:23.489Z Downloaded wyz v0.5.1
12292026-04-29T20:54:23.491Z Downloaded toml v0.7.8
12302026-04-29T20:54:23.492Z Downloaded tokio-rustls v0.24.1
12312026-04-29T20:54:23.496Z Downloaded xshell v0.2.7
12322026-04-29T20:54:23.503Z Downloaded vergen v9.0.6
12332026-04-29T20:54:23.509Z Downloaded toml v1.0.6+spec-1.1.0
12342026-04-29T20:54:23.512Z Downloaded zeroize v1.8.2
12352026-04-29T20:54:23.512Z Downloaded vergen-lib v0.1.6
12362026-04-29T20:54:23.512Z Downloaded tar v0.4.45
12372026-04-29T20:54:23.512Z Downloaded rand v0.9.2
12382026-04-29T20:54:23.515Z Downloaded zstd v0.13.3
12392026-04-29T20:54:23.518Z Downloaded russh v0.45.0
12402026-04-29T20:54:23.520Z Downloaded twox-hash v2.1.2
12412026-04-29T20:54:23.523Z Downloaded steno v0.4.1
12422026-04-29T20:54:23.523Z Downloaded rustyline v14.0.0
12432026-04-29T20:54:23.526Z Downloaded p521 v0.13.3
12442026-04-29T20:54:23.529Z Downloaded whoami v1.6.1
12452026-04-29T20:54:23.531Z Downloaded tungstenite v0.23.0
12462026-04-29T20:54:23.535Z Downloaded unicode-bidi v0.3.18
12472026-04-29T20:54:23.535Z Downloaded typify v0.6.2
12482026-04-29T20:54:23.537Z Downloaded tungstenite v0.21.0
12492026-04-29T20:54:23.537Z Downloaded toml v0.9.12+spec-1.1.0
12502026-04-29T20:54:23.540Z Downloaded typify v0.4.3
12512026-04-29T20:54:23.544Z Downloaded yasna v0.5.2
12522026-04-29T20:54:23.547Z Downloaded unsafe-libyaml v0.2.11
12532026-04-29T20:54:23.550Z Downloaded zerocopy v0.6.6
12542026-04-29T20:54:23.553Z Downloaded uuid v1.23.0
12552026-04-29T20:54:23.556Z Downloaded zstd-safe v7.2.4
12562026-04-29T20:54:23.558Z Downloaded toml_edit v0.23.10+spec-1.0.0
12572026-04-29T20:54:23.561Z Downloaded rpassword v7.4.0
12582026-04-29T20:54:23.564Z Downloaded curve25519-dalek v4.1.3
12592026-04-29T20:54:23.568Z Downloaded vte v0.14.1
12602026-04-29T20:54:23.571Z Downloaded reedline v0.40.0
12612026-04-29T20:54:23.574Z Downloaded tracing-core v0.1.36
12622026-04-29T20:54:23.580Z Downloaded tokio-postgres v0.7.16
12632026-04-29T20:54:23.596Z Downloaded ssh-key v0.6.7
12642026-04-29T20:54:23.603Z Downloaded zopfli v0.8.3
12652026-04-29T20:54:23.606Z Downloaded toml_edit v0.19.15
12662026-04-29T20:54:23.613Z Downloaded p384 v0.13.1
12672026-04-29T20:54:23.616Z Downloaded aws-lc-rs v1.16.0
12682026-04-29T20:54:23.622Z Downloaded yansi v1.0.1
12692026-04-29T20:54:23.626Z Downloaded reqwest v0.12.28
12702026-04-29T20:54:23.631Z Downloaded zip v0.6.6
12712026-04-29T20:54:23.634Z Downloaded unicode_categories v0.1.1
12722026-04-29T20:54:23.634Z Downloaded reqwest v0.13.2
12732026-04-29T20:54:23.650Z Downloaded git2 v0.20.4
12742026-04-29T20:54:23.655Z Downloaded regex v1.12.3
12752026-04-29T20:54:23.659Z Downloaded lalrpop v0.19.12
12762026-04-29T20:54:23.665Z Downloaded quick-xml v0.37.5
12772026-04-29T20:54:23.679Z Downloaded zerocopy-derive v0.8.40
12782026-04-29T20:54:23.684Z Downloaded typed-path v0.9.3
12792026-04-29T20:54:23.688Z Downloaded rustls-webpki v0.101.7
12802026-04-29T20:54:23.696Z Downloaded moka v0.12.13
12812026-04-29T20:54:23.701Z Downloaded rayon v1.11.0
12822026-04-29T20:54:23.706Z Downloaded goblin v0.10.5
12832026-04-29T20:54:23.710Z Downloaded unicode-segmentation v1.12.0
12842026-04-29T20:54:23.713Z Downloaded tower v0.5.3
12852026-04-29T20:54:23.716Z Downloaded portable-atomic v1.13.1
12862026-04-29T20:54:23.764Z Downloaded salty v0.3.0
12872026-04-29T20:54:23.770Z Downloaded x509-cert v0.2.5
12882026-04-29T20:54:23.770Z Downloaded tokio-util v0.7.18
12892026-04-29T20:54:23.770Z Downloaded proptest v1.10.0
12902026-04-29T20:54:23.770Z Downloaded tough v0.20.0
12912026-04-29T20:54:23.771Z Downloaded unicode-normalization v0.1.25
12922026-04-29T20:54:23.771Z Downloaded petname v2.0.2
12932026-04-29T20:54:23.771Z Downloaded object v0.30.4
12942026-04-29T20:54:23.771Z Downloaded tower-http v0.6.8
12952026-04-29T20:54:23.774Z Downloaded zip v4.6.1
12962026-04-29T20:54:23.774Z Downloaded rustls-webpki v0.102.8
12972026-04-29T20:54:23.784Z Downloaded serde_with v3.17.0
12982026-04-29T20:54:23.791Z Downloaded nix v0.27.1
12992026-04-29T20:54:23.798Z Downloaded radix_trie v0.2.1
13002026-04-29T20:54:23.805Z Downloaded winnow v0.5.40
13012026-04-29T20:54:23.813Z Downloaded winnow v0.6.26
13022026-04-29T20:54:23.818Z Downloaded bstr v1.12.1
13032026-04-29T20:54:23.827Z Downloaded nix v0.28.0
13042026-04-29T20:54:23.833Z Downloaded openssl v0.10.75
13052026-04-29T20:54:23.838Z Downloaded polar-core v0.27.3
13062026-04-29T20:54:23.854Z Downloaded quinn-proto v0.11.13
13072026-04-29T20:54:23.857Z Downloaded nix v0.29.0
13082026-04-29T20:54:23.865Z Downloaded tabled v0.20.0
13092026-04-29T20:54:23.877Z Downloaded regex-syntax v0.6.29
13102026-04-29T20:54:23.880Z Downloaded dropshot v0.17.0
13112026-04-29T20:54:23.892Z Downloaded time v0.3.47
13122026-04-29T20:54:23.899Z Downloaded object v0.37.3
13132026-04-29T20:54:23.904Z Downloaded dropshot v0.16.7
13142026-04-29T20:54:23.916Z Downloaded zlib-rs v0.6.2
13152026-04-29T20:54:23.919Z Downloaded regress v0.10.5
13162026-04-29T20:54:23.925Z Downloaded vcpkg v0.2.15
13172026-04-29T20:54:23.949Z Downloaded zerocopy v0.8.40
13182026-04-29T20:54:23.954Z Downloaded rustix v0.38.44
13192026-04-29T20:54:23.967Z Downloaded webpki-roots v1.0.6
13202026-04-29T20:54:23.970Z Downloaded nix v0.31.2
13212026-04-29T20:54:23.976Z Downloaded smoltcp v0.9.1
13222026-04-29T20:54:23.982Z Downloaded regress v0.11.1
13232026-04-29T20:54:23.987Z Downloaded smoltcp v0.11.0
13242026-04-29T20:54:23.994Z Downloaded rustls v0.22.4
13252026-04-29T20:54:24.001Z Downloaded hickory-proto v0.25.2
13262026-04-29T20:54:24.010Z Downloaded rustls v0.23.37
13272026-04-29T20:54:24.019Z Downloaded diesel v2.3.7
13282026-04-29T20:54:24.031Z Downloaded regex-syntax v0.8.10
13292026-04-29T20:54:24.036Z Downloaded sled v0.34.7
13302026-04-29T20:54:24.042Z Downloaded openapiv3 v2.2.0
13312026-04-29T20:54:24.049Z Downloaded hickory-proto v0.24.4
13322026-04-29T20:54:24.059Z Downloaded tracing v0.1.44
13332026-04-29T20:54:24.073Z Downloaded rustls v0.21.12
13342026-04-29T20:54:24.087Z Downloaded sqlparser v0.61.0
13352026-04-29T20:54:24.097Z Downloaded bzip2-sys v0.1.13+1.0.8
13362026-04-29T20:54:24.105Z Downloaded zerocopy-derive v0.6.6
13372026-04-29T20:54:24.112Z Downloaded regex-automata v0.4.14
13382026-04-29T20:54:24.122Z Downloaded chrono-tz v0.10.4
13392026-04-29T20:54:24.132Z Downloaded typify-impl v0.6.2
13402026-04-29T20:54:24.140Z Downloaded typify-impl v0.4.3
13412026-04-29T20:54:24.150Z Downloaded petgraph v0.6.5
13422026-04-29T20:54:24.161Z Downloaded ratatui v0.29.0
13432026-04-29T20:54:24.173Z Downloaded petgraph v0.8.3
13442026-04-29T20:54:24.209Z Downloaded jiff v0.2.21
13452026-04-29T20:54:24.235Z Downloaded csv v1.4.0
13462026-04-29T20:54:24.263Z Downloaded libz-sys v1.1.24
13472026-04-29T20:54:24.277Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13482026-04-29T20:54:24.287Z Downloaded sha3 v0.10.8
13492026-04-29T20:54:24.296Z Downloaded tokio v1.52.1
13502026-04-29T20:54:24.321Z Downloaded ring v0.17.14
13512026-04-29T20:54:24.366Z Downloaded encoding_rs v0.8.35
13522026-04-29T20:54:24.400Z Downloaded libgit2-sys v0.18.3+1.9.2
13532026-04-29T20:54:24.864Z Downloaded aws-lc-sys v0.37.1
13542026-04-29T20:54:25.109Z Compiling libc v0.2.185
13552026-04-29T20:54:25.110Z Compiling serde v1.0.228
13562026-04-29T20:54:25.113Z Compiling find-msvc-tools v0.1.9
13572026-04-29T20:54:25.113Z Compiling log v0.4.29
13582026-04-29T20:54:25.113Z Compiling shlex v1.3.0
13592026-04-29T20:54:25.113Z Compiling smallvec v1.15.1
13602026-04-29T20:54:25.113Z Compiling syn v2.0.117
13612026-04-29T20:54:25.113Z Compiling typenum v1.19.0
13622026-04-29T20:54:25.450Z Compiling generic-array v0.14.7
13632026-04-29T20:54:25.477Z Compiling subtle v2.6.1
13642026-04-29T20:54:25.513Z Compiling scopeguard v1.2.0
13652026-04-29T20:54:25.565Z Compiling const-oid v0.9.6
13662026-04-29T20:54:25.579Z Compiling portable-atomic v1.13.1
13672026-04-29T20:54:25.620Z Compiling lock_api v0.4.14
13682026-04-29T20:54:25.646Z Compiling zerocopy v0.8.40
13692026-04-29T20:54:25.706Z Compiling critical-section v1.2.0
13702026-04-29T20:54:25.812Z Compiling serde_json v1.0.149
13712026-04-29T20:54:25.839Z Compiling parking_lot_core v0.9.12
13722026-04-29T20:54:26.024Z Compiling pin-project-lite v0.2.17
13732026-04-29T20:54:26.086Z Compiling getrandom v0.2.17
13742026-04-29T20:54:26.101Z Compiling jobserver v0.1.34
13752026-04-29T20:54:26.114Z Compiling errno v0.3.14
13762026-04-29T20:54:26.191Z Compiling pkg-config v0.3.32
13772026-04-29T20:54:26.257Z Compiling rand_core v0.6.4
13782026-04-29T20:54:26.272Z Compiling signal-hook-registry v1.4.8
13792026-04-29T20:54:26.309Z Compiling cc v1.2.56
13802026-04-29T20:54:26.527Z Compiling once_cell v1.21.3
13812026-04-29T20:54:26.541Z Compiling bitflags v2.11.0
13822026-04-29T20:54:26.615Z Compiling libm v0.2.16
13832026-04-29T20:54:26.732Z Compiling parking_lot v0.12.5
13842026-04-29T20:54:26.746Z Compiling mio v1.2.0
13852026-04-29T20:54:26.746Z Compiling num-traits v0.2.19
13862026-04-29T20:54:26.819Z Compiling futures-core v0.3.32
13872026-04-29T20:54:26.928Z Compiling percent-encoding v2.3.2
13882026-04-29T20:54:27.094Z Compiling socket2 v0.6.3
13892026-04-29T20:54:27.108Z Compiling cpufeatures v0.2.17
13902026-04-29T20:54:27.122Z Compiling futures-sink v0.3.32
13912026-04-29T20:54:27.183Z Compiling slab v0.4.12
13922026-04-29T20:54:27.198Z Compiling futures-io v0.3.32
13932026-04-29T20:54:27.225Z Compiling futures-channel v0.3.32
13942026-04-29T20:54:27.265Z Compiling futures-task v0.3.32
13952026-04-29T20:54:27.363Z Compiling getrandom v0.4.1
13962026-04-29T20:54:27.377Z Compiling rustversion v1.0.22
13972026-04-29T20:54:27.430Z Compiling rand_core v0.10.0
13982026-04-29T20:54:27.475Z Compiling getrandom v0.3.4
13992026-04-29T20:54:27.508Z Compiling indexmap v2.14.0
14002026-04-29T20:54:27.596Z Compiling form_urlencoded v1.2.2
14012026-04-29T20:54:27.839Z Compiling cmake v0.1.57
14022026-04-29T20:54:27.955Z Compiling synstructure v0.13.2
14032026-04-29T20:54:28.050Z Compiling fs_extra v1.3.0
14042026-04-29T20:54:28.138Z Compiling ident_case v1.0.1
14052026-04-29T20:54:28.337Z Compiling dunce v1.0.5
14062026-04-29T20:54:28.347Z Compiling base64ct v1.8.3
14072026-04-29T20:54:28.350Z Compiling flagset v0.4.7
14082026-04-29T20:54:28.430Z Compiling rand_core v0.9.5
14092026-04-29T20:54:28.430Z Compiling aws-lc-sys v0.37.1
14102026-04-29T20:54:28.492Z Compiling rustix v1.1.3
14112026-04-29T20:54:28.507Z Compiling iana-time-zone v0.1.65
14122026-04-29T20:54:28.523Z Compiling uuid v1.23.0
14132026-04-29T20:54:28.600Z Compiling pem-rfc7468 v0.7.0
14142026-04-29T20:54:28.645Z Compiling ring v0.17.14
14152026-04-29T20:54:28.705Z Compiling rustc_version v0.4.1
14162026-04-29T20:54:28.719Z Compiling vcpkg v0.2.15
14172026-04-29T20:54:28.913Z Compiling regex-syntax v0.8.10
14182026-04-29T20:54:29.038Z Compiling aws-lc-rs v1.16.0
14192026-04-29T20:54:29.232Z Compiling tracing-core v0.1.36
14202026-04-29T20:54:29.331Z Compiling pest_generator v2.8.6
14212026-04-29T20:54:29.466Z Compiling openssl-sys v0.9.111
14222026-04-29T20:54:29.779Z Compiling serde_derive v1.0.228
14232026-04-29T20:54:29.796Z Compiling zeroize_derive v1.4.3
14242026-04-29T20:54:29.997Z Compiling zerofrom-derive v0.1.6
14252026-04-29T20:54:30.067Z Compiling yoke-derive v0.8.1
14262026-04-29T20:54:30.255Z Compiling zerocopy-derive v0.8.40
14272026-04-29T20:54:30.450Z Compiling zeroize v1.8.2
14282026-04-29T20:54:31.223Z Compiling crypto-common v0.1.7
14292026-04-29T20:54:31.250Z Compiling block-buffer v0.10.4
14302026-04-29T20:54:31.304Z Compiling zerovec-derive v0.11.2
14312026-04-29T20:54:31.375Z Compiling displaydoc v0.2.5
14322026-04-29T20:54:31.417Z Compiling digest v0.10.7
14332026-04-29T20:54:31.427Z Compiling zerofrom v0.1.6
14342026-04-29T20:54:31.555Z Compiling yoke v0.8.1
14352026-04-29T20:54:31.666Z Compiling tokio-macros v2.7.0
14362026-04-29T20:54:31.743Z Compiling hmac v0.12.1
14372026-04-29T20:54:31.911Z Compiling futures-macro v0.3.32
14382026-04-29T20:54:32.119Z Compiling zerotrie v0.2.3
14392026-04-29T20:54:32.425Z Compiling block-padding v0.3.3
14402026-04-29T20:54:32.430Z Compiling sha2 v0.10.9
14412026-04-29T20:54:32.436Z Compiling zerovec v0.11.5
14422026-04-29T20:54:32.538Z Compiling inout v0.1.4
14432026-04-29T20:54:32.694Z Compiling futures-util v0.3.32
14442026-04-29T20:54:32.709Z Compiling cipher v0.4.4
14452026-04-29T20:54:32.919Z Compiling tinystr v0.8.2
14462026-04-29T20:54:32.966Z Compiling potential_utf v0.1.4
14472026-04-29T20:54:33.118Z Compiling icu_locale_core v2.1.1
14482026-04-29T20:54:33.153Z Compiling icu_collections v2.1.1
14492026-04-29T20:54:33.304Z Compiling bytes v1.11.1
14502026-04-29T20:54:33.399Z Compiling der_derive v0.7.3
14512026-04-29T20:54:33.676Z Compiling chrono v0.4.44
14522026-04-29T20:54:33.836Z Compiling tokio v1.52.1
14532026-04-29T20:54:33.932Z Compiling icu_provider v2.1.1
14542026-04-29T20:54:34.035Z Compiling http v1.4.0
14552026-04-29T20:54:34.223Z Compiling icu_properties v2.1.2
14562026-04-29T20:54:34.352Z Compiling icu_normalizer v2.1.1
14572026-04-29T20:54:34.703Z Compiling ppv-lite86 v0.2.21
14582026-04-29T20:54:34.884Z Compiling der v0.7.10
14592026-04-29T20:54:34.929Z Compiling salsa20 v0.10.2
14602026-04-29T20:54:35.002Z Compiling pbkdf2 v0.12.2
14612026-04-29T20:54:35.020Z Compiling thiserror-impl v2.0.18
14622026-04-29T20:54:35.047Z Compiling rand_chacha v0.9.0
14632026-04-29T20:54:35.062Z Compiling idna_adapter v1.2.1
14642026-04-29T20:54:35.112Z Compiling scrypt v0.11.0
14652026-04-29T20:54:35.195Z Compiling idna v1.1.0
14662026-04-29T20:54:35.303Z Compiling aes v0.8.4
14672026-04-29T20:54:35.362Z Compiling cbc v0.1.2
14682026-04-29T20:54:35.511Z Compiling url v2.5.8
14692026-04-29T20:54:35.730Z Compiling spki v0.7.3
14702026-04-29T20:54:35.844Z Compiling rustls-pki-types v1.14.0
14712026-04-29T20:54:35.933Z Compiling tracing-attributes v0.1.31
14722026-04-29T20:54:36.049Z Compiling pkcs5 v0.7.1
14732026-04-29T20:54:36.267Z Compiling rand v0.9.2
14742026-04-29T20:54:36.289Z Compiling http-body v1.0.1
14752026-04-29T20:54:36.316Z Compiling thiserror v2.0.18
14762026-04-29T20:54:36.408Z Compiling serde_derive_internals v0.29.1
14772026-04-29T20:54:36.422Z Compiling untrusted v0.7.1
14782026-04-29T20:54:36.437Z Compiling httparse v1.10.1
14792026-04-29T20:54:36.516Z Compiling base64 v0.22.1
14802026-04-29T20:54:36.542Z Compiling schemars v0.8.22
14812026-04-29T20:54:36.738Z Compiling openssl-probe v0.2.1
14822026-04-29T20:54:36.765Z Compiling untrusted v0.9.0
14832026-04-29T20:54:36.911Z Compiling pkcs8 v0.10.2
14842026-04-29T20:54:36.927Z Compiling pest_derive v2.8.6
14852026-04-29T20:54:37.047Z Compiling scroll_derive v0.13.1
14862026-04-29T20:54:37.208Z Compiling tracing v0.1.44
14872026-04-29T20:54:37.208Z Compiling darling_core v0.20.11
14882026-04-29T20:54:37.284Z Compiling schemars_derive v0.8.22
14892026-04-29T20:54:37.344Z Compiling tower-layer v0.3.3
14902026-04-29T20:54:37.472Z Compiling tokio-util v0.7.18
14912026-04-29T20:54:37.503Z Compiling tower-service v0.3.3
14922026-04-29T20:54:37.601Z Compiling rustls v0.23.37
14932026-04-29T20:54:37.774Z Compiling tinyvec_macros v0.1.1
14942026-04-29T20:54:37.847Z Compiling dyn-clone v1.0.20
14952026-04-29T20:54:37.862Z Compiling try-lock v0.2.5
14962026-04-29T20:54:37.972Z Compiling atomic-waker v1.1.2
14972026-04-29T20:54:37.986Z Compiling want v0.3.1
14982026-04-29T20:54:38.098Z Compiling scroll v0.13.0
14992026-04-29T20:54:38.156Z Compiling h2 v0.4.13
15002026-04-29T20:54:38.419Z Compiling tinyvec v1.10.0
15012026-04-29T20:54:38.651Z Compiling ipnet v2.11.0
15022026-04-29T20:54:38.764Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15032026-04-29T20:54:38.806Z Compiling spin v0.9.8
15042026-04-29T20:54:39.016Z Compiling aho-corasick v1.1.4
15052026-04-29T20:54:39.151Z Compiling httpdate v1.0.3
15062026-04-29T20:54:39.154Z Compiling openssl v0.10.75
15072026-04-29T20:54:39.377Z Compiling num-conv v0.2.0
15082026-04-29T20:54:39.399Z Compiling pin-utils v0.1.0
15092026-04-29T20:54:39.457Z Compiling powerfmt v0.2.0
15102026-04-29T20:54:39.474Z Compiling time-core v0.1.8
15112026-04-29T20:54:39.504Z Compiling darling_macro v0.20.11
15122026-04-29T20:54:39.508Z Compiling foreign-types-shared v0.1.1
15132026-04-29T20:54:39.607Z Compiling crc32fast v1.5.0
15142026-04-29T20:54:39.623Z Compiling time-macros v0.2.27
15152026-04-29T20:54:39.658Z Compiling deranged v0.5.8
15162026-04-29T20:54:39.830Z Compiling regex-automata v0.4.14
15172026-04-29T20:54:39.918Z Compiling foreign-types v0.3.2
15182026-04-29T20:54:39.968Z Compiling darling v0.20.11
15192026-04-29T20:54:39.992Z Compiling tempfile v3.25.0
15202026-04-29T20:54:40.360Z Compiling goblin v0.10.5
15212026-04-29T20:54:40.661Z Compiling openssl-macros v0.1.1
15222026-04-29T20:54:40.706Z Compiling wait-timeout v0.2.1
15232026-04-29T20:54:40.972Z Compiling simd-adler32 v0.3.8
15242026-04-29T20:54:41.049Z Compiling syn v1.0.109
15252026-04-29T20:54:41.138Z Compiling hyper v1.8.1
15262026-04-29T20:54:41.213Z Compiling crossbeam-utils v0.8.21
15272026-04-29T20:54:41.354Z Compiling num_threads v0.1.7
15282026-04-29T20:54:41.455Z Compiling native-tls v0.2.18
15292026-04-29T20:54:41.495Z Compiling siphasher v1.0.2
15302026-04-29T20:54:41.658Z Compiling bit-vec v0.8.0
15312026-04-29T20:54:41.683Z Compiling quick-error v1.2.3
15322026-04-29T20:54:41.793Z Compiling usdt-impl v0.6.0
15332026-04-29T20:54:41.884Z Compiling bit-set v0.8.0
15342026-04-29T20:54:42.015Z Compiling rusty-fork v0.3.1
15352026-04-29T20:54:42.083Z Compiling time v0.3.47
15362026-04-29T20:54:42.327Z Compiling hyper-util v0.1.20
15372026-04-29T20:54:42.689Z Compiling derive_builder_core v0.20.2
15382026-04-29T20:54:43.602Z Compiling dof v0.4.0
15392026-04-29T20:54:43.861Z Compiling unicode-normalization v0.1.25
15402026-04-29T20:54:43.907Z Compiling dtrace-parser v0.3.0
15412026-04-29T20:54:44.116Z Compiling rustls-native-certs v0.8.3
15422026-04-29T20:54:44.362Z Compiling signature v2.2.0
15432026-04-29T20:54:44.403Z Compiling scroll_derive v0.12.1
15442026-04-29T20:54:44.496Z Compiling thiserror-impl v1.0.69
15452026-04-29T20:54:44.595Z Compiling heapless v0.7.17
15462026-04-29T20:54:44.652Z Compiling rand_xorshift v0.4.0
15472026-04-29T20:54:44.772Z Compiling slog v2.8.2
15482026-04-29T20:54:44.814Z Compiling darling_core v0.21.3
15492026-04-29T20:54:44.829Z Compiling bzip2-sys v0.1.13+1.0.8
15502026-04-29T20:54:44.952Z Compiling sync_wrapper v1.0.2
15512026-04-29T20:54:45.059Z Compiling thread-id v5.1.0
15522026-04-29T20:54:45.062Z Compiling cookie v0.18.1
15532026-04-29T20:54:45.088Z Compiling adler2 v2.0.1
15542026-04-29T20:54:45.102Z Compiling allocator-api2 v0.2.21
15552026-04-29T20:54:45.140Z Compiling unicode-bidi v0.3.18
15562026-04-29T20:54:45.212Z Compiling anyhow v1.0.102
15572026-04-29T20:54:45.245Z Compiling signal-hook v0.3.18
15582026-04-29T20:54:45.417Z Compiling unarray v0.1.4
15592026-04-29T20:54:45.420Z Compiling unicode-properties v0.1.4
15602026-04-29T20:54:45.514Z Compiling zstd-safe v7.2.4
15612026-04-29T20:54:45.543Z Compiling paste v1.0.15
15622026-04-29T20:54:45.623Z Compiling stringprep v0.1.5
15632026-04-29T20:54:45.670Z Compiling proptest v1.10.0
15642026-04-29T20:54:45.749Z Compiling thiserror v1.0.69
15652026-04-29T20:54:45.886Z Compiling miniz_oxide v0.8.9
15662026-04-29T20:54:46.068Z Compiling scroll v0.12.0
15672026-04-29T20:54:46.332Z Compiling tower v0.5.3
15682026-04-29T20:54:46.532Z Compiling derive_builder_macro v0.20.2
15692026-04-29T20:54:46.791Z Compiling ipnetwork v0.21.1
15702026-04-29T20:54:46.820Z Compiling http-body-util v0.1.3
15712026-04-29T20:54:46.973Z Compiling webpki-roots v1.0.6
15722026-04-29T20:54:47.062Z Compiling rand_chacha v0.3.1
15732026-04-29T20:54:47.093Z Compiling serde_tokenstream v0.2.3
15742026-04-29T20:54:47.162Z Compiling erased-serde v0.3.31
15752026-04-29T20:54:47.180Z Compiling toml_datetime v0.6.11
15762026-04-29T20:54:47.285Z Compiling darling_macro v0.21.3
15772026-04-29T20:54:47.399Z Compiling serde_spanned v0.6.9
15782026-04-29T20:54:47.435Z Compiling md-5 v0.10.6
15792026-04-29T20:54:47.548Z Compiling zerocopy-derive v0.7.35
15802026-04-29T20:54:47.606Z Compiling curve25519-dalek v4.1.3
15812026-04-29T20:54:47.640Z Compiling vergen-lib v0.1.6
15822026-04-29T20:54:47.762Z Compiling num-integer v0.1.46
15832026-04-29T20:54:47.824Z Compiling hash32 v0.2.1
15842026-04-29T20:54:47.855Z Compiling ff v0.13.1
15852026-04-29T20:54:47.942Z Compiling memoffset v0.9.1
15862026-04-29T20:54:47.991Z Compiling ryu v1.0.23
15872026-04-29T20:54:48.018Z Compiling fallible-iterator v0.2.0
15882026-04-29T20:54:48.081Z Compiling zlib-rs v0.6.2
15892026-04-29T20:54:48.130Z Compiling num-bigint-dig v0.8.6
15902026-04-29T20:54:48.221Z Compiling base16ct v0.2.0
15912026-04-29T20:54:48.360Z Compiling ref-cast v1.0.25
15922026-04-29T20:54:48.392Z Compiling iri-string v0.7.10
15932026-04-29T20:54:48.407Z Compiling smoltcp v0.9.1
15942026-04-29T20:54:48.480Z Compiling rustix v0.38.44
15952026-04-29T20:54:48.663Z Compiling psl-types v2.0.11
15962026-04-29T20:54:48.741Z Compiling cfg_aliases v0.2.1
15972026-04-29T20:54:48.788Z Compiling litrs v1.0.0
15982026-04-29T20:54:48.817Z Compiling nix v0.31.2
15992026-04-29T20:54:48.925Z Compiling publicsuffix v2.3.0
16002026-04-29T20:54:49.166Z Compiling zerocopy v0.7.35
16012026-04-29T20:54:49.202Z Compiling postgres-protocol v0.6.10
16022026-04-29T20:54:49.295Z Compiling document-features v0.2.12
16032026-04-29T20:54:49.717Z Compiling tower-http v0.6.8
16042026-04-29T20:54:49.751Z Compiling sec1 v0.7.3
16052026-04-29T20:54:49.880Z Compiling serde_urlencoded v0.7.1
16062026-04-29T20:54:49.962Z Compiling num-iter v0.1.45
16072026-04-29T20:54:50.082Z Compiling group v0.13.0
16082026-04-29T20:54:50.121Z Compiling newtype-uuid v1.3.2
16092026-04-29T20:54:50.207Z Compiling darling v0.21.3
16102026-04-29T20:54:50.291Z Compiling rand v0.8.5
16112026-04-29T20:54:50.429Z Compiling hubpack_derive v0.1.1
16122026-04-29T20:54:50.446Z Compiling oxnet v0.1.4
16132026-04-29T20:54:50.473Z Compiling derive_builder v0.20.2
16142026-04-29T20:54:50.601Z Compiling tokio-native-tls v0.3.1
16152026-04-29T20:54:50.770Z Compiling goblin v0.8.2
16162026-04-29T20:54:50.942Z Compiling flate2 v1.1.9
16172026-04-29T20:54:51.299Z Compiling regex v1.12.3
16182026-04-29T20:54:51.348Z Compiling phf_shared v0.13.1
16192026-04-29T20:54:51.393Z Compiling lazy_static v1.5.0
16202026-04-29T20:54:51.422Z Compiling cargo-platform v0.1.9
16212026-04-29T20:54:51.489Z Compiling hkdf v0.12.4
16222026-04-29T20:54:51.588Z Compiling crypto-bigint v0.5.5
16232026-04-29T20:54:51.653Z Compiling terminal_size v0.4.3
16242026-04-29T20:54:51.668Z Compiling strum_macros v0.27.2
16252026-04-29T20:54:51.673Z Compiling daft-derive v0.1.5
16262026-04-29T20:54:51.725Z Compiling curve25519-dalek-derive v0.1.1
16272026-04-29T20:54:51.794Z Compiling ref-cast-impl v1.0.25
16282026-04-29T20:54:52.323Z Compiling async-trait v0.1.89
16292026-04-29T20:54:52.366Z Compiling vergen v9.0.6
16302026-04-29T20:54:52.384Z Compiling fs-err v3.3.0
16312026-04-29T20:54:52.545Z Compiling ahash v0.8.12
16322026-04-29T20:54:52.573Z Compiling unicode-segmentation v1.12.0
16332026-04-29T20:54:52.748Z Compiling bumpalo v3.20.2
16342026-04-29T20:54:52.957Z Compiling winnow v0.5.40
16352026-04-29T20:54:53.004Z Compiling managed v0.8.0
16362026-04-29T20:54:53.221Z Compiling foldhash v0.2.0
16372026-04-29T20:54:53.368Z Compiling object v0.37.3
16382026-04-29T20:54:53.447Z Compiling bitflags v1.3.2
16392026-04-29T20:54:53.529Z Compiling foldhash v0.1.5
16402026-04-29T20:54:53.641Z Compiling libbz2-rs-sys v0.2.2
16412026-04-29T20:54:53.644Z Compiling strum v0.27.2
16422026-04-29T20:54:53.702Z Compiling hashbrown v0.15.5
16432026-04-29T20:54:53.799Z Compiling clap_builder v4.5.60
16442026-04-29T20:54:54.252Z Compiling bzip2 v0.6.1
16452026-04-29T20:54:54.267Z Compiling hashbrown v0.16.1
16462026-04-29T20:54:54.333Z Compiling toml_edit v0.19.15
16472026-04-29T20:54:54.433Z Compiling zopfli v0.8.3
16482026-04-29T20:54:54.461Z Compiling dof v0.3.0
16492026-04-29T20:54:54.764Z Compiling elliptic-curve v0.13.8
16502026-04-29T20:54:54.853Z Compiling daft v0.1.5
16512026-04-29T20:54:55.158Z Compiling cargo_metadata v0.19.2
16522026-04-29T20:54:55.174Z Compiling phf v0.13.1
16532026-04-29T20:54:55.330Z Compiling signal-hook-mio v0.2.5
16542026-04-29T20:54:55.448Z Compiling cookie_store v0.22.1
16552026-04-29T20:54:56.443Z Compiling zstd v0.13.3
16562026-04-29T20:54:56.462Z Compiling hubpack v0.1.2
16572026-04-29T20:54:56.576Z Compiling hyper-tls v0.6.0
16582026-04-29T20:54:56.680Z Compiling bzip2 v0.4.4
16592026-04-29T20:54:56.707Z Compiling serde_with_macros v3.17.0
16602026-04-29T20:54:56.801Z Compiling postgres-types v0.2.12
16612026-04-29T20:54:56.886Z Compiling usdt-macro v0.6.0
16622026-04-29T20:54:56.926Z Compiling usdt-attr-macro v0.6.0
16632026-04-29T20:54:57.347Z Compiling dtrace-parser v0.2.0
16642026-04-29T20:54:57.619Z Compiling ed25519 v2.2.3
16652026-04-29T20:54:57.705Z Compiling bstr v1.12.1
16662026-04-29T20:54:57.820Z Compiling phf_shared v0.11.3
16672026-04-29T20:54:57.931Z Compiling pkcs1 v0.7.5
16682026-04-29T20:54:58.016Z Compiling hex v0.4.3
16692026-04-29T20:54:58.045Z Compiling serde-big-array v0.5.1
16702026-04-29T20:54:58.109Z Compiling rfc6979 v0.4.0
16712026-04-29T20:54:58.193Z Compiling serde_repr v0.1.20
16722026-04-29T20:54:58.273Z Compiling strum_macros v0.26.4
16732026-04-29T20:54:58.332Z Compiling enum-as-inner v0.6.1
16742026-04-29T20:54:58.369Z Compiling clap_derive v4.5.55
16752026-04-29T20:54:58.407Z Compiling float-cmp v0.10.0
16762026-04-29T20:54:58.555Z Compiling memmap2 v0.9.10
16772026-04-29T20:54:58.559Z Compiling thread-id v4.2.2
16782026-04-29T20:54:58.655Z Compiling env_filter v1.0.0
16792026-04-29T20:54:58.712Z Compiling encoding_rs v0.8.35
16802026-04-29T20:54:58.769Z Compiling fixedbitset v0.4.2
16812026-04-29T20:54:58.829Z Compiling static_assertions v1.1.0
16822026-04-29T20:54:58.906Z Compiling jiff v0.2.21
16832026-04-29T20:54:58.959Z Compiling precomputed-hash v0.1.1
16842026-04-29T20:54:58.985Z Compiling rustc-hash v2.1.1
16852026-04-29T20:54:59.051Z Compiling difflib v0.4.0
16862026-04-29T20:54:59.112Z Compiling new_debug_unreachable v1.0.6
16872026-04-29T20:54:59.190Z Compiling either v1.15.0
16882026-04-29T20:54:59.408Z Compiling whoami v2.1.0
16892026-04-29T20:54:59.622Z Compiling keccak v0.1.6
16902026-04-29T20:54:59.794Z Compiling normalize-line-endings v0.3.0
16912026-04-29T20:54:59.892Z Compiling mime v0.3.17
16922026-04-29T20:55:00.018Z Compiling predicates-core v1.0.10
16932026-04-29T20:55:00.141Z Compiling data-encoding v2.10.0
16942026-04-29T20:55:00.156Z Compiling fixedbitset v0.5.7
16952026-04-29T20:55:00.195Z Compiling clap v4.5.60
16962026-04-29T20:55:00.243Z Compiling predicates v3.1.4
16972026-04-29T20:55:00.277Z Compiling strum v0.26.3
16982026-04-29T20:55:00.416Z Compiling petgraph v0.8.3
16992026-04-29T20:55:00.431Z Compiling hickory-proto v0.25.2
17002026-04-29T20:55:00.454Z Compiling sha3 v0.10.8
17012026-04-29T20:55:00.800Z Compiling tokio-postgres v0.7.16
17022026-04-29T20:55:00.835Z Compiling itertools v0.13.0
17032026-04-29T20:55:00.887Z Compiling string_cache v0.8.9
17042026-04-29T20:55:00.907Z Compiling iddqd v0.3.18
17052026-04-29T20:55:01.118Z Compiling toml_edit v0.22.27
17062026-04-29T20:55:02.028Z Compiling zip v4.6.1
17072026-04-29T20:55:02.031Z Compiling petgraph v0.6.5
17082026-04-29T20:55:02.308Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17092026-04-29T20:55:02.985Z Compiling env_logger v0.11.9
17102026-04-29T20:55:02.985Z Compiling usdt v0.6.0
17112026-04-29T20:55:03.066Z Compiling usdt-impl v0.5.0
17122026-04-29T20:55:03.293Z Compiling serde_with v3.17.0
17132026-04-29T20:55:03.344Z Compiling ecdsa v0.16.9
17142026-04-29T20:55:03.555Z Compiling rsa v0.9.10
17152026-04-29T20:55:03.676Z Compiling similar v2.7.0
17162026-04-29T20:55:03.747Z Compiling ed25519-dalek v2.2.0
17172026-04-29T20:55:03.821Z Compiling crossterm v0.28.1
17182026-04-29T20:55:04.531Z Compiling zip v0.6.6
17192026-04-29T20:55:05.064Z Compiling toml v0.7.8
17202026-04-29T20:55:05.353Z Compiling toml_parser v1.0.9+spec-1.1.0
17212026-04-29T20:55:05.392Z Compiling heck v0.4.1
17222026-04-29T20:55:05.506Z Compiling crossbeam-epoch v0.9.18
17232026-04-29T20:55:05.616Z Compiling tokio-stream v0.1.18
17242026-04-29T20:55:05.646Z Compiling buf-list v1.1.2
17252026-04-29T20:55:05.816Z Compiling x509-cert v0.2.5
17262026-04-29T20:55:05.831Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17272026-04-29T20:55:05.916Z Compiling openapiv3 v2.2.0
17282026-04-29T20:55:05.975Z Compiling sha1 v0.10.6
17292026-04-29T20:55:06.069Z Compiling toml_datetime v0.7.5+spec-1.1.0
17302026-04-29T20:55:06.129Z Compiling lalrpop-util v0.19.12
17312026-04-29T20:55:06.196Z Compiling peg-runtime v0.8.5
17322026-04-29T20:55:06.322Z Compiling thread_local v1.1.9
17332026-04-29T20:55:06.357Z Compiling slog-async v2.8.0
17342026-04-29T20:55:06.478Z Compiling crossbeam-channel v0.5.15
17352026-04-29T20:55:06.575Z Compiling futures-executor v0.3.32
17362026-04-29T20:55:06.681Z Compiling filetime v0.2.27
17372026-04-29T20:55:06.837Z Compiling is-terminal v0.4.17
17382026-04-29T20:55:06.861Z Compiling xattr v1.6.1
17392026-04-29T20:55:06.877Z Compiling term v1.2.1
17402026-04-29T20:55:06.922Z Compiling take_mut v0.2.2
17412026-04-29T20:55:06.937Z Compiling futures v0.3.32
17422026-04-29T20:55:07.035Z Compiling tar v0.4.45
17432026-04-29T20:55:07.415Z Compiling slog-term v2.9.2
17442026-04-29T20:55:13.881Z Compiling rustls-webpki v0.103.9
17452026-04-29T20:55:16.652Z Compiling tokio-rustls v0.26.4
17462026-04-29T20:55:16.652Z Compiling rustls-platform-verifier v0.6.2
17472026-04-29T20:55:16.864Z Compiling hyper-rustls v0.27.7
17482026-04-29T20:55:17.066Z Compiling reqwest v0.12.28
17492026-04-29T20:55:17.066Z Compiling reqwest v0.13.2
17502026-04-29T20:55:19.164Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17512026-04-29T20:55:19.381Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17522026-04-29T20:55:22.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
17532026-04-29T20:55:22.358Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17542026-04-29T20:55:22.417ZApr 29 20:55:20.939 INFO Starting download, target: Console
17552026-04-29T20:55:22.417ZApr 29 20:55:20.940 INFO Starting download, target: Clickhouse
17562026-04-29T20:55:22.418ZApr 29 20:55:20.940 INFO Starting download, target: Cockroach
17572026-04-29T20:55:22.421ZApr 29 20:55:20.940 INFO Starting download, target: DendriteStub
17582026-04-29T20:55:22.421ZApr 29 20:55:20.940 INFO Starting download, target: MaghemiteMgd
17592026-04-29T20:55:22.421ZApr 29 20:55:20.940 INFO Starting download, target: TransceiverControl
17602026-04-29T20:55:22.421ZApr 29 20:55:20.940 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17612026-04-29T20:55:22.421ZApr 29 20:55:20.940 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17622026-04-29T20:55:22.421ZApr 29 20:55:20.940 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17632026-04-29T20:55:22.421ZApr 29 20:55:20.940 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17642026-04-29T20:55:22.421ZApr 29 20:55:20.940 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17652026-04-29T20:55:22.421ZApr 29 20:55:20.940 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17662026-04-29T20:55:22.722ZApr 29 20:55:21.244 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17672026-04-29T20:55:22.938ZApr 29 20:55:21.458 INFO Download complete, target: TransceiverControl
17682026-04-29T20:55:23.418ZApr 29 20:55:21.940 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17692026-04-29T20:55:23.652ZApr 29 20:55:22.174 INFO Download complete, target: Console
17702026-04-29T20:55:24.028ZApr 29 20:55:22.549 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17712026-04-29T20:55:24.243ZApr 29 20:55:22.764 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17722026-04-29T20:55:24.712ZApr 29 20:55:23.235 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17732026-04-29T20:55:24.712ZApr 29 20:55:23.235 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17742026-04-29T20:55:24.848ZApr 29 20:55:23.370 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17752026-04-29T20:55:26.427ZApr 29 20:55:24.949 INFO Download complete, target: DendriteStub
17762026-04-29T20:55:26.618ZApr 29 20:55:25.140 INFO Download complete, target: MaghemiteMgd
17772026-04-29T20:55:29.332ZApr 29 20:55:27.854 INFO Checking that binary works, target: Cockroach
17782026-04-29T20:55:29.429ZApr 29 20:55:27.951 INFO Download complete, target: Cockroach
17792026-04-29T20:55:31.602ZApr 29 20:55:30.123 INFO Checking that binary works, target: Clickhouse
17802026-04-29T20:55:31.698ZApr 29 20:55:30.220 INFO Download complete, target: Clickhouse
17812026-04-29T20:55:31.717ZAll builder prerequisites installed successfully, and PATH looks valid
17822026-04-29T20:55:31.720Z
17832026-04-29T20:55:31.720Zreal 2:55.746876958
17842026-04-29T20:55:31.720Zuser 7:14.590931865
17852026-04-29T20:55:31.720Zsys 1:24.631786585
17862026-04-29T20:55:31.720Ztrap 0.217365752
17872026-04-29T20:55:31.720Ztflt 0.663580675
17882026-04-29T20:55:31.720Zdflt 0.661192006
17892026-04-29T20:55:31.720Zkflt 0.048927273
17902026-04-29T20:55:31.720Zlock 21:49.780223352
17912026-04-29T20:55:31.720Zslp 21:15.686780956
17922026-04-29T20:55:31.721Zlat 44.580938924
17932026-04-29T20:55:31.721Zstop 2:03.683259077
17942026-04-29T20:55:31.721Z+ banner hack-check
17952026-04-29T20:55:31.721Z
17962026-04-29T20:55:31.721Z # # ## #### # # #### # # ###### #### # #
17972026-04-29T20:55:31.721Z # # # # # # # # # # # # # # # # #
17982026-04-29T20:55:31.721Z ###### # # # #### ##### # ###### ##### # ####
17992026-04-29T20:55:31.721Z # # ###### # # # # # # # # # #
18002026-04-29T20:55:31.721Z # # # # # # # # # # # # # # # # #
18012026-04-29T20:55:31.721Z # # # # #### # # #### # # ###### #### # #
18022026-04-29T20:55:31.721Z
18032026-04-29T20:55:31.721Z+ export CARGO_INCREMENTAL=0
18042026-04-29T20:55:31.721Z+ CARGO_INCREMENTAL=0
18052026-04-29T20:55:31.721Z+ ptime -m timeout 2h cargo xtask check-features --ci
18062026-04-29T20:55:32.258Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18072026-04-29T20:55:32.485Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18082026-04-29T20:55:34.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
18092026-04-29T20:55:34.414Z Running `target/debug/xtask check-features --ci`
18102026-04-29T20:55:34.445Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18112026-04-29T20:55:34.448Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18122026-04-29T20:55:34.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18132026-04-29T20:55:34.956Z Running `target/debug/xtask download cargo-hack`
18142026-04-29T20:55:35.734Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18152026-04-29T20:55:36.045Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18162026-04-29T20:55:38.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.53s
18172026-04-29T20:55:38.690Z Running `target/debug/xtask-downloader cargo-hack`
18182026-04-29T20:55:38.730ZApr 29 20:55:37.250 INFO Starting download, target: CargoHack
18192026-04-29T20:55:38.734ZApr 29 20:55:37.251 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18202026-04-29T20:55:39.194ZApr 29 20:55:37.715 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18212026-04-29T20:55:39.244ZApr 29 20:55:37.764 INFO Download complete, target: CargoHack
18222026-04-29T20:55:39.248Zrunning: "/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"
18232026-04-29T20:55:39.258Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18242026-04-29T20:55:39.408Zinfo: running `cargo check --bins` on api_identity (1/272)
18252026-04-29T20:55:39.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262026-04-29T20:55:39.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272026-04-29T20:55:39.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282026-04-29T20:55:39.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18292026-04-29T20:55:39.986Z
18302026-04-29T20:55:39.986Zinfo: running `cargo check --bins` on bootstore (2/272)
18312026-04-29T20:55:40.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322026-04-29T20:55:40.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332026-04-29T20:55:40.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342026-04-29T20:55:40.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18352026-04-29T20:55:40.561Z
18362026-04-29T20:55:40.561Zinfo: running `cargo check --bins` on omicron-ledger (3/272)
18372026-04-29T20:55:41.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382026-04-29T20:55:41.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392026-04-29T20:55:41.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402026-04-29T20:55:41.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18412026-04-29T20:55:41.136Z
18422026-04-29T20:55:41.136Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/272)
18432026-04-29T20:55:41.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-04-29T20:55:41.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-04-29T20:55:41.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-04-29T20:55:41.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18472026-04-29T20:55:41.712Z
18482026-04-29T20:55:41.712Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/272)
18492026-04-29T20:55:42.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-04-29T20:55:42.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-04-29T20:55:42.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-04-29T20:55:42.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18532026-04-29T20:55:42.296Z
18542026-04-29T20:55:42.296Zinfo: running `cargo check --bins` on omicron-certificates (6/272)
18552026-04-29T20:55:42.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-04-29T20:55:42.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-04-29T20:55:42.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-04-29T20:55:42.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18592026-04-29T20:55:42.880Z
18602026-04-29T20:55:42.881Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/272)
18612026-04-29T20:55:43.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-04-29T20:55:43.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-04-29T20:55:43.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-04-29T20:55:43.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18652026-04-29T20:55:43.466Z
18662026-04-29T20:55:43.466Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/272)
18672026-04-29T20:55:43.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-04-29T20:55:43.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-04-29T20:55:43.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-04-29T20:55:43.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18712026-04-29T20:55:44.055Z
18722026-04-29T20:55:44.055Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/272)
18732026-04-29T20:55:44.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-04-29T20:55:44.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-04-29T20:55:44.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-04-29T20:55:44.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18772026-04-29T20:55:44.524Z
18782026-04-29T20:55:44.524Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/272)
18792026-04-29T20:55:44.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-04-29T20:55:44.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-04-29T20:55:44.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-04-29T20:55:44.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18832026-04-29T20:55:44.991Z
18842026-04-29T20:55:44.991Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/272)
18852026-04-29T20:55:45.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-04-29T20:55:45.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-04-29T20:55:45.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-04-29T20:55:45.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18892026-04-29T20:55:45.458Z
18902026-04-29T20:55:45.458Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/272)
18912026-04-29T20:55:45.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-04-29T20:55:45.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-04-29T20:55:45.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-04-29T20:55:45.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18952026-04-29T20:55:45.926Z
18962026-04-29T20:55:45.926Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/272)
18972026-04-29T20:55:46.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-04-29T20:55:46.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-04-29T20:55:46.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-04-29T20:55:46.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19012026-04-29T20:55:46.392Z
19022026-04-29T20:55:46.392Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/272)
19032026-04-29T20:55:46.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-04-29T20:55:46.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-04-29T20:55:46.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-04-29T20:55:46.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19072026-04-29T20:55:46.859Z
19082026-04-29T20:55:46.859Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/272)
19092026-04-29T20:55:47.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-04-29T20:55:47.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-04-29T20:55:47.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-04-29T20:55:47.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19132026-04-29T20:55:47.319Z
19142026-04-29T20:55:47.319Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/272)
19152026-04-29T20:55:47.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-04-29T20:55:47.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-04-29T20:55:47.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-04-29T20:55:47.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19192026-04-29T20:55:47.782Z
19202026-04-29T20:55:47.782Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/272)
19212026-04-29T20:55:48.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-04-29T20:55:48.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-04-29T20:55:48.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-04-29T20:55:48.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19252026-04-29T20:55:48.250Z
19262026-04-29T20:55:48.250Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/272)
19272026-04-29T20:55:48.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-04-29T20:55:48.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-04-29T20:55:48.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-04-29T20:55:48.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19312026-04-29T20:55:48.722Z
19322026-04-29T20:55:48.722Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/272)
19332026-04-29T20:55:49.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-04-29T20:55:49.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-04-29T20:55:49.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-04-29T20:55:49.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19372026-04-29T20:55:49.187Z
19382026-04-29T20:55:49.187Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/272)
19392026-04-29T20:55:49.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-04-29T20:55:49.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-04-29T20:55:49.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-04-29T20:55:49.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19432026-04-29T20:55:49.655Z
19442026-04-29T20:55:49.655Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/272)
19452026-04-29T20:55:50.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-04-29T20:55:50.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-04-29T20:55:50.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-04-29T20:55:50.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19492026-04-29T20:55:50.124Z
19502026-04-29T20:55:50.124Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/272)
19512026-04-29T20:55:50.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-04-29T20:55:50.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-04-29T20:55:50.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-04-29T20:55:50.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19552026-04-29T20:55:50.590Z
19562026-04-29T20:55:50.590Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/272)
19572026-04-29T20:55:51.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-04-29T20:55:51.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-04-29T20:55:51.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-04-29T20:55:51.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19612026-04-29T20:55:51.065Z
19622026-04-29T20:55:51.065Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/272)
19632026-04-29T20:55:51.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-04-29T20:55:51.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-04-29T20:55:51.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-04-29T20:55:51.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19672026-04-29T20:55:51.532Z
19682026-04-29T20:55:51.532Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/272)
19692026-04-29T20:55:51.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-04-29T20:55:51.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-04-29T20:55:51.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-04-29T20:55:51.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19732026-04-29T20:55:52.003Z
19742026-04-29T20:55:52.003Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/272)
19752026-04-29T20:55:52.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-04-29T20:55:52.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-04-29T20:55:52.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-04-29T20:55:52.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19792026-04-29T20:55:52.477Z
19802026-04-29T20:55:52.477Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/272)
19812026-04-29T20:55:52.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-04-29T20:55:52.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-04-29T20:55:52.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-04-29T20:55:52.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19852026-04-29T20:55:52.941Z
19862026-04-29T20:55:52.941Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/272)
19872026-04-29T20:55:53.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-04-29T20:55:53.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-04-29T20:55:53.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-04-29T20:55:53.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19912026-04-29T20:55:53.402Z
19922026-04-29T20:55:53.402Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/272)
19932026-04-29T20:55:53.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-04-29T20:55:53.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-04-29T20:55:53.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-04-29T20:55:53.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19972026-04-29T20:55:53.867Z
19982026-04-29T20:55:53.867Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/272)
19992026-04-29T20:55:54.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-04-29T20:55:54.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-04-29T20:55:54.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-04-29T20:55:54.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20032026-04-29T20:55:54.328Z
20042026-04-29T20:55:54.328Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/272)
20052026-04-29T20:55:54.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-04-29T20:55:54.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-04-29T20:55:54.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-04-29T20:55:54.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20092026-04-29T20:55:54.789Z
20102026-04-29T20:55:54.789Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/272)
20112026-04-29T20:55:55.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-04-29T20:55:55.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-04-29T20:55:55.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-04-29T20:55:55.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20152026-04-29T20:55:55.252Z
20162026-04-29T20:55:55.252Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/272)
20172026-04-29T20:55:55.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-04-29T20:55:55.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-04-29T20:55:55.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-04-29T20:55:55.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20212026-04-29T20:55:55.717Z
20222026-04-29T20:55:55.717Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/272)
20232026-04-29T20:55:56.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-04-29T20:55:56.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-04-29T20:55:56.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-04-29T20:55:56.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20272026-04-29T20:55:56.180Z
20282026-04-29T20:55:56.180Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/272)
20292026-04-29T20:55:56.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-04-29T20:55:56.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-04-29T20:55:56.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-04-29T20:55:56.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20332026-04-29T20:55:56.643Z
20342026-04-29T20:55:56.644Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/272)
20352026-04-29T20:55:57.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-04-29T20:55:57.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-04-29T20:55:57.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-04-29T20:55:57.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20392026-04-29T20:55:57.104Z
20402026-04-29T20:55:57.104Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/272)
20412026-04-29T20:55:57.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-04-29T20:55:57.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-04-29T20:55:57.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-04-29T20:55:57.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20452026-04-29T20:55:57.567Z
20462026-04-29T20:55:57.567Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/272)
20472026-04-29T20:55:57.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-04-29T20:55:57.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-04-29T20:55:57.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-04-29T20:55:57.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20512026-04-29T20:55:58.027Z
20522026-04-29T20:55:58.027Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/272)
20532026-04-29T20:55:58.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-04-29T20:55:58.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-04-29T20:55:58.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-04-29T20:55:58.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20572026-04-29T20:55:58.491Z
20582026-04-29T20:55:58.491Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/272)
20592026-04-29T20:55:58.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-04-29T20:55:58.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-04-29T20:55:58.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-04-29T20:55:58.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20632026-04-29T20:55:58.951Z
20642026-04-29T20:55:58.951Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/272)
20652026-04-29T20:55:59.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-04-29T20:55:59.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-04-29T20:55:59.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-04-29T20:55:59.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20692026-04-29T20:55:59.412Z
20702026-04-29T20:55:59.412Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/272)
20712026-04-29T20:55:59.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-04-29T20:55:59.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-04-29T20:55:59.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-04-29T20:55:59.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20752026-04-29T20:55:59.876Z
20762026-04-29T20:55:59.877Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/272)
20772026-04-29T20:56:00.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-04-29T20:56:00.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-04-29T20:56:00.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-04-29T20:56:00.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20812026-04-29T20:56:00.341Z
20822026-04-29T20:56:00.342Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/272)
20832026-04-29T20:56:00.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-04-29T20:56:00.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-04-29T20:56:00.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-04-29T20:56:00.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20872026-04-29T20:56:00.807Z
20882026-04-29T20:56:00.807Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/272)
20892026-04-29T20:56:01.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-04-29T20:56:01.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-04-29T20:56:01.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-04-29T20:56:01.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20932026-04-29T20:56:01.275Z
20942026-04-29T20:56:01.275Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/272)
20952026-04-29T20:56:01.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-04-29T20:56:01.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-04-29T20:56:01.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-04-29T20:56:01.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20992026-04-29T20:56:01.747Z
21002026-04-29T20:56:01.747Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/272)
21012026-04-29T20:56:02.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-04-29T20:56:02.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-04-29T20:56:02.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-04-29T20:56:02.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21052026-04-29T20:56:02.213Z
21062026-04-29T20:56:02.213Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/272)
21072026-04-29T20:56:02.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-04-29T20:56:02.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-04-29T20:56:02.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-04-29T20:56:02.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21112026-04-29T20:56:02.680Z
21122026-04-29T20:56:02.681Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/272)
21132026-04-29T20:56:03.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-04-29T20:56:03.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-04-29T20:56:03.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162026-04-29T20:56:03.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21172026-04-29T20:56:03.311Z
21182026-04-29T20:56:03.311Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/272)
21192026-04-29T20:56:03.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202026-04-29T20:56:03.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212026-04-29T20:56:03.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222026-04-29T20:56:03.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21232026-04-29T20:56:03.934Z
21242026-04-29T20:56:03.934Zinfo: running `cargo check --bins` on nexus-config (51/272)
21252026-04-29T20:56:04.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262026-04-29T20:56:04.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272026-04-29T20:56:04.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282026-04-29T20:56:04.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21292026-04-29T20:56:04.558Z
21302026-04-29T20:56:04.558Zinfo: running `cargo check --bins` on nexus-types (52/272)
21312026-04-29T20:56:05.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322026-04-29T20:56:05.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332026-04-29T20:56:05.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342026-04-29T20:56:05.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21352026-04-29T20:56:05.185Z
21362026-04-29T20:56:05.185Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/272)
21372026-04-29T20:56:05.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382026-04-29T20:56:05.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392026-04-29T20:56:05.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402026-04-29T20:56:05.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21412026-04-29T20:56:05.779Z
21422026-04-29T20:56:05.779Zinfo: running `cargo check --bins` on omicron-passwords (54/272)
21432026-04-29T20:56:06.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442026-04-29T20:56:06.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452026-04-29T20:56:06.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462026-04-29T20:56:06.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21472026-04-29T20:56:06.357Z
21482026-04-29T20:56:06.357Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/272)
21492026-04-29T20:56:06.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502026-04-29T20:56:06.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512026-04-29T20:56:06.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522026-04-29T20:56:06.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21532026-04-29T20:56:06.955Z
21542026-04-29T20:56:06.955Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/272)
21552026-04-29T20:56:07.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562026-04-29T20:56:07.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572026-04-29T20:56:07.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582026-04-29T20:56:07.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21592026-04-29T20:56:07.552Z
21602026-04-29T20:56:07.552Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/272)
21612026-04-29T20:56:08.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622026-04-29T20:56:08.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632026-04-29T20:56:08.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642026-04-29T20:56:08.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21652026-04-29T20:56:08.150Z
21662026-04-29T20:56:08.150Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/272)
21672026-04-29T20:56:08.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682026-04-29T20:56:08.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692026-04-29T20:56:08.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702026-04-29T20:56:08.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21712026-04-29T20:56:08.751Z
21722026-04-29T20:56:08.751Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/272)
21732026-04-29T20:56:09.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742026-04-29T20:56:09.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752026-04-29T20:56:09.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762026-04-29T20:56:09.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21772026-04-29T20:56:09.331Z
21782026-04-29T20:56:09.331Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/272)
21792026-04-29T20:56:09.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802026-04-29T20:56:09.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812026-04-29T20:56:09.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822026-04-29T20:56:09.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21832026-04-29T20:56:09.910Z
21842026-04-29T20:56:09.910Zinfo: running `cargo check --bins --no-default-features` on gfss (61/272)
21852026-04-29T20:56:10.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862026-04-29T20:56:10.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872026-04-29T20:56:10.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882026-04-29T20:56:10.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21892026-04-29T20:56:10.488Z
21902026-04-29T20:56:10.488Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/272)
21912026-04-29T20:56:10.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922026-04-29T20:56:10.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932026-04-29T20:56:10.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21942026-04-29T20:56:10.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21952026-04-29T20:56:11.066Z
21962026-04-29T20:56:11.066Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/272)
21972026-04-29T20:56:11.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21982026-04-29T20:56:11.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21992026-04-29T20:56:11.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22002026-04-29T20:56:11.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22012026-04-29T20:56:11.660Z
22022026-04-29T20:56:11.660Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/272)
22032026-04-29T20:56:12.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22042026-04-29T20:56:12.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22052026-04-29T20:56:12.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22062026-04-29T20:56:12.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22072026-04-29T20:56:12.253Z
22082026-04-29T20:56:12.253Zinfo: running `cargo check --bins` on cockroach-admin-types (65/272)
22092026-04-29T20:56:12.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22102026-04-29T20:56:12.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22112026-04-29T20:56:12.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22122026-04-29T20:56:12.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22132026-04-29T20:56:12.828Z
22142026-04-29T20:56:12.828Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/272)
22152026-04-29T20:56:13.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162026-04-29T20:56:13.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172026-04-29T20:56:13.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22182026-04-29T20:56:13.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22192026-04-29T20:56:13.407Z
22202026-04-29T20:56:13.407Zinfo: running `cargo check --bins` on ereport-types (67/272)
22212026-04-29T20:56:13.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222026-04-29T20:56:13.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232026-04-29T20:56:13.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242026-04-29T20:56:13.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22252026-04-29T20:56:13.996Z
22262026-04-29T20:56:13.996Zinfo: running `cargo check --bins` on gateway-client (68/272)
22272026-04-29T20:56:14.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282026-04-29T20:56:14.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292026-04-29T20:56:14.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302026-04-29T20:56:14.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22312026-04-29T20:56:14.585Z
22322026-04-29T20:56:14.585Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/272)
22332026-04-29T20:56:15.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342026-04-29T20:56:15.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352026-04-29T20:56:15.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362026-04-29T20:56:15.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22372026-04-29T20:56:15.171Z
22382026-04-29T20:56:15.171Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/272)
22392026-04-29T20:56:15.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402026-04-29T20:56:15.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412026-04-29T20:56:15.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422026-04-29T20:56:15.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22432026-04-29T20:56:15.759Z
22442026-04-29T20:56:15.759Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/272)
22452026-04-29T20:56:16.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462026-04-29T20:56:16.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472026-04-29T20:56:16.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22482026-04-29T20:56:16.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22492026-04-29T20:56:16.346Z
22502026-04-29T20:56:16.346Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/272)
22512026-04-29T20:56:16.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22522026-04-29T20:56:16.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22532026-04-29T20:56:16.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22542026-04-29T20:56:16.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22552026-04-29T20:56:16.934Z
22562026-04-29T20:56:16.934Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/272)
22572026-04-29T20:56:17.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22582026-04-29T20:56:17.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22592026-04-29T20:56:17.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22602026-04-29T20:56:17.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22612026-04-29T20:56:17.543Z
22622026-04-29T20:56:17.543Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/272)
22632026-04-29T20:56:18.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22642026-04-29T20:56:18.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22652026-04-29T20:56:18.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22662026-04-29T20:56:18.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22672026-04-29T20:56:18.147Z
22682026-04-29T20:56:18.147Zinfo: running `cargo check --bins` on key-manager-types (75/272)
22692026-04-29T20:56:18.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22702026-04-29T20:56:18.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22712026-04-29T20:56:18.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22722026-04-29T20:56:18.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22732026-04-29T20:56:18.723Z
22742026-04-29T20:56:18.723Zinfo: running `cargo check --bins` on oxlog (76/272)
22752026-04-29T20:56:19.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22762026-04-29T20:56:19.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22772026-04-29T20:56:19.325Z Checking cfg-if v1.0.4
22782026-04-29T20:56:19.328Z Checking libc v0.2.185
22792026-04-29T20:56:19.328Z Checking serde_core v1.0.228
22802026-04-29T20:56:19.443Z Checking zeroize v1.8.2
22812026-04-29T20:56:19.450Z Checking memchr v2.8.0
22822026-04-29T20:56:19.459Z Checking log v0.4.29
22832026-04-29T20:56:19.462Z Checking smallvec v1.15.1
22842026-04-29T20:56:19.478Z Checking typenum v1.19.0
22852026-04-29T20:56:19.489Z Checking subtle v2.6.1
22862026-04-29T20:56:19.583Z Checking itoa v1.0.17
22872026-04-29T20:56:19.614Z Checking scopeguard v1.2.0
22882026-04-29T20:56:19.631Z Checking const-oid v0.9.6
22892026-04-29T20:56:19.643Z Checking stable_deref_trait v1.2.1
22902026-04-29T20:56:19.710Z Checking lock_api v0.4.14
22912026-04-29T20:56:19.723Z Checking portable-atomic v1.13.1
22922026-04-29T20:56:19.735Z Checking zerofrom v0.1.6
22932026-04-29T20:56:19.820Z Checking critical-section v1.2.0
22942026-04-29T20:56:19.842Z Checking getrandom v0.2.17
22952026-04-29T20:56:19.843Z Checking errno v0.3.14
22962026-04-29T20:56:19.906Z Checking yoke v0.8.1
22972026-04-29T20:56:19.920Z Checking parking_lot_core v0.9.12
22982026-04-29T20:56:19.963Z Checking signal-hook-registry v1.4.8
22992026-04-29T20:56:19.982Z Checking rand_core v0.6.4
23002026-04-29T20:56:19.994Z Checking generic-array v0.14.7
23012026-04-29T20:56:20.068Z Checking zerovec v0.11.5
23022026-04-29T20:56:20.100Z Checking zerocopy v0.8.40
23032026-04-29T20:56:20.114Z Checking once_cell v1.21.3
23042026-04-29T20:56:20.117Z Checking pin-project-lite v0.2.17
23052026-04-29T20:56:20.154Z Checking parking_lot v0.12.5
23062026-04-29T20:56:20.211Z Checking mio v1.2.0
23072026-04-29T20:56:20.284Z Checking socket2 v0.6.3
23082026-04-29T20:56:20.298Z Checking libm v0.2.16
23092026-04-29T20:56:20.332Z Checking zmij v1.0.21
23102026-04-29T20:56:20.426Z Checking crypto-common v0.1.7
23112026-04-29T20:56:20.486Z Checking block-buffer v0.10.4
23122026-04-29T20:56:20.489Z Checking tinystr v0.8.2
23132026-04-29T20:56:20.524Z Checking writeable v0.6.2
23142026-04-29T20:56:20.539Z Checking equivalent v1.0.2
23152026-04-29T20:56:20.552Z Checking percent-encoding v2.3.2
23162026-04-29T20:56:20.619Z Checking futures-core v0.3.32
23172026-04-29T20:56:20.622Z Checking digest v0.10.7
23182026-04-29T20:56:20.675Z Checking litemap v0.8.1
23192026-04-29T20:56:20.688Z Checking potential_utf v0.1.4
23202026-04-29T20:56:20.692Z Checking zerotrie v0.2.3
23212026-04-29T20:56:20.740Z Checking cpufeatures v0.2.17
23222026-04-29T20:56:20.810Z Checking icu_collections v2.1.1
23232026-04-29T20:56:20.822Z Checking hmac v0.12.1
23242026-04-29T20:56:20.834Z Checking block-padding v0.3.3
23252026-04-29T20:56:20.845Z Checking icu_locale_core v2.1.1
23262026-04-29T20:56:20.908Z Checking serde v1.0.228
23272026-04-29T20:56:20.936Z Checking bitflags v2.11.0
23282026-04-29T20:56:20.948Z Checking serde_json v1.0.149
23292026-04-29T20:56:20.960Z Checking icu_normalizer_data v2.1.1
23302026-04-29T20:56:20.977Z Checking num-traits v0.2.19
23312026-04-29T20:56:21.030Z Checking icu_properties_data v2.1.2
23322026-04-29T20:56:21.096Z Checking futures-sink v0.3.32
23332026-04-29T20:56:21.113Z Checking hashbrown v0.17.0
23342026-04-29T20:56:21.160Z Checking rand_core v0.10.0
23352026-04-29T20:56:21.193Z Checking futures-channel v0.3.32
23362026-04-29T20:56:21.296Z Checking getrandom v0.4.1
23372026-04-29T20:56:21.308Z Checking bytes v1.11.1
23382026-04-29T20:56:21.380Z Checking inout v0.1.4
23392026-04-29T20:56:21.393Z Checking icu_provider v2.1.1
23402026-04-29T20:56:21.439Z Checking futures-task v0.3.32
23412026-04-29T20:56:21.513Z Checking slab v0.4.12
23422026-04-29T20:56:21.526Z Checking futures-io v0.3.32
23432026-04-29T20:56:21.569Z Checking indexmap v2.14.0
23442026-04-29T20:56:21.581Z Checking cipher v0.4.4
23452026-04-29T20:56:21.598Z Checking sha2 v0.10.9
23462026-04-29T20:56:21.614Z Checking icu_normalizer v2.1.1
23472026-04-29T20:56:21.631Z Checking icu_properties v2.1.2
23482026-04-29T20:56:21.665Z Checking futures-util v0.3.32
23492026-04-29T20:56:21.738Z Checking tokio v1.52.1
23502026-04-29T20:56:21.783Z Checking getrandom v0.3.4
23512026-04-29T20:56:21.865Z Checking base64ct v1.8.3
23522026-04-29T20:56:21.911Z Checking utf8_iter v1.0.4
23532026-04-29T20:56:21.931Z Checking byteorder v1.5.0
23542026-04-29T20:56:22.033Z Checking form_urlencoded v1.2.2
23552026-04-29T20:56:22.101Z Checking pem-rfc7468 v0.7.0
23562026-04-29T20:56:22.133Z Checking fnv v1.0.7
23572026-04-29T20:56:22.145Z Checking flagset v0.4.7
23582026-04-29T20:56:22.163Z Checking rand_core v0.9.5
23592026-04-29T20:56:22.226Z Checking salsa20 v0.10.2
23602026-04-29T20:56:22.261Z Checking http v1.4.0
23612026-04-29T20:56:22.264Z Checking der v0.7.10
23622026-04-29T20:56:22.337Z Checking uuid v1.23.0
23632026-04-29T20:56:22.356Z Checking pbkdf2 v0.12.2
23642026-04-29T20:56:22.477Z Checking idna_adapter v1.2.1
23652026-04-29T20:56:22.490Z Checking scrypt v0.11.0
23662026-04-29T20:56:22.594Z Checking idna v1.1.0
23672026-04-29T20:56:22.626Z Checking cbc v0.1.2
23682026-04-29T20:56:22.651Z Checking aes v0.8.4
23692026-04-29T20:56:22.750Z Checking rustix v1.1.3
23702026-04-29T20:56:22.824Z Checking tracing-core v0.1.36
23712026-04-29T20:56:22.836Z Checking url v2.5.8
23722026-04-29T20:56:22.847Z Checking ppv-lite86 v0.2.21
23732026-04-29T20:56:23.005Z Checking spki v0.7.3
23742026-04-29T20:56:23.034Z Checking rustls-pki-types v1.14.0
23752026-04-29T20:56:23.125Z Checking iana-time-zone v0.1.65
23762026-04-29T20:56:23.138Z Checking rand_chacha v0.9.0
23772026-04-29T20:56:23.167Z Checking regex-syntax v0.8.10
23782026-04-29T20:56:23.230Z Checking chrono v0.4.44
23792026-04-29T20:56:23.261Z Checking pkcs5 v0.7.1
23802026-04-29T20:56:23.316Z Checking tracing v0.1.44
23812026-04-29T20:56:23.331Z Checking rand v0.9.2
23822026-04-29T20:56:23.509Z Checking http-body v1.0.1
23832026-04-29T20:56:23.522Z Checking aws-lc-sys v0.37.1
23842026-04-29T20:56:23.563Z Checking base64 v0.22.1
23852026-04-29T20:56:23.583Z Checking openssl-probe v0.2.1
23862026-04-29T20:56:23.638Z Checking untrusted v0.9.0
23872026-04-29T20:56:23.685Z Checking untrusted v0.7.1
23882026-04-29T20:56:23.745Z Checking ring v0.17.14
23892026-04-29T20:56:23.796Z Checking pkcs8 v0.10.2
23902026-04-29T20:56:23.811Z Checking try-lock v0.2.5
23912026-04-29T20:56:23.824Z Checking tinyvec_macros v0.1.1
23922026-04-29T20:56:23.890Z Checking tower-service v0.3.3
23932026-04-29T20:56:23.908Z Checking tower-layer v0.3.3
23942026-04-29T20:56:23.972Z Checking atomic-waker v1.1.2
23952026-04-29T20:56:23.984Z Checking plain v0.2.3
23962026-04-29T20:56:24.020Z Checking aws-lc-rs v1.16.0
23972026-04-29T20:56:24.054Z Checking want v0.3.1
23982026-04-29T20:56:24.067Z Checking tinyvec v1.10.0
23992026-04-29T20:56:24.082Z Checking ipnet v2.11.0
24002026-04-29T20:56:24.082Z Checking semver v1.0.28
24012026-04-29T20:56:24.174Z Checking httparse v1.10.1
24022026-04-29T20:56:24.295Z Checking spin v0.9.8
24032026-04-29T20:56:24.333Z Checking ucd-trie v0.1.7
24042026-04-29T20:56:24.367Z Checking unicode-ident v1.0.24
24052026-04-29T20:56:24.378Z Checking httpdate v1.0.3
24062026-04-29T20:56:24.455Z Checking pin-utils v0.1.0
24072026-04-29T20:56:24.467Z Checking dyn-clone v1.0.20
24082026-04-29T20:56:24.480Z Checking fastrand v2.3.0
24092026-04-29T20:56:24.483Z Checking foreign-types-shared v0.1.1
24102026-04-29T20:56:24.517Z Checking proc-macro2 v1.0.106
24112026-04-29T20:56:24.528Z Checking pest v2.8.6
24122026-04-29T20:56:24.562Z Checking schemars v0.8.22
24132026-04-29T20:56:24.574Z Checking foreign-types v0.3.2
24142026-04-29T20:56:24.641Z Checking openssl-sys v0.9.111
24152026-04-29T20:56:24.657Z Checking tempfile v3.25.0
24162026-04-29T20:56:24.723Z Checking thiserror v2.0.18
24172026-04-29T20:56:24.819Z Checking wait-timeout v0.2.1
24182026-04-29T20:56:24.832Z Checking aho-corasick v1.1.4
24192026-04-29T20:56:24.835Z Checking rustls-webpki v0.103.9
24202026-04-29T20:56:24.856Z Checking quick-error v1.2.3
24212026-04-29T20:56:24.930Z Checking tokio-util v0.7.18
24222026-04-29T20:56:24.944Z Checking bit-vec v0.8.0
24232026-04-29T20:56:24.955Z Checking anstyle v1.0.13
24242026-04-29T20:56:25.117Z Checking pretty-hex v0.4.1
24252026-04-29T20:56:25.131Z Checking powerfmt v0.2.0
24262026-04-29T20:56:25.143Z Checking siphasher v1.0.2
24272026-04-29T20:56:25.203Z Checking utf8parse v0.2.2
24282026-04-29T20:56:25.231Z Checking simd-adler32 v0.3.8
24292026-04-29T20:56:25.255Z Checking rustls v0.23.37
24302026-04-29T20:56:25.279Z Checking deranged v0.5.8
24312026-04-29T20:56:25.293Z Checking bit-set v0.8.0
24322026-04-29T20:56:25.307Z Checking anstyle-parse v0.2.7
24332026-04-29T20:56:25.397Z Checking openssl v0.10.75
24342026-04-29T20:56:25.436Z Checking rusty-fork v0.3.1
24352026-04-29T20:56:25.455Z Checking quote v1.0.45
24362026-04-29T20:56:25.503Z Checking regex-automata v0.4.14
24372026-04-29T20:56:25.537Z Checking h2 v0.4.13
24382026-04-29T20:56:25.575Z Compiling newtype-uuid v1.3.2
24392026-04-29T20:56:25.601Z Checking unicode-normalization v0.1.25
24402026-04-29T20:56:25.620Z Checking rustls-native-certs v0.8.3
24412026-04-29T20:56:25.748Z Checking crossbeam-utils v0.8.21
24422026-04-29T20:56:25.761Z Checking rand_xorshift v0.4.0
24432026-04-29T20:56:25.878Z Checking crc32fast v1.5.0
24442026-04-29T20:56:25.999Z Checking scroll v0.13.0
24452026-04-29T20:56:26.019Z Checking signature v2.2.0
24462026-04-29T20:56:26.086Z Checking sync_wrapper v1.0.2
24472026-04-29T20:56:26.147Z Checking is_terminal_polyfill v1.70.2
24482026-04-29T20:56:26.188Z Checking num-conv v0.2.0
24492026-04-29T20:56:26.201Z Checking unicode-properties v0.1.4
24502026-04-29T20:56:26.223Z Checking allocator-api2 v0.2.21
24512026-04-29T20:56:26.235Z Checking adler2 v2.0.1
24522026-04-29T20:56:26.302Z Checking num_threads v0.1.7
24532026-04-29T20:56:26.339Z Checking colorchoice v1.0.4
24542026-04-29T20:56:26.382Z Checking time-core v0.1.8
24552026-04-29T20:56:26.395Z Checking unarray v0.1.4
24562026-04-29T20:56:26.436Z Checking anstyle-query v1.1.5
24572026-04-29T20:56:26.493Z Checking unicode-bidi v0.3.18
24582026-04-29T20:56:26.505Z Checking proptest v1.10.0
24592026-04-29T20:56:26.520Z Checking time v0.3.47
24602026-04-29T20:56:26.533Z Checking anstream v0.6.21
24612026-04-29T20:56:26.726Z Checking miniz_oxide v0.8.9
24622026-04-29T20:56:26.780Z Checking stringprep v0.1.5
24632026-04-29T20:56:26.947Z Checking goblin v0.10.5
24642026-04-29T20:56:27.098Z Checking tower v0.5.3
24652026-04-29T20:56:27.303Z Checking crossbeam-epoch v0.9.18
24662026-04-29T20:56:27.355Z Checking native-tls v0.2.18
24672026-04-29T20:56:27.493Z Compiling daft v0.1.5
24682026-04-29T20:56:27.529Z Checking syn v2.0.117
24692026-04-29T20:56:27.542Z Checking ipnetwork v0.21.1
24702026-04-29T20:56:27.609Z Checking tokio-rustls v0.26.4
24712026-04-29T20:56:27.654Z Checking http-body-util v0.1.3
24722026-04-29T20:56:27.756Z Checking webpki-roots v1.0.6
24732026-04-29T20:56:27.769Z Checking rand_chacha v0.3.1
24742026-04-29T20:56:27.838Z Checking thiserror v1.0.69
24752026-04-29T20:56:27.872Z Checking scroll v0.12.0
24762026-04-29T20:56:27.875Z Checking zstd-sys v2.0.16+zstd.1.5.7
24772026-04-29T20:56:27.935Z Checking hash32 v0.2.1
24782026-04-29T20:56:27.975Z Checking num-integer v0.1.46
24792026-04-29T20:56:27.993Z Checking serde_spanned v0.6.9
24802026-04-29T20:56:28.087Z Checking toml_datetime v0.6.11
24812026-04-29T20:56:28.100Z Checking md-5 v0.10.6
24822026-04-29T20:56:28.117Z Checking ff v0.13.1
24832026-04-29T20:56:28.197Z Checking fallible-iterator v0.2.0
24842026-04-29T20:56:28.210Z Checking hyper v1.8.1
24852026-04-29T20:56:28.230Z Checking iri-string v0.7.10
24862026-04-29T20:56:28.244Z Checking base16ct v0.2.0
24872026-04-29T20:56:28.264Z Checking zlib-rs v0.6.2
24882026-04-29T20:56:28.310Z Checking ryu v1.0.23
24892026-04-29T20:56:28.363Z Checking psl-types v2.0.11
24902026-04-29T20:56:28.445Z Compiling iddqd v0.3.18
24912026-04-29T20:56:28.463Z Checking postgres-protocol v0.6.10
24922026-04-29T20:56:28.480Z Checking publicsuffix v2.3.0
24932026-04-29T20:56:28.639Z Checking serde_urlencoded v0.7.1
24942026-04-29T20:56:28.769Z Checking sec1 v0.7.3
24952026-04-29T20:56:28.980Z Checking group v0.13.0
24962026-04-29T20:56:29.001Z Checking num-iter v0.1.45
24972026-04-29T20:56:29.092Z Checking hyper-util v0.1.20
24982026-04-29T20:56:29.111Z Checking goblin v0.8.2
24992026-04-29T20:56:29.123Z Checking heapless v0.7.17
25002026-04-29T20:56:29.135Z Checking flate2 v1.1.9
25012026-04-29T20:56:29.224Z Checking tower-http v0.6.8
25022026-04-29T20:56:29.276Z Checking dof v0.4.0
25032026-04-29T20:56:29.426Z Checking zstd-safe v7.2.4
25042026-04-29T20:56:29.497Z Checking rand v0.8.5
25052026-04-29T20:56:29.522Z Checking oxnet v0.1.4
25062026-04-29T20:56:29.563Z Checking cookie v0.18.1
25072026-04-29T20:56:29.592Z Checking tokio-native-tls v0.3.1
25082026-04-29T20:56:29.750Z Checking dtrace-parser v0.3.0
25092026-04-29T20:56:29.764Z Checking phf_shared v0.13.1
25102026-04-29T20:56:29.765Z Checking lazy_static v1.5.0
25112026-04-29T20:56:29.789Z Checking zerocopy v0.7.35
25122026-04-29T20:56:29.863Z Checking terminal_size v0.4.3
25132026-04-29T20:56:29.907Z Checking bzip2-sys v0.1.13+1.0.8
25142026-04-29T20:56:29.963Z Checking signal-hook v0.3.18
25152026-04-29T20:56:29.976Z Checking hkdf v0.12.4
25162026-04-29T20:56:29.988Z Checking crypto-bigint v0.5.5
25172026-04-29T20:56:29.991Z Checking thread-id v5.1.0
25182026-04-29T20:56:30.013Z Checking bumpalo v3.20.2
25192026-04-29T20:56:30.077Z Checking foldhash v0.2.0
25202026-04-29T20:56:30.103Z Checking bitflags v1.3.2
25212026-04-29T20:56:30.146Z Checking strsim v0.11.1
25222026-04-29T20:56:30.174Z Checking managed v0.8.0
25232026-04-29T20:56:30.205Z Checking either v1.15.0
25242026-04-29T20:56:30.231Z Checking winnow v0.5.40
25252026-04-29T20:56:30.268Z Checking libbz2-rs-sys v0.2.2
25262026-04-29T20:56:30.302Z Compiling rayon-core v1.13.0
25272026-04-29T20:56:30.334Z Checking hyper-rustls v0.27.7
25282026-04-29T20:56:30.355Z Checking clap_lex v1.0.0
25292026-04-29T20:56:30.387Z Checking winnow v0.7.14
25302026-04-29T20:56:30.474Z Checking foldhash v0.1.5
25312026-04-29T20:56:30.504Z Checking clap_builder v4.5.60
25322026-04-29T20:56:30.539Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25332026-04-29T20:56:30.605Z Checking hashbrown v0.15.5
25342026-04-29T20:56:30.656Z Checking bzip2 v0.6.1
25352026-04-29T20:56:30.740Z Checking smoltcp v0.9.1
25362026-04-29T20:56:30.816Z Checking hyper-tls v0.6.0
25372026-04-29T20:56:30.870Z Checking elliptic-curve v0.13.8
25382026-04-29T20:56:30.986Z Checking hashbrown v0.16.1
25392026-04-29T20:56:30.999Z Checking dof v0.3.0
25402026-04-29T20:56:31.069Z Checking zopfli v0.8.3
25412026-04-29T20:56:31.173Z Checking signal-hook-mio v0.2.5
25422026-04-29T20:56:31.274Z Checking usdt-impl v0.6.0
25432026-04-29T20:56:31.277Z Checking num-bigint-dig v0.8.6
25442026-04-29T20:56:31.317Z Checking bzip2 v0.4.4
25452026-04-29T20:56:31.365Z Checking toml_edit v0.19.15
25462026-04-29T20:56:31.392Z Checking phf v0.13.1
25472026-04-29T20:56:31.474Z Checking cookie_store v0.22.1
25482026-04-29T20:56:31.537Z Checking zstd v0.13.3
25492026-04-29T20:56:31.549Z Checking postgres-types v0.2.12
25502026-04-29T20:56:31.562Z Checking dtrace-parser v0.2.0
25512026-04-29T20:56:31.716Z Checking rustls-platform-verifier v0.6.2
25522026-04-29T20:56:31.719Z Checking crossbeam-deque v0.8.6
25532026-04-29T20:56:31.741Z Checking bstr v1.12.1
25542026-04-29T20:56:31.809Z Checking regex v1.12.3
25552026-04-29T20:56:31.812Z Checking ed25519 v2.2.3
25562026-04-29T20:56:31.851Z Checking phf_shared v0.11.3
25572026-04-29T20:56:31.854Z Checking ref-cast v1.0.25
25582026-04-29T20:56:31.902Z Checking curve25519-dalek v4.1.3
25592026-04-29T20:56:31.964Z Checking strum v0.27.2
25602026-04-29T20:56:31.988Z Checking hubpack v0.1.2
25612026-04-29T20:56:32.009Z Checking memoffset v0.9.1
25622026-04-29T20:56:32.066Z Checking rustix v0.38.44
25632026-04-29T20:56:32.079Z Checking pkcs1 v0.7.5
25642026-04-29T20:56:32.090Z Checking float-cmp v0.10.0
25652026-04-29T20:56:32.109Z Checking erased-serde v0.3.31
25662026-04-29T20:56:32.147Z Checking serde-big-array v0.5.1
25672026-04-29T20:56:32.159Z Checking hex v0.4.3
25682026-04-29T20:56:32.211Z Checking rfc6979 v0.4.0
25692026-04-29T20:56:32.280Z Checking memmap2 v0.9.10
25702026-04-29T20:56:32.292Z Checking thread-id v4.2.2
25712026-04-29T20:56:32.326Z Checking env_filter v1.0.0
25722026-04-29T20:56:32.368Z Checking encoding_rs v0.8.35
25732026-04-29T20:56:32.408Z Checking new_debug_unreachable v1.0.6
25742026-04-29T20:56:32.419Z Checking jiff v0.2.21
25752026-04-29T20:56:32.435Z Checking unicode-segmentation v1.12.0
25762026-04-29T20:56:32.471Z Checking keccak v0.1.6
25772026-04-29T20:56:32.488Z Checking predicates-core v1.0.10
25782026-04-29T20:56:32.502Z Checking normalize-line-endings v0.3.0
25792026-04-29T20:56:32.590Z Checking whoami v2.1.0
25802026-04-29T20:56:32.612Z Checking fixedbitset v0.4.2
25812026-04-29T20:56:32.633Z Checking static_assertions v1.1.0
25822026-04-29T20:56:32.679Z Checking rustc-hash v2.1.1
25832026-04-29T20:56:32.702Z Checking mime v0.3.17
25842026-04-29T20:56:32.745Z Checking difflib v0.4.0
25852026-04-29T20:56:32.758Z Checking fixedbitset v0.5.7
25862026-04-29T20:56:32.778Z Checking precomputed-hash v0.1.1
25872026-04-29T20:56:32.792Z Checking data-encoding v2.10.0
25882026-04-29T20:56:32.860Z Checking toml_write v0.1.2
25892026-04-29T20:56:32.873Z Checking string_cache v0.8.9
25902026-04-29T20:56:32.876Z Checking crossterm v0.28.1
25912026-04-29T20:56:32.920Z Checking predicates v3.1.4
25922026-04-29T20:56:32.950Z Checking petgraph v0.8.3
25932026-04-29T20:56:33.024Z Checking toml_edit v0.22.27
25942026-04-29T20:56:33.061Z Checking hickory-proto v0.25.2
25952026-04-29T20:56:33.216Z Checking tokio-postgres v0.7.16
25962026-04-29T20:56:33.340Z Checking reqwest v0.12.28
25972026-04-29T20:56:33.591Z Checking petgraph v0.6.5
25982026-04-29T20:56:33.873Z Checking similar v2.7.0
25992026-04-29T20:56:34.091Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
26002026-04-29T20:56:34.174Z Checking ed25519-dalek v2.2.0
26012026-04-29T20:56:34.256Z Checking sha3 v0.10.8
26022026-04-29T20:56:34.402Z Checking env_logger v0.11.9
26032026-04-29T20:56:34.443Z Checking slog v2.8.2
26042026-04-29T20:56:34.460Z Checking usdt v0.6.0
26052026-04-29T20:56:34.496Z Checking toml v0.7.8
26062026-04-29T20:56:34.592Z Checking serde_with v3.17.0
26072026-04-29T20:56:34.619Z Checking zip v4.6.1
26082026-04-29T20:56:34.632Z Checking usdt-impl v0.5.0
26092026-04-29T20:56:34.702Z Checking ecdsa v0.16.9
26102026-04-29T20:56:34.801Z Checking rsa v0.9.10
26112026-04-29T20:56:34.823Z Checking nix v0.31.2
26122026-04-29T20:56:35.039Z Checking reqwest v0.13.2
26132026-04-29T20:56:35.181Z Checking clap v4.5.60
26142026-04-29T20:56:35.215Z Checking toml_parser v1.0.9+spec-1.1.0
26152026-04-29T20:56:35.259Z Checking zip v0.6.6
26162026-04-29T20:56:35.293Z Checking itertools v0.13.0
26172026-04-29T20:56:35.540Z Checking strum v0.26.3
26182026-04-29T20:56:35.577Z Checking tokio-stream v0.1.18
26192026-04-29T20:56:35.653Z Checking fs-err v3.3.0
26202026-04-29T20:56:35.806Z Checking ahash v0.8.12
26212026-04-29T20:56:35.824Z Checking object v0.37.3
26222026-04-29T20:56:35.879Z Checking buf-list v1.1.2
26232026-04-29T20:56:35.949Z Checking camino v1.2.2
26242026-04-29T20:56:35.962Z Checking anyhow v1.0.102
26252026-04-29T20:56:35.974Z Checking x509-cert v0.2.5
26262026-04-29T20:56:35.995Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
26272026-04-29T20:56:36.059Z Checking openapiv3 v2.2.0
26282026-04-29T20:56:36.154Z Checking toml_datetime v0.7.5+spec-1.1.0
26292026-04-29T20:56:36.199Z Checking sha1 v0.10.6
26302026-04-29T20:56:36.259Z Checking lalrpop-util v0.19.12
26312026-04-29T20:56:36.272Z Checking peg-runtime v0.8.5
26322026-04-29T20:56:36.321Z Checking rayon v1.11.0
26332026-04-29T20:56:36.348Z Checking sigpipe v0.1.3
26342026-04-29T20:56:36.361Z Checking glob v0.3.3
26352026-04-29T20:56:37.982Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26362026-04-29T20:56:38.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.53s
26372026-04-29T20:56:38.428Z
26382026-04-29T20:56:38.428Zinfo: running `cargo check --bins` on internal-dns-types (77/272)
26392026-04-29T20:56:38.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402026-04-29T20:56:38.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412026-04-29T20:56:38.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26422026-04-29T20:56:38.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26432026-04-29T20:56:39.017Z
26442026-04-29T20:56:39.017Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/272)
26452026-04-29T20:56:39.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462026-04-29T20:56:39.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472026-04-29T20:56:39.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26482026-04-29T20:56:39.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26492026-04-29T20:56:39.606Z
26502026-04-29T20:56:39.606Zinfo: running `cargo check --bins` on nexus-types-versions (79/272)
26512026-04-29T20:56:40.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522026-04-29T20:56:40.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532026-04-29T20:56:40.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26542026-04-29T20:56:40.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26552026-04-29T20:56:40.213Z
26562026-04-29T20:56:40.213Zinfo: running `cargo check --bins` on oxql-types (80/272)
26572026-04-29T20:56:40.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582026-04-29T20:56:40.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592026-04-29T20:56:40.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26602026-04-29T20:56:40.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26612026-04-29T20:56:40.810Z
26622026-04-29T20:56:40.810Zinfo: running `cargo check --bins` on oximeter-types (81/272)
26632026-04-29T20:56:41.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642026-04-29T20:56:41.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652026-04-29T20:56:41.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26662026-04-29T20:56:41.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26672026-04-29T20:56:41.405Z
26682026-04-29T20:56:41.405Zinfo: running `cargo check --bins` on oximeter-types-versions (82/272)
26692026-04-29T20:56:41.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26702026-04-29T20:56:41.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26712026-04-29T20:56:41.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26722026-04-29T20:56:41.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26732026-04-29T20:56:41.997Z
26742026-04-29T20:56:41.997Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/272)
26752026-04-29T20:56:42.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26762026-04-29T20:56:42.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26772026-04-29T20:56:42.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26782026-04-29T20:56:42.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
26792026-04-29T20:56:42.576Z
26802026-04-29T20:56:42.576Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/272)
26812026-04-29T20:56:43.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26822026-04-29T20:56:43.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26832026-04-29T20:56:43.252Z Compiling structmeta-derive v0.3.0
26842026-04-29T20:56:43.368Z Compiling rustls v0.22.4
26852026-04-29T20:56:43.377Z Compiling multer v3.1.0
26862026-04-29T20:56:43.385Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26872026-04-29T20:56:43.388Z Compiling async-stream-impl v0.3.6
26882026-04-29T20:56:43.405Z Compiling dropshot v0.17.0
26892026-04-29T20:56:43.421Z Compiling newtype-uuid-macros v0.1.0
26902026-04-29T20:56:43.421Z Compiling dropshot_endpoint v0.17.0
26912026-04-29T20:56:43.561Z Checking newtype-uuid v1.3.2
26922026-04-29T20:56:43.598Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26932026-04-29T20:56:43.668Z Checking rustls-webpki v0.102.8
26942026-04-29T20:56:43.753Z Checking futures-executor v0.3.32
26952026-04-29T20:56:43.769Z Checking daft v0.1.5
26962026-04-29T20:56:43.974Z Checking thread_local v1.1.9
26972026-04-29T20:56:43.995Z Checking match_cfg v0.1.0
26982026-04-29T20:56:44.009Z Checking compression-core v0.4.31
26992026-04-29T20:56:44.099Z Compiling hostname v0.3.1
27002026-04-29T20:56:44.131Z Checking compression-codecs v0.4.37
27012026-04-29T20:56:44.230Z Checking iddqd v0.3.18
27022026-04-29T20:56:44.233Z Checking futures v0.3.32
27032026-04-29T20:56:44.321Z Checking crossbeam-channel v0.5.15
27042026-04-29T20:56:44.409Z Checking slog-json v2.6.1
27052026-04-29T20:56:44.422Z Compiling structmeta v0.3.0
27062026-04-29T20:56:44.633Z Compiling derive-ex v0.1.8
27072026-04-29T20:56:44.656Z Compiling parse-display-derive v0.10.0
27082026-04-29T20:56:44.670Z Compiling serde_spanned v1.0.4
27092026-04-29T20:56:44.817Z Compiling toml_datetime v1.0.0+spec-1.1.0
27102026-04-29T20:56:45.079Z Checking is-terminal v0.4.17
27112026-04-29T20:56:45.101Z Checking debug-ignore v1.0.5
27122026-04-29T20:56:45.114Z Checking toml_writer v1.0.6+spec-1.1.0
27132026-04-29T20:56:45.136Z Checking take_mut v0.2.2
27142026-04-29T20:56:45.197Z Checking term v1.2.1
27152026-04-29T20:56:45.238Z Checking slog-async v2.8.0
27162026-04-29T20:56:45.289Z Checking toml v1.0.6+spec-1.1.0
27172026-04-29T20:56:45.411Z Checking slog-term v2.9.2
27182026-04-29T20:56:45.413Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27192026-04-29T20:56:45.499Z Compiling slog-bunyan v2.5.0
27202026-04-29T20:56:45.660Z Checking tokio-rustls v0.25.0
27212026-04-29T20:56:45.673Z Compiling async-compression v0.4.41
27222026-04-29T20:56:45.857Z Checking async-stream v0.3.6
27232026-04-29T20:56:45.974Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27242026-04-29T20:56:46.002Z Checking progenitor-client v0.14.0
27252026-04-29T20:56:46.039Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27262026-04-29T20:56:46.232Z Checking backon v1.6.0
27272026-04-29T20:56:46.277Z Compiling test-strategy v0.4.5
27282026-04-29T20:56:46.301Z Checking waitgroup v0.1.2
27292026-04-29T20:56:46.395Z Checking rustls-pemfile v2.2.0
27302026-04-29T20:56:46.607Z Checking serde_path_to_error v0.1.20
27312026-04-29T20:56:46.633Z Checking hostname v0.4.2
27322026-04-29T20:56:46.666Z Checking instant v0.1.13
27332026-04-29T20:56:46.725Z Compiling prettyplease v0.2.37
27342026-04-29T20:56:46.787Z Checking backoff v0.4.0
27352026-04-29T20:56:46.856Z Compiling progenitor-extras v0.2.0
27362026-04-29T20:56:47.012Z Checking parse-display v0.10.0
27372026-04-29T20:56:47.106Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27382026-04-29T20:56:47.225Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27392026-04-29T20:56:47.373Z Checking progenitor-client v0.10.0
27402026-04-29T20:56:47.386Z Checking itertools v0.14.0
27412026-04-29T20:56:47.599Z Checking regress v0.10.5
27422026-04-29T20:56:47.625Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27432026-04-29T20:56:47.716Z Checking num-rational v0.4.2
27442026-04-29T20:56:47.786Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27452026-04-29T20:56:48.427Z Checking num-complex v0.4.6
27462026-04-29T20:56:48.826Z Checking macaddr v1.0.1
27472026-04-29T20:56:49.006Z Checking num v0.4.3
27482026-04-29T20:56:49.009Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27492026-04-29T20:56:49.080Z Compiling usdt-attr-macro v0.5.0
27502026-04-29T20:56:49.083Z Compiling usdt-macro v0.5.0
27512026-04-29T20:56:49.227Z Checking memmap v0.7.0
27522026-04-29T20:56:49.242Z Compiling float-ord v0.3.2
27532026-04-29T20:56:49.358Z Compiling toml v0.8.23
27542026-04-29T20:56:49.432Z Checking linked-hash-map v0.5.6
27552026-04-29T20:56:49.601Z Compiling minimal-lexical v0.2.1
27562026-04-29T20:56:49.845Z Checking usdt v0.5.0
27572026-04-29T20:56:49.862Z Compiling nom v7.1.3
27582026-04-29T20:56:49.981Z Checking lru-cache v0.1.2
27592026-04-29T20:56:50.431Z Checking hickory-proto v0.24.4
27602026-04-29T20:56:50.507Z Checking phf_shared v0.12.1
27612026-04-29T20:56:50.524Z Compiling slog-dtrace v0.3.0
27622026-04-29T20:56:50.652Z Compiling convert_case v0.4.0
27632026-04-29T20:56:50.718Z Compiling chrono-tz v0.10.4
27642026-04-29T20:56:50.896Z Checking heck v0.5.0
27652026-04-29T20:56:51.024Z Checking resolv-conf v0.7.6
27662026-04-29T20:56:51.027Z Compiling derive_more v0.99.20
27672026-04-29T20:56:51.194Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27682026-04-29T20:56:51.221Z Compiling const_format_proc_macros v0.2.34
27692026-04-29T20:56:51.337Z Checking phf v0.12.1
27702026-04-29T20:56:51.484Z Checking tokio-dtrace v0.1.1
27712026-04-29T20:56:51.661Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27722026-04-29T20:56:51.675Z Compiling derive-where v1.6.0
27732026-04-29T20:56:52.055Z Checking highway v1.3.0
27742026-04-29T20:56:52.259Z Checking hickory-resolver v0.24.4
27752026-04-29T20:56:52.292Z Checking const_format v0.2.35
27762026-04-29T20:56:52.345Z Checking oxide-tokio-rt v0.1.4
27772026-04-29T20:56:52.784Z Checking gethostname v0.5.0
27782026-04-29T20:56:52.822Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27792026-04-29T20:56:52.875Z Checking bcs v0.1.6
27802026-04-29T20:56:53.004Z Compiling async-recursion v1.1.1
27812026-04-29T20:56:53.044Z Checking qorb v0.4.1
27822026-04-29T20:56:53.112Z Checking termtree v0.5.1
27832026-04-29T20:56:53.576Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27842026-04-29T20:56:54.250Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27852026-04-29T20:56:54.444Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27862026-04-29T20:56:54.444Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27872026-04-29T20:56:56.532Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27882026-04-29T20:56:59.550Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27892026-04-29T20:57:01.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.03s
27902026-04-29T20:57:01.795Z
27912026-04-29T20:57:01.795Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/272)
27922026-04-29T20:57:02.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932026-04-29T20:57:02.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942026-04-29T20:57:02.484Z Compiling ar_archive_writer v0.5.1
27952026-04-29T20:57:02.594Z Compiling stacker v0.1.23
27962026-04-29T20:57:02.597Z Compiling cfg_aliases v0.1.1
27972026-04-29T20:57:02.608Z Compiling convert_case v0.10.0
27982026-04-29T20:57:02.614Z Checking unicode-width v0.1.14
27992026-04-29T20:57:02.623Z Compiling proc-macro-error v1.0.4
28002026-04-29T20:57:02.634Z Checking fd-lock v4.0.4
28012026-04-29T20:57:02.634Z Checking nibble_vec v0.1.0
28022026-04-29T20:57:02.661Z Compiling nix v0.28.0
28032026-04-29T20:57:02.750Z Checking vte v0.14.1
28042026-04-29T20:57:02.763Z Compiling recursive-proc-macro-impl v0.1.1
28052026-04-29T20:57:02.854Z Checking bytecount v0.6.9
28062026-04-29T20:57:02.854Z Checking endian-type v0.1.2
28072026-04-29T20:57:02.899Z Checking strip-ansi-escapes v0.2.1
28082026-04-29T20:57:02.911Z Compiling derive_more-impl v2.1.1
28092026-04-29T20:57:02.924Z Compiling tabled_derive v0.7.0
28102026-04-29T20:57:02.953Z Checking papergrid v0.11.0
28112026-04-29T20:57:03.000Z Checking radix_trie v0.2.1
28122026-04-29T20:57:03.024Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28132026-04-29T20:57:03.154Z Compiling peg-macros v0.8.5
28142026-04-29T20:57:03.206Z Checking winnow v0.6.26
28152026-04-29T20:57:03.409Z Compiling psm v0.1.30
28162026-04-29T20:57:03.488Z Compiling sqlparser_derive v0.5.0
28172026-04-29T20:57:03.587Z Checking unicode-width v0.2.0
28182026-04-29T20:57:03.695Z Checking derive_more v2.1.1
28192026-04-29T20:57:03.774Z Checking home v0.5.12
28202026-04-29T20:57:03.837Z Checking unicode_categories v0.1.1
28212026-04-29T20:57:03.862Z Checking nu-ansi-term v0.50.3
28222026-04-29T20:57:03.880Z Checking tabled v0.15.0
28232026-04-29T20:57:03.964Z Checking rustyline v14.0.0
28242026-04-29T20:57:03.989Z Checking crossterm v0.29.0
28252026-04-29T20:57:04.066Z Checking reedline v0.40.0
28262026-04-29T20:57:04.174Z Checking recursive v0.1.1
28272026-04-29T20:57:04.258Z Checking display-error-chain v0.2.2
28282026-04-29T20:57:04.271Z Checking sqlparser v0.61.0
28292026-04-29T20:57:04.332Z Checking sqlformat v0.3.5
28302026-04-29T20:57:04.498Z Checking peg v0.8.5
28312026-04-29T20:57:15.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.57s
28322026-04-29T20:57:15.581Z
28332026-04-29T20:57:15.581Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/272)
28342026-04-29T20:57:16.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352026-04-29T20:57:16.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362026-04-29T20:57:16.247Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28372026-04-29T20:57:19.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s
28382026-04-29T20:57:19.794Z
28392026-04-29T20:57:19.794Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/272)
28402026-04-29T20:57:20.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-04-29T20:57:20.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-04-29T20:57:20.459Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28432026-04-29T20:57:22.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
28442026-04-29T20:57:23.028Z
28452026-04-29T20:57:23.028Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/272)
28462026-04-29T20:57:23.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-04-29T20:57:23.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-04-29T20:57:23.691Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28492026-04-29T20:57:26.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.84s
28502026-04-29T20:57:27.067Z
28512026-04-29T20:57:27.067Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/272)
28522026-04-29T20:57:27.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-04-29T20:57:27.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-04-29T20:57:27.733Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28552026-04-29T20:57:30.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s
28562026-04-29T20:57:31.139Z
28572026-04-29T20:57:31.139Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/272)
28582026-04-29T20:57:31.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592026-04-29T20:57:31.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602026-04-29T20:57:31.801Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28612026-04-29T20:57:34.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
28622026-04-29T20:57:34.512Z
28632026-04-29T20:57:34.512Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/272)
28642026-04-29T20:57:35.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-04-29T20:57:35.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-04-29T20:57:35.187Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28672026-04-29T20:57:37.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
28682026-04-29T20:57:37.947Z
28692026-04-29T20:57:37.947Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/272)
28702026-04-29T20:57:38.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-04-29T20:57:38.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-04-29T20:57:38.622Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28732026-04-29T20:57:41.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s
28742026-04-29T20:57:42.163Z
28752026-04-29T20:57:42.163Zinfo: running `cargo check --bins` on oximeter (93/272)
28762026-04-29T20:57:42.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772026-04-29T20:57:42.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782026-04-29T20:57:42.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28792026-04-29T20:57:42.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28802026-04-29T20:57:42.764Z
28812026-04-29T20:57:42.764Zinfo: running `cargo check --bins` on oximeter-schema (94/272)
28822026-04-29T20:57:43.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832026-04-29T20:57:43.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842026-04-29T20:57:43.402Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28852026-04-29T20:57:43.566Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28862026-04-29T20:57:43.569Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28872026-04-29T20:57:43.905Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28882026-04-29T20:57:46.972Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28892026-04-29T20:57:48.146Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28902026-04-29T20:57:48.310Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28912026-04-29T20:57:48.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.22s
28922026-04-29T20:57:49.173Z
28932026-04-29T20:57:49.174Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/272)
28942026-04-29T20:57:49.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-04-29T20:57:49.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-04-29T20:57:49.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972026-04-29T20:57:49.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28982026-04-29T20:57:49.770Z
28992026-04-29T20:57:49.770Zinfo: running `cargo check --bins` on oximeter-test-utils (96/272)
29002026-04-29T20:57:50.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-04-29T20:57:50.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-04-29T20:57:50.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032026-04-29T20:57:50.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29042026-04-29T20:57:50.414Z
29052026-04-29T20:57:50.414Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/272)
29062026-04-29T20:57:50.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-04-29T20:57:50.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-04-29T20:57:50.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092026-04-29T20:57:50.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29102026-04-29T20:57:51.024Z
29112026-04-29T20:57:51.024Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/272)
29122026-04-29T20:57:51.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-04-29T20:57:51.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-04-29T20:57:51.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-04-29T20:57:51.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29162026-04-29T20:57:51.628Z
29172026-04-29T20:57:51.628Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/272)
29182026-04-29T20:57:52.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-04-29T20:57:52.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-04-29T20:57:52.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-04-29T20:57:52.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29222026-04-29T20:57:52.228Z
29232026-04-29T20:57:52.228Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/272)
29242026-04-29T20:57:52.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-04-29T20:57:52.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-04-29T20:57:52.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-04-29T20:57:52.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29282026-04-29T20:57:52.833Z
29292026-04-29T20:57:52.833Zinfo: running `cargo check --bins` on trust-quorum-types (101/272)
29302026-04-29T20:57:53.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-04-29T20:57:53.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-04-29T20:57:53.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332026-04-29T20:57:53.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29342026-04-29T20:57:53.416Z
29352026-04-29T20:57:53.416Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/272)
29362026-04-29T20:57:53.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-04-29T20:57:53.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-04-29T20:57:53.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29392026-04-29T20:57:53.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29402026-04-29T20:57:54.022Z
29412026-04-29T20:57:54.022Zinfo: running `cargo check --bins` on update-engine (103/272)
29422026-04-29T20:57:54.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29432026-04-29T20:57:54.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29442026-04-29T20:57:54.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29452026-04-29T20:57:54.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29462026-04-29T20:57:54.604Z
29472026-04-29T20:57:54.604Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/272)
29482026-04-29T20:57:55.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29492026-04-29T20:57:55.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29502026-04-29T20:57:55.317Z Compiling crucible-workspace-hack v0.1.0
29512026-04-29T20:57:55.436Z Checking secrecy v0.10.3
29522026-04-29T20:57:55.443Z Compiling heapless v0.8.0
29532026-04-29T20:57:55.450Z Compiling ingot-macros v0.1.1
29542026-04-29T20:57:55.457Z Compiling toml_edit v0.23.10+spec-1.0.0
29552026-04-29T20:57:55.458Z Checking hash32 v0.3.1
29562026-04-29T20:57:55.478Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29572026-04-29T20:57:55.481Z Compiling smoltcp v0.11.0
29582026-04-29T20:57:55.541Z Checking cobs v0.3.0
29592026-04-29T20:57:55.585Z Compiling thiserror-impl-no-std v2.0.2
29602026-04-29T20:57:55.688Z Checking universal-hash v0.5.1
29612026-04-29T20:57:55.691Z Checking half v2.7.1
29622026-04-29T20:57:55.724Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29632026-04-29T20:57:55.812Z Checking ciborium-io v0.2.2
29642026-04-29T20:57:55.898Z Checking opaque-debug v0.3.1
29652026-04-29T20:57:55.926Z Checking postcard v1.1.3
29662026-04-29T20:57:55.943Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29672026-04-29T20:57:55.955Z Checking ciborium-ll v0.2.2
29682026-04-29T20:57:55.968Z Checking poly1305 v0.8.0
29692026-04-29T20:57:56.126Z Compiling proc-macro-crate v3.4.0
29702026-04-29T20:57:56.205Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29712026-04-29T20:57:56.219Z Checking password-hash v0.5.0
29722026-04-29T20:57:56.222Z Checking chacha20 v0.9.1
29732026-04-29T20:57:56.421Z Compiling proc-macro-crate v1.3.1
29742026-04-29T20:57:56.446Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29752026-04-29T20:57:56.467Z Checking blake2 v0.10.6
29762026-04-29T20:57:56.506Z Checking aead v0.5.2
29772026-04-29T20:57:56.649Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29782026-04-29T20:57:56.675Z Compiling foreign-types-macros v0.2.3
29792026-04-29T20:57:56.688Z Compiling num_enum_derive v0.7.5
29802026-04-29T20:57:56.702Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29812026-04-29T20:57:56.752Z Checking thiserror-no-std v2.0.2
29822026-04-29T20:57:56.837Z Checking foreign-types-shared v0.3.1
29832026-04-29T20:57:56.837Z Checking cpufeatures v0.3.0
29842026-04-29T20:57:56.865Z Checking vsss-rs v3.3.4
29852026-04-29T20:57:56.912Z Checking chacha20 v0.10.0
29862026-04-29T20:57:56.948Z Compiling num_enum_derive v0.5.11
29872026-04-29T20:57:56.962Z Checking argon2 v0.5.3
29882026-04-29T20:57:57.136Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29892026-04-29T20:57:57.280Z Checking foreign-types v0.5.0
29902026-04-29T20:57:57.301Z Checking chacha20poly1305 v0.10.1
29912026-04-29T20:57:57.359Z Checking ciborium v0.2.2
29922026-04-29T20:57:57.538Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29932026-04-29T20:57:57.562Z Checking tabwriter v1.4.1
29942026-04-29T20:57:57.709Z Checking console v0.15.11
29952026-04-29T20:57:57.737Z Checking num_enum v0.7.5
29962026-04-29T20:57:57.775Z Checking newline-converter v0.3.0
29972026-04-29T20:57:57.817Z Checking atomicwrites v0.4.4
29982026-04-29T20:57:57.851Z Checking camino-tempfile v1.4.1
29992026-04-29T20:57:57.885Z Checking byte-wrapper v0.1.0
30002026-04-29T20:57:57.942Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30012026-04-29T20:57:57.968Z Checking cstr-argument v0.1.2
30022026-04-29T20:57:57.981Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30032026-04-29T20:57:57.984Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30042026-04-29T20:57:58.009Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30052026-04-29T20:57:58.089Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30062026-04-29T20:57:58.092Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30072026-04-29T20:57:58.195Z Checking expectorate v1.2.0
30082026-04-29T20:57:58.245Z Checking ingot-types v0.1.2
30092026-04-29T20:57:58.258Z Checking num_enum v0.5.11
30102026-04-29T20:57:58.324Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30112026-04-29T20:57:58.359Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30122026-04-29T20:57:58.373Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30132026-04-29T20:57:58.420Z Checking rand v0.10.0
30142026-04-29T20:57:58.467Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30152026-04-29T20:57:58.485Z Checking colored v3.1.1
30162026-04-29T20:57:58.570Z Checking indent_write v2.2.0
30172026-04-29T20:57:58.595Z Checking ingot v0.1.1
30182026-04-29T20:57:58.598Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30192026-04-29T20:57:58.682Z Compiling zone_cfg_derive v0.3.1
30202026-04-29T20:57:58.701Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30212026-04-29T20:57:58.715Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30222026-04-29T20:57:58.740Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30232026-04-29T20:57:58.773Z Checking itertools v0.12.1
30242026-04-29T20:57:58.867Z Compiling num-derive v0.4.2
30252026-04-29T20:57:58.908Z Checking swrite v0.1.0
30262026-04-29T20:57:59.001Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30272026-04-29T20:57:59.106Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30282026-04-29T20:57:59.188Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30292026-04-29T20:57:59.336Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30302026-04-29T20:57:59.494Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30312026-04-29T20:57:59.509Z Checking dropshot-api-manager-types v0.7.1
30322026-04-29T20:57:59.606Z Checking smf v0.2.3
30332026-04-29T20:57:59.678Z Checking nanorand v0.7.0
30342026-04-29T20:57:59.703Z Checking whoami v1.6.1
30352026-04-29T20:57:59.779Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30362026-04-29T20:57:59.782Z Checking zone v0.3.1
30372026-04-29T20:57:59.808Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30382026-04-29T20:57:59.841Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30392026-04-29T20:57:59.867Z Checking flume v0.11.1
30402026-04-29T20:58:00.175Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30412026-04-29T20:58:01.134Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30422026-04-29T20:58:02.017Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30432026-04-29T20:58:05.091Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30442026-04-29T20:58:07.121Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30452026-04-29T20:58:08.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.54s
30462026-04-29T20:58:08.337Z
30472026-04-29T20:58:08.337Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/272)
30482026-04-29T20:58:08.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492026-04-29T20:58:08.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502026-04-29T20:58:08.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512026-04-29T20:58:08.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30522026-04-29T20:58:08.939Z
30532026-04-29T20:58:08.939Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/272)
30542026-04-29T20:58:09.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552026-04-29T20:58:09.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562026-04-29T20:58:09.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572026-04-29T20:58:09.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30582026-04-29T20:58:09.545Z
30592026-04-29T20:58:09.545Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/272)
30602026-04-29T20:58:10.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-04-29T20:58:10.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-04-29T20:58:10.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-04-29T20:58:10.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30642026-04-29T20:58:10.152Z
30652026-04-29T20:58:10.152Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/272)
30662026-04-29T20:58:10.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-04-29T20:58:10.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-04-29T20:58:10.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-04-29T20:58:10.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30702026-04-29T20:58:10.760Z
30712026-04-29T20:58:10.760Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/272)
30722026-04-29T20:58:11.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-04-29T20:58:11.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-04-29T20:58:11.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752026-04-29T20:58:11.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30762026-04-29T20:58:11.362Z
30772026-04-29T20:58:11.362Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/272)
30782026-04-29T20:58:11.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792026-04-29T20:58:11.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802026-04-29T20:58:11.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812026-04-29T20:58:11.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30822026-04-29T20:58:11.962Z
30832026-04-29T20:58:11.962Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/272)
30842026-04-29T20:58:12.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852026-04-29T20:58:12.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862026-04-29T20:58:12.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872026-04-29T20:58:12.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30882026-04-29T20:58:12.560Z
30892026-04-29T20:58:12.560Zinfo: running `cargo check --bins` on cockroach-admin-client (112/272)
30902026-04-29T20:58:13.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912026-04-29T20:58:13.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922026-04-29T20:58:13.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932026-04-29T20:58:13.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30942026-04-29T20:58:13.146Z
30952026-04-29T20:58:13.146Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/272)
30962026-04-29T20:58:13.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972026-04-29T20:58:13.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982026-04-29T20:58:13.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992026-04-29T20:58:13.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31002026-04-29T20:58:13.743Z
31012026-04-29T20:58:13.743Zinfo: running `cargo check --bins` on dns-service-client (114/272)
31022026-04-29T20:58:14.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032026-04-29T20:58:14.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042026-04-29T20:58:14.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052026-04-29T20:58:14.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31062026-04-29T20:58:14.342Z
31072026-04-29T20:58:14.342Zinfo: running `cargo check --bins` on installinator-client (115/272)
31082026-04-29T20:58:14.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-04-29T20:58:14.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-04-29T20:58:14.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112026-04-29T20:58:14.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31122026-04-29T20:58:14.944Z
31132026-04-29T20:58:14.944Zinfo: running `cargo check --bins` on nexus-client (116/272)
31142026-04-29T20:58:15.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152026-04-29T20:58:15.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162026-04-29T20:58:15.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172026-04-29T20:58:15.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31182026-04-29T20:58:15.583Z
31192026-04-29T20:58:15.583Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/272)
31202026-04-29T20:58:16.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212026-04-29T20:58:16.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222026-04-29T20:58:16.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232026-04-29T20:58:16.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31242026-04-29T20:58:16.223Z
31252026-04-29T20:58:16.223Zinfo: running `cargo check --bins` on ntp-admin-client (118/272)
31262026-04-29T20:58:16.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272026-04-29T20:58:16.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282026-04-29T20:58:16.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292026-04-29T20:58:16.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31302026-04-29T20:58:16.807Z
31312026-04-29T20:58:16.807Zinfo: running `cargo check --bins` on oxide-client (119/272)
31322026-04-29T20:58:17.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332026-04-29T20:58:17.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342026-04-29T20:58:17.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352026-04-29T20:58:17.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31362026-04-29T20:58:17.398Z
31372026-04-29T20:58:17.398Zinfo: running `cargo check --bins` on oximeter-client (120/272)
31382026-04-29T20:58:17.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392026-04-29T20:58:17.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402026-04-29T20:58:17.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412026-04-29T20:58:17.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31422026-04-29T20:58:17.999Z
31432026-04-29T20:58:17.999Zinfo: running `cargo check --bins` on repo-depot-client (121/272)
31442026-04-29T20:58:18.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452026-04-29T20:58:18.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462026-04-29T20:58:18.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472026-04-29T20:58:18.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31482026-04-29T20:58:18.584Z
31492026-04-29T20:58:18.584Zinfo: running `cargo check --bins` on sled-agent-client (122/272)
31502026-04-29T20:58:19.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512026-04-29T20:58:19.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522026-04-29T20:58:19.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532026-04-29T20:58:19.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31542026-04-29T20:58:19.190Z
31552026-04-29T20:58:19.190Zinfo: running `cargo check --bins` on wicketd-client (123/272)
31562026-04-29T20:58:19.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572026-04-29T20:58:19.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582026-04-29T20:58:19.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592026-04-29T20:58:19.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31602026-04-29T20:58:19.813Z
31612026-04-29T20:58:19.813Zinfo: running `cargo check --bins` on installinator-common (124/272)
31622026-04-29T20:58:20.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632026-04-29T20:58:20.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642026-04-29T20:58:20.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652026-04-29T20:58:20.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31662026-04-29T20:58:20.429Z
31672026-04-29T20:58:20.429Zinfo: running `cargo check --bins` on installinator-common-versions (125/272)
31682026-04-29T20:58:20.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-04-29T20:58:20.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-04-29T20:58:20.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712026-04-29T20:58:20.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31722026-04-29T20:58:21.014Z
31732026-04-29T20:58:21.014Zinfo: running `cargo check --bins` on wicket-common (126/272)
31742026-04-29T20:58:21.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752026-04-29T20:58:21.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762026-04-29T20:58:21.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31772026-04-29T20:58:21.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31782026-04-29T20:58:21.629Z
31792026-04-29T20:58:21.629Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/272)
31802026-04-29T20:58:22.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31812026-04-29T20:58:22.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31822026-04-29T20:58:22.317Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31832026-04-29T20:58:22.433Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31842026-04-29T20:58:22.441Z Checking csv-core v0.1.13
31852026-04-29T20:58:22.449Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31862026-04-29T20:58:22.451Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31872026-04-29T20:58:22.456Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31882026-04-29T20:58:22.478Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31892026-04-29T20:58:22.489Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31902026-04-29T20:58:22.598Z Checking csv v1.4.0
31912026-04-29T20:58:22.639Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31922026-04-29T20:58:22.655Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31932026-04-29T20:58:22.681Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31942026-04-29T20:58:22.697Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31952026-04-29T20:58:22.934Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31962026-04-29T20:58:23.299Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31972026-04-29T20:58:23.300Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31982026-04-29T20:58:23.639Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31992026-04-29T20:58:29.387Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32002026-04-29T20:58:29.909Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32012026-04-29T20:58:32.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.62s
32022026-04-29T20:58:32.460Z
32032026-04-29T20:58:32.460Zinfo: running `cargo check --bins` on cockroach-admin-api (128/272)
32042026-04-29T20:58:32.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052026-04-29T20:58:32.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062026-04-29T20:58:32.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072026-04-29T20:58:32.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32082026-04-29T20:58:33.061Z
32092026-04-29T20:58:33.061Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/272)
32102026-04-29T20:58:33.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112026-04-29T20:58:33.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122026-04-29T20:58:33.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132026-04-29T20:58:33.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32142026-04-29T20:58:33.733Z
32152026-04-29T20:58:33.733Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/272)
32162026-04-29T20:58:34.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-04-29T20:58:34.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-04-29T20:58:34.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192026-04-29T20:58:34.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32202026-04-29T20:58:34.418Z
32212026-04-29T20:58:34.418Zinfo: running `cargo check --bins` on gateway-test-utils (131/272)
32222026-04-29T20:58:34.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232026-04-29T20:58:34.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242026-04-29T20:58:34.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32252026-04-29T20:58:34.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32262026-04-29T20:58:35.067Z
32272026-04-29T20:58:35.067Zinfo: running `cargo check --bins` on omicron-gateway (132/272)
32282026-04-29T20:58:35.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32292026-04-29T20:58:35.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32302026-04-29T20:58:35.833Z Compiling regress v0.11.1
32312026-04-29T20:58:35.969Z Compiling unsafe-libyaml v0.2.11
32322026-04-29T20:58:35.982Z Compiling radium v0.7.0
32332026-04-29T20:58:35.985Z Compiling semver v0.1.20
32342026-04-29T20:58:36.008Z Compiling pin-project-internal v1.1.11
32352026-04-29T20:58:36.020Z Checking tap v1.0.1
32362026-04-29T20:58:36.023Z Compiling maybe-uninit v2.0.0
32372026-04-29T20:58:36.122Z Checking wyz v0.5.1
32382026-04-29T20:58:36.247Z Compiling rustc_version v0.1.7
32392026-04-29T20:58:36.301Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32402026-04-29T20:58:36.363Z Checking progenitor-client v0.13.0
32412026-04-29T20:58:36.440Z Compiling snafu-derive v0.8.9
32422026-04-29T20:58:36.464Z Compiling newtype_derive v0.1.6
32432026-04-29T20:58:36.596Z Compiling serde_yaml v0.9.34+deprecated
32442026-04-29T20:58:36.654Z Compiling zerocopy-derive v0.6.6
32452026-04-29T20:58:36.698Z Checking crc-catalog v2.4.0
32462026-04-29T20:58:36.794Z Compiling cancel-safe-futures v0.1.5
32472026-04-29T20:58:37.021Z Compiling owo-colors v4.3.0
32482026-04-29T20:58:37.127Z Checking pin-project v1.1.11
32492026-04-29T20:58:37.230Z Checking funty v2.0.0
32502026-04-29T20:58:37.344Z Checking same-file v1.0.6
32512026-04-29T20:58:37.411Z Checking typify-impl v0.6.2
32522026-04-29T20:58:37.501Z Compiling packed_struct v0.10.1
32532026-04-29T20:58:37.553Z Checking bitvec v1.0.1
32542026-04-29T20:58:37.774Z Checking zerocopy v0.6.6
32552026-04-29T20:58:37.792Z Checking walkdir v2.5.0
32562026-04-29T20:58:38.036Z Checking crc v3.4.0
32572026-04-29T20:58:38.118Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32582026-04-29T20:58:38.167Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32592026-04-29T20:58:38.211Z Checking globset v0.4.18
32602026-04-29T20:58:38.362Z Checking snafu v0.8.9
32612026-04-29T20:58:38.470Z Checking olpc-cjson v0.1.4
32622026-04-29T20:58:38.507Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32632026-04-29T20:58:38.551Z Checking pem v3.0.6
32642026-04-29T20:58:38.608Z Compiling packed_struct_codegen v0.10.1
32652026-04-29T20:58:38.611Z Checking libsw-core v0.3.2
32662026-04-29T20:58:38.662Z Checking serde_plain v1.0.2
32672026-04-29T20:58:38.709Z Compiling bitfield-macros v0.19.4
32682026-04-29T20:58:38.759Z Compiling indexmap v1.9.3
32692026-04-29T20:58:38.773Z Checking nodrop v0.1.14
32702026-04-29T20:58:38.811Z Checking typed-path v0.9.3
32712026-04-29T20:58:38.833Z Checking libsw v3.5.0
32722026-04-29T20:58:38.864Z Checking array-init v0.0.4
32732026-04-29T20:58:38.976Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32742026-04-29T20:58:38.991Z Checking smallvec v0.6.14
32752026-04-29T20:58:39.159Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32762026-04-29T20:58:39.366Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32772026-04-29T20:58:39.418Z Checking bitfield v0.19.4
32782026-04-29T20:58:39.432Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32792026-04-29T20:58:39.530Z Checking smawk v0.3.2
32802026-04-29T20:58:39.555Z Checking base64 v0.21.7
32812026-04-29T20:58:39.570Z Checking tough v0.20.0
32822026-04-29T20:58:39.597Z Checking linear-map v1.2.0
32832026-04-29T20:58:39.660Z Checking hashbrown v0.12.3
32842026-04-29T20:58:39.687Z Checking unicode-linebreak v0.1.5
32852026-04-29T20:58:39.767Z Checking tagptr v0.2.0
32862026-04-29T20:58:39.794Z Checking ron v0.8.1
32872026-04-29T20:58:39.808Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32882026-04-29T20:58:39.900Z Checking textwrap v0.16.2
32892026-04-29T20:58:39.914Z Checking moka v0.12.13
32902026-04-29T20:58:40.116Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32912026-04-29T20:58:40.287Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32922026-04-29T20:58:40.312Z Checking steno v0.4.1
32932026-04-29T20:58:40.390Z Checking serde-hex v0.1.0
32942026-04-29T20:58:40.538Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32952026-04-29T20:58:40.705Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32962026-04-29T20:58:40.722Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32972026-04-29T20:58:41.066Z Checking hashbrown v0.13.2
32982026-04-29T20:58:41.085Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32992026-04-29T20:58:41.277Z Checking humantime v2.3.0
33002026-04-29T20:58:41.292Z Checking crc-any v2.5.0
33012026-04-29T20:58:41.326Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33022026-04-29T20:58:41.461Z Checking hickory-resolver v0.25.2
33032026-04-29T20:58:41.475Z Checking utf-8 v0.7.6
33042026-04-29T20:58:41.494Z Checking path-slash v0.1.5
33052026-04-29T20:58:41.497Z Checking object v0.30.4
33062026-04-29T20:58:41.528Z Checking void v1.0.2
33072026-04-29T20:58:41.599Z Checking half v1.8.3
33082026-04-29T20:58:41.614Z Checking tungstenite v0.23.0
33092026-04-29T20:58:41.632Z Checking lzss v0.8.2
33102026-04-29T20:58:41.795Z Checking serde_cbor v0.11.2
33112026-04-29T20:58:41.860Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33122026-04-29T20:58:41.977Z Compiling typify-macro v0.6.2
33132026-04-29T20:58:41.991Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33142026-04-29T20:58:42.070Z Checking nix v0.27.1
33152026-04-29T20:58:42.084Z Checking kstat-rs v0.2.4
33162026-04-29T20:58:42.209Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33172026-04-29T20:58:42.225Z Checking fxhash v0.2.1
33182026-04-29T20:58:42.241Z Checking serde_bytes v0.11.19
33192026-04-29T20:58:42.267Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33202026-04-29T20:58:42.347Z Checking tokio-tungstenite v0.23.1
33212026-04-29T20:58:42.417Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33222026-04-29T20:58:42.589Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33232026-04-29T20:58:42.611Z Checking signal-hook-tokio v0.3.1
33242026-04-29T20:58:43.446Z Compiling typify v0.6.2
33252026-04-29T20:58:43.531Z Compiling progenitor-impl v0.13.0
33262026-04-29T20:58:43.531Z Compiling progenitor-impl v0.14.0
33272026-04-29T20:58:43.689Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33282026-04-29T20:58:44.600Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33292026-04-29T20:58:44.927Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33302026-04-29T20:58:45.097Z Compiling progenitor-macro v0.14.0
33312026-04-29T20:58:45.126Z Compiling progenitor-macro v0.13.0
33322026-04-29T20:58:47.688Z Checking progenitor v0.13.0
33332026-04-29T20:58:47.775Z Checking progenitor v0.14.0
33342026-04-29T20:58:47.806Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33352026-04-29T20:58:47.891Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33362026-04-29T20:58:50.792Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33372026-04-29T20:58:58.223Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33382026-04-29T20:59:04.447Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33392026-04-29T20:59:05.850Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33402026-04-29T20:59:06.353Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33412026-04-29T20:59:08.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.35s
33422026-04-29T20:59:08.633Z
33432026-04-29T20:59:08.633Zinfo: running `cargo check --bins` on gateway-api (133/272)
33442026-04-29T20:59:09.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33452026-04-29T20:59:09.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33462026-04-29T20:59:09.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33472026-04-29T20:59:09.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33482026-04-29T20:59:09.233Z
33492026-04-29T20:59:09.233Zinfo: running `cargo check --bins` on ipcc (134/272)
33502026-04-29T20:59:09.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33512026-04-29T20:59:09.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33522026-04-29T20:59:09.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33532026-04-29T20:59:09.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33542026-04-29T20:59:09.831Z
33552026-04-29T20:59:09.831Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/272)
33562026-04-29T20:59:10.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33572026-04-29T20:59:10.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33582026-04-29T20:59:10.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33592026-04-29T20:59:10.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33602026-04-29T20:59:10.413Z
33612026-04-29T20:59:10.413Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/272)
33622026-04-29T20:59:10.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33632026-04-29T20:59:10.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33642026-04-29T20:59:10.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33652026-04-29T20:59:10.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33662026-04-29T20:59:11.019Z
33672026-04-29T20:59:11.019Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/272)
33682026-04-29T20:59:11.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33692026-04-29T20:59:11.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33702026-04-29T20:59:11.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33712026-04-29T20:59:11.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33722026-04-29T20:59:11.621Z
33732026-04-29T20:59:11.621Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/272)
33742026-04-29T20:59:12.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33752026-04-29T20:59:12.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33762026-04-29T20:59:12.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33772026-04-29T20:59:12.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33782026-04-29T20:59:12.221Z
33792026-04-29T20:59:12.221Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/272)
33802026-04-29T20:59:12.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33812026-04-29T20:59:12.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33822026-04-29T20:59:12.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33832026-04-29T20:59:12.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33842026-04-29T20:59:12.818Z
33852026-04-29T20:59:12.818Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/272)
33862026-04-29T20:59:13.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33872026-04-29T20:59:13.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33882026-04-29T20:59:13.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33892026-04-29T20:59:13.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33902026-04-29T20:59:13.418Z
33912026-04-29T20:59:13.418Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/272)
33922026-04-29T20:59:13.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33932026-04-29T20:59:13.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33942026-04-29T20:59:13.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33952026-04-29T20:59:13.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33962026-04-29T20:59:14.020Z
33972026-04-29T20:59:14.020Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/272)
33982026-04-29T20:59:14.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33992026-04-29T20:59:14.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34002026-04-29T20:59:14.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34012026-04-29T20:59:14.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34022026-04-29T20:59:14.619Z
34032026-04-29T20:59:14.620Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/272)
34042026-04-29T20:59:15.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34052026-04-29T20:59:15.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34062026-04-29T20:59:15.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34072026-04-29T20:59:15.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34082026-04-29T20:59:15.217Z
34092026-04-29T20:59:15.217Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/272)
34102026-04-29T20:59:15.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34112026-04-29T20:59:15.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34122026-04-29T20:59:15.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34132026-04-29T20:59:15.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34142026-04-29T20:59:15.814Z
34152026-04-29T20:59:15.814Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/272)
34162026-04-29T20:59:16.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34172026-04-29T20:59:16.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34182026-04-29T20:59:16.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34192026-04-29T20:59:16.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34202026-04-29T20:59:16.409Z
34212026-04-29T20:59:16.409Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/272)
34222026-04-29T20:59:16.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34232026-04-29T20:59:16.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34242026-04-29T20:59:16.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34252026-04-29T20:59:16.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34262026-04-29T20:59:17.007Z
34272026-04-29T20:59:17.007Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/272)
34282026-04-29T20:59:17.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34292026-04-29T20:59:17.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34302026-04-29T20:59:17.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34312026-04-29T20:59:17.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34322026-04-29T20:59:17.607Z
34332026-04-29T20:59:17.607Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/272)
34342026-04-29T20:59:18.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34352026-04-29T20:59:18.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34362026-04-29T20:59:18.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34372026-04-29T20:59:18.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34382026-04-29T20:59:18.209Z
34392026-04-29T20:59:18.209Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/272)
34402026-04-29T20:59:18.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34412026-04-29T20:59:18.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34422026-04-29T20:59:18.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34432026-04-29T20:59:18.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34442026-04-29T20:59:18.811Z
34452026-04-29T20:59:18.811Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/272)
34462026-04-29T20:59:19.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34472026-04-29T20:59:19.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34482026-04-29T20:59:19.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34492026-04-29T20:59:19.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34502026-04-29T20:59:19.415Z
34512026-04-29T20:59:19.415Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/272)
34522026-04-29T20:59:19.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34532026-04-29T20:59:19.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34542026-04-29T20:59:19.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34552026-04-29T20:59:19.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34562026-04-29T20:59:20.018Z
34572026-04-29T20:59:20.018Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/272)
34582026-04-29T20:59:20.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34592026-04-29T20:59:20.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34602026-04-29T20:59:20.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34612026-04-29T20:59:20.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34622026-04-29T20:59:20.619Z
34632026-04-29T20:59:20.619Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/272)
34642026-04-29T20:59:21.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34652026-04-29T20:59:21.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34662026-04-29T20:59:21.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34672026-04-29T20:59:21.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34682026-04-29T20:59:21.222Z
34692026-04-29T20:59:21.222Zinfo: running `cargo check --bins` on oximeter-producer (154/272)
34702026-04-29T20:59:21.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34712026-04-29T20:59:21.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34722026-04-29T20:59:21.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34732026-04-29T20:59:21.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34742026-04-29T20:59:21.861Z
34752026-04-29T20:59:21.861Zinfo: running `cargo check --bins` on internal-dns-resolver (155/272)
34762026-04-29T20:59:22.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34772026-04-29T20:59:22.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34782026-04-29T20:59:22.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34792026-04-29T20:59:22.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34802026-04-29T20:59:22.463Z
34812026-04-29T20:59:22.463Zinfo: running `cargo check --bins` on dns-server (156/272)
34822026-04-29T20:59:22.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34832026-04-29T20:59:22.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34842026-04-29T20:59:23.114Z Compiling parking_lot_core v0.8.6
34852026-04-29T20:59:23.114Z Compiling git-stub v1.0.0
34862026-04-29T20:59:23.114Z Compiling atomicwrites v0.4.4
34872026-04-29T20:59:23.118Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34882026-04-29T20:59:23.118Z Checking prefix-trie v0.7.0
34892026-04-29T20:59:23.348Z Compiling git-stub-vcs v0.1.0
34902026-04-29T20:59:23.512Z Checking hickory-server v0.25.2
34912026-04-29T20:59:23.624Z Checking parking_lot v0.11.2
34922026-04-29T20:59:23.628Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34932026-04-29T20:59:23.691Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34942026-04-29T20:59:23.694Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34952026-04-29T20:59:23.830Z Checking sled v0.34.7
34962026-04-29T20:59:25.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
34972026-04-29T20:59:25.881Z
34982026-04-29T20:59:25.881Zinfo: running `cargo check --bins` on dns-server-api (157/272)
34992026-04-29T20:59:26.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35002026-04-29T20:59:26.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35012026-04-29T20:59:26.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35022026-04-29T20:59:26.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35032026-04-29T20:59:26.473Z
35042026-04-29T20:59:26.473Zinfo: running `cargo check --bins` on oximeter-producer-api (158/272)
35052026-04-29T20:59:26.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35062026-04-29T20:59:26.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35072026-04-29T20:59:26.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35082026-04-29T20:59:26.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35092026-04-29T20:59:27.068Z
35102026-04-29T20:59:27.068Zinfo: running `cargo check --bins` on sp-sim (159/272)
35112026-04-29T20:59:27.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35122026-04-29T20:59:27.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35132026-04-29T20:59:27.789Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35142026-04-29T20:59:29.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s
35152026-04-29T20:59:29.755Z
35162026-04-29T20:59:29.755Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/272)
35172026-04-29T20:59:30.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35182026-04-29T20:59:30.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35192026-04-29T20:59:30.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35202026-04-29T20:59:30.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35212026-04-29T20:59:30.414Z
35222026-04-29T20:59:30.414Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/272)
35232026-04-29T20:59:30.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35242026-04-29T20:59:30.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35252026-04-29T20:59:30.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35262026-04-29T20:59:30.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35272026-04-29T20:59:31.075Z
35282026-04-29T20:59:31.075Zinfo: running `cargo check --bins` on db-macros (162/272)
35292026-04-29T20:59:31.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35302026-04-29T20:59:31.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35312026-04-29T20:59:31.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35322026-04-29T20:59:31.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35332026-04-29T20:59:31.663Z
35342026-04-29T20:59:31.663Zinfo: running `cargo check --bins` on nexus-macros-common (163/272)
35352026-04-29T20:59:32.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35362026-04-29T20:59:32.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35372026-04-29T20:59:32.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35382026-04-29T20:59:32.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35392026-04-29T20:59:32.244Z
35402026-04-29T20:59:32.244Zinfo: running `cargo check --bins` on nexus-auth (164/272)
35412026-04-29T20:59:32.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35422026-04-29T20:59:32.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35432026-04-29T20:59:32.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35442026-04-29T20:59:32.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35452026-04-29T20:59:32.898Z
35462026-04-29T20:59:32.898Zinfo: running `cargo check --bins` on authz-macros (165/272)
35472026-04-29T20:59:33.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35482026-04-29T20:59:33.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35492026-04-29T20:59:33.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35502026-04-29T20:59:33.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35512026-04-29T20:59:33.484Z
35522026-04-29T20:59:33.485Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/272)
35532026-04-29T20:59:34.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35542026-04-29T20:59:34.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35552026-04-29T20:59:34.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35562026-04-29T20:59:34.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35572026-04-29T20:59:34.136Z
35582026-04-29T20:59:34.136Zinfo: running `cargo check --bins` on nexus-db-model (167/272)
35592026-04-29T20:59:34.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35602026-04-29T20:59:34.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35612026-04-29T20:59:34.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35622026-04-29T20:59:34.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35632026-04-29T20:59:34.789Z
35642026-04-29T20:59:34.789Zinfo: running `cargo check --bins` on nexus-db-schema (168/272)
35652026-04-29T20:59:35.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35662026-04-29T20:59:35.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35672026-04-29T20:59:35.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35682026-04-29T20:59:35.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35692026-04-29T20:59:35.381Z
35702026-04-29T20:59:35.381Zinfo: running `cargo check --bins` on omicron-rpaths (169/272)
35712026-04-29T20:59:35.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35722026-04-29T20:59:35.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35732026-04-29T20:59:35.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35742026-04-29T20:59:35.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35752026-04-29T20:59:35.969Z
35762026-04-29T20:59:35.969Zinfo: running `cargo check --bins` on nexus-defaults (170/272)
35772026-04-29T20:59:36.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35782026-04-29T20:59:36.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35792026-04-29T20:59:36.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35802026-04-29T20:59:36.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35812026-04-29T20:59:36.575Z
35822026-04-29T20:59:36.575Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/272)
35832026-04-29T20:59:37.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35842026-04-29T20:59:37.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35852026-04-29T20:59:37.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35862026-04-29T20:59:37.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35872026-04-29T20:59:37.173Z
35882026-04-29T20:59:37.174Zinfo: running `cargo check --bins` on parallel-task-set (172/272)
35892026-04-29T20:59:37.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902026-04-29T20:59:37.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912026-04-29T20:59:37.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35922026-04-29T20:59:37.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35932026-04-29T20:59:37.760Z
35942026-04-29T20:59:37.760Zinfo: running `cargo check --bins` on nexus-db-errors (173/272)
35952026-04-29T20:59:38.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35962026-04-29T20:59:38.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35972026-04-29T20:59:38.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35982026-04-29T20:59:38.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35992026-04-29T20:59:38.417Z
36002026-04-29T20:59:38.417Zinfo: running `cargo check --bins` on nexus-db-lookup (174/272)
36012026-04-29T20:59:38.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36022026-04-29T20:59:38.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36032026-04-29T20:59:38.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36042026-04-29T20:59:38.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36052026-04-29T20:59:39.076Z
36062026-04-29T20:59:39.076Zinfo: running `cargo check --bins` on nexus-inventory (175/272)
36072026-04-29T20:59:39.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36082026-04-29T20:59:39.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36092026-04-29T20:59:39.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36102026-04-29T20:59:39.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36112026-04-29T20:59:39.724Z
36122026-04-29T20:59:39.724Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/272)
36132026-04-29T20:59:40.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36142026-04-29T20:59:40.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36152026-04-29T20:59:40.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36162026-04-29T20:59:40.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36172026-04-29T20:59:40.342Z
36182026-04-29T20:59:40.342Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/272)
36192026-04-29T20:59:40.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36202026-04-29T20:59:40.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36212026-04-29T20:59:40.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36222026-04-29T20:59:40.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36232026-04-29T20:59:40.963Z
36242026-04-29T20:59:40.963Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/272)
36252026-04-29T20:59:41.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36262026-04-29T20:59:41.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36272026-04-29T20:59:41.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36282026-04-29T20:59:41.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36292026-04-29T20:59:41.583Z
36302026-04-29T20:59:41.583Zinfo: running `cargo check --bins` on key-manager (179/272)
36312026-04-29T20:59:42.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36322026-04-29T20:59:42.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36332026-04-29T20:59:42.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36342026-04-29T20:59:42.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36352026-04-29T20:59:42.187Z
36362026-04-29T20:59:42.187Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/272)
36372026-04-29T20:59:42.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36382026-04-29T20:59:42.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36392026-04-29T20:59:42.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36402026-04-29T20:59:42.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36412026-04-29T20:59:42.803Z
36422026-04-29T20:59:42.803Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/272)
36432026-04-29T20:59:43.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36442026-04-29T20:59:43.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36452026-04-29T20:59:43.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36462026-04-29T20:59:43.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36472026-04-29T20:59:43.416Z
36482026-04-29T20:59:43.416Zinfo: running `cargo check --bins` on typed-rng (182/272)
36492026-04-29T20:59:43.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36502026-04-29T20:59:43.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36512026-04-29T20:59:43.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36522026-04-29T20:59:43.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36532026-04-29T20:59:44.006Z
36542026-04-29T20:59:44.006Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/272)
36552026-04-29T20:59:44.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36562026-04-29T20:59:44.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36572026-04-29T20:59:44.869Z Compiling typify-impl v0.4.3
36582026-04-29T20:59:44.869Z Compiling libefi-sys v0.1.0
36592026-04-29T20:59:44.872Z Compiling bitfield-struct v0.6.2
36602026-04-29T20:59:45.021Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36612026-04-29T20:59:45.032Z Compiling xshell-macros v0.2.7
36622026-04-29T20:59:45.058Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36632026-04-29T20:59:45.061Z Compiling salty v0.3.0
36642026-04-29T20:59:45.133Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36652026-04-29T20:59:45.263Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36662026-04-29T20:59:45.371Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36672026-04-29T20:59:45.444Z Checking xshell v0.2.7
36682026-04-29T20:59:45.461Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36692026-04-29T20:59:45.613Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36702026-04-29T20:59:45.636Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36712026-04-29T20:59:45.651Z Checking primeorder v0.13.6
36722026-04-29T20:59:45.784Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36732026-04-29T20:59:45.802Z Compiling proc-macro-error-attr2 v2.0.0
36742026-04-29T20:59:45.872Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36752026-04-29T20:59:45.889Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36762026-04-29T20:59:45.909Z Checking tungstenite v0.21.0
36772026-04-29T20:59:46.113Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36782026-04-29T20:59:46.127Z Checking p384 v0.13.1
36792026-04-29T20:59:46.185Z Compiling proc-macro-error2 v2.0.1
36802026-04-29T20:59:46.214Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36812026-04-29T20:59:46.332Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36822026-04-29T20:59:46.500Z Compiling num-derive v0.3.3
36832026-04-29T20:59:46.540Z Compiling illumos-nvpair-sys v0.2.0
36842026-04-29T20:59:46.664Z Compiling unicase v2.9.0
36852026-04-29T20:59:46.753Z Compiling tabled_derive v0.11.0
36862026-04-29T20:59:46.863Z Checking tokio-tungstenite v0.21.0
36872026-04-29T20:59:46.879Z Compiling mime_guess v2.0.5
36882026-04-29T20:59:46.952Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36892026-04-29T20:59:47.309Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36902026-04-29T20:59:47.383Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36912026-04-29T20:59:47.416Z Checking libscf-sys v1.1.0
36922026-04-29T20:59:47.549Z Checking papergrid v0.17.0
36932026-04-29T20:59:47.651Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36942026-04-29T20:59:47.696Z Checking testing_table v0.3.0
36952026-04-29T20:59:47.796Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36962026-04-29T20:59:47.934Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36972026-04-29T20:59:47.977Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36982026-04-29T20:59:48.104Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36992026-04-29T20:59:48.190Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37002026-04-29T20:59:48.320Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37012026-04-29T20:59:48.336Z Checking corncobs v0.1.4
37022026-04-29T20:59:48.385Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37032026-04-29T20:59:48.403Z Checking tabled v0.20.0
37042026-04-29T20:59:48.464Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37052026-04-29T20:59:48.604Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37062026-04-29T20:59:48.620Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37072026-04-29T20:59:48.708Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37082026-04-29T20:59:48.794Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37092026-04-29T20:59:48.811Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37102026-04-29T20:59:48.826Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37112026-04-29T20:59:48.870Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
37122026-04-29T20:59:48.929Z Checking progenitor-client v0.11.2
37132026-04-29T20:59:49.034Z Checking secrecy v0.8.0
37142026-04-29T20:59:49.091Z Checking filetime v0.2.27
37152026-04-29T20:59:49.159Z Checking http-range v0.1.5
37162026-04-29T20:59:49.176Z Checking xattr v1.6.1
37172026-04-29T20:59:49.306Z Checking tar v0.4.45
37182026-04-29T20:59:49.402Z Compiling typify-macro v0.4.3
37192026-04-29T20:59:49.520Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37202026-04-29T20:59:49.573Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37212026-04-29T20:59:49.677Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37222026-04-29T20:59:49.711Z Checking illumos-nvpair v0.3.0
37232026-04-29T20:59:49.870Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37242026-04-29T20:59:49.886Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37252026-04-29T20:59:49.994Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37262026-04-29T20:59:50.245Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37272026-04-29T20:59:50.270Z Checking atty v0.2.14
37282026-04-29T20:59:50.373Z Checking crc8 v0.1.1
37292026-04-29T20:59:50.424Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37302026-04-29T20:59:50.457Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37312026-04-29T20:59:50.478Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37322026-04-29T20:59:50.797Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37332026-04-29T20:59:50.849Z Checking hyper-staticfile v0.10.1
37342026-04-29T20:59:50.896Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37352026-04-29T20:59:50.977Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37362026-04-29T20:59:51.104Z Compiling typify v0.4.3
37372026-04-29T20:59:51.176Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37382026-04-29T20:59:51.198Z Compiling progenitor-impl v0.10.0
37392026-04-29T20:59:51.221Z Compiling progenitor-impl v0.11.2
37402026-04-29T20:59:51.539Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37412026-04-29T20:59:51.666Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37422026-04-29T20:59:51.785Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37432026-04-29T20:59:52.096Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37442026-04-29T20:59:52.188Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37452026-04-29T20:59:52.235Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37462026-04-29T20:59:52.326Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37472026-04-29T20:59:52.361Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37482026-04-29T20:59:52.444Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37492026-04-29T20:59:52.678Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37502026-04-29T20:59:52.718Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37512026-04-29T20:59:52.993Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37522026-04-29T20:59:53.012Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37532026-04-29T20:59:53.286Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37542026-04-29T20:59:53.559Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37552026-04-29T20:59:53.785Z Compiling progenitor-macro v0.10.0
37562026-04-29T20:59:53.818Z Compiling progenitor-macro v0.11.2
37572026-04-29T20:59:56.629Z Checking progenitor v0.10.0
37582026-04-29T20:59:56.674Z Checking progenitor v0.11.2
37592026-04-29T20:59:56.769Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37602026-04-29T20:59:56.807Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37612026-04-29T21:00:12.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.49s
37622026-04-29T21:00:12.725Z
37632026-04-29T21:00:12.725Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/272)
37642026-04-29T21:00:13.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-04-29T21:00:13.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-04-29T21:00:13.516Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37672026-04-29T21:00:24.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.11s
37682026-04-29T21:00:25.068Z
37692026-04-29T21:00:25.068Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/272)
37702026-04-29T21:00:25.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-04-29T21:00:25.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-04-29T21:00:25.861Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37732026-04-29T21:00:37.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.02s
37742026-04-29T21:00:37.321Z
37752026-04-29T21:00:37.321Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/272)
37762026-04-29T21:00:37.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-04-29T21:00:37.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-04-29T21:00:38.109Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37792026-04-29T21:00:49.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.97s
37802026-04-29T21:00:49.521Z
37812026-04-29T21:00:49.521Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/272)
37822026-04-29T21:00:50.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832026-04-29T21:00:50.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842026-04-29T21:00:50.310Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37852026-04-29T21:01:01.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.04s
37862026-04-29T21:01:01.793Z
37872026-04-29T21:01:01.793Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/272)
37882026-04-29T21:01:02.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37892026-04-29T21:01:02.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37902026-04-29T21:01:02.581Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37912026-04-29T21:01:13.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.97s
37922026-04-29T21:01:13.988Z
37932026-04-29T21:01:13.988Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/272)
37942026-04-29T21:01:14.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-04-29T21:01:14.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-04-29T21:01:14.773Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37972026-04-29T21:01:26.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.03s
37982026-04-29T21:01:26.238Z
37992026-04-29T21:01:26.239Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/272)
38002026-04-29T21:01:26.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-04-29T21:01:26.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-04-29T21:01:27.031Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38032026-04-29T21:01:38.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.97s
38042026-04-29T21:01:38.435Z
38052026-04-29T21:01:38.436Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/272)
38062026-04-29T21:01:38.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072026-04-29T21:01:38.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082026-04-29T21:01:38.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38092026-04-29T21:01:38.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38102026-04-29T21:01:39.043Z
38112026-04-29T21:01:39.043Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/272)
38122026-04-29T21:01:39.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132026-04-29T21:01:39.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142026-04-29T21:01:39.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38152026-04-29T21:01:39.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38162026-04-29T21:01:39.645Z
38172026-04-29T21:01:39.645Zinfo: running `cargo check --bins` on range-requests (193/272)
38182026-04-29T21:01:40.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38192026-04-29T21:01:40.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38202026-04-29T21:01:40.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38212026-04-29T21:01:40.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38222026-04-29T21:01:40.234Z
38232026-04-29T21:01:40.234Zinfo: running `cargo check --bins` on repo-depot-api (194/272)
38242026-04-29T21:01:40.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38252026-04-29T21:01:40.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38262026-04-29T21:01:40.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38272026-04-29T21:01:40.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38282026-04-29T21:01:40.831Z
38292026-04-29T21:01:40.831Zinfo: running `cargo check --bins` on sled-agent-api (195/272)
38302026-04-29T21:01:41.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38312026-04-29T21:01:41.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38322026-04-29T21:01:41.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38332026-04-29T21:01:41.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38342026-04-29T21:01:41.440Z
38352026-04-29T21:01:41.440Zinfo: running `cargo check --bins` on sled-diagnostics (196/272)
38362026-04-29T21:01:41.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38372026-04-29T21:01:41.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38382026-04-29T21:01:41.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38392026-04-29T21:01:41.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38402026-04-29T21:01:42.056Z
38412026-04-29T21:01:42.056Zinfo: running `cargo check --bins` on zfs-test-harness (197/272)
38422026-04-29T21:01:42.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38432026-04-29T21:01:42.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38442026-04-29T21:01:42.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38452026-04-29T21:01:42.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38462026-04-29T21:01:42.675Z
38472026-04-29T21:01:42.675Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/272)
38482026-04-29T21:01:43.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-04-29T21:01:43.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-04-29T21:01:43.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38512026-04-29T21:01:43.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38522026-04-29T21:01:43.297Z
38532026-04-29T21:01:43.297Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/272)
38542026-04-29T21:01:43.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-04-29T21:01:43.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-04-29T21:01:43.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38572026-04-29T21:01:43.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38582026-04-29T21:01:43.919Z
38592026-04-29T21:01:43.919Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/272)
38602026-04-29T21:01:44.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-04-29T21:01:44.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-04-29T21:01:44.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38632026-04-29T21:01:44.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38642026-04-29T21:01:44.538Z
38652026-04-29T21:01:44.538Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/272)
38662026-04-29T21:01:45.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-04-29T21:01:45.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-04-29T21:01:45.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38692026-04-29T21:01:45.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38702026-04-29T21:01:45.160Z
38712026-04-29T21:01:45.160Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/272)
38722026-04-29T21:01:45.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-04-29T21:01:45.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-04-29T21:01:45.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38752026-04-29T21:01:45.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38762026-04-29T21:01:45.781Z
38772026-04-29T21:01:45.782Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/272)
38782026-04-29T21:01:46.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-04-29T21:01:46.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-04-29T21:01:46.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38812026-04-29T21:01:46.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38822026-04-29T21:01:46.401Z
38832026-04-29T21:01:46.401Zinfo: running `cargo check --bins` on transient-dns-server (204/272)
38842026-04-29T21:01:46.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-04-29T21:01:46.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-04-29T21:01:46.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38872026-04-29T21:01:46.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38882026-04-29T21:01:47.009Z
38892026-04-29T21:01:47.009Zinfo: running `cargo check --bins` on trust-quorum (205/272)
38902026-04-29T21:01:47.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-04-29T21:01:47.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-04-29T21:01:47.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38932026-04-29T21:01:47.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38942026-04-29T21:01:47.625Z
38952026-04-29T21:01:47.625Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/272)
38962026-04-29T21:01:48.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-04-29T21:01:48.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-04-29T21:01:48.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992026-04-29T21:01:48.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39002026-04-29T21:01:48.260Z
39012026-04-29T21:01:48.260Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/272)
39022026-04-29T21:01:48.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-04-29T21:01:48.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-04-29T21:01:48.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052026-04-29T21:01:48.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39062026-04-29T21:01:48.912Z
39072026-04-29T21:01:48.912Zinfo: running `cargo check --bins` on update-common (208/272)
39082026-04-29T21:01:49.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-04-29T21:01:49.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-04-29T21:01:49.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39112026-04-29T21:01:49.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39122026-04-29T21:01:49.520Z
39132026-04-29T21:01:49.520Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/272)
39142026-04-29T21:01:50.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39152026-04-29T21:01:50.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39162026-04-29T21:01:50.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39172026-04-29T21:01:50.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39182026-04-29T21:01:50.174Z
39192026-04-29T21:01:50.174Zinfo: running `cargo check --bins` on reconfigurator-cli (210/272)
39202026-04-29T21:01:50.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39212026-04-29T21:01:50.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39222026-04-29T21:01:50.947Z Compiling fs-err v2.11.0
39232026-04-29T21:01:50.950Z Checking ignore v0.4.25
39242026-04-29T21:01:50.950Z Checking arc-swap v1.8.2
39252026-04-29T21:01:51.084Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39262026-04-29T21:01:51.087Z Checking predicates-tree v1.0.13
39272026-04-29T21:01:51.091Z Checking parse-size v1.1.0
39282026-04-29T21:01:51.114Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39292026-04-29T21:01:51.117Z Checking rand_seeder v0.4.0
39302026-04-29T21:01:51.179Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39312026-04-29T21:01:51.214Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39322026-04-29T21:01:51.289Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39332026-04-29T21:01:51.289Z Checking slog-scope v4.4.1
39342026-04-29T21:01:51.338Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39352026-04-29T21:01:51.413Z Compiling petname v2.0.2
39362026-04-29T21:01:51.434Z Checking slog-stdlog v4.1.1
39372026-04-29T21:01:51.449Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39382026-04-29T21:01:51.464Z Checking globwalk v0.9.1
39392026-04-29T21:01:51.543Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39402026-04-29T21:01:51.557Z Checking slog-envlogger v2.2.0
39412026-04-29T21:01:51.639Z Checking camino-tempfile-ext v0.3.3
39422026-04-29T21:01:51.701Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39432026-04-29T21:01:51.716Z Checking sapling-renderdag v0.1.0
39442026-04-29T21:01:51.831Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39452026-04-29T21:01:51.900Z Checking subprocess v0.2.15
39462026-04-29T21:01:51.956Z Checking sync-ptr v0.1.4
39472026-04-29T21:01:52.066Z Checking colored v2.2.0
39482026-04-29T21:01:52.080Z Checking assert_matches v1.5.0
39492026-04-29T21:01:52.190Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39502026-04-29T21:01:52.354Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39512026-04-29T21:01:52.358Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39522026-04-29T21:01:52.943Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39532026-04-29T21:01:54.259Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39542026-04-29T21:01:56.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.30s
39552026-04-29T21:01:56.684Z
39562026-04-29T21:01:56.684Zinfo: running `cargo check --bins` on omicron-repl-utils (211/272)
39572026-04-29T21:01:57.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582026-04-29T21:01:57.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592026-04-29T21:01:57.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39602026-04-29T21:01:57.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39612026-04-29T21:01:57.275Z
39622026-04-29T21:01:57.276Zinfo: running `cargo check --bins` on nexus-test-interface (212/272)
39632026-04-29T21:01:57.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39642026-04-29T21:01:57.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39652026-04-29T21:01:57.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39662026-04-29T21:01:57.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39672026-04-29T21:01:57.928Z
39682026-04-29T21:01:57.928Zinfo: running `cargo check --bins` on oximeter-collector (213/272)
39692026-04-29T21:01:58.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39702026-04-29T21:01:58.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39712026-04-29T21:01:58.650Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39722026-04-29T21:01:58.650Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39732026-04-29T21:01:59.295Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39742026-04-29T21:02:00.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.95s
39752026-04-29T21:02:01.089Z
39762026-04-29T21:02:01.089Zinfo: running `cargo check --bins` on oximeter-api (214/272)
39772026-04-29T21:02:01.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-04-29T21:02:01.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-04-29T21:02:01.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-04-29T21:02:01.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39812026-04-29T21:02:01.687Z
39822026-04-29T21:02:01.687Zinfo: running `cargo check --bins` on cert-dev (215/272)
39832026-04-29T21:02:02.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-04-29T21:02:02.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-04-29T21:02:02.291Z Checking yasna v0.5.2
39862026-04-29T21:02:02.697Z Checking rcgen v0.12.1
39872026-04-29T21:02:02.949Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39882026-04-29T21:02:03.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
39892026-04-29T21:02:03.313Z
39902026-04-29T21:02:03.313Zinfo: running `cargo check --bins` on clickana (216/272)
39912026-04-29T21:02:03.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39922026-04-29T21:02:03.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39932026-04-29T21:02:03.952Z Compiling darling_core v0.23.0
39942026-04-29T21:02:03.956Z Compiling instability v0.3.11
39952026-04-29T21:02:04.069Z Checking castaway v0.2.4
39962026-04-29T21:02:04.074Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39972026-04-29T21:02:04.077Z Compiling indoc v2.0.7
39982026-04-29T21:02:04.088Z Checking unicode-truncate v1.1.0
39992026-04-29T21:02:04.091Z Checking lru v0.12.5
40002026-04-29T21:02:04.091Z Checking cassowary v0.3.0
40012026-04-29T21:02:04.156Z Checking compact_str v0.8.1
40022026-04-29T21:02:05.009Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40032026-04-29T21:02:05.195Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40042026-04-29T21:02:05.473Z Compiling darling_macro v0.23.0
40052026-04-29T21:02:05.886Z Compiling darling v0.23.0
40062026-04-29T21:02:06.485Z Checking ratatui v0.29.0
40072026-04-29T21:02:07.558Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40082026-04-29T21:02:08.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.91s
40092026-04-29T21:02:08.403Z
40102026-04-29T21:02:08.403Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (217/272)
40112026-04-29T21:02:08.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-04-29T21:02:08.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-04-29T21:02:09.124Z Checking headers-core v0.3.0
40142026-04-29T21:02:09.124Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40152026-04-29T21:02:09.323Z Checking headers v0.4.1
40162026-04-29T21:02:09.694Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40172026-04-29T21:02:10.547Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40182026-04-29T21:02:11.049Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40192026-04-29T21:02:11.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
40202026-04-29T21:02:11.671Z
40212026-04-29T21:02:11.671Zinfo: running `cargo check --bins` on ch-dev (218/272)
40222026-04-29T21:02:12.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-04-29T21:02:12.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-04-29T21:02:12.388Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40252026-04-29T21:02:13.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40262026-04-29T21:02:13.353Z
40272026-04-29T21:02:13.353Zinfo: running `cargo check --bins` on dev-tools-common (219/272)
40282026-04-29T21:02:13.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40292026-04-29T21:02:13.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40302026-04-29T21:02:13.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40312026-04-29T21:02:13.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40322026-04-29T21:02:13.816Z
40332026-04-29T21:02:13.816Zinfo: running `cargo check --bins` on crdb-seed (220/272)
40342026-04-29T21:02:14.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40352026-04-29T21:02:14.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40362026-04-29T21:02:14.529Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40372026-04-29T21:02:15.523Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40382026-04-29T21:02:15.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
40392026-04-29T21:02:16.079Z
40402026-04-29T21:02:16.079Zinfo: running `cargo check --bins` on db-dev (221/272)
40412026-04-29T21:02:16.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40422026-04-29T21:02:16.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40432026-04-29T21:02:16.786Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40442026-04-29T21:02:17.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
40452026-04-29T21:02:17.761Z
40462026-04-29T21:02:17.761Zinfo: running `cargo check --bins` on omicron-dev-lib (222/272)
40472026-04-29T21:02:18.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-04-29T21:02:18.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-04-29T21:02:18.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40502026-04-29T21:02:18.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40512026-04-29T21:02:18.406Z
40522026-04-29T21:02:18.406Zinfo: running `cargo check --bins` on xtask-downloader (223/272)
40532026-04-29T21:02:18.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-04-29T21:02:18.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-04-29T21:02:19.012Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40562026-04-29T21:02:19.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
40572026-04-29T21:02:19.858Z
40582026-04-29T21:02:19.858Zinfo: running `cargo check --bins` on omicron-dropshot-apis (224/272)
40592026-04-29T21:02:20.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-04-29T21:02:20.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-04-29T21:02:20.606Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40622026-04-29T21:02:20.606Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40632026-04-29T21:02:20.606Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40642026-04-29T21:02:20.609Z Checking git-stub v1.0.0
40652026-04-29T21:02:20.609Z Compiling trait-variant v0.1.2
40662026-04-29T21:02:20.609Z Checking maplit v1.0.2
40672026-04-29T21:02:20.725Z Checking is_ci v1.2.0
40682026-04-29T21:02:20.740Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40692026-04-29T21:02:20.823Z Checking supports-color v3.0.2
40702026-04-29T21:02:20.823Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40712026-04-29T21:02:20.868Z Checking git-stub-vcs v0.1.0
40722026-04-29T21:02:20.946Z Checking drift v0.1.3
40732026-04-29T21:02:20.959Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40742026-04-29T21:02:20.994Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40752026-04-29T21:02:21.064Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40762026-04-29T21:02:21.189Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40772026-04-29T21:02:21.228Z Checking dropshot-api-manager v0.7.1
40782026-04-29T21:02:21.243Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40792026-04-29T21:02:21.293Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40802026-04-29T21:02:21.456Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40812026-04-29T21:02:21.470Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40822026-04-29T21:02:21.696Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40832026-04-29T21:02:22.034Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40842026-04-29T21:02:26.915Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40852026-04-29T21:02:28.007Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40862026-04-29T21:02:28.566Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40872026-04-29T21:02:28.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.13s
40882026-04-29T21:02:29.202Z
40892026-04-29T21:02:29.202Zinfo: running `cargo check --bins` on installinator-api (225/272)
40902026-04-29T21:02:29.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-04-29T21:02:29.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-04-29T21:02:29.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40932026-04-29T21:02:29.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40942026-04-29T21:02:29.802Z
40952026-04-29T21:02:29.802Zinfo: running `cargo check --bins` on nexus-external-api (226/272)
40962026-04-29T21:02:30.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-04-29T21:02:30.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-04-29T21:02:30.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40992026-04-29T21:02:30.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41002026-04-29T21:02:30.448Z
41012026-04-29T21:02:30.448Zinfo: running `cargo check --bins` on nexus-internal-api (227/272)
41022026-04-29T21:02:30.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-04-29T21:02:30.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-04-29T21:02:30.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41052026-04-29T21:02:30.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41062026-04-29T21:02:31.091Z
41072026-04-29T21:02:31.091Zinfo: running `cargo check --bins` on nexus-lockstep-api (228/272)
41082026-04-29T21:02:31.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-04-29T21:02:31.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-04-29T21:02:31.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41112026-04-29T21:02:31.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41122026-04-29T21:02:31.731Z
41132026-04-29T21:02:31.732Zinfo: running `cargo check --bins` on ntp-admin-api (229/272)
41142026-04-29T21:02:32.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41152026-04-29T21:02:32.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41162026-04-29T21:02:32.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41172026-04-29T21:02:32.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41182026-04-29T21:02:32.328Z
41192026-04-29T21:02:32.328Zinfo: running `cargo check --bins` on ntp-admin-types-versions (230/272)
41202026-04-29T21:02:32.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41212026-04-29T21:02:32.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41222026-04-29T21:02:32.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41232026-04-29T21:02:32.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41242026-04-29T21:02:32.912Z
41252026-04-29T21:02:32.912Zinfo: running `cargo check --bins` on wicketd-api (231/272)
41262026-04-29T21:02:33.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41272026-04-29T21:02:33.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41282026-04-29T21:02:33.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41292026-04-29T21:02:33.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41302026-04-29T21:02:33.525Z
41312026-04-29T21:02:33.525Zinfo: running `cargo check --bins` on omicron-ls-apis (232/272)
41322026-04-29T21:02:34.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41332026-04-29T21:02:34.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41342026-04-29T21:02:34.129Z Checking typeid v1.0.3
41352026-04-29T21:02:34.243Z Checking ordered-float v2.10.1
41362026-04-29T21:02:34.264Z Checking unicode-xid v0.2.6
41372026-04-29T21:02:34.283Z Checking cargo-platform v0.2.0
41382026-04-29T21:02:34.310Z Checking erased-serde v0.4.9
41392026-04-29T21:02:34.449Z Checking serde-value v0.7.0
41402026-04-29T21:02:34.618Z Checking serde-untagged v0.1.9
41412026-04-29T21:02:34.773Z Checking cargo-util-schemas v0.8.2
41422026-04-29T21:02:35.454Z Checking cargo_metadata v0.21.0
41432026-04-29T21:02:36.053Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41442026-04-29T21:02:36.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
41452026-04-29T21:02:36.905Z
41462026-04-29T21:02:36.905Zinfo: running `cargo check --bins` on mgs-dev (233/272)
41472026-04-29T21:02:37.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41482026-04-29T21:02:37.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41492026-04-29T21:02:37.651Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41502026-04-29T21:02:38.283Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41512026-04-29T21:02:38.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s
41522026-04-29T21:02:38.997Z
41532026-04-29T21:02:38.997Zinfo: running `cargo check --bins` on omicron-omdb (234/272)
41542026-04-29T21:02:39.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41552026-04-29T21:02:39.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41562026-04-29T21:02:39.848Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41572026-04-29T21:02:39.848Z Compiling vergen-gitcl v1.0.8
41582026-04-29T21:02:39.848Z Compiling dirs-sys-next v0.1.2
41592026-04-29T21:02:39.848Z Compiling diesel_derives v2.3.7
41602026-04-29T21:02:39.848Z Compiling crunchy v0.2.4
41612026-04-29T21:02:39.848Z Compiling glob v0.3.3
41622026-04-29T21:02:39.848Z Compiling dsl_auto_type v0.2.0
41632026-04-29T21:02:39.851Z Checking scheduled-thread-pool v0.2.7
41642026-04-29T21:02:40.122Z Compiling dirs-next v2.0.0
41652026-04-29T21:02:40.205Z Compiling diesel_table_macro_syntax v0.3.0
41662026-04-29T21:02:40.240Z Compiling tiny-keccak v2.0.2
41672026-04-29T21:02:40.268Z Compiling term v0.7.0
41682026-04-29T21:02:40.398Z Compiling clang-sys v1.8.1
41692026-04-29T21:02:40.412Z Checking r2d2 v0.8.10
41702026-04-29T21:02:40.426Z Compiling bit-vec v0.6.3
41712026-04-29T21:02:40.462Z Checking downcast-rs v2.0.2
41722026-04-29T21:02:40.561Z Compiling ascii-canvas v3.0.0
41732026-04-29T21:02:40.593Z Compiling bit-set v0.5.3
41742026-04-29T21:02:40.762Z Compiling itertools v0.10.5
41752026-04-29T21:02:40.779Z Compiling ena v0.14.4
41762026-04-29T21:02:40.803Z Compiling libloading v0.8.9
41772026-04-29T21:02:40.818Z Compiling regex-syntax v0.6.29
41782026-04-29T21:02:40.821Z Compiling diff v0.1.13
41792026-04-29T21:02:40.989Z Compiling bindgen v0.71.1
41802026-04-29T21:02:41.052Z Compiling cexpr v0.6.0
41812026-04-29T21:02:41.095Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41822026-04-29T21:02:41.284Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41832026-04-29T21:02:41.449Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41842026-04-29T21:02:41.468Z Compiling libxml v0.3.3
41852026-04-29T21:02:41.690Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41862026-04-29T21:02:41.749Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41872026-04-29T21:02:41.807Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41882026-04-29T21:02:41.997Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41892026-04-29T21:02:42.014Z Compiling strum_macros v0.24.3
41902026-04-29T21:02:42.082Z Compiling indoc v1.0.9
41912026-04-29T21:02:42.267Z Compiling lalrpop v0.19.12
41922026-04-29T21:02:43.055Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41932026-04-29T21:02:43.250Z Checking derive_builder v0.20.2
41942026-04-29T21:02:43.373Z Compiling oso-derive v0.27.3
41952026-04-29T21:02:43.388Z Checking quick-xml v0.37.5
41962026-04-29T21:02:43.500Z Compiling impl-trait-for-tuples v0.2.3
41972026-04-29T21:02:43.860Z Checking openssl-probe v0.1.6
41982026-04-29T21:02:44.002Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41992026-04-29T21:02:44.255Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42002026-04-29T21:02:44.449Z Checking bb8 v0.8.6
42012026-04-29T21:02:44.740Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42022026-04-29T21:02:44.758Z Checking nonempty v0.12.0
42032026-04-29T21:02:44.776Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42042026-04-29T21:02:44.925Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42052026-04-29T21:02:44.962Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42062026-04-29T21:02:45.002Z Checking console v0.16.2
42072026-04-29T21:02:45.039Z Checking unit-prefix v0.5.2
42082026-04-29T21:02:45.134Z Checking support-bundle-viewer v0.1.2
42092026-04-29T21:02:45.173Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42102026-04-29T21:02:45.301Z Checking indicatif v0.18.4
42112026-04-29T21:02:45.377Z Checking multimap v0.10.1
42122026-04-29T21:02:45.892Z Checking diesel v2.3.7
42132026-04-29T21:02:47.619Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42142026-04-29T21:02:47.991Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42152026-04-29T21:02:48.064Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42162026-04-29T21:02:48.378Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42172026-04-29T21:02:49.358Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42182026-04-29T21:02:49.628Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42192026-04-29T21:02:49.735Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42202026-04-29T21:02:50.411Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42212026-04-29T21:02:52.429Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42222026-04-29T21:02:57.617Z Compiling samael v0.0.19
42232026-04-29T21:03:01.282Z Checking diesel-dtrace v0.5.0
42242026-04-29T21:03:01.521Z Checking async-bb8-diesel v0.2.1
42252026-04-29T21:03:02.353Z Compiling polar-core v0.27.3
42262026-04-29T21:03:06.794Z Checking oso v0.27.3
42272026-04-29T21:03:43.954Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42282026-04-29T21:04:17.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
42292026-04-29T21:04:17.305Z
42302026-04-29T21:04:17.305Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (235/272)
42312026-04-29T21:04:17.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42322026-04-29T21:04:17.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42332026-04-29T21:04:17.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42342026-04-29T21:04:17.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42352026-04-29T21:04:17.968Z
42362026-04-29T21:04:17.968Zinfo: running `cargo check --bins` on nexus-saga-recovery (236/272)
42372026-04-29T21:04:18.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42382026-04-29T21:04:18.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42392026-04-29T21:04:18.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42402026-04-29T21:04:18.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42412026-04-29T21:04:18.622Z
42422026-04-29T21:04:18.622Zinfo: running `cargo check --bins` on nexus-test-utils-macros (237/272)
42432026-04-29T21:04:19.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42442026-04-29T21:04:19.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42452026-04-29T21:04:19.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42462026-04-29T21:04:19.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42472026-04-29T21:04:19.211Z
42482026-04-29T21:04:19.211Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (238/272)
42492026-04-29T21:04:19.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42502026-04-29T21:04:19.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42512026-04-29T21:04:20.076Z Compiling libz-sys v1.1.24
42522026-04-29T21:04:20.209Z Compiling libgit2-sys v0.18.3+1.9.2
42532026-04-29T21:04:20.220Z Compiling vergen-git2 v1.0.7
42542026-04-29T21:04:20.247Z Compiling rustls v0.21.12
42552026-04-29T21:04:20.254Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42562026-04-29T21:04:20.257Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42572026-04-29T21:04:20.257Z Checking sct v0.7.1
42582026-04-29T21:04:20.257Z Checking rustls-webpki v0.101.7
42592026-04-29T21:04:20.405Z Compiling nix v0.29.0
42602026-04-29T21:04:20.426Z Compiling dropshot v0.16.7
42612026-04-29T21:04:20.467Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42622026-04-29T21:04:20.512Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42632026-04-29T21:04:20.592Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42642026-04-29T21:04:20.691Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42652026-04-29T21:04:20.705Z Checking toml v0.9.12+spec-1.1.0
42662026-04-29T21:04:20.735Z Compiling dropshot_endpoint v0.16.7
42672026-04-29T21:04:20.900Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42682026-04-29T21:04:21.021Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42692026-04-29T21:04:21.258Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42702026-04-29T21:04:21.282Z Checking rustls-pemfile v1.0.4
42712026-04-29T21:04:21.425Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42722026-04-29T21:04:21.624Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42732026-04-29T21:04:21.688Z Checking twox-hash v2.1.2
42742026-04-29T21:04:21.846Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42752026-04-29T21:04:21.862Z Checking tokio-rustls v0.24.1
42762026-04-29T21:04:22.472Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42772026-04-29T21:04:22.516Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42782026-04-29T21:04:22.696Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42792026-04-29T21:04:23.147Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42802026-04-29T21:04:23.245Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42812026-04-29T21:04:23.262Z Checking fatfs v0.3.6
42822026-04-29T21:04:23.388Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42832026-04-29T21:04:23.491Z Compiling seq-macro v0.3.6
42842026-04-29T21:04:27.136Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42852026-04-29T21:04:27.264Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42862026-04-29T21:04:27.409Z Compiling git2 v0.20.4
42872026-04-29T21:04:29.623Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42882026-04-29T21:05:15.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.47s
42892026-04-29T21:05:15.920Z
42902026-04-29T21:05:15.920Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (239/272)
42912026-04-29T21:05:16.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42922026-04-29T21:05:16.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42932026-04-29T21:05:16.814Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42942026-04-29T21:05:55.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.18s
42952026-04-29T21:05:55.339Z
42962026-04-29T21:05:55.339Zinfo: running `cargo check --bins` on nexus-background-task-interface (240/272)
42972026-04-29T21:05:55.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42982026-04-29T21:05:55.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42992026-04-29T21:05:55.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43002026-04-29T21:05:55.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43012026-04-29T21:05:55.935Z
43022026-04-29T21:05:55.935Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (241/272)
43032026-04-29T21:05:56.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43042026-04-29T21:05:56.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43052026-04-29T21:05:56.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43062026-04-29T21:05:56.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43072026-04-29T21:05:56.585Z
43082026-04-29T21:05:56.585Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (242/272)
43092026-04-29T21:05:57.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43102026-04-29T21:05:57.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43112026-04-29T21:05:57.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43122026-04-29T21:05:57.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43132026-04-29T21:05:57.258Z
43142026-04-29T21:05:57.258Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (243/272)
43152026-04-29T21:05:57.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43162026-04-29T21:05:57.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43172026-04-29T21:05:57.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43182026-04-29T21:05:57.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43192026-04-29T21:05:57.921Z
43202026-04-29T21:05:57.921Zinfo: running `cargo check --bins` on nexus-mgs-updates (244/272)
43212026-04-29T21:05:58.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43222026-04-29T21:05:58.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43232026-04-29T21:05:58.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43242026-04-29T21:05:58.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43252026-04-29T21:05:58.577Z
43262026-04-29T21:05:58.578Zinfo: running `cargo check --bins` on nexus-networking (245/272)
43272026-04-29T21:05:59.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43282026-04-29T21:05:59.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43292026-04-29T21:05:59.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43302026-04-29T21:05:59.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43312026-04-29T21:05:59.236Z
43322026-04-29T21:05:59.236Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (246/272)
43332026-04-29T21:05:59.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43342026-04-29T21:05:59.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43352026-04-29T21:05:59.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43362026-04-29T21:05:59.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43372026-04-29T21:05:59.898Z
43382026-04-29T21:05:59.898Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (247/272)
43392026-04-29T21:06:00.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43402026-04-29T21:06:00.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43412026-04-29T21:06:00.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43422026-04-29T21:06:00.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43432026-04-29T21:06:00.560Z
43442026-04-29T21:06:00.560Zinfo: running `cargo check --bins` on omicron-dev (248/272)
43452026-04-29T21:06:01.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43462026-04-29T21:06:01.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43472026-04-29T21:06:01.460Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43482026-04-29T21:06:01.460Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43492026-04-29T21:06:01.647Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43502026-04-29T21:06:01.683Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43512026-04-29T21:06:01.700Z Checking diff v0.1.13
43522026-04-29T21:06:01.703Z Checking yansi v1.0.1
43532026-04-29T21:06:01.703Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43542026-04-29T21:06:01.715Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43552026-04-29T21:06:01.783Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43562026-04-29T21:06:01.974Z Checking pretty_assertions v1.4.1
43572026-04-29T21:06:02.623Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43582026-04-29T21:06:26.215Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43592026-04-29T21:06:26.218Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43602026-04-29T21:06:26.218Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43612026-04-29T21:06:26.218Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43622026-04-29T21:06:26.218Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43632026-04-29T21:06:26.218Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43642026-04-29T21:06:27.044Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43652026-04-29T21:06:28.147Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43662026-04-29T21:07:06.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43672026-04-29T21:07:06.490Z
43682026-04-29T21:07:06.490Zinfo: running `cargo check --bins` on omicron-pins (249/272)
43692026-04-29T21:07:06.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43702026-04-29T21:07:06.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43712026-04-29T21:07:06.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43722026-04-29T21:07:06.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43732026-04-29T21:07:07.082Z
43742026-04-29T21:07:07.082Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (250/272)
43752026-04-29T21:07:07.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43762026-04-29T21:07:07.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43772026-04-29T21:07:07.863Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43782026-04-29T21:07:07.985Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43792026-04-29T21:07:07.989Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43802026-04-29T21:07:33.850Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43812026-04-29T21:07:34.142Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43822026-04-29T21:07:35.845Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43832026-04-29T21:07:36.298Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43842026-04-29T21:07:39.217Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43852026-04-29T21:08:01.737Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43862026-04-29T21:08:02.443Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43872026-04-29T21:08:04.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.98s
43882026-04-29T21:08:04.298Z
43892026-04-29T21:08:04.298Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (251/272)
43902026-04-29T21:08:04.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43912026-04-29T21:08:04.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43922026-04-29T21:08:05.026Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43932026-04-29T21:08:05.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
43942026-04-29T21:08:05.912Z
43952026-04-29T21:08:05.912Zinfo: running `cargo check --bins` on omicron-releng (252/272)
43962026-04-29T21:08:06.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43972026-04-29T21:08:06.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43982026-04-29T21:08:06.570Z Compiling blake3 v1.8.3
43992026-04-29T21:08:06.681Z Checking arrayref v0.3.9
44002026-04-29T21:08:06.684Z Checking arrayvec v0.7.6
44012026-04-29T21:08:06.684Z Checking constant_time_eq v0.4.2
44022026-04-29T21:08:06.698Z Checking topological-sort v0.2.2
44032026-04-29T21:08:06.701Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
44042026-04-29T21:08:06.701Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44052026-04-29T21:08:06.701Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44062026-04-29T21:08:06.738Z Checking shell-words v1.1.1
44072026-04-29T21:08:07.456Z Checking omicron-zone-package v0.12.2
44082026-04-29T21:08:08.166Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44092026-04-29T21:08:08.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
44102026-04-29T21:08:09.197Z
44112026-04-29T21:08:09.197Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (253/272)
44122026-04-29T21:08:09.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44132026-04-29T21:08:09.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44142026-04-29T21:08:09.849Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44152026-04-29T21:08:10.172Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44162026-04-29T21:08:10.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
44172026-04-29T21:08:10.753Z
44182026-04-29T21:08:10.753Zinfo: running `cargo check --bins` on schema (254/272)
44192026-04-29T21:08:11.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44202026-04-29T21:08:11.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44212026-04-29T21:08:11.483Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44222026-04-29T21:08:12.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
44232026-04-29T21:08:12.386Z
44242026-04-29T21:08:12.386Zinfo: running `cargo check --bins` on xtask (255/272)
44252026-04-29T21:08:12.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44262026-04-29T21:08:12.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44272026-04-29T21:08:12.848Z Checking libc v0.2.185
44282026-04-29T21:08:12.851Z Checking serde v1.0.228
44292026-04-29T21:08:12.934Z Checking zerofrom v0.1.6
44302026-04-29T21:08:12.938Z Checking bitflags v2.11.0
44312026-04-29T21:08:12.944Z Checking smallvec v1.15.1
44322026-04-29T21:08:12.949Z Checking indexmap v2.14.0
44332026-04-29T21:08:12.959Z Checking serde_json v1.0.149
44342026-04-29T21:08:12.962Z Checking scroll v0.12.0
44352026-04-29T21:08:13.031Z Checking yoke v0.8.1
44362026-04-29T21:08:13.082Z Checking num-traits v0.2.19
44372026-04-29T21:08:13.114Z Checking thiserror v1.0.69
44382026-04-29T21:08:13.194Z Checking percent-encoding v2.3.2
44392026-04-29T21:08:13.208Z Checking zerovec v0.11.5
44402026-04-29T21:08:13.219Z Checking zerotrie v0.2.3
44412026-04-29T21:08:13.230Z Checking errno v0.3.14
44422026-04-29T21:08:13.320Z Checking toml_datetime v0.6.11
44432026-04-29T21:08:13.337Z Checking serde_spanned v0.6.9
44442026-04-29T21:08:13.348Z Checking rustix v1.1.3
44452026-04-29T21:08:13.457Z Checking log v0.4.29
44462026-04-29T21:08:13.470Z Checking zerocopy v0.7.35
44472026-04-29T21:08:13.479Z Checking form_urlencoded v1.2.2
44482026-04-29T21:08:13.499Z Checking toml_edit v0.22.27
44492026-04-29T21:08:13.568Z Checking getrandom v0.4.1
44502026-04-29T21:08:13.605Z Checking ordered-float v2.10.1
44512026-04-29T21:08:13.608Z Checking goblin v0.8.2
44522026-04-29T21:08:13.608Z Checking thiserror v2.0.18
44532026-04-29T21:08:13.641Z Checking tinystr v0.8.2
44542026-04-29T21:08:13.696Z Checking potential_utf v0.1.4
44552026-04-29T21:08:13.716Z Checking syn v2.0.117
44562026-04-29T21:08:13.816Z Checking icu_locale_core v2.1.1
44572026-04-29T21:08:13.828Z Checking icu_collections v2.1.1
44582026-04-29T21:08:13.832Z Checking serde-value v0.7.0
44592026-04-29T21:08:13.944Z Checking dtrace-parser v0.2.0
44602026-04-29T21:08:14.038Z Checking thread-id v4.2.2
44612026-04-29T21:08:14.121Z Checking once_cell v1.21.3
44622026-04-29T21:08:14.134Z Checking cargo-platform v0.2.0
44632026-04-29T21:08:14.147Z Checking terminal_size v0.4.3
44642026-04-29T21:08:14.186Z Checking memmap v0.7.0
44652026-04-29T21:08:14.256Z Checking clap_builder v4.5.60
44662026-04-29T21:08:14.292Z Checking tempfile v3.25.0
44672026-04-29T21:08:14.307Z Checking textwrap v0.16.2
44682026-04-29T21:08:14.317Z Checking fs-err v3.3.0
44692026-04-29T21:08:14.370Z Checking icu_provider v2.1.1
44702026-04-29T21:08:14.484Z Checking camino-tempfile v1.4.1
44712026-04-29T21:08:14.495Z Checking tabled v0.15.0
44722026-04-29T21:08:14.511Z Checking anyhow v1.0.102
44732026-04-29T21:08:14.602Z Checking icu_normalizer v2.1.1
44742026-04-29T21:08:14.602Z Checking icu_properties v2.1.2
44752026-04-29T21:08:14.635Z Checking toml v0.8.23
44762026-04-29T21:08:14.709Z Checking macaddr v1.0.1
44772026-04-29T21:08:14.891Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44782026-04-29T21:08:14.955Z Checking cargo_toml v0.21.0
44792026-04-29T21:08:15.411Z Checking idna_adapter v1.2.1
44802026-04-29T21:08:15.434Z Checking clap v4.5.60
44812026-04-29T21:08:15.489Z Checking dof v0.3.0
44822026-04-29T21:08:15.526Z Checking idna v1.1.0
44832026-04-29T21:08:15.745Z Checking usdt-impl v0.5.0
44842026-04-29T21:08:15.745Z Checking url v2.5.8
44852026-04-29T21:08:15.989Z Checking usdt v0.5.0
44862026-04-29T21:08:16.088Z Checking cargo-util-schemas v0.8.2
44872026-04-29T21:08:16.783Z Checking cargo_metadata v0.21.0
44882026-04-29T21:08:17.390Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44892026-04-29T21:08:17.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.42s
44902026-04-29T21:08:17.930Z
44912026-04-29T21:08:17.930Zinfo: running `cargo check --bins` on dnsadm (256/272)
44922026-04-29T21:08:18.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44932026-04-29T21:08:18.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44942026-04-29T21:08:18.576Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44952026-04-29T21:08:19.046Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44962026-04-29T21:08:19.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
44972026-04-29T21:08:19.632Z
44982026-04-29T21:08:19.632Zinfo: running `cargo check --bins` on end-to-end-tests (257/272)
44992026-04-29T21:08:20.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45002026-04-29T21:08:20.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45012026-04-29T21:08:20.435Z Checking polyval v0.6.2
45022026-04-29T21:08:20.560Z Checking ctr v0.9.2
45032026-04-29T21:08:20.571Z Checking ssh-encoding v0.2.0
45042026-04-29T21:08:20.571Z Checking blowfish v0.9.1
45052026-04-29T21:08:20.593Z Checking password-hash v0.4.2
45062026-04-29T21:08:20.609Z Checking p521 v0.13.3
45072026-04-29T21:08:20.609Z Checking p256 v0.13.2
45082026-04-29T21:08:20.637Z Checking russh-cryptovec v0.7.3
45092026-04-29T21:08:20.706Z Checking ghash v0.5.1
45102026-04-29T21:08:20.722Z Checking md5 v0.7.0
45112026-04-29T21:08:20.725Z Checking bcrypt-pbkdf v0.10.0
45122026-04-29T21:08:20.752Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45132026-04-29T21:08:20.800Z Checking pbkdf2 v0.11.0
45142026-04-29T21:08:20.816Z Checking num-bigint v0.4.6
45152026-04-29T21:08:20.829Z Checking aes-gcm v0.10.3
45162026-04-29T21:08:20.860Z Checking des v0.8.1
45172026-04-29T21:08:20.885Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45182026-04-29T21:08:20.885Z Checking hex-literal v0.4.1
45192026-04-29T21:08:20.951Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45202026-04-29T21:08:20.970Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45212026-04-29T21:08:20.985Z Checking ssh-cipher v0.2.0
45222026-04-29T21:08:20.998Z Checking socket2 v0.5.10
45232026-04-29T21:08:21.013Z Checking internet-checksum v0.2.1
45242026-04-29T21:08:21.146Z Checking ssh-key v0.6.7
45252026-04-29T21:08:21.272Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45262026-04-29T21:08:21.766Z Checking russh-keys v0.45.0
45272026-04-29T21:08:22.319Z Checking russh v0.45.0
45282026-04-29T21:08:38.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.74s
45292026-04-29T21:08:38.588Z
45302026-04-29T21:08:38.588Zinfo: running `cargo check --bins` on gateway-cli (258/272)
45312026-04-29T21:08:39.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45322026-04-29T21:08:39.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45332026-04-29T21:08:39.230Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45342026-04-29T21:08:39.339Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45352026-04-29T21:08:39.346Z Checking termios v0.3.3
45362026-04-29T21:08:40.533Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45372026-04-29T21:08:40.681Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45382026-04-29T21:08:42.494Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45392026-04-29T21:08:43.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.47s
45402026-04-29T21:08:43.253Z
45412026-04-29T21:08:43.253Zinfo: running `cargo check --bins --no-default-features` on installinator (259/272)
45422026-04-29T21:08:43.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45432026-04-29T21:08:43.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45442026-04-29T21:08:43.964Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45452026-04-29T21:08:44.079Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45462026-04-29T21:08:44.089Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45472026-04-29T21:08:44.092Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45482026-04-29T21:08:44.102Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45492026-04-29T21:08:44.112Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45502026-04-29T21:08:44.824Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45512026-04-29T21:08:45.166Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45522026-04-29T21:08:45.166Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45532026-04-29T21:08:45.811Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45542026-04-29T21:08:47.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s
45552026-04-29T21:08:47.670Z
45562026-04-29T21:08:47.670Zinfo: running `cargo check --bins` on internal-dns-cli (260/272)
45572026-04-29T21:08:48.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45582026-04-29T21:08:48.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45592026-04-29T21:08:48.314Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45602026-04-29T21:08:48.762Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45612026-04-29T21:08:49.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
45622026-04-29T21:08:49.277Z
45632026-04-29T21:08:49.277Zinfo: running `cargo check --bins` on omicron-live-tests (261/272)
45642026-04-29T21:08:49.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45652026-04-29T21:08:49.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45662026-04-29T21:08:49.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45672026-04-29T21:08:49.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45682026-04-29T21:08:49.874Z
45692026-04-29T21:08:49.874Zinfo: running `cargo check --bins` on live-tests-macros (262/272)
45702026-04-29T21:08:50.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45712026-04-29T21:08:50.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45722026-04-29T21:08:50.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45732026-04-29T21:08:50.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45742026-04-29T21:08:50.474Z
45752026-04-29T21:08:50.474Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (263/272)
45762026-04-29T21:08:51.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45772026-04-29T21:08:51.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45782026-04-29T21:08:51.241Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45792026-04-29T21:08:51.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
45802026-04-29T21:08:52.039Z
45812026-04-29T21:08:52.040Zinfo: running `cargo check --bins` on omicron-ntp-admin (264/272)
45822026-04-29T21:08:52.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45832026-04-29T21:08:52.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45842026-04-29T21:08:52.695Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45852026-04-29T21:08:52.699Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45862026-04-29T21:08:52.945Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45872026-04-29T21:08:52.945Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45882026-04-29T21:08:53.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
45892026-04-29T21:08:53.923Z
45902026-04-29T21:08:53.923Zinfo: running `cargo check --bins` on ntp-admin-types (265/272)
45912026-04-29T21:08:54.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45922026-04-29T21:08:54.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45932026-04-29T21:08:54.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45942026-04-29T21:08:54.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45952026-04-29T21:08:54.517Z
45962026-04-29T21:08:54.517Zinfo: running `cargo check --bins` on omicron-package (266/272)
45972026-04-29T21:08:55.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45982026-04-29T21:08:55.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45992026-04-29T21:08:55.218Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
46002026-04-29T21:08:56.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
46012026-04-29T21:08:56.460Z
46022026-04-29T21:08:56.460Zinfo: running `cargo check --bins` on tqdb (267/272)
46032026-04-29T21:08:57.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46042026-04-29T21:08:57.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46052026-04-29T21:08:57.247Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46062026-04-29T21:08:57.600Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46072026-04-29T21:08:58.106Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46082026-04-29T21:08:58.106Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46092026-04-29T21:09:03.886Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46102026-04-29T21:09:03.886Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46112026-04-29T21:09:04.445Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46122026-04-29T21:09:04.453Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46132026-04-29T21:09:04.453Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46142026-04-29T21:09:04.453Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46152026-04-29T21:09:05.188Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46162026-04-29T21:09:06.221Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46172026-04-29T21:09:06.956Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46182026-04-29T21:09:07.567Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46192026-04-29T21:09:11.617Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46202026-04-29T21:09:17.894Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46212026-04-29T21:09:17.894Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46222026-04-29T21:09:17.898Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46232026-04-29T21:09:17.898Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46242026-04-29T21:09:19.356Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46252026-04-29T21:09:20.663Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46262026-04-29T21:09:21.332Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46272026-04-29T21:09:22.569Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46282026-04-29T21:09:23.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.64s
46292026-04-29T21:09:23.326Z
46302026-04-29T21:09:23.326Zinfo: running `cargo check --bins` on wicket-dbg (268/272)
46312026-04-29T21:09:23.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46322026-04-29T21:09:23.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46332026-04-29T21:09:24.039Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46342026-04-29T21:09:24.039Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46352026-04-29T21:09:24.043Z Checking rtoolbox v0.0.3
46362026-04-29T21:09:24.161Z Checking tui-tree-widget v0.23.1
46372026-04-29T21:09:24.267Z Checking rpassword v7.4.0
46382026-04-29T21:09:25.270Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46392026-04-29T21:09:28.307Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46402026-04-29T21:09:30.168Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46412026-04-29T21:09:31.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.74s
46422026-04-29T21:09:31.272Z
46432026-04-29T21:09:31.272Zinfo: running `cargo check --bins` on wicket (269/272)
46442026-04-29T21:09:31.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46452026-04-29T21:09:31.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46462026-04-29T21:09:31.970Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46472026-04-29T21:09:32.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
46482026-04-29T21:09:32.523Z
46492026-04-29T21:09:32.523Zinfo: running `cargo check --bins` on wicketd (270/272)
46502026-04-29T21:09:33.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46512026-04-29T21:09:33.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46522026-04-29T21:09:33.250Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46532026-04-29T21:09:33.254Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46542026-04-29T21:09:33.254Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46552026-04-29T21:09:33.254Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46562026-04-29T21:09:34.252Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46572026-04-29T21:09:34.829Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46582026-04-29T21:09:37.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.26s
46592026-04-29T21:09:38.001Z
46602026-04-29T21:09:38.002Zinfo: running `cargo check --bins` on omicron-workspace-hack (271/272)
46612026-04-29T21:09:38.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46622026-04-29T21:09:38.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46632026-04-29T21:09:38.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46642026-04-29T21:09:38.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46652026-04-29T21:09:38.589Z
46662026-04-29T21:09:38.589Zinfo: running `cargo check --bins` on zone-setup (272/272)
46672026-04-29T21:09:39.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46682026-04-29T21:09:39.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46692026-04-29T21:09:39.259Z Checking uzers v0.12.2
46702026-04-29T21:09:39.529Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46712026-04-29T21:09:40.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
46722026-04-29T21:09:40.492Z
46732026-04-29T21:09:40.492Zreal 14:08.674711517
46742026-04-29T21:09:40.492Zuser 20:33.685186142
46752026-04-29T21:09:40.492Zsys 4:16.795677301
46762026-04-29T21:09:40.492Ztrap 0.317738166
46772026-04-29T21:09:40.492Ztflt 0.329113091
46782026-04-29T21:09:40.492Zdflt 0.807264590
46792026-04-29T21:09:40.492Zkflt 0.001404425
46802026-04-29T21:09:40.495Zlock 1:15:27.650318599
46812026-04-29T21:09:40.496Zslp 1:38:23.795503345
46822026-04-29T21:09:40.496Zlat 59.487665642
46832026-04-29T21:09:40.496Zstop 3:39.022058859
46842026-04-29T21:09:40.496Zprocess exited: duration 1024481 ms, exit code 0
 
46852026-04-29T21:09:40.503Zfound 0 output files