01KNHNG8S1N158WGXRAWA4DFYM: 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: 01KNHNGTAQ9PZBE9V8K9CG3CPQ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-06T15:15:13.650Zjob assigned to worker 01KNHNQTMBT6NGCVWE0G55XVT7 [factory aws, i-0595876f454e4a353] (queued for 4 m 41 s)
 
22026-04-06T15:15:20.146Zstarting task 0: "setup"
32026-04-06T15:15:20.149Z++ uname -s
42026-04-06T15:15:20.153Z+ kern=SunOS
52026-04-06T15:15:20.153Z+ build_user=build
62026-04-06T15:15:20.153Z+ build_uid=12345
72026-04-06T15:15:20.153Z+ work_dir=/work
82026-04-06T15:15:20.153Z+ input_dir=/input
92026-04-06T15:15:20.153Z+ [[ 0 == 12345 ]]
102026-04-06T15:15:20.153Z+ case "$kern" in
112026-04-06T15:15:20.153Z+ groupadd -g 12345 build
122026-04-06T15:15:20.153Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-06T15:15:22.161Z+ zfs create -o mountpoint=/work rpool/work
142026-04-06T15:15:22.228Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-06T15:15:22.234Z+ home_fs=zfs
162026-04-06T15:15:22.234Z+ [[ zfs == autofs ]]
172026-04-06T15:15:22.234Z+ mkdir -p /home/build
182026-04-06T15:15:22.235Z+ chown build:build /home/build /work
192026-04-06T15:15:24.236Z+ chmod 0700 /home/build /work
202026-04-06T15:15:24.248Zprocess exited: duration 4090 ms, exit code 0
 
212026-04-06T15:15:24.272Zstarting task 1: "rust-toolchain"
222026-04-06T15:15:24.280Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-06T15:15:24.280Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-06T15:15:24.280Z * rust toolchain channel = "1.94.0"
252026-04-06T15:15:24.280Z * rust toolchain profile = "default"
262026-04-06T15:15:24.280Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-06T15:15:24.280Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-06T15:15:24.281Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-06T15:15:24.281Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-06T15:15:24.402Zinfo: downloading installer
312026-04-06T15:15:25.902Zwarn: It looks like you have an existing installation of Rust at:
322026-04-06T15:15:25.902Zwarn: /opt/ooce/bin
332026-04-06T15:15:25.902Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-06T15:15:25.902Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-06T15:15:25.902Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-06T15:15:25.902Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-06T15:15:25.902Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-06T15:15:25.902Zerror: cannot install while Rust is installed
392026-04-06T15:15:25.902Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-06T15:15:25.902Zwarn: It looks like you have an existing rustup settings file at:
412026-04-06T15:15:25.902Zwarn: /home/build/.rustup/settings.toml
422026-04-06T15:15:25.902Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-06T15:15:25.902Zwarn: instead of the one inferred from the default host triple.
442026-04-06T15:15:25.917Zinfo: profile set to default
452026-04-06T15:15:25.917Zinfo: default host triple is x86_64-unknown-illumos
462026-04-06T15:15:25.920Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-06T15:15:26.077Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-06T15:15:26.080Zinfo: downloading 6 components
492026-04-06T15:15:42.300Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-06T15:15:42.300Z
512026-04-06T15:15:42.333Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-06T15:15:42.333Z
532026-04-06T15:15:42.333Z
542026-04-06T15:15:42.333ZRust is installed now. Great!
552026-04-06T15:15:42.333Z
562026-04-06T15:15:42.334ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-06T15:15:42.334Zenvironment variable. This has not been done automatically.
582026-04-06T15:15:42.334Z
592026-04-06T15:15:42.334ZTo configure your current shell, you need to source
602026-04-06T15:15:42.334Zthe corresponding env file under $HOME/.cargo.
612026-04-06T15:15:42.334Z
622026-04-06T15:15:42.334ZThis is usually done by running one of the following (note the leading DOT):
632026-04-06T15:15:42.334Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-06T15:15:42.334Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-06T15:15:42.334Zsource "~/.cargo/env.nu" # For nushell
662026-04-06T15:15:42.334Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-06T15:15:42.334Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-06T15:15:42.334Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-06T15:15:42.337Zwarn: no default linker (`cc`) was found in your PATH
702026-04-06T15:15:42.337Zwarn: many Rust crates require a system C toolchain to build
712026-04-06T15:15:42.443Z+ rustup --version
722026-04-06T15:15:42.449Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-06T15:15:42.449Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-06T15:15:42.466Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-06T15:15:42.469Z+ cargo --version
762026-04-06T15:15:42.480Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-06T15:15:42.484Z+ rustc --version
782026-04-06T15:15:42.503Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-06T15:15:42.506Zprocess exited: duration 18235 ms, exit code 0
 
802026-04-06T15:15:42.512Zstarting task 2: "authentication"
812026-04-06T15:15:42.529Zprocess exited: duration 16 ms, exit code 0
 
822026-04-06T15:15:42.535Zstarting task 3: "clone repository"
832026-04-06T15:15:42.538Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-06T15:15:42.541Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-06T15:15:42.656ZCloning into '/work/oxidecomputer/omicron'...
862026-04-06T15:15:54.133Z+ cd /work/oxidecomputer/omicron
872026-04-06T15:15:54.134Z+ git fetch origin 0208de702b2b4372059c6e52ef18c3e5c45de551
882026-04-06T15:15:54.461ZFrom https://github.com/oxidecomputer/omicron
892026-04-06T15:15:54.461Z * branch 0208de702b2b4372059c6e52ef18c3e5c45de551 -> FETCH_HEAD
902026-04-06T15:15:54.472Z+ [[ -n mergeconflict/support-bundle-request-tables-models-queries ]]
912026-04-06T15:15:54.474Z++ git branch --show-current
922026-04-06T15:15:54.477Z+ current=main
932026-04-06T15:15:54.477Z+ [[ main != mergeconflict/support-bundle-request-tables-models-queries ]]
942026-04-06T15:15:54.477Z+ git branch -f mergeconflict/support-bundle-request-tables-models-queries 0208de702b2b4372059c6e52ef18c3e5c45de551
952026-04-06T15:15:54.481Z+ git checkout -f mergeconflict/support-bundle-request-tables-models-queries
962026-04-06T15:15:54.715ZSwitched to branch 'mergeconflict/support-bundle-request-tables-models-queries'
972026-04-06T15:15:54.718Z+ git reset --hard 0208de702b2b4372059c6e52ef18c3e5c45de551
982026-04-06T15:15:54.732ZHEAD is now at 0208de702 fix some formatting
992026-04-06T15:15:54.735Zprocess exited: duration 12196 ms, exit code 0
 
1002026-04-06T15:15:54.741Zstarting task 4: "build"
1012026-04-06T15:15:54.745Z+ source .github/buildomat/ci-env.sh
1022026-04-06T15:15:54.748Z++ export CARGO_TERM_COLOR=always
1032026-04-06T15:15:54.748Z++ CARGO_TERM_COLOR=always
1042026-04-06T15:15:54.748Z+ cargo --version
1052026-04-06T15:15:54.755Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-06T15:15:54.759Z+ rustc --version
1072026-04-06T15:15:54.777Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-06T15:15:54.780Z+ source ./env.sh
1092026-04-06T15:15:54.780Z++ OLD_SHELL_OPTS=ehxB
1102026-04-06T15:15:54.780Z++ set -o xtrace
1112026-04-06T15:15:54.783Z++++ dirname ./env.sh
1122026-04-06T15:15:54.783Z+++ readlink -f .
1132026-04-06T15:15:54.786Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-04-06T15:15:54.787Z++ 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-06T15:15:54.787Z++ 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-06T15:15:54.787Z++ 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-06T15:15:54.787Z++ 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-06T15:15:54.787Z++ 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-06T15:15:54.787Z++ 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-06T15:15:54.787Z++ 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-06T15:15:54.787Z++ 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-06T15:15:54.787Z++ case $OLD_SHELL_OPTS in
1232026-04-06T15:15:54.787Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-04-06T15:15:54.787Z+ 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-06T15:15:54.787Z+ 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-06T15:15:54.787Z+ banner prerequisites
1272026-04-06T15:15:54.792Z
1282026-04-06T15:15:54.792Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-04-06T15:15:54.792Z # # # # # # # # # # # # # # #
1302026-04-06T15:15:54.792Z # # # # ##### # # ##### # # # # # #### #
1312026-04-06T15:15:54.792Z ##### ##### # ##### # # # # # # # # #
1322026-04-06T15:15:54.792Z # # # # # # # # # # # # # # #
1332026-04-06T15:15:54.792Z # # # ###### # # ###### ### # #### # #### #
1342026-04-06T15:15:54.792Z
1352026-04-06T15:15:54.792Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-04-06T15:16:03.236Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-04-06T15:16:10.030Z Startup: Caching catalogs ... Done
1382026-04-06T15:16:14.797ZPlanning: Solver setup ... Done (3.235s)
1392026-04-06T15:16:14.817ZPlanning: Running solver ... Done (0.021s)
1402026-04-06T15:16:14.933ZPlanning: Finding local manifests ... Done (0.003s)
1412026-04-06T15:16:14.945ZPlanning: Fetching manifests: 0/4 0% complete
1422026-04-06T15:16:15.039ZPlanning: Fetching manifests: 4/4 100% complete
1432026-04-06T15:16:15.069ZPlanning: Package planning ... Done (0.031s)
1442026-04-06T15:16:15.099ZPlanning: Merging actions ... Done (0.028s)
1452026-04-06T15:16:15.276ZPlanning: Checking for conflicting actions ... Done (0.178s)
1462026-04-06T15:16:15.283ZPlanning: Consolidating action changes ... Done (0.007s)
1472026-04-06T15:16:16.043ZPlanning: Evaluating mediators ... Done (0.759s)
1482026-04-06T15:16:16.048ZPlanning: Planning completed in 5.86 seconds
1492026-04-06T15:16:16.060Z Packages to install: 4
1502026-04-06T15:16:16.063Z Mediators to change: 2
1512026-04-06T15:16:16.063Z Services to change: 1
1522026-04-06T15:16:16.063Z Estimated space available: 155.35 GB
1532026-04-06T15:16:16.063ZEstimated space to be consumed: 1.84 GB
1542026-04-06T15:16:16.063Z Create boot environment: No
1552026-04-06T15:16:16.063ZCreate backup boot environment: No
1562026-04-06T15:16:16.063Z Rebuild boot archive: No
1572026-04-06T15:16:16.063Z
1582026-04-06T15:16:16.063ZChanged mediators:
1592026-04-06T15:16:16.063Z mediator clang:
1602026-04-06T15:16:16.063Z version: None -> 15 (system default)
1612026-04-06T15:16:16.063Z
1622026-04-06T15:16:16.063Z mediator llvm:
1632026-04-06T15:16:16.063Z version: 14 (system default) -> 15 (system default)
1642026-04-06T15:16:16.063Z
1652026-04-06T15:16:16.063ZChanged packages:
1662026-04-06T15:16:16.063Zhelios-dev
1672026-04-06T15:16:16.064Z developer/build-essential
1682026-04-06T15:16:16.064Z None -> 11-2.0
1692026-04-06T15:16:16.064Z library/libxmlsec1
1702026-04-06T15:16:16.064Z None -> 1.2.35-2.0
1712026-04-06T15:16:16.064Z ooce/developer/clang-15
1722026-04-06T15:16:16.064Z None -> 15.0.7-2.0
1732026-04-06T15:16:16.064Z ooce/developer/llvm-15
1742026-04-06T15:16:16.064Z None -> 15.0.7-2.0
1752026-04-06T15:16:16.064Z
1762026-04-06T15:16:16.064ZServices:
1772026-04-06T15:16:16.064Z restart_fmri:
1782026-04-06T15:16:16.064Z svc:/system/update-man-index:default
1792026-04-06T15:16:16.103Z
1802026-04-06T15:16:16.103ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-04-06T15:16:21.536ZDownload: 2221/3290 items 117.9/212.6MB 55% complete (26.4M/s)
1822026-04-06T15:16:23.936ZDownload: Completed 212.60 MB in 7.83 seconds (27.1M/s)
1832026-04-06T15:16:24.180Z Actions: 1/3689 actions (Installing new actions)
1842026-04-06T15:16:27.362Z Actions: Completed 3689 actions in 3.18 seconds.
1852026-04-06T15:16:27.657Z Done (0.293s)
1862026-04-06T15:16:27.658Z Done (0.000s)
1872026-04-06T15:16:28.347Z Done (0.689s)
1882026-04-06T15:16:31.611Z Done (2.925s)
1892026-04-06T15:16:31.682Z Done (0.012s)
1902026-04-06T15:16:31.685Z Done (0.000s)
1912026-04-06T15:16:32.019Z Done (0.000s)
1922026-04-06T15:16:32.848ZPlanning: Evaluating mediator changes ... Done
1932026-04-06T15:16:32.953ZPlanning: Checking for conflicting actions ... Done
1942026-04-06T15:16:32.956ZPlanning: Consolidating action changes ... Done
1952026-04-06T15:16:33.113ZPlanning: Evaluating mediators ... Done
1962026-04-06T15:16:33.116ZPlanning: Planning completed in 0.26 seconds
1972026-04-06T15:16:33.133Z Mediators to change: 2
1982026-04-06T15:16:33.133Z Create boot environment: No
1992026-04-06T15:16:33.133ZCreate backup boot environment: No
2002026-04-06T15:16:33.189Z Done
2012026-04-06T15:16:33.189Z Done
2022026-04-06T15:16:33.771Z Done
2032026-04-06T15:16:36.247Z Done
2042026-04-06T15:16:36.318Z Done
2052026-04-06T15:16:36.321Z Done
2062026-04-06T15:16:36.482Z Done
2072026-04-06T15:16:36.878ZPlanning: Evaluating mediator changes ... Done
2082026-04-06T15:16:36.881ZPlanning: Merging actions ... Done
2092026-04-06T15:16:37.019ZPlanning: Checking for conflicting actions ... Done
2102026-04-06T15:16:37.022ZPlanning: Consolidating action changes ... Done
2112026-04-06T15:16:37.158ZPlanning: Evaluating mediators ... Done
2122026-04-06T15:16:37.189ZPlanning: Planning completed in 0.45 seconds
2132026-04-06T15:16:37.209Z Packages to change: 1
2142026-04-06T15:16:37.209Z Mediators to change: 1
2152026-04-06T15:16:37.209Z Services to change: 1
2162026-04-06T15:16:37.209Z Create boot environment: No
2172026-04-06T15:16:37.209ZCreate backup boot environment: Yes
2182026-04-06T15:16:39.452Z Actions: 1/6 actions (Updating modified actions)
2192026-04-06T15:16:39.455Z Actions: Completed 6 actions in 0.00 seconds.
2202026-04-06T15:16:39.455Z Done
2212026-04-06T15:16:39.455Z Done
2222026-04-06T15:16:39.593Z Done
2232026-04-06T15:16:42.050Z Done
2242026-04-06T15:16:42.128Z Done
2252026-04-06T15:16:42.132Z Done
2262026-04-06T15:16:42.275Z Done
2272026-04-06T15:16:42.561ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2282026-04-06T15:16:42.561Zclang system 15 system
2292026-04-06T15:16:42.561Zcsh system system illumos
2302026-04-06T15:16:42.561Zctags system system illumos
2312026-04-06T15:16:42.561Zfile system system illumos
2322026-04-06T15:16:42.561Zgcc vendor 12 vendor
2332026-04-06T15:16:42.561Zgcc system 14 system
2342026-04-06T15:16:42.561Zgcc system 10 system
2352026-04-06T15:16:42.561Zgo system 1.20 system
2362026-04-06T15:16:42.561Zgo system 1.19 system
2372026-04-06T15:16:42.561Zllvm system 15 system
2382026-04-06T15:16:42.561Zllvm system 14 system
2392026-04-06T15:16:42.561Zmariadb system 10.6 system
2402026-04-06T15:16:42.561Zmta vendor vendor dma
2412026-04-06T15:16:42.561Zopenjdk system 17 system
2422026-04-06T15:16:42.561Zopenjdk system 11 system
2432026-04-06T15:16:42.561Zopenjdk system 1.8 system
2442026-04-06T15:16:42.561Zopenssl vendor 3 vendor
2452026-04-06T15:16:42.561Zperl system 5.36 system
2462026-04-06T15:16:42.561Zpostgresql system 15 system
2472026-04-06T15:16:42.561Zpostgresql system 13 system
2482026-04-06T15:16:42.561Zpython vendor 3 vendor
2492026-04-06T15:16:42.561Zpython system 2 system
2502026-04-06T15:16:42.561Zpython3 system 3.11 system
2512026-04-06T15:16:42.561Zruby system 3.0 system
2522026-04-06T15:16:42.561Zwords vendor vendor american-english
2532026-04-06T15:16:42.561Zwords system system australian-english
2542026-04-06T15:16:42.561Zwords system system british-english
2552026-04-06T15:16:42.562Zwords system system canadian-english
2562026-04-06T15:16:42.562Zwords system system french
2572026-04-06T15:16:42.562Zwords system system italian
2582026-04-06T15:16:42.562Zwords system system ngerman
2592026-04-06T15:16:42.562Zwords system system ogerman
2602026-04-06T15:16:42.562Zwords system system spanish
2612026-04-06T15:16:42.782ZPUBLISHER TYPE STATUS P LOCATION
2622026-04-06T15:16:42.782Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2632026-04-06T15:16:47.055ZFMRI IFO
2642026-04-06T15:16:47.055Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2652026-04-06T15:16:47.055Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2662026-04-06T15:16:47.055Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2672026-04-06T15:16:47.055Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2682026-04-06T15:16:47.055Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2692026-04-06T15:16:47.055Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2702026-04-06T15:16:47.055Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2712026-04-06T15:16:47.055Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2722026-04-06T15:16:47.055Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2732026-04-06T15:16:47.055Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2742026-04-06T15:16:47.055Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2752026-04-06T15:16:47.055Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2762026-04-06T15:16:47.055Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2772026-04-06T15:16:47.055Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2782026-04-06T15:16:47.055Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2792026-04-06T15:16:47.055Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2802026-04-06T15:16:48.139Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2812026-04-06T15:16:48.430Z Updating crates.io index
2822026-04-06T15:16:48.464Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2832026-04-06T15:16:48.701Z Updating git repository `https://github.com/oxidecomputer/lldp`
2842026-04-06T15:16:49.518Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2852026-04-06T15:16:50.217Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2862026-04-06T15:16:50.787Z Updating git repository `https://github.com/oxidecomputer/propolis`
2872026-04-06T15:16:52.218Z Updating git repository `https://github.com/oxidecomputer/crucible`
2882026-04-06T15:16:53.665Z Updating git repository `https://github.com/oxidecomputer/opte`
2892026-04-06T15:16:54.425Z Updating git repository `https://github.com/oxidecomputer/tofino`
2902026-04-06T15:16:54.680Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2912026-04-06T15:16:55.409Z Updating git repository `https://github.com/oxidecomputer/clickward`
2922026-04-06T15:16:55.888Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2932026-04-06T15:16:56.212Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2942026-04-06T15:16:56.517Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2952026-04-06T15:16:57.517Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2962026-04-06T15:16:58.077Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2972026-04-06T15:16:58.401Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2982026-04-06T15:16:58.731Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2992026-04-06T15:16:59.104Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3002026-04-06T15:16:59.331Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3012026-04-06T15:16:59.588Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3022026-04-06T15:16:59.878Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3032026-04-06T15:17:00.323Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3042026-04-06T15:17:00.805Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3052026-04-06T15:17:01.235Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3062026-04-06T15:17:01.600Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3072026-04-06T15:17:01.953Z Updating git repository `https://github.com/oxidecomputer/ispf`
3082026-04-06T15:17:02.263Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3092026-04-06T15:17:03.505Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3102026-04-06T15:17:03.841Z Updating git repository `https://github.com/oxidecomputer/crucible`
3112026-04-06T15:17:04.442Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3122026-04-06T15:17:04.794Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3132026-04-06T15:17:05.167Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3142026-04-06T15:17:05.443Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3152026-04-06T15:17:05.941Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3162026-04-06T15:17:06.214Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3172026-04-06T15:17:06.496Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3182026-04-06T15:17:06.740Z Updating git repository `https://github.com/illumos/smf-rs`
3192026-04-06T15:17:07.180Z Updating git repository `https://github.com/oxidecomputer/omicron`
3202026-04-06T15:17:19.314Z Downloading crates ...
3212026-04-06T15:17:19.367Z Downloaded anstream v0.6.21
3222026-04-06T15:17:19.374Z Downloaded anyhow v1.0.102
3232026-04-06T15:17:19.377Z Downloaded colorchoice v1.0.4
3242026-04-06T15:17:19.377Z Downloaded byteorder v1.5.0
3252026-04-06T15:17:19.380Z Downloaded fs-err v3.3.0
3262026-04-06T15:17:19.384Z Downloaded thiserror-impl v1.0.69
3272026-04-06T15:17:19.387Z Downloaded errno v0.3.14
3282026-04-06T15:17:19.390Z Downloaded heck v0.4.1
3292026-04-06T15:17:19.392Z Downloaded ucd-trie v0.1.7
3302026-04-06T15:17:19.395Z Downloaded usdt-macro v0.5.0
3312026-04-06T15:17:19.395Z Downloaded heck v0.5.0
3322026-04-06T15:17:19.395Z Downloaded toml_datetime v0.6.11
3332026-04-06T15:17:19.398Z Downloaded version_check v0.9.5
3342026-04-06T15:17:19.398Z Downloaded cargo_metadata v0.21.0
3352026-04-06T15:17:19.398Z Downloaded erased-serde v0.4.9
3362026-04-06T15:17:19.401Z Downloaded dtrace-parser v0.2.0
3372026-04-06T15:17:19.401Z Downloaded bytecount v0.6.9
3382026-04-06T15:17:19.401Z Downloaded typeid v1.0.3
3392026-04-06T15:17:19.402Z Downloaded thiserror v1.0.69
3402026-04-06T15:17:19.405Z Downloaded zmij v1.0.21
3412026-04-06T15:17:19.405Z Downloaded anstyle-query v1.1.5
3422026-04-06T15:17:19.405Z Downloaded cfg-if v1.0.4
3432026-04-06T15:17:19.408Z Downloaded anstyle-parse v0.2.7
3442026-04-06T15:17:19.408Z Downloaded cargo-util-schemas v0.8.2
3452026-04-06T15:17:19.411Z Downloaded bitflags v2.11.0
3462026-04-06T15:17:19.414Z Downloaded yoke v0.8.1
3472026-04-06T15:17:19.414Z Downloaded anstyle v1.0.13
3482026-04-06T15:17:19.418Z Downloaded utf8parse v0.2.2
3492026-04-06T15:17:19.421Z Downloaded usdt v0.5.0
3502026-04-06T15:17:19.421Z Downloaded usdt-attr-macro v0.5.0
3512026-04-06T15:17:19.421Z Downloaded yoke-derive v0.8.1
3522026-04-06T15:17:19.421Z Downloaded unicode-linebreak v0.1.5
3532026-04-06T15:17:19.424Z Downloaded camino v1.2.2
3542026-04-06T15:17:19.427Z Downloaded zerofrom-derive v0.1.6
3552026-04-06T15:17:19.430Z Downloaded zerofrom v0.1.6
3562026-04-06T15:17:19.430Z Downloaded utf8_iter v1.0.4
3572026-04-06T15:17:19.430Z Downloaded thread-id v4.2.2
3582026-04-06T15:17:19.430Z Downloaded clap_lex v1.0.0
3592026-04-06T15:17:19.433Z Downloaded form_urlencoded v1.2.2
3602026-04-06T15:17:19.433Z Downloaded unicode-xid v0.2.6
3612026-04-06T15:17:19.433Z Downloaded icu_normalizer_data v2.1.1
3622026-04-06T15:17:19.436Z Downloaded clap_builder v4.5.60
3632026-04-06T15:17:19.439Z Downloaded toml_write v0.1.2
3642026-04-06T15:17:19.439Z Downloaded block-buffer v0.10.4
3652026-04-06T15:17:19.439Z Downloaded macaddr v1.0.1
3662026-04-06T15:17:19.443Z Downloaded itoa v1.0.17
3672026-04-06T15:17:19.443Z Downloaded fnv v1.0.7
3682026-04-06T15:17:19.443Z Downloaded cargo_toml v0.21.0
3692026-04-06T15:17:19.446Z Downloaded is_terminal_polyfill v1.70.2
3702026-04-06T15:17:19.446Z Downloaded generic-array v0.14.7
3712026-04-06T15:17:19.446Z Downloaded writeable v0.6.2
3722026-04-06T15:17:19.449Z Downloaded tinystr v0.8.2
3732026-04-06T15:17:19.452Z Downloaded percent-encoding v2.3.2
3742026-04-06T15:17:19.455Z Downloaded memmap v0.7.0
3752026-04-06T15:17:19.455Z Downloaded thiserror v2.0.18
3762026-04-06T15:17:19.458Z Downloaded stable_deref_trait v1.2.1
3772026-04-06T15:17:19.458Z Downloaded fastrand v2.3.0
3782026-04-06T15:17:19.461Z Downloaded cpufeatures v0.2.17
3792026-04-06T15:17:19.461Z Downloaded strsim v0.11.1
3802026-04-06T15:17:19.461Z Downloaded pretty-hex v0.4.1
3812026-04-06T15:17:19.464Z Downloaded zerovec-derive v0.11.2
3822026-04-06T15:17:19.464Z Downloaded usdt-impl v0.5.0
3832026-04-06T15:17:19.464Z Downloaded toml v0.8.23
3842026-04-06T15:17:19.467Z Downloaded thiserror-impl v2.0.18
3852026-04-06T15:17:19.467Z Downloaded plain v0.2.3
3862026-04-06T15:17:19.467Z Downloaded cargo-platform v0.2.0
3872026-04-06T15:17:19.467Z Downloaded serde_spanned v0.6.9
3882026-04-06T15:17:19.471Z Downloaded zerotrie v0.2.3
3892026-04-06T15:17:19.471Z Downloaded equivalent v1.0.2
3902026-04-06T15:17:19.474Z Downloaded zerocopy-derive v0.7.35
3912026-04-06T15:17:19.474Z Downloaded potential_utf v0.1.4
3922026-04-06T15:17:19.477Z Downloaded crypto-common v0.1.7
3932026-04-06T15:17:19.477Z Downloaded unicode-ident v1.0.24
3942026-04-06T15:17:19.477Z Downloaded terminal_size v0.4.3
3952026-04-06T15:17:19.481Z Downloaded textwrap v0.16.2
3962026-04-06T15:17:19.481Z Downloaded clap_derive v4.5.55
3972026-04-06T15:17:19.484Z Downloaded icu_locale_core v2.1.1
3982026-04-06T15:17:19.484Z Downloaded scroll_derive v0.12.1
3992026-04-06T15:17:19.489Z Downloaded toml_edit v0.22.27
4002026-04-06T15:17:19.492Z Downloaded dof v0.3.0
4012026-04-06T15:17:19.495Z Downloaded ordered-float v2.10.1
4022026-04-06T15:17:19.498Z Downloaded url v2.5.8
4032026-04-06T15:17:19.498Z Downloaded serde-value v0.7.0
4042026-04-06T15:17:19.501Z Downloaded typenum v1.19.0
4052026-04-06T15:17:19.503Z Downloaded tabled_derive v0.7.0
4062026-04-06T15:17:19.503Z Downloaded swrite v0.1.0
4072026-04-06T15:17:19.508Z Downloaded idna_adapter v1.2.1
4082026-04-06T15:17:19.511Z Downloaded displaydoc v0.2.5
4092026-04-06T15:17:19.516Z Downloaded smawk v0.3.2
4102026-04-06T15:17:19.519Z Downloaded zerovec v0.11.5
4112026-04-06T15:17:19.525Z Downloaded proc-macro-error v1.0.4
4122026-04-06T15:17:19.531Z Downloaded zerocopy v0.7.35
4132026-04-06T15:17:19.536Z Downloaded tempfile v3.25.0
4142026-04-06T15:17:19.540Z Downloaded proc-macro-error-attr v1.0.4
4152026-04-06T15:17:19.540Z Downloaded semver v1.0.27
4162026-04-06T15:17:19.543Z Downloaded unicode-width v0.2.0
4172026-04-06T15:17:19.543Z Downloaded unicode-width v0.1.14
4182026-04-06T15:17:19.546Z Downloaded scroll v0.12.0
4192026-04-06T15:17:19.546Z Downloaded digest v0.10.7
4202026-04-06T15:17:19.546Z Downloaded quote v1.0.44
4212026-04-06T15:17:19.550Z Downloaded camino-tempfile v1.4.1
4222026-04-06T15:17:19.550Z Downloaded autocfg v1.5.0
4232026-04-06T15:17:19.550Z Downloaded winnow v0.7.14
4242026-04-06T15:17:19.554Z Downloaded synstructure v0.13.2
4252026-04-06T15:17:19.557Z Downloaded sha2 v0.10.9
4262026-04-06T15:17:19.557Z Downloaded serde_tokenstream v0.2.3
4272026-04-06T15:17:19.557Z Downloaded litemap v0.8.1
4282026-04-06T15:17:19.561Z Downloaded pest_generator v2.8.6
4292026-04-06T15:17:19.561Z Downloaded smallvec v1.15.1
4302026-04-06T15:17:19.564Z Downloaded serde-untagged v0.1.9
4312026-04-06T15:17:19.564Z Downloaded getrandom v0.4.1
4322026-04-06T15:17:19.567Z Downloaded once_cell v1.21.3
4332026-04-06T15:17:19.583Z Downloaded pest_derive v2.8.6
4342026-04-06T15:17:19.586Z Downloaded proc-macro2 v1.0.106
4352026-04-06T15:17:19.586Z Downloaded num-traits v0.2.19
4362026-04-06T15:17:19.589Z Downloaded papergrid v0.11.0
4372026-04-06T15:17:19.592Z Downloaded serde_derive v1.0.228
4382026-04-06T15:17:19.596Z Downloaded icu_properties v2.1.2
4392026-04-06T15:17:19.599Z Downloaded log v0.4.29
4402026-04-06T15:17:19.610Z Downloaded icu_provider v2.1.1
4412026-04-06T15:17:19.613Z Downloaded icu_collections v2.1.1
4422026-04-06T15:17:19.616Z Downloaded goblin v0.8.2
4432026-04-06T15:17:19.619Z Downloaded serde_core v1.0.228
4442026-04-06T15:17:19.622Z Downloaded icu_normalizer v2.1.1
4452026-04-06T15:17:19.625Z Downloaded clap v4.5.60
4462026-04-06T15:17:19.628Z Downloaded serde v1.0.228
4472026-04-06T15:17:19.630Z Downloaded memchr v2.8.0
4482026-04-06T15:17:19.638Z Downloaded pest_meta v2.8.6
4492026-04-06T15:17:19.641Z Downloaded indexmap v2.13.0
4502026-04-06T15:17:19.651Z Downloaded hashbrown v0.16.1
4512026-04-06T15:17:19.656Z Downloaded pest v2.8.6
4522026-04-06T15:17:19.673Z Downloaded idna v1.1.0
4532026-04-06T15:17:19.680Z Downloaded serde_json v1.0.149
4542026-04-06T15:17:19.684Z Downloaded icu_properties_data v2.1.2
4552026-04-06T15:17:19.689Z Downloaded tabled v0.15.0
4562026-04-06T15:17:19.703Z Downloaded syn v1.0.109
4572026-04-06T15:17:19.708Z Downloaded syn v2.0.117
4582026-04-06T15:17:19.738Z Downloaded rustix v1.1.3
4592026-04-06T15:17:19.758Z Downloaded libc v0.2.180
4602026-04-06T15:17:19.826Z Compiling proc-macro2 v1.0.106
4612026-04-06T15:17:19.826Z Compiling unicode-ident v1.0.24
4622026-04-06T15:17:19.830Z Compiling quote v1.0.44
4632026-04-06T15:17:19.830Z Compiling serde_core v1.0.228
4642026-04-06T15:17:19.830Z Compiling libc v0.2.180
4652026-04-06T15:17:19.830Z Compiling version_check v0.9.5
4662026-04-06T15:17:19.830Z Compiling serde v1.0.228
4672026-04-06T15:17:19.830Z Compiling stable_deref_trait v1.2.1
4682026-04-06T15:17:20.123Z Compiling memchr v2.8.0
4692026-04-06T15:17:20.207Z Compiling zmij v1.0.21
4702026-04-06T15:17:20.336Z Compiling thiserror v1.0.69
4712026-04-06T15:17:20.400Z Compiling autocfg v1.5.0
4722026-04-06T15:17:20.614Z Compiling itoa v1.0.17
4732026-04-06T15:17:20.744Z Compiling ucd-trie v0.1.7
4742026-04-06T15:17:20.810Z Compiling litemap v0.8.1
4752026-04-06T15:17:20.810Z Compiling writeable v0.6.2
4762026-04-06T15:17:20.970Z Compiling pest v2.8.6
4772026-04-06T15:17:20.999Z Compiling byteorder v1.5.0
4782026-04-06T15:17:21.014Z Compiling icu_properties_data v2.1.2
4792026-04-06T15:17:21.029Z Compiling rustix v1.1.3
4802026-04-06T15:17:21.235Z Compiling icu_normalizer_data v2.1.1
4812026-04-06T15:17:21.328Z Compiling errno v0.3.14
4822026-04-06T15:17:21.369Z Compiling syn v2.0.117
4832026-04-06T15:17:21.437Z Compiling serde_json v1.0.149
4842026-04-06T15:17:21.440Z Compiling bitflags v2.11.0
4852026-04-06T15:17:21.661Z Compiling num-traits v0.2.19
4862026-04-06T15:17:21.701Z Compiling smallvec v1.15.1
4872026-04-06T15:17:21.841Z Compiling equivalent v1.0.2
4882026-04-06T15:17:21.869Z Compiling typeid v1.0.3
4892026-04-06T15:17:21.904Z Compiling hashbrown v0.16.1
4902026-04-06T15:17:22.119Z Compiling pest_meta v2.8.6
4912026-04-06T15:17:22.191Z Compiling thread-id v4.2.2
4922026-04-06T15:17:22.244Z Compiling proc-macro-error-attr v1.0.4
4932026-04-06T15:17:22.289Z Compiling usdt-impl v0.5.0
4942026-04-06T15:17:22.310Z Compiling syn v1.0.109
4952026-04-06T15:17:22.433Z Compiling indexmap v2.13.0
4962026-04-06T15:17:22.481Z Compiling toml_write v0.1.2
4972026-04-06T15:17:22.500Z Compiling winnow v0.7.14
4982026-04-06T15:17:22.679Z Compiling erased-serde v0.4.9
4992026-04-06T15:17:22.992Z Compiling proc-macro-error v1.0.4
5002026-04-06T15:17:23.050Z Compiling utf8parse v0.2.2
5012026-04-06T15:17:23.167Z Compiling getrandom v0.4.1
5022026-04-06T15:17:23.185Z Compiling percent-encoding v2.3.2
5032026-04-06T15:17:23.388Z Compiling plain v0.2.3
5042026-04-06T15:17:23.463Z Compiling camino v1.2.2
5052026-04-06T15:17:23.508Z Compiling thiserror v2.0.18
5062026-04-06T15:17:23.526Z Compiling log v0.4.29
5072026-04-06T15:17:23.652Z Compiling utf8_iter v1.0.4
5082026-04-06T15:17:23.741Z Compiling ordered-float v2.10.1
5092026-04-06T15:17:23.810Z Compiling form_urlencoded v1.2.2
5102026-04-06T15:17:23.858Z Compiling anstyle-parse v0.2.7
5112026-04-06T15:17:23.969Z Compiling synstructure v0.13.2
5122026-04-06T15:17:23.989Z Compiling pest_generator v2.8.6
5132026-04-06T15:17:24.057Z Compiling terminal_size v0.4.3
5142026-04-06T15:17:24.273Z Compiling anstyle v1.0.13
5152026-04-06T15:17:24.301Z Compiling is_terminal_polyfill v1.70.2
5162026-04-06T15:17:24.431Z Compiling pretty-hex v0.4.1
5172026-04-06T15:17:24.472Z Compiling cfg-if v1.0.4
5182026-04-06T15:17:24.490Z Compiling anstyle-query v1.1.5
5192026-04-06T15:17:24.533Z Compiling colorchoice v1.0.4
5202026-04-06T15:17:24.571Z Compiling serde-untagged v0.1.9
5212026-04-06T15:17:24.617Z Compiling anstream v0.6.21
5222026-04-06T15:17:24.695Z Compiling semver v1.0.27
5232026-04-06T15:17:24.736Z Compiling fs-err v3.3.0
5242026-04-06T15:17:24.810Z Compiling once_cell v1.21.3
5252026-04-06T15:17:24.918Z Compiling unicode-width v0.1.14
5262026-04-06T15:17:24.921Z Compiling heck v0.4.1
5272026-04-06T15:17:25.008Z Compiling bytecount v0.6.9
5282026-04-06T15:17:25.026Z Compiling clap_lex v1.0.0
5292026-04-06T15:17:25.029Z Compiling unicode-xid v0.2.6
5302026-04-06T15:17:25.137Z Compiling anyhow v1.0.102
5312026-04-06T15:17:25.140Z Compiling heck v0.5.0
5322026-04-06T15:17:25.198Z Compiling fnv v1.0.7
5332026-04-06T15:17:25.258Z Compiling fastrand v2.3.0
5342026-04-06T15:17:25.299Z Compiling strsim v0.11.1
5352026-04-06T15:17:25.386Z Compiling papergrid v0.11.0
5362026-04-06T15:17:25.468Z Compiling tempfile v3.25.0
5372026-04-06T15:17:25.519Z Compiling clap_builder v4.5.60
5382026-04-06T15:17:25.650Z Compiling memmap v0.7.0
5392026-04-06T15:17:25.686Z Compiling serde_derive v1.0.228
5402026-04-06T15:17:25.749Z Compiling zerofrom-derive v0.1.6
5412026-04-06T15:17:25.861Z Compiling yoke-derive v0.8.1
5422026-04-06T15:17:25.866Z Compiling zerovec-derive v0.11.2
5432026-04-06T15:17:26.085Z Compiling displaydoc v0.2.5
5442026-04-06T15:17:26.769Z Compiling thiserror-impl v1.0.69
5452026-04-06T15:17:26.810Z Compiling zerocopy-derive v0.7.35
5462026-04-06T15:17:26.926Z Compiling pest_derive v2.8.6
5472026-04-06T15:17:26.953Z Compiling scroll_derive v0.12.1
5482026-04-06T15:17:27.107Z Compiling zerofrom v0.1.6
5492026-04-06T15:17:27.257Z Compiling yoke v0.8.1
5502026-04-06T15:17:27.403Z Compiling thiserror-impl v2.0.18
5512026-04-06T15:17:27.460Z Compiling zerovec v0.11.5
5522026-04-06T15:17:27.621Z Compiling zerotrie v0.2.3
5532026-04-06T15:17:27.714Z Compiling zerocopy v0.7.35
5542026-04-06T15:17:27.925Z Compiling tinystr v0.8.2
5552026-04-06T15:17:27.966Z Compiling potential_utf v0.1.4
5562026-04-06T15:17:28.129Z Compiling icu_locale_core v2.1.1
5572026-04-06T15:17:28.146Z Compiling icu_collections v2.1.1
5582026-04-06T15:17:28.180Z Compiling dtrace-parser v0.2.0
5592026-04-06T15:17:28.268Z Compiling scroll v0.12.0
5602026-04-06T15:17:28.524Z Compiling goblin v0.8.2
5612026-04-06T15:17:28.541Z Compiling tabled_derive v0.7.0
5622026-04-06T15:17:28.636Z Compiling clap_derive v4.5.55
5632026-04-06T15:17:28.739Z Compiling icu_provider v2.1.1
5642026-04-06T15:17:29.009Z Compiling icu_normalizer v2.1.1
5652026-04-06T15:17:29.034Z Compiling icu_properties v2.1.2
5662026-04-06T15:17:29.053Z Compiling serde_spanned v0.6.9
5672026-04-06T15:17:29.110Z Compiling toml_datetime v0.6.11
5682026-04-06T15:17:29.128Z Compiling dof v0.3.0
5692026-04-06T15:17:29.194Z Compiling serde_tokenstream v0.2.3
5702026-04-06T15:17:29.373Z Compiling toml_edit v0.22.27
5712026-04-06T15:17:29.507Z Compiling serde-value v0.7.0
5722026-04-06T15:17:29.523Z Compiling cargo-platform v0.2.0
5732026-04-06T15:17:29.539Z Compiling smawk v0.3.2
5742026-04-06T15:17:29.676Z Compiling unicode-width v0.2.0
5752026-04-06T15:17:29.786Z Compiling unicode-linebreak v0.1.5
5762026-04-06T15:17:29.854Z Compiling tabled v0.15.0
5772026-04-06T15:17:29.950Z Compiling idna_adapter v1.2.1
5782026-04-06T15:17:30.027Z Compiling textwrap v0.16.2
5792026-04-06T15:17:30.045Z Compiling usdt-macro v0.5.0
5802026-04-06T15:17:30.091Z Compiling idna v1.1.0
5812026-04-06T15:17:30.108Z Compiling usdt-attr-macro v0.5.0
5822026-04-06T15:17:30.374Z Compiling url v2.5.8
5832026-04-06T15:17:30.475Z Compiling clap v4.5.60
5842026-04-06T15:17:30.564Z Compiling macaddr v1.0.1
5852026-04-06T15:17:30.744Z Compiling toml v0.8.23
5862026-04-06T15:17:30.794Z Compiling camino-tempfile v1.4.1
5872026-04-06T15:17:31.026Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5882026-04-06T15:17:31.278Z Compiling cargo-util-schemas v0.8.2
5892026-04-06T15:17:31.294Z Compiling cargo_toml v0.21.0
5902026-04-06T15:17:31.346Z Compiling swrite v0.1.0
5912026-04-06T15:17:31.446Z Compiling usdt v0.5.0
5922026-04-06T15:17:32.169Z Compiling cargo_metadata v0.21.0
5932026-04-06T15:17:33.115Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5942026-04-06T15:17:35.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.21s
5952026-04-06T15:17:35.414Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5962026-04-06T15:17:35.961Z Downloading crates ...
5972026-04-06T15:17:36.064Z Downloaded convert_case v0.4.0
5982026-04-06T15:17:36.068Z Downloaded bitfield-macros v0.19.4
5992026-04-06T15:17:36.068Z Downloaded adler2 v2.0.1
6002026-04-06T15:17:36.068Z Downloaded cfg_aliases v0.2.1
6012026-04-06T15:17:36.071Z Downloaded async-recursion v1.1.1
6022026-04-06T15:17:36.071Z Downloaded crc8 v0.1.1
6032026-04-06T15:17:36.077Z Downloaded cassowary v0.3.0
6042026-04-06T15:17:36.080Z Downloaded arc-swap v1.8.2
6052026-04-06T15:17:36.080Z Downloaded byte-wrapper v0.1.0
6062026-04-06T15:17:36.083Z Downloaded arrayref v0.3.9
6072026-04-06T15:17:36.087Z Downloaded cargo-platform v0.1.9
6082026-04-06T15:17:36.087Z Downloaded dirs-sys-next v0.1.2
6092026-04-06T15:17:36.090Z Downloaded convert_case v0.10.0
6102026-04-06T15:17:36.090Z Downloaded bit-set v0.5.3
6112026-04-06T15:17:36.093Z Downloaded bit-set v0.8.0
6122026-04-06T15:17:36.093Z Downloaded async-stream v0.3.6
6132026-04-06T15:17:36.096Z Downloaded defmt v0.3.100
6142026-04-06T15:17:36.096Z Downloaded aes v0.8.4
6152026-04-06T15:17:36.100Z Downloaded atty v0.2.14
6162026-04-06T15:17:36.103Z Downloaded atomicwrites v0.4.4
6172026-04-06T15:17:36.103Z Downloaded diesel_table_macro_syntax v0.3.0
6182026-04-06T15:17:36.103Z Downloaded env_filter v1.0.0
6192026-04-06T15:17:36.106Z Downloaded embedded-io v0.4.0
6202026-04-06T15:17:36.106Z Downloaded diesel-dtrace v0.5.0
6212026-04-06T15:17:36.106Z Downloaded crunchy v0.2.4
6222026-04-06T15:17:36.109Z Downloaded base64 v0.21.7
6232026-04-06T15:17:36.112Z Downloaded downcast-rs v2.0.2
6242026-04-06T15:17:36.112Z Downloaded dirs-next v2.0.0
6252026-04-06T15:17:36.115Z Downloaded ascii-canvas v3.0.0
6262026-04-06T15:17:36.118Z Downloaded dsl_auto_type v0.2.0
6272026-04-06T15:17:36.118Z Downloaded cpufeatures v0.3.0
6282026-04-06T15:17:36.118Z Downloaded dof v0.4.0
6292026-04-06T15:17:36.121Z Downloaded find-msvc-tools v0.1.9
6302026-04-06T15:17:36.124Z Downloaded darling_macro v0.23.0
6312026-04-06T15:17:36.124Z Downloaded erased-serde v0.3.31
6322026-04-06T15:17:36.127Z Downloaded derive_builder_core v0.20.2
6332026-04-06T15:17:36.127Z Downloaded castaway v0.2.4
6342026-04-06T15:17:36.130Z Downloaded debug-ignore v1.0.5
6352026-04-06T15:17:36.131Z Downloaded foreign-types v0.5.0
6362026-04-06T15:17:36.131Z Downloaded aead v0.5.2
6372026-04-06T15:17:36.134Z Downloaded either v1.15.0
6382026-04-06T15:17:36.134Z Downloaded derive_builder_macro v0.20.2
6392026-04-06T15:17:36.134Z Downloaded async-stream-impl v0.3.6
6402026-04-06T15:17:36.134Z Downloaded array-init v0.0.4
6412026-04-06T15:17:36.137Z Downloaded fallible-iterator v0.2.0
6422026-04-06T15:17:36.137Z Downloaded defmt v1.0.1
6432026-04-06T15:17:36.140Z Downloaded fd-lock v4.0.4
6442026-04-06T15:17:36.144Z Downloaded assert_matches v1.5.0
6452026-04-06T15:17:36.144Z Downloaded endian-type v0.1.2
6462026-04-06T15:17:36.144Z Downloaded darling_macro v0.21.3
6472026-04-06T15:17:36.147Z Downloaded embedded-io v0.6.1
6482026-04-06T15:17:36.150Z Downloaded crc-catalog v2.4.0
6492026-04-06T15:17:36.150Z Downloaded dyn-clone v1.0.20
6502026-04-06T15:17:36.150Z Downloaded dropshot-api-manager-types v0.6.0
6512026-04-06T15:17:36.153Z Downloaded difflib v0.4.0
6522026-04-06T15:17:36.153Z Downloaded base16ct v0.2.0
6532026-04-06T15:17:36.157Z Downloaded cmake v0.1.57
6542026-04-06T15:17:36.157Z Downloaded foreign-types-shared v0.3.1
6552026-04-06T15:17:36.160Z Downloaded derive_builder v0.20.2
6562026-04-06T15:17:36.160Z Downloaded daft-derive v0.1.5
6572026-04-06T15:17:36.163Z Downloaded ciborium-ll v0.2.2
6582026-04-06T15:17:36.163Z Downloaded atomic-waker v1.1.2
6592026-04-06T15:17:36.166Z Downloaded foreign-types-macros v0.2.3
6602026-04-06T15:17:36.166Z Downloaded enum-as-inner v0.6.1
6612026-04-06T15:17:36.166Z Downloaded cfg_aliases v0.1.1
6622026-04-06T15:17:36.170Z Downloaded dunce v1.0.5
6632026-04-06T15:17:36.170Z Downloaded crossbeam-channel v0.5.15
6642026-04-06T15:17:36.170Z Downloaded display-error-chain v0.2.2
6652026-04-06T15:17:36.173Z Downloaded curve25519-dalek-derive v0.1.1
6662026-04-06T15:17:36.173Z Downloaded cstr-argument v0.1.2
6672026-04-06T15:17:36.173Z Downloaded crucible-workspace-hack v0.1.0
6682026-04-06T15:17:36.173Z Downloaded cexpr v0.6.0
6692026-04-06T15:17:36.176Z Downloaded cbc v0.1.2
6702026-04-06T15:17:36.176Z Downloaded crc v3.4.0
6712026-04-06T15:17:36.176Z Downloaded bitflags v1.3.2
6722026-04-06T15:17:36.180Z Downloaded bb8 v0.8.6
6732026-04-06T15:17:36.180Z Downloaded document-features v0.2.12
6742026-04-06T15:17:36.180Z Downloaded bitfield v0.19.4
6752026-04-06T15:17:36.183Z Downloaded cobs v0.3.0
6762026-04-06T15:17:36.183Z Downloaded float-cmp v0.10.0
6772026-04-06T15:17:36.183Z Downloaded block-padding v0.3.3
6782026-04-06T15:17:36.186Z Downloaded foreign-types-shared v0.1.1
6792026-04-06T15:17:36.186Z Downloaded foreign-types v0.3.2
6802026-04-06T15:17:36.189Z Downloaded ciborium-io v0.2.2
6812026-04-06T15:17:36.189Z Downloaded bcrypt-pbkdf v0.10.0
6822026-04-06T15:17:36.189Z Downloaded defmt-parser v1.0.0
6832026-04-06T15:17:36.192Z Downloaded futures-sink v0.3.32
6842026-04-06T15:17:36.192Z Downloaded futures-core v0.3.32
6852026-04-06T15:17:36.193Z Downloaded float-ord v0.3.2
6862026-04-06T15:17:36.196Z Downloaded drift v0.1.3
6872026-04-06T15:17:36.201Z Downloaded futures-task v0.3.32
6882026-04-06T15:17:36.201Z Downloaded ecdsa v0.16.9
6892026-04-06T15:17:36.201Z Downloaded defmt-macros v1.0.1
6902026-04-06T15:17:36.205Z Downloaded base64ct v1.8.3
6912026-04-06T15:17:36.205Z Downloaded flagset v0.4.7
6922026-04-06T15:17:36.205Z Downloaded ena v0.14.4
6932026-04-06T15:17:36.209Z Downloaded ed25519 v2.2.3
6942026-04-06T15:17:36.209Z Downloaded bcs v0.1.6
6952026-04-06T15:17:36.209Z Downloaded darling v0.20.11
6962026-04-06T15:17:36.215Z Downloaded constant_time_eq v0.4.2
6972026-04-06T15:17:36.215Z Downloaded buf-list v1.1.2
6982026-04-06T15:17:36.218Z Downloaded darling_macro v0.20.11
6992026-04-06T15:17:36.218Z Downloaded bitfield-struct v0.6.2
7002026-04-06T15:17:36.218Z Downloaded chacha20 v0.9.1
7012026-04-06T15:17:36.218Z Downloaded ff v0.13.1
7022026-04-06T15:17:36.221Z Downloaded csv-core v0.1.13
7032026-04-06T15:17:36.221Z Downloaded fixedbitset v0.5.7
7042026-04-06T15:17:36.221Z Downloaded camino-tempfile-ext v0.3.3
7052026-04-06T15:17:36.224Z Downloaded bit-vec v0.6.3
7062026-04-06T15:17:36.224Z Downloaded gethostname v0.5.0
7072026-04-06T15:17:36.224Z Downloaded argon2 v0.5.3
7082026-04-06T15:17:36.227Z Downloaded globwalk v0.9.1
7092026-04-06T15:17:36.227Z Downloaded arrayvec v0.7.6
7102026-04-06T15:17:36.227Z Downloaded backon v1.6.0
7112026-04-06T15:17:36.230Z Downloaded hash32 v0.3.1
7122026-04-06T15:17:36.230Z Downloaded headers-core v0.3.0
7132026-04-06T15:17:36.230Z Downloaded fxhash v0.2.1
7142026-04-06T15:17:36.233Z Downloaded futures-macro v0.3.32
7152026-04-06T15:17:36.233Z Downloaded funty v2.0.0
7162026-04-06T15:17:36.233Z Downloaded git-stub v1.0.0
7172026-04-06T15:17:36.236Z Downloaded hash32 v0.2.1
7182026-04-06T15:17:36.236Z Downloaded fixedbitset v0.4.2
7192026-04-06T15:17:36.236Z Downloaded filetime v0.2.27
7202026-04-06T15:17:36.240Z Downloaded foldhash v0.1.5
7212026-04-06T15:17:36.240Z Downloaded hex-literal v0.4.1
7222026-04-06T15:17:36.240Z Downloaded crossbeam-deque v0.8.6
7232026-04-06T15:17:36.240Z Downloaded hex v0.4.3
7242026-04-06T15:17:36.245Z Downloaded dtrace-parser v0.3.0
7252026-04-06T15:17:36.245Z Downloaded data-encoding v2.10.0
7262026-04-06T15:17:36.245Z Downloaded daft v0.1.5
7272026-04-06T15:17:36.249Z Downloaded deranged v0.5.8
7282026-04-06T15:17:36.249Z Downloaded const_format_proc_macros v0.2.34
7292026-04-06T15:17:36.249Z Downloaded blowfish v0.9.1
7302026-04-06T15:17:36.249Z Downloaded cipher v0.4.4
7312026-04-06T15:17:36.252Z Downloaded cargo_metadata v0.19.2
7322026-04-06T15:17:36.252Z Downloaded async-trait v0.1.89
7332026-04-06T15:17:36.255Z Downloaded hostname v0.4.2
7342026-04-06T15:17:36.255Z Downloaded bit-vec v0.8.0
7352026-04-06T15:17:36.255Z Downloaded futures-io v0.3.32
7362026-04-06T15:17:36.258Z Downloaded hostname v0.3.1
7372026-04-06T15:17:36.258Z Downloaded hyper-tls v0.6.0
7382026-04-06T15:17:36.261Z Downloaded fs-err v2.11.0
7392026-04-06T15:17:36.261Z Downloaded http-range v0.1.5
7402026-04-06T15:17:36.261Z Downloaded backoff v0.4.0
7412026-04-06T15:17:36.264Z Downloaded hubpack_derive v0.1.1
7422026-04-06T15:17:36.264Z Downloaded httpdate v1.0.3
7432026-04-06T15:17:36.264Z Downloaded http-body v1.0.1
7442026-04-06T15:17:36.267Z Downloaded home v0.5.12
7452026-04-06T15:17:36.267Z Downloaded der_derive v0.7.3
7462026-04-06T15:17:36.267Z Downloaded indent_write v2.2.0
7472026-04-06T15:17:36.271Z Downloaded hubpack v0.1.2
7482026-04-06T15:17:36.271Z Downloaded diff v0.1.13
7492026-04-06T15:17:36.275Z Downloaded crc32fast v1.5.0
7502026-04-06T15:17:36.275Z Downloaded bumpalo v3.20.2
7512026-04-06T15:17:36.275Z Downloaded foldhash v0.2.0
7522026-04-06T15:17:36.278Z Downloaded derive-ex v0.1.8
7532026-04-06T15:17:36.278Z Downloaded ciborium v0.2.2
7542026-04-06T15:17:36.278Z Downloaded console v0.15.11
7552026-04-06T15:17:36.281Z Downloaded cookie_store v0.22.1
7562026-04-06T15:17:36.281Z Downloaded cancel-safe-futures v0.1.5
7572026-04-06T15:17:36.285Z Downloaded ident_case v1.0.1
7582026-04-06T15:17:36.285Z Downloaded derive_more v0.99.20
7592026-04-06T15:17:36.288Z Downloaded console v0.16.2
7602026-04-06T15:17:36.288Z Downloaded chacha20 v0.10.0
7612026-04-06T15:17:36.291Z Downloaded indoc v1.0.9
7622026-04-06T15:17:36.291Z Downloaded internet-checksum v0.2.1
7632026-04-06T15:17:36.294Z Downloaded const-oid v0.9.6
7642026-04-06T15:17:36.294Z Downloaded is-terminal v0.4.17
7652026-04-06T15:17:36.294Z Downloaded critical-section v1.2.0
7662026-04-06T15:17:36.297Z Downloaded group v0.13.0
7672026-04-06T15:17:36.297Z Downloaded ghash v0.5.1
7682026-04-06T15:17:36.297Z Downloaded is_ci v1.2.0
7692026-04-06T15:17:36.300Z Downloaded instant v0.1.13
7702026-04-06T15:17:36.300Z Downloaded git-stub-vcs v0.1.0
7712026-04-06T15:17:36.300Z Downloaded const_format v0.2.35
7722026-04-06T15:17:36.304Z Downloaded futures-executor v0.3.32
7732026-04-06T15:17:36.304Z Downloaded aho-corasick v1.1.4
7742026-04-06T15:17:36.307Z Downloaded lalrpop-util v0.19.12
7752026-04-06T15:17:36.307Z Downloaded keccak v0.1.6
7762026-04-06T15:17:36.311Z Downloaded crossbeam-utils v0.8.21
7772026-04-06T15:17:36.311Z Downloaded lazy_static v1.5.0
7782026-04-06T15:17:36.314Z Downloaded kstat-rs v0.2.4
7792026-04-06T15:17:36.314Z Downloaded crossbeam-epoch v0.9.18
7802026-04-06T15:17:36.314Z Downloaded async-bb8-diesel v0.2.1
7812026-04-06T15:17:36.317Z Downloaded glob v0.3.3
7822026-04-06T15:17:36.317Z Downloaded bzip2 v0.6.1
7832026-04-06T15:17:36.317Z Downloaded highway v1.3.0
7842026-04-06T15:17:36.320Z Downloaded darling v0.21.3
7852026-04-06T15:17:36.323Z Downloaded inout v0.1.4
7862026-04-06T15:17:36.323Z Downloaded blake2 v0.10.6
7872026-04-06T15:17:36.324Z Downloaded http-body-util v0.1.3
7882026-04-06T15:17:36.326Z Downloaded linked-hash-map v0.5.6
7892026-04-06T15:17:36.329Z Downloaded elliptic-curve v0.13.8
7902026-04-06T15:17:36.329Z Downloaded futures-channel v0.3.32
7912026-04-06T15:17:36.333Z Downloaded corncobs v0.1.4
7922026-04-06T15:17:36.333Z Downloaded clang-sys v1.8.1
7932026-04-06T15:17:36.336Z Downloaded libscf-sys v1.1.0
7942026-04-06T15:17:36.336Z Downloaded dropshot_endpoint v0.16.7
7952026-04-06T15:17:36.338Z Downloaded des v0.8.1
7962026-04-06T15:17:36.339Z Downloaded darling v0.23.0
7972026-04-06T15:17:36.342Z Downloaded bzip2 v0.4.4
7982026-04-06T15:17:36.348Z Downloaded md5 v0.7.0
7992026-04-06T15:17:36.351Z Downloaded managed v0.8.0
8002026-04-06T15:17:36.351Z Downloaded lzss v0.8.2
8012026-04-06T15:17:36.351Z Downloaded md-5 v0.10.6
8022026-04-06T15:17:36.355Z Downloaded ingot-types v0.1.2
8032026-04-06T15:17:36.355Z Downloaded hyper-staticfile v0.10.1
8042026-04-06T15:17:36.355Z Downloaded ctr v0.9.2
8052026-04-06T15:17:36.357Z Downloaded ingot v0.1.1
8062026-04-06T15:17:36.358Z Downloaded impl-trait-for-tuples v0.2.3
8072026-04-06T15:17:36.361Z Downloaded new_debug_unreachable v1.0.6
8082026-04-06T15:17:36.361Z Downloaded mime v0.3.17
8092026-04-06T15:17:36.361Z Downloaded memoffset v0.9.1
8102026-04-06T15:17:36.361Z Downloaded instability v0.3.11
8112026-04-06T15:17:36.363Z Downloaded newtype-uuid-macros v0.1.0
8122026-04-06T15:17:36.364Z Downloaded getrandom v0.2.17
8132026-04-06T15:17:36.366Z Downloaded cookie v0.18.1
8142026-04-06T15:17:36.367Z Downloaded half v1.8.3
8152026-04-06T15:17:36.369Z Downloaded fs_extra v1.3.0
8162026-04-06T15:17:36.369Z Downloaded colored v3.1.1
8172026-04-06T15:17:36.372Z Downloaded colored v2.2.0
8182026-04-06T15:17:36.372Z Downloaded globset v0.4.18
8192026-04-06T15:17:36.375Z Downloaded nibble_vec v0.1.0
8202026-04-06T15:17:36.375Z Downloaded jobserver v0.1.34
8212026-04-06T15:17:36.375Z Downloaded libloading v0.8.9
8222026-04-06T15:17:36.378Z Downloaded nodrop v0.1.14
8232026-04-06T15:17:36.378Z Downloaded maybe-uninit v2.0.0
8242026-04-06T15:17:36.378Z Downloaded match_cfg v0.1.0
8252026-04-06T15:17:36.382Z Downloaded num-conv v0.2.0
8262026-04-06T15:17:36.382Z Downloaded num-derive v0.4.2
8272026-04-06T15:17:36.382Z Downloaded num v0.4.3
8282026-04-06T15:17:36.382Z Downloaded normalize-line-endings v0.3.0
8292026-04-06T15:17:36.385Z Downloaded newtype_derive v0.1.6
8302026-04-06T15:17:36.385Z Downloaded newline-converter v0.3.0
8312026-04-06T15:17:36.385Z Downloaded multimap v0.10.1
8322026-04-06T15:17:36.385Z Downloaded num-iter v0.1.45
8332026-04-06T15:17:36.388Z Downloaded num-derive v0.3.3
8342026-04-06T15:17:36.388Z Downloaded derive-where v1.6.0
8352026-04-06T15:17:36.391Z Downloaded nonempty v0.12.0
8362026-04-06T15:17:36.391Z Downloaded maplit v1.0.2
8372026-04-06T15:17:36.391Z Downloaded lru-slab v0.1.2
8382026-04-06T15:17:36.394Z Downloaded lru-cache v0.1.2
8392026-04-06T15:17:36.394Z Downloaded ahash v0.8.12
8402026-04-06T15:17:36.397Z Downloaded libsw v3.5.0
8412026-04-06T15:17:36.397Z Downloaded httparse v1.10.1
8422026-04-06T15:17:36.397Z Downloaded hmac v0.12.1
8432026-04-06T15:17:36.400Z Downloaded allocator-api2 v0.2.21
8442026-04-06T15:17:36.400Z Downloaded futures v0.3.32
8452026-04-06T15:17:36.405Z Downloaded openssl-probe v0.2.1
8462026-04-06T15:17:36.409Z Downloaded openssl-macros v0.1.1
8472026-04-06T15:17:36.409Z Downloaded olpc-cjson v0.1.4
8482026-04-06T15:17:36.409Z Downloaded num_enum_derive v0.5.11
8492026-04-06T15:17:36.409Z Downloaded libefi-sys v0.1.0
8502026-04-06T15:17:36.409Z Downloaded humantime v2.3.0
8512026-04-06T15:17:36.409Z Downloaded env_logger v0.11.9
8522026-04-06T15:17:36.412Z Downloaded opaque-debug v0.3.1
8532026-04-06T15:17:36.412Z Downloaded num_threads v0.1.7
8542026-04-06T15:17:36.412Z Downloaded derive_more v2.1.1
8552026-04-06T15:17:36.418Z Downloaded lock_api v0.4.14
8562026-04-06T15:17:36.421Z Downloaded libsw-core v0.3.2
8572026-04-06T15:17:36.421Z Downloaded lru v0.12.5
8582026-04-06T15:17:36.424Z Downloaded linear-map v1.2.0
8592026-04-06T15:17:36.424Z Downloaded derive_more-impl v2.1.1
8602026-04-06T15:17:36.427Z Downloaded oso-derive v0.27.3
8612026-04-06T15:17:36.427Z Downloaded mime_guess v2.0.5
8622026-04-06T15:17:36.427Z Downloaded native-tls v0.2.18
8632026-04-06T15:17:36.430Z Downloaded ingot-macros v0.1.1
8642026-04-06T15:17:36.430Z Downloaded indoc v2.0.7
8652026-04-06T15:17:36.434Z Downloaded parse-size v1.1.0
8662026-04-06T15:17:36.434Z Downloaded packed_struct_codegen v0.10.1
8672026-04-06T15:17:36.434Z Downloaded pbkdf2 v0.11.0
8682026-04-06T15:17:36.438Z Downloaded parse-display v0.10.0
8692026-04-06T15:17:36.438Z Downloaded getrandom v0.3.4
8702026-04-06T15:17:36.438Z Downloaded base64 v0.22.1
8712026-04-06T15:17:36.441Z Downloaded newtype-uuid v1.3.2
8722026-04-06T15:17:36.441Z Downloaded ipnet v2.11.0
8732026-04-06T15:17:36.441Z Downloaded half v2.7.1
8742026-04-06T15:17:36.444Z Downloaded der v0.7.10
8752026-04-06T15:17:36.447Z Downloaded nu-ansi-term v0.50.3
8762026-04-06T15:17:36.447Z Downloaded multer v3.1.0
8772026-04-06T15:17:36.450Z Downloaded path-slash v0.1.5
8782026-04-06T15:17:36.450Z Downloaded darling_core v0.21.3
8792026-04-06T15:17:36.453Z Downloaded phf_shared v0.13.1
8802026-04-06T15:17:36.453Z Downloaded peg-runtime v0.8.5
8812026-04-06T15:17:36.456Z Downloaded ipnetwork v0.21.1
8822026-04-06T15:17:36.456Z Downloaded pbkdf2 v0.12.2
8832026-04-06T15:17:36.456Z Downloaded pin-utils v0.1.0
8842026-04-06T15:17:36.459Z Downloaded phf_shared v0.12.1
8852026-04-06T15:17:36.459Z Downloaded hyper-rustls v0.27.7
8862026-04-06T15:17:36.459Z Downloaded crc-any v2.5.0
8872026-04-06T15:17:36.462Z Downloaded fatfs v0.3.6
8882026-04-06T15:17:36.462Z Downloaded darling_core v0.23.0
8892026-04-06T15:17:36.466Z Downloaded num-rational v0.4.2
8902026-04-06T15:17:36.469Z Downloaded chacha20poly1305 v0.10.1
8912026-04-06T15:17:36.469Z Downloaded iana-time-zone v0.1.65
8922026-04-06T15:17:36.472Z Downloaded num_enum v0.7.5
8932026-04-06T15:17:36.475Z Downloaded num-integer v0.1.46
8942026-04-06T15:17:36.475Z Downloaded openssl-probe v0.1.6
8952026-04-06T15:17:36.475Z Downloaded num_enum_derive v0.7.5
8962026-04-06T15:17:36.475Z Downloaded bytes v1.11.1
8972026-04-06T15:17:36.496Z Downloaded proc-macro-crate v3.4.0
8982026-04-06T15:17:36.499Z Downloaded proc-macro-crate v1.3.1
8992026-04-06T15:17:36.499Z Downloaded predicates-core v1.0.10
9002026-04-06T15:17:36.499Z Downloaded powerfmt v0.2.0
9012026-04-06T15:17:36.503Z Downloaded owo-colors v4.3.0
9022026-04-06T15:17:36.503Z Downloaded indexmap v1.9.3
9032026-04-06T15:17:36.506Z Downloaded flume v0.11.1
9042026-04-06T15:17:36.506Z Downloaded proc-macro-error-attr2 v2.0.0
9052026-04-06T15:17:36.506Z Downloaded predicates-tree v1.0.13
9062026-04-06T15:17:36.506Z Downloaded precomputed-hash v0.1.1
9072026-04-06T15:17:36.510Z Downloaded packed_struct v0.10.1
9082026-04-06T15:17:36.510Z Downloaded oxide-tokio-rt v0.1.3
9092026-04-06T15:17:36.510Z Downloaded darling_core v0.20.11
9102026-04-06T15:17:36.513Z Downloaded peg v0.8.5
9112026-04-06T15:17:36.516Z Downloaded paste v1.0.15
9122026-04-06T15:17:36.519Z Downloaded parse-display-derive v0.10.0
9132026-04-06T15:17:36.519Z Downloaded parking_lot_core v0.8.6
9142026-04-06T15:17:36.519Z Downloaded progenitor-macro v0.10.0
9152026-04-06T15:17:36.522Z Downloaded progenitor-macro v0.13.0
9162026-04-06T15:17:36.522Z Downloaded progenitor-macro v0.11.2
9172026-04-06T15:17:36.522Z Downloaded progenitor-client v0.11.2
9182026-04-06T15:17:36.522Z Downloaded phf v0.13.1
9192026-04-06T15:17:36.525Z Downloaded pem-rfc7468 v0.7.0
9202026-04-06T15:17:36.525Z Downloaded password-hash v0.5.0
9212026-04-06T15:17:36.525Z Downloaded radium v0.7.0
9222026-04-06T15:17:36.528Z Downloaded progenitor-client v0.10.0
9232026-04-06T15:17:36.528Z Downloaded password-hash v0.4.2
9242026-04-06T15:17:36.528Z Downloaded num_enum v0.5.11
9252026-04-06T15:17:36.531Z Downloaded oxnet v0.1.4
9262026-04-06T15:17:36.534Z Downloaded flate2 v1.1.9
9272026-04-06T15:17:36.537Z Downloaded ar_archive_writer v0.5.1
9282026-04-06T15:17:36.537Z Downloaded nanorand v0.7.0
9292026-04-06T15:17:36.540Z Downloaded heapless v0.8.0
9302026-04-06T15:17:36.540Z Downloaded num-complex v0.4.6
9312026-04-06T15:17:36.543Z Downloaded pin-project-lite v0.2.17
9322026-04-06T15:17:36.546Z Downloaded psl-types v2.0.11
9332026-04-06T15:17:36.546Z Downloaded pin-project-internal v1.1.11
9342026-04-06T15:17:36.546Z Downloaded phf_shared v0.11.3
9352026-04-06T15:17:36.549Z Downloaded libbz2-rs-sys v0.2.2
9362026-04-06T15:17:36.549Z Downloaded polyval v0.6.2
9372026-04-06T15:17:36.549Z Downloaded poly1305 v0.8.0
9382026-04-06T15:17:36.552Z Downloaded headers v0.4.1
9392026-04-06T15:17:36.555Z Downloaded rand_xorshift v0.4.0
9402026-04-06T15:17:36.555Z Downloaded dropshot-api-manager v0.6.0
9412026-04-06T15:17:36.559Z Downloaded pkcs8 v0.10.2
9422026-04-06T15:17:36.559Z Downloaded pem v3.0.6
9432026-04-06T15:17:36.562Z Downloaded ed25519-dalek v2.2.0
9442026-04-06T15:17:36.562Z Downloaded compact_str v0.8.1
9452026-04-06T15:17:36.565Z Downloaded recursive-proc-macro-impl v0.1.1
9462026-04-06T15:17:36.565Z Downloaded recursive v0.1.1
9472026-04-06T15:17:36.568Z Downloaded rand_chacha v0.3.1
9482026-04-06T15:17:36.568Z Downloaded postgres-protocol v0.6.10
9492026-04-06T15:17:36.568Z Downloaded memmap2 v0.9.10
9502026-04-06T15:17:36.568Z Downloaded litrs v1.0.0
9512026-04-06T15:17:36.571Z Downloaded ppv-lite86 v0.2.21
9522026-04-06T15:17:36.571Z Downloaded ref-cast-impl v1.0.25
9532026-04-06T15:17:36.574Z Downloaded parking_lot_core v0.9.12
9542026-04-06T15:17:36.574Z Downloaded parking_lot v0.11.2
9552026-04-06T15:17:36.577Z Downloaded indicatif v0.18.4
9562026-04-06T15:17:36.577Z Downloaded rtoolbox v0.0.3
9572026-04-06T15:17:36.580Z Downloaded rfc6979 v0.4.0
9582026-04-06T15:17:36.580Z Downloaded ignore v0.4.25
9592026-04-06T15:17:36.580Z Downloaded crypto-bigint v0.5.5
9602026-04-06T15:17:36.584Z Downloaded primeorder v0.13.6
9612026-04-06T15:17:36.587Z Downloaded predicates v3.1.4
9622026-04-06T15:17:36.587Z Downloaded progenitor-client v0.13.0
9632026-04-06T15:17:36.590Z Downloaded peg-macros v0.8.5
9642026-04-06T15:17:36.590Z Downloaded quick-error v1.2.3
9652026-04-06T15:17:36.590Z Downloaded cc v1.2.56
9662026-04-06T15:17:36.593Z Downloaded progenitor v0.10.0
9672026-04-06T15:17:36.596Z Downloaded phf v0.12.1
9682026-04-06T15:17:36.599Z Downloaded proc-macro-error2 v2.0.1
9692026-04-06T15:17:36.599Z Downloaded rand_core v0.10.0
9702026-04-06T15:17:36.602Z Downloaded rustc_version v0.4.1
9712026-04-06T15:17:36.602Z Downloaded rustc-hash v2.1.1
9722026-04-06T15:17:36.602Z Downloaded russh-cryptovec v0.7.3
9732026-04-06T15:17:36.602Z Downloaded diesel_derives v2.3.7
9742026-04-06T15:17:36.607Z Downloaded rustc_version v0.1.7
9752026-04-06T15:17:36.610Z Downloaded progenitor-extras v0.1.1
9762026-04-06T15:17:36.610Z Downloaded hickory-resolver v0.25.2
9772026-04-06T15:17:36.610Z Downloaded heapless v0.7.17
9782026-04-06T15:17:36.613Z Downloaded rand_seeder v0.4.0
9792026-04-06T15:17:36.619Z Downloaded psm v0.1.30
9802026-04-06T15:17:36.622Z Downloaded rand_core v0.6.4
9812026-04-06T15:17:36.622Z Downloaded rand_chacha v0.9.0
9822026-04-06T15:17:36.625Z Downloaded salsa20 v0.10.2
9832026-04-06T15:17:36.625Z Downloaded r2d2 v0.8.10
9842026-04-06T15:17:36.625Z Downloaded progenitor v0.13.0
9852026-04-06T15:17:36.629Z Downloaded sapling-renderdag v0.1.0
9862026-04-06T15:17:36.632Z Downloaded ref-cast v1.0.25
9872026-04-06T15:17:36.632Z Downloaded same-file v1.0.6
9882026-04-06T15:17:36.635Z Downloaded pkcs5 v0.7.1
9892026-04-06T15:17:36.635Z Downloaded pkcs1 v0.7.5
9902026-04-06T15:17:36.638Z Downloaded scopeguard v1.2.0
9912026-04-06T15:17:36.638Z Downloaded omicron-zone-package v0.12.2
9922026-04-06T15:17:36.641Z Downloaded postgres-types v0.2.12
9932026-04-06T15:17:36.644Z Downloaded pkg-config v0.3.32
9942026-04-06T15:17:36.644Z Downloaded p256 v0.13.2
9952026-04-06T15:17:36.647Z Downloaded scheduled-thread-pool v0.2.7
9962026-04-06T15:17:36.647Z Downloaded scroll_derive v0.13.1
9972026-04-06T15:17:36.647Z Downloaded parking_lot v0.12.5
9982026-04-06T15:17:36.650Z Downloaded expectorate v1.2.0
9992026-04-06T15:17:36.650Z Downloaded oso v0.27.3
10002026-04-06T15:17:36.654Z Downloaded resolv-conf v0.7.6
10012026-04-06T15:17:36.654Z Downloaded jiff-static v0.2.21
10022026-04-06T15:17:36.657Z Downloaded semver v0.1.20
10032026-04-06T15:17:36.657Z Downloaded postcard v1.1.3
10042026-04-06T15:17:36.662Z Downloaded papergrid v0.17.0
10052026-04-06T15:17:36.662Z Downloaded secrecy v0.8.0
10062026-04-06T15:17:36.666Z Downloaded serde-big-array v0.5.1
10072026-04-06T15:17:36.666Z Downloaded seq-macro v0.3.6
10082026-04-06T15:17:36.666Z Downloaded secrecy v0.10.3
10092026-04-06T15:17:36.669Z Downloaded serde_bytes v0.11.19
10102026-04-06T15:17:36.669Z Downloaded serde_plain v1.0.2
10112026-04-06T15:17:36.669Z Downloaded shell-words v1.1.1
10122026-04-06T15:17:36.672Z Downloaded quinn-udp v0.5.14
10132026-04-06T15:17:36.672Z Downloaded sha1 v0.10.6
10142026-04-06T15:17:36.675Z Downloaded progenitor v0.11.2
10152026-04-06T15:17:36.679Z Downloaded hashbrown v0.12.3
10162026-04-06T15:17:36.682Z Downloaded serde_urlencoded v0.7.1
10172026-04-06T15:17:36.685Z Downloaded serde_repr v0.1.20
10182026-04-06T15:17:36.685Z Downloaded signal-hook-mio v0.2.5
10192026-04-06T15:17:36.685Z Downloaded rand_core v0.9.5
10202026-04-06T15:17:36.689Z Downloaded pin-project v1.1.11
10212026-04-06T15:17:36.697Z Downloaded rustversion v1.0.22
10222026-04-06T15:17:36.700Z Downloaded rustls-pemfile v2.2.0
10232026-04-06T15:17:36.703Z Downloaded rustls-pemfile v1.0.4
10242026-04-06T15:17:36.704Z Downloaded rustls-native-certs v0.8.3
10252026-04-06T15:17:36.706Z Downloaded signal-hook-tokio v0.3.1
10262026-04-06T15:17:36.706Z Downloaded sigpipe v0.1.3
10272026-04-06T15:17:36.710Z Downloaded rusty-fork v0.3.1
10282026-04-06T15:17:36.710Z Downloaded signature v2.2.0
10292026-04-06T15:17:36.713Z Downloaded openssl-sys v0.9.111
10302026-04-06T15:17:36.716Z Downloaded siphasher v1.0.2
10312026-04-06T15:17:36.716Z Downloaded schemars_derive v0.8.22
10322026-04-06T15:17:36.716Z Downloaded minimal-lexical v0.2.1
10332026-04-06T15:17:36.720Z Downloaded slog-bunyan v2.5.0
10342026-04-06T15:17:36.729Z Downloaded scrypt v0.11.0
10352026-04-06T15:17:36.732Z Downloaded slog-envlogger v2.2.0
10362026-04-06T15:17:36.736Z Downloaded sec1 v0.7.3
10372026-04-06T15:17:36.739Z Downloaded sqlparser_derive v0.5.0
10382026-04-06T15:17:36.742Z Downloaded progenitor-impl v0.13.0
10392026-04-06T15:17:36.745Z Downloaded hashbrown v0.13.2
10402026-04-06T15:17:36.748Z Downloaded serde-hex v0.1.0
10412026-04-06T15:17:36.748Z Downloaded sct v0.7.1
10422026-04-06T15:17:36.751Z Downloaded ssh-encoding v0.2.0
10432026-04-06T15:17:36.754Z Downloaded structmeta-derive v0.3.0
10442026-04-06T15:17:36.757Z Downloaded russh-keys v0.45.0
10452026-04-06T15:17:36.760Z Downloaded serde_spanned v1.0.4
10462026-04-06T15:17:36.760Z Downloaded serde_derive_internals v0.29.1
10472026-04-06T15:17:36.760Z Downloaded ssh-cipher v0.2.0
10482026-04-06T15:17:36.763Z Downloaded hickory-resolver v0.24.4
10492026-04-06T15:17:36.763Z Downloaded structmeta v0.3.0
10502026-04-06T15:17:36.766Z Downloaded strip-ansi-escapes v0.2.1
10512026-04-06T15:17:36.766Z Downloaded crossterm v0.28.1
10522026-04-06T15:17:36.769Z Downloaded http v1.4.0
10532026-04-06T15:17:36.772Z Downloaded serde_path_to_error v0.1.20
10542026-04-06T15:17:36.772Z Downloaded rcgen v0.12.1
10552026-04-06T15:17:36.777Z Downloaded progenitor-impl v0.10.0
10562026-04-06T15:17:36.780Z Downloaded signal-hook-registry v1.4.8
10572026-04-06T15:17:36.780Z Downloaded shlex v1.3.0
10582026-04-06T15:17:36.783Z Downloaded rustls-pki-types v1.14.0
10592026-04-06T15:17:36.783Z Downloaded supports-color v3.0.2
10602026-04-06T15:17:36.786Z Downloaded strum v0.27.2
10612026-04-06T15:17:36.786Z Downloaded strum v0.26.3
10622026-04-06T15:17:36.789Z Downloaded bitvec v1.0.1
10632026-04-06T15:17:36.795Z Downloaded simd-adler32 v0.3.8
10642026-04-06T15:17:36.798Z Downloaded sync_wrapper v1.0.2
10652026-04-06T15:17:36.798Z Downloaded sync-ptr v0.1.4
10662026-04-06T15:17:36.798Z Downloaded hyper-util v0.1.20
10672026-04-06T15:17:36.801Z Downloaded tabled_derive v0.11.0
10682026-04-06T15:17:36.804Z Downloaded tabwriter v1.4.1
10692026-04-06T15:17:36.804Z Downloaded slab v0.4.12
10702026-04-06T15:17:36.804Z Downloaded prefix-trie v0.7.0
10712026-04-06T15:17:36.807Z Downloaded slog-scope v4.4.1
10722026-04-06T15:17:36.807Z Downloaded scroll v0.13.0
10732026-04-06T15:17:36.810Z Downloaded smf v0.2.3
10742026-04-06T15:17:36.810Z Downloaded smallvec v0.6.14
10752026-04-06T15:17:36.810Z Downloaded take_mut v0.2.2
10762026-04-06T15:17:36.813Z Downloaded ron v0.8.1
10772026-04-06T15:17:36.817Z Downloaded snafu-derive v0.8.9
10782026-04-06T15:17:36.818Z Downloaded tap v1.0.1
10792026-04-06T15:17:36.818Z Downloaded slog-dtrace v0.3.0
10802026-04-06T15:17:36.822Z Downloaded thiserror-impl-no-std v2.0.2
10812026-04-06T15:17:36.822Z Downloaded testing_table v0.3.0
10822026-04-06T15:17:36.822Z Downloaded serde_cbor v0.11.2
10832026-04-06T15:17:36.822Z Downloaded time-core v0.1.8
10842026-04-06T15:17:36.825Z Downloaded slog-async v2.8.0
10852026-04-06T15:17:36.825Z Downloaded slog-stdlog v4.1.1
10862026-04-06T15:17:36.825Z Downloaded pretty_assertions v1.4.1
10872026-04-06T15:17:36.825Z Downloaded termtree v0.5.1
10882026-04-06T15:17:36.829Z Downloaded itertools v0.10.5
10892026-04-06T15:17:36.833Z Downloaded stringprep v0.1.5
10902026-04-06T15:17:36.837Z Downloaded string_cache v0.8.9
10912026-04-06T15:17:36.837Z Downloaded progenitor-impl v0.11.2
10922026-04-06T15:17:36.840Z Downloaded prettyplease v0.2.37
10932026-04-06T15:17:36.840Z Downloaded tinyvec_macros v0.1.1
10942026-04-06T15:17:36.840Z Downloaded num-bigint v0.4.6
10952026-04-06T15:17:36.843Z Downloaded stacker v0.1.23
10962026-04-06T15:17:36.846Z Downloaded spki v0.7.3
10972026-04-06T15:17:36.846Z Downloaded rustls-platform-verifier v0.6.2
10982026-04-06T15:17:36.849Z Downloaded strum_macros v0.26.4
10992026-04-06T15:17:36.849Z Downloaded strum_macros v0.24.3
11002026-04-06T15:17:36.852Z Downloaded static_assertions v1.1.0
11012026-04-06T15:17:36.854Z Downloaded crossterm v0.29.0
11022026-04-06T15:17:36.859Z Downloaded schemars v0.8.22
11032026-04-06T15:17:36.866Z Downloaded support-bundle-viewer v0.1.2
11042026-04-06T15:17:36.869Z Downloaded strum_macros v0.27.2
11052026-04-06T15:17:36.869Z Downloaded termios v0.3.3
11062026-04-06T15:17:36.872Z Downloaded slog-term v2.9.2
11072026-04-06T15:17:36.872Z Downloaded mio v1.1.1
11082026-04-06T15:17:36.875Z Downloaded rayon-core v1.13.0
11092026-04-06T15:17:36.878Z Downloaded tagptr v0.2.0
11102026-04-06T15:17:36.878Z Downloaded slog-json v2.6.1
11112026-04-06T15:17:36.882Z Downloaded hashbrown v0.15.5
11122026-04-06T15:17:36.889Z Downloaded serde_yaml v0.9.34+deprecated
11132026-04-06T15:17:36.892Z Downloaded tower-service v0.3.3
11142026-04-06T15:17:36.892Z Downloaded tower-layer v0.3.3
11152026-04-06T15:17:36.895Z Downloaded aes-gcm v0.10.3
11162026-04-06T15:17:36.895Z Downloaded trait-variant v0.1.2
11172026-04-06T15:17:36.895Z Downloaded serde_with_macros v3.17.0
11182026-04-06T15:17:36.898Z Downloaded thread-id v5.1.0
11192026-04-06T15:17:36.898Z Downloaded tiny-keccak v2.0.2
11202026-04-06T15:17:36.901Z Downloaded topological-sort v0.2.2
11212026-04-06T15:17:36.901Z Downloaded thread_local v1.1.9
11222026-04-06T15:17:36.901Z Downloaded thiserror-no-std v2.0.2
11232026-04-06T15:17:36.904Z Downloaded miniz_oxide v0.8.9
11242026-04-06T15:17:36.908Z Downloaded sqlformat v0.3.5
11252026-04-06T15:17:36.908Z Downloaded hickory-server v0.25.2
11262026-04-06T15:17:36.927Z Downloaded subtle v2.6.1
11272026-04-06T15:17:36.931Z Downloaded try-lock v0.2.5
11282026-04-06T15:17:36.931Z Downloaded tokio-macros v2.6.0
11292026-04-06T15:17:36.931Z Downloaded signal-hook v0.3.18
11302026-04-06T15:17:36.931Z Downloaded time-macros v0.2.27
11312026-04-06T15:17:36.931Z Downloaded unarray v0.1.4
11322026-04-06T15:17:36.931Z Downloaded tls_codec_derive v0.4.2
11332026-04-06T15:17:36.931Z Downloaded tokio-dtrace v0.1.1
11342026-04-06T15:17:36.931Z Downloaded tls_codec v0.4.2
11352026-04-06T15:17:36.931Z Downloaded ryu v1.0.23
11362026-04-06T15:17:36.931Z Downloaded rand v0.8.5
11372026-04-06T15:17:36.931Z Downloaded tokio-rustls v0.25.0
11382026-04-06T15:17:36.931Z Downloaded similar v2.7.0
11392026-04-06T15:17:36.934Z Downloaded typify-macro v0.6.1
11402026-04-06T15:17:36.934Z Downloaded typify-macro v0.4.3
11412026-04-06T15:17:36.937Z Downloaded schemars v0.9.0
11422026-04-06T15:17:36.942Z Downloaded tokio-native-tls v0.3.1
11432026-04-06T15:17:36.945Z Downloaded usdt-attr-macro v0.6.0
11442026-04-06T15:17:36.945Z Downloaded toml_writer v1.0.6+spec-1.1.0
11452026-04-06T15:17:36.945Z Downloaded unit-prefix v0.5.2
11462026-04-06T15:17:36.948Z Downloaded untrusted v0.9.0
11472026-04-06T15:17:36.948Z Downloaded untrusted v0.7.1
11482026-04-06T15:17:36.948Z Downloaded unicode-truncate v1.1.0
11492026-04-06T15:17:36.948Z Downloaded libxml v0.3.3
11502026-04-06T15:17:36.951Z Downloaded spin v0.9.8
11512026-04-06T15:17:36.955Z Downloaded iddqd v0.3.17
11522026-04-06T15:17:36.958Z Downloaded tokio-tungstenite v0.23.1
11532026-04-06T15:17:36.961Z Downloaded slog v2.8.2
11542026-04-06T15:17:36.961Z Downloaded utf-8 v0.7.6
11552026-04-06T15:17:36.964Z Downloaded usdt-macro v0.6.0
11562026-04-06T15:17:36.964Z Downloaded quinn v0.11.9
11572026-04-06T15:17:36.964Z Downloaded publicsuffix v2.3.0
11582026-04-06T15:17:36.967Z Downloaded wait-timeout v0.2.1
11592026-04-06T15:17:36.967Z Downloaded void v1.0.2
11602026-04-06T15:17:36.970Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11612026-04-06T15:17:36.970Z Downloaded socket2 v0.5.10
11622026-04-06T15:17:36.973Z Downloaded term v0.7.0
11632026-04-06T15:17:36.973Z Downloaded term v1.2.1
11642026-04-06T15:17:36.978Z Downloaded socket2 v0.6.2
11652026-04-06T15:17:36.981Z Downloaded itertools v0.12.1
11662026-04-06T15:17:36.984Z Downloaded iri-string v0.7.10
11672026-04-06T15:17:36.987Z Downloaded tui-tree-widget v0.23.1
11682026-04-06T15:17:36.990Z Downloaded rsa v0.9.10
11692026-04-06T15:17:36.993Z Downloaded want v0.3.1
11702026-04-06T15:17:36.993Z Downloaded waitgroup v0.1.2
11712026-04-06T15:17:36.993Z Downloaded tokio-rustls v0.26.4
11722026-04-06T15:17:36.998Z Downloaded subprocess v0.2.15
11732026-04-06T15:17:37.002Z Downloaded xshell-macros v0.2.7
11742026-04-06T15:17:37.002Z Downloaded unicase v2.9.0
11752026-04-06T15:17:37.004Z Downloaded tokio-rustls v0.24.1
11762026-04-06T15:17:37.008Z Downloaded xattr v1.6.1
11772026-04-06T15:17:37.011Z Downloaded schemars v1.2.1
11782026-04-06T15:17:37.019Z Downloaded qorb v0.4.1
11792026-04-06T15:17:37.021Z Downloaded usdt v0.6.0
11802026-04-06T15:17:37.025Z Downloaded hyper v1.8.1
11812026-04-06T15:17:37.027Z Downloaded zeroize_derive v1.4.3
11822026-04-06T15:17:37.028Z Downloaded universal-hash v0.5.1
11832026-04-06T15:17:37.030Z Downloaded samael v0.0.19
11842026-04-06T15:17:37.033Z Downloaded tokio-tungstenite v0.21.0
11852026-04-06T15:17:37.037Z Downloaded itertools v0.13.0
11862026-04-06T15:17:37.040Z Downloaded usdt-impl v0.6.0
11872026-04-06T15:17:37.040Z Downloaded tinyvec v1.10.0
11882026-04-06T15:17:37.043Z Downloaded test-strategy v0.4.5
11892026-04-06T15:17:37.043Z Downloaded tokio-stream v0.1.18
11902026-04-06T15:17:37.046Z Downloaded vergen-gitcl v1.0.8
11912026-04-06T15:17:37.050Z Downloaded vergen-git2 v1.0.7
11922026-04-06T15:17:37.050Z Downloaded snafu v0.8.9
11932026-04-06T15:17:37.053Z Downloaded zone_cfg_derive v0.3.1
11942026-04-06T15:17:37.053Z Downloaded vergen-lib v0.1.6
11952026-04-06T15:17:37.054Z Downloaded uzers v0.12.2
11962026-04-06T15:17:37.054Z Downloaded itertools v0.14.0
11972026-04-06T15:17:37.057Z Downloaded libm v0.2.16
11982026-04-06T15:17:37.062Z Downloaded tracing-attributes v0.1.31
11992026-04-06T15:17:37.065Z Downloaded rand v0.9.2
12002026-04-06T15:17:37.068Z Downloaded vsss-rs v3.3.4
12012026-04-06T15:17:37.068Z Downloaded rand v0.10.0
12022026-04-06T15:17:37.071Z Downloaded wyz v0.5.1
12032026-04-06T15:17:37.071Z Downloaded whoami v1.6.1
12042026-04-06T15:17:37.071Z Downloaded twox-hash v2.1.2
12052026-04-06T15:17:37.074Z Downloaded unicode-properties v0.1.4
12062026-04-06T15:17:37.074Z Downloaded russh v0.45.0
12072026-04-06T15:17:37.077Z Downloaded walkdir v2.5.0
12082026-04-06T15:17:37.080Z Downloaded h2 v0.4.13
12092026-04-06T15:17:37.083Z Downloaded whoami v2.1.0
12102026-04-06T15:17:37.083Z Downloaded num-bigint-dig v0.8.6
12112026-04-06T15:17:37.086Z Downloaded nom v7.1.3
12122026-04-06T15:17:37.089Z Downloaded toml v0.7.8
12132026-04-06T15:17:37.092Z Downloaded rustls-webpki v0.103.9
12142026-04-06T15:17:37.092Z Downloaded futures-util v0.3.32
12152026-04-06T15:17:37.098Z Downloaded zone v0.3.1
12162026-04-06T15:17:37.102Z Downloaded xshell v0.2.7
12172026-04-06T15:17:37.102Z Downloaded toml v0.9.12+spec-1.1.0
12182026-04-06T15:17:37.106Z Downloaded zstd-safe v7.2.4
12192026-04-06T15:17:37.106Z Downloaded toml_parser v1.0.9+spec-1.1.0
12202026-04-06T15:17:37.106Z Downloaded tar v0.4.45
12212026-04-06T15:17:37.109Z Downloaded p521 v0.13.3
12222026-04-06T15:17:37.109Z Downloaded vergen v9.0.6
12232026-04-06T15:17:37.118Z Downloaded tungstenite v0.23.0
12242026-04-06T15:17:37.121Z Downloaded zstd v0.13.3
12252026-04-06T15:17:37.124Z Downloaded tracing-core v0.1.36
12262026-04-06T15:17:37.127Z Downloaded hkdf v0.12.4
12272026-04-06T15:17:37.130Z Downloaded typify v0.4.3
12282026-04-06T15:17:37.134Z Downloaded typify v0.6.1
12292026-04-06T15:17:37.138Z Downloaded unicode-bidi v0.3.18
12302026-04-06T15:17:37.144Z Downloaded zeroize v1.8.2
12312026-04-06T15:17:37.151Z Downloaded yasna v0.5.2
12322026-04-06T15:17:37.154Z Downloaded unsafe-libyaml v0.2.11
12332026-04-06T15:17:37.157Z Downloaded zerocopy v0.6.6
12342026-04-06T15:17:37.171Z Downloaded toml_edit v0.23.10+spec-1.0.0
12352026-04-06T15:17:37.171Z Downloaded tungstenite v0.21.0
12362026-04-06T15:17:37.178Z Downloaded vte v0.14.1
12372026-04-06T15:17:37.179Z Downloaded rpassword v7.4.0
12382026-04-06T15:17:37.182Z Downloaded blake3 v1.8.3
12392026-04-06T15:17:37.191Z Downloaded uuid v1.21.0
12402026-04-06T15:17:37.202Z Downloaded reedline v0.40.0
12412026-04-06T15:17:37.212Z Downloaded steno v0.4.1
12422026-04-06T15:17:37.217Z Downloaded ssh-key v0.6.7
12432026-04-06T15:17:37.221Z Downloaded tokio-postgres v0.7.16
12442026-04-06T15:17:37.230Z Downloaded zopfli v0.8.3
12452026-04-06T15:17:37.239Z Downloaded toml_edit v0.19.15
12462026-04-06T15:17:37.249Z Downloaded reqwest v0.13.2
12472026-04-06T15:17:37.252Z Downloaded reqwest v0.12.28
12482026-04-06T15:17:37.255Z Downloaded regex v1.12.3
12492026-04-06T15:17:37.258Z Downloaded rustyline v14.0.0
12502026-04-06T15:17:37.261Z Downloaded bindgen v0.71.1
12512026-04-06T15:17:37.264Z Downloaded aws-lc-rs v1.16.0
12522026-04-06T15:17:37.269Z Downloaded zerocopy-derive v0.8.40
12532026-04-06T15:17:37.274Z Downloaded zip v0.6.6
12542026-04-06T15:17:37.277Z Downloaded p384 v0.13.1
12552026-04-06T15:17:37.280Z Downloaded unicode_categories v0.1.1
12562026-04-06T15:17:37.280Z Downloaded git2 v0.20.4
12572026-04-06T15:17:37.287Z Downloaded chrono v0.4.44
12582026-04-06T15:17:37.300Z Downloaded unicode-segmentation v1.12.0
12592026-04-06T15:17:37.303Z Downloaded portable-atomic v1.13.1
12602026-04-06T15:17:37.307Z Downloaded salty v0.3.0
12612026-04-06T15:17:37.310Z Downloaded rayon v1.11.0
12622026-04-06T15:17:37.315Z Downloaded yansi v1.0.1
12632026-04-06T15:17:37.318Z Downloaded rustls-webpki v0.101.7
12642026-04-06T15:17:37.329Z Downloaded tower v0.5.3
12652026-04-06T15:17:37.340Z Downloaded petname v2.0.2
12662026-04-06T15:17:37.355Z Downloaded goblin v0.10.5
12672026-04-06T15:17:37.368Z Downloaded rustls-webpki v0.102.8
12682026-04-06T15:17:37.378Z Downloaded lalrpop v0.19.12
12692026-04-06T15:17:37.385Z Downloaded typed-path v0.9.3
12702026-04-06T15:17:37.388Z Downloaded serde_with v3.17.0
12712026-04-06T15:17:37.394Z Downloaded x509-cert v0.2.5
12722026-04-06T15:17:37.397Z Downloaded moka v0.12.13
12732026-04-06T15:17:37.402Z Downloaded zip v4.6.1
12742026-04-06T15:17:37.406Z Downloaded tower-http v0.6.8
12752026-04-06T15:17:37.409Z Downloaded proptest v1.10.0
12762026-04-06T15:17:37.415Z Downloaded quick-xml v0.37.5
12772026-04-06T15:17:37.420Z Downloaded tough v0.20.0
12782026-04-06T15:17:37.433Z Downloaded unicode-normalization v0.1.25
12792026-04-06T15:17:37.437Z Downloaded bstr v1.12.1
12802026-04-06T15:17:37.442Z Downloaded tokio-util v0.7.18
12812026-04-06T15:17:37.446Z Downloaded openssl v0.10.75
12822026-04-06T15:17:37.451Z Downloaded polar-core v0.27.3
12832026-04-06T15:17:37.455Z Downloaded quinn-proto v0.11.13
12842026-04-06T15:17:37.459Z Downloaded object v0.30.4
12852026-04-06T15:17:37.464Z Downloaded time v0.3.47
12862026-04-06T15:17:37.474Z Downloaded radix_trie v0.2.1
12872026-04-06T15:17:37.487Z Downloaded winnow v0.6.26
12882026-04-06T15:17:37.492Z Downloaded nix v0.29.0
12892026-04-06T15:17:37.498Z Downloaded nix v0.31.1
12902026-04-06T15:17:37.506Z Downloaded nix v0.27.1
12912026-04-06T15:17:37.512Z Downloaded winnow v0.5.40
12922026-04-06T15:17:37.517Z Downloaded curve25519-dalek v4.1.3
12932026-04-06T15:17:37.525Z Downloaded nix v0.28.0
12942026-04-06T15:17:37.531Z Downloaded webpki-roots v1.0.6
12952026-04-06T15:17:37.538Z Downloaded smoltcp v0.11.0
12962026-04-06T15:17:37.555Z Downloaded rustls v0.21.12
12972026-04-06T15:17:37.561Z Downloaded smoltcp v0.9.1
12982026-04-06T15:17:37.566Z Downloaded openapiv3 v2.2.0
12992026-04-06T15:17:37.573Z Downloaded zlib-rs v0.6.2
13002026-04-06T15:17:37.588Z Downloaded regex-syntax v0.6.29
13012026-04-06T15:17:37.592Z Downloaded dropshot v0.16.7
13022026-04-06T15:17:37.604Z Downloaded vcpkg v0.2.15
13032026-04-06T15:17:37.627Z Downloaded object v0.37.3
13042026-04-06T15:17:37.634Z Downloaded tabled v0.20.0
13052026-04-06T15:17:37.648Z Downloaded rustls v0.22.4
13062026-04-06T15:17:37.656Z Downloaded zerocopy v0.8.40
13072026-04-06T15:17:37.661Z Downloaded hickory-proto v0.24.4
13082026-04-06T15:17:37.672Z Downloaded rustls v0.23.37
13092026-04-06T15:17:37.680Z Downloaded regex-syntax v0.8.10
13102026-04-06T15:17:37.684Z Downloaded hickory-proto v0.25.2
13112026-04-06T15:17:37.692Z Downloaded sqlparser v0.61.0
13122026-04-06T15:17:37.697Z Downloaded sled v0.34.7
13132026-04-06T15:17:37.704Z Downloaded typify-impl v0.6.1
13142026-04-06T15:17:37.710Z Downloaded rustix v0.38.44
13152026-04-06T15:17:37.722Z Downloaded typify-impl v0.4.3
13162026-04-06T15:17:37.730Z Downloaded regress v0.10.5
13172026-04-06T15:17:37.735Z Downloaded diesel v2.3.7
13182026-04-06T15:17:37.747Z Downloaded bzip2-sys v0.1.13+1.0.8
13192026-04-06T15:17:37.753Z Downloaded zerocopy-derive v0.6.6
13202026-04-06T15:17:37.772Z Downloaded jiff v0.2.21
13212026-04-06T15:17:37.782Z Downloaded tracing v0.1.44
13222026-04-06T15:17:37.792Z Downloaded regex-automata v0.4.14
13232026-04-06T15:17:37.800Z Downloaded ratatui v0.29.0
13242026-04-06T15:17:37.811Z Downloaded chrono-tz v0.10.4
13252026-04-06T15:17:37.845Z Downloaded petgraph v0.6.5
13262026-04-06T15:17:37.855Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13272026-04-06T15:17:37.899Z Downloaded petgraph v0.8.3
13282026-04-06T15:17:37.915Z Downloaded libz-sys v1.1.24
13292026-04-06T15:17:37.925Z Downloaded csv v1.4.0
13302026-04-06T15:17:37.937Z Downloaded sha3 v0.10.8
13312026-04-06T15:17:37.948Z Downloaded tokio v1.49.0
13322026-04-06T15:17:37.983Z Downloaded encoding_rs v0.8.35
13332026-04-06T15:17:38.031Z Downloaded ring v0.17.14
13342026-04-06T15:17:38.073Z Downloaded libgit2-sys v0.18.3+1.9.2
13352026-04-06T15:17:38.606Z Downloaded aws-lc-sys v0.37.1
13362026-04-06T15:17:38.859Z Compiling libc v0.2.180
13372026-04-06T15:17:38.859Z Compiling serde v1.0.228
13382026-04-06T15:17:38.862Z Compiling find-msvc-tools v0.1.9
13392026-04-06T15:17:38.862Z Compiling log v0.4.29
13402026-04-06T15:17:39.018Z Compiling shlex v1.3.0
13412026-04-06T15:17:39.018Z Compiling smallvec v1.15.1
13422026-04-06T15:17:39.027Z Compiling syn v2.0.117
13432026-04-06T15:17:39.039Z Compiling typenum v1.19.0
13442026-04-06T15:17:39.191Z Compiling generic-array v0.14.7
13452026-04-06T15:17:39.204Z Compiling subtle v2.6.1
13462026-04-06T15:17:39.229Z Compiling scopeguard v1.2.0
13472026-04-06T15:17:39.246Z Compiling const-oid v0.9.6
13482026-04-06T15:17:39.311Z Compiling lock_api v0.4.14
13492026-04-06T15:17:39.340Z Compiling portable-atomic v1.13.1
13502026-04-06T15:17:39.368Z Compiling zerocopy v0.8.40
13512026-04-06T15:17:39.471Z Compiling critical-section v1.2.0
13522026-04-06T15:17:39.541Z Compiling serde_json v1.0.149
13532026-04-06T15:17:39.569Z Compiling pin-project-lite v0.2.17
13542026-04-06T15:17:39.663Z Compiling parking_lot_core v0.9.12
13552026-04-06T15:17:39.805Z Compiling getrandom v0.2.17
13562026-04-06T15:17:39.834Z Compiling jobserver v0.1.34
13572026-04-06T15:17:39.873Z Compiling errno v0.3.14
13582026-04-06T15:17:39.965Z Compiling rand_core v0.6.4
13592026-04-06T15:17:40.015Z Compiling pkg-config v0.3.32
13602026-04-06T15:17:40.040Z Compiling cc v1.2.56
13612026-04-06T15:17:40.197Z Compiling signal-hook-registry v1.4.8
13622026-04-06T15:17:40.225Z Compiling bitflags v2.11.0
13632026-04-06T15:17:40.298Z Compiling once_cell v1.21.3
13642026-04-06T15:17:40.369Z Compiling libm v0.2.16
13652026-04-06T15:17:40.449Z Compiling parking_lot v0.12.5
13662026-04-06T15:17:40.463Z Compiling mio v1.1.1
13672026-04-06T15:17:40.502Z Compiling num-traits v0.2.19
13682026-04-06T15:17:40.544Z Compiling futures-core v0.3.32
13692026-04-06T15:17:40.707Z Compiling percent-encoding v2.3.2
13702026-04-06T15:17:40.807Z Compiling socket2 v0.6.2
13712026-04-06T15:17:40.834Z Compiling allocator-api2 v0.2.21
13722026-04-06T15:17:40.848Z Compiling futures-sink v0.3.32
13732026-04-06T15:17:40.888Z Compiling foldhash v0.2.0
13742026-04-06T15:17:40.901Z Compiling cpufeatures v0.2.17
13752026-04-06T15:17:40.948Z Compiling futures-channel v0.3.32
13762026-04-06T15:17:40.972Z Compiling futures-io v0.3.32
13772026-04-06T15:17:41.097Z Compiling getrandom v0.4.1
13782026-04-06T15:17:41.124Z Compiling hashbrown v0.16.1
13792026-04-06T15:17:41.150Z Compiling slab v0.4.12
13802026-04-06T15:17:41.165Z Compiling futures-task v0.3.32
13812026-04-06T15:17:41.195Z Compiling rand_core v0.10.0
13822026-04-06T15:17:41.321Z Compiling rustversion v1.0.22
13832026-04-06T15:17:41.335Z Compiling getrandom v0.3.4
13842026-04-06T15:17:41.355Z Compiling form_urlencoded v1.2.2
13852026-04-06T15:17:41.558Z Compiling cmake v0.1.57
13862026-04-06T15:17:41.694Z Compiling indexmap v2.13.0
13872026-04-06T15:17:41.707Z Compiling synstructure v0.13.2
13882026-04-06T15:17:41.755Z Compiling ident_case v1.0.1
13892026-04-06T15:17:41.891Z Compiling dunce v1.0.5
13902026-04-06T15:17:41.948Z Compiling fs_extra v1.3.0
13912026-04-06T15:17:41.986Z Compiling base64ct v1.8.3
13922026-04-06T15:17:42.010Z Compiling flagset v0.4.7
13932026-04-06T15:17:42.138Z Compiling iana-time-zone v0.1.65
13942026-04-06T15:17:42.295Z Compiling aws-lc-sys v0.37.1
13952026-04-06T15:17:42.295Z Compiling pem-rfc7468 v0.7.0
13962026-04-06T15:17:42.341Z Compiling rand_core v0.9.5
13972026-04-06T15:17:42.368Z Compiling rustix v1.1.3
13982026-04-06T15:17:42.375Z Compiling uuid v1.21.0
13992026-04-06T15:17:42.395Z Compiling ring v0.17.14
14002026-04-06T15:17:42.395Z Compiling rustc_version v0.4.1
14012026-04-06T15:17:42.594Z Compiling aws-lc-rs v1.16.0
14022026-04-06T15:17:42.607Z Compiling regex-syntax v0.8.10
14032026-04-06T15:17:42.724Z Compiling vcpkg v0.2.15
14042026-04-06T15:17:42.874Z Compiling tracing-core v0.1.36
14052026-04-06T15:17:43.066Z Compiling pest_generator v2.8.6
14062026-04-06T15:17:43.425Z Compiling serde_derive_internals v0.29.1
14072026-04-06T15:17:43.466Z Compiling openssl-sys v0.9.111
14082026-04-06T15:17:43.526Z Compiling serde_derive v1.0.228
14092026-04-06T15:17:43.793Z Compiling zeroize_derive v1.4.3
14102026-04-06T15:17:43.984Z Compiling zerofrom-derive v0.1.6
14112026-04-06T15:17:44.089Z Compiling yoke-derive v0.8.1
14122026-04-06T15:17:44.329Z Compiling zerocopy-derive v0.8.40
14132026-04-06T15:17:44.441Z Compiling zeroize v1.8.2
14142026-04-06T15:17:44.955Z Compiling zerovec-derive v0.11.2
14152026-04-06T15:17:45.200Z Compiling crypto-common v0.1.7
14162026-04-06T15:17:45.271Z Compiling block-buffer v0.10.4
14172026-04-06T15:17:45.347Z Compiling displaydoc v0.2.5
14182026-04-06T15:17:45.387Z Compiling zerofrom v0.1.6
14192026-04-06T15:17:45.437Z Compiling digest v0.10.7
14202026-04-06T15:17:45.511Z Compiling yoke v0.8.1
14212026-04-06T15:17:45.677Z Compiling tokio-macros v2.6.0
14222026-04-06T15:17:45.690Z Compiling hmac v0.12.1
14232026-04-06T15:17:45.837Z Compiling futures-macro v0.3.32
14242026-04-06T15:17:46.050Z Compiling zerovec v0.11.5
14252026-04-06T15:17:46.064Z Compiling zerotrie v0.2.3
14262026-04-06T15:17:46.349Z Compiling block-padding v0.3.3
14272026-04-06T15:17:46.381Z Compiling sha2 v0.10.9
14282026-04-06T15:17:46.499Z Compiling tinystr v0.8.2
14292026-04-06T15:17:46.544Z Compiling potential_utf v0.1.4
14302026-04-06T15:17:46.617Z Compiling futures-util v0.3.32
14312026-04-06T15:17:46.695Z Compiling icu_locale_core v2.1.1
14322026-04-06T15:17:46.696Z Compiling icu_collections v2.1.1
14332026-04-06T15:17:46.940Z Compiling bytes v1.11.1
14342026-04-06T15:17:47.025Z Compiling inout v0.1.4
14352026-04-06T15:17:47.225Z Compiling cipher v0.4.4
14362026-04-06T15:17:47.257Z Compiling der_derive v0.7.3
14372026-04-06T15:17:47.489Z Compiling tokio v1.49.0
14382026-04-06T15:17:47.544Z Compiling icu_provider v2.1.1
14392026-04-06T15:17:47.606Z Compiling http v1.4.0
14402026-04-06T15:17:47.810Z Compiling icu_normalizer v2.1.1
14412026-04-06T15:17:47.832Z Compiling icu_properties v2.1.2
14422026-04-06T15:17:48.215Z Compiling der v0.7.10
14432026-04-06T15:17:48.347Z Compiling salsa20 v0.10.2
14442026-04-06T15:17:48.485Z Compiling chrono v0.4.44
14452026-04-06T15:17:48.502Z Compiling pbkdf2 v0.12.2
14462026-04-06T15:17:48.615Z Compiling ppv-lite86 v0.2.21
14472026-04-06T15:17:48.721Z Compiling idna_adapter v1.2.1
14482026-04-06T15:17:48.859Z Compiling idna v1.1.0
14492026-04-06T15:17:48.902Z Compiling thiserror-impl v2.0.18
14502026-04-06T15:17:48.916Z Compiling rand_chacha v0.9.0
14512026-04-06T15:17:48.932Z Compiling scrypt v0.11.0
14522026-04-06T15:17:49.175Z Compiling url v2.5.8
14532026-04-06T15:17:49.379Z Compiling spki v0.7.3
14542026-04-06T15:17:49.483Z Compiling aes v0.8.4
14552026-04-06T15:17:49.580Z Compiling cbc v0.1.2
14562026-04-06T15:17:49.598Z Compiling rustls-pki-types v1.14.0
14572026-04-06T15:17:49.725Z Compiling tracing-attributes v0.1.31
14582026-04-06T15:17:49.813Z Compiling rand v0.9.2
14592026-04-06T15:17:49.948Z Compiling pkcs5 v0.7.1
14602026-04-06T15:17:50.029Z Compiling http-body v1.0.1
14612026-04-06T15:17:50.193Z Compiling thiserror v2.0.18
14622026-04-06T15:17:50.240Z Compiling schemars v0.8.22
14632026-04-06T15:17:50.297Z Compiling untrusted v0.7.1
14642026-04-06T15:17:50.408Z Compiling httparse v1.10.1
14652026-04-06T15:17:50.422Z Compiling base64 v0.22.1
14662026-04-06T15:17:50.435Z Compiling untrusted v0.9.0
14672026-04-06T15:17:50.512Z Compiling openssl-probe v0.2.1
14682026-04-06T15:17:50.600Z Compiling pkcs8 v0.10.2
14692026-04-06T15:17:50.683Z Compiling schemars_derive v0.8.22
14702026-04-06T15:17:50.726Z Compiling pest_derive v2.8.6
14712026-04-06T15:17:50.782Z Compiling scroll_derive v0.13.1
14722026-04-06T15:17:50.896Z Compiling darling_core v0.20.11
14732026-04-06T15:17:50.996Z Compiling tracing v0.1.44
14742026-04-06T15:17:51.136Z Compiling tokio-util v0.7.18
14752026-04-06T15:17:51.256Z Compiling rustls v0.23.37
14762026-04-06T15:17:51.426Z Compiling tower-layer v0.3.3
14772026-04-06T15:17:51.561Z Compiling dyn-clone v1.0.20
14782026-04-06T15:17:51.587Z Compiling try-lock v0.2.5
14792026-04-06T15:17:51.690Z Compiling tower-service v0.3.3
14802026-04-06T15:17:51.693Z Compiling atomic-waker v1.1.2
14812026-04-06T15:17:51.787Z Compiling tinyvec_macros v0.1.1
14822026-04-06T15:17:51.828Z Compiling h2 v0.4.13
14832026-04-06T15:17:51.854Z Compiling tinyvec v1.10.0
14842026-04-06T15:17:52.141Z Compiling want v0.3.1
14852026-04-06T15:17:52.210Z Compiling scroll v0.13.0
14862026-04-06T15:17:52.354Z Compiling ipnet v2.11.0
14872026-04-06T15:17:52.479Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14882026-04-06T15:17:52.603Z Compiling spin v0.9.8
14892026-04-06T15:17:52.809Z Compiling aho-corasick v1.1.4
14902026-04-06T15:17:52.850Z Compiling pin-utils v0.1.0
14912026-04-06T15:17:52.864Z Compiling httpdate v1.0.3
14922026-04-06T15:17:52.924Z Compiling crc32fast v1.5.0
14932026-04-06T15:17:53.051Z Compiling powerfmt v0.2.0
14942026-04-06T15:17:53.085Z Compiling openssl v0.10.75
14952026-04-06T15:17:53.179Z Compiling darling_macro v0.20.11
14962026-04-06T15:17:53.193Z Compiling foreign-types-shared v0.1.1
14972026-04-06T15:17:53.205Z Compiling time-core v0.1.8
14982026-04-06T15:17:53.248Z Compiling num-conv v0.2.0
14992026-04-06T15:17:53.275Z Compiling foreign-types v0.3.2
15002026-04-06T15:17:53.344Z Compiling deranged v0.5.8
15012026-04-06T15:17:53.358Z Compiling tempfile v3.25.0
15022026-04-06T15:17:53.383Z Compiling time-macros v0.2.27
15032026-04-06T15:17:53.633Z Compiling darling v0.20.11
15042026-04-06T15:17:53.715Z Compiling regex-automata v0.4.14
15052026-04-06T15:17:53.730Z Compiling goblin v0.10.5
15062026-04-06T15:17:54.408Z Compiling openssl-macros v0.1.1
15072026-04-06T15:17:54.466Z Compiling wait-timeout v0.2.1
15082026-04-06T15:17:54.730Z Compiling crossbeam-utils v0.8.21
15092026-04-06T15:17:54.789Z Compiling hyper v1.8.1
15102026-04-06T15:17:54.803Z Compiling quick-error v1.2.3
15112026-04-06T15:17:54.906Z Compiling siphasher v1.0.2
15122026-04-06T15:17:55.008Z Compiling syn v1.0.109
15132026-04-06T15:17:55.093Z Compiling num_threads v0.1.7
15142026-04-06T15:17:55.189Z Compiling native-tls v0.2.18
15152026-04-06T15:17:55.302Z Compiling bit-vec v0.8.0
15162026-04-06T15:17:55.389Z Compiling usdt-impl v0.6.0
15172026-04-06T15:17:55.530Z Compiling simd-adler32 v0.3.8
15182026-04-06T15:17:55.612Z Compiling bit-set v0.8.0
15192026-04-06T15:17:55.776Z Compiling time v0.3.47
15202026-04-06T15:17:55.806Z Compiling hyper-util v0.1.20
15212026-04-06T15:17:55.820Z Compiling rusty-fork v0.3.1
15222026-04-06T15:17:56.305Z Compiling derive_builder_core v0.20.2
15232026-04-06T15:17:57.158Z Compiling dof v0.4.0
15242026-04-06T15:17:57.541Z Compiling unicode-normalization v0.1.25
15252026-04-06T15:17:57.576Z Compiling dtrace-parser v0.3.0
15262026-04-06T15:17:57.742Z Compiling rustls-native-certs v0.8.3
15272026-04-06T15:17:57.872Z Compiling signature v2.2.0
15282026-04-06T15:17:57.986Z Compiling thiserror-impl v1.0.69
15292026-04-06T15:17:58.027Z Compiling scroll_derive v0.12.1
15302026-04-06T15:17:58.047Z Compiling heapless v0.7.17
15312026-04-06T15:17:58.282Z Compiling rand_xorshift v0.4.0
15322026-04-06T15:17:58.307Z Compiling slog v2.8.2
15332026-04-06T15:17:58.363Z Compiling darling_core v0.21.3
15342026-04-06T15:17:58.442Z Compiling bzip2-sys v0.1.13+1.0.8
15352026-04-06T15:17:58.486Z Compiling sync_wrapper v1.0.2
15362026-04-06T15:17:58.592Z Compiling thread-id v5.1.0
15372026-04-06T15:17:58.674Z Compiling cookie v0.18.1
15382026-04-06T15:17:58.677Z Compiling signal-hook v0.3.18
15392026-04-06T15:17:58.710Z Compiling unicode-bidi v0.3.18
15402026-04-06T15:17:58.849Z Compiling unarray v0.1.4
15412026-04-06T15:17:58.853Z Compiling anyhow v1.0.102
15422026-04-06T15:17:58.959Z Compiling zstd-safe v7.2.4
15432026-04-06T15:17:59.033Z Compiling paste v1.0.15
15442026-04-06T15:17:59.145Z Compiling unicode-properties v0.1.4
15452026-04-06T15:17:59.159Z Compiling adler2 v2.0.1
15462026-04-06T15:17:59.218Z Compiling thiserror v1.0.69
15472026-04-06T15:17:59.280Z Compiling miniz_oxide v0.8.9
15482026-04-06T15:17:59.317Z Compiling stringprep v0.1.5
15492026-04-06T15:17:59.336Z Compiling proptest v1.10.0
15502026-04-06T15:17:59.430Z Compiling scroll v0.12.0
15512026-04-06T15:17:59.743Z Compiling tower v0.5.3
15522026-04-06T15:18:00.025Z Compiling derive_builder_macro v0.20.2
15532026-04-06T15:18:00.207Z Compiling ipnetwork v0.21.1
15542026-04-06T15:18:00.242Z Compiling http-body-util v0.1.3
15552026-04-06T15:18:00.472Z Compiling webpki-roots v1.0.6
15562026-04-06T15:18:00.485Z Compiling rand_chacha v0.3.1
15572026-04-06T15:18:00.588Z Compiling erased-serde v0.3.31
15582026-04-06T15:18:00.588Z Compiling serde_spanned v0.6.9
15592026-04-06T15:18:00.670Z Compiling toml_datetime v0.6.11
15602026-04-06T15:18:00.726Z Compiling serde_tokenstream v0.2.3
15612026-04-06T15:18:00.805Z Compiling darling_macro v0.21.3
15622026-04-06T15:18:00.919Z Compiling md-5 v0.10.6
15632026-04-06T15:18:01.026Z Compiling zerocopy-derive v0.7.35
15642026-04-06T15:18:01.066Z Compiling curve25519-dalek v4.1.3
15652026-04-06T15:18:01.082Z Compiling vergen-lib v0.1.6
15662026-04-06T15:18:01.262Z Compiling num-integer v0.1.46
15672026-04-06T15:18:01.275Z Compiling hash32 v0.2.1
15682026-04-06T15:18:01.278Z Compiling ff v0.13.1
15692026-04-06T15:18:01.396Z Compiling memoffset v0.9.1
15702026-04-06T15:18:01.418Z Compiling cfg_aliases v0.2.1
15712026-04-06T15:18:01.461Z Compiling iri-string v0.7.10
15722026-04-06T15:18:01.491Z Compiling fallible-iterator v0.2.0
15732026-04-06T15:18:01.578Z Compiling num-bigint-dig v0.8.6
15742026-04-06T15:18:01.593Z Compiling smoltcp v0.9.1
15752026-04-06T15:18:01.762Z Compiling ref-cast v1.0.25
15762026-04-06T15:18:01.801Z Compiling litrs v1.0.0
15772026-04-06T15:18:01.888Z Compiling base16ct v0.2.0
15782026-04-06T15:18:01.914Z Compiling ryu v1.0.23
15792026-04-06T15:18:02.059Z Compiling rustix v0.38.44
15802026-04-06T15:18:02.060Z Compiling psl-types v2.0.11
15812026-04-06T15:18:02.093Z Compiling zlib-rs v0.6.2
15822026-04-06T15:18:02.265Z Compiling publicsuffix v2.3.0
15832026-04-06T15:18:02.354Z Compiling document-features v0.2.12
15842026-04-06T15:18:02.485Z Compiling serde_urlencoded v0.7.1
15852026-04-06T15:18:02.541Z Compiling sec1 v0.7.3
15862026-04-06T15:18:02.728Z Compiling tower-http v0.6.8
15872026-04-06T15:18:02.837Z Compiling zerocopy v0.7.35
15882026-04-06T15:18:02.951Z Compiling postgres-protocol v0.6.10
15892026-04-06T15:18:03.100Z Compiling newtype-uuid v1.3.2
15902026-04-06T15:18:03.126Z Compiling nix v0.31.1
15912026-04-06T15:18:03.383Z Compiling num-iter v0.1.45
15922026-04-06T15:18:03.485Z Compiling group v0.13.0
15932026-04-06T15:18:03.513Z Compiling darling v0.21.3
15942026-04-06T15:18:03.592Z Compiling rand v0.8.5
15952026-04-06T15:18:03.657Z Compiling derive_builder v0.20.2
15962026-04-06T15:18:03.785Z Compiling oxnet v0.1.4
15972026-04-06T15:18:03.967Z Compiling tokio-native-tls v0.3.1
15982026-04-06T15:18:03.970Z Compiling hubpack_derive v0.1.1
15992026-04-06T15:18:04.136Z Compiling goblin v0.8.2
16002026-04-06T15:18:04.505Z Compiling regex v1.12.3
16012026-04-06T15:18:04.694Z Compiling phf_shared v0.13.1
16022026-04-06T15:18:04.714Z Compiling lazy_static v1.5.0
16032026-04-06T15:18:04.807Z Compiling cargo-platform v0.1.9
16042026-04-06T15:18:04.906Z Compiling hkdf v0.12.4
16052026-04-06T15:18:04.919Z Compiling flate2 v1.1.9
16062026-04-06T15:18:04.931Z Compiling crypto-bigint v0.5.5
16072026-04-06T15:18:05.066Z Compiling terminal_size v0.4.3
16082026-04-06T15:18:05.067Z Compiling curve25519-dalek-derive v0.1.1
16092026-04-06T15:18:05.203Z Compiling ref-cast-impl v1.0.25
16102026-04-06T15:18:05.296Z Compiling async-trait v0.1.89
16112026-04-06T15:18:05.311Z Compiling daft-derive v0.1.5
16122026-04-06T15:18:05.707Z Compiling strum_macros v0.27.2
16132026-04-06T15:18:05.740Z Compiling vergen v9.0.6
16142026-04-06T15:18:05.918Z Compiling fs-err v3.3.0
16152026-04-06T15:18:06.002Z Compiling ahash v0.8.12
16162026-04-06T15:18:06.103Z Compiling object v0.37.3
16172026-04-06T15:18:06.204Z Compiling winnow v0.5.40
16182026-04-06T15:18:06.284Z Compiling libbz2-rs-sys v0.2.2
16192026-04-06T15:18:06.369Z Compiling managed v0.8.0
16202026-04-06T15:18:06.595Z Compiling unicode-segmentation v1.12.0
16212026-04-06T15:18:06.953Z Compiling bumpalo v3.20.2
16222026-04-06T15:18:06.978Z Compiling bitflags v1.3.2
16232026-04-06T15:18:06.996Z Compiling foldhash v0.1.5
16242026-04-06T15:18:07.174Z Compiling zopfli v0.8.3
16252026-04-06T15:18:07.249Z Compiling hashbrown v0.15.5
16262026-04-06T15:18:07.565Z Compiling toml_edit v0.19.15
16272026-04-06T15:18:07.651Z Compiling strum v0.27.2
16282026-04-06T15:18:07.667Z Compiling clap_builder v4.5.60
16292026-04-06T15:18:07.780Z Compiling bzip2 v0.6.1
16302026-04-06T15:18:07.848Z Compiling dof v0.3.0
16312026-04-06T15:18:07.909Z Compiling daft v0.1.5
16322026-04-06T15:18:07.993Z Compiling elliptic-curve v0.13.8
16332026-04-06T15:18:08.180Z Compiling cargo_metadata v0.19.2
16342026-04-06T15:18:08.383Z Compiling phf v0.13.1
16352026-04-06T15:18:08.557Z Compiling signal-hook-mio v0.2.5
16362026-04-06T15:18:08.669Z Compiling cookie_store v0.22.1
16372026-04-06T15:18:09.302Z Compiling hubpack v0.1.2
16382026-04-06T15:18:09.519Z Compiling zstd v0.13.3
16392026-04-06T15:18:09.781Z Compiling hyper-tls v0.6.0
16402026-04-06T15:18:09.842Z Compiling bzip2 v0.4.4
16412026-04-06T15:18:10.007Z Compiling serde_with_macros v3.17.0
16422026-04-06T15:18:10.067Z Compiling postgres-types v0.2.12
16432026-04-06T15:18:10.254Z Compiling usdt-attr-macro v0.6.0
16442026-04-06T15:18:10.606Z Compiling usdt-macro v0.6.0
16452026-04-06T15:18:10.609Z Compiling dtrace-parser v0.2.0
16462026-04-06T15:18:11.035Z Compiling ed25519 v2.2.3
16472026-04-06T15:18:11.049Z Compiling bstr v1.12.1
16482026-04-06T15:18:11.117Z Compiling phf_shared v0.11.3
16492026-04-06T15:18:11.289Z Compiling pkcs1 v0.7.5
16502026-04-06T15:18:11.303Z Compiling hex v0.4.3
16512026-04-06T15:18:11.330Z Compiling serde-big-array v0.5.1
16522026-04-06T15:18:11.356Z Compiling rfc6979 v0.4.0
16532026-04-06T15:18:11.470Z Compiling strum_macros v0.26.4
16542026-04-06T15:18:11.484Z Compiling serde_repr v0.1.20
16552026-04-06T15:18:11.562Z Compiling enum-as-inner v0.6.1
16562026-04-06T15:18:11.678Z Compiling clap_derive v4.5.55
16572026-04-06T15:18:11.698Z Compiling float-cmp v0.10.0
16582026-04-06T15:18:11.843Z Compiling thread-id v4.2.2
16592026-04-06T15:18:11.919Z Compiling memmap2 v0.9.10
16602026-04-06T15:18:11.933Z Compiling env_filter v1.0.0
16612026-04-06T15:18:12.008Z Compiling encoding_rs v0.8.35
16622026-04-06T15:18:12.057Z Compiling predicates-core v1.0.10
16632026-04-06T15:18:12.124Z Compiling precomputed-hash v0.1.1
16642026-04-06T15:18:12.234Z Compiling static_assertions v1.1.0
16652026-04-06T15:18:12.258Z Compiling keccak v0.1.6
16662026-04-06T15:18:12.273Z Compiling mime v0.3.17
16672026-04-06T15:18:12.306Z Compiling new_debug_unreachable v1.0.6
16682026-04-06T15:18:12.381Z Compiling normalize-line-endings v0.3.0
16692026-04-06T15:18:12.480Z Compiling fixedbitset v0.5.7
16702026-04-06T15:18:12.528Z Compiling jiff v0.2.21
16712026-04-06T15:18:12.787Z Compiling whoami v2.1.0
16722026-04-06T15:18:13.075Z Compiling difflib v0.4.0
16732026-04-06T15:18:13.169Z Compiling either v1.15.0
16742026-04-06T15:18:13.253Z Compiling fixedbitset v0.4.2
16752026-04-06T15:18:13.383Z Compiling rustc-hash v2.1.1
16762026-04-06T15:18:13.444Z Compiling data-encoding v2.10.0
16772026-04-06T15:18:13.475Z Compiling iddqd v0.3.17
16782026-04-06T15:18:13.507Z Compiling clap v4.5.60
16792026-04-06T15:18:13.569Z Compiling petgraph v0.6.5
16802026-04-06T15:18:13.590Z Compiling toml_edit v0.22.27
16812026-04-06T15:18:13.641Z Compiling itertools v0.13.0
16822026-04-06T15:18:14.124Z Compiling hickory-proto v0.25.2
16832026-04-06T15:18:14.157Z Compiling predicates v3.1.4
16842026-04-06T15:18:14.580Z Compiling strum v0.26.3
16852026-04-06T15:18:14.712Z Compiling tokio-postgres v0.7.16
16862026-04-06T15:18:14.801Z Compiling petgraph v0.8.3
16872026-04-06T15:18:14.842Z Compiling sha3 v0.10.8
16882026-04-06T15:18:15.022Z Compiling string_cache v0.8.9
16892026-04-06T15:18:15.253Z Compiling zip v4.6.1
16902026-04-06T15:18:15.302Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16912026-04-06T15:18:16.201Z Compiling env_logger v0.11.9
16922026-04-06T15:18:16.259Z Compiling usdt v0.6.0
16932026-04-06T15:18:16.521Z Compiling usdt-impl v0.5.0
16942026-04-06T15:18:16.555Z Compiling serde_with v3.17.0
16952026-04-06T15:18:16.679Z Compiling rsa v0.9.10
16962026-04-06T15:18:16.708Z Compiling similar v2.7.0
16972026-04-06T15:18:16.874Z Compiling ecdsa v0.16.9
16982026-04-06T15:18:17.093Z Compiling ed25519-dalek v2.2.0
16992026-04-06T15:18:17.275Z Compiling crossterm v0.28.1
17002026-04-06T15:18:17.784Z Compiling zip v0.6.6
17012026-04-06T15:18:18.279Z Compiling toml v0.7.8
17022026-04-06T15:18:18.674Z Compiling heck v0.4.1
17032026-04-06T15:18:18.772Z Compiling toml_parser v1.0.9+spec-1.1.0
17042026-04-06T15:18:18.784Z Compiling crossbeam-epoch v0.9.18
17052026-04-06T15:18:18.881Z Compiling tokio-stream v0.1.18
17062026-04-06T15:18:18.899Z Compiling buf-list v1.1.2
17072026-04-06T15:18:19.010Z Compiling x509-cert v0.2.5
17082026-04-06T15:18:19.104Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17092026-04-06T15:18:19.169Z Compiling openapiv3 v2.2.0
17102026-04-06T15:18:19.330Z Compiling sha1 v0.10.6
17112026-04-06T15:18:19.386Z Compiling toml_datetime v0.7.5+spec-1.1.0
17122026-04-06T15:18:19.403Z Compiling lalrpop-util v0.19.12
17132026-04-06T15:18:19.550Z Compiling peg-runtime v0.8.5
17142026-04-06T15:18:19.593Z Compiling thread_local v1.1.9
17152026-04-06T15:18:19.680Z Compiling slog-async v2.8.0
17162026-04-06T15:18:19.828Z Compiling crossbeam-channel v0.5.15
17172026-04-06T15:18:19.842Z Compiling futures-executor v0.3.32
17182026-04-06T15:18:19.989Z Compiling is-terminal v0.4.17
17192026-04-06T15:18:20.004Z Compiling filetime v0.2.27
17202026-04-06T15:18:20.086Z Compiling take_mut v0.2.2
17212026-04-06T15:18:20.100Z Compiling xattr v1.6.1
17222026-04-06T15:18:20.176Z Compiling term v1.2.1
17232026-04-06T15:18:20.262Z Compiling tar v0.4.45
17242026-04-06T15:18:20.276Z Compiling futures v0.3.32
17252026-04-06T15:18:20.604Z Compiling slog-term v2.9.2
17262026-04-06T15:18:27.654Z Compiling rustls-webpki v0.103.9
17272026-04-06T15:18:30.421Z Compiling tokio-rustls v0.26.4
17282026-04-06T15:18:30.421Z Compiling rustls-platform-verifier v0.6.2
17292026-04-06T15:18:30.631Z Compiling hyper-rustls v0.27.7
17302026-04-06T15:18:30.830Z Compiling reqwest v0.12.28
17312026-04-06T15:18:30.833Z Compiling reqwest v0.13.2
17322026-04-06T15:18:32.883Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17332026-04-06T15:18:33.096Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17342026-04-06T15:18:35.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
17352026-04-06T15:18:36.050Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17362026-04-06T15:18:36.103ZApr 06 15:18:34.707 INFO Starting download, target: Cockroach
17372026-04-06T15:18:36.103ZApr 06 15:18:34.707 INFO Starting download, target: TransceiverControl
17382026-04-06T15:18:36.103ZApr 06 15:18:34.707 INFO Starting download, target: Clickhouse
17392026-04-06T15:18:36.103ZApr 06 15:18:34.708 INFO Starting download, target: MaghemiteMgd
17402026-04-06T15:18:36.103ZApr 06 15:18:34.708 INFO Starting download, target: DendriteStub
17412026-04-06T15:18:36.106ZApr 06 15:18:34.708 INFO Starting download, target: Console
17422026-04-06T15:18:36.107ZApr 06 15:18:34.708 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17432026-04-06T15:18:36.107ZApr 06 15:18:34.708 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17442026-04-06T15:18:36.107ZApr 06 15:18:34.708 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17452026-04-06T15:18:36.107ZApr 06 15:18:34.708 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17462026-04-06T15:18:36.107ZApr 06 15:18:34.708 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17472026-04-06T15:18:36.107ZApr 06 15:18:34.708 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17482026-04-06T15:18:36.405ZApr 06 15:18:35.008 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17492026-04-06T15:18:36.645ZApr 06 15:18:35.245 INFO Download complete, target: TransceiverControl
17502026-04-06T15:18:37.163ZApr 06 15:18:35.763 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17512026-04-06T15:18:37.400ZApr 06 15:18:36.000 INFO Download complete, target: Console
17522026-04-06T15:18:37.724ZApr 06 15:18:36.326 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17532026-04-06T15:18:37.812ZApr 06 15:18:36.416 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17542026-04-06T15:18:38.049ZApr 06 15:18:36.652 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17552026-04-06T15:18:38.221ZApr 06 15:18:36.825 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17562026-04-06T15:18:38.221ZApr 06 15:18:36.825 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17572026-04-06T15:18:40.059ZApr 06 15:18:38.663 INFO Download complete, target: DendriteStub
17582026-04-06T15:18:40.119ZApr 06 15:18:38.722 INFO Download complete, target: MaghemiteMgd
17592026-04-06T15:18:42.810ZApr 06 15:18:41.413 INFO Checking that binary works, target: Cockroach
17602026-04-06T15:18:42.903ZApr 06 15:18:41.506 INFO Download complete, target: Cockroach
17612026-04-06T15:18:44.785ZApr 06 15:18:43.388 INFO Checking that binary works, target: Clickhouse
17622026-04-06T15:18:44.915ZApr 06 15:18:43.517 INFO Download complete, target: Clickhouse
17632026-04-06T15:18:44.929ZAll builder prerequisites installed successfully, and PATH looks valid
17642026-04-06T15:18:44.932Z
17652026-04-06T15:18:44.932Zreal 2:50.112392217
17662026-04-06T15:18:44.932Zuser 7:07.611669547
17672026-04-06T15:18:44.932Zsys 1:23.012811718
17682026-04-06T15:18:44.932Ztrap 0.212291449
17692026-04-06T15:18:44.932Ztflt 0.627352700
17702026-04-06T15:18:44.932Zdflt 0.516318684
17712026-04-06T15:18:44.932Zkflt 0.025464354
17722026-04-06T15:18:44.932Zlock 21:36.482984879
17732026-04-06T15:18:44.932Zslp 21:08.399216278
17742026-04-06T15:18:44.932Zlat 43.616900175
17752026-04-06T15:18:44.932Zstop 1:52.610722822
17762026-04-06T15:18:44.932Z+ banner hack-check
17772026-04-06T15:18:44.932Z
17782026-04-06T15:18:44.933Z # # ## #### # # #### # # ###### #### # #
17792026-04-06T15:18:44.933Z # # # # # # # # # # # # # # # # #
17802026-04-06T15:18:44.933Z ###### # # # #### ##### # ###### ##### # ####
17812026-04-06T15:18:44.933Z # # ###### # # # # # # # # # #
17822026-04-06T15:18:44.933Z # # # # # # # # # # # # # # # # #
17832026-04-06T15:18:44.933Z # # # # #### # # #### # # ###### #### # #
17842026-04-06T15:18:44.933Z
17852026-04-06T15:18:44.933Z+ export CARGO_INCREMENTAL=0
17862026-04-06T15:18:44.933Z+ CARGO_INCREMENTAL=0
17872026-04-06T15:18:44.933Z+ ptime -m timeout 2h cargo xtask check-features --ci
17882026-04-06T15:18:45.448Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17892026-04-06T15:18:45.669Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17902026-04-06T15:18:47.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
17912026-04-06T15:18:47.589Z Running `target/debug/xtask check-features --ci`
17922026-04-06T15:18:47.616Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17932026-04-06T15:18:47.619Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17942026-04-06T15:18:48.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17952026-04-06T15:18:48.119Z Running `target/debug/xtask download cargo-hack`
17962026-04-06T15:18:48.884Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17972026-04-06T15:18:49.193Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17982026-04-06T15:18:51.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.46s
17992026-04-06T15:18:51.780Z Running `target/debug/xtask-downloader cargo-hack`
18002026-04-06T15:18:51.822ZApr 06 15:18:50.423 INFO Starting download, target: CargoHack
18012026-04-06T15:18:51.827ZApr 06 15:18:50.424 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18022026-04-06T15:18:52.171ZApr 06 15:18:50.772 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18032026-04-06T15:18:52.221ZApr 06 15:18:50.822 INFO Download complete, target: CargoHack
18042026-04-06T15:18:52.224Zrunning: "/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"
18052026-04-06T15:18:52.235Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18062026-04-06T15:18:52.383Zinfo: running `cargo check --bins` on api_identity (1/270)
18072026-04-06T15:18:52.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18082026-04-06T15:18:52.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18092026-04-06T15:18:52.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18102026-04-06T15:18:52.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18112026-04-06T15:18:52.947Z
18122026-04-06T15:18:52.947Zinfo: running `cargo check --bins` on bootstore (2/270)
18132026-04-06T15:18:53.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18142026-04-06T15:18:53.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18152026-04-06T15:18:53.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18162026-04-06T15:18:53.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18172026-04-06T15:18:53.505Z
18182026-04-06T15:18:53.505Zinfo: running `cargo check --bins` on omicron-ledger (3/270)
18192026-04-06T15:18:53.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18202026-04-06T15:18:53.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18212026-04-06T15:18:53.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18222026-04-06T15:18:53.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18232026-04-06T15:18:54.062Z
18242026-04-06T15:18:54.062Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/270)
18252026-04-06T15:18:54.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262026-04-06T15:18:54.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272026-04-06T15:18:54.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282026-04-06T15:18:54.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18292026-04-06T15:18:54.639Z
18302026-04-06T15:18:54.639Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/270)
18312026-04-06T15:18:55.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322026-04-06T15:18:55.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332026-04-06T15:18:55.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342026-04-06T15:18:55.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18352026-04-06T15:18:55.204Z
18362026-04-06T15:18:55.205Zinfo: running `cargo check --bins` on omicron-certificates (6/270)
18372026-04-06T15:18:55.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382026-04-06T15:18:55.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392026-04-06T15:18:55.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402026-04-06T15:18:55.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18412026-04-06T15:18:55.781Z
18422026-04-06T15:18:55.781Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/270)
18432026-04-06T15:18:56.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-04-06T15:18:56.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-04-06T15:18:56.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-04-06T15:18:56.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18472026-04-06T15:18:56.354Z
18482026-04-06T15:18:56.354Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/270)
18492026-04-06T15:18:56.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-04-06T15:18:56.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-04-06T15:18:56.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-04-06T15:18:56.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18532026-04-06T15:18:56.929Z
18542026-04-06T15:18:56.929Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/270)
18552026-04-06T15:18:57.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-04-06T15:18:57.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-04-06T15:18:57.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-04-06T15:18:57.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18592026-04-06T15:18:57.380Z
18602026-04-06T15:18:57.380Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/270)
18612026-04-06T15:18:57.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-04-06T15:18:57.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-04-06T15:18:57.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-04-06T15:18:57.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18652026-04-06T15:18:57.832Z
18662026-04-06T15:18:57.832Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/270)
18672026-04-06T15:18:58.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-04-06T15:18:58.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-04-06T15:18:58.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-04-06T15:18:58.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18712026-04-06T15:18:58.283Z
18722026-04-06T15:18:58.283Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/270)
18732026-04-06T15:18:58.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-04-06T15:18:58.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-04-06T15:18:58.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-04-06T15:18:58.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18772026-04-06T15:18:58.743Z
18782026-04-06T15:18:58.743Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/270)
18792026-04-06T15:18:59.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-04-06T15:18:59.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-04-06T15:18:59.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-04-06T15:18:59.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18832026-04-06T15:18:59.200Z
18842026-04-06T15:18:59.200Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/270)
18852026-04-06T15:18:59.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-04-06T15:18:59.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-04-06T15:18:59.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-04-06T15:18:59.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18892026-04-06T15:18:59.658Z
18902026-04-06T15:18:59.658Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/270)
18912026-04-06T15:19:00.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-04-06T15:19:00.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-04-06T15:19:00.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-04-06T15:19:00.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18952026-04-06T15:19:00.112Z
18962026-04-06T15:19:00.112Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/270)
18972026-04-06T15:19:00.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-04-06T15:19:00.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-04-06T15:19:00.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-04-06T15:19:00.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19012026-04-06T15:19:00.567Z
19022026-04-06T15:19:00.567Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/270)
19032026-04-06T15:19:00.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-04-06T15:19:00.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-04-06T15:19:00.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-04-06T15:19:00.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19072026-04-06T15:19:01.019Z
19082026-04-06T15:19:01.019Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/270)
19092026-04-06T15:19:01.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-04-06T15:19:01.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-04-06T15:19:01.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-04-06T15:19:01.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19132026-04-06T15:19:01.474Z
19142026-04-06T15:19:01.474Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/270)
19152026-04-06T15:19:01.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-04-06T15:19:01.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-04-06T15:19:01.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-04-06T15:19:01.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19192026-04-06T15:19:01.925Z
19202026-04-06T15:19:01.925Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/270)
19212026-04-06T15:19:02.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-04-06T15:19:02.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-04-06T15:19:02.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-04-06T15:19:02.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19252026-04-06T15:19:02.377Z
19262026-04-06T15:19:02.377Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/270)
19272026-04-06T15:19:02.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-04-06T15:19:02.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-04-06T15:19:02.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-04-06T15:19:02.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19312026-04-06T15:19:02.839Z
19322026-04-06T15:19:02.839Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/270)
19332026-04-06T15:19:03.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-04-06T15:19:03.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-04-06T15:19:03.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-04-06T15:19:03.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19372026-04-06T15:19:03.293Z
19382026-04-06T15:19:03.293Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/270)
19392026-04-06T15:19:03.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-04-06T15:19:03.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-04-06T15:19:03.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-04-06T15:19:03.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19432026-04-06T15:19:03.747Z
19442026-04-06T15:19:03.747Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/270)
19452026-04-06T15:19:04.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-04-06T15:19:04.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-04-06T15:19:04.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-04-06T15:19:04.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19492026-04-06T15:19:04.199Z
19502026-04-06T15:19:04.199Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/270)
19512026-04-06T15:19:04.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-04-06T15:19:04.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-04-06T15:19:04.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-04-06T15:19:04.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19552026-04-06T15:19:04.657Z
19562026-04-06T15:19:04.657Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/270)
19572026-04-06T15:19:05.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-04-06T15:19:05.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-04-06T15:19:05.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-04-06T15:19:05.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19612026-04-06T15:19:05.111Z
19622026-04-06T15:19:05.111Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/270)
19632026-04-06T15:19:05.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-04-06T15:19:05.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-04-06T15:19:05.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-04-06T15:19:05.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19672026-04-06T15:19:05.566Z
19682026-04-06T15:19:05.566Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/270)
19692026-04-06T15:19:05.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-04-06T15:19:05.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-04-06T15:19:05.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-04-06T15:19:05.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19732026-04-06T15:19:06.020Z
19742026-04-06T15:19:06.020Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/270)
19752026-04-06T15:19:06.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-04-06T15:19:06.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-04-06T15:19:06.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-04-06T15:19:06.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19792026-04-06T15:19:06.474Z
19802026-04-06T15:19:06.474Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/270)
19812026-04-06T15:19:06.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-04-06T15:19:06.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-04-06T15:19:06.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-04-06T15:19:06.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19852026-04-06T15:19:06.924Z
19862026-04-06T15:19:06.924Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/270)
19872026-04-06T15:19:07.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-04-06T15:19:07.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-04-06T15:19:07.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-04-06T15:19:07.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19912026-04-06T15:19:07.378Z
19922026-04-06T15:19:07.378Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/270)
19932026-04-06T15:19:07.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-04-06T15:19:07.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-04-06T15:19:07.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-04-06T15:19:07.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19972026-04-06T15:19:07.830Z
19982026-04-06T15:19:07.830Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/270)
19992026-04-06T15:19:08.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-04-06T15:19:08.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-04-06T15:19:08.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-04-06T15:19:08.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20032026-04-06T15:19:08.282Z
20042026-04-06T15:19:08.282Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/270)
20052026-04-06T15:19:08.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-04-06T15:19:08.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-04-06T15:19:08.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-04-06T15:19:08.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20092026-04-06T15:19:08.738Z
20102026-04-06T15:19:08.738Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/270)
20112026-04-06T15:19:09.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-04-06T15:19:09.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-04-06T15:19:09.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-04-06T15:19:09.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20152026-04-06T15:19:09.191Z
20162026-04-06T15:19:09.191Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/270)
20172026-04-06T15:19:09.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-04-06T15:19:09.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-04-06T15:19:09.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-04-06T15:19:09.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20212026-04-06T15:19:09.648Z
20222026-04-06T15:19:09.648Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/270)
20232026-04-06T15:19:10.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-04-06T15:19:10.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-04-06T15:19:10.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-04-06T15:19:10.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20272026-04-06T15:19:10.103Z
20282026-04-06T15:19:10.103Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/270)
20292026-04-06T15:19:10.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-04-06T15:19:10.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-04-06T15:19:10.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-04-06T15:19:10.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20332026-04-06T15:19:10.559Z
20342026-04-06T15:19:10.559Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/270)
20352026-04-06T15:19:10.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-04-06T15:19:10.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-04-06T15:19:10.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-04-06T15:19:10.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20392026-04-06T15:19:11.013Z
20402026-04-06T15:19:11.013Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/270)
20412026-04-06T15:19:11.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-04-06T15:19:11.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-04-06T15:19:11.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-04-06T15:19:11.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20452026-04-06T15:19:11.473Z
20462026-04-06T15:19:11.473Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/270)
20472026-04-06T15:19:11.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-04-06T15:19:11.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-04-06T15:19:11.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-04-06T15:19:11.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20512026-04-06T15:19:11.927Z
20522026-04-06T15:19:11.928Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/270)
20532026-04-06T15:19:12.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-04-06T15:19:12.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-04-06T15:19:12.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-04-06T15:19:12.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20572026-04-06T15:19:12.383Z
20582026-04-06T15:19:12.383Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/270)
20592026-04-06T15:19:12.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-04-06T15:19:12.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-04-06T15:19:12.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-04-06T15:19:12.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20632026-04-06T15:19:12.840Z
20642026-04-06T15:19:12.840Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/270)
20652026-04-06T15:19:13.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-04-06T15:19:13.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-04-06T15:19:13.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-04-06T15:19:13.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20692026-04-06T15:19:13.302Z
20702026-04-06T15:19:13.303Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/270)
20712026-04-06T15:19:13.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-04-06T15:19:13.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-04-06T15:19:13.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-04-06T15:19:13.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20752026-04-06T15:19:13.758Z
20762026-04-06T15:19:13.758Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/270)
20772026-04-06T15:19:14.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-04-06T15:19:14.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-04-06T15:19:14.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-04-06T15:19:14.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20812026-04-06T15:19:14.211Z
20822026-04-06T15:19:14.211Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/270)
20832026-04-06T15:19:14.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-04-06T15:19:14.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-04-06T15:19:14.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-04-06T15:19:14.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20872026-04-06T15:19:14.665Z
20882026-04-06T15:19:14.666Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/270)
20892026-04-06T15:19:15.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-04-06T15:19:15.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-04-06T15:19:15.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-04-06T15:19:15.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20932026-04-06T15:19:15.123Z
20942026-04-06T15:19:15.123Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/270)
20952026-04-06T15:19:15.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-04-06T15:19:15.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-04-06T15:19:15.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-04-06T15:19:15.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20992026-04-06T15:19:15.741Z
21002026-04-06T15:19:15.741Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/270)
21012026-04-06T15:19:16.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-04-06T15:19:16.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-04-06T15:19:16.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-04-06T15:19:16.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21052026-04-06T15:19:16.348Z
21062026-04-06T15:19:16.348Zinfo: running `cargo check --bins` on nexus-config (51/270)
21072026-04-06T15:19:16.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-04-06T15:19:16.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-04-06T15:19:16.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-04-06T15:19:16.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21112026-04-06T15:19:16.956Z
21122026-04-06T15:19:16.956Zinfo: running `cargo check --bins` on nexus-types (52/270)
21132026-04-06T15:19:17.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-04-06T15:19:17.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-04-06T15:19:17.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162026-04-06T15:19:17.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21172026-04-06T15:19:17.571Z
21182026-04-06T15:19:17.572Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/270)
21192026-04-06T15:19:18.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202026-04-06T15:19:18.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212026-04-06T15:19:18.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222026-04-06T15:19:18.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21232026-04-06T15:19:18.157Z
21242026-04-06T15:19:18.157Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/270)
21252026-04-06T15:19:18.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262026-04-06T15:19:18.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272026-04-06T15:19:18.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282026-04-06T15:19:18.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21292026-04-06T15:19:18.742Z
21302026-04-06T15:19:18.742Zinfo: running `cargo check --bins` on cockroach-admin-types (55/270)
21312026-04-06T15:19:19.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322026-04-06T15:19:19.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332026-04-06T15:19:19.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342026-04-06T15:19:19.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21352026-04-06T15:19:19.311Z
21362026-04-06T15:19:19.311Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/270)
21372026-04-06T15:19:19.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382026-04-06T15:19:19.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392026-04-06T15:19:19.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402026-04-06T15:19:19.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21412026-04-06T15:19:19.880Z
21422026-04-06T15:19:19.880Zinfo: running `cargo check --bins` on ereport-types (57/270)
21432026-04-06T15:19:20.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442026-04-06T15:19:20.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452026-04-06T15:19:20.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462026-04-06T15:19:20.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21472026-04-06T15:19:20.450Z
21482026-04-06T15:19:20.450Zinfo: running `cargo check --bins` on gateway-client (58/270)
21492026-04-06T15:19:20.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502026-04-06T15:19:20.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512026-04-06T15:19:20.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522026-04-06T15:19:20.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21532026-04-06T15:19:21.028Z
21542026-04-06T15:19:21.028Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/270)
21552026-04-06T15:19:21.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562026-04-06T15:19:21.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572026-04-06T15:19:21.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582026-04-06T15:19:21.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21592026-04-06T15:19:21.606Z
21602026-04-06T15:19:21.606Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/270)
21612026-04-06T15:19:22.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622026-04-06T15:19:22.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632026-04-06T15:19:22.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642026-04-06T15:19:22.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21652026-04-06T15:19:22.186Z
21662026-04-06T15:19:22.186Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/270)
21672026-04-06T15:19:22.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682026-04-06T15:19:22.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692026-04-06T15:19:22.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702026-04-06T15:19:22.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21712026-04-06T15:19:22.764Z
21722026-04-06T15:19:22.764Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/270)
21732026-04-06T15:19:23.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742026-04-06T15:19:23.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752026-04-06T15:19:23.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762026-04-06T15:19:23.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21772026-04-06T15:19:23.336Z
21782026-04-06T15:19:23.336Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/270)
21792026-04-06T15:19:23.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802026-04-06T15:19:23.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812026-04-06T15:19:23.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822026-04-06T15:19:23.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21832026-04-06T15:19:23.939Z
21842026-04-06T15:19:23.939Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/270)
21852026-04-06T15:19:24.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862026-04-06T15:19:24.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872026-04-06T15:19:24.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882026-04-06T15:19:24.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21892026-04-06T15:19:24.541Z
21902026-04-06T15:19:24.541Zinfo: running `cargo check --bins` on key-manager-types (65/270)
21912026-04-06T15:19:25.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922026-04-06T15:19:25.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932026-04-06T15:19:25.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21942026-04-06T15:19:25.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21952026-04-06T15:19:25.111Z
21962026-04-06T15:19:25.111Zinfo: running `cargo check --bins` on oxlog (66/270)
21972026-04-06T15:19:25.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21982026-04-06T15:19:25.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21992026-04-06T15:19:25.709Z Checking cfg-if v1.0.4
22002026-04-06T15:19:25.712Z Checking libc v0.2.180
22012026-04-06T15:19:25.712Z Checking serde_core v1.0.228
22022026-04-06T15:19:25.825Z Checking zeroize v1.8.2
22032026-04-06T15:19:25.832Z Checking memchr v2.8.0
22042026-04-06T15:19:25.840Z Checking log v0.4.29
22052026-04-06T15:19:25.843Z Checking smallvec v1.15.1
22062026-04-06T15:19:25.860Z Checking typenum v1.19.0
22072026-04-06T15:19:25.869Z Checking subtle v2.6.1
22082026-04-06T15:19:25.960Z Checking itoa v1.0.17
22092026-04-06T15:19:25.999Z Checking scopeguard v1.2.0
22102026-04-06T15:19:26.011Z Checking const-oid v0.9.6
22112026-04-06T15:19:26.022Z Checking stable_deref_trait v1.2.1
22122026-04-06T15:19:26.092Z Checking portable-atomic v1.13.1
22132026-04-06T15:19:26.103Z Checking lock_api v0.4.14
22142026-04-06T15:19:26.106Z Checking zerofrom v0.1.6
22152026-04-06T15:19:26.207Z Checking critical-section v1.2.0
22162026-04-06T15:19:26.211Z Checking getrandom v0.2.17
22172026-04-06T15:19:26.211Z Checking errno v0.3.14
22182026-04-06T15:19:26.301Z Checking yoke v0.8.1
22192026-04-06T15:19:26.328Z Checking parking_lot_core v0.9.12
22202026-04-06T15:19:26.340Z Checking signal-hook-registry v1.4.8
22212026-04-06T15:19:26.359Z Checking generic-array v0.14.7
22222026-04-06T15:19:26.385Z Checking rand_core v0.6.4
22232026-04-06T15:19:26.463Z Checking zerovec v0.11.5
22242026-04-06T15:19:26.477Z Checking once_cell v1.21.3
22252026-04-06T15:19:26.488Z Checking zerocopy v0.8.40
22262026-04-06T15:19:26.504Z Checking pin-project-lite v0.2.17
22272026-04-06T15:19:26.553Z Checking parking_lot v0.12.5
22282026-04-06T15:19:26.591Z Checking mio v1.1.1
22292026-04-06T15:19:26.645Z Checking socket2 v0.6.2
22302026-04-06T15:19:26.668Z Checking libm v0.2.16
22312026-04-06T15:19:26.733Z Checking zmij v1.0.21
22322026-04-06T15:19:26.797Z Checking crypto-common v0.1.7
22332026-04-06T15:19:26.867Z Checking block-buffer v0.10.4
22342026-04-06T15:19:26.877Z Checking litemap v0.8.1
22352026-04-06T15:19:26.891Z Checking tinystr v0.8.2
22362026-04-06T15:19:26.915Z Checking futures-core v0.3.32
22372026-04-06T15:19:26.943Z Checking percent-encoding v2.3.2
22382026-04-06T15:19:26.997Z Checking digest v0.10.7
22392026-04-06T15:19:27.034Z Checking equivalent v1.0.2
22402026-04-06T15:19:27.044Z Checking writeable v0.6.2
22412026-04-06T15:19:27.056Z Checking allocator-api2 v0.2.21
22422026-04-06T15:19:27.077Z Checking potential_utf v0.1.4
22432026-04-06T15:19:27.113Z Checking zerotrie v0.2.3
22442026-04-06T15:19:27.189Z Checking foldhash v0.2.0
22452026-04-06T15:19:27.198Z Checking icu_locale_core v2.1.1
22462026-04-06T15:19:27.212Z Checking cpufeatures v0.2.17
22472026-04-06T15:19:27.269Z Checking serde v1.0.228
22482026-04-06T15:19:27.283Z Checking bitflags v2.11.0
22492026-04-06T15:19:27.333Z Checking serde_json v1.0.149
22502026-04-06T15:19:27.340Z Checking hashbrown v0.16.1
22512026-04-06T15:19:27.350Z Checking icu_collections v2.1.1
22522026-04-06T15:19:27.360Z Checking num-traits v0.2.19
22532026-04-06T15:19:27.443Z Checking hmac v0.12.1
22542026-04-06T15:19:27.572Z Checking block-padding v0.3.3
22552026-04-06T15:19:27.644Z Checking icu_normalizer_data v2.1.1
22562026-04-06T15:19:27.658Z Checking bytes v1.11.1
22572026-04-06T15:19:27.698Z Checking icu_properties_data v2.1.2
22582026-04-06T15:19:27.724Z Checking rand_core v0.10.0
22592026-04-06T15:19:27.737Z Checking icu_provider v2.1.1
22602026-04-06T15:19:27.819Z Checking futures-sink v0.3.32
22612026-04-06T15:19:27.841Z Checking indexmap v2.13.0
22622026-04-06T15:19:27.849Z Checking getrandom v0.4.1
22632026-04-06T15:19:27.873Z Checking inout v0.1.4
22642026-04-06T15:19:27.914Z Checking futures-channel v0.3.32
22652026-04-06T15:19:27.970Z Checking icu_normalizer v2.1.1
22662026-04-06T15:19:27.980Z Checking icu_properties v2.1.2
22672026-04-06T15:19:27.990Z Checking futures-task v0.3.32
22682026-04-06T15:19:28.005Z Checking futures-io v0.3.32
22692026-04-06T15:19:28.082Z Checking tokio v1.49.0
22702026-04-06T15:19:28.101Z Checking slab v0.4.12
22712026-04-06T15:19:28.112Z Checking cipher v0.4.4
22722026-04-06T15:19:28.123Z Checking sha2 v0.10.9
22732026-04-06T15:19:28.251Z Checking futures-util v0.3.32
22742026-04-06T15:19:28.263Z Checking getrandom v0.3.4
22752026-04-06T15:19:28.312Z Checking base64ct v1.8.3
22762026-04-06T15:19:28.376Z Checking utf8_iter v1.0.4
22772026-04-06T15:19:28.389Z Checking byteorder v1.5.0
22782026-04-06T15:19:28.402Z Checking form_urlencoded v1.2.2
22792026-04-06T15:19:28.495Z Checking flagset v0.4.7
22802026-04-06T15:19:28.525Z Checking fnv v1.0.7
22812026-04-06T15:19:28.537Z Checking pem-rfc7468 v0.7.0
22822026-04-06T15:19:28.583Z Checking rand_core v0.9.5
22832026-04-06T15:19:28.617Z Checking salsa20 v0.10.2
22842026-04-06T15:19:28.617Z Checking http v1.4.0
22852026-04-06T15:19:28.691Z Checking der v0.7.10
22862026-04-06T15:19:28.754Z Checking uuid v1.21.0
22872026-04-06T15:19:28.758Z Checking pbkdf2 v0.12.2
22882026-04-06T15:19:28.785Z Checking idna_adapter v1.2.1
22892026-04-06T15:19:28.868Z Checking scrypt v0.11.0
22902026-04-06T15:19:28.899Z Checking idna v1.1.0
22912026-04-06T15:19:29.004Z Checking aes v0.8.4
22922026-04-06T15:19:29.067Z Checking cbc v0.1.2
22932026-04-06T15:19:29.147Z Checking url v2.5.8
22942026-04-06T15:19:29.179Z Checking rustix v1.1.3
22952026-04-06T15:19:29.192Z Checking tracing-core v0.1.36
22962026-04-06T15:19:29.219Z Checking ppv-lite86 v0.2.21
22972026-04-06T15:19:29.408Z Checking rustls-pki-types v1.14.0
22982026-04-06T15:19:29.432Z Checking spki v0.7.3
22992026-04-06T15:19:29.503Z Checking regex-syntax v0.8.10
23002026-04-06T15:19:29.517Z Checking rand_chacha v0.9.0
23012026-04-06T15:19:29.591Z Checking iana-time-zone v0.1.65
23022026-04-06T15:19:29.604Z Checking pkcs5 v0.7.1
23032026-04-06T15:19:29.696Z Checking tracing v0.1.44
23042026-04-06T15:19:29.707Z Checking chrono v0.4.44
23052026-04-06T15:19:29.718Z Checking rand v0.9.2
23062026-04-06T15:19:29.853Z Checking http-body v1.0.1
23072026-04-06T15:19:29.901Z Checking aws-lc-sys v0.37.1
23082026-04-06T15:19:29.982Z Checking untrusted v0.9.0
23092026-04-06T15:19:30.003Z Checking base64 v0.22.1
23102026-04-06T15:19:30.090Z Checking openssl-probe v0.2.1
23112026-04-06T15:19:30.164Z Checking untrusted v0.7.1
23122026-04-06T15:19:30.178Z Checking ring v0.17.14
23132026-04-06T15:19:30.194Z Checking pkcs8 v0.10.2
23142026-04-06T15:19:30.244Z Checking tower-layer v0.3.3
23152026-04-06T15:19:30.270Z Checking try-lock v0.2.5
23162026-04-06T15:19:30.367Z Checking tinyvec_macros v0.1.1
23172026-04-06T15:19:30.367Z Checking tower-service v0.3.3
23182026-04-06T15:19:30.390Z Checking atomic-waker v1.1.2
23192026-04-06T15:19:30.400Z Checking aws-lc-rs v1.16.0
23202026-04-06T15:19:30.440Z Checking plain v0.2.3
23212026-04-06T15:19:30.453Z Checking tinyvec v1.10.0
23222026-04-06T15:19:30.482Z Checking want v0.3.1
23232026-04-06T15:19:30.542Z Checking ipnet v2.11.0
23242026-04-06T15:19:30.556Z Checking httparse v1.10.1
23252026-04-06T15:19:30.600Z Checking semver v1.0.27
23262026-04-06T15:19:30.746Z Checking spin v0.9.8
23272026-04-06T15:19:30.761Z Checking dyn-clone v1.0.20
23282026-04-06T15:19:30.790Z Checking ucd-trie v0.1.7
23292026-04-06T15:19:30.803Z Checking foreign-types-shared v0.1.1
23302026-04-06T15:19:30.807Z Checking unicode-ident v1.0.24
23312026-04-06T15:19:30.852Z Checking httpdate v1.0.3
23322026-04-06T15:19:30.881Z Checking pin-utils v0.1.0
23332026-04-06T15:19:30.914Z Checking fastrand v2.3.0
23342026-04-06T15:19:30.927Z Checking proc-macro2 v1.0.106
23352026-04-06T15:19:30.930Z Checking pest v2.8.6
23362026-04-06T15:19:30.949Z Checking foreign-types v0.3.2
23372026-04-06T15:19:30.991Z Checking schemars v0.8.22
23382026-04-06T15:19:31.014Z Checking openssl-sys v0.9.111
23392026-04-06T15:19:31.088Z Checking tempfile v3.25.0
23402026-04-06T15:19:31.155Z Checking thiserror v2.0.18
23412026-04-06T15:19:31.219Z Checking rustls-webpki v0.103.9
23422026-04-06T15:19:31.231Z Checking wait-timeout v0.2.1
23432026-04-06T15:19:31.250Z Checking aho-corasick v1.1.4
23442026-04-06T15:19:31.264Z Checking tokio-util v0.7.18
23452026-04-06T15:19:31.278Z Checking utf8parse v0.2.2
23462026-04-06T15:19:31.348Z Checking siphasher v1.0.2
23472026-04-06T15:19:31.375Z Checking simd-adler32 v0.3.8
23482026-04-06T15:19:31.497Z Checking quick-error v1.2.3
23492026-04-06T15:19:31.510Z Checking anstyle v1.0.13
23502026-04-06T15:19:31.540Z Checking powerfmt v0.2.0
23512026-04-06T15:19:31.596Z Checking pretty-hex v0.4.1
23522026-04-06T15:19:31.629Z Checking rustls v0.23.37
23532026-04-06T15:19:31.643Z Checking bit-vec v0.8.0
23542026-04-06T15:19:31.679Z Checking deranged v0.5.8
23552026-04-06T15:19:31.694Z Checking rusty-fork v0.3.1
23562026-04-06T15:19:31.708Z Checking openssl v0.10.75
23572026-04-06T15:19:31.827Z Checking bit-set v0.8.0
23582026-04-06T15:19:31.849Z Checking anstyle-parse v0.2.7
23592026-04-06T15:19:31.861Z Checking h2 v0.4.13
23602026-04-06T15:19:31.910Z Checking regex-automata v0.4.14
23612026-04-06T15:19:31.967Z Checking quote v1.0.44
23622026-04-06T15:19:31.981Z Compiling newtype-uuid v1.3.2
23632026-04-06T15:19:31.994Z Checking unicode-normalization v0.1.25
23642026-04-06T15:19:32.130Z Checking rustls-native-certs v0.8.3
23652026-04-06T15:19:32.154Z Checking crossbeam-utils v0.8.21
23662026-04-06T15:19:32.255Z Checking rand_xorshift v0.4.0
23672026-04-06T15:19:32.376Z Checking crc32fast v1.5.0
23682026-04-06T15:19:32.387Z Checking scroll v0.13.0
23692026-04-06T15:19:32.490Z Checking signature v2.2.0
23702026-04-06T15:19:32.509Z Checking sync_wrapper v1.0.2
23712026-04-06T15:19:32.591Z Checking num-conv v0.2.0
23722026-04-06T15:19:32.607Z Checking anstyle-query v1.1.5
23732026-04-06T15:19:32.619Z Checking is_terminal_polyfill v1.70.2
23742026-04-06T15:19:32.623Z Checking num_threads v0.1.7
23752026-04-06T15:19:32.697Z Checking colorchoice v1.0.4
23762026-04-06T15:19:32.707Z Checking unicode-bidi v0.3.18
23772026-04-06T15:19:32.716Z Checking time-core v0.1.8
23782026-04-06T15:19:32.719Z Checking adler2 v2.0.1
23792026-04-06T15:19:32.791Z Checking unicode-properties v0.1.4
23802026-04-06T15:19:32.827Z Checking unarray v0.1.4
23812026-04-06T15:19:32.848Z Checking time v0.3.47
23822026-04-06T15:19:32.929Z Checking proptest v1.10.0
23832026-04-06T15:19:32.973Z Checking miniz_oxide v0.8.9
23842026-04-06T15:19:32.987Z Checking stringprep v0.1.5
23852026-04-06T15:19:33.135Z Checking anstream v0.6.21
23862026-04-06T15:19:33.319Z Checking goblin v0.10.5
23872026-04-06T15:19:33.330Z Checking tower v0.5.3
23882026-04-06T15:19:33.630Z Checking native-tls v0.2.18
23892026-04-06T15:19:33.702Z Checking crossbeam-epoch v0.9.18
23902026-04-06T15:19:33.712Z Checking syn v2.0.117
23912026-04-06T15:19:33.805Z Compiling daft v0.1.5
23922026-04-06T15:19:33.918Z Checking ipnetwork v0.21.1
23932026-04-06T15:19:33.940Z Checking tokio-rustls v0.26.4
23942026-04-06T15:19:33.956Z Checking http-body-util v0.1.3
23952026-04-06T15:19:34.078Z Checking webpki-roots v1.0.6
23962026-04-06T15:19:34.126Z Checking rand_chacha v0.3.1
23972026-04-06T15:19:34.163Z Checking thiserror v1.0.69
23982026-04-06T15:19:34.174Z Checking scroll v0.12.0
23992026-04-06T15:19:34.191Z Checking zstd-sys v2.0.16+zstd.1.5.7
24002026-04-06T15:19:34.258Z Checking hash32 v0.2.1
24012026-04-06T15:19:34.297Z Checking num-integer v0.1.46
24022026-04-06T15:19:34.344Z Checking serde_spanned v0.6.9
24032026-04-06T15:19:34.412Z Checking toml_datetime v0.6.11
24042026-04-06T15:19:34.424Z Checking md-5 v0.10.6
24052026-04-06T15:19:34.471Z Checking ff v0.13.1
24062026-04-06T15:19:34.521Z Checking ryu v1.0.23
24072026-04-06T15:19:34.535Z Checking hyper v1.8.1
24082026-04-06T15:19:34.553Z Checking psl-types v2.0.11
24092026-04-06T15:19:34.591Z Checking base16ct v0.2.0
24102026-04-06T15:19:34.604Z Checking fallible-iterator v0.2.0
24112026-04-06T15:19:34.655Z Checking zlib-rs v0.6.2
24122026-04-06T15:19:34.668Z Checking iri-string v0.7.10
24132026-04-06T15:19:34.715Z Checking sec1 v0.7.3
24142026-04-06T15:19:34.870Z Checking publicsuffix v2.3.0
24152026-04-06T15:19:34.873Z Checking postgres-protocol v0.6.10
24162026-04-06T15:19:34.914Z Checking serde_urlencoded v0.7.1
24172026-04-06T15:19:35.025Z Compiling iddqd v0.3.17
24182026-04-06T15:19:35.110Z Checking group v0.13.0
24192026-04-06T15:19:35.180Z Checking num-iter v0.1.45
24202026-04-06T15:19:35.253Z Checking heapless v0.7.17
24212026-04-06T15:19:35.291Z Checking goblin v0.8.2
24222026-04-06T15:19:35.419Z Checking hyper-util v0.1.20
24232026-04-06T15:19:35.518Z Checking flate2 v1.1.9
24242026-04-06T15:19:35.637Z Checking dof v0.4.0
24252026-04-06T15:19:35.655Z Checking rand v0.8.5
24262026-04-06T15:19:35.668Z Checking tower-http v0.6.8
24272026-04-06T15:19:35.808Z Checking zstd-safe v7.2.4
24282026-04-06T15:19:35.933Z Checking oxnet v0.1.4
24292026-04-06T15:19:35.973Z Checking cookie v0.18.1
24302026-04-06T15:19:35.986Z Checking tokio-native-tls v0.3.1
24312026-04-06T15:19:36.129Z Checking dtrace-parser v0.3.0
24322026-04-06T15:19:36.143Z Checking phf_shared v0.13.1
24332026-04-06T15:19:36.161Z Checking lazy_static v1.5.0
24342026-04-06T15:19:36.173Z Checking terminal_size v0.4.3
24352026-04-06T15:19:36.197Z Checking zerocopy v0.7.35
24362026-04-06T15:19:36.248Z Checking bzip2-sys v0.1.13+1.0.8
24372026-04-06T15:19:36.258Z Checking signal-hook v0.3.18
24382026-04-06T15:19:36.281Z Checking hkdf v0.12.4
24392026-04-06T15:19:36.328Z Checking crypto-bigint v0.5.5
24402026-04-06T15:19:36.331Z Checking thread-id v5.1.0
24412026-04-06T15:19:36.366Z Checking bumpalo v3.20.2
24422026-04-06T15:19:36.431Z Checking managed v0.8.0
24432026-04-06T15:19:36.442Z Checking winnow v0.7.14
24442026-04-06T15:19:36.446Z Checking strsim v0.11.1
24452026-04-06T15:19:36.561Z Checking winnow v0.5.40
24462026-04-06T15:19:36.599Z Checking libbz2-rs-sys v0.2.2
24472026-04-06T15:19:36.611Z Checking foldhash v0.1.5
24482026-04-06T15:19:36.667Z Checking hyper-rustls v0.27.7
24492026-04-06T15:19:36.680Z Compiling rayon-core v1.13.0
24502026-04-06T15:19:36.740Z Checking bitflags v1.3.2
24512026-04-06T15:19:36.812Z Checking either v1.15.0
24522026-04-06T15:19:36.852Z Checking clap_lex v1.0.0
24532026-04-06T15:19:36.872Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24542026-04-06T15:19:36.985Z Checking bzip2 v0.6.1
24552026-04-06T15:19:37.008Z Checking clap_builder v4.5.60
24562026-04-06T15:19:37.022Z Checking smoltcp v0.9.1
24572026-04-06T15:19:37.052Z Checking hashbrown v0.15.5
24582026-04-06T15:19:37.145Z Checking hyper-tls v0.6.0
24592026-04-06T15:19:37.161Z Checking dof v0.3.0
24602026-04-06T15:19:37.235Z Checking elliptic-curve v0.13.8
24612026-04-06T15:19:37.309Z Checking zopfli v0.8.3
24622026-04-06T15:19:37.436Z Checking signal-hook-mio v0.2.5
24632026-04-06T15:19:37.507Z Checking usdt-impl v0.6.0
24642026-04-06T15:19:37.535Z Checking bzip2 v0.4.4
24652026-04-06T15:19:37.538Z Checking phf v0.13.1
24662026-04-06T15:19:37.597Z Checking num-bigint-dig v0.8.6
24672026-04-06T15:19:37.612Z Checking cookie_store v0.22.1
24682026-04-06T15:19:37.682Z Checking zstd v0.13.3
24692026-04-06T15:19:37.692Z Checking toml_edit v0.19.15
24702026-04-06T15:19:37.704Z Checking postgres-types v0.2.12
24712026-04-06T15:19:37.781Z Checking dtrace-parser v0.2.0
24722026-04-06T15:19:37.860Z Checking rustls-platform-verifier v0.6.2
24732026-04-06T15:19:37.873Z Checking crossbeam-deque v0.8.6
24742026-04-06T15:19:37.938Z Checking regex v1.12.3
24752026-04-06T15:19:37.995Z Checking bstr v1.12.1
24762026-04-06T15:19:38.011Z Checking ed25519 v2.2.3
24772026-04-06T15:19:38.015Z Checking phf_shared v0.11.3
24782026-04-06T15:19:38.042Z Checking curve25519-dalek v4.1.3
24792026-04-06T15:19:38.163Z Checking ref-cast v1.0.25
24802026-04-06T15:19:38.192Z Checking strum v0.27.2
24812026-04-06T15:19:38.210Z Checking hubpack v0.1.2
24822026-04-06T15:19:38.227Z Checking memoffset v0.9.1
24832026-04-06T15:19:38.255Z Checking rustix v0.38.44
24842026-04-06T15:19:38.300Z Checking pkcs1 v0.7.5
24852026-04-06T15:19:38.311Z Checking float-cmp v0.10.0
24862026-04-06T15:19:38.368Z Checking erased-serde v0.3.31
24872026-04-06T15:19:38.381Z Checking hex v0.4.3
24882026-04-06T15:19:38.395Z Checking serde-big-array v0.5.1
24892026-04-06T15:19:38.431Z Checking rfc6979 v0.4.0
24902026-04-06T15:19:38.507Z Checking thread-id v4.2.2
24912026-04-06T15:19:38.522Z Checking memmap2 v0.9.10
24922026-04-06T15:19:38.544Z Checking env_filter v1.0.0
24932026-04-06T15:19:38.584Z Checking encoding_rs v0.8.35
24942026-04-06T15:19:38.595Z Checking predicates-core v1.0.10
24952026-04-06T15:19:38.678Z Checking rustc-hash v2.1.1
24962026-04-06T15:19:38.678Z Checking fixedbitset v0.4.2
24972026-04-06T15:19:38.713Z Checking precomputed-hash v0.1.1
24982026-04-06T15:19:38.716Z Checking jiff v0.2.21
24992026-04-06T15:19:38.740Z Checking keccak v0.1.6
25002026-04-06T15:19:38.791Z Checking fixedbitset v0.5.7
25012026-04-06T15:19:38.794Z Checking mime v0.3.17
25022026-04-06T15:19:38.813Z Checking static_assertions v1.1.0
25032026-04-06T15:19:38.824Z Checking unicode-segmentation v1.12.0
25042026-04-06T15:19:38.880Z Checking normalize-line-endings v0.3.0
25052026-04-06T15:19:38.900Z Checking data-encoding v2.10.0
25062026-04-06T15:19:38.961Z Checking whoami v2.1.0
25072026-04-06T15:19:38.973Z Checking new_debug_unreachable v1.0.6
25082026-04-06T15:19:38.990Z Checking toml_write v0.1.2
25092026-04-06T15:19:39.039Z Checking difflib v0.4.0
25102026-04-06T15:19:39.056Z Checking crossterm v0.28.1
25112026-04-06T15:19:39.135Z Checking similar v2.7.0
25122026-04-06T15:19:39.152Z Checking tokio-postgres v0.7.16
25132026-04-06T15:19:39.152Z Checking toml_edit v0.22.27
25142026-04-06T15:19:39.184Z Checking hickory-proto v0.25.2
25152026-04-06T15:19:39.213Z Checking predicates v3.1.4
25162026-04-06T15:19:39.508Z Checking string_cache v0.8.9
25172026-04-06T15:19:39.520Z Checking petgraph v0.8.3
25182026-04-06T15:19:39.540Z Checking reqwest v0.12.28
25192026-04-06T15:19:39.674Z Checking sha3 v0.10.8
25202026-04-06T15:19:39.770Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
25212026-04-06T15:19:39.882Z Checking petgraph v0.6.5
25222026-04-06T15:19:40.268Z Checking ed25519-dalek v2.2.0
25232026-04-06T15:19:40.440Z Checking slog v2.8.2
25242026-04-06T15:19:40.499Z Checking toml v0.7.8
25252026-04-06T15:19:40.700Z Checking env_logger v0.11.9
25262026-04-06T15:19:40.799Z Checking usdt v0.6.0
25272026-04-06T15:19:40.888Z Checking serde_with v3.17.0
25282026-04-06T15:19:40.965Z Checking usdt-impl v0.5.0
25292026-04-06T15:19:40.979Z Checking zip v4.6.1
25302026-04-06T15:19:41.051Z Checking ecdsa v0.16.9
25312026-04-06T15:19:41.095Z Checking rsa v0.9.10
25322026-04-06T15:19:41.200Z Checking nix v0.31.1
25332026-04-06T15:19:41.239Z Checking clap v4.5.60
25342026-04-06T15:19:41.380Z Checking reqwest v0.13.2
25352026-04-06T15:19:41.548Z Checking zip v0.6.6
25362026-04-06T15:19:41.559Z Checking toml_parser v1.0.9+spec-1.1.0
25372026-04-06T15:19:41.652Z Checking itertools v0.13.0
25382026-04-06T15:19:41.866Z Checking strum v0.26.3
25392026-04-06T15:19:41.878Z Checking fs-err v3.3.0
25402026-04-06T15:19:41.932Z Checking ahash v0.8.12
25412026-04-06T15:19:41.944Z Checking object v0.37.3
25422026-04-06T15:19:41.973Z Checking tokio-stream v0.1.18
25432026-04-06T15:19:42.125Z Checking buf-list v1.1.2
25442026-04-06T15:19:42.164Z Checking anyhow v1.0.102
25452026-04-06T15:19:42.188Z Checking camino v1.2.2
25462026-04-06T15:19:42.215Z Checking x509-cert v0.2.5
25472026-04-06T15:19:42.275Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
25482026-04-06T15:19:42.303Z Checking openapiv3 v2.2.0
25492026-04-06T15:19:42.353Z Checking sha1 v0.10.6
25502026-04-06T15:19:42.356Z Checking toml_datetime v0.7.5+spec-1.1.0
25512026-04-06T15:19:42.428Z Checking peg-runtime v0.8.5
25522026-04-06T15:19:42.512Z Checking lalrpop-util v0.19.12
25532026-04-06T15:19:42.536Z Checking rayon v1.11.0
25542026-04-06T15:19:42.555Z Checking sigpipe v0.1.3
25552026-04-06T15:19:42.567Z Checking glob v0.3.3
25562026-04-06T15:19:44.136Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25572026-04-06T15:19:44.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.30s
25582026-04-06T15:19:44.581Z
25592026-04-06T15:19:44.581Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (67/270)
25602026-04-06T15:19:45.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25612026-04-06T15:19:45.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25622026-04-06T15:19:45.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25632026-04-06T15:19:45.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25642026-04-06T15:19:45.175Z
25652026-04-06T15:19:45.175Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (68/270)
25662026-04-06T15:19:45.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25672026-04-06T15:19:45.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25682026-04-06T15:19:45.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25692026-04-06T15:19:45.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25702026-04-06T15:19:45.770Z
25712026-04-06T15:19:45.770Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (69/270)
25722026-04-06T15:19:46.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25732026-04-06T15:19:46.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25742026-04-06T15:19:46.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25752026-04-06T15:19:46.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25762026-04-06T15:19:46.366Z
25772026-04-06T15:19:46.366Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (70/270)
25782026-04-06T15:19:46.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25792026-04-06T15:19:46.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25802026-04-06T15:19:46.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25812026-04-06T15:19:46.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25822026-04-06T15:19:46.960Z
25832026-04-06T15:19:46.960Zinfo: running `cargo check --bins` on omicron-passwords (71/270)
25842026-04-06T15:19:47.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25852026-04-06T15:19:47.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25862026-04-06T15:19:47.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25872026-04-06T15:19:47.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25882026-04-06T15:19:47.532Z
25892026-04-06T15:19:47.533Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (72/270)
25902026-04-06T15:19:48.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25912026-04-06T15:19:48.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25922026-04-06T15:19:48.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25932026-04-06T15:19:48.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25942026-04-06T15:19:48.109Z
25952026-04-06T15:19:48.109Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (73/270)
25962026-04-06T15:19:48.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25972026-04-06T15:19:48.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25982026-04-06T15:19:48.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25992026-04-06T15:19:48.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
26002026-04-06T15:19:48.686Z
26012026-04-06T15:19:48.686Zinfo: running `cargo check --bins --no-default-features` on gfss (74/270)
26022026-04-06T15:19:49.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26032026-04-06T15:19:49.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26042026-04-06T15:19:49.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26052026-04-06T15:19:49.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
26062026-04-06T15:19:49.261Z
26072026-04-06T15:19:49.261Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (75/270)
26082026-04-06T15:19:49.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26092026-04-06T15:19:49.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26102026-04-06T15:19:49.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26112026-04-06T15:19:49.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
26122026-04-06T15:19:49.823Z
26132026-04-06T15:19:49.823Zinfo: running `cargo check --bins` on internal-dns-types (76/270)
26142026-04-06T15:19:50.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26152026-04-06T15:19:50.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26162026-04-06T15:19:50.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26172026-04-06T15:19:50.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26182026-04-06T15:19:50.407Z
26192026-04-06T15:19:50.407Zinfo: running `cargo check --bins` on internal-dns-types-versions (77/270)
26202026-04-06T15:19:50.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26212026-04-06T15:19:50.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26222026-04-06T15:19:50.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26232026-04-06T15:19:50.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26242026-04-06T15:19:50.992Z
26252026-04-06T15:19:50.992Zinfo: running `cargo check --bins` on nexus-types-versions (78/270)
26262026-04-06T15:19:51.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272026-04-06T15:19:51.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282026-04-06T15:19:51.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292026-04-06T15:19:51.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26302026-04-06T15:19:51.597Z
26312026-04-06T15:19:51.597Zinfo: running `cargo check --bins` on oxql-types (79/270)
26322026-04-06T15:19:52.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332026-04-06T15:19:52.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342026-04-06T15:19:52.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352026-04-06T15:19:52.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26362026-04-06T15:19:52.179Z
26372026-04-06T15:19:52.179Zinfo: running `cargo check --bins` on oximeter-types (80/270)
26382026-04-06T15:19:52.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392026-04-06T15:19:52.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402026-04-06T15:19:52.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412026-04-06T15:19:52.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26422026-04-06T15:19:52.761Z
26432026-04-06T15:19:52.761Zinfo: running `cargo check --bins` on oximeter-types-versions (81/270)
26442026-04-06T15:19:53.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452026-04-06T15:19:53.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462026-04-06T15:19:53.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472026-04-06T15:19:53.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26482026-04-06T15:19:53.345Z
26492026-04-06T15:19:53.345Zinfo: running `cargo check --bins` on oximeter-macro-impl (82/270)
26502026-04-06T15:19:53.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512026-04-06T15:19:53.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522026-04-06T15:19:53.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532026-04-06T15:19:53.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
26542026-04-06T15:19:53.918Z
26552026-04-06T15:19:53.918Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/270)
26562026-04-06T15:19:54.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572026-04-06T15:19:54.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582026-04-06T15:19:54.587Z Compiling structmeta-derive v0.3.0
26592026-04-06T15:19:54.700Z Compiling rustls v0.22.4
26602026-04-06T15:19:54.709Z Compiling multer v3.1.0
26612026-04-06T15:19:54.718Z Compiling async-stream-impl v0.3.6
26622026-04-06T15:19:54.720Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26632026-04-06T15:19:54.738Z Compiling dropshot v0.16.7
26642026-04-06T15:19:54.752Z Compiling dropshot_endpoint v0.16.7
26652026-04-06T15:19:54.752Z Compiling newtype-uuid-macros v0.1.0
26662026-04-06T15:19:54.891Z Checking newtype-uuid v1.3.2
26672026-04-06T15:19:54.936Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26682026-04-06T15:19:54.990Z Checking rustls-webpki v0.102.8
26692026-04-06T15:19:55.084Z Checking daft v0.1.5
26702026-04-06T15:19:55.102Z Checking futures-executor v0.3.32
26712026-04-06T15:19:55.317Z Checking thread_local v1.1.9
26722026-04-06T15:19:55.333Z Compiling match_cfg v0.1.0
26732026-04-06T15:19:55.406Z Compiling hostname v0.3.1
26742026-04-06T15:19:55.480Z Checking iddqd v0.3.17
26752026-04-06T15:19:55.495Z Checking futures v0.3.32
26762026-04-06T15:19:55.512Z Checking crossbeam-channel v0.5.15
26772026-04-06T15:19:55.537Z Checking slog-json v2.6.1
26782026-04-06T15:19:55.735Z Compiling structmeta v0.3.0
26792026-04-06T15:19:55.774Z Checking serde_spanned v1.0.4
26802026-04-06T15:19:55.900Z Checking is-terminal v0.4.17
26812026-04-06T15:19:55.946Z Compiling derive-ex v0.1.8
26822026-04-06T15:19:55.984Z Compiling parse-display-derive v0.10.0
26832026-04-06T15:19:55.996Z Compiling toml_writer v1.0.6+spec-1.1.0
26842026-04-06T15:19:56.010Z Checking debug-ignore v1.0.5
26852026-04-06T15:19:56.106Z Checking term v1.2.1
26862026-04-06T15:19:56.314Z Checking take_mut v0.2.2
26872026-04-06T15:19:56.326Z Checking slog-term v2.9.2
26882026-04-06T15:19:56.383Z Checking toml v0.9.12+spec-1.1.0
26892026-04-06T15:19:56.417Z Checking slog-async v2.8.0
26902026-04-06T15:19:56.479Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26912026-04-06T15:19:56.580Z Compiling slog-bunyan v2.5.0
26922026-04-06T15:19:56.704Z Compiling async-stream v0.3.6
26932026-04-06T15:19:56.786Z Checking tokio-rustls v0.25.0
26942026-04-06T15:19:56.841Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26952026-04-06T15:19:56.948Z Checking progenitor-client v0.13.0
26962026-04-06T15:19:56.961Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
26972026-04-06T15:19:57.096Z Checking backon v1.6.0
26982026-04-06T15:19:57.173Z Checking waitgroup v0.1.2
26992026-04-06T15:19:57.273Z Checking rustls-pemfile v2.2.0
27002026-04-06T15:19:57.585Z Checking serde_path_to_error v0.1.20
27012026-04-06T15:19:57.598Z Compiling test-strategy v0.4.5
27022026-04-06T15:19:57.636Z Compiling hostname v0.4.2
27032026-04-06T15:19:57.678Z Checking instant v0.1.13
27042026-04-06T15:19:57.782Z Compiling prettyplease v0.2.37
27052026-04-06T15:19:57.820Z Checking backoff v0.4.0
27062026-04-06T15:19:57.875Z Compiling parse-display v0.10.0
27072026-04-06T15:19:58.000Z Compiling progenitor-extras v0.1.1
27082026-04-06T15:19:58.133Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27092026-04-06T15:19:58.236Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27102026-04-06T15:19:58.372Z Checking progenitor-client v0.10.0
27112026-04-06T15:19:58.386Z Checking itertools v0.14.0
27122026-04-06T15:19:58.607Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27132026-04-06T15:19:58.959Z Checking regress v0.10.5
27142026-04-06T15:19:59.046Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27152026-04-06T15:19:59.465Z Checking macaddr v1.0.1
27162026-04-06T15:19:59.657Z Checking num-rational v0.4.2
27172026-04-06T15:19:59.837Z Compiling usdt-macro v0.5.0
27182026-04-06T15:19:59.859Z Compiling usdt-attr-macro v0.5.0
27192026-04-06T15:19:59.931Z Checking num-complex v0.4.6
27202026-04-06T15:20:00.267Z Checking memmap v0.7.0
27212026-04-06T15:20:00.329Z Checking num v0.4.3
27222026-04-06T15:20:00.385Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27232026-04-06T15:20:00.414Z Compiling float-ord v0.3.2
27242026-04-06T15:20:00.537Z Compiling toml v0.8.23
27252026-04-06T15:20:00.560Z Compiling minimal-lexical v0.2.1
27262026-04-06T15:20:00.585Z Checking linked-hash-map v0.5.6
27272026-04-06T15:20:00.628Z Checking usdt v0.5.0
27282026-04-06T15:20:00.754Z Checking lru-cache v0.1.2
27292026-04-06T15:20:00.792Z Compiling nom v7.1.3
27302026-04-06T15:20:01.204Z Checking hickory-proto v0.24.4
27312026-04-06T15:20:01.310Z Checking phf_shared v0.12.1
27322026-04-06T15:20:01.454Z Compiling slog-dtrace v0.3.0
27332026-04-06T15:20:01.631Z Checking resolv-conf v0.7.6
27342026-04-06T15:20:01.648Z Compiling convert_case v0.4.0
27352026-04-06T15:20:01.813Z Compiling chrono-tz v0.10.4
27362026-04-06T15:20:01.993Z Checking heck v0.5.0
27372026-04-06T15:20:02.027Z Compiling derive_more v0.99.20
27382026-04-06T15:20:02.134Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27392026-04-06T15:20:02.149Z Compiling const_format_proc_macros v0.2.34
27402026-04-06T15:20:02.603Z Checking phf v0.12.1
27412026-04-06T15:20:02.637Z Checking tokio-dtrace v0.1.1
27422026-04-06T15:20:02.743Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27432026-04-06T15:20:02.825Z Compiling derive-where v1.6.0
27442026-04-06T15:20:02.959Z Checking highway v1.3.0
27452026-04-06T15:20:02.986Z Checking hickory-resolver v0.24.4
27462026-04-06T15:20:03.256Z Checking const_format v0.2.35
27472026-04-06T15:20:03.283Z Checking oxide-tokio-rt v0.1.3
27482026-04-06T15:20:03.734Z Checking gethostname v0.5.0
27492026-04-06T15:20:03.747Z Checking bcs v0.1.6
27502026-04-06T15:20:03.826Z Compiling async-recursion v1.1.1
27512026-04-06T15:20:03.977Z Checking termtree v0.5.1
27522026-04-06T15:20:04.159Z Checking qorb v0.4.1
27532026-04-06T15:20:04.575Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27542026-04-06T15:20:04.636Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27552026-04-06T15:20:05.012Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27562026-04-06T15:20:06.253Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27572026-04-06T15:20:06.353Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27582026-04-06T15:20:08.424Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27592026-04-06T15:20:11.110Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27602026-04-06T15:20:13.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.27s
27612026-04-06T15:20:13.370Z
27622026-04-06T15:20:13.370Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/270)
27632026-04-06T15:20:13.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27642026-04-06T15:20:13.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27652026-04-06T15:20:14.027Z Compiling ar_archive_writer v0.5.1
27662026-04-06T15:20:14.135Z Compiling stacker v0.1.23
27672026-04-06T15:20:14.142Z Compiling cfg_aliases v0.1.1
27682026-04-06T15:20:14.148Z Compiling convert_case v0.10.0
27692026-04-06T15:20:14.154Z Checking unicode-width v0.1.14
27702026-04-06T15:20:14.162Z Compiling proc-macro-error v1.0.4
27712026-04-06T15:20:14.172Z Checking fd-lock v4.0.4
27722026-04-06T15:20:14.176Z Checking nibble_vec v0.1.0
27732026-04-06T15:20:14.200Z Compiling nix v0.28.0
27742026-04-06T15:20:14.287Z Checking vte v0.14.1
27752026-04-06T15:20:14.299Z Compiling recursive-proc-macro-impl v0.1.1
27762026-04-06T15:20:14.419Z Checking endian-type v0.1.2
27772026-04-06T15:20:14.429Z Checking bytecount v0.6.9
27782026-04-06T15:20:14.456Z Compiling derive_more-impl v2.1.1
27792026-04-06T15:20:14.481Z Checking strip-ansi-escapes v0.2.1
27802026-04-06T15:20:14.493Z Compiling tabled_derive v0.7.0
27812026-04-06T15:20:14.524Z Checking papergrid v0.11.0
27822026-04-06T15:20:14.540Z Checking radix_trie v0.2.1
27832026-04-06T15:20:14.588Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27842026-04-06T15:20:14.724Z Compiling peg-macros v0.8.5
27852026-04-06T15:20:14.806Z Checking winnow v0.6.26
27862026-04-06T15:20:14.999Z Compiling psm v0.1.30
27872026-04-06T15:20:15.051Z Compiling sqlparser_derive v0.5.0
27882026-04-06T15:20:15.139Z Checking nu-ansi-term v0.50.3
27892026-04-06T15:20:15.265Z Checking derive_more v2.1.1
27902026-04-06T15:20:15.344Z Checking unicode-width v0.2.0
27912026-04-06T15:20:15.356Z Checking unicode_categories v0.1.1
27922026-04-06T15:20:15.449Z Checking home v0.5.12
27932026-04-06T15:20:15.511Z Checking tabled v0.15.0
27942026-04-06T15:20:15.535Z Checking crossterm v0.29.0
27952026-04-06T15:20:15.558Z Checking rustyline v14.0.0
27962026-04-06T15:20:15.588Z Checking reedline v0.40.0
27972026-04-06T15:20:15.764Z Checking recursive v0.1.1
27982026-04-06T15:20:15.816Z Checking display-error-chain v0.2.2
27992026-04-06T15:20:15.855Z Checking sqlparser v0.61.0
28002026-04-06T15:20:15.950Z Checking sqlformat v0.3.5
28012026-04-06T15:20:16.081Z Checking peg v0.8.5
28022026-04-06T15:20:27.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.65s
28032026-04-06T15:20:27.211Z
28042026-04-06T15:20:27.211Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/270)
28052026-04-06T15:20:27.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28062026-04-06T15:20:27.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28072026-04-06T15:20:27.869Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28082026-04-06T15:20:31.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
28092026-04-06T15:20:31.453Z
28102026-04-06T15:20:31.453Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/270)
28112026-04-06T15:20:31.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122026-04-06T15:20:31.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132026-04-06T15:20:32.111Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28142026-04-06T15:20:34.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
28152026-04-06T15:20:34.679Z
28162026-04-06T15:20:34.679Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/270)
28172026-04-06T15:20:35.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28182026-04-06T15:20:35.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28192026-04-06T15:20:35.326Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28202026-04-06T15:20:38.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.80s
28212026-04-06T15:20:38.670Z
28222026-04-06T15:20:38.670Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/270)
28232026-04-06T15:20:39.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242026-04-06T15:20:39.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252026-04-06T15:20:39.328Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28262026-04-06T15:20:42.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.84s
28272026-04-06T15:20:42.712Z
28282026-04-06T15:20:42.712Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/270)
28292026-04-06T15:20:43.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302026-04-06T15:20:43.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312026-04-06T15:20:43.364Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28322026-04-06T15:20:45.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
28332026-04-06T15:20:46.081Z
28342026-04-06T15:20:46.081Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/270)
28352026-04-06T15:20:46.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362026-04-06T15:20:46.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372026-04-06T15:20:46.730Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28382026-04-06T15:20:49.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
28392026-04-06T15:20:49.481Z
28402026-04-06T15:20:49.481Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/270)
28412026-04-06T15:20:49.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422026-04-06T15:20:49.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432026-04-06T15:20:50.135Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28442026-04-06T15:20:53.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
28452026-04-06T15:20:53.681Z
28462026-04-06T15:20:53.681Zinfo: running `cargo check --bins` on oximeter (92/270)
28472026-04-06T15:20:54.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482026-04-06T15:20:54.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492026-04-06T15:20:54.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28502026-04-06T15:20:54.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28512026-04-06T15:20:54.265Z
28522026-04-06T15:20:54.265Zinfo: running `cargo check --bins` on oximeter-schema (93/270)
28532026-04-06T15:20:54.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542026-04-06T15:20:54.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552026-04-06T15:20:54.879Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28562026-04-06T15:20:55.039Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28572026-04-06T15:20:55.054Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28582026-04-06T15:20:55.377Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28592026-04-06T15:20:58.791Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28602026-04-06T15:20:59.110Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28612026-04-06T15:21:00.203Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28622026-04-06T15:21:00.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.60s
28632026-04-06T15:21:01.044Z
28642026-04-06T15:21:01.045Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/270)
28652026-04-06T15:21:01.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662026-04-06T15:21:01.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672026-04-06T15:21:01.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28682026-04-06T15:21:01.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28692026-04-06T15:21:01.624Z
28702026-04-06T15:21:01.624Zinfo: running `cargo check --bins` on oximeter-test-utils (95/270)
28712026-04-06T15:21:02.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722026-04-06T15:21:02.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732026-04-06T15:21:02.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28742026-04-06T15:21:02.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28752026-04-06T15:21:02.248Z
28762026-04-06T15:21:02.248Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/270)
28772026-04-06T15:21:02.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782026-04-06T15:21:02.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792026-04-06T15:21:02.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28802026-04-06T15:21:02.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28812026-04-06T15:21:02.835Z
28822026-04-06T15:21:02.835Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/270)
28832026-04-06T15:21:03.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842026-04-06T15:21:03.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852026-04-06T15:21:03.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28862026-04-06T15:21:03.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28872026-04-06T15:21:03.414Z
28882026-04-06T15:21:03.415Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/270)
28892026-04-06T15:21:03.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28902026-04-06T15:21:03.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28912026-04-06T15:21:03.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28922026-04-06T15:21:03.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28932026-04-06T15:21:04.003Z
28942026-04-06T15:21:04.003Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/270)
28952026-04-06T15:21:04.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962026-04-06T15:21:04.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972026-04-06T15:21:04.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28982026-04-06T15:21:04.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28992026-04-06T15:21:04.591Z
29002026-04-06T15:21:04.591Zinfo: running `cargo check --bins` on trust-quorum-types (100/270)
29012026-04-06T15:21:05.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022026-04-06T15:21:05.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032026-04-06T15:21:05.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29042026-04-06T15:21:05.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29052026-04-06T15:21:05.165Z
29062026-04-06T15:21:05.165Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/270)
29072026-04-06T15:21:05.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29082026-04-06T15:21:05.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29092026-04-06T15:21:05.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29102026-04-06T15:21:05.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29112026-04-06T15:21:05.760Z
29122026-04-06T15:21:05.760Zinfo: running `cargo check --bins` on update-engine (102/270)
29132026-04-06T15:21:06.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142026-04-06T15:21:06.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152026-04-06T15:21:06.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29162026-04-06T15:21:06.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29172026-04-06T15:21:06.336Z
29182026-04-06T15:21:06.336Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/270)
29192026-04-06T15:21:06.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202026-04-06T15:21:06.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212026-04-06T15:21:07.046Z Compiling crucible-workspace-hack v0.1.0
29222026-04-06T15:21:07.162Z Checking secrecy v0.10.3
29232026-04-06T15:21:07.169Z Compiling heapless v0.8.0
29242026-04-06T15:21:07.176Z Compiling ingot-macros v0.1.1
29252026-04-06T15:21:07.183Z Compiling toml_edit v0.23.10+spec-1.0.0
29262026-04-06T15:21:07.183Z Checking hash32 v0.3.1
29272026-04-06T15:21:07.203Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29282026-04-06T15:21:07.203Z Compiling smoltcp v0.11.0
29292026-04-06T15:21:07.263Z Checking cobs v0.3.0
29302026-04-06T15:21:07.310Z Compiling thiserror-impl-no-std v2.0.2
29312026-04-06T15:21:07.410Z Checking universal-hash v0.5.1
29322026-04-06T15:21:07.410Z Checking half v2.7.1
29332026-04-06T15:21:07.445Z Checking opaque-debug v0.3.1
29342026-04-06T15:21:07.531Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29352026-04-06T15:21:07.550Z Checking ciborium-io v0.2.2
29362026-04-06T15:21:07.566Z Checking poly1305 v0.8.0
29372026-04-06T15:21:07.638Z Checking postcard v1.1.3
29382026-04-06T15:21:07.659Z Checking ciborium-ll v0.2.2
29392026-04-06T15:21:07.687Z Compiling proc-macro-crate v3.4.0
29402026-04-06T15:21:07.837Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
29412026-04-06T15:21:07.853Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29422026-04-06T15:21:07.920Z Checking password-hash v0.5.0
29432026-04-06T15:21:08.121Z Checking chacha20 v0.9.1
29442026-04-06T15:21:08.135Z Compiling proc-macro-crate v1.3.1
29452026-04-06T15:21:08.147Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
29462026-04-06T15:21:08.213Z Checking blake2 v0.10.6
29472026-04-06T15:21:08.228Z Compiling num_enum_derive v0.7.5
29482026-04-06T15:21:08.310Z Checking aead v0.5.2
29492026-04-06T15:21:08.379Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
29502026-04-06T15:21:08.451Z Compiling foreign-types-macros v0.2.3
29512026-04-06T15:21:08.454Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
29522026-04-06T15:21:08.476Z Checking thiserror-no-std v2.0.2
29532026-04-06T15:21:08.537Z Checking foreign-types-shared v0.3.1
29542026-04-06T15:21:08.560Z Checking cpufeatures v0.3.0
29552026-04-06T15:21:08.586Z Checking vsss-rs v3.3.4
29562026-04-06T15:21:08.626Z Compiling num_enum_derive v0.5.11
29572026-04-06T15:21:08.640Z Checking chacha20 v0.10.0
29582026-04-06T15:21:08.698Z Checking chacha20poly1305 v0.10.1
29592026-04-06T15:21:08.825Z Checking argon2 v0.5.3
29602026-04-06T15:21:08.847Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
29612026-04-06T15:21:09.031Z Checking foreign-types v0.5.0
29622026-04-06T15:21:09.126Z Checking ciborium v0.2.2
29632026-04-06T15:21:09.212Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29642026-04-06T15:21:09.255Z Checking num_enum v0.7.5
29652026-04-06T15:21:09.275Z Checking console v0.15.11
29662026-04-06T15:21:09.383Z Checking tabwriter v1.4.1
29672026-04-06T15:21:09.492Z Checking newline-converter v0.3.0
29682026-04-06T15:21:09.530Z Checking camino-tempfile v1.4.1
29692026-04-06T15:21:09.545Z Checking atomicwrites v0.4.4
29702026-04-06T15:21:09.574Z Checking byte-wrapper v0.1.0
29712026-04-06T15:21:09.605Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29722026-04-06T15:21:09.656Z Checking cstr-argument v0.1.2
29732026-04-06T15:21:09.668Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
29742026-04-06T15:21:09.684Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29752026-04-06T15:21:09.709Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29762026-04-06T15:21:09.777Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29772026-04-06T15:21:09.780Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29782026-04-06T15:21:09.883Z Checking expectorate v1.2.0
29792026-04-06T15:21:09.937Z Checking ingot-types v0.1.2
29802026-04-06T15:21:09.950Z Checking num_enum v0.5.11
29812026-04-06T15:21:10.015Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29822026-04-06T15:21:10.028Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29832026-04-06T15:21:10.059Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29842026-04-06T15:21:10.110Z Checking rand v0.10.0
29852026-04-06T15:21:10.132Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29862026-04-06T15:21:10.176Z Checking colored v3.1.1
29872026-04-06T15:21:10.256Z Checking indent_write v2.2.0
29882026-04-06T15:21:10.294Z Checking ingot v0.1.1
29892026-04-06T15:21:10.345Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
29902026-04-06T15:21:10.372Z Compiling zone_cfg_derive v0.3.1
29912026-04-06T15:21:10.384Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29922026-04-06T15:21:10.409Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
29932026-04-06T15:21:10.438Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
29942026-04-06T15:21:10.451Z Checking itertools v0.12.1
29952026-04-06T15:21:10.561Z Compiling num-derive v0.4.2
29962026-04-06T15:21:10.610Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29972026-04-06T15:21:10.795Z Checking swrite v0.1.0
29982026-04-06T15:21:10.809Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
29992026-04-06T15:21:10.890Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30002026-04-06T15:21:11.026Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
30012026-04-06T15:21:11.183Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30022026-04-06T15:21:11.201Z Checking dropshot-api-manager-types v0.6.0
30032026-04-06T15:21:11.296Z Checking smf v0.2.3
30042026-04-06T15:21:11.367Z Checking nanorand v0.7.0
30052026-04-06T15:21:11.382Z Checking whoami v1.6.1
30062026-04-06T15:21:11.452Z Checking zone v0.3.1
30072026-04-06T15:21:11.465Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30082026-04-06T15:21:11.478Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30092026-04-06T15:21:11.532Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30102026-04-06T15:21:11.557Z Checking flume v0.11.1
30112026-04-06T15:21:11.866Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30122026-04-06T15:21:12.805Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30132026-04-06T15:21:13.620Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30142026-04-06T15:21:16.151Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30152026-04-06T15:21:18.247Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30162026-04-06T15:21:19.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.92s
30172026-04-06T15:21:19.461Z
30182026-04-06T15:21:19.461Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/270)
30192026-04-06T15:21:19.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202026-04-06T15:21:19.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212026-04-06T15:21:19.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30222026-04-06T15:21:19.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30232026-04-06T15:21:20.047Z
30242026-04-06T15:21:20.047Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/270)
30252026-04-06T15:21:20.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262026-04-06T15:21:20.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272026-04-06T15:21:20.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30282026-04-06T15:21:20.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30292026-04-06T15:21:20.643Z
30302026-04-06T15:21:20.643Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/270)
30312026-04-06T15:21:21.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322026-04-06T15:21:21.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332026-04-06T15:21:21.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342026-04-06T15:21:21.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30352026-04-06T15:21:21.242Z
30362026-04-06T15:21:21.242Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/270)
30372026-04-06T15:21:21.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382026-04-06T15:21:21.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392026-04-06T15:21:21.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402026-04-06T15:21:21.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30412026-04-06T15:21:21.837Z
30422026-04-06T15:21:21.837Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/270)
30432026-04-06T15:21:22.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442026-04-06T15:21:22.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452026-04-06T15:21:22.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462026-04-06T15:21:22.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30472026-04-06T15:21:22.433Z
30482026-04-06T15:21:22.433Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/270)
30492026-04-06T15:21:22.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502026-04-06T15:21:22.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512026-04-06T15:21:22.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522026-04-06T15:21:22.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30532026-04-06T15:21:23.025Z
30542026-04-06T15:21:23.026Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/270)
30552026-04-06T15:21:23.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562026-04-06T15:21:23.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572026-04-06T15:21:23.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30582026-04-06T15:21:23.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30592026-04-06T15:21:23.620Z
30602026-04-06T15:21:23.620Zinfo: running `cargo check --bins` on cockroach-admin-client (111/270)
30612026-04-06T15:21:24.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622026-04-06T15:21:24.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632026-04-06T15:21:24.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642026-04-06T15:21:24.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30652026-04-06T15:21:24.199Z
30662026-04-06T15:21:24.199Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/270)
30672026-04-06T15:21:24.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682026-04-06T15:21:24.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692026-04-06T15:21:24.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30702026-04-06T15:21:24.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30712026-04-06T15:21:24.792Z
30722026-04-06T15:21:24.792Zinfo: running `cargo check --bins` on dns-service-client (113/270)
30732026-04-06T15:21:25.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742026-04-06T15:21:25.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752026-04-06T15:21:25.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30762026-04-06T15:21:25.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30772026-04-06T15:21:25.383Z
30782026-04-06T15:21:25.383Zinfo: running `cargo check --bins` on installinator-client (114/270)
30792026-04-06T15:21:25.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802026-04-06T15:21:25.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812026-04-06T15:21:25.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30822026-04-06T15:21:25.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30832026-04-06T15:21:25.978Z
30842026-04-06T15:21:25.978Zinfo: running `cargo check --bins` on nexus-client (115/270)
30852026-04-06T15:21:26.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862026-04-06T15:21:26.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872026-04-06T15:21:26.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30882026-04-06T15:21:26.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30892026-04-06T15:21:26.603Z
30902026-04-06T15:21:26.603Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/270)
30912026-04-06T15:21:27.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30922026-04-06T15:21:27.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30932026-04-06T15:21:27.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30942026-04-06T15:21:27.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30952026-04-06T15:21:27.230Z
30962026-04-06T15:21:27.230Zinfo: running `cargo check --bins` on ntp-admin-client (117/270)
30972026-04-06T15:21:27.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30982026-04-06T15:21:27.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30992026-04-06T15:21:27.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31002026-04-06T15:21:27.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31012026-04-06T15:21:27.810Z
31022026-04-06T15:21:27.810Zinfo: running `cargo check --bins` on oxide-client (118/270)
31032026-04-06T15:21:28.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042026-04-06T15:21:28.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052026-04-06T15:21:28.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31062026-04-06T15:21:28.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31072026-04-06T15:21:28.389Z
31082026-04-06T15:21:28.389Zinfo: running `cargo check --bins` on oximeter-client (119/270)
31092026-04-06T15:21:28.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102026-04-06T15:21:28.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112026-04-06T15:21:28.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31122026-04-06T15:21:28.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31132026-04-06T15:21:28.979Z
31142026-04-06T15:21:28.980Zinfo: running `cargo check --bins` on repo-depot-client (120/270)
31152026-04-06T15:21:29.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162026-04-06T15:21:29.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172026-04-06T15:21:29.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31182026-04-06T15:21:29.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31192026-04-06T15:21:29.560Z
31202026-04-06T15:21:29.560Zinfo: running `cargo check --bins` on sled-agent-client (121/270)
31212026-04-06T15:21:30.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222026-04-06T15:21:30.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232026-04-06T15:21:30.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31242026-04-06T15:21:30.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31252026-04-06T15:21:30.161Z
31262026-04-06T15:21:30.162Zinfo: running `cargo check --bins` on wicketd-client (122/270)
31272026-04-06T15:21:30.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282026-04-06T15:21:30.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292026-04-06T15:21:30.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31302026-04-06T15:21:30.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31312026-04-06T15:21:30.777Z
31322026-04-06T15:21:30.777Zinfo: running `cargo check --bins` on installinator-common (123/270)
31332026-04-06T15:21:31.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342026-04-06T15:21:31.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352026-04-06T15:21:31.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31362026-04-06T15:21:31.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31372026-04-06T15:21:31.387Z
31382026-04-06T15:21:31.388Zinfo: running `cargo check --bins` on installinator-common-versions (124/270)
31392026-04-06T15:21:31.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402026-04-06T15:21:31.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412026-04-06T15:21:31.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31422026-04-06T15:21:31.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31432026-04-06T15:21:31.969Z
31442026-04-06T15:21:31.969Zinfo: running `cargo check --bins` on wicket-common (125/270)
31452026-04-06T15:21:32.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462026-04-06T15:21:32.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472026-04-06T15:21:32.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31482026-04-06T15:21:32.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31492026-04-06T15:21:32.572Z
31502026-04-06T15:21:32.572Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/270)
31512026-04-06T15:21:33.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522026-04-06T15:21:33.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532026-04-06T15:21:33.249Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31542026-04-06T15:21:33.362Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31552026-04-06T15:21:33.370Z Checking csv-core v0.1.13
31562026-04-06T15:21:33.377Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31572026-04-06T15:21:33.384Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31582026-04-06T15:21:33.392Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31592026-04-06T15:21:33.404Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31602026-04-06T15:21:33.413Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31612026-04-06T15:21:33.527Z Checking csv v1.4.0
31622026-04-06T15:21:33.540Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31632026-04-06T15:21:33.597Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31642026-04-06T15:21:33.618Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31652026-04-06T15:21:33.853Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31662026-04-06T15:21:34.210Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31672026-04-06T15:21:34.215Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31682026-04-06T15:21:34.551Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31692026-04-06T15:21:39.668Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31702026-04-06T15:21:40.289Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31712026-04-06T15:21:42.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.03s
31722026-04-06T15:21:42.808Z
31732026-04-06T15:21:42.808Zinfo: running `cargo check --bins` on cockroach-admin-api (127/270)
31742026-04-06T15:21:43.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752026-04-06T15:21:43.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762026-04-06T15:21:43.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31772026-04-06T15:21:43.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31782026-04-06T15:21:43.390Z
31792026-04-06T15:21:43.390Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/270)
31802026-04-06T15:21:43.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31812026-04-06T15:21:43.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31822026-04-06T15:21:43.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31832026-04-06T15:21:43.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31842026-04-06T15:21:44.089Z
31852026-04-06T15:21:44.089Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/270)
31862026-04-06T15:21:44.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31872026-04-06T15:21:44.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31882026-04-06T15:21:44.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31892026-04-06T15:21:44.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31902026-04-06T15:21:44.730Z
31912026-04-06T15:21:44.731Zinfo: running `cargo check --bins` on gateway-test-utils (130/270)
31922026-04-06T15:21:45.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932026-04-06T15:21:45.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942026-04-06T15:21:45.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31952026-04-06T15:21:45.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31962026-04-06T15:21:45.359Z
31972026-04-06T15:21:45.359Zinfo: running `cargo check --bins` on omicron-gateway (131/270)
31982026-04-06T15:21:45.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992026-04-06T15:21:45.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002026-04-06T15:21:46.098Z Compiling typify-impl v0.6.1
32012026-04-06T15:21:46.236Z Compiling unsafe-libyaml v0.2.11
32022026-04-06T15:21:46.246Z Compiling semver v0.1.20
32032026-04-06T15:21:46.257Z Compiling radium v0.7.0
32042026-04-06T15:21:46.269Z Compiling pin-project-internal v1.1.11
32052026-04-06T15:21:46.279Z Checking tap v1.0.1
32062026-04-06T15:21:46.289Z Compiling maybe-uninit v2.0.0
32072026-04-06T15:21:46.381Z Checking wyz v0.5.1
32082026-04-06T15:21:46.513Z Compiling rustc_version v0.1.7
32092026-04-06T15:21:46.598Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32102026-04-06T15:21:46.627Z Compiling snafu-derive v0.8.9
32112026-04-06T15:21:46.730Z Compiling serde_yaml v0.9.34+deprecated
32122026-04-06T15:21:46.774Z Compiling newtype_derive v0.1.6
32132026-04-06T15:21:46.951Z Compiling zerocopy-derive v0.6.6
32142026-04-06T15:21:46.962Z Checking same-file v1.0.6
32152026-04-06T15:21:47.078Z Compiling cancel-safe-futures v0.1.5
32162026-04-06T15:21:47.286Z Compiling owo-colors v4.3.0
32172026-04-06T15:21:47.335Z Checking funty v2.0.0
32182026-04-06T15:21:47.374Z Checking pin-project v1.1.11
32192026-04-06T15:21:47.473Z Compiling packed_struct v0.10.1
32202026-04-06T15:21:47.603Z Checking crc-catalog v2.4.0
32212026-04-06T15:21:47.651Z Checking bitvec v1.0.1
32222026-04-06T15:21:47.697Z Checking crc v3.4.0
32232026-04-06T15:21:47.773Z Checking zerocopy v0.6.6
32242026-04-06T15:21:47.807Z Checking walkdir v2.5.0
32252026-04-06T15:21:47.971Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32262026-04-06T15:21:47.994Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32272026-04-06T15:21:48.063Z Checking globset v0.4.18
32282026-04-06T15:21:48.082Z Checking olpc-cjson v0.1.4
32292026-04-06T15:21:48.162Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32302026-04-06T15:21:48.216Z Checking pem v3.0.6
32312026-04-06T15:21:48.314Z Compiling packed_struct_codegen v0.10.1
32322026-04-06T15:21:48.328Z Checking libsw-core v0.3.2
32332026-04-06T15:21:48.377Z Checking serde_plain v1.0.2
32342026-04-06T15:21:48.410Z Compiling bitfield-macros v0.19.4
32352026-04-06T15:21:48.476Z Compiling indexmap v1.9.3
32362026-04-06T15:21:48.496Z Checking typed-path v0.9.3
32372026-04-06T15:21:48.509Z Checking snafu v0.8.9
32382026-04-06T15:21:48.522Z Checking nodrop v0.1.14
32392026-04-06T15:21:48.611Z Checking array-init v0.0.4
32402026-04-06T15:21:48.688Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32412026-04-06T15:21:48.746Z Checking libsw v3.5.0
32422026-04-06T15:21:48.897Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32432026-04-06T15:21:48.910Z Checking smallvec v0.6.14
32442026-04-06T15:21:48.942Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32452026-04-06T15:21:49.110Z Checking bitfield v0.19.4
32462026-04-06T15:21:49.145Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32472026-04-06T15:21:49.259Z Checking tough v0.20.0
32482026-04-06T15:21:49.275Z Checking linear-map v1.2.0
32492026-04-06T15:21:49.316Z Checking base64 v0.21.7
32502026-04-06T15:21:49.352Z Checking unicode-linebreak v0.1.5
32512026-04-06T15:21:49.416Z Checking tagptr v0.2.0
32522026-04-06T15:21:49.480Z Checking hashbrown v0.12.3
32532026-04-06T15:21:49.559Z Checking smawk v0.3.2
32542026-04-06T15:21:49.573Z Checking moka v0.12.13
32552026-04-06T15:21:49.586Z Checking ron v0.8.1
32562026-04-06T15:21:49.674Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32572026-04-06T15:21:49.690Z Checking textwrap v0.16.2
32582026-04-06T15:21:49.912Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32592026-04-06T15:21:50.085Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32602026-04-06T15:21:50.107Z Checking steno v0.4.1
32612026-04-06T15:21:50.622Z Checking serde-hex v0.1.0
32622026-04-06T15:21:50.629Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32632026-04-06T15:21:50.629Z Checking hashbrown v0.13.2
32642026-04-06T15:21:50.630Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32652026-04-06T15:21:50.630Z Compiling typify-macro v0.6.1
32662026-04-06T15:21:50.806Z Checking humantime v2.3.0
32672026-04-06T15:21:50.891Z Checking crc-any v2.5.0
32682026-04-06T15:21:50.924Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32692026-04-06T15:21:50.988Z Checking object v0.30.4
32702026-04-06T15:21:51.067Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32712026-04-06T15:21:51.103Z Checking hickory-resolver v0.25.2
32722026-04-06T15:21:51.137Z Checking void v1.0.2
32732026-04-06T15:21:51.232Z Checking half v1.8.3
32742026-04-06T15:21:51.245Z Checking path-slash v0.1.5
32752026-04-06T15:21:51.259Z Checking utf-8 v0.7.6
32762026-04-06T15:21:51.347Z Checking lzss v0.8.2
32772026-04-06T15:21:51.393Z Checking tungstenite v0.23.0
32782026-04-06T15:21:51.424Z Checking serde_cbor v0.11.2
32792026-04-06T15:21:51.674Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32802026-04-06T15:21:51.686Z Checking nix v0.27.1
32812026-04-06T15:21:51.793Z Checking kstat-rs v0.2.4
32822026-04-06T15:21:51.807Z Checking fxhash v0.2.1
32832026-04-06T15:21:51.811Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32842026-04-06T15:21:51.831Z Checking serde_bytes v0.11.19
32852026-04-06T15:21:51.923Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32862026-04-06T15:21:51.975Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32872026-04-06T15:21:51.999Z Checking tokio-tungstenite v0.23.1
32882026-04-06T15:21:52.217Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32892026-04-06T15:21:52.229Z Checking signal-hook-tokio v0.3.1
32902026-04-06T15:21:52.318Z Compiling typify v0.6.1
32912026-04-06T15:21:52.402Z Compiling progenitor-impl v0.13.0
32922026-04-06T15:21:53.372Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32932026-04-06T15:21:53.896Z Compiling progenitor-macro v0.13.0
32942026-04-06T15:21:54.281Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
32952026-04-06T15:21:54.590Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
32962026-04-06T15:21:56.196Z Checking progenitor v0.13.0
32972026-04-06T15:21:56.309Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32982026-04-06T15:21:56.315Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32992026-04-06T15:21:59.256Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33002026-04-06T15:22:06.530Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33012026-04-06T15:22:15.609Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33022026-04-06T15:22:15.640Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33032026-04-06T15:22:15.640Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33042026-04-06T15:22:16.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.12s
33052026-04-06T15:22:16.701Z
33062026-04-06T15:22:16.701Zinfo: running `cargo check --bins` on gateway-api (132/270)
33072026-04-06T15:22:17.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33082026-04-06T15:22:17.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33092026-04-06T15:22:17.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33102026-04-06T15:22:17.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33112026-04-06T15:22:17.288Z
33122026-04-06T15:22:17.289Zinfo: running `cargo check --bins` on ipcc (133/270)
33132026-04-06T15:22:17.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33142026-04-06T15:22:17.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33152026-04-06T15:22:17.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33162026-04-06T15:22:17.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33172026-04-06T15:22:17.872Z
33182026-04-06T15:22:17.872Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (134/270)
33192026-04-06T15:22:18.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33202026-04-06T15:22:18.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33212026-04-06T15:22:18.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33222026-04-06T15:22:18.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33232026-04-06T15:22:18.446Z
33242026-04-06T15:22:18.446Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (135/270)
33252026-04-06T15:22:18.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33262026-04-06T15:22:18.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33272026-04-06T15:22:18.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33282026-04-06T15:22:18.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33292026-04-06T15:22:19.032Z
33302026-04-06T15:22:19.032Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (136/270)
33312026-04-06T15:22:19.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33322026-04-06T15:22:19.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33332026-04-06T15:22:19.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33342026-04-06T15:22:19.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33352026-04-06T15:22:19.615Z
33362026-04-06T15:22:19.615Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (137/270)
33372026-04-06T15:22:20.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33382026-04-06T15:22:20.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33392026-04-06T15:22:20.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33402026-04-06T15:22:20.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33412026-04-06T15:22:20.198Z
33422026-04-06T15:22:20.198Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (138/270)
33432026-04-06T15:22:20.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442026-04-06T15:22:20.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452026-04-06T15:22:20.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33462026-04-06T15:22:20.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33472026-04-06T15:22:20.789Z
33482026-04-06T15:22:20.789Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (139/270)
33492026-04-06T15:22:21.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502026-04-06T15:22:21.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512026-04-06T15:22:21.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522026-04-06T15:22:21.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33532026-04-06T15:22:21.379Z
33542026-04-06T15:22:21.379Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (140/270)
33552026-04-06T15:22:21.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562026-04-06T15:22:21.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572026-04-06T15:22:21.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33582026-04-06T15:22:21.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33592026-04-06T15:22:21.970Z
33602026-04-06T15:22:21.970Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (141/270)
33612026-04-06T15:22:22.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622026-04-06T15:22:22.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632026-04-06T15:22:22.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33642026-04-06T15:22:22.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33652026-04-06T15:22:22.558Z
33662026-04-06T15:22:22.558Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (142/270)
33672026-04-06T15:22:23.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33682026-04-06T15:22:23.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33692026-04-06T15:22:23.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33702026-04-06T15:22:23.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33712026-04-06T15:22:23.145Z
33722026-04-06T15:22:23.145Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (143/270)
33732026-04-06T15:22:23.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33742026-04-06T15:22:23.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33752026-04-06T15:22:23.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33762026-04-06T15:22:23.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33772026-04-06T15:22:23.733Z
33782026-04-06T15:22:23.733Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (144/270)
33792026-04-06T15:22:24.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802026-04-06T15:22:24.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812026-04-06T15:22:24.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33822026-04-06T15:22:24.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33832026-04-06T15:22:24.317Z
33842026-04-06T15:22:24.317Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (145/270)
33852026-04-06T15:22:24.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862026-04-06T15:22:24.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872026-04-06T15:22:24.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33882026-04-06T15:22:24.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33892026-04-06T15:22:24.905Z
33902026-04-06T15:22:24.905Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (146/270)
33912026-04-06T15:22:25.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922026-04-06T15:22:25.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932026-04-06T15:22:25.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942026-04-06T15:22:25.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33952026-04-06T15:22:25.494Z
33962026-04-06T15:22:25.494Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (147/270)
33972026-04-06T15:22:25.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982026-04-06T15:22:25.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992026-04-06T15:22:25.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34002026-04-06T15:22:25.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34012026-04-06T15:22:26.076Z
34022026-04-06T15:22:26.076Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (148/270)
34032026-04-06T15:22:26.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042026-04-06T15:22:26.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052026-04-06T15:22:26.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062026-04-06T15:22:26.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34072026-04-06T15:22:26.657Z
34082026-04-06T15:22:26.657Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (149/270)
34092026-04-06T15:22:27.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102026-04-06T15:22:27.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112026-04-06T15:22:27.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34122026-04-06T15:22:27.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34132026-04-06T15:22:27.243Z
34142026-04-06T15:22:27.243Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (150/270)
34152026-04-06T15:22:27.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162026-04-06T15:22:27.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172026-04-06T15:22:27.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34182026-04-06T15:22:27.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34192026-04-06T15:22:27.828Z
34202026-04-06T15:22:27.828Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (151/270)
34212026-04-06T15:22:28.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222026-04-06T15:22:28.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232026-04-06T15:22:28.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34242026-04-06T15:22:28.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34252026-04-06T15:22:28.421Z
34262026-04-06T15:22:28.421Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (152/270)
34272026-04-06T15:22:28.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34282026-04-06T15:22:28.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34292026-04-06T15:22:28.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34302026-04-06T15:22:28.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34312026-04-06T15:22:29.014Z
34322026-04-06T15:22:29.014Zinfo: running `cargo check --bins` on oximeter-producer (153/270)
34332026-04-06T15:22:29.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34342026-04-06T15:22:29.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34352026-04-06T15:22:29.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34362026-04-06T15:22:29.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34372026-04-06T15:22:29.642Z
34382026-04-06T15:22:29.642Zinfo: running `cargo check --bins` on internal-dns-resolver (154/270)
34392026-04-06T15:22:30.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402026-04-06T15:22:30.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412026-04-06T15:22:30.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34422026-04-06T15:22:30.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34432026-04-06T15:22:30.234Z
34442026-04-06T15:22:30.234Zinfo: running `cargo check --bins` on dns-server (155/270)
34452026-04-06T15:22:30.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462026-04-06T15:22:30.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472026-04-06T15:22:30.869Z Compiling parking_lot_core v0.8.6
34482026-04-06T15:22:30.869Z Compiling atomicwrites v0.4.4
34492026-04-06T15:22:30.869Z Compiling git-stub v1.0.0
34502026-04-06T15:22:30.871Z Checking prefix-trie v0.7.0
34512026-04-06T15:22:30.871Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34522026-04-06T15:22:31.097Z Compiling git-stub-vcs v0.1.0
34532026-04-06T15:22:31.258Z Checking hickory-server v0.25.2
34542026-04-06T15:22:31.370Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34552026-04-06T15:22:31.393Z Checking parking_lot v0.11.2
34562026-04-06T15:22:31.453Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34572026-04-06T15:22:31.456Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34582026-04-06T15:22:31.563Z Checking sled v0.34.7
34592026-04-06T15:22:33.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
34602026-04-06T15:22:33.629Z
34612026-04-06T15:22:33.629Zinfo: running `cargo check --bins` on dns-server-api (156/270)
34622026-04-06T15:22:34.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-04-06T15:22:34.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-04-06T15:22:34.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-04-06T15:22:34.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34662026-04-06T15:22:34.207Z
34672026-04-06T15:22:34.207Zinfo: running `cargo check --bins` on sp-sim (157/270)
34682026-04-06T15:22:34.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-04-06T15:22:34.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-04-06T15:22:34.912Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34712026-04-06T15:22:36.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.42s
34722026-04-06T15:22:36.836Z
34732026-04-06T15:22:36.836Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (158/270)
34742026-04-06T15:22:37.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-04-06T15:22:37.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-04-06T15:22:37.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-04-06T15:22:37.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34782026-04-06T15:22:37.473Z
34792026-04-06T15:22:37.473Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (159/270)
34802026-04-06T15:22:38.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-04-06T15:22:38.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-04-06T15:22:38.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-04-06T15:22:38.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34842026-04-06T15:22:38.116Z
34852026-04-06T15:22:38.116Zinfo: running `cargo check --bins` on db-macros (160/270)
34862026-04-06T15:22:38.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-04-06T15:22:38.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-04-06T15:22:38.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-04-06T15:22:38.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34902026-04-06T15:22:38.692Z
34912026-04-06T15:22:38.692Zinfo: running `cargo check --bins` on nexus-macros-common (161/270)
34922026-04-06T15:22:39.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-04-06T15:22:39.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-04-06T15:22:39.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-04-06T15:22:39.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34962026-04-06T15:22:39.264Z
34972026-04-06T15:22:39.264Zinfo: running `cargo check --bins` on nexus-auth (162/270)
34982026-04-06T15:22:39.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-04-06T15:22:39.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-04-06T15:22:39.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-04-06T15:22:39.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35022026-04-06T15:22:39.895Z
35032026-04-06T15:22:39.895Zinfo: running `cargo check --bins` on authz-macros (163/270)
35042026-04-06T15:22:40.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-04-06T15:22:40.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-04-06T15:22:40.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-04-06T15:22:40.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35082026-04-06T15:22:40.468Z
35092026-04-06T15:22:40.468Zinfo: running `cargo check --bins` on nexus-db-fixed-data (164/270)
35102026-04-06T15:22:40.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-04-06T15:22:41.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-04-06T15:22:41.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-04-06T15:22:41.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35142026-04-06T15:22:41.098Z
35152026-04-06T15:22:41.099Zinfo: running `cargo check --bins` on nexus-db-model (165/270)
35162026-04-06T15:22:41.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-04-06T15:22:41.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-04-06T15:22:41.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-04-06T15:22:41.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35202026-04-06T15:22:41.728Z
35212026-04-06T15:22:41.728Zinfo: running `cargo check --bins` on nexus-db-schema (166/270)
35222026-04-06T15:22:42.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-04-06T15:22:42.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-04-06T15:22:42.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-04-06T15:22:42.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35262026-04-06T15:22:42.302Z
35272026-04-06T15:22:42.302Zinfo: running `cargo check --bins` on omicron-rpaths (167/270)
35282026-04-06T15:22:42.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-04-06T15:22:42.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-04-06T15:22:42.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-04-06T15:22:42.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35322026-04-06T15:22:42.875Z
35332026-04-06T15:22:42.875Zinfo: running `cargo check --bins` on nexus-defaults (168/270)
35342026-04-06T15:22:43.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-04-06T15:22:43.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-04-06T15:22:43.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-04-06T15:22:43.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35382026-04-06T15:22:43.464Z
35392026-04-06T15:22:43.464Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (169/270)
35402026-04-06T15:22:43.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-04-06T15:22:43.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-04-06T15:22:43.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-04-06T15:22:43.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35442026-04-06T15:22:44.039Z
35452026-04-06T15:22:44.039Zinfo: running `cargo check --bins` on parallel-task-set (170/270)
35462026-04-06T15:22:44.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-04-06T15:22:44.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-04-06T15:22:44.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-04-06T15:22:44.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35502026-04-06T15:22:44.611Z
35512026-04-06T15:22:44.611Zinfo: running `cargo check --bins` on nexus-db-errors (171/270)
35522026-04-06T15:22:45.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-04-06T15:22:45.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-04-06T15:22:45.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-04-06T15:22:45.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35562026-04-06T15:22:45.252Z
35572026-04-06T15:22:45.252Zinfo: running `cargo check --bins` on nexus-db-lookup (172/270)
35582026-04-06T15:22:45.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-04-06T15:22:45.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-04-06T15:22:45.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-04-06T15:22:45.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35622026-04-06T15:22:45.896Z
35632026-04-06T15:22:45.896Zinfo: running `cargo check --bins` on nexus-inventory (173/270)
35642026-04-06T15:22:46.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-04-06T15:22:46.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-04-06T15:22:46.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-04-06T15:22:46.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35682026-04-06T15:22:46.529Z
35692026-04-06T15:22:46.529Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (174/270)
35702026-04-06T15:22:47.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-04-06T15:22:47.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-04-06T15:22:47.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-04-06T15:22:47.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35742026-04-06T15:22:47.134Z
35752026-04-06T15:22:47.134Zinfo: running `cargo check --bins --no-default-features` on sled-storage (175/270)
35762026-04-06T15:22:47.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-04-06T15:22:47.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-04-06T15:22:47.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35792026-04-06T15:22:47.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35802026-04-06T15:22:47.741Z
35812026-04-06T15:22:47.741Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (176/270)
35822026-04-06T15:22:48.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832026-04-06T15:22:48.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842026-04-06T15:22:48.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35852026-04-06T15:22:48.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35862026-04-06T15:22:48.346Z
35872026-04-06T15:22:48.346Zinfo: running `cargo check --bins` on key-manager (177/270)
35882026-04-06T15:22:48.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892026-04-06T15:22:48.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902026-04-06T15:22:48.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35912026-04-06T15:22:48.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35922026-04-06T15:22:48.931Z
35932026-04-06T15:22:48.931Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (178/270)
35942026-04-06T15:22:49.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952026-04-06T15:22:49.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962026-04-06T15:22:49.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35972026-04-06T15:22:49.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35982026-04-06T15:22:49.539Z
35992026-04-06T15:22:49.539Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (179/270)
36002026-04-06T15:22:50.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012026-04-06T15:22:50.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022026-04-06T15:22:50.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36032026-04-06T15:22:50.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36042026-04-06T15:22:50.143Z
36052026-04-06T15:22:50.143Zinfo: running `cargo check --bins` on typed-rng (180/270)
36062026-04-06T15:22:50.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-04-06T15:22:50.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-04-06T15:22:50.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36092026-04-06T15:22:50.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36102026-04-06T15:22:50.716Z
36112026-04-06T15:22:50.717Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (181/270)
36122026-04-06T15:22:51.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132026-04-06T15:22:51.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142026-04-06T15:22:51.546Z Compiling typify-impl v0.4.3
36152026-04-06T15:22:51.546Z Compiling libefi-sys v0.1.0
36162026-04-06T15:22:51.549Z Compiling bitfield-struct v0.6.2
36172026-04-06T15:22:51.695Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36182026-04-06T15:22:51.704Z Compiling xshell-macros v0.2.7
36192026-04-06T15:22:51.715Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36202026-04-06T15:22:51.729Z Compiling salty v0.3.0
36212026-04-06T15:22:51.759Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36222026-04-06T15:22:51.910Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36232026-04-06T15:22:52.040Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36242026-04-06T15:22:52.055Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36252026-04-06T15:22:52.068Z Checking xshell v0.2.7
36262026-04-06T15:22:52.253Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36272026-04-06T15:22:52.270Z Checking primeorder v0.13.6
36282026-04-06T15:22:52.292Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36292026-04-06T15:22:52.417Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36302026-04-06T15:22:52.433Z Compiling proc-macro-error-attr2 v2.0.0
36312026-04-06T15:22:52.503Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36322026-04-06T15:22:52.526Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36332026-04-06T15:22:52.579Z Checking tungstenite v0.21.0
36342026-04-06T15:22:52.710Z Checking p384 v0.13.1
36352026-04-06T15:22:52.760Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36362026-04-06T15:22:52.817Z Compiling proc-macro-error2 v2.0.1
36372026-04-06T15:22:52.911Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36382026-04-06T15:22:53.007Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36392026-04-06T15:22:53.120Z Compiling num-derive v0.3.3
36402026-04-06T15:22:53.135Z Compiling unicase v2.9.0
36412026-04-06T15:22:53.333Z Compiling tabled_derive v0.11.0
36422026-04-06T15:22:53.349Z Compiling mime_guess v2.0.5
36432026-04-06T15:22:53.564Z Checking tokio-tungstenite v0.21.0
36442026-04-06T15:22:53.618Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36452026-04-06T15:22:53.879Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36462026-04-06T15:22:53.982Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36472026-04-06T15:22:53.998Z Checking libscf-sys v1.1.0
36482026-04-06T15:22:54.131Z Checking papergrid v0.17.0
36492026-04-06T15:22:54.253Z Checking testing_table v0.3.0
36502026-04-06T15:22:54.302Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36512026-04-06T15:22:54.360Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36522026-04-06T15:22:54.493Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36532026-04-06T15:22:54.525Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36542026-04-06T15:22:54.736Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36552026-04-06T15:22:54.783Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36562026-04-06T15:22:54.893Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36572026-04-06T15:22:54.933Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36582026-04-06T15:22:54.947Z Checking corncobs v0.1.4
36592026-04-06T15:22:54.975Z Checking tabled v0.20.0
36602026-04-06T15:22:55.072Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36612026-04-06T15:22:55.155Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36622026-04-06T15:22:55.171Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36632026-04-06T15:22:55.278Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36642026-04-06T15:22:55.357Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36652026-04-06T15:22:55.374Z Checking progenitor-client v0.11.2
36662026-04-06T15:22:55.424Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36672026-04-06T15:22:55.488Z Checking secrecy v0.8.0
36682026-04-06T15:22:55.503Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36692026-04-06T15:22:55.606Z Checking filetime v0.2.27
36702026-04-06T15:22:55.621Z Checking http-range v0.1.5
36712026-04-06T15:22:55.634Z Checking xattr v1.6.1
36722026-04-06T15:22:55.743Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36732026-04-06T15:22:55.771Z Checking tar v0.4.45
36742026-04-06T15:22:56.044Z Compiling typify-macro v0.4.3
36752026-04-06T15:22:56.181Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36762026-04-06T15:22:56.228Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
36772026-04-06T15:22:56.280Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36782026-04-06T15:22:56.420Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36792026-04-06T15:22:56.674Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
36802026-04-06T15:22:56.715Z Checking atty v0.2.14
36812026-04-06T15:22:56.816Z Checking crc8 v0.1.1
36822026-04-06T15:22:56.889Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
36832026-04-06T15:22:56.916Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
36842026-04-06T15:22:56.989Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36852026-04-06T15:22:57.219Z Checking hyper-staticfile v0.10.1
36862026-04-06T15:22:57.293Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36872026-04-06T15:22:57.313Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36882026-04-06T15:22:57.512Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36892026-04-06T15:22:57.572Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36902026-04-06T15:22:57.676Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36912026-04-06T15:22:57.732Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
36922026-04-06T15:22:57.755Z Compiling typify v0.4.3
36932026-04-06T15:22:57.821Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36942026-04-06T15:22:57.865Z Compiling progenitor-impl v0.11.2
36952026-04-06T15:22:57.897Z Compiling progenitor-impl v0.10.0
36962026-04-06T15:22:58.321Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36972026-04-06T15:22:58.448Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36982026-04-06T15:22:58.842Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36992026-04-06T15:22:59.286Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37002026-04-06T15:22:59.367Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37012026-04-06T15:22:59.622Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37022026-04-06T15:22:59.705Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37032026-04-06T15:22:59.903Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37042026-04-06T15:23:00.087Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37052026-04-06T15:23:00.196Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37062026-04-06T15:23:00.369Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37072026-04-06T15:23:00.510Z Compiling progenitor-macro v0.11.2
37082026-04-06T15:23:00.513Z Compiling progenitor-macro v0.10.0
37092026-04-06T15:23:03.311Z Checking progenitor v0.11.2
37102026-04-06T15:23:03.382Z Checking progenitor v0.10.0
37112026-04-06T15:23:03.445Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37122026-04-06T15:23:03.499Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37132026-04-06T15:23:08.054Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37142026-04-06T15:23:18.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.20s
37152026-04-06T15:23:19.135Z
37162026-04-06T15:23:19.135Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (182/270)
37172026-04-06T15:23:19.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37182026-04-06T15:23:19.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37192026-04-06T15:23:19.896Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37202026-04-06T15:23:30.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.76s
37212026-04-06T15:23:31.109Z
37222026-04-06T15:23:31.109Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (183/270)
37232026-04-06T15:23:31.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37242026-04-06T15:23:31.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37252026-04-06T15:23:31.878Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37262026-04-06T15:23:42.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.66s
37272026-04-06T15:23:42.990Z
37282026-04-06T15:23:42.990Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (184/270)
37292026-04-06T15:23:43.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37302026-04-06T15:23:43.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37312026-04-06T15:23:43.749Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37322026-04-06T15:23:54.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.68s
37332026-04-06T15:23:54.892Z
37342026-04-06T15:23:54.892Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (185/270)
37352026-04-06T15:23:55.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37362026-04-06T15:23:55.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37372026-04-06T15:23:55.656Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37382026-04-06T15:24:06.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.73s
37392026-04-06T15:24:06.841Z
37402026-04-06T15:24:06.841Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (186/270)
37412026-04-06T15:24:07.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37422026-04-06T15:24:07.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37432026-04-06T15:24:07.603Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37442026-04-06T15:24:18.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.72s
37452026-04-06T15:24:18.778Z
37462026-04-06T15:24:18.778Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (187/270)
37472026-04-06T15:24:19.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37482026-04-06T15:24:19.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37492026-04-06T15:24:19.546Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37502026-04-06T15:24:30.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.69s
37512026-04-06T15:24:30.693Z
37522026-04-06T15:24:30.693Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (188/270)
37532026-04-06T15:24:31.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37542026-04-06T15:24:31.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37552026-04-06T15:24:31.461Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37562026-04-06T15:24:42.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.64s
37572026-04-06T15:24:42.544Z
37582026-04-06T15:24:42.544Zinfo: running `cargo check --bins` on bootstrap-agent-api (189/270)
37592026-04-06T15:24:43.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37602026-04-06T15:24:43.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37612026-04-06T15:24:43.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37622026-04-06T15:24:43.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37632026-04-06T15:24:43.151Z
37642026-04-06T15:24:43.151Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (190/270)
37652026-04-06T15:24:43.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37662026-04-06T15:24:43.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37672026-04-06T15:24:43.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37682026-04-06T15:24:43.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37692026-04-06T15:24:43.762Z
37702026-04-06T15:24:43.762Zinfo: running `cargo check --bins` on range-requests (191/270)
37712026-04-06T15:24:44.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37722026-04-06T15:24:44.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37732026-04-06T15:24:44.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37742026-04-06T15:24:44.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37752026-04-06T15:24:44.357Z
37762026-04-06T15:24:44.358Zinfo: running `cargo check --bins` on repo-depot-api (192/270)
37772026-04-06T15:24:44.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37782026-04-06T15:24:44.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37792026-04-06T15:24:44.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37802026-04-06T15:24:44.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37812026-04-06T15:24:44.949Z
37822026-04-06T15:24:44.949Zinfo: running `cargo check --bins` on sled-agent-api (193/270)
37832026-04-06T15:24:45.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37842026-04-06T15:24:45.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37852026-04-06T15:24:45.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37862026-04-06T15:24:45.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37872026-04-06T15:24:45.565Z
37882026-04-06T15:24:45.565Zinfo: running `cargo check --bins` on sled-diagnostics (194/270)
37892026-04-06T15:24:46.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37902026-04-06T15:24:46.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37912026-04-06T15:24:46.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37922026-04-06T15:24:46.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37932026-04-06T15:24:46.182Z
37942026-04-06T15:24:46.182Zinfo: running `cargo check --bins` on zfs-test-harness (195/270)
37952026-04-06T15:24:46.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37962026-04-06T15:24:46.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37972026-04-06T15:24:46.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37982026-04-06T15:24:46.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37992026-04-06T15:24:46.801Z
38002026-04-06T15:24:46.801Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (196/270)
38012026-04-06T15:24:47.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38022026-04-06T15:24:47.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38032026-04-06T15:24:47.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38042026-04-06T15:24:47.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38052026-04-06T15:24:47.422Z
38062026-04-06T15:24:47.422Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (197/270)
38072026-04-06T15:24:47.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38082026-04-06T15:24:47.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38092026-04-06T15:24:47.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38102026-04-06T15:24:47.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38112026-04-06T15:24:48.043Z
38122026-04-06T15:24:48.043Zinfo: running `cargo check --bins` on sled-agent-health-monitor (198/270)
38132026-04-06T15:24:48.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38142026-04-06T15:24:48.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38152026-04-06T15:24:48.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38162026-04-06T15:24:48.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38172026-04-06T15:24:48.659Z
38182026-04-06T15:24:48.659Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (199/270)
38192026-04-06T15:24:49.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38202026-04-06T15:24:49.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38212026-04-06T15:24:49.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38222026-04-06T15:24:49.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38232026-04-06T15:24:49.276Z
38242026-04-06T15:24:49.276Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (200/270)
38252026-04-06T15:24:49.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38262026-04-06T15:24:49.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38272026-04-06T15:24:49.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38282026-04-06T15:24:49.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38292026-04-06T15:24:49.897Z
38302026-04-06T15:24:49.897Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (201/270)
38312026-04-06T15:24:50.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38322026-04-06T15:24:50.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38332026-04-06T15:24:50.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38342026-04-06T15:24:50.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38352026-04-06T15:24:50.518Z
38362026-04-06T15:24:50.518Zinfo: running `cargo check --bins` on transient-dns-server (202/270)
38372026-04-06T15:24:51.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38382026-04-06T15:24:51.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38392026-04-06T15:24:51.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38402026-04-06T15:24:51.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38412026-04-06T15:24:51.127Z
38422026-04-06T15:24:51.127Zinfo: running `cargo check --bins` on trust-quorum (203/270)
38432026-04-06T15:24:51.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38442026-04-06T15:24:51.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38452026-04-06T15:24:51.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38462026-04-06T15:24:51.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38472026-04-06T15:24:51.752Z
38482026-04-06T15:24:51.752Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (204/270)
38492026-04-06T15:24:52.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38502026-04-06T15:24:52.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38512026-04-06T15:24:52.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38522026-04-06T15:24:52.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38532026-04-06T15:24:52.387Z
38542026-04-06T15:24:52.387Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (205/270)
38552026-04-06T15:24:52.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38562026-04-06T15:24:52.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38572026-04-06T15:24:52.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38582026-04-06T15:24:52.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38592026-04-06T15:24:53.040Z
38602026-04-06T15:24:53.040Zinfo: running `cargo check --bins` on update-common (206/270)
38612026-04-06T15:24:53.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38622026-04-06T15:24:53.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38632026-04-06T15:24:53.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38642026-04-06T15:24:53.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38652026-04-06T15:24:53.652Z
38662026-04-06T15:24:53.652Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (207/270)
38672026-04-06T15:24:54.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38682026-04-06T15:24:54.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38692026-04-06T15:24:54.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38702026-04-06T15:24:54.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38712026-04-06T15:24:54.308Z
38722026-04-06T15:24:54.308Zinfo: running `cargo check --bins` on reconfigurator-cli (208/270)
38732026-04-06T15:24:54.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38742026-04-06T15:24:54.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38752026-04-06T15:24:55.074Z Compiling fs-err v2.11.0
38762026-04-06T15:24:55.078Z Checking ignore v0.4.25
38772026-04-06T15:24:55.078Z Checking arc-swap v1.8.2
38782026-04-06T15:24:55.079Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38792026-04-06T15:24:55.079Z Checking predicates-tree v1.0.13
38802026-04-06T15:24:55.195Z Checking parse-size v1.1.0
38812026-04-06T15:24:55.237Z Checking rand_seeder v0.4.0
38822026-04-06T15:24:55.247Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38832026-04-06T15:24:55.302Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38842026-04-06T15:24:55.315Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38852026-04-06T15:24:55.384Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38862026-04-06T15:24:55.433Z Checking slog-scope v4.4.1
38872026-04-06T15:24:55.511Z Compiling petname v2.0.2
38882026-04-06T15:24:55.529Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38892026-04-06T15:24:55.563Z Checking slog-stdlog v4.1.1
38902026-04-06T15:24:55.591Z Checking globwalk v0.9.1
38912026-04-06T15:24:55.626Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38922026-04-06T15:24:55.681Z Checking slog-envlogger v2.2.0
38932026-04-06T15:24:55.752Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38942026-04-06T15:24:55.767Z Checking camino-tempfile-ext v0.3.3
38952026-04-06T15:24:55.826Z Checking sapling-renderdag v0.1.0
38962026-04-06T15:24:55.914Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38972026-04-06T15:24:55.958Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38982026-04-06T15:24:56.060Z Checking subprocess v0.2.15
38992026-04-06T15:24:56.094Z Checking sync-ptr v0.1.4
39002026-04-06T15:24:56.139Z Checking colored v2.2.0
39012026-04-06T15:24:56.189Z Checking assert_matches v1.5.0
39022026-04-06T15:24:56.302Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39032026-04-06T15:24:56.328Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39042026-04-06T15:24:56.418Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39052026-04-06T15:24:56.418Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39062026-04-06T15:24:56.996Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39072026-04-06T15:24:58.271Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39082026-04-06T15:25:00.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.13s
39092026-04-06T15:25:00.652Z
39102026-04-06T15:25:00.652Zinfo: running `cargo check --bins` on omicron-repl-utils (209/270)
39112026-04-06T15:25:01.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-04-06T15:25:01.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-04-06T15:25:01.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-04-06T15:25:01.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39152026-04-06T15:25:01.236Z
39162026-04-06T15:25:01.236Zinfo: running `cargo check --bins` on nexus-test-interface (210/270)
39172026-04-06T15:25:01.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-04-06T15:25:01.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-04-06T15:25:01.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-04-06T15:25:01.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39212026-04-06T15:25:01.891Z
39222026-04-06T15:25:01.891Zinfo: running `cargo check --bins` on oximeter-collector (211/270)
39232026-04-06T15:25:02.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-04-06T15:25:02.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-04-06T15:25:02.607Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39262026-04-06T15:25:02.607Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39272026-04-06T15:25:03.250Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39282026-04-06T15:25:04.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.88s
39292026-04-06T15:25:04.978Z
39302026-04-06T15:25:04.978Zinfo: running `cargo check --bins` on oximeter-api (212/270)
39312026-04-06T15:25:05.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39322026-04-06T15:25:05.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39332026-04-06T15:25:05.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39342026-04-06T15:25:05.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39352026-04-06T15:25:05.576Z
39362026-04-06T15:25:05.576Zinfo: running `cargo check --bins` on cert-dev (213/270)
39372026-04-06T15:25:06.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39382026-04-06T15:25:06.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39392026-04-06T15:25:06.178Z Checking yasna v0.5.2
39402026-04-06T15:25:06.580Z Checking rcgen v0.12.1
39412026-04-06T15:25:06.826Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39422026-04-06T15:25:07.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
39432026-04-06T15:25:07.174Z
39442026-04-06T15:25:07.174Zinfo: running `cargo check --bins` on clickana (214/270)
39452026-04-06T15:25:07.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-04-06T15:25:07.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-04-06T15:25:07.817Z Compiling darling_core v0.23.0
39482026-04-06T15:25:07.922Z Compiling instability v0.3.11
39492026-04-06T15:25:07.930Z Checking castaway v0.2.4
39502026-04-06T15:25:07.935Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39512026-04-06T15:25:07.935Z Compiling indoc v2.0.7
39522026-04-06T15:25:07.949Z Checking unicode-truncate v1.1.0
39532026-04-06T15:25:07.952Z Checking lru v0.12.5
39542026-04-06T15:25:07.959Z Checking cassowary v0.3.0
39552026-04-06T15:25:08.016Z Checking compact_str v0.8.1
39562026-04-06T15:25:08.874Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39572026-04-06T15:25:09.058Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39582026-04-06T15:25:09.338Z Compiling darling_macro v0.23.0
39592026-04-06T15:25:09.750Z Compiling darling v0.23.0
39602026-04-06T15:25:10.340Z Checking ratatui v0.29.0
39612026-04-06T15:25:11.376Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39622026-04-06T15:25:12.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.86s
39632026-04-06T15:25:12.211Z
39642026-04-06T15:25:12.211Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (215/270)
39652026-04-06T15:25:12.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-04-06T15:25:12.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-04-06T15:25:12.926Z Checking headers-core v0.3.0
39682026-04-06T15:25:12.930Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39692026-04-06T15:25:13.120Z Checking headers v0.4.1
39702026-04-06T15:25:13.484Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39712026-04-06T15:25:14.308Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39722026-04-06T15:25:14.790Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39732026-04-06T15:25:15.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s
39742026-04-06T15:25:15.388Z
39752026-04-06T15:25:15.388Zinfo: running `cargo check --bins` on ch-dev (216/270)
39762026-04-06T15:25:15.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39772026-04-06T15:25:15.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39782026-04-06T15:25:16.098Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39792026-04-06T15:25:16.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
39802026-04-06T15:25:17.033Z
39812026-04-06T15:25:17.033Zinfo: running `cargo check --bins` on dev-tools-common (217/270)
39822026-04-06T15:25:17.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39832026-04-06T15:25:17.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39842026-04-06T15:25:17.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39852026-04-06T15:25:17.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
39862026-04-06T15:25:17.497Z
39872026-04-06T15:25:17.497Zinfo: running `cargo check --bins` on crdb-seed (218/270)
39882026-04-06T15:25:18.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39892026-04-06T15:25:18.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39902026-04-06T15:25:18.204Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39912026-04-06T15:25:19.163Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39922026-04-06T15:25:19.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s
39932026-04-06T15:25:19.703Z
39942026-04-06T15:25:19.703Zinfo: running `cargo check --bins` on db-dev (219/270)
39952026-04-06T15:25:20.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-04-06T15:25:20.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-04-06T15:25:20.419Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39982026-04-06T15:25:21.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
39992026-04-06T15:25:21.342Z
40002026-04-06T15:25:21.342Zinfo: running `cargo check --bins` on omicron-dev-lib (220/270)
40012026-04-06T15:25:21.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-04-06T15:25:21.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-04-06T15:25:21.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-04-06T15:25:21.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40052026-04-06T15:25:21.982Z
40062026-04-06T15:25:21.982Zinfo: running `cargo check --bins` on xtask-downloader (221/270)
40072026-04-06T15:25:22.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-04-06T15:25:22.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-04-06T15:25:22.589Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40102026-04-06T15:25:23.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
40112026-04-06T15:25:23.421Z
40122026-04-06T15:25:23.421Zinfo: running `cargo check --bins` on omicron-dropshot-apis (222/270)
40132026-04-06T15:25:23.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-04-06T15:25:23.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-04-06T15:25:24.162Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40162026-04-06T15:25:24.162Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40172026-04-06T15:25:24.162Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40182026-04-06T15:25:24.165Z Checking git-stub v1.0.0
40192026-04-06T15:25:24.166Z Compiling trait-variant v0.1.2
40202026-04-06T15:25:24.166Z Checking maplit v1.0.2
40212026-04-06T15:25:24.166Z Checking is_ci v1.2.0
40222026-04-06T15:25:24.297Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40232026-04-06T15:25:24.365Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40242026-04-06T15:25:24.377Z Checking supports-color v3.0.2
40252026-04-06T15:25:24.423Z Checking git-stub-vcs v0.1.0
40262026-04-06T15:25:24.496Z Checking drift v0.1.3
40272026-04-06T15:25:24.509Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40282026-04-06T15:25:24.534Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40292026-04-06T15:25:24.618Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40302026-04-06T15:25:24.723Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40312026-04-06T15:25:24.776Z Checking dropshot-api-manager v0.6.0
40322026-04-06T15:25:24.790Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40332026-04-06T15:25:24.825Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
40342026-04-06T15:25:24.999Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40352026-04-06T15:25:25.061Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40362026-04-06T15:25:25.269Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40372026-04-06T15:25:25.556Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40382026-04-06T15:25:30.537Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40392026-04-06T15:25:31.520Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40402026-04-06T15:25:32.066Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40412026-04-06T15:25:32.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.05s
40422026-04-06T15:25:32.678Z
40432026-04-06T15:25:32.678Zinfo: running `cargo check --bins` on installinator-api (223/270)
40442026-04-06T15:25:33.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40452026-04-06T15:25:33.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40462026-04-06T15:25:33.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40472026-04-06T15:25:33.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40482026-04-06T15:25:33.274Z
40492026-04-06T15:25:33.274Zinfo: running `cargo check --bins` on nexus-external-api (224/270)
40502026-04-06T15:25:33.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40512026-04-06T15:25:33.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40522026-04-06T15:25:33.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40532026-04-06T15:25:33.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40542026-04-06T15:25:33.914Z
40552026-04-06T15:25:33.915Zinfo: running `cargo check --bins` on nexus-internal-api (225/270)
40562026-04-06T15:25:34.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40572026-04-06T15:25:34.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40582026-04-06T15:25:34.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40592026-04-06T15:25:34.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40602026-04-06T15:25:34.542Z
40612026-04-06T15:25:34.542Zinfo: running `cargo check --bins` on nexus-lockstep-api (226/270)
40622026-04-06T15:25:35.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632026-04-06T15:25:35.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642026-04-06T15:25:35.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40652026-04-06T15:25:35.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40662026-04-06T15:25:35.170Z
40672026-04-06T15:25:35.170Zinfo: running `cargo check --bins` on ntp-admin-api (227/270)
40682026-04-06T15:25:35.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-04-06T15:25:35.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-04-06T15:25:35.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40712026-04-06T15:25:35.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40722026-04-06T15:25:35.764Z
40732026-04-06T15:25:35.764Zinfo: running `cargo check --bins` on ntp-admin-types-versions (228/270)
40742026-04-06T15:25:36.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40752026-04-06T15:25:36.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40762026-04-06T15:25:36.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40772026-04-06T15:25:36.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40782026-04-06T15:25:36.342Z
40792026-04-06T15:25:36.342Zinfo: running `cargo check --bins` on wicketd-api (229/270)
40802026-04-06T15:25:36.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40812026-04-06T15:25:36.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40822026-04-06T15:25:36.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40832026-04-06T15:25:36.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40842026-04-06T15:25:36.949Z
40852026-04-06T15:25:36.950Zinfo: running `cargo check --bins` on omicron-ls-apis (230/270)
40862026-04-06T15:25:37.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40872026-04-06T15:25:37.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40882026-04-06T15:25:37.552Z Checking typeid v1.0.3
40892026-04-06T15:25:37.664Z Checking ordered-float v2.10.1
40902026-04-06T15:25:37.686Z Checking unicode-xid v0.2.6
40912026-04-06T15:25:37.703Z Checking cargo-platform v0.2.0
40922026-04-06T15:25:37.729Z Checking erased-serde v0.4.9
40932026-04-06T15:25:37.863Z Checking serde-value v0.7.0
40942026-04-06T15:25:38.036Z Checking serde-untagged v0.1.9
40952026-04-06T15:25:38.189Z Checking cargo-util-schemas v0.8.2
40962026-04-06T15:25:38.866Z Checking cargo_metadata v0.21.0
40972026-04-06T15:25:39.461Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
40982026-04-06T15:25:40.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
40992026-04-06T15:25:40.312Z
41002026-04-06T15:25:40.312Zinfo: running `cargo check --bins` on mgs-dev (231/270)
41012026-04-06T15:25:40.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41022026-04-06T15:25:40.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41032026-04-06T15:25:41.033Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41042026-04-06T15:25:41.639Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41052026-04-06T15:25:42.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s
41062026-04-06T15:25:42.342Z
41072026-04-06T15:25:42.342Zinfo: running `cargo check --bins` on omicron-omdb (232/270)
41082026-04-06T15:25:42.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-04-06T15:25:42.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-04-06T15:25:43.180Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41112026-04-06T15:25:43.180Z Compiling vergen-gitcl v1.0.8
41122026-04-06T15:25:43.180Z Compiling dirs-sys-next v0.1.2
41132026-04-06T15:25:43.180Z Compiling crunchy v0.2.4
41142026-04-06T15:25:43.180Z Compiling diesel_derives v2.3.7
41152026-04-06T15:25:43.210Z Compiling glob v0.3.3
41162026-04-06T15:25:43.210Z Compiling dsl_auto_type v0.2.0
41172026-04-06T15:25:43.309Z Checking scheduled-thread-pool v0.2.7
41182026-04-06T15:25:43.468Z Compiling dirs-next v2.0.0
41192026-04-06T15:25:43.578Z Compiling diesel_table_macro_syntax v0.3.0
41202026-04-06T15:25:43.595Z Compiling tiny-keccak v2.0.2
41212026-04-06T15:25:43.598Z Compiling term v0.7.0
41222026-04-06T15:25:43.725Z Checking r2d2 v0.8.10
41232026-04-06T15:25:43.739Z Compiling clang-sys v1.8.1
41242026-04-06T15:25:43.796Z Compiling bit-vec v0.6.3
41252026-04-06T15:25:43.814Z Checking downcast-rs v2.0.2
41262026-04-06T15:25:43.903Z Compiling ascii-canvas v3.0.0
41272026-04-06T15:25:44.010Z Compiling bit-set v0.5.3
41282026-04-06T15:25:44.105Z Compiling itertools v0.10.5
41292026-04-06T15:25:44.139Z Compiling ena v0.14.4
41302026-04-06T15:25:44.155Z Compiling libloading v0.8.9
41312026-04-06T15:25:44.168Z Compiling diff v0.1.13
41322026-04-06T15:25:44.181Z Compiling regex-syntax v0.6.29
41332026-04-06T15:25:44.318Z Compiling bindgen v0.71.1
41342026-04-06T15:25:44.359Z Compiling cexpr v0.6.0
41352026-04-06T15:25:44.419Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41362026-04-06T15:25:44.607Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41372026-04-06T15:25:44.786Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41382026-04-06T15:25:44.801Z Compiling libxml v0.3.3
41392026-04-06T15:25:45.016Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41402026-04-06T15:25:45.069Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41412026-04-06T15:25:45.150Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41422026-04-06T15:25:45.326Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41432026-04-06T15:25:45.344Z Compiling strum_macros v0.24.3
41442026-04-06T15:25:45.359Z Compiling indoc v1.0.9
41452026-04-06T15:25:45.589Z Compiling lalrpop v0.19.12
41462026-04-06T15:25:46.336Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41472026-04-06T15:25:46.527Z Checking derive_builder v0.20.2
41482026-04-06T15:25:46.643Z Compiling oso-derive v0.27.3
41492026-04-06T15:25:46.662Z Checking quick-xml v0.37.5
41502026-04-06T15:25:46.861Z Compiling impl-trait-for-tuples v0.2.3
41512026-04-06T15:25:47.136Z Checking openssl-probe v0.1.6
41522026-04-06T15:25:47.277Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41532026-04-06T15:25:47.520Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41542026-04-06T15:25:47.714Z Checking bb8 v0.8.6
41552026-04-06T15:25:48.020Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41562026-04-06T15:25:48.038Z Checking nonempty v0.12.0
41572026-04-06T15:25:48.056Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41582026-04-06T15:25:48.200Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41592026-04-06T15:25:48.234Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41602026-04-06T15:25:48.270Z Checking console v0.16.2
41612026-04-06T15:25:48.399Z Checking unit-prefix v0.5.2
41622026-04-06T15:25:48.418Z Checking support-bundle-viewer v0.1.2
41632026-04-06T15:25:48.530Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41642026-04-06T15:25:48.573Z Checking indicatif v0.18.4
41652026-04-06T15:25:48.660Z Checking multimap v0.10.1
41662026-04-06T15:25:49.164Z Checking diesel v2.3.7
41672026-04-06T15:25:50.777Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41682026-04-06T15:25:51.167Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41692026-04-06T15:25:51.245Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41702026-04-06T15:25:51.551Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41712026-04-06T15:25:52.416Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41722026-04-06T15:25:52.819Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41732026-04-06T15:25:52.864Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41742026-04-06T15:25:53.580Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41752026-04-06T15:25:55.542Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41762026-04-06T15:26:00.406Z Compiling samael v0.0.19
41772026-04-06T15:26:04.255Z Checking diesel-dtrace v0.5.0
41782026-04-06T15:26:04.498Z Checking async-bb8-diesel v0.2.1
41792026-04-06T15:26:05.621Z Compiling polar-core v0.27.3
41802026-04-06T15:26:10.019Z Checking oso v0.27.3
41812026-04-06T15:26:46.148Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41822026-04-06T15:27:18.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 36s
41832026-04-06T15:27:18.921Z
41842026-04-06T15:27:18.921Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (233/270)
41852026-04-06T15:27:19.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41862026-04-06T15:27:19.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41872026-04-06T15:27:19.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41882026-04-06T15:27:19.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41892026-04-06T15:27:19.577Z
41902026-04-06T15:27:19.577Zinfo: running `cargo check --bins` on nexus-saga-recovery (234/270)
41912026-04-06T15:27:20.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41922026-04-06T15:27:20.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41932026-04-06T15:27:20.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41942026-04-06T15:27:20.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41952026-04-06T15:27:20.223Z
41962026-04-06T15:27:20.223Zinfo: running `cargo check --bins` on nexus-test-utils-macros (235/270)
41972026-04-06T15:27:20.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41982026-04-06T15:27:20.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41992026-04-06T15:27:20.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42002026-04-06T15:27:20.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42012026-04-06T15:27:20.794Z
42022026-04-06T15:27:20.794Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (236/270)
42032026-04-06T15:27:21.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42042026-04-06T15:27:21.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42052026-04-06T15:27:21.648Z Compiling libz-sys v1.1.24
42062026-04-06T15:27:21.776Z Compiling libgit2-sys v0.18.3+1.9.2
42072026-04-06T15:27:21.786Z Compiling vergen-git2 v1.0.7
42082026-04-06T15:27:21.793Z Compiling rustls v0.21.12
42092026-04-06T15:27:21.802Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42102026-04-06T15:27:21.814Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42112026-04-06T15:27:21.817Z Checking sct v0.7.1
42122026-04-06T15:27:21.817Z Checking rustls-webpki v0.101.7
42132026-04-06T15:27:21.942Z Compiling nix v0.29.0
42142026-04-06T15:27:21.987Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42152026-04-06T15:27:22.012Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42162026-04-06T15:27:22.036Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42172026-04-06T15:27:22.163Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42182026-04-06T15:27:22.264Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42192026-04-06T15:27:22.299Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42202026-04-06T15:27:22.367Z Checking rustls-pemfile v1.0.4
42212026-04-06T15:27:22.500Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42222026-04-06T15:27:22.547Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42232026-04-06T15:27:22.707Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42242026-04-06T15:27:22.733Z Checking twox-hash v2.1.2
42252026-04-06T15:27:22.865Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42262026-04-06T15:27:23.413Z Checking tokio-rustls v0.24.1
42272026-04-06T15:27:23.457Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42282026-04-06T15:27:23.527Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42292026-04-06T15:27:23.543Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42302026-04-06T15:27:23.605Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42312026-04-06T15:27:24.024Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42322026-04-06T15:27:24.170Z Checking fatfs v0.3.6
42332026-04-06T15:27:24.186Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42342026-04-06T15:27:24.233Z Compiling seq-macro v0.3.6
42352026-04-06T15:27:28.249Z Compiling git2 v0.20.4
42362026-04-06T15:27:28.450Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42372026-04-06T15:27:28.579Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42382026-04-06T15:27:30.466Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42392026-04-06T15:28:17.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.05s
42402026-04-06T15:28:18.087Z
42412026-04-06T15:28:18.087Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (237/270)
42422026-04-06T15:28:18.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42432026-04-06T15:28:18.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42442026-04-06T15:28:18.964Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42452026-04-06T15:28:57.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.73s
42462026-04-06T15:28:58.056Z
42472026-04-06T15:28:58.056Zinfo: running `cargo check --bins` on nexus-background-task-interface (238/270)
42482026-04-06T15:28:58.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42492026-04-06T15:28:58.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42502026-04-06T15:28:58.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42512026-04-06T15:28:58.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42522026-04-06T15:28:58.635Z
42532026-04-06T15:28:58.636Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (239/270)
42542026-04-06T15:28:59.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42552026-04-06T15:28:59.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42562026-04-06T15:28:59.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42572026-04-06T15:28:59.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42582026-04-06T15:28:59.270Z
42592026-04-06T15:28:59.271Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (240/270)
42602026-04-06T15:28:59.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42612026-04-06T15:28:59.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42622026-04-06T15:28:59.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42632026-04-06T15:28:59.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42642026-04-06T15:28:59.918Z
42652026-04-06T15:28:59.919Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (241/270)
42662026-04-06T15:29:00.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42672026-04-06T15:29:00.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42682026-04-06T15:29:00.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42692026-04-06T15:29:00.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42702026-04-06T15:29:00.560Z
42712026-04-06T15:29:00.561Zinfo: running `cargo check --bins` on nexus-mgs-updates (242/270)
42722026-04-06T15:29:01.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42732026-04-06T15:29:01.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42742026-04-06T15:29:01.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42752026-04-06T15:29:01.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42762026-04-06T15:29:01.199Z
42772026-04-06T15:29:01.199Zinfo: running `cargo check --bins` on nexus-networking (243/270)
42782026-04-06T15:29:01.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42792026-04-06T15:29:01.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42802026-04-06T15:29:01.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42812026-04-06T15:29:01.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42822026-04-06T15:29:01.846Z
42832026-04-06T15:29:01.846Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (244/270)
42842026-04-06T15:29:02.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42852026-04-06T15:29:02.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42862026-04-06T15:29:02.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42872026-04-06T15:29:02.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42882026-04-06T15:29:02.494Z
42892026-04-06T15:29:02.494Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (245/270)
42902026-04-06T15:29:03.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42912026-04-06T15:29:03.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42922026-04-06T15:29:03.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42932026-04-06T15:29:03.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42942026-04-06T15:29:03.139Z
42952026-04-06T15:29:03.139Zinfo: running `cargo check --bins` on omicron-dev (246/270)
42962026-04-06T15:29:03.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42972026-04-06T15:29:03.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42982026-04-06T15:29:04.021Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42992026-04-06T15:29:04.021Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43002026-04-06T15:29:04.224Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43012026-04-06T15:29:04.245Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43022026-04-06T15:29:04.257Z Checking diff v0.1.13
43032026-04-06T15:29:04.260Z Checking yansi v1.0.1
43042026-04-06T15:29:04.260Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43052026-04-06T15:29:04.284Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43062026-04-06T15:29:04.396Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43072026-04-06T15:29:04.496Z Checking pretty_assertions v1.4.1
43082026-04-06T15:29:05.154Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43092026-04-06T15:29:28.226Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43102026-04-06T15:29:28.230Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43112026-04-06T15:29:28.230Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43122026-04-06T15:29:28.230Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43132026-04-06T15:29:28.230Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43142026-04-06T15:29:28.230Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43152026-04-06T15:29:28.942Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43162026-04-06T15:29:30.018Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43172026-04-06T15:30:08.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43182026-04-06T15:30:08.673Z
43192026-04-06T15:30:08.673Zinfo: running `cargo check --bins` on omicron-pins (247/270)
43202026-04-06T15:30:09.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43212026-04-06T15:30:09.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43222026-04-06T15:30:09.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43232026-04-06T15:30:09.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43242026-04-06T15:30:09.263Z
43252026-04-06T15:30:09.263Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (248/270)
43262026-04-06T15:30:09.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43272026-04-06T15:30:09.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43282026-04-06T15:30:10.033Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43292026-04-06T15:30:10.154Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43302026-04-06T15:30:10.157Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43312026-04-06T15:30:35.592Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43322026-04-06T15:30:35.970Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43332026-04-06T15:30:37.653Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43342026-04-06T15:30:38.098Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43352026-04-06T15:30:41.018Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43362026-04-06T15:31:03.374Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43372026-04-06T15:31:04.000Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43382026-04-06T15:31:05.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.34s
43392026-04-06T15:31:05.831Z
43402026-04-06T15:31:05.831Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (249/270)
43412026-04-06T15:31:06.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43422026-04-06T15:31:06.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43432026-04-06T15:31:06.553Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43442026-04-06T15:31:07.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
43452026-04-06T15:31:07.421Z
43462026-04-06T15:31:07.422Zinfo: running `cargo check --bins` on omicron-releng (250/270)
43472026-04-06T15:31:07.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43482026-04-06T15:31:07.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43492026-04-06T15:31:08.072Z Compiling blake3 v1.8.3
43502026-04-06T15:31:08.183Z Checking arrayvec v0.7.6
43512026-04-06T15:31:08.188Z Checking constant_time_eq v0.4.2
43522026-04-06T15:31:08.188Z Checking arrayref v0.3.9
43532026-04-06T15:31:08.201Z Checking topological-sort v0.2.2
43542026-04-06T15:31:08.204Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43552026-04-06T15:31:08.204Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43562026-04-06T15:31:08.204Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43572026-04-06T15:31:08.244Z Checking shell-words v1.1.1
43582026-04-06T15:31:08.964Z Checking omicron-zone-package v0.12.2
43592026-04-06T15:31:09.689Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43602026-04-06T15:31:10.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
43612026-04-06T15:31:10.686Z
43622026-04-06T15:31:10.686Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (251/270)
43632026-04-06T15:31:11.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43642026-04-06T15:31:11.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43652026-04-06T15:31:11.324Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43662026-04-06T15:31:11.645Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43672026-04-06T15:31:12.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
43682026-04-06T15:31:12.240Z
43692026-04-06T15:31:12.240Zinfo: running `cargo check --bins` on schema (252/270)
43702026-04-06T15:31:12.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43712026-04-06T15:31:12.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43722026-04-06T15:31:12.958Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
43732026-04-06T15:31:13.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
43742026-04-06T15:31:13.850Z
43752026-04-06T15:31:13.851Zinfo: running `cargo check --bins` on xtask (253/270)
43762026-04-06T15:31:14.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43772026-04-06T15:31:14.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43782026-04-06T15:31:14.299Z Checking libc v0.2.180
43792026-04-06T15:31:14.303Z Checking serde v1.0.228
43802026-04-06T15:31:14.389Z Checking zerofrom v0.1.6
43812026-04-06T15:31:14.395Z Checking bitflags v2.11.0
43822026-04-06T15:31:14.399Z Checking smallvec v1.15.1
43832026-04-06T15:31:14.402Z Checking hashbrown v0.16.1
43842026-04-06T15:31:14.412Z Checking serde_json v1.0.149
43852026-04-06T15:31:14.421Z Checking scroll v0.12.0
43862026-04-06T15:31:14.481Z Checking yoke v0.8.1
43872026-04-06T15:31:14.538Z Checking num-traits v0.2.19
43882026-04-06T15:31:14.569Z Checking thiserror v1.0.69
43892026-04-06T15:31:14.641Z Checking log v0.4.29
43902026-04-06T15:31:14.651Z Checking zerovec v0.11.5
43912026-04-06T15:31:14.665Z Checking zerotrie v0.2.3
43922026-04-06T15:31:14.676Z Checking errno v0.3.14
43932026-04-06T15:31:14.766Z Checking serde_spanned v0.6.9
43942026-04-06T15:31:14.790Z Checking toml_datetime v0.6.11
43952026-04-06T15:31:14.794Z Checking rustix v1.1.3
43962026-04-06T15:31:14.853Z Checking indexmap v2.13.0
43972026-04-06T15:31:14.889Z Checking percent-encoding v2.3.2
43982026-04-06T15:31:14.899Z Checking zerocopy v0.7.35
43992026-04-06T15:31:14.968Z Checking goblin v0.8.2
44002026-04-06T15:31:15.011Z Checking getrandom v0.4.1
44012026-04-06T15:31:15.084Z Checking form_urlencoded v1.2.2
44022026-04-06T15:31:15.095Z Checking ordered-float v2.10.1
44032026-04-06T15:31:15.096Z Checking tinystr v0.8.2
44042026-04-06T15:31:15.134Z Checking potential_utf v0.1.4
44052026-04-06T15:31:15.163Z Checking thiserror v2.0.18
44062026-04-06T15:31:15.258Z Checking icu_locale_core v2.1.1
44072026-04-06T15:31:15.258Z Checking icu_collections v2.1.1
44082026-04-06T15:31:15.258Z Checking syn v2.0.117
44092026-04-06T15:31:15.284Z Checking serde-value v0.7.0
44102026-04-06T15:31:15.377Z Checking dtrace-parser v0.2.0
44112026-04-06T15:31:15.390Z Checking toml_edit v0.22.27
44122026-04-06T15:31:15.486Z Checking thread-id v4.2.2
44132026-04-06T15:31:15.566Z Checking once_cell v1.21.3
44142026-04-06T15:31:15.577Z Checking cargo-platform v0.2.0
44152026-04-06T15:31:15.594Z Checking terminal_size v0.4.3
44162026-04-06T15:31:15.640Z Checking memmap v0.7.0
44172026-04-06T15:31:15.705Z Checking clap_builder v4.5.60
44182026-04-06T15:31:15.734Z Checking tempfile v3.25.0
44192026-04-06T15:31:15.751Z Checking textwrap v0.16.2
44202026-04-06T15:31:15.769Z Checking fs-err v3.3.0
44212026-04-06T15:31:15.808Z Checking icu_provider v2.1.1
44222026-04-06T15:31:15.926Z Checking camino-tempfile v1.4.1
44232026-04-06T15:31:15.941Z Checking tabled v0.15.0
44242026-04-06T15:31:15.959Z Checking anyhow v1.0.102
44252026-04-06T15:31:16.043Z Checking icu_normalizer v2.1.1
44262026-04-06T15:31:16.078Z Checking icu_properties v2.1.2
44272026-04-06T15:31:16.152Z Checking macaddr v1.0.1
44282026-04-06T15:31:16.330Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44292026-04-06T15:31:16.465Z Checking toml v0.8.23
44302026-04-06T15:31:16.768Z Checking cargo_toml v0.21.0
44312026-04-06T15:31:16.843Z Checking dof v0.3.0
44322026-04-06T15:31:16.879Z Checking idna_adapter v1.2.1
44332026-04-06T15:31:16.908Z Checking clap v4.5.60
44342026-04-06T15:31:16.993Z Checking idna v1.1.0
44352026-04-06T15:31:17.116Z Checking usdt-impl v0.5.0
44362026-04-06T15:31:17.223Z Checking url v2.5.8
44372026-04-06T15:31:17.375Z Checking usdt v0.5.0
44382026-04-06T15:31:17.579Z Checking cargo-util-schemas v0.8.2
44392026-04-06T15:31:18.277Z Checking cargo_metadata v0.21.0
44402026-04-06T15:31:18.879Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44412026-04-06T15:31:19.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.44s
44422026-04-06T15:31:19.421Z
44432026-04-06T15:31:19.421Zinfo: running `cargo check --bins` on dnsadm (254/270)
44442026-04-06T15:31:19.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44452026-04-06T15:31:19.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44462026-04-06T15:31:20.058Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44472026-04-06T15:31:20.537Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44482026-04-06T15:31:20.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
44492026-04-06T15:31:21.112Z
44502026-04-06T15:31:21.112Zinfo: running `cargo check --bins` on end-to-end-tests (255/270)
44512026-04-06T15:31:21.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44522026-04-06T15:31:21.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44532026-04-06T15:31:21.905Z Checking polyval v0.6.2
44542026-04-06T15:31:22.028Z Checking ctr v0.9.2
44552026-04-06T15:31:22.041Z Checking ssh-encoding v0.2.0
44562026-04-06T15:31:22.041Z Checking blowfish v0.9.1
44572026-04-06T15:31:22.061Z Checking password-hash v0.4.2
44582026-04-06T15:31:22.076Z Checking p256 v0.13.2
44592026-04-06T15:31:22.076Z Checking p521 v0.13.3
44602026-04-06T15:31:22.101Z Checking russh-cryptovec v0.7.3
44612026-04-06T15:31:22.175Z Checking ghash v0.5.1
44622026-04-06T15:31:22.187Z Checking bcrypt-pbkdf v0.10.0
44632026-04-06T15:31:22.187Z Checking md5 v0.7.0
44642026-04-06T15:31:22.216Z Checking num-bigint v0.4.6
44652026-04-06T15:31:22.229Z Checking des v0.8.1
44662026-04-06T15:31:22.287Z Checking aes-gcm v0.10.3
44672026-04-06T15:31:22.290Z Checking pbkdf2 v0.11.0
44682026-04-06T15:31:22.329Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44692026-04-06T15:31:22.351Z Checking hex-literal v0.4.1
44702026-04-06T15:31:22.364Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44712026-04-06T15:31:22.392Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44722026-04-06T15:31:22.445Z Checking socket2 v0.5.10
44732026-04-06T15:31:22.458Z Checking ssh-cipher v0.2.0
44742026-04-06T15:31:22.471Z Checking internet-checksum v0.2.1
44752026-04-06T15:31:22.623Z Checking ssh-key v0.6.7
44762026-04-06T15:31:22.714Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44772026-04-06T15:31:23.259Z Checking russh-keys v0.45.0
44782026-04-06T15:31:23.803Z Checking russh v0.45.0
44792026-04-06T15:31:38.610Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44802026-04-06T15:31:39.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.68s
44812026-04-06T15:31:40.007Z
44822026-04-06T15:31:40.008Zinfo: running `cargo check --bins` on gateway-cli (256/270)
44832026-04-06T15:31:40.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44842026-04-06T15:31:40.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44852026-04-06T15:31:40.641Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44862026-04-06T15:31:40.746Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44872026-04-06T15:31:40.755Z Checking termios v0.3.3
44882026-04-06T15:31:41.943Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44892026-04-06T15:31:42.092Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44902026-04-06T15:31:43.935Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44912026-04-06T15:31:44.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.49s
44922026-04-06T15:31:44.682Z
44932026-04-06T15:31:44.682Zinfo: running `cargo check --bins --no-default-features` on installinator (257/270)
44942026-04-06T15:31:45.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44952026-04-06T15:31:45.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44962026-04-06T15:31:45.381Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44972026-04-06T15:31:45.494Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
44982026-04-06T15:31:45.502Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44992026-04-06T15:31:45.506Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45002026-04-06T15:31:45.506Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45012026-04-06T15:31:45.516Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45022026-04-06T15:31:46.234Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45032026-04-06T15:31:46.570Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45042026-04-06T15:31:46.574Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45052026-04-06T15:31:47.199Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45062026-04-06T15:31:48.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
45072026-04-06T15:31:48.998Z
45082026-04-06T15:31:48.998Zinfo: running `cargo check --bins` on internal-dns-cli (258/270)
45092026-04-06T15:31:49.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45102026-04-06T15:31:49.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45112026-04-06T15:31:49.621Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45122026-04-06T15:31:50.075Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45132026-04-06T15:31:50.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
45142026-04-06T15:31:50.571Z
45152026-04-06T15:31:50.571Zinfo: running `cargo check --bins` on omicron-live-tests (259/270)
45162026-04-06T15:31:51.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45172026-04-06T15:31:51.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45182026-04-06T15:31:51.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45192026-04-06T15:31:51.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45202026-04-06T15:31:51.156Z
45212026-04-06T15:31:51.156Zinfo: running `cargo check --bins` on live-tests-macros (260/270)
45222026-04-06T15:31:51.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45232026-04-06T15:31:51.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45242026-04-06T15:31:51.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45252026-04-06T15:31:51.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45262026-04-06T15:31:51.741Z
45272026-04-06T15:31:51.741Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (261/270)
45282026-04-06T15:31:52.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45292026-04-06T15:31:52.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45302026-04-06T15:31:52.486Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45312026-04-06T15:31:53.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
45322026-04-06T15:31:53.269Z
45332026-04-06T15:31:53.269Zinfo: running `cargo check --bins` on omicron-ntp-admin (262/270)
45342026-04-06T15:31:53.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45352026-04-06T15:31:53.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45362026-04-06T15:31:53.907Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45372026-04-06T15:31:53.911Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45382026-04-06T15:31:54.158Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45392026-04-06T15:31:54.159Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45402026-04-06T15:31:54.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
45412026-04-06T15:31:55.134Z
45422026-04-06T15:31:55.135Zinfo: running `cargo check --bins` on ntp-admin-types (263/270)
45432026-04-06T15:31:55.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-04-06T15:31:55.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-04-06T15:31:55.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45462026-04-06T15:31:55.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45472026-04-06T15:31:55.716Z
45482026-04-06T15:31:55.716Zinfo: running `cargo check --bins` on omicron-package (264/270)
45492026-04-06T15:31:56.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45502026-04-06T15:31:56.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45512026-04-06T15:31:56.385Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45522026-04-06T15:31:57.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
45532026-04-06T15:31:57.652Z
45542026-04-06T15:31:57.652Zinfo: running `cargo check --bins` on tqdb (265/270)
45552026-04-06T15:31:58.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45562026-04-06T15:31:58.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45572026-04-06T15:31:58.421Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45582026-04-06T15:31:58.779Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45592026-04-06T15:31:59.289Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45602026-04-06T15:31:59.292Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45612026-04-06T15:32:04.476Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45622026-04-06T15:32:05.110Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45632026-04-06T15:32:05.110Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45642026-04-06T15:32:05.114Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45652026-04-06T15:32:05.114Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45662026-04-06T15:32:05.855Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45672026-04-06T15:32:06.802Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45682026-04-06T15:32:07.586Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45692026-04-06T15:32:08.190Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45702026-04-06T15:32:12.693Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45712026-04-06T15:32:18.796Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45722026-04-06T15:32:18.796Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45732026-04-06T15:32:18.800Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45742026-04-06T15:32:18.800Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45752026-04-06T15:32:20.260Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45762026-04-06T15:32:21.558Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45772026-04-06T15:32:22.215Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45782026-04-06T15:32:23.439Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45792026-04-06T15:32:23.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.30s
45802026-04-06T15:32:24.176Z
45812026-04-06T15:32:24.176Zinfo: running `cargo check --bins` on wicket-dbg (266/270)
45822026-04-06T15:32:24.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45832026-04-06T15:32:24.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45842026-04-06T15:32:24.872Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45852026-04-06T15:32:24.872Z Checking rtoolbox v0.0.3
45862026-04-06T15:32:24.875Z Checking tui-tree-widget v0.23.1
45872026-04-06T15:32:25.088Z Checking rpassword v7.4.0
45882026-04-06T15:32:25.974Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45892026-04-06T15:32:28.913Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45902026-04-06T15:32:30.664Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45912026-04-06T15:32:31.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.34s
45922026-04-06T15:32:31.728Z
45932026-04-06T15:32:31.728Zinfo: running `cargo check --bins` on wicket (267/270)
45942026-04-06T15:32:32.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45952026-04-06T15:32:32.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45962026-04-06T15:32:32.408Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45972026-04-06T15:32:32.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
45982026-04-06T15:32:32.939Z
45992026-04-06T15:32:32.939Zinfo: running `cargo check --bins` on wicketd (268/270)
46002026-04-06T15:32:33.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46012026-04-06T15:32:33.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46022026-04-06T15:32:33.641Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46032026-04-06T15:32:33.644Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46042026-04-06T15:32:33.644Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46052026-04-06T15:32:33.644Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46062026-04-06T15:32:34.602Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46072026-04-06T15:32:35.162Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46082026-04-06T15:32:38.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.10s
46092026-04-06T15:32:38.247Z
46102026-04-06T15:32:38.247Zinfo: running `cargo check --bins` on omicron-workspace-hack (269/270)
46112026-04-06T15:32:38.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46122026-04-06T15:32:38.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46132026-04-06T15:32:38.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46142026-04-06T15:32:38.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46152026-04-06T15:32:38.828Z
46162026-04-06T15:32:38.829Zinfo: running `cargo check --bins` on zone-setup (270/270)
46172026-04-06T15:32:39.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46182026-04-06T15:32:39.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46192026-04-06T15:32:39.486Z Checking uzers v0.12.2
46202026-04-06T15:32:39.762Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46212026-04-06T15:32:40.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
46222026-04-06T15:32:40.727Z
46232026-04-06T15:32:40.727Zreal 13:55.656641469
46242026-04-06T15:32:40.727Zuser 20:04.582332947
46252026-04-06T15:32:40.727Zsys 4:07.685794279
46262026-04-06T15:32:40.727Ztrap 0.322990285
46272026-04-06T15:32:40.727Ztflt 0.290485059
46282026-04-06T15:32:40.727Zdflt 0.799609350
46292026-04-06T15:32:40.727Zkflt 0.001082547
46302026-04-06T15:32:40.727Zlock 1:14:22.057934066
46312026-04-06T15:32:40.727Zslp 1:36:44.410972654
46322026-04-06T15:32:40.727Zlat 50.559291937
46332026-04-06T15:32:40.727Zstop 3:13.767583445
46342026-04-06T15:32:40.730Zprocess exited: duration 1005821 ms, exit code 0
 
46352026-04-06T15:32:40.737Zfound 0 output files