01KME2R4WKB15547MADM6XZPRD: 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: 01KME2RJ7GND1Y6K1AVE08FZS6

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-23T19:30:11.860Zjob assigned to worker 01KME2RMF3VABE0YDRDYS4HCC1 [factory aws, i-002e2a41e69f70891] (queued for 54 s)
 
22026-03-23T19:30:19.520Zstarting task 0: "setup"
32026-03-23T19:30:19.525Z++ uname -s
42026-03-23T19:30:19.528Z+ kern=SunOS
52026-03-23T19:30:19.528Z+ build_user=build
62026-03-23T19:30:19.528Z+ build_uid=12345
72026-03-23T19:30:19.528Z+ work_dir=/work
82026-03-23T19:30:19.528Z+ input_dir=/input
92026-03-23T19:30:19.528Z+ [[ 0 == 12345 ]]
102026-03-23T19:30:19.528Z+ case "$kern" in
112026-03-23T19:30:19.528Z+ groupadd -g 12345 build
122026-03-23T19:30:19.531Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-23T19:30:21.536Z+ zfs create -o mountpoint=/work rpool/work
142026-03-23T19:30:21.649Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-23T19:30:21.653Z+ home_fs=zfs
162026-03-23T19:30:21.653Z+ [[ zfs == autofs ]]
172026-03-23T19:30:21.653Z+ mkdir -p /home/build
182026-03-23T19:30:21.653Z+ chown build:build /home/build /work
192026-03-23T19:30:23.655Z+ chmod 0700 /home/build /work
202026-03-23T19:30:23.659Zprocess exited: duration 4138 ms, exit code 0
 
212026-03-23T19:30:23.665Zstarting task 1: "rust-toolchain"
222026-03-23T19:30:23.669Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-23T19:30:23.669Z * rust toolchain channel = "1.94.0"
242026-03-23T19:30:23.669Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-23T19:30:23.670Z * rust toolchain profile = "default"
262026-03-23T19:30:23.670Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-23T19:30:23.670Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-23T19:30:23.673Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-23T19:30:23.673Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-23T19:30:23.806Zinfo: downloading installer
312026-03-23T19:30:25.541Zwarn: It looks like you have an existing installation of Rust at:
322026-03-23T19:30:25.541Zwarn: /opt/ooce/bin
332026-03-23T19:30:25.541Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-23T19:30:25.541Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-23T19:30:25.541Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-23T19:30:25.541Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-23T19:30:25.541Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-23T19:30:25.541Zerror: cannot install while Rust is installed
392026-03-23T19:30:25.541Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-23T19:30:25.541Zwarn: It looks like you have an existing rustup settings file at:
412026-03-23T19:30:25.541Zwarn: /home/build/.rustup/settings.toml
422026-03-23T19:30:25.541Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-23T19:30:25.541Zwarn: instead of the one inferred from the default host triple.
442026-03-23T19:30:25.557Zinfo: profile set to default
452026-03-23T19:30:25.557Zinfo: default host triple is x86_64-unknown-illumos
462026-03-23T19:30:25.560Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-23T19:30:25.706Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-23T19:30:25.710Zinfo: downloading 6 components
492026-03-23T19:30:41.674Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-23T19:30:41.674Z
512026-03-23T19:30:41.717Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-23T19:30:41.717Z
532026-03-23T19:30:41.720Z
542026-03-23T19:30:41.720ZRust is installed now. Great!
552026-03-23T19:30:41.720Z
562026-03-23T19:30:41.720ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-23T19:30:41.720Zenvironment variable. This has not been done automatically.
582026-03-23T19:30:41.720Z
592026-03-23T19:30:41.720ZTo configure your current shell, you need to source
602026-03-23T19:30:41.720Zthe corresponding env file under $HOME/.cargo.
612026-03-23T19:30:41.720Z
622026-03-23T19:30:41.720ZThis is usually done by running one of the following (note the leading DOT):
632026-03-23T19:30:41.720Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-23T19:30:41.720Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-23T19:30:41.720Zsource "~/.cargo/env.nu" # For nushell
662026-03-23T19:30:41.720Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-23T19:30:41.720Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-23T19:30:41.720Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-23T19:30:41.720Zwarn: no default linker (`cc`) was found in your PATH
702026-03-23T19:30:41.720Zwarn: many Rust crates require a system C toolchain to build
712026-03-23T19:30:41.833Z+ rustup --version
722026-03-23T19:30:41.843Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-23T19:30:41.846Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-23T19:30:41.871Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-23T19:30:41.874Z+ cargo --version
762026-03-23T19:30:41.890Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-23T19:30:41.893Z+ rustc --version
782026-03-23T19:30:41.918Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-23T19:30:41.921Zprocess exited: duration 18250 ms, exit code 0
 
802026-03-23T19:30:41.927Zstarting task 2: "authentication"
812026-03-23T19:30:41.947Zprocess exited: duration 19 ms, exit code 0
 
822026-03-23T19:30:41.958Zstarting task 3: "clone repository"
832026-03-23T19:30:41.962Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-23T19:30:41.965Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-23T19:30:41.997ZCloning into '/work/oxidecomputer/omicron'...
862026-03-23T19:30:53.496Z+ cd /work/oxidecomputer/omicron
872026-03-23T19:30:53.496Z+ git fetch origin 44c803e7d517d4bc6fbb650e713c89547d20d225
882026-03-23T19:30:53.792ZFrom https://github.com/oxidecomputer/omicron
892026-03-23T19:30:53.792Z * branch 44c803e7d517d4bc6fbb650e713c89547d20d225 -> FETCH_HEAD
902026-03-23T19:30:53.803Z+ [[ -n mergeconflict/support-bundle-request-schema-and-model ]]
912026-03-23T19:30:53.807Z++ git branch --show-current
922026-03-23T19:30:53.807Z+ current=main
932026-03-23T19:30:53.807Z+ [[ main != mergeconflict/support-bundle-request-schema-and-model ]]
942026-03-23T19:30:53.807Z+ git branch -f mergeconflict/support-bundle-request-schema-and-model 44c803e7d517d4bc6fbb650e713c89547d20d225
952026-03-23T19:30:53.810Z+ git checkout -f mergeconflict/support-bundle-request-schema-and-model
962026-03-23T19:30:54.132ZSwitched to branch 'mergeconflict/support-bundle-request-schema-and-model'
972026-03-23T19:30:54.136Z+ git reset --hard 44c803e7d517d4bc6fbb650e713c89547d20d225
982026-03-23T19:30:54.464ZHEAD is now at 44c803e7d schema + db-model: support bundle request data selection tables
992026-03-23T19:30:54.468Zprocess exited: duration 12504 ms, exit code 0
 
1002026-03-23T19:30:54.474Zstarting task 4: "build"
1012026-03-23T19:30:54.479Z+ source .github/buildomat/ci-env.sh
1022026-03-23T19:30:54.482Z++ export CARGO_TERM_COLOR=always
1032026-03-23T19:30:54.482Z++ CARGO_TERM_COLOR=always
1042026-03-23T19:30:54.482Z+ cargo --version
1052026-03-23T19:30:54.493Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-23T19:30:54.496Z+ rustc --version
1072026-03-23T19:30:54.525Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-23T19:30:54.528Z+ source ./env.sh
1092026-03-23T19:30:54.528Z++ OLD_SHELL_OPTS=ehxB
1102026-03-23T19:30:54.528Z++ set -o xtrace
1112026-03-23T19:30:54.532Z++++ dirname ./env.sh
1122026-03-23T19:30:54.535Z+++ readlink -f .
1132026-03-23T19:30:54.535Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-03-23T19:30:54.535Z++ 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-03-23T19:30:54.535Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-03-23T19:30:54.535Z++ 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-03-23T19:30:54.535Z++ 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-03-23T19:30:54.535Z++ 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-03-23T19:30:54.535Z++ 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-03-23T19:30:54.535Z++ 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-03-23T19:30:54.535Z++ 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-03-23T19:30:54.535Z++ case $OLD_SHELL_OPTS in
1232026-03-23T19:30:54.535Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-03-23T19:30:54.535Z+ 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-03-23T19:30:54.535Z+ 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-03-23T19:30:54.535Z+ banner prerequisites
1272026-03-23T19:30:54.539Z
1282026-03-23T19:30:54.539Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-03-23T19:30:54.539Z # # # # # # # # # # # # # # #
1302026-03-23T19:30:54.539Z # # # # ##### # # ##### # # # # # #### #
1312026-03-23T19:30:54.539Z ##### ##### # ##### # # # # # # # # #
1322026-03-23T19:30:54.539Z # # # # # # # # # # # # # # #
1332026-03-23T19:30:54.539Z # # # ###### # # ###### ### # #### # #### #
1342026-03-23T19:30:54.539Z
1352026-03-23T19:30:54.539Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-03-23T19:31:04.873Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-03-23T19:31:14.825Z Startup: Caching catalogs ... Done
1382026-03-23T19:31:37.326ZPlanning: Solver setup ... Done (21.060s)
1392026-03-23T19:31:37.490ZPlanning: Running solver ... Done (0.160s)
1402026-03-23T19:31:37.669ZPlanning: Finding local manifests ... Done (0.002s)
1412026-03-23T19:31:37.685ZPlanning: Fetching manifests: 0/4 0% complete
1422026-03-23T19:31:37.811ZPlanning: Fetching manifests: 4/4 100% complete
1432026-03-23T19:31:37.853ZPlanning: Package planning ... Done (0.043s)
1442026-03-23T19:31:37.896ZPlanning: Merging actions ... Done (0.043s)
1452026-03-23T19:31:38.135ZPlanning: Checking for conflicting actions ... Done (0.237s)
1462026-03-23T19:31:38.144ZPlanning: Consolidating action changes ... Done (0.010s)
1472026-03-23T19:31:38.844ZPlanning: Evaluating mediators ... Done (0.700s)
1482026-03-23T19:31:38.852ZPlanning: Planning completed in 23.88 seconds
1492026-03-23T19:31:38.865Z Packages to install: 4
1502026-03-23T19:31:38.869Z Mediators to change: 2
1512026-03-23T19:31:38.869Z Services to change: 1
1522026-03-23T19:31:38.869Z Estimated space available: 155.43 GB
1532026-03-23T19:31:38.869ZEstimated space to be consumed: 1.83 GB
1542026-03-23T19:31:38.869Z Create boot environment: No
1552026-03-23T19:31:38.869ZCreate backup boot environment: No
1562026-03-23T19:31:38.869Z Rebuild boot archive: No
1572026-03-23T19:31:38.869Z
1582026-03-23T19:31:38.869ZChanged mediators:
1592026-03-23T19:31:38.869Z mediator clang:
1602026-03-23T19:31:38.869Z version: None -> 15 (system default)
1612026-03-23T19:31:38.869Z
1622026-03-23T19:31:38.869Z mediator llvm:
1632026-03-23T19:31:38.869Z version: 14 (system default) -> 15 (system default)
1642026-03-23T19:31:38.869Z
1652026-03-23T19:31:38.869ZChanged packages:
1662026-03-23T19:31:38.869Zhelios-dev
1672026-03-23T19:31:38.869Z developer/build-essential
1682026-03-23T19:31:38.869Z None -> 11-2.0
1692026-03-23T19:31:38.869Z library/libxmlsec1
1702026-03-23T19:31:38.869Z None -> 1.2.35-2.0
1712026-03-23T19:31:38.869Z ooce/developer/clang-15
1722026-03-23T19:31:38.869Z None -> 15.0.7-2.0
1732026-03-23T19:31:38.869Z ooce/developer/llvm-15
1742026-03-23T19:31:38.869Z None -> 15.0.7-2.0
1752026-03-23T19:31:38.869Z
1762026-03-23T19:31:38.869ZServices:
1772026-03-23T19:31:38.869Z restart_fmri:
1782026-03-23T19:31:38.869Z svc:/system/update-man-index:default
1792026-03-23T19:31:38.913Z
1802026-03-23T19:31:38.914ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-03-23T19:31:43.917ZDownload: 1468/3290 items 115.8/212.6MB 54% complete (23.4M/s)
1822026-03-23T19:31:48.919ZDownload: 2717/3290 items 120.7/212.6MB 56% complete (12.2M/s)
1832026-03-23T19:31:55.454ZDownload: 3244/3290 items 203.0/212.6MB 95% complete (17.2M/s)
1842026-03-23T19:31:59.144ZDownload: Completed 212.60 MB in 20.22 seconds (10.5M/s)
1852026-03-23T19:31:59.390Z Actions: 1/3689 actions (Installing new actions)
1862026-03-23T19:32:03.498Z Actions: Completed 3689 actions in 4.11 seconds.
1872026-03-23T19:32:04.254Z Done (0.751s)
1882026-03-23T19:32:04.254Z Done (0.000s)
1892026-03-23T19:32:05.255Z Done (1.002s)
1902026-03-23T19:32:08.930Z Done (3.316s)
1912026-03-23T19:32:09.021Z Done (0.017s)
1922026-03-23T19:32:09.024Z Done (0.000s)
1932026-03-23T19:32:09.153Z Done (0.000s)
1942026-03-23T19:32:10.124ZPlanning: Evaluating mediator changes ... Done
1952026-03-23T19:32:10.267ZPlanning: Checking for conflicting actions ... Done
1962026-03-23T19:32:10.271ZPlanning: Consolidating action changes ... Done
1972026-03-23T19:32:10.491ZPlanning: Evaluating mediators ... Done
1982026-03-23T19:32:10.494ZPlanning: Planning completed in 0.37 seconds
1992026-03-23T19:32:10.520Z Mediators to change: 2
2002026-03-23T19:32:10.520Z Create boot environment: No
2012026-03-23T19:32:10.523ZCreate backup boot environment: No
2022026-03-23T19:32:10.601Z Done
2032026-03-23T19:32:10.601Z Done
2042026-03-23T19:32:11.355Z Done
2052026-03-23T19:32:14.673Z Done
2062026-03-23T19:32:14.756Z Done
2072026-03-23T19:32:14.759Z Done
2082026-03-23T19:32:14.897Z Done
2092026-03-23T19:32:15.434ZPlanning: Evaluating mediator changes ... Done
2102026-03-23T19:32:15.438ZPlanning: Merging actions ... Done
2112026-03-23T19:32:15.601ZPlanning: Checking for conflicting actions ... Done
2122026-03-23T19:32:15.606ZPlanning: Consolidating action changes ... Done
2132026-03-23T19:32:15.821ZPlanning: Evaluating mediators ... Done
2142026-03-23T19:32:15.864ZPlanning: Planning completed in 0.63 seconds
2152026-03-23T19:32:15.894Z Packages to change: 1
2162026-03-23T19:32:15.894Z Mediators to change: 1
2172026-03-23T19:32:15.897Z Services to change: 1
2182026-03-23T19:32:15.897Z Create boot environment: No
2192026-03-23T19:32:15.897ZCreate backup boot environment: Yes
2202026-03-23T19:32:18.508Z Actions: 1/6 actions (Updating modified actions)
2212026-03-23T19:32:18.511Z Actions: Completed 6 actions in 0.00 seconds.
2222026-03-23T19:32:18.511Z Done
2232026-03-23T19:32:18.511Z Done
2242026-03-23T19:32:18.703Z Done
2252026-03-23T19:32:21.980Z Done
2262026-03-23T19:32:22.069Z Done
2272026-03-23T19:32:22.072Z Done
2282026-03-23T19:32:22.223Z Done
2292026-03-23T19:32:22.600ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2302026-03-23T19:32:22.600Zclang system 15 system
2312026-03-23T19:32:22.600Zcsh system system illumos
2322026-03-23T19:32:22.600Zctags system system illumos
2332026-03-23T19:32:22.600Zfile system system illumos
2342026-03-23T19:32:22.600Zgcc vendor 12 vendor
2352026-03-23T19:32:22.600Zgcc system 10 system
2362026-03-23T19:32:22.600Zgcc system 7 system
2372026-03-23T19:32:22.600Zgo system 1.20 system
2382026-03-23T19:32:22.600Zgo system 1.19 system
2392026-03-23T19:32:22.600Zllvm system 15 system
2402026-03-23T19:32:22.600Zllvm system 14 system
2412026-03-23T19:32:22.600Zmariadb system 10.6 system
2422026-03-23T19:32:22.600Zmta vendor vendor dma
2432026-03-23T19:32:22.600Zopenjdk system 17 system
2442026-03-23T19:32:22.600Zopenjdk system 11 system
2452026-03-23T19:32:22.600Zopenjdk system 1.8 system
2462026-03-23T19:32:22.600Zopenssl vendor 3 vendor
2472026-03-23T19:32:22.600Zperl system 5.36 system
2482026-03-23T19:32:22.600Zpostgresql system 15 system
2492026-03-23T19:32:22.600Zpostgresql system 13 system
2502026-03-23T19:32:22.600Zpython vendor 3 vendor
2512026-03-23T19:32:22.600Zpython system 2 system
2522026-03-23T19:32:22.600Zpython3 system 3.11 system
2532026-03-23T19:32:22.600Zruby system 3.0 system
2542026-03-23T19:32:22.600Zwords vendor vendor american-english
2552026-03-23T19:32:22.600Zwords system system australian-english
2562026-03-23T19:32:22.601Zwords system system british-english
2572026-03-23T19:32:22.601Zwords system system canadian-english
2582026-03-23T19:32:22.601Zwords system system french
2592026-03-23T19:32:22.601Zwords system system italian
2602026-03-23T19:32:22.601Zwords system system ngerman
2612026-03-23T19:32:22.601Zwords system system ogerman
2622026-03-23T19:32:22.601Zwords system system spanish
2632026-03-23T19:32:22.896ZPUBLISHER TYPE STATUS P LOCATION
2642026-03-23T19:32:22.896Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2652026-03-23T19:32:28.926ZFMRI IFO
2662026-03-23T19:32:28.926Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2672026-03-23T19:32:28.926Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2682026-03-23T19:32:28.926Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2692026-03-23T19:32:28.927Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2702026-03-23T19:32:28.927Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2712026-03-23T19:32:28.927Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2722026-03-23T19:32:28.927Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2732026-03-23T19:32:28.927Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2742026-03-23T19:32:28.927Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2752026-03-23T19:32:28.927Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2762026-03-23T19:32:28.927Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2772026-03-23T19:32:28.927Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2782026-03-23T19:32:28.927Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2792026-03-23T19:32:28.927Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2802026-03-23T19:32:28.927Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2812026-03-23T19:32:28.927Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2822026-03-23T19:32:30.204Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2832026-03-23T19:32:30.495Z Updating crates.io index
2842026-03-23T19:32:30.498Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2852026-03-23T19:32:30.795Z Updating git repository `https://github.com/oxidecomputer/lldp`
2862026-03-23T19:32:31.657Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2872026-03-23T19:32:32.283Z Updating git repository `https://github.com/oxidecomputer/falcon`
2882026-03-23T19:32:33.179Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2892026-03-23T19:32:33.694Z Updating git repository `https://github.com/oxidecomputer/propolis`
2902026-03-23T19:32:35.114Z Updating git repository `https://github.com/oxidecomputer/crucible`
2912026-03-23T19:32:36.686Z Updating git repository `https://github.com/oxidecomputer/opte`
2922026-03-23T19:32:37.426Z Updating git repository `https://github.com/oxidecomputer/tofino`
2932026-03-23T19:32:37.880Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2942026-03-23T19:32:38.845Z Updating git repository `https://github.com/oxidecomputer/clickward`
2952026-03-23T19:32:39.250Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2962026-03-23T19:32:39.572Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2972026-03-23T19:32:39.905Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2982026-03-23T19:32:40.943Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2992026-03-23T19:32:41.463Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3002026-03-23T19:32:42.045Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3012026-03-23T19:32:42.323Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3022026-03-23T19:32:42.813Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3032026-03-23T19:32:43.269Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3042026-03-23T19:32:43.509Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3052026-03-23T19:32:43.768Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3062026-03-23T19:32:44.211Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3072026-03-23T19:32:44.608Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3082026-03-23T19:32:45.265Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3092026-03-23T19:32:45.666Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3102026-03-23T19:32:46.084Z Updating git repository `https://github.com/oxidecomputer/ispf`
3112026-03-23T19:32:46.393Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3122026-03-23T19:32:47.484Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3132026-03-23T19:32:48.278Z Updating git repository `https://github.com/oxidecomputer/crucible`
3142026-03-23T19:32:48.950Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3152026-03-23T19:32:49.249Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3162026-03-23T19:32:49.614Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3172026-03-23T19:32:49.925Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3182026-03-23T19:32:50.286Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3192026-03-23T19:32:50.766Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3202026-03-23T19:32:51.020Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3212026-03-23T19:32:51.303Z Updating git repository `https://github.com/illumos/smf-rs`
3222026-03-23T19:32:51.674Z Updating git repository `https://github.com/oxidecomputer/omicron`
3232026-03-23T19:33:05.750Z Downloading crates ...
3242026-03-23T19:33:05.805Z Downloaded cfg-if v1.0.4
3252026-03-23T19:33:05.808Z Downloaded anstyle v1.0.13
3262026-03-23T19:33:05.811Z Downloaded fastrand v2.3.0
3272026-03-23T19:33:05.814Z Downloaded camino-tempfile v1.4.1
3282026-03-23T19:33:05.817Z Downloaded bitflags v2.11.0
3292026-03-23T19:33:05.820Z Downloaded typeid v1.0.3
3302026-03-23T19:33:05.826Z Downloaded macaddr v1.0.1
3312026-03-23T19:33:05.838Z Downloaded textwrap v0.16.2
3322026-03-23T19:33:05.841Z Downloaded usdt-attr-macro v0.5.0
3332026-03-23T19:33:05.841Z Downloaded thiserror-impl v1.0.69
3342026-03-23T19:33:05.845Z Downloaded equivalent v1.0.2
3352026-03-23T19:33:05.845Z Downloaded crypto-common v0.1.7
3362026-03-23T19:33:05.845Z Downloaded usdt-macro v0.5.0
3372026-03-23T19:33:05.846Z Downloaded anstyle-query v1.1.5
3382026-03-23T19:33:05.849Z Downloaded unicode-xid v0.2.6
3392026-03-23T19:33:05.850Z Downloaded strsim v0.11.1
3402026-03-23T19:33:05.850Z Downloaded potential_utf v0.1.4
3412026-03-23T19:33:05.850Z Downloaded clap_lex v1.0.0
3422026-03-23T19:33:05.854Z Downloaded zerocopy-derive v0.7.35
3432026-03-23T19:33:05.857Z Downloaded utf8_iter v1.0.4
3442026-03-23T19:33:05.857Z Downloaded thread-id v4.2.2
3452026-03-23T19:33:05.857Z Downloaded terminal_size v0.4.3
3462026-03-23T19:33:05.857Z Downloaded dof v0.3.0
3472026-03-23T19:33:05.860Z Downloaded colorchoice v1.0.4
3482026-03-23T19:33:05.860Z Downloaded yoke-derive v0.8.1
3492026-03-23T19:33:05.860Z Downloaded version_check v0.9.5
3502026-03-23T19:33:05.860Z Downloaded fnv v1.0.7
3512026-03-23T19:33:05.864Z Downloaded zerofrom-derive v0.1.6
3522026-03-23T19:33:05.864Z Downloaded generic-array v0.14.7
3532026-03-23T19:33:05.867Z Downloaded usdt v0.5.0
3542026-03-23T19:33:05.867Z Downloaded zerovec-derive v0.11.2
3552026-03-23T19:33:05.870Z Downloaded yoke v0.8.1
3562026-03-23T19:33:05.870Z Downloaded ordered-float v2.10.1
3572026-03-23T19:33:05.873Z Downloaded form_urlencoded v1.2.2
3582026-03-23T19:33:05.873Z Downloaded dtrace-parser v0.2.0
3592026-03-23T19:33:05.876Z Downloaded unicode-linebreak v0.1.5
3602026-03-23T19:33:05.876Z Downloaded zmij v1.0.21
3612026-03-23T19:33:05.880Z Downloaded thiserror v1.0.69
3622026-03-23T19:33:05.883Z Downloaded smawk v0.3.2
3632026-03-23T19:33:05.883Z Downloaded percent-encoding v2.3.2
3642026-03-23T19:33:05.883Z Downloaded is_terminal_polyfill v1.70.2
3652026-03-23T19:33:05.883Z Downloaded tinystr v0.8.2
3662026-03-23T19:33:05.886Z Downloaded toml_datetime v0.6.11
3672026-03-23T19:33:05.886Z Downloaded scroll_derive v0.12.1
3682026-03-23T19:33:05.889Z Downloaded heck v0.4.1
3692026-03-23T19:33:05.889Z Downloaded block-buffer v0.10.4
3702026-03-23T19:33:05.889Z Downloaded utf8parse v0.2.2
3712026-03-23T19:33:05.892Z Downloaded toml_write v0.1.2
3722026-03-23T19:33:05.897Z Downloaded tabled_derive v0.7.0
3732026-03-23T19:33:05.900Z Downloaded zerofrom v0.1.6
3742026-03-23T19:33:05.900Z Downloaded itoa v1.0.17
3752026-03-23T19:33:05.900Z Downloaded serde_spanned v0.6.9
3762026-03-23T19:33:05.905Z Downloaded thiserror-impl v2.0.18
3772026-03-23T19:33:05.908Z Downloaded toml_edit v0.22.27
3782026-03-23T19:33:05.911Z Downloaded ucd-trie v0.1.7
3792026-03-23T19:33:05.914Z Downloaded thiserror v2.0.18
3802026-03-23T19:33:05.918Z Downloaded pretty-hex v0.4.1
3812026-03-23T19:33:05.921Z Downloaded writeable v0.6.2
3822026-03-23T19:33:05.924Z Downloaded usdt-impl v0.5.0
3832026-03-23T19:33:05.924Z Downloaded toml v0.8.23
3842026-03-23T19:33:05.929Z Downloaded serde-value v0.7.0
3852026-03-23T19:33:05.929Z Downloaded typenum v1.19.0
3862026-03-23T19:33:05.932Z Downloaded stable_deref_trait v1.2.1
3872026-03-23T19:33:05.932Z Downloaded proc-macro-error-attr v1.0.4
3882026-03-23T19:33:05.932Z Downloaded cargo-platform v0.2.0
3892026-03-23T19:33:05.932Z Downloaded swrite v0.1.0
3902026-03-23T19:33:05.932Z Downloaded memmap v0.7.0
3912026-03-23T19:33:05.935Z Downloaded heck v0.5.0
3922026-03-23T19:33:05.935Z Downloaded zerotrie v0.2.3
3932026-03-23T19:33:05.938Z Downloaded zerocopy v0.7.35
3942026-03-23T19:33:05.949Z Downloaded zerovec v0.11.5
3952026-03-23T19:33:05.952Z Downloaded digest v0.10.7
3962026-03-23T19:33:05.955Z Downloaded winnow v0.7.14
3972026-03-23T19:33:05.960Z Downloaded serde-untagged v0.1.9
3982026-03-23T19:33:05.963Z Downloaded erased-serde v0.4.9
3992026-03-23T19:33:05.963Z Downloaded synstructure v0.13.2
4002026-03-23T19:33:05.966Z Downloaded scroll v0.12.0
4012026-03-23T19:33:05.966Z Downloaded unicode-width v0.1.14
4022026-03-23T19:33:05.969Z Downloaded serde_tokenstream v0.2.3
4032026-03-23T19:33:05.973Z Downloaded unicode-width v0.2.0
4042026-03-23T19:33:05.976Z Downloaded plain v0.2.3
4052026-03-23T19:33:05.976Z Downloaded sha2 v0.10.9
4062026-03-23T19:33:05.979Z Downloaded byteorder v1.5.0
4072026-03-23T19:33:05.979Z Downloaded autocfg v1.5.0
4082026-03-23T19:33:05.979Z Downloaded anstyle-parse v0.2.7
4092026-03-23T19:33:05.983Z Downloaded unicode-ident v1.0.24
4102026-03-23T19:33:05.983Z Downloaded errno v0.3.14
4112026-03-23T19:33:05.986Z Downloaded displaydoc v0.2.5
4122026-03-23T19:33:05.986Z Downloaded idna_adapter v1.2.1
4132026-03-23T19:33:05.986Z Downloaded cargo_toml v0.21.0
4142026-03-23T19:33:05.989Z Downloaded cargo_metadata v0.21.0
4152026-03-23T19:33:05.989Z Downloaded url v2.5.8
4162026-03-23T19:33:05.993Z Downloaded cpufeatures v0.2.17
4172026-03-23T19:33:05.998Z Downloaded semver v1.0.27
4182026-03-23T19:33:06.004Z Downloaded fs-err v3.3.0
4192026-03-23T19:33:06.007Z Downloaded tempfile v3.25.0
4202026-03-23T19:33:06.012Z Downloaded proc-macro-error v1.0.4
4212026-03-23T19:33:06.015Z Downloaded anstream v0.6.21
4222026-03-23T19:33:06.015Z Downloaded clap_derive v4.5.55
4232026-03-23T19:33:06.015Z Downloaded camino v1.2.2
4242026-03-23T19:33:06.018Z Downloaded anyhow v1.0.102
4252026-03-23T19:33:06.021Z Downloaded pest_derive v2.8.6
4262026-03-23T19:33:06.024Z Downloaded litemap v0.8.1
4272026-03-23T19:33:06.028Z Downloaded pest_generator v2.8.6
4282026-03-23T19:33:06.031Z Downloaded quote v1.0.44
4292026-03-23T19:33:06.034Z Downloaded once_cell v1.21.3
4302026-03-23T19:33:06.034Z Downloaded bytecount v0.6.9
4312026-03-23T19:33:06.045Z Downloaded smallvec v1.15.1
4322026-03-23T19:33:06.051Z Downloaded cargo-util-schemas v0.8.2
4332026-03-23T19:33:06.062Z Downloaded proc-macro2 v1.0.106
4342026-03-23T19:33:06.076Z Downloaded log v0.4.29
4352026-03-23T19:33:06.079Z Downloaded serde_core v1.0.228
4362026-03-23T19:33:06.082Z Downloaded serde_derive v1.0.228
4372026-03-23T19:33:06.085Z Downloaded papergrid v0.11.0
4382026-03-23T19:33:06.088Z Downloaded icu_properties v2.1.2
4392026-03-23T19:33:06.091Z Downloaded clap v4.5.60
4402026-03-23T19:33:06.095Z Downloaded icu_normalizer_data v2.1.1
4412026-03-23T19:33:06.098Z Downloaded getrandom v0.4.1
4422026-03-23T19:33:06.101Z Downloaded icu_locale_core v2.1.1
4432026-03-23T19:33:06.104Z Downloaded num-traits v0.2.19
4442026-03-23T19:33:06.107Z Downloaded icu_provider v2.1.1
4452026-03-23T19:33:06.110Z Downloaded pest_meta v2.8.6
4462026-03-23T19:33:06.110Z Downloaded icu_normalizer v2.1.1
4472026-03-23T19:33:06.116Z Downloaded icu_collections v2.1.1
4482026-03-23T19:33:06.128Z Downloaded serde v1.0.228
4492026-03-23T19:33:06.145Z Downloaded indexmap v2.13.0
4502026-03-23T19:33:06.167Z Downloaded memchr v2.8.0
4512026-03-23T19:33:06.175Z Downloaded idna v1.1.0
4522026-03-23T19:33:06.175Z Downloaded pest v2.8.6
4532026-03-23T19:33:06.181Z Downloaded icu_properties_data v2.1.2
4542026-03-23T19:33:06.188Z Downloaded clap_builder v4.5.60
4552026-03-23T19:33:06.193Z Downloaded serde_json v1.0.149
4562026-03-23T19:33:06.199Z Downloaded hashbrown v0.16.1
4572026-03-23T19:33:06.209Z Downloaded goblin v0.8.2
4582026-03-23T19:33:06.217Z Downloaded tabled v0.15.0
4592026-03-23T19:33:06.243Z Downloaded syn v1.0.109
4602026-03-23T19:33:06.251Z Downloaded syn v2.0.117
4612026-03-23T19:33:06.259Z Downloaded rustix v1.1.3
4622026-03-23T19:33:06.304Z Downloaded libc v0.2.180
4632026-03-23T19:33:06.391Z Compiling proc-macro2 v1.0.106
4642026-03-23T19:33:06.395Z Compiling quote v1.0.44
4652026-03-23T19:33:06.395Z Compiling unicode-ident v1.0.24
4662026-03-23T19:33:06.395Z Compiling serde_core v1.0.228
4672026-03-23T19:33:06.395Z Compiling libc v0.2.180
4682026-03-23T19:33:06.395Z Compiling version_check v0.9.5
4692026-03-23T19:33:06.395Z Compiling stable_deref_trait v1.2.1
4702026-03-23T19:33:06.395Z Compiling memchr v2.8.0
4712026-03-23T19:33:06.799Z Compiling serde v1.0.228
4722026-03-23T19:33:06.900Z Compiling zmij v1.0.21
4732026-03-23T19:33:07.168Z Compiling itoa v1.0.17
4742026-03-23T19:33:07.310Z Compiling ucd-trie v0.1.7
4752026-03-23T19:33:07.408Z Compiling autocfg v1.5.0
4762026-03-23T19:33:07.552Z Compiling thiserror v1.0.69
4772026-03-23T19:33:07.650Z Compiling pest v2.8.6
4782026-03-23T19:33:07.674Z Compiling writeable v0.6.2
4792026-03-23T19:33:07.715Z Compiling litemap v0.8.1
4802026-03-23T19:33:07.936Z Compiling icu_properties_data v2.1.2
4812026-03-23T19:33:07.984Z Compiling byteorder v1.5.0
4822026-03-23T19:33:08.187Z Compiling icu_normalizer_data v2.1.1
4832026-03-23T19:33:08.212Z Compiling rustix v1.1.3
4842026-03-23T19:33:08.318Z Compiling syn v2.0.117
4852026-03-23T19:33:08.504Z Compiling errno v0.3.14
4862026-03-23T19:33:08.528Z Compiling bitflags v2.11.0
4872026-03-23T19:33:08.717Z Compiling serde_json v1.0.149
4882026-03-23T19:33:08.996Z Compiling num-traits v0.2.19
4892026-03-23T19:33:09.020Z Compiling typeid v1.0.3
4902026-03-23T19:33:09.224Z Compiling pest_meta v2.8.6
4912026-03-23T19:33:09.279Z Compiling hashbrown v0.16.1
4922026-03-23T19:33:09.353Z Compiling smallvec v1.15.1
4932026-03-23T19:33:09.466Z Compiling equivalent v1.0.2
4942026-03-23T19:33:09.679Z Compiling thread-id v4.2.2
4952026-03-23T19:33:09.786Z Compiling proc-macro-error-attr v1.0.4
4962026-03-23T19:33:09.850Z Compiling usdt-impl v0.5.0
4972026-03-23T19:33:09.904Z Compiling erased-serde v0.4.9
4982026-03-23T19:33:10.004Z Compiling indexmap v2.13.0
4992026-03-23T19:33:10.027Z Compiling toml_write v0.1.2
5002026-03-23T19:33:10.112Z Compiling syn v1.0.109
5012026-03-23T19:33:10.285Z Compiling winnow v0.7.14
5022026-03-23T19:33:10.769Z Compiling proc-macro-error v1.0.4
5032026-03-23T19:33:10.843Z Compiling getrandom v0.4.1
5042026-03-23T19:33:11.002Z Compiling utf8parse v0.2.2
5052026-03-23T19:33:11.154Z Compiling thiserror v2.0.18
5062026-03-23T19:33:11.273Z Compiling utf8_iter v1.0.4
5072026-03-23T19:33:11.467Z Compiling plain v0.2.3
5082026-03-23T19:33:11.532Z Compiling log v0.4.29
5092026-03-23T19:33:11.559Z Compiling camino v1.2.2
5102026-03-23T19:33:11.588Z Compiling percent-encoding v2.3.2
5112026-03-23T19:33:11.675Z Compiling ordered-float v2.10.1
5122026-03-23T19:33:11.775Z Compiling form_urlencoded v1.2.2
5132026-03-23T19:33:11.873Z Compiling anstyle-parse v0.2.7
5142026-03-23T19:33:12.001Z Compiling synstructure v0.13.2
5152026-03-23T19:33:12.025Z Compiling pest_generator v2.8.6
5162026-03-23T19:33:12.171Z Compiling terminal_size v0.4.3
5172026-03-23T19:33:12.364Z Compiling colorchoice v1.0.4
5182026-03-23T19:33:12.519Z Compiling is_terminal_polyfill v1.70.2
5192026-03-23T19:33:12.615Z Compiling anstyle-query v1.1.5
5202026-03-23T19:33:12.639Z Compiling pretty-hex v0.4.1
5212026-03-23T19:33:12.664Z Compiling anstyle v1.0.13
5222026-03-23T19:33:12.758Z Compiling cfg-if v1.0.4
5232026-03-23T19:33:12.783Z Compiling serde-untagged v0.1.9
5242026-03-23T19:33:12.953Z Compiling anstream v0.6.21
5252026-03-23T19:33:12.977Z Compiling semver v1.0.27
5262026-03-23T19:33:13.074Z Compiling fs-err v3.3.0
5272026-03-23T19:33:13.108Z Compiling heck v0.4.1
5282026-03-23T19:33:13.317Z Compiling clap_lex v1.0.0
5292026-03-23T19:33:13.369Z Compiling anyhow v1.0.102
5302026-03-23T19:33:13.412Z Compiling unicode-width v0.1.14
5312026-03-23T19:33:13.416Z Compiling fastrand v2.3.0
5322026-03-23T19:33:13.462Z Compiling unicode-xid v0.2.6
5332026-03-23T19:33:13.621Z Compiling bytecount v0.6.9
5342026-03-23T19:33:13.625Z Compiling strsim v0.11.1
5352026-03-23T19:33:13.786Z Compiling once_cell v1.21.3
5362026-03-23T19:33:13.789Z Compiling fnv v1.0.7
5372026-03-23T19:33:13.834Z Compiling heck v0.5.0
5382026-03-23T19:33:13.941Z Compiling papergrid v0.11.0
5392026-03-23T19:33:14.061Z Compiling tempfile v3.25.0
5402026-03-23T19:33:14.113Z Compiling clap_builder v4.5.60
5412026-03-23T19:33:14.305Z Compiling memmap v0.7.0
5422026-03-23T19:33:14.434Z Compiling unicode-linebreak v0.1.5
5432026-03-23T19:33:14.538Z Compiling unicode-width v0.2.0
5442026-03-23T19:33:14.565Z Compiling smawk v0.3.2
5452026-03-23T19:33:14.662Z Compiling serde_derive v1.0.228
5462026-03-23T19:33:14.741Z Compiling zerofrom-derive v0.1.6
5472026-03-23T19:33:14.765Z Compiling yoke-derive v0.8.1
5482026-03-23T19:33:14.892Z Compiling zerovec-derive v0.11.2
5492026-03-23T19:33:15.088Z Compiling displaydoc v0.2.5
5502026-03-23T19:33:15.928Z Compiling thiserror-impl v1.0.69
5512026-03-23T19:33:16.057Z Compiling zerocopy-derive v0.7.35
5522026-03-23T19:33:16.330Z Compiling pest_derive v2.8.6
5532026-03-23T19:33:16.370Z Compiling scroll_derive v0.12.1
5542026-03-23T19:33:16.675Z Compiling zerofrom v0.1.6
5552026-03-23T19:33:16.847Z Compiling yoke v0.8.1
5562026-03-23T19:33:16.870Z Compiling thiserror-impl v2.0.18
5572026-03-23T19:33:17.094Z Compiling zerovec v0.11.5
5582026-03-23T19:33:17.255Z Compiling zerotrie v0.2.3
5592026-03-23T19:33:17.279Z Compiling zerocopy v0.7.35
5602026-03-23T19:33:17.676Z Compiling scroll v0.12.0
5612026-03-23T19:33:17.793Z Compiling tinystr v0.8.2
5622026-03-23T19:33:17.836Z Compiling potential_utf v0.1.4
5632026-03-23T19:33:18.040Z Compiling icu_locale_core v2.1.1
5642026-03-23T19:33:18.067Z Compiling icu_collections v2.1.1
5652026-03-23T19:33:18.067Z Compiling dtrace-parser v0.2.0
5662026-03-23T19:33:18.112Z Compiling goblin v0.8.2
5672026-03-23T19:33:18.481Z Compiling tabled_derive v0.7.0
5682026-03-23T19:33:18.749Z Compiling clap_derive v4.5.55
5692026-03-23T19:33:18.863Z Compiling textwrap v0.16.2
5702026-03-23T19:33:19.141Z Compiling icu_provider v2.1.1
5712026-03-23T19:33:19.496Z Compiling icu_properties v2.1.2
5722026-03-23T19:33:19.500Z Compiling icu_normalizer v2.1.1
5732026-03-23T19:33:19.547Z Compiling serde_spanned v0.6.9
5742026-03-23T19:33:19.571Z Compiling toml_datetime v0.6.11
5752026-03-23T19:33:19.705Z Compiling dof v0.3.0
5762026-03-23T19:33:19.734Z Compiling serde_tokenstream v0.2.3
5772026-03-23T19:33:19.774Z Compiling serde-value v0.7.0
5782026-03-23T19:33:19.914Z Compiling toml_edit v0.22.27
5792026-03-23T19:33:20.230Z Compiling cargo-platform v0.2.0
5802026-03-23T19:33:20.254Z Compiling tabled v0.15.0
5812026-03-23T19:33:20.278Z Compiling macaddr v1.0.1
5822026-03-23T19:33:20.573Z Compiling camino-tempfile v1.4.1
5832026-03-23T19:33:20.884Z Compiling idna_adapter v1.2.1
5842026-03-23T19:33:20.973Z Compiling usdt-macro v0.5.0
5852026-03-23T19:33:20.999Z Compiling usdt-attr-macro v0.5.0
5862026-03-23T19:33:21.053Z Compiling idna v1.1.0
5872026-03-23T19:33:21.078Z Compiling swrite v0.1.0
5882026-03-23T19:33:21.112Z Compiling clap v4.5.60
5892026-03-23T19:33:21.227Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5902026-03-23T19:33:21.547Z Compiling url v2.5.8
5912026-03-23T19:33:21.878Z Compiling toml v0.8.23
5922026-03-23T19:33:22.421Z Compiling usdt v0.5.0
5932026-03-23T19:33:22.606Z Compiling cargo-util-schemas v0.8.2
5942026-03-23T19:33:22.635Z Compiling cargo_toml v0.21.0
5952026-03-23T19:33:23.794Z Compiling cargo_metadata v0.21.0
5962026-03-23T19:33:25.077Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5972026-03-23T19:33:27.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.91s
5982026-03-23T19:33:28.223Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5992026-03-23T19:33:28.987Z Downloading crates ...
6002026-03-23T19:33:29.108Z Downloaded async-stream-impl v0.3.6
6012026-03-23T19:33:29.115Z Downloaded cipher v0.4.4
6022026-03-23T19:33:29.119Z Downloaded crc8 v0.1.1
6032026-03-23T19:33:29.119Z Downloaded critical-section v1.2.0
6042026-03-23T19:33:29.123Z Downloaded derive_builder_macro v0.20.2
6052026-03-23T19:33:29.123Z Downloaded darling_macro v0.21.3
6062026-03-23T19:33:29.123Z Downloaded adler2 v2.0.1
6072026-03-23T19:33:29.126Z Downloaded camino-tempfile-ext v0.3.3
6082026-03-23T19:33:29.126Z Downloaded constant_time_eq v0.4.2
6092026-03-23T19:33:29.126Z Downloaded crossbeam-utils v0.8.21
6102026-03-23T19:33:29.129Z Downloaded darling_macro v0.20.11
6112026-03-23T19:33:29.129Z Downloaded curve25519-dalek-derive v0.1.1
6122026-03-23T19:33:29.132Z Downloaded bitflags v1.3.2
6132026-03-23T19:33:29.135Z Downloaded flagset v0.4.7
6142026-03-23T19:33:29.135Z Downloaded difflib v0.4.0
6152026-03-23T19:33:29.135Z Downloaded ff v0.13.1
6162026-03-23T19:33:29.138Z Downloaded dunce v1.0.5
6172026-03-23T19:33:29.139Z Downloaded arrayref v0.3.9
6182026-03-23T19:33:29.139Z Downloaded defmt v1.0.1
6192026-03-23T19:33:29.142Z Downloaded der_derive v0.7.3
6202026-03-23T19:33:29.145Z Downloaded darling_macro v0.23.0
6212026-03-23T19:33:29.145Z Downloaded ahash v0.8.12
6222026-03-23T19:33:29.148Z Downloaded atomic-waker v1.1.2
6232026-03-23T19:33:29.148Z Downloaded des v0.8.1
6242026-03-23T19:33:29.151Z Downloaded bb8 v0.8.6
6252026-03-23T19:33:29.151Z Downloaded downcast-rs v2.0.2
6262026-03-23T19:33:29.154Z Downloaded chrono v0.4.44
6272026-03-23T19:33:29.157Z Downloaded display-error-chain v0.2.2
6282026-03-23T19:33:29.160Z Downloaded derive_more v0.99.20
6292026-03-23T19:33:29.163Z Downloaded derive_builder v0.20.2
6302026-03-23T19:33:29.166Z Downloaded data-encoding v2.10.0
6312026-03-23T19:33:29.169Z Downloaded blake2 v0.10.6
6322026-03-23T19:33:29.169Z Downloaded float-cmp v0.10.0
6332026-03-23T19:33:29.172Z Downloaded ascii-canvas v3.0.0
6342026-03-23T19:33:29.172Z Downloaded argon2 v0.5.3
6352026-03-23T19:33:29.175Z Downloaded bit-set v0.8.0
6362026-03-23T19:33:29.175Z Downloaded aead v0.5.2
6372026-03-23T19:33:29.178Z Downloaded async-recursion v1.1.1
6382026-03-23T19:33:29.178Z Downloaded ctr v0.9.2
6392026-03-23T19:33:29.181Z Downloaded cassowary v0.3.0
6402026-03-23T19:33:29.184Z Downloaded bit-set v0.5.3
6412026-03-23T19:33:29.184Z Downloaded arrayvec v0.7.6
6422026-03-23T19:33:29.187Z Downloaded fixedbitset v0.5.7
6432026-03-23T19:33:29.187Z Downloaded dropshot-api-manager-types v0.6.0
6442026-03-23T19:33:29.190Z Downloaded ena v0.14.4
6452026-03-23T19:33:29.190Z Downloaded base16ct v1.0.0
6462026-03-23T19:33:29.194Z Downloaded ciborium-io v0.2.2
6472026-03-23T19:33:29.194Z Downloaded foreign-types v0.3.2
6482026-03-23T19:33:29.194Z Downloaded dirs-next v2.0.0
6492026-03-23T19:33:29.197Z Downloaded diff v0.1.13
6502026-03-23T19:33:29.197Z Downloaded bitfield-macros v0.19.4
6512026-03-23T19:33:29.200Z Downloaded async-stream v0.3.6
6522026-03-23T19:33:29.202Z Downloaded dsl_auto_type v0.2.0
6532026-03-23T19:33:29.202Z Downloaded diesel_table_macro_syntax v0.3.0
6542026-03-23T19:33:29.203Z Downloaded dyn-clone v1.0.20
6552026-03-23T19:33:29.205Z Downloaded array-init v0.0.4
6562026-03-23T19:33:29.205Z Downloaded cargo-platform v0.1.9
6572026-03-23T19:33:29.205Z Downloaded deranged v0.5.8
6582026-03-23T19:33:29.209Z Downloaded crucible-workspace-hack v0.1.0
6592026-03-23T19:33:29.212Z Downloaded defmt-parser v1.0.0
6602026-03-23T19:33:29.212Z Downloaded enum-as-inner v0.6.1
6612026-03-23T19:33:29.215Z Downloaded cpufeatures v0.3.0
6622026-03-23T19:33:29.215Z Downloaded debug-ignore v1.0.5
6632026-03-23T19:33:29.218Z Downloaded cstr-argument v0.1.2
6642026-03-23T19:33:29.218Z Downloaded bcrypt-pbkdf v0.10.0
6652026-03-23T19:33:29.221Z Downloaded crc-catalog v2.4.0
6662026-03-23T19:33:29.221Z Downloaded defmt v0.3.100
6672026-03-23T19:33:29.221Z Downloaded chacha20 v0.9.1
6682026-03-23T19:33:29.224Z Downloaded foreign-types v0.5.0
6692026-03-23T19:33:29.224Z Downloaded crunchy v0.2.4
6702026-03-23T19:33:29.227Z Downloaded convert_case v0.4.0
6712026-03-23T19:33:29.227Z Downloaded atomicwrites v0.4.4
6722026-03-23T19:33:29.230Z Downloaded derive_builder_core v0.20.2
6732026-03-23T19:33:29.230Z Downloaded erased-serde v0.3.31
6742026-03-23T19:33:29.233Z Downloaded dof v0.4.0
6752026-03-23T19:33:29.236Z Downloaded block-padding v0.3.3
6762026-03-23T19:33:29.236Z Downloaded atty v0.2.14
6772026-03-23T19:33:29.236Z Downloaded bitfield-struct v0.6.2
6782026-03-23T19:33:29.239Z Downloaded assert_matches v1.5.0
6792026-03-23T19:33:29.239Z Downloaded crc v3.4.0
6802026-03-23T19:33:29.242Z Downloaded float-ord v0.3.2
6812026-03-23T19:33:29.242Z Downloaded base16ct v0.2.0
6822026-03-23T19:33:29.242Z Downloaded endian-type v0.1.2
6832026-03-23T19:33:29.245Z Downloaded funty v2.0.0
6842026-03-23T19:33:29.245Z Downloaded foreign-types-macros v0.2.3
6852026-03-23T19:33:29.245Z Downloaded ghash v0.5.1
6862026-03-23T19:33:29.249Z Downloaded dtrace-parser v0.3.0
6872026-03-23T19:33:29.249Z Downloaded fxhash v0.2.1
6882026-03-23T19:33:29.249Z Downloaded futures-task v0.3.32
6892026-03-23T19:33:29.253Z Downloaded cobs v0.3.0
6902026-03-23T19:33:29.253Z Downloaded cfg_aliases v0.1.1
6912026-03-23T19:33:29.253Z Downloaded futures-core v0.3.32
6922026-03-23T19:33:29.256Z Downloaded document-features v0.2.12
6932026-03-23T19:33:29.256Z Downloaded futures-sink v0.3.32
6942026-03-23T19:33:29.257Z Downloaded embedded-io v0.4.0
6952026-03-23T19:33:29.257Z Downloaded futures-io v0.3.32
6962026-03-23T19:33:29.260Z Downloaded foreign-types-shared v0.1.1
6972026-03-23T19:33:29.260Z Downloaded dirs-sys-next v0.1.2
6982026-03-23T19:33:29.260Z Downloaded ciborium-ll v0.2.2
6992026-03-23T19:33:29.264Z Downloaded fixedbitset v0.4.2
7002026-03-23T19:33:29.267Z Downloaded foreign-types-shared v0.3.1
7012026-03-23T19:33:29.268Z Downloaded cfg_aliases v0.2.1
7022026-03-23T19:33:29.271Z Downloaded env_filter v1.0.0
7032026-03-23T19:33:29.271Z Downloaded gethostname v0.5.0
7042026-03-23T19:33:29.271Z Downloaded globwalk v0.9.1
7052026-03-23T19:33:29.274Z Downloaded futures-macro v0.3.32
7062026-03-23T19:33:29.274Z Downloaded backoff v0.4.0
7072026-03-23T19:33:29.277Z Downloaded hash32 v0.2.1
7082026-03-23T19:33:29.277Z Downloaded darling v0.21.3
7092026-03-23T19:33:29.280Z Downloaded der v0.7.10
7102026-03-23T19:33:29.284Z Downloaded filetime v0.2.27
7112026-03-23T19:33:29.287Z Downloaded foldhash v0.1.5
7122026-03-23T19:33:29.287Z Downloaded crossbeam-deque v0.8.6
7132026-03-23T19:33:29.290Z Downloaded cexpr v0.6.0
7142026-03-23T19:33:29.293Z Downloaded git-stub v1.0.0
7152026-03-23T19:33:29.293Z Downloaded foldhash v0.2.0
7162026-03-23T19:33:29.293Z Downloaded hex v0.4.3
7172026-03-23T19:33:29.296Z Downloaded derive-where v1.6.0
7182026-03-23T19:33:29.299Z Downloaded find-msvc-tools v0.1.9
7192026-03-23T19:33:29.299Z Downloaded home v0.5.12
7202026-03-23T19:33:29.302Z Downloaded hostname v0.4.2
7212026-03-23T19:33:29.317Z Downloaded hubpack_derive v0.1.1
7222026-03-23T19:33:29.320Z Downloaded async-trait v0.1.89
7232026-03-23T19:33:29.323Z Downloaded hubpack v0.1.2
7242026-03-23T19:33:29.323Z Downloaded httpdate v1.0.3
7252026-03-23T19:33:29.323Z Downloaded http-range v0.1.5
7262026-03-23T19:33:29.326Z Downloaded ident_case v1.0.1
7272026-03-23T19:33:29.326Z Downloaded fallible-iterator v0.2.0
7282026-03-23T19:33:29.329Z Downloaded const_format_proc_macros v0.2.34
7292026-03-23T19:33:29.329Z Downloaded cmake v0.1.57
7302026-03-23T19:33:29.332Z Downloaded blowfish v0.9.1
7312026-03-23T19:33:29.332Z Downloaded ed25519 v2.2.3
7322026-03-23T19:33:29.335Z Downloaded group v0.13.0
7332026-03-23T19:33:29.335Z Downloaded fs-err v2.11.0
7342026-03-23T19:33:29.338Z Downloaded bit-vec v0.8.0
7352026-03-23T19:33:29.338Z Downloaded bcs v0.1.6
7362026-03-23T19:33:29.342Z Downloaded indoc v1.0.9
7372026-03-23T19:33:29.342Z Downloaded defmt-macros v1.0.1
7382026-03-23T19:33:29.345Z Downloaded hyper-tls v0.6.0
7392026-03-23T19:33:29.348Z Downloaded glob v0.3.3
7402026-03-23T19:33:29.348Z Downloaded is_ci v1.2.0
7412026-03-23T19:33:29.351Z Downloaded fs_extra v1.3.0
7422026-03-23T19:33:29.351Z Downloaded internet-checksum v0.2.1
7432026-03-23T19:33:29.351Z Downloaded inout v0.1.4
7442026-03-23T19:33:29.418Z Downloaded is-terminal v0.4.17
7452026-03-23T19:33:29.418Z Downloaded cbc v0.1.2
7462026-03-23T19:33:29.418Z Downloaded instant v0.1.13
7472026-03-23T19:33:29.418Z Downloaded instability v0.3.11
7482026-03-23T19:33:29.418Z Downloaded indent_write v2.2.0
7492026-03-23T19:33:29.418Z Downloaded flume v0.11.1
7502026-03-23T19:33:29.418Z Downloaded futures-executor v0.3.32
7512026-03-23T19:33:29.418Z Downloaded keccak v0.1.6
7522026-03-23T19:33:29.418Z Downloaded convert_case v0.10.0
7532026-03-23T19:33:29.419Z Downloaded console v0.15.11
7542026-03-23T19:33:29.419Z Downloaded corncobs v0.1.4
7552026-03-23T19:33:29.419Z Downloaded http-body-util v0.1.3
7562026-03-23T19:33:29.419Z Downloaded darling v0.23.0
7572026-03-23T19:33:29.419Z Downloaded console v0.16.2
7582026-03-23T19:33:29.419Z Downloaded lazy_static v1.5.0
7592026-03-23T19:33:29.419Z Downloaded linked-hash-map v0.5.6
7602026-03-23T19:33:29.419Z Downloaded lalrpop-util v0.19.12
7612026-03-23T19:33:29.419Z Downloaded kstat-rs v0.2.4
7622026-03-23T19:33:29.419Z Downloaded chacha20 v0.10.0
7632026-03-23T19:33:29.419Z Downloaded lru v0.12.5
7642026-03-23T19:33:29.419Z Downloaded libscf-sys v1.1.0
7652026-03-23T19:33:29.419Z Downloaded managed v0.8.0
7662026-03-23T19:33:29.419Z Downloaded getrandom v0.2.17
7672026-03-23T19:33:29.419Z Downloaded fatfs v0.3.6
7682026-03-23T19:33:29.419Z Downloaded match_cfg v0.1.0
7692026-03-23T19:33:29.419Z Downloaded lru-slab v0.1.2
7702026-03-23T19:33:29.419Z Downloaded clang-sys v1.8.1
7712026-03-23T19:33:29.419Z Downloaded async-bb8-diesel v0.2.1
7722026-03-23T19:33:29.419Z Downloaded md-5 v0.10.6
7732026-03-23T19:33:29.419Z Downloaded ingot-types v0.1.2
7742026-03-23T19:33:29.419Z Downloaded dropshot_endpoint v0.16.7
7752026-03-23T19:33:29.419Z Downloaded const-oid v0.9.6
7762026-03-23T19:33:29.419Z Downloaded newline-converter v0.3.0
7772026-03-23T19:33:29.419Z Downloaded mime v0.3.17
7782026-03-23T19:33:29.419Z Downloaded ipnetwork v0.21.1
7792026-03-23T19:33:29.419Z Downloaded memoffset v0.9.1
7802026-03-23T19:33:29.419Z Downloaded lru-cache v0.1.2
7812026-03-23T19:33:29.419Z Downloaded base64ct v1.8.3
7822026-03-23T19:33:29.419Z Downloaded crossterm v0.28.1
7832026-03-23T19:33:29.423Z Downloaded ipnet v2.11.0
7842026-03-23T19:33:29.423Z Downloaded ingot v0.1.1
7852026-03-23T19:33:29.423Z Downloaded nodrop v0.1.14
7862026-03-23T19:33:29.426Z Downloaded maybe-uninit v2.0.0
7872026-03-23T19:33:29.426Z Downloaded nibble_vec v0.1.0
7882026-03-23T19:33:29.427Z Downloaded normalize-line-endings v0.3.0
7892026-03-23T19:33:29.429Z Downloaded new_debug_unreachable v1.0.6
7902026-03-23T19:33:29.430Z Downloaded md5 v0.7.0
7912026-03-23T19:33:29.430Z Downloaded colored v2.2.0
7922026-03-23T19:33:29.434Z Downloaded nonempty v0.12.0
7932026-03-23T19:33:29.434Z Downloaded multimap v0.10.1
7942026-03-23T19:33:29.437Z Downloaded libefi-sys v0.1.0
7952026-03-23T19:33:29.437Z Downloaded jobserver v0.1.34
7962026-03-23T19:33:29.437Z Downloaded num-derive v0.3.3
7972026-03-23T19:33:29.440Z Downloaded elliptic-curve v0.13.8
7982026-03-23T19:33:29.444Z Downloaded crc32fast v1.5.0
7992026-03-23T19:33:29.444Z Downloaded indoc v2.0.7
8002026-03-23T19:33:29.447Z Downloaded num-conv v0.2.0
8012026-03-23T19:33:29.447Z Downloaded lzss v0.8.2
8022026-03-23T19:33:29.450Z Downloaded libsw-core v0.3.2
8032026-03-23T19:33:29.450Z Downloaded aho-corasick v1.1.4
8042026-03-23T19:33:29.454Z Downloaded num-iter v0.1.45
8052026-03-23T19:33:29.457Z Downloaded num v0.4.3
8062026-03-23T19:33:29.457Z Downloaded getrandom v0.3.4
8072026-03-23T19:33:29.460Z Downloaded opaque-debug v0.3.1
8082026-03-23T19:33:29.460Z Downloaded impl-trait-for-tuples v0.2.3
8092026-03-23T19:33:29.463Z Downloaded olpc-cjson v0.1.4
8102026-03-23T19:33:29.466Z Downloaded openssl-probe v0.1.6
8112026-03-23T19:33:29.466Z Downloaded num_threads v0.1.7
8122026-03-23T19:33:29.466Z Downloaded libsw v3.5.0
8132026-03-23T19:33:29.469Z Downloaded darling_core v0.21.3
8142026-03-23T19:33:29.472Z Downloaded openssl-macros v0.1.1
8152026-03-23T19:33:29.472Z Downloaded num_enum_derive v0.5.11
8162026-03-23T19:33:29.475Z Downloaded num-derive v0.4.2
8172026-03-23T19:33:29.475Z Downloaded newtype_derive v0.1.6
8182026-03-23T19:33:29.478Z Downloaded half v2.7.1
8192026-03-23T19:33:29.478Z Downloaded derive_more-impl v2.1.1
8202026-03-23T19:33:29.482Z Downloaded native-tls v0.2.18
8212026-03-23T19:33:29.485Z Downloaded linear-map v1.2.0
8222026-03-23T19:33:29.485Z Downloaded httparse v1.10.1
8232026-03-23T19:33:29.488Z Downloaded newtype-uuid v1.3.2
8242026-03-23T19:33:29.491Z Downloaded multer v3.1.0
8252026-03-23T19:33:29.491Z Downloaded newtype-uuid-macros v0.1.0
8262026-03-23T19:33:29.494Z Downloaded cookie v0.18.1
8272026-03-23T19:33:29.494Z Downloaded backon v1.6.0
8282026-03-23T19:33:29.497Z Downloaded pbkdf2 v0.12.2
8292026-03-23T19:33:29.501Z Downloaded path-slash v0.1.5
8302026-03-23T19:33:29.501Z Downloaded peg-runtime v0.8.5
8312026-03-23T19:33:29.501Z Downloaded iana-time-zone v0.1.65
8322026-03-23T19:33:29.504Z Downloaded ingot-macros v0.1.1
8332026-03-23T19:33:29.506Z Downloaded openssl-probe v0.2.1
8342026-03-23T19:33:29.507Z Downloaded derive_more v2.1.1
8352026-03-23T19:33:29.514Z Downloaded packed_struct_codegen v0.10.1
8362026-03-23T19:33:29.518Z Downloaded phf_shared v0.12.1
8372026-03-23T19:33:29.519Z Downloaded compact_str v0.8.1
8382026-03-23T19:33:29.522Z Downloaded pin-utils v0.1.0
8392026-03-23T19:33:29.522Z Downloaded ignore v0.4.25
8402026-03-23T19:33:29.525Z Downloaded bytes v1.11.1
8412026-03-23T19:33:29.528Z Downloaded num-rational v0.4.2
8422026-03-23T19:33:29.528Z Downloaded num_enum v0.5.11
8432026-03-23T19:33:29.531Z Downloaded parse-display v0.10.0
8442026-03-23T19:33:29.534Z Downloaded darling_core v0.20.11
8452026-03-23T19:33:29.537Z Downloaded powerfmt v0.2.0
8462026-03-23T19:33:29.537Z Downloaded mime_guess v2.0.5
8472026-03-23T19:33:29.540Z Downloaded flate2 v1.1.9
8482026-03-23T19:33:29.543Z Downloaded hmac v0.12.1
8492026-03-23T19:33:29.547Z Downloaded predicates-tree v1.0.13
8502026-03-23T19:33:29.547Z Downloaded predicates-core v1.0.10
8512026-03-23T19:33:29.550Z Downloaded nu-ansi-term v0.50.3
8522026-03-23T19:33:29.550Z Downloaded num-integer v0.1.46
8532026-03-23T19:33:29.550Z Downloaded num_enum_derive v0.7.5
8542026-03-23T19:33:29.553Z Downloaded litrs v1.0.0
8552026-03-23T19:33:29.556Z Downloaded paste v1.0.15
8562026-03-23T19:33:29.556Z Downloaded crossbeam-channel v0.5.15
8572026-03-23T19:33:29.560Z Downloaded parse-size v1.1.0
8582026-03-23T19:33:29.563Z Downloaded chacha20poly1305 v0.10.1
8592026-03-23T19:33:29.563Z Downloaded oso-derive v0.27.3
8602026-03-23T19:33:29.563Z Downloaded precomputed-hash v0.1.1
8612026-03-23T19:33:29.566Z Downloaded nanorand v0.7.0
8622026-03-23T19:33:29.566Z Downloaded proc-macro-crate v3.4.0
8632026-03-23T19:33:29.569Z Downloaded allocator-api2 v0.2.21
8642026-03-23T19:33:29.569Z Downloaded phf_shared v0.13.1
8652026-03-23T19:33:29.572Z Downloaded pem v3.0.6
8662026-03-23T19:33:29.572Z Downloaded oxnet v0.1.4
8672026-03-23T19:33:29.577Z Downloaded proc-macro-error-attr2 v2.0.0
8682026-03-23T19:33:29.577Z Downloaded progenitor-client v0.10.0
8692026-03-23T19:33:29.577Z Downloaded oxide-tokio-rt v0.1.3
8702026-03-23T19:33:29.580Z Downloaded cookie_store v0.22.1
8712026-03-23T19:33:29.581Z Downloaded ed25519-dalek v2.2.0
8722026-03-23T19:33:29.584Z Downloaded base64 v0.22.1
8732026-03-23T19:33:29.587Z Downloaded crc-any v2.5.0
8742026-03-23T19:33:29.587Z Downloaded pbkdf2 v0.11.0
8752026-03-23T19:33:29.590Z Downloaded psl-types v2.0.11
8762026-03-23T19:33:29.590Z Downloaded indexmap v1.9.3
8772026-03-23T19:33:29.593Z Downloaded owo-colors v4.3.0
8782026-03-23T19:33:29.596Z Downloaded proc-macro-crate v1.3.1
8792026-03-23T19:33:29.596Z Downloaded num_enum v0.7.5
8802026-03-23T19:33:29.600Z Downloaded progenitor-macro v0.10.0
8812026-03-23T19:33:29.601Z Downloaded pin-project-lite v0.2.17
8822026-03-23T19:33:29.603Z Downloaded password-hash v0.5.0
8832026-03-23T19:33:29.606Z Downloaded phf_shared v0.11.3
8842026-03-23T19:33:29.606Z Downloaded progenitor-client v0.11.2
8852026-03-23T19:33:29.610Z Downloaded cc v1.2.56
8862026-03-23T19:33:29.613Z Downloaded omicron-zone-package v0.12.2
8872026-03-23T19:33:29.613Z Downloaded parse-display-derive v0.10.0
8882026-03-23T19:33:29.616Z Downloaded packed_struct v0.10.1
8892026-03-23T19:33:29.616Z Downloaded progenitor-macro v0.13.0
8902026-03-23T19:33:29.619Z Downloaded progenitor-macro v0.11.2
8912026-03-23T19:33:29.619Z Downloaded heapless v0.8.0
8922026-03-23T19:33:29.622Z Downloaded heapless v0.7.17
8932026-03-23T19:33:29.625Z Downloaded peg-macros v0.8.5
8942026-03-23T19:33:29.625Z Downloaded ppv-lite86 v0.2.21
8952026-03-23T19:33:29.628Z Downloaded rand_chacha v0.3.1
8962026-03-23T19:33:29.628Z Downloaded postgres-protocol v0.6.10
8972026-03-23T19:33:29.631Z Downloaded poly1305 v0.8.0
8982026-03-23T19:33:29.631Z Downloaded peg v0.8.5
8992026-03-23T19:33:29.635Z Downloaded ref-cast v1.0.25
9002026-03-23T19:33:29.638Z Downloaded libbz2-rs-sys v0.2.2
9012026-03-23T19:33:29.641Z Downloaded password-hash v0.4.2
9022026-03-23T19:33:29.641Z Downloaded memmap2 v0.9.10
9032026-03-23T19:33:29.644Z Downloaded progenitor v0.10.0
9042026-03-23T19:33:29.644Z Downloaded pkg-config v0.3.32
9052026-03-23T19:33:29.647Z Downloaded hickory-resolver v0.24.4
9062026-03-23T19:33:29.650Z Downloaded recursive v0.1.1
9072026-03-23T19:33:29.651Z Downloaded recursive-proc-macro-impl v0.1.1
9082026-03-23T19:33:29.651Z Downloaded expectorate v1.2.0
9092026-03-23T19:33:29.653Z Downloaded ref-cast-impl v1.0.25
9102026-03-23T19:33:29.653Z Downloaded rand_xorshift v0.4.0
9112026-03-23T19:33:29.656Z Downloaded proc-macro-error2 v2.0.1
9122026-03-23T19:33:29.660Z Downloaded progenitor-client v0.13.0
9132026-03-23T19:33:29.660Z Downloaded polyval v0.6.2
9142026-03-23T19:33:29.660Z Downloaded base64 v0.21.7
9152026-03-23T19:33:29.663Z Downloaded const_format v0.2.35
9162026-03-23T19:33:29.666Z Downloaded rfc6979 v0.4.0
9172026-03-23T19:33:29.669Z Downloaded psm v0.1.30
9182026-03-23T19:33:29.672Z Downloaded pkcs1 v0.7.5
9192026-03-23T19:33:29.673Z Downloaded predicates v3.1.4
9202026-03-23T19:33:29.676Z Downloaded progenitor v0.13.0
9212026-03-23T19:33:29.679Z Downloaded phf v0.13.1
9222026-03-23T19:33:29.679Z Downloaded progenitor-extras v0.1.1
9232026-03-23T19:33:29.682Z Downloaded rustc-hash v2.1.1
9242026-03-23T19:33:29.682Z Downloaded rtoolbox v0.0.3
9252026-03-23T19:33:29.682Z Downloaded rustc_version v0.4.1
9262026-03-23T19:33:29.686Z Downloaded russh-cryptovec v0.7.3
9272026-03-23T19:33:29.686Z Downloaded r2d2 v0.8.10
9282026-03-23T19:33:29.686Z Downloaded progenitor v0.11.2
9292026-03-23T19:33:29.688Z Downloaded postgres-types v0.2.12
9302026-03-23T19:33:29.688Z Downloaded postcard v1.1.3
9312026-03-23T19:33:29.691Z Downloaded bumpalo v3.20.2
9322026-03-23T19:33:29.694Z Downloaded rand_core v0.6.4
9332026-03-23T19:33:29.694Z Downloaded primeorder v0.13.6
9342026-03-23T19:33:29.698Z Downloaded quick-error v1.2.3
9352026-03-23T19:33:29.698Z Downloaded headers v0.4.1
9362026-03-23T19:33:29.701Z Downloaded rustc_version v0.1.7
9372026-03-23T19:33:29.704Z Downloaded crossterm v0.29.0
9382026-03-23T19:33:29.708Z Downloaded parking_lot v0.11.2
9392026-03-23T19:33:29.711Z Downloaded radium v0.7.0
9402026-03-23T19:33:29.711Z Downloaded hickory-resolver v0.25.2
9412026-03-23T19:33:29.714Z Downloaded same-file v1.0.6
9422026-03-23T19:33:29.717Z Downloaded scopeguard v1.2.0
9432026-03-23T19:33:29.717Z Downloaded scheduled-thread-pool v0.2.7
9442026-03-23T19:33:29.720Z Downloaded salsa20 v0.10.2
9452026-03-23T19:33:29.720Z Downloaded parking_lot_core v0.9.12
9462026-03-23T19:33:29.723Z Downloaded rand_chacha v0.9.0
9472026-03-23T19:33:29.723Z Downloaded dropshot-api-manager v0.6.0
9482026-03-23T19:33:29.726Z Downloaded diesel_derives v2.3.7
9492026-03-23T19:33:29.731Z Downloaded pkcs5 v0.7.1
9502026-03-23T19:33:29.734Z Downloaded sapling-renderdag v0.1.0
9512026-03-23T19:33:29.737Z Downloaded pin-project-internal v1.1.11
9522026-03-23T19:33:29.740Z Downloaded crypto-bigint v0.5.5
9532026-03-23T19:33:29.743Z Downloaded secrecy v0.8.0
9542026-03-23T19:33:29.746Z Downloaded scrypt v0.11.0
9552026-03-23T19:33:29.746Z Downloaded semver v0.1.20
9562026-03-23T19:33:29.746Z Downloaded seq-macro v0.3.6
9572026-03-23T19:33:29.749Z Downloaded serde-big-array v0.5.1
9582026-03-23T19:33:29.749Z Downloaded serde_bytes v0.11.19
9592026-03-23T19:33:29.752Z Downloaded rand_seeder v0.4.0
9602026-03-23T19:33:29.752Z Downloaded serde_urlencoded v0.7.1
9612026-03-23T19:33:29.755Z Downloaded serde_repr v0.1.20
9622026-03-23T19:33:29.755Z Downloaded papergrid v0.17.0
9632026-03-23T19:33:29.759Z Downloaded indicatif v0.18.4
9642026-03-23T19:33:29.763Z Downloaded pkcs8 v0.10.2
9652026-03-23T19:33:29.766Z Downloaded oso v0.27.3
9662026-03-23T19:33:29.769Z Downloaded serde_spanned v1.0.4
9672026-03-23T19:33:29.772Z Downloaded sha1 v0.10.6
9682026-03-23T19:33:29.772Z Downloaded signature v2.2.0
9692026-03-23T19:33:29.775Z Downloaded shell-words v1.1.1
9702026-03-23T19:33:29.775Z Downloaded quinn-udp v0.5.14
9712026-03-23T19:33:29.775Z Downloaded rustversion v1.0.22
9722026-03-23T19:33:29.777Z Downloaded hashbrown v0.13.2
9732026-03-23T19:33:29.780Z Downloaded parking_lot v0.12.5
9742026-03-23T19:33:29.783Z Downloaded signal-hook-mio v0.2.5
9752026-03-23T19:33:29.787Z Downloaded rusty-fork v0.3.1
9762026-03-23T19:33:29.787Z Downloaded serde_plain v1.0.2
9772026-03-23T19:33:29.787Z Downloaded miniz_oxide v0.8.9
9782026-03-23T19:33:29.790Z Downloaded siphasher v1.0.2
9792026-03-23T19:33:29.790Z Downloaded rustls-pemfile v2.2.0
9802026-03-23T19:33:29.793Z Downloaded rustls-native-certs v0.8.3
9812026-03-23T19:33:29.796Z Downloaded signal-hook-tokio v0.3.1
9822026-03-23T19:33:29.796Z Downloaded rustls-pemfile v1.0.4
9832026-03-23T19:33:29.799Z Downloaded schemars_derive v0.8.22
9842026-03-23T19:33:29.799Z Downloaded slog-bunyan v2.5.0
9852026-03-23T19:33:29.802Z Downloaded sigpipe v0.1.3
9862026-03-23T19:33:29.802Z Downloaded scroll v0.13.0
9872026-03-23T19:33:29.802Z Downloaded slog-envlogger v2.2.0
9882026-03-23T19:33:29.805Z Downloaded hickory-server v0.25.2
9892026-03-23T19:33:29.808Z Downloaded jiff-static v0.2.21
9902026-03-23T19:33:29.812Z Downloaded resolv-conf v0.7.6
9912026-03-23T19:33:29.812Z Downloaded hashbrown v0.12.3
9922026-03-23T19:33:29.815Z Downloaded pin-project v1.1.11
9932026-03-23T19:33:29.823Z Downloaded rand_core v0.9.5
9942026-03-23T19:33:29.826Z Downloaded serde_path_to_error v0.1.20
9952026-03-23T19:33:29.826Z Downloaded progenitor-impl v0.10.0
9962026-03-23T19:33:29.829Z Downloaded secrecy v0.10.3
9972026-03-23T19:33:29.829Z Downloaded aes v0.8.4
9982026-03-23T19:33:29.832Z Downloaded ssh-cipher v0.2.0
9992026-03-23T19:33:29.835Z Downloaded sqlparser_derive v0.5.0
10002026-03-23T19:33:29.835Z Downloaded sec1 v0.7.3
10012026-03-23T19:33:29.838Z Downloaded p256 v0.13.2
10022026-03-23T19:33:29.838Z Downloaded serde-hex v0.1.0
10032026-03-23T19:33:29.841Z Downloaded prettyplease v0.2.37
10042026-03-23T19:33:29.844Z Downloaded pretty_assertions v1.4.1
10052026-03-23T19:33:29.847Z Downloaded http v1.4.0
10062026-03-23T19:33:29.850Z Downloaded openssl-sys v0.9.111
10072026-03-23T19:33:29.853Z Downloaded shlex v1.3.0
10082026-03-23T19:33:29.853Z Downloaded rcgen v0.12.1
10092026-03-23T19:33:29.856Z Downloaded sct v0.7.1
10102026-03-23T19:33:29.859Z Downloaded russh-keys v0.45.0
10112026-03-23T19:33:29.863Z Downloaded minimal-lexical v0.2.1
10122026-03-23T19:33:29.866Z Downloaded ssh-encoding v0.2.0
10132026-03-23T19:33:29.866Z Downloaded rand_core v0.10.0
10142026-03-23T19:33:29.870Z Downloaded strum v0.26.3
10152026-03-23T19:33:29.870Z Downloaded progenitor-impl v0.11.2
10162026-03-23T19:33:29.873Z Downloaded strum v0.27.2
10172026-03-23T19:33:29.873Z Downloaded progenitor-impl v0.13.0
10182026-03-23T19:33:29.876Z Downloaded structmeta-derive v0.3.0
10192026-03-23T19:33:29.876Z Downloaded slab v0.4.12
10202026-03-23T19:33:29.876Z Downloaded scroll_derive v0.13.1
10212026-03-23T19:33:29.879Z Downloaded phf v0.12.1
10222026-03-23T19:33:29.879Z Downloaded smallvec v0.6.14
10232026-03-23T19:33:29.882Z Downloaded structmeta v0.3.0
10242026-03-23T19:33:29.882Z Downloaded strip-ansi-escapes v0.2.1
10252026-03-23T19:33:29.882Z Downloaded take_mut v0.2.2
10262026-03-23T19:33:29.882Z Downloaded subtle v2.6.1
10272026-03-23T19:33:29.885Z Downloaded supports-color v3.0.2
10282026-03-23T19:33:29.885Z Downloaded tap v1.0.1
10292026-03-23T19:33:29.888Z Downloaded sync-ptr v0.1.4
10302026-03-23T19:33:29.888Z Downloaded slog-stdlog v4.1.1
10312026-03-23T19:33:29.888Z Downloaded smf v0.2.3
10322026-03-23T19:33:29.891Z Downloaded serde_cbor v0.11.2
10332026-03-23T19:33:29.894Z Downloaded ron v0.8.1
10342026-03-23T19:33:29.897Z Downloaded prefix-trie v0.7.0
10352026-03-23T19:33:29.900Z Downloaded tabwriter v1.4.1
10362026-03-23T19:33:29.900Z Downloaded tabled_derive v0.11.0
10372026-03-23T19:33:29.903Z Downloaded slog-scope v4.4.1
10382026-03-23T19:33:29.903Z Downloaded slog-json v2.6.1
10392026-03-23T19:33:29.907Z Downloaded slog-dtrace v0.3.0
10402026-03-23T19:33:29.907Z Downloaded termtree v0.5.1
10412026-03-23T19:33:29.907Z Downloaded serde_derive_internals v0.29.1
10422026-03-23T19:33:29.910Z Downloaded slog-async v2.8.0
10432026-03-23T19:33:29.910Z Downloaded sync_wrapper v1.0.2
10442026-03-23T19:33:29.913Z Downloaded thiserror-impl-no-std v2.0.2
10452026-03-23T19:33:29.913Z Downloaded time-core v0.1.8
10462026-03-23T19:33:29.916Z Downloaded testing_table v0.3.0
10472026-03-23T19:33:29.916Z Downloaded tagptr v0.2.0
10482026-03-23T19:33:29.916Z Downloaded simd-adler32 v0.3.8
10492026-03-23T19:33:29.920Z Downloaded signal-hook-registry v1.4.8
10502026-03-23T19:33:29.920Z Downloaded pem-rfc7468 v0.7.0
10512026-03-23T19:33:29.923Z Downloaded parking_lot_core v0.8.6
10522026-03-23T19:33:29.923Z Downloaded hyper-util v0.1.20
10532026-03-23T19:33:29.926Z Downloaded libloading v0.8.9
10542026-03-23T19:33:29.929Z Downloaded num-complex v0.4.6
10552026-03-23T19:33:29.932Z Downloaded thread-id v5.1.0
10562026-03-23T19:33:29.932Z Downloaded stacker v0.1.23
10572026-03-23T19:33:29.935Z Downloaded tinyvec_macros v0.1.1
10582026-03-23T19:33:29.935Z Downloaded sqlformat v0.3.5
10592026-03-23T19:33:29.938Z Downloaded itertools v0.10.5
10602026-03-23T19:33:29.941Z Downloaded rustls-pki-types v1.14.0
10612026-03-23T19:33:29.944Z Downloaded static_assertions v1.1.0
10622026-03-23T19:33:29.944Z Downloaded schemars v0.8.22
10632026-03-23T19:33:29.953Z Downloaded stringprep v0.1.5
10642026-03-23T19:33:29.956Z Downloaded nom v7.1.3
10652026-03-23T19:33:29.959Z Downloaded strum_macros v0.27.2
10662026-03-23T19:33:29.962Z Downloaded strum_macros v0.26.4
10672026-03-23T19:33:29.965Z Downloaded slog-term v2.9.2
10682026-03-23T19:33:29.965Z Downloaded string_cache v0.8.9
10692026-03-23T19:33:29.968Z Downloaded spki v0.7.3
10702026-03-23T19:33:29.968Z Downloaded strum_macros v0.24.3
10712026-03-23T19:33:29.971Z Downloaded lock_api v0.4.14
10722026-03-23T19:33:29.971Z Downloaded futures v0.3.32
10732026-03-23T19:33:29.974Z Downloaded ryu v1.0.23
10742026-03-23T19:33:29.977Z Downloaded hyper-rustls v0.27.7
10752026-03-23T19:33:29.980Z Downloaded half v1.8.3
10762026-03-23T19:33:29.983Z Downloaded humantime v2.3.0
10772026-03-23T19:33:29.983Z Downloaded spin v0.9.8
10782026-03-23T19:33:29.986Z Downloaded hickory-client v0.25.2
10792026-03-23T19:33:29.989Z Downloaded maplit v1.0.2
10802026-03-23T19:33:29.989Z Downloaded futures-channel v0.3.32
10812026-03-23T19:33:29.992Z Downloaded cancel-safe-futures v0.1.5
10822026-03-23T19:33:29.992Z Downloaded bzip2 v0.6.1
10832026-03-23T19:33:29.995Z Downloaded tower-layer v0.3.3
10842026-03-23T19:33:29.995Z Downloaded rand v0.8.5
10852026-03-23T19:33:29.998Z Downloaded termios v0.3.3
10862026-03-23T19:33:30.001Z Downloaded tower-service v0.3.3
10872026-03-23T19:33:30.001Z Downloaded thread_local v1.1.9
10882026-03-23T19:33:30.005Z Downloaded signal-hook v0.3.18
10892026-03-23T19:33:30.005Z Downloaded time-macros v0.2.27
10902026-03-23T19:33:30.008Z Downloaded snafu-derive v0.8.9
10912026-03-23T19:33:30.008Z Downloaded rustls-platform-verifier v0.6.2
10922026-03-23T19:33:30.011Z Downloaded hyper-staticfile v0.10.1
10932026-03-23T19:33:30.014Z Downloaded highway v1.3.0
10942026-03-23T19:33:30.017Z Downloaded hashbrown v0.15.5
10952026-03-23T19:33:30.021Z Downloaded itertools v0.12.1
10962026-03-23T19:33:30.024Z Downloaded trait-variant v0.1.2
10972026-03-23T19:33:30.028Z Downloaded tiny-keccak v2.0.2
10982026-03-23T19:33:30.028Z Downloaded untrusted v0.7.1
10992026-03-23T19:33:30.031Z Downloaded typify-macro v0.4.3
11002026-03-23T19:33:30.031Z Downloaded tls_codec v0.4.2
11012026-03-23T19:33:30.031Z Downloaded tokio-native-tls v0.3.1
11022026-03-23T19:33:30.034Z Downloaded tokio-dtrace v0.1.1
11032026-03-23T19:33:30.034Z Downloaded similar v2.7.0
11042026-03-23T19:33:30.038Z Downloaded unicode-truncate v1.1.0
11052026-03-23T19:33:30.041Z Downloaded unarray v0.1.4
11062026-03-23T19:33:30.041Z Downloaded tokio-tungstenite v0.23.1
11072026-03-23T19:33:30.044Z Downloaded tokio-tungstenite v0.21.0
11082026-03-23T19:33:30.047Z Downloaded usdt v0.6.0
11092026-03-23T19:33:30.047Z Downloaded toml_writer v1.0.6+spec-1.1.0
11102026-03-23T19:33:30.047Z Downloaded quinn v0.11.9
11112026-03-23T19:33:30.050Z Downloaded publicsuffix v2.3.0
11122026-03-23T19:33:30.053Z Downloaded tokio-macros v2.6.0
11132026-03-23T19:33:30.053Z Downloaded tokio-rustls v0.25.0
11142026-03-23T19:33:30.056Z Downloaded h2 v0.4.13
11152026-03-23T19:33:30.059Z Downloaded unit-prefix v0.5.2
11162026-03-23T19:33:30.062Z Downloaded usdt-attr-macro v0.6.0
11172026-03-23T19:33:30.062Z Downloaded untrusted v0.9.0
11182026-03-23T19:33:30.065Z Downloaded utf-8 v0.7.6
11192026-03-23T19:33:30.065Z Downloaded usdt-macro v0.6.0
11202026-03-23T19:33:30.065Z Downloaded support-bundle-viewer v0.1.2
11212026-03-23T19:33:30.069Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11222026-03-23T19:33:30.069Z Downloaded serde_with_macros v3.17.0
11232026-03-23T19:33:30.072Z Downloaded wait-timeout v0.2.1
11242026-03-23T19:33:30.072Z Downloaded void v1.0.2
11252026-03-23T19:33:30.072Z Downloaded try-lock v0.2.5
11262026-03-23T19:33:30.072Z Downloaded num-bigint-dig v0.8.6
11272026-03-23T19:33:30.075Z Downloaded num-bigint v0.4.6
11282026-03-23T19:33:30.080Z Downloaded rayon-core v1.13.0
11292026-03-23T19:33:30.083Z Downloaded libxml v0.3.3
11302026-03-23T19:33:30.086Z Downloaded tls_codec_derive v0.4.2
11312026-03-23T19:33:30.089Z Downloaded topological-sort v0.2.2
11322026-03-23T19:33:30.089Z Downloaded tui-tree-widget v0.23.1
11332026-03-23T19:33:30.092Z Downloaded term v1.2.1
11342026-03-23T19:33:30.095Z Downloaded waitgroup v0.1.2
11352026-03-23T19:33:30.095Z Downloaded typify-macro v0.6.1
11362026-03-23T19:33:30.096Z Downloaded term v0.7.0
11372026-03-23T19:33:30.099Z Downloaded itertools v0.14.0
11382026-03-23T19:33:30.103Z Downloaded itertools v0.13.0
11392026-03-23T19:33:30.109Z Downloaded universal-hash v0.5.1
11402026-03-23T19:33:30.112Z Downloaded rsa v0.9.10
11412026-03-23T19:33:30.115Z Downloaded samael v0.0.19
11422026-03-23T19:33:30.118Z Downloaded hyper v1.8.1
11432026-03-23T19:33:30.122Z Downloaded want v0.3.1
11442026-03-23T19:33:30.125Z Downloaded thiserror-no-std v2.0.2
11452026-03-23T19:33:30.128Z Downloaded xshell-macros v0.2.7
11462026-03-23T19:33:30.128Z Downloaded unicase v2.9.0
11472026-03-23T19:33:30.128Z Downloaded mio v1.1.1
11482026-03-23T19:33:30.132Z Downloaded xattr v1.6.1
11492026-03-23T19:33:30.135Z Downloaded subprocess v0.2.15
11502026-03-23T19:33:30.138Z Downloaded qorb v0.4.1
11512026-03-23T19:33:30.141Z Downloaded tokio-rustls v0.26.4
11522026-03-23T19:33:30.141Z Downloaded slog v2.8.2
11532026-03-23T19:33:30.144Z Downloaded toml_parser v1.0.9+spec-1.1.0
11542026-03-23T19:33:30.147Z Downloaded tokio-rustls v0.24.1
11552026-03-23T19:33:30.150Z Downloaded uzers v0.12.2
11562026-03-23T19:33:30.150Z Downloaded usdt-impl v0.6.0
11572026-03-23T19:33:30.153Z Downloaded zeroize_derive v1.4.3
11582026-03-23T19:33:30.153Z Downloaded vergen-gitcl v1.0.8
11592026-03-23T19:33:30.153Z Downloaded rand v0.10.0
11602026-03-23T19:33:30.156Z Downloaded test-strategy v0.4.5
11612026-03-23T19:33:30.159Z Downloaded rand v0.9.2
11622026-03-23T19:33:30.162Z Downloaded vergen-git2 v1.0.7
11632026-03-23T19:33:30.165Z Downloaded socket2 v0.5.10
11642026-03-23T19:33:30.168Z Downloaded tracing-attributes v0.1.31
11652026-03-23T19:33:30.168Z Downloaded tar v0.4.44
11662026-03-23T19:33:30.172Z Downloaded zone v0.3.1
11672026-03-23T19:33:30.172Z Downloaded walkdir v2.5.0
11682026-03-23T19:33:30.175Z Downloaded vergen-lib v0.1.6
11692026-03-23T19:33:30.175Z Downloaded snafu v0.8.9
11702026-03-23T19:33:30.179Z Downloaded zone_cfg_derive v0.3.1
11712026-03-23T19:33:30.182Z Downloaded unicode-properties v0.1.4
11722026-03-23T19:33:30.182Z Downloaded schemars v1.2.1
11732026-03-23T19:33:30.193Z Downloaded tinyvec v1.10.0
11742026-03-23T19:33:30.197Z Downloaded tokio-stream v0.1.18
11752026-03-23T19:33:30.200Z Downloaded wyz v0.5.1
11762026-03-23T19:33:30.203Z Downloaded futures-util v0.3.32
11772026-03-23T19:33:30.210Z Downloaded xz2 v0.1.7
11782026-03-23T19:33:30.213Z Downloaded whoami v1.6.1
11792026-03-23T19:33:30.218Z Downloaded socket2 v0.6.2
11802026-03-23T19:33:30.218Z Downloaded toml v0.9.12+spec-1.1.0
11812026-03-23T19:33:30.221Z Downloaded toml v0.7.8
11822026-03-23T19:33:30.224Z Downloaded russh v0.45.0
11832026-03-23T19:33:30.227Z Downloaded aes-gcm v0.10.3
11842026-03-23T19:33:30.230Z Downloaded whoami v2.1.0
11852026-03-23T19:33:30.233Z Downloaded tungstenite v0.23.0
11862026-03-23T19:33:30.236Z Downloaded tungstenite v0.21.0
11872026-03-23T19:33:30.239Z Downloaded zstd-safe v7.2.4
11882026-03-23T19:33:30.239Z Downloaded typify v0.6.1
11892026-03-23T19:33:30.242Z Downloaded rustyline v14.0.0
11902026-03-23T19:33:30.246Z Downloaded zstd v0.13.3
11912026-03-23T19:33:30.249Z Downloaded unicode-bidi v0.3.18
11922026-03-23T19:33:30.252Z Downloaded vsss-rs v3.3.4
11932026-03-23T19:33:30.255Z Downloaded iddqd v0.3.17
11942026-03-23T19:33:30.258Z Downloaded hkdf v0.12.4
11952026-03-23T19:33:30.262Z Downloaded schemars v0.9.0
11962026-03-23T19:33:30.270Z Downloaded xshell v0.2.7
11972026-03-23T19:33:30.273Z Downloaded steno v0.4.1
11982026-03-23T19:33:30.276Z Downloaded twox-hash v2.1.2
11992026-03-23T19:33:30.279Z Downloaded uuid v1.21.0
12002026-03-23T19:33:30.282Z Downloaded yasna v0.5.2
12012026-03-23T19:33:30.282Z Downloaded unsafe-libyaml v0.2.11
12022026-03-23T19:33:30.285Z Downloaded zeroize v1.8.2
12032026-03-23T19:33:30.285Z Downloaded toml_edit v0.23.10+spec-1.0.0
12042026-03-23T19:33:30.289Z Downloaded libm v0.2.16
12052026-03-23T19:33:30.296Z Downloaded vergen v9.0.6
12062026-03-23T19:33:30.299Z Downloaded typify v0.4.3
12072026-03-23T19:33:30.302Z Downloaded tracing-core v0.1.36
12082026-03-23T19:33:30.306Z Downloaded ron v0.12.0
12092026-03-23T19:33:30.310Z Downloaded reedline v0.40.0
12102026-03-23T19:33:30.316Z Downloaded rpassword v7.4.0
12112026-03-23T19:33:30.319Z Downloaded vte v0.14.1
12122026-03-23T19:33:30.322Z Downloaded toml_edit v0.19.15
12132026-03-23T19:33:30.333Z Downloaded zerocopy v0.6.6
12142026-03-23T19:33:30.336Z Downloaded p521 v0.13.3
12152026-03-23T19:33:30.339Z Downloaded git2 v0.20.4
12162026-03-23T19:33:30.345Z Downloaded blake3 v1.8.3
12172026-03-23T19:33:30.352Z Downloaded zopfli v0.8.3
12182026-03-23T19:33:30.355Z Downloaded rustls-webpki v0.103.9
12192026-03-23T19:33:30.360Z Downloaded serde_yaml v0.9.34+deprecated
12202026-03-23T19:33:30.364Z Downloaded iri-string v0.7.10
12212026-03-23T19:33:30.368Z Downloaded bzip2 v0.4.4
12222026-03-23T19:33:30.368Z Downloaded regex v1.12.3
12232026-03-23T19:33:30.371Z Downloaded colored v3.1.1
12242026-03-23T19:33:30.375Z Downloaded ciborium v0.2.2
12252026-03-23T19:33:30.378Z Downloaded cargo_toml v0.22.3
12262026-03-23T19:33:30.378Z Downloaded bitfield v0.19.4
12272026-03-23T19:33:30.378Z Downloaded ar_archive_writer v0.5.1
12282026-03-23T19:33:30.381Z Downloaded darling v0.20.11
12292026-03-23T19:33:30.384Z Downloaded yansi v1.0.1
12302026-03-23T19:33:30.387Z Downloaded globset v0.4.18
12312026-03-23T19:33:30.391Z Downloaded reqwest v0.12.28
12322026-03-23T19:33:30.394Z Downloaded zip v0.6.6
12332026-03-23T19:33:30.397Z Downloaded p384 v0.13.1
12342026-03-23T19:33:30.400Z Downloaded ssh-key v0.6.7
12352026-03-23T19:33:30.406Z Downloaded tokio-postgres v0.7.16
12362026-03-23T19:33:30.410Z Downloaded zerocopy-derive v0.8.40
12372026-03-23T19:33:30.417Z Downloaded unicode_categories v0.1.1
12382026-03-23T19:33:30.420Z Downloaded portable-atomic v1.13.1
12392026-03-23T19:33:30.425Z Downloaded quick-xml v0.37.5
12402026-03-23T19:33:30.430Z Downloaded tower v0.5.3
12412026-03-23T19:33:30.437Z Downloaded aws-lc-rs v1.16.0
12422026-03-23T19:33:30.445Z Downloaded typed-path v0.9.3
12432026-03-23T19:33:30.450Z Downloaded unicode-segmentation v1.12.0
12442026-03-23T19:33:30.453Z Downloaded rayon v1.11.0
12452026-03-23T19:33:30.460Z Downloaded salty v0.3.0
12462026-03-23T19:33:30.466Z Downloaded reqwest v0.13.2
12472026-03-23T19:33:30.471Z Downloaded bitvec v1.0.1
12482026-03-23T19:33:30.483Z Downloaded x509-cert v0.2.5
12492026-03-23T19:33:30.488Z Downloaded tough v0.20.0
12502026-03-23T19:33:30.495Z Downloaded unicode-normalization v0.1.25
12512026-03-23T19:33:30.499Z Downloaded proptest v1.10.0
12522026-03-23T19:33:30.505Z Downloaded zip v4.6.1
12532026-03-23T19:33:30.509Z Downloaded petname v2.0.2
12542026-03-23T19:33:30.513Z Downloaded tower-http v0.6.8
12552026-03-23T19:33:30.520Z Downloaded rustls-webpki v0.102.8
12562026-03-23T19:33:30.535Z Downloaded object v0.30.4
12572026-03-23T19:33:30.542Z Downloaded serde_with v3.17.0
12582026-03-23T19:33:30.553Z Downloaded goblin v0.10.5
12592026-03-23T19:33:30.559Z Downloaded nix v0.27.1
12602026-03-23T19:33:30.589Z Downloaded curve25519-dalek v4.1.3
12612026-03-23T19:33:30.589Z Downloaded radix_trie v0.2.1
12622026-03-23T19:33:30.589Z Downloaded moka v0.12.13
12632026-03-23T19:33:30.589Z Downloaded tokio-util v0.7.18
12642026-03-23T19:33:30.593Z Downloaded rustls-webpki v0.101.7
12652026-03-23T19:33:30.602Z Downloaded winnow v0.6.26
12662026-03-23T19:33:30.608Z Downloaded lalrpop v0.19.12
12672026-03-23T19:33:30.618Z Downloaded polar-core v0.27.3
12682026-03-23T19:33:30.624Z Downloaded openssl v0.10.75
12692026-03-23T19:33:30.632Z Downloaded winnow v0.5.40
12702026-03-23T19:33:30.639Z Downloaded bstr v1.12.1
12712026-03-23T19:33:30.646Z Downloaded quinn-proto v0.11.13
12722026-03-23T19:33:30.652Z Downloaded dropshot v0.16.7
12732026-03-23T19:33:30.671Z Downloaded time v0.3.47
12742026-03-23T19:33:30.679Z Downloaded smoltcp v0.9.1
12752026-03-23T19:33:30.687Z Downloaded regex-syntax v0.6.29
12762026-03-23T19:33:30.693Z Downloaded object v0.37.3
12772026-03-23T19:33:30.702Z Downloaded zlib-rs v0.6.2
12782026-03-23T19:33:30.707Z Downloaded vcpkg v0.2.15
12792026-03-23T19:33:30.738Z Downloaded zerocopy v0.8.40
12802026-03-23T19:33:30.745Z Downloaded hickory-proto v0.24.4
12812026-03-23T19:33:30.758Z Downloaded webpki-roots v1.0.6
12822026-03-23T19:33:30.761Z Downloaded rustls v0.22.4
12832026-03-23T19:33:30.770Z Downloaded smoltcp v0.11.0
12842026-03-23T19:33:30.781Z Downloaded rustix v0.38.44
12852026-03-23T19:33:30.797Z Downloaded rustls v0.23.37
12862026-03-23T19:33:30.806Z Downloaded openapiv3 v2.2.0
12872026-03-23T19:33:30.816Z Downloaded regress v0.10.5
12882026-03-23T19:33:30.823Z Downloaded regex-syntax v0.8.10
12892026-03-23T19:33:30.829Z Downloaded hickory-proto v0.25.2
12902026-03-23T19:33:30.842Z Downloaded nix v0.31.1
12912026-03-23T19:33:30.852Z Downloaded tabled v0.20.0
12922026-03-23T19:33:30.866Z Downloaded rustls v0.21.12
12932026-03-23T19:33:30.875Z Downloaded nix v0.28.0
12942026-03-23T19:33:30.884Z Downloaded diesel v2.3.7
12952026-03-23T19:33:30.900Z Downloaded sqlparser v0.61.0
12962026-03-23T19:33:30.908Z Downloaded tracing v0.1.44
12972026-03-23T19:33:30.926Z Downloaded typify-impl v0.4.3
12982026-03-23T19:33:30.938Z Downloaded sled v0.34.7
12992026-03-23T19:33:30.946Z Downloaded bzip2-sys v0.1.13+1.0.8
13002026-03-23T19:33:30.955Z Downloaded typify-impl v0.6.1
13012026-03-23T19:33:30.966Z Downloaded zerocopy-derive v0.6.6
13022026-03-23T19:33:30.974Z Downloaded ratatui v0.29.0
13032026-03-23T19:33:30.990Z Downloaded nix v0.29.0
13042026-03-23T19:33:30.998Z Downloaded bindgen v0.71.1
13052026-03-23T19:33:31.003Z Downloaded git-stub-vcs v0.1.0
13062026-03-23T19:33:31.006Z Downloaded daft-derive v0.1.5
13072026-03-23T19:33:31.009Z Downloaded ecdsa v0.16.9
13082026-03-23T19:33:31.010Z Downloaded csv-core v0.1.13
13092026-03-23T19:33:31.013Z Downloaded crossbeam-epoch v0.9.18
13102026-03-23T19:33:31.013Z Downloaded http-body v1.0.1
13112026-03-23T19:33:31.013Z Downloaded hostname v0.3.1
13122026-03-23T19:33:31.016Z Downloaded regex-automata v0.4.14
13132026-03-23T19:33:31.026Z Downloaded hex-literal v0.4.1
13142026-03-23T19:33:31.029Z Downloaded petgraph v0.6.5
13152026-03-23T19:33:31.041Z Downloaded jiff v0.2.21
13162026-03-23T19:33:31.055Z Downloaded fd-lock v4.0.4
13172026-03-23T19:33:31.058Z Downloaded chrono-tz v0.10.4
13182026-03-23T19:33:31.071Z Downloaded embedded-io v0.6.1
13192026-03-23T19:33:31.074Z Downloaded either v1.15.0
13202026-03-23T19:33:31.074Z Downloaded petgraph v0.8.3
13212026-03-23T19:33:31.090Z Downloaded lzma-sys v0.1.20
13222026-03-23T19:33:31.112Z Downloaded drift v0.1.3
13232026-03-23T19:33:31.116Z Downloaded libz-sys v1.1.24
13242026-03-23T19:33:31.131Z Downloaded csv v1.4.0
13252026-03-23T19:33:31.148Z Downloaded darling_core v0.23.0
13262026-03-23T19:33:31.151Z Downloaded daft v0.1.5
13272026-03-23T19:33:31.154Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13282026-03-23T19:33:31.167Z Downloaded sha3 v0.10.8
13292026-03-23T19:33:31.171Z Downloaded byte-wrapper v0.1.0
13302026-03-23T19:33:31.174Z Downloaded buf-list v1.1.2
13312026-03-23T19:33:31.177Z Downloaded tokio v1.49.0
13322026-03-23T19:33:31.204Z Downloaded bit-vec v0.6.3
13332026-03-23T19:33:31.207Z Downloaded headers-core v0.3.0
13342026-03-23T19:33:31.207Z Downloaded hash32 v0.3.1
13352026-03-23T19:33:31.207Z Downloaded env_logger v0.11.9
13362026-03-23T19:33:31.210Z Downloaded diesel-dtrace v0.5.0
13372026-03-23T19:33:31.210Z Downloaded derive-ex v0.1.8
13382026-03-23T19:33:31.213Z Downloaded cargo_metadata v0.19.2
13392026-03-23T19:33:31.213Z Downloaded castaway v0.2.4
13402026-03-23T19:33:31.213Z Downloaded arc-swap v1.8.2
13412026-03-23T19:33:31.249Z Downloaded encoding_rs v0.8.35
13422026-03-23T19:33:31.281Z Downloaded ring v0.17.14
13432026-03-23T19:33:31.313Z Downloaded libgit2-sys v0.18.3+1.9.2
13442026-03-23T19:33:31.932Z Downloaded aws-lc-sys v0.37.1
13452026-03-23T19:33:32.292Z Compiling libc v0.2.180
13462026-03-23T19:33:32.292Z Compiling serde v1.0.228
13472026-03-23T19:33:32.296Z Compiling log v0.4.29
13482026-03-23T19:33:32.296Z Compiling shlex v1.3.0
13492026-03-23T19:33:32.492Z Compiling find-msvc-tools v0.1.9
13502026-03-23T19:33:32.509Z Compiling smallvec v1.15.1
13512026-03-23T19:33:32.546Z Compiling syn v2.0.117
13522026-03-23T19:33:32.550Z Compiling typenum v1.19.0
13532026-03-23T19:33:32.733Z Compiling generic-array v0.14.7
13542026-03-23T19:33:32.766Z Compiling subtle v2.6.1
13552026-03-23T19:33:32.816Z Compiling scopeguard v1.2.0
13562026-03-23T19:33:32.881Z Compiling portable-atomic v1.13.1
13572026-03-23T19:33:32.903Z Compiling const-oid v0.9.6
13582026-03-23T19:33:32.955Z Compiling lock_api v0.4.14
13592026-03-23T19:33:32.992Z Compiling critical-section v1.2.0
13602026-03-23T19:33:33.049Z Compiling zerocopy v0.8.40
13612026-03-23T19:33:33.121Z Compiling parking_lot_core v0.9.12
13622026-03-23T19:33:33.263Z Compiling pin-project-lite v0.2.17
13632026-03-23T19:33:33.387Z Compiling serde_json v1.0.149
13642026-03-23T19:33:33.447Z Compiling pkg-config v0.3.32
13652026-03-23T19:33:33.641Z Compiling getrandom v0.2.17
13662026-03-23T19:33:33.685Z Compiling jobserver v0.1.34
13672026-03-23T19:33:33.726Z Compiling errno v0.3.14
13682026-03-23T19:33:33.865Z Compiling rand_core v0.6.4
13692026-03-23T19:33:33.922Z Compiling signal-hook-registry v1.4.8
13702026-03-23T19:33:34.026Z Compiling cc v1.2.56
13712026-03-23T19:33:34.216Z Compiling once_cell v1.21.3
13722026-03-23T19:33:34.235Z Compiling mio v1.1.1
13732026-03-23T19:33:34.294Z Compiling bitflags v2.11.0
13742026-03-23T19:33:34.297Z Compiling libm v0.2.16
13752026-03-23T19:33:34.486Z Compiling num-traits v0.2.19
13762026-03-23T19:33:34.596Z Compiling parking_lot v0.12.5
13772026-03-23T19:33:34.627Z Compiling futures-core v0.3.32
13782026-03-23T19:33:34.817Z Compiling socket2 v0.6.2
13792026-03-23T19:33:34.909Z Compiling percent-encoding v2.3.2
13802026-03-23T19:33:34.929Z Compiling allocator-api2 v0.2.21
13812026-03-23T19:33:35.105Z Compiling futures-sink v0.3.32
13822026-03-23T19:33:35.158Z Compiling foldhash v0.2.0
13832026-03-23T19:33:35.265Z Compiling cpufeatures v0.2.17
13842026-03-23T19:33:35.360Z Compiling futures-channel v0.3.32
13852026-03-23T19:33:35.394Z Compiling hashbrown v0.16.1
13862026-03-23T19:33:35.397Z Compiling futures-io v0.3.32
13872026-03-23T19:33:35.485Z Compiling slab v0.4.12
13882026-03-23T19:33:35.595Z Compiling futures-task v0.3.32
13892026-03-23T19:33:35.615Z Compiling getrandom v0.4.1
13902026-03-23T19:33:35.668Z Compiling rustversion v1.0.22
13912026-03-23T19:33:35.716Z Compiling getrandom v0.3.4
13922026-03-23T19:33:35.820Z Compiling rand_core v0.10.0
13932026-03-23T19:33:36.188Z Compiling indexmap v2.13.0
13942026-03-23T19:33:36.266Z Compiling form_urlencoded v1.2.2
13952026-03-23T19:33:36.368Z Compiling cmake v0.1.57
13962026-03-23T19:33:36.398Z Compiling ident_case v1.0.1
13972026-03-23T19:33:36.497Z Compiling base64ct v1.8.3
13982026-03-23T19:33:36.550Z Compiling fs_extra v1.3.0
13992026-03-23T19:33:36.664Z Compiling synstructure v0.13.2
14002026-03-23T19:33:36.894Z Compiling dunce v1.0.5
14012026-03-23T19:33:36.894Z Compiling pem-rfc7468 v0.7.0
14022026-03-23T19:33:36.958Z Compiling flagset v0.4.7
14032026-03-23T19:33:36.999Z Compiling rustix v1.1.3
14042026-03-23T19:33:37.019Z Compiling aws-lc-sys v0.37.1
14052026-03-23T19:33:37.060Z Compiling iana-time-zone v0.1.65
14062026-03-23T19:33:37.138Z Compiling rand_core v0.9.5
14072026-03-23T19:33:37.177Z Compiling ring v0.17.14
14082026-03-23T19:33:37.332Z Compiling uuid v1.21.0
14092026-03-23T19:33:37.351Z Compiling rustc_version v0.4.1
14102026-03-23T19:33:37.511Z Compiling regex-syntax v0.8.10
14112026-03-23T19:33:37.530Z Compiling vcpkg v0.2.15
14122026-03-23T19:33:37.765Z Compiling aws-lc-rs v1.16.0
14132026-03-23T19:33:38.142Z Compiling tracing-core v0.1.36
14142026-03-23T19:33:38.237Z Compiling crossbeam-utils v0.8.21
14152026-03-23T19:33:38.533Z Compiling openssl-sys v0.9.111
14162026-03-23T19:33:38.629Z Compiling pest_generator v2.8.6
14172026-03-23T19:33:38.879Z Compiling serde_derive_internals v0.29.1
14182026-03-23T19:33:39.266Z Compiling httparse v1.10.1
14192026-03-23T19:33:39.306Z Compiling serde_derive v1.0.228
14202026-03-23T19:33:39.424Z Compiling zeroize_derive v1.4.3
14212026-03-23T19:33:39.559Z Compiling zerofrom-derive v0.1.6
14222026-03-23T19:33:39.701Z Compiling yoke-derive v0.8.1
14232026-03-23T19:33:40.124Z Compiling zerocopy-derive v0.8.40
14242026-03-23T19:33:40.264Z Compiling zeroize v1.8.2
14252026-03-23T19:33:40.729Z Compiling zerovec-derive v0.11.2
14262026-03-23T19:33:41.259Z Compiling crypto-common v0.1.7
14272026-03-23T19:33:41.299Z Compiling block-buffer v0.10.4
14282026-03-23T19:33:41.439Z Compiling displaydoc v0.2.5
14292026-03-23T19:33:41.469Z Compiling zerofrom v0.1.6
14302026-03-23T19:33:41.505Z Compiling digest v0.10.7
14312026-03-23T19:33:41.623Z Compiling yoke v0.8.1
14322026-03-23T19:33:41.819Z Compiling tokio-macros v2.6.0
14332026-03-23T19:33:41.860Z Compiling hmac v0.12.1
14342026-03-23T19:33:42.045Z Compiling futures-macro v0.3.32
14352026-03-23T19:33:42.065Z Compiling block-padding v0.3.3
14362026-03-23T19:33:42.217Z Compiling zerovec v0.11.5
14372026-03-23T19:33:42.317Z Compiling inout v0.1.4
14382026-03-23T19:33:42.456Z Compiling zerotrie v0.2.3
14392026-03-23T19:33:42.534Z Compiling cipher v0.4.4
14402026-03-23T19:33:42.801Z Compiling sha2 v0.10.9
14412026-03-23T19:33:42.857Z Compiling tinystr v0.8.2
14422026-03-23T19:33:42.880Z Compiling potential_utf v0.1.4
14432026-03-23T19:33:42.923Z Compiling der_derive v0.7.3
14442026-03-23T19:33:43.089Z Compiling icu_locale_core v2.1.1
14452026-03-23T19:33:43.119Z Compiling icu_collections v2.1.1
14462026-03-23T19:33:43.177Z Compiling futures-util v0.3.32
14472026-03-23T19:33:43.768Z Compiling salsa20 v0.10.2
14482026-03-23T19:33:43.940Z Compiling icu_provider v2.1.1
14492026-03-23T19:33:44.049Z Compiling bytes v1.11.1
14502026-03-23T19:33:44.217Z Compiling der v0.7.10
14512026-03-23T19:33:44.306Z Compiling icu_properties v2.1.2
14522026-03-23T19:33:44.326Z Compiling icu_normalizer v2.1.1
14532026-03-23T19:33:44.645Z Compiling chrono v0.4.44
14542026-03-23T19:33:44.875Z Compiling tokio v1.49.0
14552026-03-23T19:33:45.019Z Compiling http v1.4.0
14562026-03-23T19:33:45.829Z Compiling idna_adapter v1.2.1
14572026-03-23T19:33:45.849Z Compiling spki v0.7.3
14582026-03-23T19:33:45.998Z Compiling idna v1.1.0
14592026-03-23T19:33:46.107Z Compiling pbkdf2 v0.12.2
14602026-03-23T19:33:46.236Z Compiling thiserror-impl v2.0.18
14612026-03-23T19:33:46.256Z Compiling scrypt v0.11.0
14622026-03-23T19:33:46.278Z Compiling ppv-lite86 v0.2.21
14632026-03-23T19:33:46.501Z Compiling url v2.5.8
14642026-03-23T19:33:46.523Z Compiling aes v0.8.4
14652026-03-23T19:33:46.587Z Compiling cbc v0.1.2
14662026-03-23T19:33:46.721Z Compiling rand_chacha v0.9.0
14672026-03-23T19:33:46.773Z Compiling rustls-pki-types v1.14.0
14682026-03-23T19:33:46.866Z Compiling tracing-attributes v0.1.31
14692026-03-23T19:33:47.417Z Compiling pkcs5 v0.7.1
14702026-03-23T19:33:47.591Z Compiling rand v0.9.2
14712026-03-23T19:33:47.657Z Compiling http-body v1.0.1
14722026-03-23T19:33:47.851Z Compiling base64 v0.22.1
14732026-03-23T19:33:47.961Z Compiling untrusted v0.7.1
14742026-03-23T19:33:48.043Z Compiling thiserror v2.0.18
14752026-03-23T19:33:48.068Z Compiling untrusted v0.9.0
14762026-03-23T19:33:48.116Z Compiling openssl-probe v0.2.1
14772026-03-23T19:33:48.174Z Compiling schemars v0.8.22
14782026-03-23T19:33:48.217Z Compiling syn v1.0.109
14792026-03-23T19:33:48.337Z Compiling pkcs8 v0.10.2
14802026-03-23T19:33:48.447Z Compiling schemars_derive v0.8.22
14812026-03-23T19:33:48.668Z Compiling pest_derive v2.8.6
14822026-03-23T19:33:48.688Z Compiling scroll_derive v0.13.1
14832026-03-23T19:33:48.742Z Compiling tracing v0.1.44
14842026-03-23T19:33:49.083Z Compiling darling_core v0.20.11
14852026-03-23T19:33:49.194Z Compiling atomic-waker v1.1.2
14862026-03-23T19:33:49.355Z Compiling try-lock v0.2.5
14872026-03-23T19:33:49.410Z Compiling tinyvec_macros v0.1.1
14882026-03-23T19:33:49.487Z Compiling dyn-clone v1.0.20
14892026-03-23T19:33:49.506Z Compiling tower-layer v0.3.3
14902026-03-23T19:33:49.663Z Compiling rustls v0.23.37
14912026-03-23T19:33:49.707Z Compiling tower-service v0.3.3
14922026-03-23T19:33:49.734Z Compiling scroll v0.13.0
14932026-03-23T19:33:49.825Z Compiling tinyvec v1.10.0
14942026-03-23T19:33:49.869Z Compiling tokio-util v0.7.18
14952026-03-23T19:33:50.079Z Compiling want v0.3.1
14962026-03-23T19:33:50.676Z Compiling ipnet v2.11.0
14972026-03-23T19:33:50.731Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14982026-03-23T19:33:51.223Z Compiling h2 v0.4.13
14992026-03-23T19:33:51.262Z Compiling spin v0.9.8
15002026-03-23T19:33:51.343Z Compiling aho-corasick v1.1.4
15012026-03-23T19:33:51.529Z Compiling foreign-types-shared v0.1.1
15022026-03-23T19:33:51.697Z Compiling openssl v0.10.75
15032026-03-23T19:33:51.926Z Compiling httpdate v1.0.3
15042026-03-23T19:33:51.945Z Compiling powerfmt v0.2.0
15052026-03-23T19:33:52.234Z Compiling crc32fast v1.5.0
15062026-03-23T19:33:52.253Z Compiling pin-utils v0.1.0
15072026-03-23T19:33:52.350Z Compiling time-core v0.1.8
15082026-03-23T19:33:52.370Z Compiling darling_macro v0.20.11
15092026-03-23T19:33:52.546Z Compiling num-conv v0.2.0
15102026-03-23T19:33:52.640Z Compiling regex-automata v0.4.14
15112026-03-23T19:33:52.718Z Compiling time-macros v0.2.27
15122026-03-23T19:33:52.806Z Compiling tempfile v3.25.0
15132026-03-23T19:33:52.970Z Compiling darling v0.20.11
15142026-03-23T19:33:53.076Z Compiling deranged v0.5.8
15152026-03-23T19:33:53.335Z Compiling foreign-types v0.3.2
15162026-03-23T19:33:53.756Z Compiling goblin v0.10.5
15172026-03-23T19:33:54.177Z Compiling openssl-macros v0.1.1
15182026-03-23T19:33:54.414Z Compiling thiserror-impl v1.0.69
15192026-03-23T19:33:55.357Z Compiling hyper v1.8.1
15202026-03-23T19:33:55.965Z Compiling wait-timeout v0.2.1
15212026-03-23T19:33:56.109Z Compiling simd-adler32 v0.3.8
15222026-03-23T19:33:56.309Z Compiling quick-error v1.2.3
15232026-03-23T19:33:56.434Z Compiling siphasher v1.0.2
15242026-03-23T19:33:56.454Z Compiling either v1.15.0
15252026-03-23T19:33:56.594Z Compiling num_threads v0.1.7
15262026-03-23T19:33:56.681Z Compiling native-tls v0.2.18
15272026-03-23T19:33:56.711Z Compiling bit-vec v0.8.0
15282026-03-23T19:33:56.731Z Compiling usdt-impl v0.6.0
15292026-03-23T19:33:56.958Z Compiling bit-set v0.8.0
15302026-03-23T19:33:57.010Z Compiling hyper-util v0.1.20
15312026-03-23T19:33:57.029Z Compiling time v0.3.47
15322026-03-23T19:33:57.180Z Compiling rusty-fork v0.3.1
15332026-03-23T19:33:57.547Z Compiling dof v0.4.0
15342026-03-23T19:33:57.597Z Compiling thiserror v1.0.69
15352026-03-23T19:33:58.449Z Compiling derive_builder_core v0.20.2
15362026-03-23T19:33:59.232Z Compiling unicode-normalization v0.1.25
15372026-03-23T19:33:59.359Z Compiling crossbeam-epoch v0.9.18
15382026-03-23T19:33:59.403Z Compiling dtrace-parser v0.3.0
15392026-03-23T19:33:59.621Z Compiling rustls-native-certs v0.8.3
15402026-03-23T19:33:59.787Z Compiling signature v2.2.0
15412026-03-23T19:33:59.795Z Compiling scroll_derive v0.12.1
15422026-03-23T19:33:59.829Z Compiling heapless v0.7.17
15432026-03-23T19:33:59.986Z Compiling rand_xorshift v0.4.0
15442026-03-23T19:34:00.006Z Compiling slog v2.8.2
15452026-03-23T19:34:00.124Z Compiling darling_core v0.21.3
15462026-03-23T19:34:00.186Z Compiling bzip2-sys v0.1.13+1.0.8
15472026-03-23T19:34:00.232Z Compiling sync_wrapper v1.0.2
15482026-03-23T19:34:00.364Z Compiling thread-id v5.1.0
15492026-03-23T19:34:00.443Z Compiling cookie v0.18.1
15502026-03-23T19:34:00.467Z Compiling paste v1.0.15
15512026-03-23T19:34:00.522Z Compiling unarray v0.1.4
15522026-03-23T19:34:00.659Z Compiling anyhow v1.0.102
15532026-03-23T19:34:00.678Z Compiling rayon-core v1.13.0
15542026-03-23T19:34:00.681Z Compiling unicode-segmentation v1.12.0
15552026-03-23T19:34:00.800Z Compiling signal-hook v0.3.18
15562026-03-23T19:34:00.910Z Compiling zstd-safe v7.2.4
15572026-03-23T19:34:01.014Z Compiling adler2 v2.0.1
15582026-03-23T19:34:01.040Z Compiling unicode-properties v0.1.4
15592026-03-23T19:34:01.154Z Compiling unicode-bidi v0.3.18
15602026-03-23T19:34:01.180Z Compiling miniz_oxide v0.8.9
15612026-03-23T19:34:01.465Z Compiling scroll v0.12.0
15622026-03-23T19:34:01.756Z Compiling stringprep v0.1.5
15632026-03-23T19:34:01.839Z Compiling proptest v1.10.0
15642026-03-23T19:34:01.900Z Compiling tower v0.5.3
15652026-03-23T19:34:02.075Z Compiling crossbeam-deque v0.8.6
15662026-03-23T19:34:02.339Z Compiling derive_builder_macro v0.20.2
15672026-03-23T19:34:02.377Z Compiling ipnetwork v0.21.1
15682026-03-23T19:34:02.574Z Compiling http-body-util v0.1.3
15692026-03-23T19:34:02.624Z Compiling webpki-roots v1.0.6
15702026-03-23T19:34:02.700Z Compiling rand_chacha v0.3.1
15712026-03-23T19:34:02.780Z Compiling serde_tokenstream v0.2.3
15722026-03-23T19:34:02.893Z Compiling erased-serde v0.3.31
15732026-03-23T19:34:02.913Z Compiling toml_datetime v0.6.11
15742026-03-23T19:34:02.933Z Compiling serde_spanned v0.6.9
15752026-03-23T19:34:03.112Z Compiling md-5 v0.10.6
15762026-03-23T19:34:03.195Z Compiling zerocopy-derive v0.7.35
15772026-03-23T19:34:03.254Z Compiling curve25519-dalek v4.1.3
15782026-03-23T19:34:03.321Z Compiling vergen-lib v0.1.6
15792026-03-23T19:34:03.543Z Compiling num-integer v0.1.46
15802026-03-23T19:34:03.619Z Compiling hash32 v0.2.1
15812026-03-23T19:34:03.670Z Compiling ff v0.13.1
15822026-03-23T19:34:03.747Z Compiling darling_macro v0.21.3
15832026-03-23T19:34:03.766Z Compiling memoffset v0.9.1
15842026-03-23T19:34:03.835Z Compiling base16ct v0.2.0
15852026-03-23T19:34:03.862Z Compiling smoltcp v0.9.1
15862026-03-23T19:34:03.971Z Compiling ref-cast v1.0.25
15872026-03-23T19:34:03.996Z Compiling cfg_aliases v0.2.1
15882026-03-23T19:34:04.060Z Compiling fallible-iterator v0.2.0
15892026-03-23T19:34:04.089Z Compiling psl-types v2.0.11
15902026-03-23T19:34:04.248Z Compiling zlib-rs v0.6.2
15912026-03-23T19:34:04.288Z Compiling iri-string v0.7.10
15922026-03-23T19:34:04.345Z Compiling litrs v1.0.0
15932026-03-23T19:34:04.348Z Compiling ryu v1.0.23
15942026-03-23T19:34:04.387Z Compiling rustix v0.38.44
15952026-03-23T19:34:04.465Z Compiling num-bigint-dig v0.8.6
15962026-03-23T19:34:04.593Z Compiling serde_urlencoded v0.7.1
15972026-03-23T19:34:04.720Z Compiling postgres-protocol v0.6.10
15982026-03-23T19:34:04.932Z Compiling zerocopy v0.7.35
15992026-03-23T19:34:04.973Z Compiling darling v0.21.3
16002026-03-23T19:34:05.021Z Compiling document-features v0.2.12
16012026-03-23T19:34:05.077Z Compiling newtype-uuid v1.3.2
16022026-03-23T19:34:05.468Z Compiling publicsuffix v2.3.0
16032026-03-23T19:34:05.509Z Compiling nix v0.31.1
16042026-03-23T19:34:05.711Z Compiling sec1 v0.7.3
16052026-03-23T19:34:05.780Z Compiling num-iter v0.1.45
16062026-03-23T19:34:05.932Z Compiling tower-http v0.6.8
16072026-03-23T19:34:05.990Z Compiling group v0.13.0
16082026-03-23T19:34:06.213Z Compiling rand v0.8.5
16092026-03-23T19:34:06.406Z Compiling derive_builder v0.20.2
16102026-03-23T19:34:06.426Z Compiling oxnet v0.1.4
16112026-03-23T19:34:06.558Z Compiling proc-macro-error v1.0.4
16122026-03-23T19:34:06.953Z Compiling goblin v0.8.2
16132026-03-23T19:34:07.235Z Compiling tokio-native-tls v0.3.1
16142026-03-23T19:34:07.506Z Compiling heck v0.4.1
16152026-03-23T19:34:07.799Z Compiling phf_shared v0.13.1
16162026-03-23T19:34:07.819Z Compiling hubpack_derive v0.1.1
16172026-03-23T19:34:07.861Z Compiling regex v1.12.3
16182026-03-23T19:34:08.121Z Compiling lazy_static v1.5.0
16192026-03-23T19:34:08.125Z Compiling cargo-platform v0.1.9
16202026-03-23T19:34:08.239Z Compiling hkdf v0.12.4
16212026-03-23T19:34:08.379Z Compiling flate2 v1.1.9
16222026-03-23T19:34:08.445Z Compiling crypto-bigint v0.5.5
16232026-03-23T19:34:08.452Z Compiling daft-derive v0.1.5
16242026-03-23T19:34:08.480Z Compiling async-trait v0.1.89
16252026-03-23T19:34:08.857Z Compiling strum_macros v0.27.2
16262026-03-23T19:34:08.938Z Compiling curve25519-dalek-derive v0.1.1
16272026-03-23T19:34:09.409Z Compiling ref-cast-impl v1.0.25
16282026-03-23T19:34:09.793Z Compiling terminal_size v0.4.3
16292026-03-23T19:34:09.904Z Compiling vergen v9.0.6
16302026-03-23T19:34:09.967Z Compiling fs-err v3.3.0
16312026-03-23T19:34:10.095Z Compiling ahash v0.8.12
16322026-03-23T19:34:10.125Z Compiling winnow v0.5.40
16332026-03-23T19:34:10.197Z Compiling managed v0.8.0
16342026-03-23T19:34:10.346Z Compiling foldhash v0.1.5
16352026-03-23T19:34:10.478Z Compiling bitflags v1.3.2
16362026-03-23T19:34:10.567Z Compiling bumpalo v3.20.2
16372026-03-23T19:34:10.585Z Compiling object v0.37.3
16382026-03-23T19:34:10.897Z Compiling libbz2-rs-sys v0.2.2
16392026-03-23T19:34:10.930Z Compiling clap_builder v4.5.60
16402026-03-23T19:34:11.374Z Compiling zopfli v0.8.3
16412026-03-23T19:34:11.540Z Compiling strum v0.27.2
16422026-03-23T19:34:11.699Z Compiling bzip2 v0.6.1
16432026-03-23T19:34:11.798Z Compiling console v0.16.2
16442026-03-23T19:34:11.893Z Compiling toml_edit v0.19.15
16452026-03-23T19:34:12.057Z Compiling hashbrown v0.15.5
16462026-03-23T19:34:12.565Z Compiling dof v0.3.0
16472026-03-23T19:34:12.646Z Compiling elliptic-curve v0.13.8
16482026-03-23T19:34:13.112Z Compiling daft v0.1.5
16492026-03-23T19:34:13.183Z Compiling hubpack v0.1.2
16502026-03-23T19:34:13.466Z Compiling cargo_metadata v0.19.2
16512026-03-23T19:34:13.555Z Compiling phf v0.13.1
16522026-03-23T19:34:13.765Z Compiling zone_cfg_derive v0.3.1
16532026-03-23T19:34:14.594Z Compiling signal-hook-mio v0.2.5
16542026-03-23T19:34:15.201Z Compiling hyper-tls v0.6.0
16552026-03-23T19:34:15.221Z Compiling zstd v0.13.3
16562026-03-23T19:34:15.335Z Compiling rayon v1.11.0
16572026-03-23T19:34:15.495Z Compiling cookie_store v0.22.1
16582026-03-23T19:34:15.577Z Compiling bzip2 v0.4.4
16592026-03-23T19:34:15.827Z Compiling postgres-types v0.2.12
16602026-03-23T19:34:15.848Z Compiling serde_with_macros v3.17.0
16612026-03-23T19:34:16.383Z Compiling usdt-attr-macro v0.6.0
16622026-03-23T19:34:16.594Z Compiling usdt-macro v0.6.0
16632026-03-23T19:34:16.766Z Compiling ed25519 v2.2.3
16642026-03-23T19:34:17.402Z Compiling dtrace-parser v0.2.0
16652026-03-23T19:34:17.456Z Compiling itertools v0.12.1
16662026-03-23T19:34:17.593Z Compiling phf_shared v0.11.3
16672026-03-23T19:34:17.630Z Compiling bstr v1.12.1
16682026-03-23T19:34:17.843Z Compiling pkcs1 v0.7.5
16692026-03-23T19:34:17.847Z Compiling hex v0.4.3
16702026-03-23T19:34:17.959Z Compiling serde-big-array v0.5.1
16712026-03-23T19:34:18.145Z Compiling rfc6979 v0.4.0
16722026-03-23T19:34:18.222Z Compiling clap_derive v4.5.55
16732026-03-23T19:34:18.304Z Compiling serde_repr v0.1.20
16742026-03-23T19:34:18.389Z Compiling strum_macros v0.26.4
16752026-03-23T19:34:18.462Z Compiling enum-as-inner v0.6.1
16762026-03-23T19:34:18.518Z Compiling float-cmp v0.10.0
16772026-03-23T19:34:18.710Z Compiling thread-id v4.2.2
16782026-03-23T19:34:18.818Z Compiling memmap2 v0.9.10
16792026-03-23T19:34:18.996Z Compiling env_filter v1.0.0
16802026-03-23T19:34:19.102Z Compiling encoding_rs v0.8.35
16812026-03-23T19:34:19.123Z Compiling fixedbitset v0.4.2
16822026-03-23T19:34:19.145Z Compiling difflib v0.4.0
16832026-03-23T19:34:19.400Z Compiling new_debug_unreachable v1.0.6
16842026-03-23T19:34:19.420Z Compiling static_assertions v1.1.0
16852026-03-23T19:34:19.495Z Compiling whoami v2.1.0
16862026-03-23T19:34:19.516Z Compiling jiff v0.2.21
16872026-03-23T19:34:19.921Z Compiling normalize-line-endings v0.3.0
16882026-03-23T19:34:20.018Z Compiling unit-prefix v0.5.2
16892026-03-23T19:34:20.044Z Compiling fixedbitset v0.5.7
16902026-03-23T19:34:20.209Z Compiling keccak v0.1.6
16912026-03-23T19:34:20.456Z Compiling predicates-core v1.0.10
16922026-03-23T19:34:20.656Z Compiling mime v0.3.17
16932026-03-23T19:34:20.691Z Compiling data-encoding v2.10.0
16942026-03-23T19:34:20.827Z Compiling precomputed-hash v0.1.1
16952026-03-23T19:34:20.847Z Compiling rustc-hash v2.1.1
16962026-03-23T19:34:20.939Z Compiling string_cache v0.8.9
16972026-03-23T19:34:20.997Z Compiling iddqd v0.3.17
16982026-03-23T19:34:21.015Z Compiling strum v0.26.3
16992026-03-23T19:34:21.168Z Compiling hickory-proto v0.25.2
17002026-03-23T19:34:21.188Z Compiling clap v4.5.60
17012026-03-23T19:34:21.222Z Compiling predicates v3.1.4
17022026-03-23T19:34:21.289Z Compiling sha3 v0.10.8
17032026-03-23T19:34:21.333Z Compiling petgraph v0.8.3
17042026-03-23T19:34:21.660Z Compiling indicatif v0.18.4
17052026-03-23T19:34:21.884Z Compiling tokio-postgres v0.7.16
17062026-03-23T19:34:22.101Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17072026-03-23T19:34:22.544Z Compiling petgraph v0.6.5
17082026-03-23T19:34:22.891Z Compiling env_logger v0.11.9
17092026-03-23T19:34:23.371Z Compiling zip v4.6.1
17102026-03-23T19:34:24.030Z Compiling toml_edit v0.22.27
17112026-03-23T19:34:24.590Z Compiling usdt v0.6.0
17122026-03-23T19:34:24.661Z Compiling zone v0.3.1
17132026-03-23T19:34:24.927Z Compiling usdt-impl v0.5.0
17142026-03-23T19:34:24.955Z Compiling ecdsa v0.16.9
17152026-03-23T19:34:25.471Z Compiling similar v2.7.0
17162026-03-23T19:34:25.499Z Compiling serde_with v3.17.0
17172026-03-23T19:34:25.587Z Compiling rsa v0.9.10
17182026-03-23T19:34:25.716Z Compiling crossterm v0.28.1
17192026-03-23T19:34:25.903Z Compiling ed25519-dalek v2.2.0
17202026-03-23T19:34:26.739Z Compiling zip v0.6.6
17212026-03-23T19:34:27.558Z Compiling toml v0.7.8
17222026-03-23T19:34:28.094Z Compiling toml_parser v1.0.9+spec-1.1.0
17232026-03-23T19:34:28.240Z Compiling itertools v0.13.0
17242026-03-23T19:34:28.326Z Compiling tokio-stream v0.1.18
17252026-03-23T19:34:28.417Z Compiling buf-list v1.1.2
17262026-03-23T19:34:28.681Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17272026-03-23T19:34:28.776Z Compiling x509-cert v0.2.5
17282026-03-23T19:34:28.941Z Compiling openapiv3 v2.2.0
17292026-03-23T19:34:28.969Z Compiling sha1 v0.10.6
17302026-03-23T19:34:29.081Z Compiling toml_datetime v0.7.5+spec-1.1.0
17312026-03-23T19:34:29.255Z Compiling peg-runtime v0.8.5
17322026-03-23T19:34:29.475Z Compiling lalrpop-util v0.19.12
17332026-03-23T19:34:29.631Z Compiling thread_local v1.1.9
17342026-03-23T19:34:29.718Z Compiling slog-async v2.8.0
17352026-03-23T19:34:29.860Z Compiling crossbeam-channel v0.5.15
17362026-03-23T19:34:29.937Z Compiling futures-executor v0.3.32
17372026-03-23T19:34:29.957Z Compiling is-terminal v0.4.17
17382026-03-23T19:34:30.081Z Compiling filetime v0.2.27
17392026-03-23T19:34:30.123Z Compiling xattr v1.6.1
17402026-03-23T19:34:30.269Z Compiling term v1.2.1
17412026-03-23T19:34:30.305Z Compiling take_mut v0.2.2
17422026-03-23T19:34:30.336Z Compiling tar v0.4.44
17432026-03-23T19:34:30.470Z Compiling futures v0.3.32
17442026-03-23T19:34:31.064Z Compiling slog-term v2.9.2
17452026-03-23T19:34:37.451Z Compiling rustls-webpki v0.103.9
17462026-03-23T19:34:41.471Z Compiling tokio-rustls v0.26.4
17472026-03-23T19:34:41.471Z Compiling rustls-platform-verifier v0.6.2
17482026-03-23T19:34:41.731Z Compiling hyper-rustls v0.27.7
17492026-03-23T19:34:41.990Z Compiling reqwest v0.13.2
17502026-03-23T19:34:42.008Z Compiling reqwest v0.12.28
17512026-03-23T19:34:45.054Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17522026-03-23T19:34:45.327Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17532026-03-23T19:34:49.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
17542026-03-23T19:34:49.309Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17552026-03-23T19:34:49.375ZMar 23 19:34:49.108 INFO Starting download, target: Cockroach
17562026-03-23T19:34:49.375ZMar 23 19:34:49.109 INFO Starting download, target: Clickhouse
17572026-03-23T19:34:49.375ZMar 23 19:34:49.109 INFO Starting download, target: TransceiverControl
17582026-03-23T19:34:49.375ZMar 23 19:34:49.109 INFO Starting download, target: DendriteStub
17592026-03-23T19:34:49.375ZMar 23 19:34:49.109 INFO Starting download, target: Console
17602026-03-23T19:34:49.379ZMar 23 19:34:49.109 INFO Starting download, target: MaghemiteMgd
17612026-03-23T19:34:49.379ZMar 23 19:34:49.109 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17622026-03-23T19:34:49.379ZMar 23 19:34:49.109 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17632026-03-23T19:34:49.379ZMar 23 19:34:49.109 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17642026-03-23T19:34:49.379ZMar 23 19:34:49.109 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17652026-03-23T19:34:49.379ZMar 23 19:34:49.109 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17662026-03-23T19:34:49.379ZMar 23 19:34:49.109 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17672026-03-23T19:34:49.961ZMar 23 19:34:49.692 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17682026-03-23T19:34:50.331ZMar 23 19:34:50.064 INFO Download complete, target: TransceiverControl
17692026-03-23T19:34:50.343ZMar 23 19:34:50.076 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17702026-03-23T19:34:50.717ZMar 23 19:34:50.447 INFO Download complete, target: Console
17712026-03-23T19:34:51.070ZMar 23 19:34:50.804 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17722026-03-23T19:34:51.242ZMar 23 19:34:50.973 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17732026-03-23T19:34:52.000ZMar 23 19:34:51.733 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17742026-03-23T19:34:52.348ZMar 23 19:34:52.081 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17752026-03-23T19:34:52.348ZMar 23 19:34:52.081 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17762026-03-23T19:34:54.672ZMar 23 19:34:54.405 INFO Download complete, target: DendriteStub
17772026-03-23T19:34:54.819ZMar 23 19:34:54.551 INFO Download complete, target: MaghemiteMgd
17782026-03-23T19:34:59.939ZMar 23 19:34:59.669 INFO Checking that binary works, target: Cockroach
17792026-03-23T19:35:00.051ZMar 23 19:34:59.781 INFO Download complete, target: Cockroach
17802026-03-23T19:35:03.137ZMar 23 19:35:02.867 INFO Checking that binary works, target: Clickhouse
17812026-03-23T19:35:03.303ZMar 23 19:35:03.029 INFO Download complete, target: Clickhouse
17822026-03-23T19:35:03.320ZAll builder prerequisites installed successfully, and PATH looks valid
17832026-03-23T19:35:03.320Z
17842026-03-23T19:35:03.320Zreal 4:08.703775190
17852026-03-23T19:35:03.320Zuser 10:25.178442762
17862026-03-23T19:35:03.320Zsys 1:48.631210642
17872026-03-23T19:35:03.320Ztrap 0.336225615
17882026-03-23T19:35:03.320Ztflt 0.697577249
17892026-03-23T19:35:03.320Zdflt 0.552948748
17902026-03-23T19:35:03.321Zkflt 0.020047378
17912026-03-23T19:35:03.321Zlock 30:33.115960446
17922026-03-23T19:35:03.321Zslp 29:26.628323363
17932026-03-23T19:35:03.321Zlat 55.172512655
17942026-03-23T19:35:03.321Zstop 2:48.694679254
17952026-03-23T19:35:03.327Z+ banner hack-check
17962026-03-23T19:35:03.327Z
17972026-03-23T19:35:03.327Z # # ## #### # # #### # # ###### #### # #
17982026-03-23T19:35:03.327Z # # # # # # # # # # # # # # # # #
17992026-03-23T19:35:03.327Z ###### # # # #### ##### # ###### ##### # ####
18002026-03-23T19:35:03.327Z # # ###### # # # # # # # # # #
18012026-03-23T19:35:03.327Z # # # # # # # # # # # # # # # # #
18022026-03-23T19:35:03.327Z # # # # #### # # #### # # ###### #### # #
18032026-03-23T19:35:03.327Z
18042026-03-23T19:35:03.327Z+ export CARGO_INCREMENTAL=0
18052026-03-23T19:35:03.327Z+ CARGO_INCREMENTAL=0
18062026-03-23T19:35:03.327Z+ ptime -m timeout 2h cargo xtask check-features --ci
18072026-03-23T19:35:04.055Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18082026-03-23T19:35:04.335Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18092026-03-23T19:35:06.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s
18102026-03-23T19:35:06.933Z Running `target/debug/xtask check-features --ci`
18112026-03-23T19:35:06.964Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18122026-03-23T19:35:06.968Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18132026-03-23T19:35:07.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
18142026-03-23T19:35:07.645Z Running `target/debug/xtask download cargo-hack`
18152026-03-23T19:35:08.700Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18162026-03-23T19:35:09.094Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18172026-03-23T19:35:12.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.69s
18182026-03-23T19:35:12.556Z Running `target/debug/xtask-downloader cargo-hack`
18192026-03-23T19:35:12.601ZMar 23 19:35:12.329 INFO Starting download, target: CargoHack
18202026-03-23T19:35:12.604ZMar 23 19:35:12.329 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18212026-03-23T19:35:13.030ZMar 23 19:35:12.758 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18222026-03-23T19:35:13.112ZMar 23 19:35:12.839 INFO Download complete, target: CargoHack
18232026-03-23T19:35:13.115Zrunning: "/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"
18242026-03-23T19:35:13.133Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18252026-03-23T19:35:13.332Zinfo: running `cargo check --bins` on api_identity (1/267)
18262026-03-23T19:35:14.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-03-23T19:35:14.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-03-23T19:35:14.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-03-23T19:35:14.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
18302026-03-23T19:35:14.115Z
18312026-03-23T19:35:14.115Zinfo: running `cargo check --bins` on bootstore (2/267)
18322026-03-23T19:35:14.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-03-23T19:35:14.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-03-23T19:35:14.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-03-23T19:35:14.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
18362026-03-23T19:35:14.905Z
18372026-03-23T19:35:14.905Zinfo: running `cargo check --bins` on omicron-ledger (3/267)
18382026-03-23T19:35:15.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-03-23T19:35:15.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-03-23T19:35:15.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-03-23T19:35:15.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
18422026-03-23T19:35:15.687Z
18432026-03-23T19:35:15.687Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/267)
18442026-03-23T19:35:16.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-03-23T19:35:16.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-03-23T19:35:16.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-03-23T19:35:16.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
18482026-03-23T19:35:16.509Z
18492026-03-23T19:35:16.510Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/267)
18502026-03-23T19:35:17.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-03-23T19:35:17.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-03-23T19:35:17.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-03-23T19:35:17.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
18542026-03-23T19:35:17.262Z
18552026-03-23T19:35:17.262Zinfo: running `cargo check --bins` on omicron-certificates (6/267)
18562026-03-23T19:35:17.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-03-23T19:35:17.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-03-23T19:35:17.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-03-23T19:35:17.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
18602026-03-23T19:35:18.057Z
18612026-03-23T19:35:18.057Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/267)
18622026-03-23T19:35:18.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-03-23T19:35:18.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-03-23T19:35:18.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-03-23T19:35:18.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
18662026-03-23T19:35:18.860Z
18672026-03-23T19:35:18.860Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/267)
18682026-03-23T19:35:19.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-03-23T19:35:19.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-03-23T19:35:19.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-03-23T19:35:19.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
18722026-03-23T19:35:19.661Z
18732026-03-23T19:35:19.661Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/267)
18742026-03-23T19:35:20.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-03-23T19:35:20.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-03-23T19:35:20.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-03-23T19:35:20.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
18782026-03-23T19:35:20.282Z
18792026-03-23T19:35:20.282Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/267)
18802026-03-23T19:35:20.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-03-23T19:35:20.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-03-23T19:35:20.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-03-23T19:35:20.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
18842026-03-23T19:35:20.907Z
18852026-03-23T19:35:20.907Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/267)
18862026-03-23T19:35:21.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-03-23T19:35:21.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-03-23T19:35:21.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-03-23T19:35:21.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
18902026-03-23T19:35:21.531Z
18912026-03-23T19:35:21.531Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/267)
18922026-03-23T19:35:22.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-03-23T19:35:22.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-03-23T19:35:22.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-03-23T19:35:22.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
18962026-03-23T19:35:22.156Z
18972026-03-23T19:35:22.156Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/267)
18982026-03-23T19:35:22.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-03-23T19:35:22.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-03-23T19:35:22.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-03-23T19:35:22.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19022026-03-23T19:35:22.787Z
19032026-03-23T19:35:22.787Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/267)
19042026-03-23T19:35:23.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-03-23T19:35:23.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-03-23T19:35:23.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-03-23T19:35:23.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19082026-03-23T19:35:23.416Z
19092026-03-23T19:35:23.416Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/267)
19102026-03-23T19:35:23.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-03-23T19:35:23.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-03-23T19:35:23.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-03-23T19:35:23.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19142026-03-23T19:35:24.045Z
19152026-03-23T19:35:24.045Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/267)
19162026-03-23T19:35:24.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-03-23T19:35:24.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-03-23T19:35:24.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-03-23T19:35:24.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19202026-03-23T19:35:24.673Z
19212026-03-23T19:35:24.673Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/267)
19222026-03-23T19:35:25.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-03-23T19:35:25.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-03-23T19:35:25.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-03-23T19:35:25.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19262026-03-23T19:35:25.300Z
19272026-03-23T19:35:25.300Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/267)
19282026-03-23T19:35:25.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-03-23T19:35:25.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-03-23T19:35:25.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-03-23T19:35:25.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19322026-03-23T19:35:25.923Z
19332026-03-23T19:35:25.923Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/267)
19342026-03-23T19:35:26.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-03-23T19:35:26.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-03-23T19:35:26.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-03-23T19:35:26.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19382026-03-23T19:35:26.558Z
19392026-03-23T19:35:26.558Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/267)
19402026-03-23T19:35:27.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-03-23T19:35:27.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-03-23T19:35:27.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-03-23T19:35:27.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19442026-03-23T19:35:27.189Z
19452026-03-23T19:35:27.189Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/267)
19462026-03-23T19:35:27.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-03-23T19:35:27.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-03-23T19:35:27.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-03-23T19:35:27.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19502026-03-23T19:35:27.819Z
19512026-03-23T19:35:27.819Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/267)
19522026-03-23T19:35:28.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-03-23T19:35:28.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-03-23T19:35:28.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-03-23T19:35:28.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19562026-03-23T19:35:28.457Z
19572026-03-23T19:35:28.457Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/267)
19582026-03-23T19:35:29.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-03-23T19:35:29.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-03-23T19:35:29.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-03-23T19:35:29.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19622026-03-23T19:35:29.088Z
19632026-03-23T19:35:29.088Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/267)
19642026-03-23T19:35:29.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-03-23T19:35:29.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-03-23T19:35:29.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-03-23T19:35:29.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19682026-03-23T19:35:29.724Z
19692026-03-23T19:35:29.724Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/267)
19702026-03-23T19:35:30.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-03-23T19:35:30.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-03-23T19:35:30.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-03-23T19:35:30.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19742026-03-23T19:35:30.355Z
19752026-03-23T19:35:30.355Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/267)
19762026-03-23T19:35:30.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-03-23T19:35:30.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-03-23T19:35:30.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-03-23T19:35:30.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19802026-03-23T19:35:30.990Z
19812026-03-23T19:35:30.990Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/267)
19822026-03-23T19:35:31.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-03-23T19:35:31.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-03-23T19:35:31.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-03-23T19:35:31.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19862026-03-23T19:35:31.621Z
19872026-03-23T19:35:31.621Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/267)
19882026-03-23T19:35:32.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-03-23T19:35:32.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-03-23T19:35:32.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-03-23T19:35:32.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19922026-03-23T19:35:32.263Z
19932026-03-23T19:35:32.263Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/267)
19942026-03-23T19:35:32.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-03-23T19:35:32.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-03-23T19:35:32.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-03-23T19:35:32.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19982026-03-23T19:35:32.895Z
19992026-03-23T19:35:32.895Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/267)
20002026-03-23T19:35:33.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-03-23T19:35:33.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-03-23T19:35:33.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-03-23T19:35:33.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20042026-03-23T19:35:33.524Z
20052026-03-23T19:35:33.524Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/267)
20062026-03-23T19:35:34.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-03-23T19:35:34.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-03-23T19:35:34.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-03-23T19:35:34.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20102026-03-23T19:35:34.152Z
20112026-03-23T19:35:34.152Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/267)
20122026-03-23T19:35:34.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-03-23T19:35:34.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-03-23T19:35:34.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-03-23T19:35:34.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20162026-03-23T19:35:34.787Z
20172026-03-23T19:35:34.787Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/267)
20182026-03-23T19:35:35.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-03-23T19:35:35.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-03-23T19:35:35.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-03-23T19:35:35.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20222026-03-23T19:35:35.417Z
20232026-03-23T19:35:35.417Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/267)
20242026-03-23T19:35:35.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-03-23T19:35:35.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-03-23T19:35:35.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-03-23T19:35:35.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20282026-03-23T19:35:36.047Z
20292026-03-23T19:35:36.048Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/267)
20302026-03-23T19:35:36.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-03-23T19:35:36.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-03-23T19:35:36.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-03-23T19:35:36.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20342026-03-23T19:35:36.680Z
20352026-03-23T19:35:36.680Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/267)
20362026-03-23T19:35:37.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-03-23T19:35:37.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-03-23T19:35:37.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-03-23T19:35:37.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20402026-03-23T19:35:37.306Z
20412026-03-23T19:35:37.306Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/267)
20422026-03-23T19:35:37.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-03-23T19:35:37.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-03-23T19:35:37.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-03-23T19:35:37.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20462026-03-23T19:35:37.934Z
20472026-03-23T19:35:37.934Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/267)
20482026-03-23T19:35:38.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-03-23T19:35:38.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-03-23T19:35:38.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-03-23T19:35:38.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20522026-03-23T19:35:38.565Z
20532026-03-23T19:35:38.565Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/267)
20542026-03-23T19:35:39.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-03-23T19:35:39.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-03-23T19:35:39.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-03-23T19:35:39.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20582026-03-23T19:35:39.197Z
20592026-03-23T19:35:39.197Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/267)
20602026-03-23T19:35:39.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-03-23T19:35:39.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-03-23T19:35:39.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-03-23T19:35:39.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20642026-03-23T19:35:39.832Z
20652026-03-23T19:35:39.832Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/267)
20662026-03-23T19:35:40.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-03-23T19:35:40.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-03-23T19:35:40.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-03-23T19:35:40.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20702026-03-23T19:35:40.469Z
20712026-03-23T19:35:40.469Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/267)
20722026-03-23T19:35:41.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-03-23T19:35:41.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-03-23T19:35:41.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-03-23T19:35:41.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20762026-03-23T19:35:41.107Z
20772026-03-23T19:35:41.107Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/267)
20782026-03-23T19:35:41.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-03-23T19:35:41.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-03-23T19:35:41.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-03-23T19:35:41.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20822026-03-23T19:35:41.742Z
20832026-03-23T19:35:41.742Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/267)
20842026-03-23T19:35:42.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-03-23T19:35:42.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-03-23T19:35:42.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-03-23T19:35:42.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20882026-03-23T19:35:42.384Z
20892026-03-23T19:35:42.384Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/267)
20902026-03-23T19:35:42.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-03-23T19:35:42.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-03-23T19:35:42.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-03-23T19:35:42.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20942026-03-23T19:35:43.024Z
20952026-03-23T19:35:43.024Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/267)
20962026-03-23T19:35:43.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-03-23T19:35:43.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-03-23T19:35:43.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-03-23T19:35:43.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21002026-03-23T19:35:43.656Z
21012026-03-23T19:35:43.656Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/267)
21022026-03-23T19:35:44.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-03-23T19:35:44.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-03-23T19:35:44.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-03-23T19:35:44.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21062026-03-23T19:35:44.288Z
21072026-03-23T19:35:44.288Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/267)
21082026-03-23T19:35:44.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-03-23T19:35:44.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-03-23T19:35:44.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-03-23T19:35:44.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21122026-03-23T19:35:44.921Z
21132026-03-23T19:35:44.921Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/267)
21142026-03-23T19:35:45.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-03-23T19:35:45.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-03-23T19:35:46.028Z Checking cfg-if v1.0.4
21172026-03-23T19:35:46.189Z Checking libc v0.2.180
21182026-03-23T19:35:46.192Z Checking serde_core v1.0.228
21192026-03-23T19:35:46.225Z Checking memchr v2.8.0
21202026-03-23T19:35:46.246Z Checking smallvec v1.15.1
21212026-03-23T19:35:46.246Z Checking itoa v1.0.17
21222026-03-23T19:35:46.309Z Checking log v0.4.29
21232026-03-23T19:35:46.309Z Checking zeroize v1.8.2
21242026-03-23T19:35:46.324Z Checking stable_deref_trait v1.2.1
21252026-03-23T19:35:46.418Z Checking zerofrom v0.1.6
21262026-03-23T19:35:46.440Z Checking zmij v1.0.21
21272026-03-23T19:35:46.498Z Checking litemap v0.8.1
21282026-03-23T19:35:46.498Z Checking percent-encoding v2.3.2
21292026-03-23T19:35:46.501Z Checking writeable v0.6.2
21302026-03-23T19:35:46.567Z Checking yoke v0.8.1
21312026-03-23T19:35:46.672Z Checking libm v0.2.16
21322026-03-23T19:35:46.711Z Checking scopeguard v1.2.0
21332026-03-23T19:35:46.731Z Checking icu_properties_data v2.1.2
21342026-03-23T19:35:46.750Z Checking icu_normalizer_data v2.1.1
21352026-03-23T19:35:46.772Z Checking subtle v2.6.1
21362026-03-23T19:35:46.792Z Checking zerovec v0.11.5
21372026-03-23T19:35:46.812Z Checking getrandom v0.2.17
21382026-03-23T19:35:46.833Z Checking errno v0.3.14
21392026-03-23T19:35:46.852Z Checking zerotrie v0.2.3
21402026-03-23T19:35:46.895Z Checking lock_api v0.4.14
21412026-03-23T19:35:46.968Z Checking utf8_iter v1.0.4
21422026-03-23T19:35:46.989Z Checking form_urlencoded v1.2.2
21432026-03-23T19:35:47.009Z Checking rand_core v0.6.4
21442026-03-23T19:35:47.123Z Checking rand_core v0.10.0
21452026-03-23T19:35:47.150Z Checking pin-project-lite v0.2.17
21462026-03-23T19:35:47.174Z Checking portable-atomic v1.13.1
21472026-03-23T19:35:47.174Z Checking typenum v1.19.0
21482026-03-23T19:35:47.232Z Checking critical-section v1.2.0
21492026-03-23T19:35:47.267Z Checking iana-time-zone v0.1.65
21502026-03-23T19:35:47.302Z Checking getrandom v0.4.1
21512026-03-23T19:35:47.357Z Checking signal-hook-registry v1.4.8
21522026-03-23T19:35:47.385Z Checking tinystr v0.8.2
21532026-03-23T19:35:47.405Z Checking potential_utf v0.1.4
21542026-03-23T19:35:47.487Z Checking parking_lot_core v0.9.12
21552026-03-23T19:35:47.563Z Checking icu_collections v2.1.1
21562026-03-23T19:35:47.585Z Checking socket2 v0.6.2
21572026-03-23T19:35:47.612Z Checking icu_locale_core v2.1.1
21582026-03-23T19:35:47.645Z Checking num-traits v0.2.19
21592026-03-23T19:35:47.729Z Checking parking_lot v0.12.5
21602026-03-23T19:35:47.780Z Checking once_cell v1.21.3
21612026-03-23T19:35:47.892Z Checking generic-array v0.14.7
21622026-03-23T19:35:47.912Z Checking mio v1.1.1
21632026-03-23T19:35:47.970Z Checking zerocopy v0.8.40
21642026-03-23T19:35:47.993Z Checking futures-core v0.3.32
21652026-03-23T19:35:48.014Z Checking dyn-clone v1.0.20
21662026-03-23T19:35:48.144Z Checking allocator-api2 v0.2.21
21672026-03-23T19:35:48.164Z Checking equivalent v1.0.2
21682026-03-23T19:35:48.270Z Checking const-oid v0.9.6
21692026-03-23T19:35:48.296Z Checking foldhash v0.2.0
21702026-03-23T19:35:48.339Z Checking serde v1.0.228
21712026-03-23T19:35:48.378Z Checking serde_json v1.0.149
21722026-03-23T19:35:48.442Z Checking icu_provider v2.1.1
21732026-03-23T19:35:48.498Z Checking bitflags v2.11.0
21742026-03-23T19:35:48.529Z Checking uuid v1.21.0
21752026-03-23T19:35:48.548Z Checking crypto-common v0.1.7
21762026-03-23T19:35:48.706Z Checking semver v1.0.27
21772026-03-23T19:35:48.725Z Checking hashbrown v0.16.1
21782026-03-23T19:35:48.750Z Checking icu_properties v2.1.2
21792026-03-23T19:35:48.908Z Checking bytes v1.11.1
21802026-03-23T19:35:48.941Z Checking icu_normalizer v2.1.1
21812026-03-23T19:35:48.977Z Checking chrono v0.4.44
21822026-03-23T19:35:49.281Z Checking futures-sink v0.3.32
21832026-03-23T19:35:49.325Z Checking block-buffer v0.10.4
21842026-03-23T19:35:49.344Z Checking futures-task v0.3.32
21852026-03-23T19:35:49.405Z Checking futures-io v0.3.32
21862026-03-23T19:35:49.423Z Checking futures-channel v0.3.32
21872026-03-23T19:35:49.499Z Checking slab v0.4.12
21882026-03-23T19:35:49.520Z Checking digest v0.10.7
21892026-03-23T19:35:49.523Z Checking tokio v1.49.0
21902026-03-23T19:35:49.561Z Checking thiserror v2.0.18
21912026-03-23T19:35:49.677Z Checking byteorder v1.5.0
21922026-03-23T19:35:49.697Z Checking base64 v0.22.1
21932026-03-23T19:35:49.716Z Checking futures-util v0.3.32
21942026-03-23T19:35:49.773Z Checking indexmap v2.13.0
21952026-03-23T19:35:49.910Z Checking idna_adapter v1.2.1
21962026-03-23T19:35:49.944Z Checking cpufeatures v0.2.17
21972026-03-23T19:35:50.007Z Checking http v1.4.0
21982026-03-23T19:35:50.035Z Checking fnv v1.0.7
21992026-03-23T19:35:50.064Z Checking idna v1.1.0
22002026-03-23T19:35:50.155Z Checking unicode-ident v1.0.24
22012026-03-23T19:35:50.177Z Checking tracing-core v0.1.36
22022026-03-23T19:35:50.298Z Checking proc-macro2 v1.0.106
22032026-03-23T19:35:50.381Z Checking url v2.5.8
22042026-03-23T19:35:50.548Z Checking thiserror v1.0.69
22052026-03-23T19:35:50.589Z Checking tracing v0.1.44
22062026-03-23T19:35:50.674Z Checking rustls-pki-types v1.14.0
22072026-03-23T19:35:50.737Z Checking regex-syntax v0.8.10
22082026-03-23T19:35:50.812Z Checking quote v1.0.44
22092026-03-23T19:35:50.861Z Checking untrusted v0.9.0
22102026-03-23T19:35:50.971Z Checking schemars v0.8.22
22112026-03-23T19:35:51.007Z Checking ring v0.17.14
22122026-03-23T19:35:51.048Z Checking syn v2.0.117
22132026-03-23T19:35:51.084Z Checking ipnet v2.11.0
22142026-03-23T19:35:51.436Z Checking httparse v1.10.1
22152026-03-23T19:35:51.717Z Checking http-body v1.0.1
22162026-03-23T19:35:51.875Z Checking rustix v1.1.3
22172026-03-23T19:35:51.894Z Checking block-padding v0.3.3
22182026-03-23T19:35:52.057Z Checking ppv-lite86 v0.2.21
22192026-03-23T19:35:52.076Z Checking getrandom v0.3.4
22202026-03-23T19:35:52.266Z Checking atomic-waker v1.1.2
22212026-03-23T19:35:52.341Z Checking inout v0.1.4
22222026-03-23T19:35:52.390Z Checking hmac v0.12.1
22232026-03-23T19:35:52.393Z Checking aws-lc-sys v0.37.1
22242026-03-23T19:35:52.475Z Checking aho-corasick v1.1.4
22252026-03-23T19:35:52.522Z Checking try-lock v0.2.5
22262026-03-23T19:35:52.561Z Checking httpdate v1.0.3
22272026-03-23T19:35:52.581Z Checking powerfmt v0.2.0
22282026-03-23T19:35:52.648Z Checking untrusted v0.7.1
22292026-03-23T19:35:52.749Z Checking openssl-probe v0.2.1
22302026-03-23T19:35:52.791Z Checking tower-service v0.3.3
22312026-03-23T19:35:52.800Z Checking tower-layer v0.3.3
22322026-03-23T19:35:52.881Z Checking deranged v0.5.8
22332026-03-23T19:35:52.901Z Checking want v0.3.1
22342026-03-23T19:35:52.992Z Checking cipher v0.4.4
22352026-03-23T19:35:53.049Z Checking rand_core v0.9.5
22362026-03-23T19:35:53.071Z Checking num_threads v0.1.7
22372026-03-23T19:35:53.131Z Checking aws-lc-rs v1.16.0
22382026-03-23T19:35:53.178Z Checking num-conv v0.2.0
22392026-03-23T19:35:53.269Z Checking pin-utils v0.1.0
22402026-03-23T19:35:53.289Z Checking base64ct v1.8.3
22412026-03-23T19:35:53.331Z Checking time-core v0.1.8
22422026-03-23T19:35:53.363Z Checking sha2 v0.10.9
22432026-03-23T19:35:53.410Z Checking regex-automata v0.4.14
22442026-03-23T19:35:53.517Z Checking erased-serde v0.3.31
22452026-03-23T19:35:53.599Z Checking pretty-hex v0.4.1
22462026-03-23T19:35:53.723Z Checking rand_chacha v0.9.0
22472026-03-23T19:35:53.754Z Checking fastrand v2.3.0
22482026-03-23T19:35:53.934Z Checking tokio-util v0.7.18
22492026-03-23T19:35:53.985Z Checking ryu v1.0.23
22502026-03-23T19:35:53.988Z Checking rand v0.9.2
22512026-03-23T19:35:54.090Z Checking slog v2.8.2
22522026-03-23T19:35:54.165Z Checking pem-rfc7468 v0.7.0
22532026-03-23T19:35:54.186Z Checking time v0.3.47
22542026-03-23T19:35:54.298Z Checking rustls-webpki v0.103.9
22552026-03-23T19:35:54.318Z Checking rustls-native-certs v0.8.3
22562026-03-23T19:35:54.372Z Checking http-body-util v0.1.3
22572026-03-23T19:35:54.446Z Checking ipnetwork v0.21.1
22582026-03-23T19:35:54.482Z Checking sync_wrapper v1.0.2
22592026-03-23T19:35:54.614Z Checking spin v0.9.8
22602026-03-23T19:35:54.642Z Checking plain v0.2.3
22612026-03-23T19:35:54.662Z Checking flagset v0.4.7
22622026-03-23T19:35:54.729Z Checking tower v0.5.3
22632026-03-23T19:35:54.750Z Checking h2 v0.4.13
22642026-03-23T19:35:54.775Z Checking serde_urlencoded v0.7.1
22652026-03-23T19:35:54.820Z Checking der v0.7.10
22662026-03-23T19:35:54.854Z Checking rand_chacha v0.3.1
22672026-03-23T19:35:54.874Z Checking rustls v0.23.37
22682026-03-23T19:35:55.049Z Checking webpki-roots v1.0.6
22692026-03-23T19:35:55.126Z Checking iri-string v0.7.10
22702026-03-23T19:35:55.200Z Checking tinyvec_macros v0.1.1
22712026-03-23T19:35:55.248Z Checking ucd-trie v0.1.7
22722026-03-23T19:35:55.288Z Checking tinyvec v1.10.0
22732026-03-23T19:35:55.421Z Checking pest v2.8.6
22742026-03-23T19:35:55.720Z Checking rand v0.8.5
22752026-03-23T19:35:55.764Z Checking tempfile v3.25.0
22762026-03-23T19:35:55.848Z Checking spki v0.7.3
22772026-03-23T19:35:56.000Z Checking salsa20 v0.10.2
22782026-03-23T19:35:56.024Z Checking pbkdf2 v0.12.2
22792026-03-23T19:35:56.067Z Checking unicode-width v0.2.0
22802026-03-23T19:35:56.167Z Checking foreign-types-shared v0.1.1
22812026-03-23T19:35:56.188Z Checking scrypt v0.11.0
22822026-03-23T19:35:56.275Z Checking foreign-types v0.3.2
22832026-03-23T19:35:56.367Z Checking regex v1.12.3
22842026-03-23T19:35:56.367Z Checking aes v0.8.4
22852026-03-23T19:35:56.406Z Checking cbc v0.1.2
22862026-03-23T19:35:56.435Z Checking anyhow v1.0.102
22872026-03-23T19:35:56.570Z Checking openssl-sys v0.9.111
22882026-03-23T19:35:56.600Z Checking tower-http v0.6.8
22892026-03-23T19:35:56.694Z Checking crossbeam-utils v0.8.21
22902026-03-23T19:35:56.768Z Checking oxnet v0.1.4
22912026-03-23T19:35:56.910Z Checking pkcs5 v0.7.1
22922026-03-23T19:35:56.930Z Checking mime v0.3.17
22932026-03-23T19:35:56.973Z Checking openapiv3 v2.2.0
22942026-03-23T19:35:57.083Z Checking scroll v0.12.0
22952026-03-23T19:35:57.151Z Checking encoding_rs v0.8.35
22962026-03-23T19:35:57.171Z Checking data-encoding v2.10.0
22972026-03-23T19:35:57.208Z Checking openssl v0.10.75
22982026-03-23T19:35:57.250Z Checking pkcs8 v0.10.2
22992026-03-23T19:35:57.388Z Checking winnow v0.7.14
23002026-03-23T19:35:57.482Z Checking siphasher v1.0.2
23012026-03-23T19:35:57.535Z Checking goblin v0.8.2
23022026-03-23T19:35:57.698Z Checking lazy_static v1.5.0
23032026-03-23T19:35:57.813Z Checking zerocopy v0.7.35
23042026-03-23T19:35:58.115Z Checking tokio-rustls v0.26.4
23052026-03-23T19:35:58.404Z Checking hyper v1.8.1
23062026-03-23T19:35:58.411Z Checking wait-timeout v0.2.1
23072026-03-23T19:35:58.437Z Checking quick-error v1.2.3
23082026-03-23T19:35:58.520Z Checking anstyle v1.0.13
23092026-03-23T19:35:58.564Z Checking bit-vec v0.8.0
23102026-03-23T19:35:58.567Z Checking either v1.15.0
23112026-03-23T19:35:58.759Z Checking managed v0.8.0
23122026-03-23T19:35:58.763Z Checking psl-types v2.0.11
23132026-03-23T19:35:58.817Z Checking bitflags v1.3.2
23142026-03-23T19:35:58.837Z Checking utf8parse v0.2.2
23152026-03-23T19:35:58.910Z Checking bit-set v0.8.0
23162026-03-23T19:35:58.929Z Checking publicsuffix v2.3.0
23172026-03-23T19:35:58.965Z Checking anstyle-parse v0.2.7
23182026-03-23T19:35:59.007Z Checking rusty-fork v0.3.1
23192026-03-23T19:35:59.028Z Checking dtrace-parser v0.2.0
23202026-03-23T19:35:59.099Z Checking cookie v0.18.1
23212026-03-23T19:35:59.130Z Checking unicode-normalization v0.1.25
23222026-03-23T19:35:59.162Z Checking rand_xorshift v0.4.0
23232026-03-23T19:35:59.222Z Checking sha1 v0.10.6
23242026-03-23T19:35:59.318Z Checking hex v0.4.3
23252026-03-23T19:35:59.341Z Checking thread-id v4.2.2
23262026-03-23T19:35:59.405Z Checking unarray v0.1.4
23272026-03-23T19:35:59.430Z Checking is_terminal_polyfill v1.70.2
23282026-03-23T19:35:59.450Z Checking anstyle-query v1.1.5
23292026-03-23T19:35:59.537Z Checking colorchoice v1.0.4
23302026-03-23T19:35:59.558Z Checking proptest v1.10.0
23312026-03-23T19:35:59.578Z Checking cookie_store v0.22.1
23322026-03-23T19:35:59.601Z Checking hyper-util v0.1.20
23332026-03-23T19:35:59.623Z Checking rustls-platform-verifier v0.6.2
23342026-03-23T19:35:59.658Z Checking anstream v0.6.21
23352026-03-23T19:35:59.662Z Checking crossbeam-epoch v0.9.18
23362026-03-23T19:35:59.796Z Checking terminal_size v0.4.3
23372026-03-23T19:35:59.924Z Checking scroll v0.13.0
23382026-03-23T19:35:59.944Z Checking num-integer v0.1.46
23392026-03-23T19:35:59.971Z Checking simd-adler32 v0.3.8
23402026-03-23T19:36:00.016Z Checking crossbeam-deque v0.8.6
23412026-03-23T19:36:00.037Z Checking native-tls v0.2.18
23422026-03-23T19:36:00.194Z Checking dof v0.3.0
23432026-03-23T19:36:00.197Z Checking bstr v1.12.1
23442026-03-23T19:36:00.235Z Checking goblin v0.10.5
23452026-03-23T19:36:00.256Z Checking ref-cast v1.0.25
23462026-03-23T19:36:00.259Z Checking rustix v0.38.44
23472026-03-23T19:36:00.294Z Checking tokio-native-tls v0.3.1
23482026-03-23T19:36:00.399Z Checking camino v1.2.2
23492026-03-23T19:36:00.495Z Checking crc32fast v1.5.0
23502026-03-23T19:36:00.565Z Checking usdt-impl v0.5.0
23512026-03-23T19:36:00.675Z Checking signature v2.2.0
23522026-03-23T19:36:00.748Z Checking toml_datetime v0.6.11
23532026-03-23T19:36:00.771Z Checking serde_spanned v0.6.9
23542026-03-23T19:36:00.852Z Checking ff v0.13.1
23552026-03-23T19:36:00.932Z Checking unicode-bidi v0.3.18
23562026-03-23T19:36:00.952Z Checking base16ct v0.2.0
23572026-03-23T19:36:00.988Z Checking adler2 v2.0.1
23582026-03-23T19:36:01.022Z Checking unicode-properties v0.1.4
23592026-03-23T19:36:01.116Z Checking strsim v0.11.1
23602026-03-23T19:36:01.135Z Checking clap_lex v1.0.0
23612026-03-23T19:36:01.276Z Checking miniz_oxide v0.8.9
23622026-03-23T19:36:01.305Z Checking hyper-rustls v0.27.7
23632026-03-23T19:36:01.327Z Checking hyper-tls v0.6.0
23642026-03-23T19:36:01.330Z Checking clap_builder v4.5.60
23652026-03-23T19:36:01.330Z Checking stringprep v0.1.5
23662026-03-23T19:36:01.408Z Checking sec1 v0.7.3
23672026-03-23T19:36:01.540Z Checking group v0.13.0
23682026-03-23T19:36:01.562Z Checking rayon-core v1.13.0
23692026-03-23T19:36:01.581Z Checking reqwest v0.12.28
23702026-03-23T19:36:01.679Z Checking reqwest v0.13.2
23712026-03-23T19:36:01.728Z Checking num-iter v0.1.45
23722026-03-23T19:36:01.749Z Checking toml_parser v1.0.9+spec-1.1.0
23732026-03-23T19:36:01.874Z Checking dtrace-parser v0.3.0
23742026-03-23T19:36:01.994Z Checking hkdf v0.12.4
23752026-03-23T19:36:02.109Z Checking newtype-uuid v1.3.2
23762026-03-23T19:36:02.164Z Checking strum v0.26.3
23772026-03-23T19:36:02.190Z Checking zstd-sys v2.0.16+zstd.1.5.7
23782026-03-23T19:36:02.194Z Checking hash32 v0.2.1
23792026-03-23T19:36:02.303Z Checking md-5 v0.10.6
23802026-03-23T19:36:02.338Z Checking crypto-bigint v0.5.5
23812026-03-23T19:36:02.364Z Checking daft v0.1.5
23822026-03-23T19:36:02.421Z Checking toml_datetime v0.7.5+spec-1.1.0
23832026-03-23T19:36:02.477Z Checking thread-id v5.1.0
23842026-03-23T19:36:02.579Z Checking zlib-rs v0.6.2
23852026-03-23T19:36:02.677Z Checking unicode-segmentation v1.12.0
23862026-03-23T19:36:02.680Z Checking fallible-iterator v0.2.0
23872026-03-23T19:36:02.718Z Checking heapless v0.7.17
23882026-03-23T19:36:02.814Z Checking zstd-safe v7.2.4
23892026-03-23T19:36:03.017Z Checking clap v4.5.60
23902026-03-23T19:36:03.037Z Checking rayon v1.11.0
23912026-03-23T19:36:03.064Z Checking postgres-protocol v0.6.10
23922026-03-23T19:36:03.094Z Checking itertools v0.12.1
23932026-03-23T19:36:03.114Z Checking phf_shared v0.13.1
23942026-03-23T19:36:03.281Z Checking console v0.16.2
23952026-03-23T19:36:03.383Z Checking curve25519-dalek v4.1.3
23962026-03-23T19:36:03.474Z Checking dof v0.4.0
23972026-03-23T19:36:03.493Z Checking memoffset v0.9.1
23982026-03-23T19:36:03.595Z Checking bzip2-sys v0.1.13+1.0.8
23992026-03-23T19:36:03.657Z Checking elliptic-curve v0.13.8
24002026-03-23T19:36:03.679Z Checking signal-hook v0.3.18
24012026-03-23T19:36:03.704Z Checking memmap2 v0.9.10
24022026-03-23T19:36:03.807Z Checking flate2 v1.1.9
24032026-03-23T19:36:03.909Z Checking libbz2-rs-sys v0.2.2
24042026-03-23T19:36:03.929Z Checking toml_write v0.1.2
24052026-03-23T19:36:04.066Z Checking foldhash v0.1.5
24062026-03-23T19:36:04.146Z Checking bumpalo v3.20.2
24072026-03-23T19:36:04.205Z Checking fixedbitset v0.4.2
24082026-03-23T19:36:04.241Z Checking winnow v0.5.40
24092026-03-23T19:36:04.321Z Checking usdt-impl v0.6.0
24102026-03-23T19:36:04.401Z Checking unit-prefix v0.5.2
24112026-03-23T19:36:04.421Z Checking bzip2 v0.6.1
24122026-03-23T19:36:04.425Z Checking zopfli v0.8.3
24132026-03-23T19:36:04.461Z Checking petgraph v0.6.5
24142026-03-23T19:36:04.482Z Checking zone v0.3.1
24152026-03-23T19:36:04.556Z Checking hashbrown v0.15.5
24162026-03-23T19:36:04.633Z Checking toml_edit v0.22.27
24172026-03-23T19:36:04.687Z Checking usdt v0.6.0
24182026-03-23T19:36:04.876Z Checking signal-hook-mio v0.2.5
24192026-03-23T19:36:04.897Z Checking bzip2 v0.4.4
24202026-03-23T19:36:04.953Z Checking nix v0.31.1
24212026-03-23T19:36:05.002Z Checking postgres-types v0.2.12
24222026-03-23T19:36:05.083Z Checking indicatif v0.18.4
24232026-03-23T19:36:05.109Z Checking phf v0.13.1
24242026-03-23T19:36:05.190Z Checking smoltcp v0.9.1
24252026-03-23T19:36:05.305Z Checking similar v2.7.0
24262026-03-23T19:36:05.433Z Checking zstd v0.13.3
24272026-03-23T19:36:05.580Z Checking num-bigint-dig v0.8.6
24282026-03-23T19:36:05.683Z Checking ed25519 v2.2.3
24292026-03-23T19:36:05.835Z Checking phf_shared v0.11.3
24302026-03-23T19:36:05.866Z Checking toml_edit v0.19.15
24312026-03-23T19:36:05.933Z Checking pkcs1 v0.7.5
24322026-03-23T19:36:06.023Z Checking tokio-stream v0.1.18
24332026-03-23T19:36:06.042Z Checking strum v0.27.2
24342026-03-23T19:36:06.148Z Checking hubpack v0.1.2
24352026-03-23T19:36:06.183Z Checking rfc6979 v0.4.0
24362026-03-23T19:36:06.209Z Checking serde-big-array v0.5.1
24372026-03-23T19:36:06.230Z Checking float-cmp v0.10.0
24382026-03-23T19:36:06.331Z Checking env_filter v1.0.0
24392026-03-23T19:36:06.364Z Checking predicates-core v1.0.10
24402026-03-23T19:36:06.385Z Checking new_debug_unreachable v1.0.6
24412026-03-23T19:36:06.388Z Checking difflib v0.4.0
24422026-03-23T19:36:06.423Z Checking normalize-line-endings v0.3.0
24432026-03-23T19:36:06.470Z Checking precomputed-hash v0.1.1
24442026-03-23T19:36:06.515Z Checking rustc-hash v2.1.1
24452026-03-23T19:36:06.518Z Checking whoami v2.1.0
24462026-03-23T19:36:06.557Z Checking keccak v0.1.6
24472026-03-23T19:36:06.560Z Checking jiff v0.2.21
24482026-03-23T19:36:06.595Z Checking fixedbitset v0.5.7
24492026-03-23T19:36:06.632Z Checking static_assertions v1.1.0
24502026-03-23T19:36:06.659Z Checking iddqd v0.3.17
24512026-03-23T19:36:06.724Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24522026-03-23T19:36:06.759Z Checking rsa v0.9.10
24532026-03-23T19:36:06.780Z Checking sha3 v0.10.8
24542026-03-23T19:36:06.799Z Checking tokio-postgres v0.7.16
24552026-03-23T19:36:06.854Z Checking petgraph v0.8.3
24562026-03-23T19:36:07.052Z Checking predicates v3.1.4
24572026-03-23T19:36:07.314Z Checking toml v0.7.8
24582026-03-23T19:36:07.381Z Checking string_cache v0.8.9
24592026-03-23T19:36:07.456Z Checking env_logger v0.11.9
24602026-03-23T19:36:07.595Z Checking ecdsa v0.16.9
24612026-03-23T19:36:07.703Z Checking ed25519-dalek v2.2.0
24622026-03-23T19:36:07.756Z Checking zip v0.6.6
24632026-03-23T19:36:07.811Z Checking crossterm v0.28.1
24642026-03-23T19:36:08.025Z Checking serde_with v3.17.0
24652026-03-23T19:36:08.046Z Checking itertools v0.13.0
24662026-03-23T19:36:08.181Z Checking hickory-proto v0.25.2
24672026-03-23T19:36:08.474Z Checking x509-cert v0.2.5
24682026-03-23T19:36:08.781Z Checking fs-err v3.3.0
24692026-03-23T19:36:09.044Z Checking ahash v0.8.12
24702026-03-23T19:36:09.165Z Checking object v0.37.3
24712026-03-23T19:36:09.303Z Checking buf-list v1.1.2
24722026-03-23T19:36:09.362Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24732026-03-23T19:36:09.459Z Checking peg-runtime v0.8.5
24742026-03-23T19:36:09.544Z Checking lalrpop-util v0.19.12
24752026-03-23T19:36:09.645Z Compiling structmeta-derive v0.3.0
24762026-03-23T19:36:09.698Z Checking zip v4.6.1
24772026-03-23T19:36:09.719Z Compiling rustls v0.22.4
24782026-03-23T19:36:09.723Z Compiling newtype-uuid-macros v0.1.0
24792026-03-23T19:36:09.757Z Compiling multer v3.1.0
24802026-03-23T19:36:09.967Z Compiling async-stream-impl v0.3.6
24812026-03-23T19:36:10.020Z Checking futures-executor v0.3.32
24822026-03-23T19:36:10.054Z Checking regress v0.10.5
24832026-03-23T19:36:10.489Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24842026-03-23T19:36:10.752Z Compiling dropshot v0.16.7
24852026-03-23T19:36:10.773Z Checking futures v0.3.32
24862026-03-23T19:36:10.874Z Compiling dropshot_endpoint v0.16.7
24872026-03-23T19:36:11.015Z Checking thread_local v1.1.9
24882026-03-23T19:36:11.058Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24892026-03-23T19:36:11.103Z Compiling structmeta v0.3.0
24902026-03-23T19:36:11.230Z Checking crossbeam-channel v0.5.15
24912026-03-23T19:36:11.388Z Compiling derive-ex v0.1.8
24922026-03-23T19:36:11.531Z Checking is-terminal v0.4.17
24932026-03-23T19:36:11.652Z Checking take_mut v0.2.2
24942026-03-23T19:36:11.688Z Checking term v1.2.1
24952026-03-23T19:36:11.786Z Checking slog-async v2.8.0
24962026-03-23T19:36:11.980Z Checking slog-term v2.9.2
24972026-03-23T19:36:12.014Z Compiling parse-display-derive v0.10.0
24982026-03-23T19:36:12.035Z Checking rustls-webpki v0.102.8
24992026-03-23T19:36:12.055Z Checking serde_spanned v1.0.4
25002026-03-23T19:36:12.228Z Checking debug-ignore v1.0.5
25012026-03-23T19:36:12.327Z Checking match_cfg v0.1.0
25022026-03-23T19:36:12.366Z Checking toml_writer v1.0.6+spec-1.1.0
25032026-03-23T19:36:12.419Z Checking hostname v0.3.1
25042026-03-23T19:36:12.465Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25052026-03-23T19:36:12.544Z Checking slog-json v2.6.1
25062026-03-23T19:36:12.568Z Checking macaddr v1.0.1
25072026-03-23T19:36:12.612Z Checking toml v0.9.12+spec-1.1.0
25082026-03-23T19:36:12.747Z Checking slog-bunyan v2.5.0
25092026-03-23T19:36:12.806Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25102026-03-23T19:36:12.891Z Checking async-stream v0.3.6
25112026-03-23T19:36:13.301Z Checking waitgroup v0.1.2
25122026-03-23T19:36:13.322Z Checking rustls-pemfile v2.2.0
25132026-03-23T19:36:13.346Z Checking serde_path_to_error v0.1.20
25142026-03-23T19:36:13.431Z Checking hostname v0.4.2
25152026-03-23T19:36:13.452Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25162026-03-23T19:36:13.503Z Checking progenitor-client v0.13.0
25172026-03-23T19:36:13.561Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25182026-03-23T19:36:13.596Z Checking progenitor-client v0.10.0
25192026-03-23T19:36:13.722Z Compiling test-strategy v0.4.5
25202026-03-23T19:36:13.742Z Compiling itertools v0.14.0
25212026-03-23T19:36:13.762Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25222026-03-23T19:36:13.805Z Checking backon v1.6.0
25232026-03-23T19:36:13.888Z Checking instant v0.1.13
25242026-03-23T19:36:14.001Z Checking backoff v0.4.0
25252026-03-23T19:36:14.022Z Checking progenitor-extras v0.1.1
25262026-03-23T19:36:14.228Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25272026-03-23T19:36:14.309Z Checking heck v0.5.0
25282026-03-23T19:36:14.330Z Checking parse-display v0.10.0
25292026-03-23T19:36:14.470Z Compiling crucible-workspace-hack v0.1.0
25302026-03-23T19:36:14.506Z Checking tokio-rustls v0.25.0
25312026-03-23T19:36:14.713Z Compiling toml_edit v0.23.10+spec-1.0.0
25322026-03-23T19:36:14.848Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25332026-03-23T19:36:14.868Z Compiling convert_case v0.4.0
25342026-03-23T19:36:15.109Z Compiling heapless v0.8.0
25352026-03-23T19:36:15.370Z Compiling derive_more v0.99.20
25362026-03-23T19:36:15.433Z Compiling ingot-macros v0.1.1
25372026-03-23T19:36:15.480Z Compiling proc-macro-crate v3.4.0
25382026-03-23T19:36:15.787Z Checking hash32 v0.3.1
25392026-03-23T19:36:15.833Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25402026-03-23T19:36:15.957Z Checking secrecy v0.10.3
25412026-03-23T19:36:16.114Z Compiling prettyplease v0.2.37
25422026-03-23T19:36:16.227Z Compiling smoltcp v0.11.0
25432026-03-23T19:36:16.300Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25442026-03-23T19:36:16.342Z Compiling num_enum_derive v0.7.5
25452026-03-23T19:36:16.560Z Compiling typify-impl v0.6.1
25462026-03-23T19:36:16.706Z Checking tabwriter v1.4.1
25472026-03-23T19:36:16.900Z Checking cobs v0.3.0
25482026-03-23T19:36:16.960Z Compiling foreign-types-macros v0.2.3
25492026-03-23T19:36:17.187Z Checking foreign-types-shared v0.3.1
25502026-03-23T19:36:17.304Z Checking cpufeatures v0.3.0
25512026-03-23T19:36:17.360Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25522026-03-23T19:36:17.398Z Compiling unsafe-libyaml v0.2.11
25532026-03-23T19:36:17.727Z Checking foreign-types v0.5.0
25542026-03-23T19:36:17.791Z Checking num_enum v0.7.5
25552026-03-23T19:36:17.795Z Checking chacha20 v0.10.0
25562026-03-23T19:36:18.095Z Checking postcard v1.1.3
25572026-03-23T19:36:18.415Z Compiling serde_yaml v0.9.34+deprecated
25582026-03-23T19:36:19.028Z Compiling proc-macro-crate v1.3.1
25592026-03-23T19:36:19.048Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25602026-03-23T19:36:19.294Z Checking ingot-types v0.1.2
25612026-03-23T19:36:19.571Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25622026-03-23T19:36:19.574Z Checking cstr-argument v0.1.2
25632026-03-23T19:36:19.745Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25642026-03-23T19:36:19.748Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25652026-03-23T19:36:19.784Z Checking ingot v0.1.1
25662026-03-23T19:36:19.850Z Checking colored v3.1.1
25672026-03-23T19:36:20.000Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25682026-03-23T19:36:20.084Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25692026-03-23T19:36:20.119Z Compiling num_enum_derive v0.5.11
25702026-03-23T19:36:20.223Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25712026-03-23T19:36:20.448Z Checking rand v0.10.0
25722026-03-23T19:36:21.539Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25732026-03-23T19:36:21.884Z Checking num_enum v0.5.11
25742026-03-23T19:36:22.094Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25752026-03-23T19:36:22.769Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25762026-03-23T19:36:23.031Z Compiling typify-macro v0.6.1
25772026-03-23T19:36:23.068Z Compiling typify-impl v0.4.3
25782026-03-23T19:36:23.143Z Checking camino-tempfile v1.4.1
25792026-03-23T19:36:23.195Z Checking num-rational v0.4.2
25802026-03-23T19:36:23.592Z Checking half v2.7.1
25812026-03-23T19:36:23.723Z Compiling thiserror-impl-no-std v2.0.2
25822026-03-23T19:36:23.910Z Checking universal-hash v0.5.1
25832026-03-23T19:36:23.942Z Checking num-complex v0.4.6
25842026-03-23T19:36:24.073Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25852026-03-23T19:36:24.393Z Checking opaque-debug v0.3.1
25862026-03-23T19:36:24.436Z Checking ciborium-io v0.2.2
25872026-03-23T19:36:24.479Z Checking num v0.4.3
25882026-03-23T19:36:24.499Z Checking poly1305 v0.8.0
25892026-03-23T19:36:24.555Z Checking ciborium-ll v0.2.2
25902026-03-23T19:36:24.658Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25912026-03-23T19:36:24.756Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25922026-03-23T19:36:24.781Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25932026-03-23T19:36:24.838Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25942026-03-23T19:36:25.006Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
25952026-03-23T19:36:25.256Z Checking toml v0.8.23
25962026-03-23T19:36:25.310Z Checking thiserror-no-std v2.0.2
25972026-03-23T19:36:25.376Z Compiling typify v0.6.1
25982026-03-23T19:36:25.396Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25992026-03-23T19:36:25.421Z Checking byte-wrapper v0.1.0
26002026-03-23T19:36:25.515Z Checking password-hash v0.5.0
26012026-03-23T19:36:25.631Z Checking chacha20 v0.9.1
26022026-03-23T19:36:25.863Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26032026-03-23T19:36:25.923Z Compiling usdt-macro v0.5.0
26042026-03-23T19:36:26.035Z Compiling usdt-attr-macro v0.5.0
26052026-03-23T19:36:26.176Z Checking smf v0.2.3
26062026-03-23T19:36:26.508Z Checking blake2 v0.10.6
26072026-03-23T19:36:26.617Z Checking aead v0.5.2
26082026-03-23T19:36:26.797Z Checking memmap v0.7.0
26092026-03-23T19:36:26.819Z Checking sigpipe v0.1.3
26102026-03-23T19:36:26.887Z Compiling num-derive v0.4.2
26112026-03-23T19:36:26.919Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26122026-03-23T19:36:26.969Z Checking float-ord v0.3.2
26132026-03-23T19:36:27.071Z Checking glob v0.3.3
26142026-03-23T19:36:27.103Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26152026-03-23T19:36:27.173Z Checking usdt v0.5.0
26162026-03-23T19:36:27.310Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26172026-03-23T19:36:27.409Z Checking argon2 v0.5.3
26182026-03-23T19:36:27.492Z Checking chacha20poly1305 v0.10.1
26192026-03-23T19:36:27.654Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26202026-03-23T19:36:27.673Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26212026-03-23T19:36:27.857Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26222026-03-23T19:36:27.943Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26232026-03-23T19:36:28.106Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26242026-03-23T19:36:28.144Z Compiling progenitor-impl v0.13.0
26252026-03-23T19:36:28.396Z Checking vsss-rs v3.3.4
26262026-03-23T19:36:28.871Z Checking ciborium v0.2.2
26272026-03-23T19:36:28.956Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26282026-03-23T19:36:29.098Z Checking whoami v1.6.1
26292026-03-23T19:36:29.325Z Compiling semver v0.1.20
26302026-03-23T19:36:29.458Z Checking indent_write v2.2.0
26312026-03-23T19:36:29.536Z Compiling typify-macro v0.4.3
26322026-03-23T19:36:29.582Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26332026-03-23T19:36:29.624Z Compiling rustc_version v0.1.7
26342026-03-23T19:36:29.697Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26352026-03-23T19:36:29.956Z Compiling pin-project-internal v1.1.11
26362026-03-23T19:36:30.039Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26372026-03-23T19:36:30.844Z Checking linked-hash-map v0.5.6
26382026-03-23T19:36:30.916Z Checking swrite v0.1.0
26392026-03-23T19:36:31.039Z Compiling minimal-lexical v0.2.1
26402026-03-23T19:36:31.072Z Checking lru-cache v0.1.2
26412026-03-23T19:36:31.230Z Compiling newtype_derive v0.1.6
26422026-03-23T19:36:31.385Z Compiling nom v7.1.3
26432026-03-23T19:36:31.567Z Checking pin-project v1.1.11
26442026-03-23T19:36:31.695Z Checking newline-converter v0.3.0
26452026-03-23T19:36:31.834Z Checking atomicwrites v0.4.4
26462026-03-23T19:36:31.837Z Compiling progenitor-macro v0.13.0
26472026-03-23T19:36:31.874Z Compiling typify v0.4.3
26482026-03-23T19:36:32.001Z Checking phf_shared v0.12.1
26492026-03-23T19:36:32.021Z Checking hickory-proto v0.24.4
26502026-03-23T19:36:32.175Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26512026-03-23T19:36:32.195Z Checking console v0.15.11
26522026-03-23T19:36:32.576Z Checking pem v3.0.6
26532026-03-23T19:36:32.844Z Checking csv-core v0.1.13
26542026-03-23T19:36:33.051Z Compiling snafu-derive v0.8.9
26552026-03-23T19:36:33.088Z Compiling derive-where v1.6.0
26562026-03-23T19:36:33.248Z Compiling async-recursion v1.1.1
26572026-03-23T19:36:34.139Z Compiling slog-dtrace v0.3.0
26582026-03-23T19:36:34.386Z Compiling chrono-tz v0.10.4
26592026-03-23T19:36:34.439Z Checking highway v1.3.0
26602026-03-23T19:36:34.613Z Checking resolv-conf v0.7.6
26612026-03-23T19:36:34.748Z Compiling owo-colors v4.3.0
26622026-03-23T19:36:34.858Z Compiling cancel-safe-futures v0.1.5
26632026-03-23T19:36:34.888Z Checking unicode-width v0.1.14
26642026-03-23T19:36:35.098Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26652026-03-23T19:36:35.118Z Checking same-file v1.0.6
26662026-03-23T19:36:35.161Z Compiling const_format_proc_macros v0.2.34
26672026-03-23T19:36:35.272Z Checking walkdir v2.5.0
26682026-03-23T19:36:35.321Z Checking hickory-resolver v0.24.4
26692026-03-23T19:36:35.491Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26702026-03-23T19:36:35.691Z Checking snafu v0.8.9
26712026-03-23T19:36:36.139Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26722026-03-23T19:36:36.316Z Checking csv v1.4.0
26732026-03-23T19:36:36.428Z Checking expectorate v1.2.0
26742026-03-23T19:36:36.480Z Checking phf v0.12.1
26752026-03-23T19:36:36.595Z Compiling progenitor-impl v0.10.0
26762026-03-23T19:36:36.744Z Checking tokio-dtrace v0.1.1
26772026-03-23T19:36:36.784Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26782026-03-23T19:36:36.832Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26792026-03-23T19:36:36.981Z Checking globset v0.4.18
26802026-03-23T19:36:37.134Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26812026-03-23T19:36:37.203Z Checking olpc-cjson v0.1.4
26822026-03-23T19:36:37.328Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26832026-03-23T19:36:37.389Z Checking libsw-core v0.3.2
26842026-03-23T19:36:37.524Z Checking serde_plain v1.0.2
26852026-03-23T19:36:37.582Z Checking arc-swap v1.8.2
26862026-03-23T19:36:37.662Z Compiling lzma-sys v0.1.20
26872026-03-23T19:36:37.718Z Checking typed-path v0.9.3
26882026-03-23T19:36:38.150Z Checking utf-8 v0.7.6
26892026-03-23T19:36:38.170Z Checking bytecount v0.6.9
26902026-03-23T19:36:38.308Z Checking papergrid v0.11.0
26912026-03-23T19:36:38.327Z Checking tungstenite v0.21.0
26922026-03-23T19:36:38.791Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26932026-03-23T19:36:38.818Z Checking tough v0.20.0
26942026-03-23T19:36:39.003Z Checking slog-scope v4.4.1
26952026-03-23T19:36:39.023Z Checking progenitor v0.13.0
26962026-03-23T19:36:39.149Z Checking libsw v3.5.0
26972026-03-23T19:36:39.177Z Checking oxide-tokio-rt v0.1.3
26982026-03-23T19:36:39.199Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26992026-03-23T19:36:39.351Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
27002026-03-23T19:36:39.913Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27012026-03-23T19:36:39.958Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27022026-03-23T19:36:40.282Z Compiling progenitor-macro v0.10.0
27032026-03-23T19:36:41.026Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27042026-03-23T19:36:41.101Z Checking qorb v0.4.1
27052026-03-23T19:36:41.334Z Checking const_format v0.2.35
27062026-03-23T19:36:41.711Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27072026-03-23T19:36:41.752Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27082026-03-23T19:36:41.833Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27092026-03-23T19:36:41.930Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27102026-03-23T19:36:42.532Z Compiling cargo_toml v0.22.3
27112026-03-23T19:36:42.542Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27122026-03-23T19:36:42.542Z Checking gethostname v0.5.0
27132026-03-23T19:36:42.542Z Compiling tabled_derive v0.7.0
27142026-03-23T19:36:42.600Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27152026-03-23T19:36:42.686Z Checking bcs v0.1.6
27162026-03-23T19:36:42.941Z Checking unicode-linebreak v0.1.5
27172026-03-23T19:36:42.948Z Checking termtree v0.5.1
27182026-03-23T19:36:43.146Z Checking linear-map v1.2.0
27192026-03-23T19:36:43.161Z Checking smawk v0.3.2
27202026-03-23T19:36:43.161Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27212026-03-23T19:36:43.372Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27222026-03-23T19:36:43.382Z Checking textwrap v0.16.2
27232026-03-23T19:36:43.540Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27242026-03-23T19:36:43.797Z Checking tabled v0.15.0
27252026-03-23T19:36:44.125Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27262026-03-23T19:36:44.202Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27272026-03-23T19:36:44.839Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27282026-03-23T19:36:45.041Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27292026-03-23T19:36:45.205Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27302026-03-23T19:36:45.417Z Checking steno v0.4.1
27312026-03-23T19:36:45.594Z Checking slog-stdlog v4.1.1
27322026-03-23T19:36:45.727Z Checking typeid v1.0.3
27332026-03-23T19:36:45.950Z Checking tokio-tungstenite v0.21.0
27342026-03-23T19:36:45.959Z Checking base64 v0.21.7
27352026-03-23T19:36:46.342Z Checking humantime v2.3.0
27362026-03-23T19:36:46.346Z Checking ron v0.12.0
27372026-03-23T19:36:46.413Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27382026-03-23T19:36:46.493Z Checking xz2 v0.1.7
27392026-03-23T19:36:46.724Z Checking slog-envlogger v2.2.0
27402026-03-23T19:36:46.765Z Checking yasna v0.5.2
27412026-03-23T19:36:47.056Z Checking headers-core v0.3.0
27422026-03-23T19:36:47.066Z Checking filetime v0.2.27
27432026-03-23T19:36:47.205Z Checking xattr v1.6.1
27442026-03-23T19:36:47.245Z Checking base16ct v1.0.0
27452026-03-23T19:36:47.286Z Checking headers v0.4.1
27462026-03-23T19:36:47.461Z Checking rcgen v0.12.1
27472026-03-23T19:36:47.467Z Checking tar v0.4.44
27482026-03-23T19:36:47.467Z Checking progenitor v0.10.0
27492026-03-23T19:36:47.467Z Checking subprocess v0.2.15
27502026-03-23T19:36:47.572Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27512026-03-23T19:36:55.143Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27522026-03-23T19:37:03.562Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27532026-03-23T19:37:05.411Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27542026-03-23T19:37:06.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
27552026-03-23T19:37:07.239Z
27562026-03-23T19:37:07.239Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/267)
27572026-03-23T19:37:08.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27582026-03-23T19:37:08.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27592026-03-23T19:37:08.299Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27602026-03-23T19:37:10.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.80s
27612026-03-23T19:37:10.280Z
27622026-03-23T19:37:10.280Zinfo: running `cargo check --bins` on nexus-config (51/267)
27632026-03-23T19:37:11.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27642026-03-23T19:37:11.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27652026-03-23T19:37:11.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27662026-03-23T19:37:11.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
27672026-03-23T19:37:11.151Z
27682026-03-23T19:37:11.151Zinfo: running `cargo check --bins` on nexus-types (52/267)
27692026-03-23T19:37:11.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27702026-03-23T19:37:11.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27712026-03-23T19:37:11.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27722026-03-23T19:37:11.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
27732026-03-23T19:37:12.025Z
27742026-03-23T19:37:12.025Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/267)
27752026-03-23T19:37:12.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27762026-03-23T19:37:12.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27772026-03-23T19:37:12.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27782026-03-23T19:37:12.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
27792026-03-23T19:37:12.846Z
27802026-03-23T19:37:12.846Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/267)
27812026-03-23T19:37:13.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822026-03-23T19:37:13.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832026-03-23T19:37:13.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27842026-03-23T19:37:13.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
27852026-03-23T19:37:13.670Z
27862026-03-23T19:37:13.670Zinfo: running `cargo check --bins` on cockroach-admin-types (55/267)
27872026-03-23T19:37:14.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882026-03-23T19:37:14.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892026-03-23T19:37:14.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27902026-03-23T19:37:14.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
27912026-03-23T19:37:14.473Z
27922026-03-23T19:37:14.473Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/267)
27932026-03-23T19:37:15.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942026-03-23T19:37:15.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952026-03-23T19:37:15.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27962026-03-23T19:37:15.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
27972026-03-23T19:37:15.277Z
27982026-03-23T19:37:15.277Zinfo: running `cargo check --bins` on ereport-types (57/267)
27992026-03-23T19:37:15.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28002026-03-23T19:37:15.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28012026-03-23T19:37:15.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28022026-03-23T19:37:15.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28032026-03-23T19:37:16.086Z
28042026-03-23T19:37:16.086Zinfo: running `cargo check --bins` on gateway-client (58/267)
28052026-03-23T19:37:16.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28062026-03-23T19:37:16.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28072026-03-23T19:37:16.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28082026-03-23T19:37:16.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28092026-03-23T19:37:16.907Z
28102026-03-23T19:37:16.907Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/267)
28112026-03-23T19:37:17.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122026-03-23T19:37:17.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132026-03-23T19:37:17.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28142026-03-23T19:37:17.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28152026-03-23T19:37:17.722Z
28162026-03-23T19:37:17.722Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/267)
28172026-03-23T19:37:18.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28182026-03-23T19:37:18.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28192026-03-23T19:37:18.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28202026-03-23T19:37:18.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28212026-03-23T19:37:18.534Z
28222026-03-23T19:37:18.535Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/267)
28232026-03-23T19:37:19.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242026-03-23T19:37:19.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252026-03-23T19:37:19.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28262026-03-23T19:37:19.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28272026-03-23T19:37:19.348Z
28282026-03-23T19:37:19.348Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/267)
28292026-03-23T19:37:20.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302026-03-23T19:37:20.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312026-03-23T19:37:20.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28322026-03-23T19:37:20.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28332026-03-23T19:37:20.160Z
28342026-03-23T19:37:20.160Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/267)
28352026-03-23T19:37:20.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362026-03-23T19:37:20.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372026-03-23T19:37:20.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28382026-03-23T19:37:20.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28392026-03-23T19:37:20.991Z
28402026-03-23T19:37:20.991Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/267)
28412026-03-23T19:37:21.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422026-03-23T19:37:21.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432026-03-23T19:37:21.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28442026-03-23T19:37:21.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28452026-03-23T19:37:21.839Z
28462026-03-23T19:37:21.840Zinfo: running `cargo check --bins` on key-manager-types (65/267)
28472026-03-23T19:37:22.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482026-03-23T19:37:22.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492026-03-23T19:37:22.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28502026-03-23T19:37:22.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28512026-03-23T19:37:22.622Z
28522026-03-23T19:37:22.622Zinfo: running `cargo check --bins` on oxlog (66/267)
28532026-03-23T19:37:23.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542026-03-23T19:37:23.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552026-03-23T19:37:23.466Z Compiling newtype-uuid v1.3.2
28562026-03-23T19:37:23.727Z Compiling daft v0.1.5
28572026-03-23T19:37:23.991Z Compiling iddqd v0.3.17
28582026-03-23T19:37:25.264Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28592026-03-23T19:37:25.545Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28602026-03-23T19:37:25.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
28612026-03-23T19:37:26.114Z
28622026-03-23T19:37:26.114Zinfo: running `cargo check --bins` on internal-dns-types (67/267)
28632026-03-23T19:37:26.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-03-23T19:37:26.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-03-23T19:37:26.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28662026-03-23T19:37:26.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28672026-03-23T19:37:26.941Z
28682026-03-23T19:37:26.941Zinfo: running `cargo check --bins` on internal-dns-types-versions (68/267)
28692026-03-23T19:37:27.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-03-23T19:37:27.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-03-23T19:37:27.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28722026-03-23T19:37:27.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28732026-03-23T19:37:27.755Z
28742026-03-23T19:37:27.755Zinfo: running `cargo check --bins` on nexus-types-versions (69/267)
28752026-03-23T19:37:28.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-03-23T19:37:28.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-03-23T19:37:28.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28782026-03-23T19:37:28.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
28792026-03-23T19:37:28.606Z
28802026-03-23T19:37:28.606Zinfo: running `cargo check --bins` on omicron-passwords (70/267)
28812026-03-23T19:37:29.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-03-23T19:37:29.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-03-23T19:37:29.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842026-03-23T19:37:29.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28852026-03-23T19:37:29.402Z
28862026-03-23T19:37:29.402Zinfo: running `cargo check --bins` on oxql-types (71/267)
28872026-03-23T19:37:30.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-03-23T19:37:30.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-03-23T19:37:30.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902026-03-23T19:37:30.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28912026-03-23T19:37:30.220Z
28922026-03-23T19:37:30.220Zinfo: running `cargo check --bins` on oximeter-types (72/267)
28932026-03-23T19:37:30.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-03-23T19:37:30.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-03-23T19:37:30.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-03-23T19:37:30.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28972026-03-23T19:37:31.036Z
28982026-03-23T19:37:31.036Zinfo: running `cargo check --bins` on oximeter-types-versions (73/267)
28992026-03-23T19:37:31.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-03-23T19:37:31.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-03-23T19:37:31.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-03-23T19:37:31.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29032026-03-23T19:37:31.855Z
29042026-03-23T19:37:31.855Zinfo: running `cargo check --bins` on oximeter-macro-impl (74/267)
29052026-03-23T19:37:32.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-03-23T19:37:32.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-03-23T19:37:32.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-03-23T19:37:32.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29092026-03-23T19:37:32.658Z
29102026-03-23T19:37:32.658Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (75/267)
29112026-03-23T19:37:33.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-03-23T19:37:33.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-03-23T19:37:33.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142026-03-23T19:37:33.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
29152026-03-23T19:37:33.496Z
29162026-03-23T19:37:33.496Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (76/267)
29172026-03-23T19:37:34.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-03-23T19:37:34.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-03-23T19:37:34.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202026-03-23T19:37:34.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
29212026-03-23T19:37:34.339Z
29222026-03-23T19:37:34.339Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (77/267)
29232026-03-23T19:37:35.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-03-23T19:37:35.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-03-23T19:37:35.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262026-03-23T19:37:35.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
29272026-03-23T19:37:35.180Z
29282026-03-23T19:37:35.180Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (78/267)
29292026-03-23T19:37:35.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-03-23T19:37:35.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-03-23T19:37:35.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322026-03-23T19:37:35.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
29332026-03-23T19:37:36.022Z
29342026-03-23T19:37:36.022Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (79/267)
29352026-03-23T19:37:36.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-03-23T19:37:36.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-03-23T19:37:36.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29382026-03-23T19:37:36.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29392026-03-23T19:37:36.829Z
29402026-03-23T19:37:36.829Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (80/267)
29412026-03-23T19:37:37.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422026-03-23T19:37:37.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432026-03-23T19:37:37.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29442026-03-23T19:37:37.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
29452026-03-23T19:37:37.646Z
29462026-03-23T19:37:37.646Zinfo: running `cargo check --bins --no-default-features` on gfss (81/267)
29472026-03-23T19:37:38.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29482026-03-23T19:37:38.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29492026-03-23T19:37:38.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29502026-03-23T19:37:38.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29512026-03-23T19:37:38.443Z
29522026-03-23T19:37:38.443Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (82/267)
29532026-03-23T19:37:39.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29542026-03-23T19:37:39.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29552026-03-23T19:37:39.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29562026-03-23T19:37:39.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29572026-03-23T19:37:39.237Z
29582026-03-23T19:37:39.237Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/267)
29592026-03-23T19:37:39.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29602026-03-23T19:37:39.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29612026-03-23T19:37:40.145Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29622026-03-23T19:37:40.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
29632026-03-23T19:37:41.061Z
29642026-03-23T19:37:41.061Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/267)
29652026-03-23T19:37:41.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29662026-03-23T19:37:41.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29672026-03-23T19:37:41.981Z Compiling ar_archive_writer v0.5.1
29682026-03-23T19:37:42.117Z Compiling stacker v0.1.23
29692026-03-23T19:37:42.121Z Compiling cfg_aliases v0.1.1
29702026-03-23T19:37:42.144Z Compiling convert_case v0.10.0
29712026-03-23T19:37:42.159Z Checking fd-lock v4.0.4
29722026-03-23T19:37:42.163Z Checking nibble_vec v0.1.0
29732026-03-23T19:37:42.163Z Checking vte v0.14.1
29742026-03-23T19:37:42.163Z Compiling recursive-proc-macro-impl v0.1.1
29752026-03-23T19:37:42.247Z Compiling nix v0.28.0
29762026-03-23T19:37:42.343Z Checking endian-type v0.1.2
29772026-03-23T19:37:42.366Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29782026-03-23T19:37:42.444Z Checking strip-ansi-escapes v0.2.1
29792026-03-23T19:37:42.466Z Compiling peg-macros v0.8.5
29802026-03-23T19:37:42.508Z Checking radix_trie v0.2.1
29812026-03-23T19:37:42.547Z Compiling derive_more-impl v2.1.1
29822026-03-23T19:37:42.570Z Checking winnow v0.6.26
29832026-03-23T19:37:42.739Z Compiling sqlparser_derive v0.5.0
29842026-03-23T19:37:42.779Z Checking nu-ansi-term v0.50.3
29852026-03-23T19:37:42.985Z Checking home v0.5.12
29862026-03-23T19:37:43.063Z Checking unicode_categories v0.1.1
29872026-03-23T19:37:43.116Z Checking reedline v0.40.0
29882026-03-23T19:37:43.292Z Checking display-error-chain v0.2.2
29892026-03-23T19:37:43.308Z Compiling psm v0.1.30
29902026-03-23T19:37:43.631Z Checking derive_more v2.1.1
29912026-03-23T19:37:43.724Z Checking crossterm v0.29.0
29922026-03-23T19:37:44.024Z Checking peg v0.8.5
29932026-03-23T19:37:44.086Z Checking rustyline v14.0.0
29942026-03-23T19:37:44.137Z Checking sqlformat v0.3.5
29952026-03-23T19:37:44.264Z Checking recursive v0.1.1
29962026-03-23T19:37:44.371Z Checking sqlparser v0.61.0
29972026-03-23T19:38:00.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.10s
29982026-03-23T19:38:00.392Z
29992026-03-23T19:38:00.392Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/267)
30002026-03-23T19:38:01.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30012026-03-23T19:38:01.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30022026-03-23T19:38:01.334Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30032026-03-23T19:38:05.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s
30042026-03-23T19:38:06.231Z
30052026-03-23T19:38:06.231Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/267)
30062026-03-23T19:38:06.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30072026-03-23T19:38:06.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30082026-03-23T19:38:07.166Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30092026-03-23T19:38:10.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s
30102026-03-23T19:38:10.647Z
30112026-03-23T19:38:10.647Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/267)
30122026-03-23T19:38:11.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30132026-03-23T19:38:11.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30142026-03-23T19:38:11.581Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30152026-03-23T19:38:15.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.30s
30162026-03-23T19:38:16.190Z
30172026-03-23T19:38:16.190Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/267)
30182026-03-23T19:38:16.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30192026-03-23T19:38:16.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30202026-03-23T19:38:17.128Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30212026-03-23T19:38:21.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s
30222026-03-23T19:38:21.767Z
30232026-03-23T19:38:21.767Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/267)
30242026-03-23T19:38:22.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30252026-03-23T19:38:22.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30262026-03-23T19:38:22.698Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30272026-03-23T19:38:26.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s
30282026-03-23T19:38:26.421Z
30292026-03-23T19:38:26.421Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/267)
30302026-03-23T19:38:27.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30312026-03-23T19:38:27.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30322026-03-23T19:38:27.363Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30332026-03-23T19:38:30.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.47s
30342026-03-23T19:38:31.116Z
30352026-03-23T19:38:31.116Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/267)
30362026-03-23T19:38:31.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372026-03-23T19:38:31.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382026-03-23T19:38:32.052Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30392026-03-23T19:38:36.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s
30402026-03-23T19:38:36.940Z
30412026-03-23T19:38:36.940Zinfo: running `cargo check --bins` on oximeter (92/267)
30422026-03-23T19:38:37.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432026-03-23T19:38:37.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442026-03-23T19:38:37.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30452026-03-23T19:38:37.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
30462026-03-23T19:38:37.768Z
30472026-03-23T19:38:37.768Zinfo: running `cargo check --bins` on oximeter-schema (93/267)
30482026-03-23T19:38:38.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492026-03-23T19:38:38.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502026-03-23T19:38:38.660Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30512026-03-23T19:38:38.854Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30522026-03-23T19:38:38.874Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30532026-03-23T19:38:39.298Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30542026-03-23T19:38:44.136Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30552026-03-23T19:38:44.556Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30562026-03-23T19:38:46.093Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30572026-03-23T19:38:46.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.20s
30582026-03-23T19:38:47.200Z
30592026-03-23T19:38:47.200Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/267)
30602026-03-23T19:38:47.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-03-23T19:38:47.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-03-23T19:38:47.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-03-23T19:38:47.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
30642026-03-23T19:38:48.021Z
30652026-03-23T19:38:48.021Zinfo: running `cargo check --bins` on oximeter-test-utils (95/267)
30662026-03-23T19:38:48.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-03-23T19:38:48.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-03-23T19:38:48.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-03-23T19:38:48.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
30702026-03-23T19:38:48.912Z
30712026-03-23T19:38:48.912Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/267)
30722026-03-23T19:38:49.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-03-23T19:38:49.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-03-23T19:38:49.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752026-03-23T19:38:49.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30762026-03-23T19:38:49.752Z
30772026-03-23T19:38:49.752Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/267)
30782026-03-23T19:38:50.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792026-03-23T19:38:50.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802026-03-23T19:38:50.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812026-03-23T19:38:50.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
30822026-03-23T19:38:50.598Z
30832026-03-23T19:38:50.599Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/267)
30842026-03-23T19:38:51.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852026-03-23T19:38:51.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862026-03-23T19:38:51.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872026-03-23T19:38:51.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
30882026-03-23T19:38:51.446Z
30892026-03-23T19:38:51.446Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/267)
30902026-03-23T19:38:52.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912026-03-23T19:38:52.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922026-03-23T19:38:52.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932026-03-23T19:38:52.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
30942026-03-23T19:38:52.290Z
30952026-03-23T19:38:52.290Zinfo: running `cargo check --bins` on trust-quorum-types (100/267)
30962026-03-23T19:38:52.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972026-03-23T19:38:52.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982026-03-23T19:38:52.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992026-03-23T19:38:52.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31002026-03-23T19:38:53.096Z
31012026-03-23T19:38:53.096Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/267)
31022026-03-23T19:38:53.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032026-03-23T19:38:53.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042026-03-23T19:38:53.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052026-03-23T19:38:53.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31062026-03-23T19:38:53.938Z
31072026-03-23T19:38:53.939Zinfo: running `cargo check --bins` on update-engine (102/267)
31082026-03-23T19:38:54.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-03-23T19:38:54.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-03-23T19:38:54.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112026-03-23T19:38:54.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31122026-03-23T19:38:54.747Z
31132026-03-23T19:38:54.747Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/267)
31142026-03-23T19:38:55.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152026-03-23T19:38:55.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162026-03-23T19:38:55.706Z Checking dropshot-api-manager-types v0.6.0
31172026-03-23T19:38:55.712Z Checking nanorand v0.7.0
31182026-03-23T19:38:56.012Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31192026-03-23T19:38:56.053Z Checking flume v0.11.1
31202026-03-23T19:38:56.326Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31212026-03-23T19:38:57.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.85s
31222026-03-23T19:38:57.843Z
31232026-03-23T19:38:57.843Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/267)
31242026-03-23T19:38:58.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-03-23T19:38:58.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-03-23T19:38:58.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-03-23T19:38:58.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31282026-03-23T19:38:58.676Z
31292026-03-23T19:38:58.676Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/267)
31302026-03-23T19:38:59.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-03-23T19:38:59.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-03-23T19:38:59.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-03-23T19:38:59.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31342026-03-23T19:38:59.506Z
31352026-03-23T19:38:59.506Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/267)
31362026-03-23T19:39:00.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-03-23T19:39:00.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-03-23T19:39:00.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-03-23T19:39:00.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31402026-03-23T19:39:00.337Z
31412026-03-23T19:39:00.337Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/267)
31422026-03-23T19:39:01.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-03-23T19:39:01.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-03-23T19:39:01.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-03-23T19:39:01.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
31462026-03-23T19:39:01.190Z
31472026-03-23T19:39:01.190Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/267)
31482026-03-23T19:39:01.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-03-23T19:39:01.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-03-23T19:39:01.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-03-23T19:39:01.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31522026-03-23T19:39:02.026Z
31532026-03-23T19:39:02.026Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/267)
31542026-03-23T19:39:02.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-03-23T19:39:02.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-03-23T19:39:02.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-03-23T19:39:02.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31582026-03-23T19:39:02.857Z
31592026-03-23T19:39:02.858Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/267)
31602026-03-23T19:39:03.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-03-23T19:39:03.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-03-23T19:39:03.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-03-23T19:39:03.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31642026-03-23T19:39:03.691Z
31652026-03-23T19:39:03.691Zinfo: running `cargo check --bins` on cockroach-admin-client (111/267)
31662026-03-23T19:39:04.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-03-23T19:39:04.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-03-23T19:39:04.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692026-03-23T19:39:04.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31702026-03-23T19:39:04.509Z
31712026-03-23T19:39:04.509Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/267)
31722026-03-23T19:39:05.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732026-03-23T19:39:05.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742026-03-23T19:39:05.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31752026-03-23T19:39:05.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31762026-03-23T19:39:05.337Z
31772026-03-23T19:39:05.337Zinfo: running `cargo check --bins` on dns-service-client (113/267)
31782026-03-23T19:39:06.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792026-03-23T19:39:06.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802026-03-23T19:39:06.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31812026-03-23T19:39:06.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31822026-03-23T19:39:06.168Z
31832026-03-23T19:39:06.169Zinfo: running `cargo check --bins` on installinator-client (114/267)
31842026-03-23T19:39:06.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31852026-03-23T19:39:06.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31862026-03-23T19:39:06.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31872026-03-23T19:39:06.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31882026-03-23T19:39:07.003Z
31892026-03-23T19:39:07.003Zinfo: running `cargo check --bins` on nexus-client (115/267)
31902026-03-23T19:39:07.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912026-03-23T19:39:07.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922026-03-23T19:39:07.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932026-03-23T19:39:07.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
31942026-03-23T19:39:07.884Z
31952026-03-23T19:39:07.884Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/267)
31962026-03-23T19:39:08.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-03-23T19:39:08.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-03-23T19:39:08.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-03-23T19:39:08.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
32002026-03-23T19:39:08.765Z
32012026-03-23T19:39:08.765Zinfo: running `cargo check --bins` on ntp-admin-client (117/267)
32022026-03-23T19:39:09.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-03-23T19:39:09.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-03-23T19:39:09.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-03-23T19:39:09.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32062026-03-23T19:39:09.579Z
32072026-03-23T19:39:09.579Zinfo: running `cargo check --bins` on oxide-client (118/267)
32082026-03-23T19:39:10.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-03-23T19:39:10.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-03-23T19:39:10.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-03-23T19:39:10.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32122026-03-23T19:39:10.392Z
32132026-03-23T19:39:10.392Zinfo: running `cargo check --bins` on oximeter-client (119/267)
32142026-03-23T19:39:11.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-03-23T19:39:11.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-03-23T19:39:11.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32172026-03-23T19:39:11.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
32182026-03-23T19:39:11.221Z
32192026-03-23T19:39:11.222Zinfo: running `cargo check --bins` on repo-depot-client (120/267)
32202026-03-23T19:39:11.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212026-03-23T19:39:11.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222026-03-23T19:39:11.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32232026-03-23T19:39:11.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32242026-03-23T19:39:12.023Z
32252026-03-23T19:39:12.023Zinfo: running `cargo check --bins` on sled-agent-client (121/267)
32262026-03-23T19:39:12.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32272026-03-23T19:39:12.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32282026-03-23T19:39:12.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32292026-03-23T19:39:12.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
32302026-03-23T19:39:12.877Z
32312026-03-23T19:39:12.877Zinfo: running `cargo check --bins` on wicketd-client (122/267)
32322026-03-23T19:39:13.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32332026-03-23T19:39:13.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32342026-03-23T19:39:13.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32352026-03-23T19:39:13.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
32362026-03-23T19:39:13.727Z
32372026-03-23T19:39:13.728Zinfo: running `cargo check --bins` on installinator-common (123/267)
32382026-03-23T19:39:14.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32392026-03-23T19:39:14.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32402026-03-23T19:39:14.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32412026-03-23T19:39:14.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
32422026-03-23T19:39:14.568Z
32432026-03-23T19:39:14.568Zinfo: running `cargo check --bins` on installinator-common-versions (124/267)
32442026-03-23T19:39:15.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32452026-03-23T19:39:15.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32462026-03-23T19:39:15.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32472026-03-23T19:39:15.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32482026-03-23T19:39:15.374Z
32492026-03-23T19:39:15.374Zinfo: running `cargo check --bins` on wicket-common (125/267)
32502026-03-23T19:39:16.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32512026-03-23T19:39:16.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32522026-03-23T19:39:16.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32532026-03-23T19:39:16.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
32542026-03-23T19:39:16.226Z
32552026-03-23T19:39:16.226Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/267)
32562026-03-23T19:39:16.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32572026-03-23T19:39:16.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32582026-03-23T19:39:17.162Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32592026-03-23T19:39:17.162Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32602026-03-23T19:39:17.165Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32612026-03-23T19:39:17.319Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32622026-03-23T19:39:17.322Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32632026-03-23T19:39:17.484Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32642026-03-23T19:39:17.518Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32652026-03-23T19:39:17.777Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32662026-03-23T19:39:17.780Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32672026-03-23T19:39:20.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.40s
32682026-03-23T19:39:20.867Z
32692026-03-23T19:39:20.867Zinfo: running `cargo check --bins` on cockroach-admin-api (127/267)
32702026-03-23T19:39:21.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32712026-03-23T19:39:21.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32722026-03-23T19:39:21.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32732026-03-23T19:39:21.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
32742026-03-23T19:39:21.694Z
32752026-03-23T19:39:21.695Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/267)
32762026-03-23T19:39:23.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32772026-03-23T19:39:23.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32782026-03-23T19:39:23.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32792026-03-23T19:39:23.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
32802026-03-23T19:39:23.195Z
32812026-03-23T19:39:23.195Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/267)
32822026-03-23T19:39:23.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32832026-03-23T19:39:23.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32842026-03-23T19:39:23.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32852026-03-23T19:39:23.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
32862026-03-23T19:39:23.577Z
32872026-03-23T19:39:23.577Zinfo: running `cargo check --bins` on dns-server (130/267)
32882026-03-23T19:39:24.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32892026-03-23T19:39:24.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32902026-03-23T19:39:24.503Z Compiling parking_lot_core v0.8.6
32912026-03-23T19:39:24.503Z Compiling git-stub v1.0.0
32922026-03-23T19:39:24.506Z Compiling atomicwrites v0.4.4
32932026-03-23T19:39:24.506Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32942026-03-23T19:39:24.671Z Checking tagptr v0.2.0
32952026-03-23T19:39:24.687Z Checking prefix-trie v0.7.0
32962026-03-23T19:39:24.690Z Checking fxhash v0.2.1
32972026-03-23T19:39:24.703Z Checking hickory-client v0.25.2
32982026-03-23T19:39:24.845Z Compiling git-stub-vcs v0.1.0
32992026-03-23T19:39:24.845Z Checking moka v0.12.13
33002026-03-23T19:39:25.106Z Checking hickory-server v0.25.2
33012026-03-23T19:39:25.203Z Checking parking_lot v0.11.2
33022026-03-23T19:39:25.273Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33032026-03-23T19:39:25.293Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33042026-03-23T19:39:25.296Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33052026-03-23T19:39:25.296Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33062026-03-23T19:39:25.434Z Checking sled v0.34.7
33072026-03-23T19:39:25.710Z Checking hickory-resolver v0.25.2
33082026-03-23T19:39:28.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s
33092026-03-23T19:39:28.426Z
33102026-03-23T19:39:28.427Zinfo: running `cargo check --bins` on dns-server-api (131/267)
33112026-03-23T19:39:29.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33122026-03-23T19:39:29.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33132026-03-23T19:39:29.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33142026-03-23T19:39:29.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
33152026-03-23T19:39:29.253Z
33162026-03-23T19:39:29.253Zinfo: running `cargo check --bins` on gateway-test-utils (132/267)
33172026-03-23T19:39:30.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-03-23T19:39:30.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-03-23T19:39:30.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-03-23T19:39:30.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
33212026-03-23T19:39:30.161Z
33222026-03-23T19:39:30.161Zinfo: running `cargo check --bins` on omicron-gateway (133/267)
33232026-03-23T19:39:30.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-03-23T19:39:30.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-03-23T19:39:31.212Z Compiling radium v0.7.0
33262026-03-23T19:39:31.354Z Compiling maybe-uninit v2.0.0
33272026-03-23T19:39:31.358Z Checking tap v1.0.1
33282026-03-23T19:39:31.386Z Compiling zerocopy-derive v0.6.6
33292026-03-23T19:39:31.404Z Checking crc-catalog v2.4.0
33302026-03-23T19:39:31.408Z Checking funty v2.0.0
33312026-03-23T19:39:31.408Z Compiling packed_struct v0.10.1
33322026-03-23T19:39:31.458Z Compiling packed_struct_codegen v0.10.1
33332026-03-23T19:39:31.492Z Checking wyz v0.5.1
33342026-03-23T19:39:31.522Z Checking crc v3.4.0
33352026-03-23T19:39:31.746Z Compiling bitfield-macros v0.19.4
33362026-03-23T19:39:31.764Z Compiling indexmap v1.9.3
33372026-03-23T19:39:31.800Z Checking nodrop v0.1.14
33382026-03-23T19:39:31.850Z Checking smallvec v0.6.14
33392026-03-23T19:39:31.900Z Checking hashbrown v0.12.3
33402026-03-23T19:39:31.919Z Checking array-init v0.0.4
33412026-03-23T19:39:31.937Z Checking bitvec v1.0.1
33422026-03-23T19:39:32.055Z Checking ron v0.8.1
33432026-03-23T19:39:32.103Z Checking hashbrown v0.13.2
33442026-03-23T19:39:32.402Z Checking serde-hex v0.1.0
33452026-03-23T19:39:32.529Z Checking zerocopy v0.6.6
33462026-03-23T19:39:32.690Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33472026-03-23T19:39:32.693Z Checking bitfield v0.19.4
33482026-03-23T19:39:32.779Z Checking crc-any v2.5.0
33492026-03-23T19:39:32.900Z Checking object v0.30.4
33502026-03-23T19:39:32.919Z Checking path-slash v0.1.5
33512026-03-23T19:39:32.953Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33522026-03-23T19:39:32.976Z Checking half v1.8.3
33532026-03-23T19:39:33.014Z Checking void v1.0.2
33542026-03-23T19:39:33.041Z Checking tungstenite v0.23.0
33552026-03-23T19:39:33.143Z Checking lzss v0.8.2
33562026-03-23T19:39:33.146Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33572026-03-23T19:39:33.240Z Checking serde_cbor v0.11.2
33582026-03-23T19:39:33.259Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33592026-03-23T19:39:33.364Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33602026-03-23T19:39:33.382Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33612026-03-23T19:39:33.456Z Checking nix v0.27.1
33622026-03-23T19:39:33.588Z Checking kstat-rs v0.2.4
33632026-03-23T19:39:33.763Z Checking serde_bytes v0.11.19
33642026-03-23T19:39:33.829Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33652026-03-23T19:39:33.887Z Checking tokio-tungstenite v0.23.1
33662026-03-23T19:39:33.994Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33672026-03-23T19:39:34.159Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33682026-03-23T19:39:34.213Z Checking signal-hook-tokio v0.3.1
33692026-03-23T19:39:35.190Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33702026-03-23T19:39:35.541Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33712026-03-23T19:39:38.782Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33722026-03-23T19:39:39.973Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33732026-03-23T19:39:40.342Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33742026-03-23T19:39:41.825Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33752026-03-23T19:39:44.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.41s
33762026-03-23T19:39:44.823Z
33772026-03-23T19:39:44.823Zinfo: running `cargo check --bins` on gateway-api (134/267)
33782026-03-23T19:39:45.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-03-23T19:39:45.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-03-23T19:39:45.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-03-23T19:39:45.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33822026-03-23T19:39:45.640Z
33832026-03-23T19:39:45.640Zinfo: running `cargo check --bins` on ipcc (135/267)
33842026-03-23T19:39:46.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-03-23T19:39:46.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-03-23T19:39:46.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-03-23T19:39:46.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33882026-03-23T19:39:46.454Z
33892026-03-23T19:39:46.454Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/267)
33902026-03-23T19:39:47.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-03-23T19:39:47.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-03-23T19:39:47.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-03-23T19:39:47.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33942026-03-23T19:39:47.245Z
33952026-03-23T19:39:47.245Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/267)
33962026-03-23T19:39:47.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-03-23T19:39:47.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-03-23T19:39:47.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-03-23T19:39:47.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34002026-03-23T19:39:48.059Z
34012026-03-23T19:39:48.059Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/267)
34022026-03-23T19:39:48.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-03-23T19:39:48.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-03-23T19:39:48.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-03-23T19:39:48.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34062026-03-23T19:39:48.869Z
34072026-03-23T19:39:48.870Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/267)
34082026-03-23T19:39:49.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-03-23T19:39:49.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-03-23T19:39:49.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-03-23T19:39:49.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34122026-03-23T19:39:49.682Z
34132026-03-23T19:39:49.682Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/267)
34142026-03-23T19:39:50.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-03-23T19:39:50.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-03-23T19:39:50.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-03-23T19:39:50.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34182026-03-23T19:39:50.493Z
34192026-03-23T19:39:50.493Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/267)
34202026-03-23T19:39:51.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-03-23T19:39:51.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-03-23T19:39:51.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-03-23T19:39:51.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34242026-03-23T19:39:51.306Z
34252026-03-23T19:39:51.306Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/267)
34262026-03-23T19:39:52.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-03-23T19:39:52.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-03-23T19:39:52.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-03-23T19:39:52.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34302026-03-23T19:39:52.122Z
34312026-03-23T19:39:52.122Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/267)
34322026-03-23T19:39:52.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-03-23T19:39:52.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-03-23T19:39:52.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-03-23T19:39:52.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34362026-03-23T19:39:52.935Z
34372026-03-23T19:39:52.935Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/267)
34382026-03-23T19:39:53.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-03-23T19:39:53.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-03-23T19:39:53.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-03-23T19:39:53.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34422026-03-23T19:39:53.747Z
34432026-03-23T19:39:53.747Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/267)
34442026-03-23T19:39:54.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-03-23T19:39:54.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-03-23T19:39:54.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-03-23T19:39:54.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34482026-03-23T19:39:54.561Z
34492026-03-23T19:39:54.561Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/267)
34502026-03-23T19:39:55.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-03-23T19:39:55.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-03-23T19:39:55.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-03-23T19:39:55.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34542026-03-23T19:39:55.378Z
34552026-03-23T19:39:55.378Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/267)
34562026-03-23T19:39:56.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-03-23T19:39:56.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-03-23T19:39:56.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-03-23T19:39:56.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34602026-03-23T19:39:56.195Z
34612026-03-23T19:39:56.195Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/267)
34622026-03-23T19:39:56.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-03-23T19:39:56.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-03-23T19:39:56.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-03-23T19:39:56.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34662026-03-23T19:39:57.013Z
34672026-03-23T19:39:57.013Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/267)
34682026-03-23T19:39:57.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-03-23T19:39:57.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-03-23T19:39:57.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-03-23T19:39:57.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34722026-03-23T19:39:57.826Z
34732026-03-23T19:39:57.827Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/267)
34742026-03-23T19:39:58.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-03-23T19:39:58.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-03-23T19:39:58.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-03-23T19:39:58.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34782026-03-23T19:39:58.646Z
34792026-03-23T19:39:58.647Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/267)
34802026-03-23T19:39:59.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-03-23T19:39:59.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-03-23T19:39:59.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-03-23T19:39:59.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34842026-03-23T19:39:59.464Z
34852026-03-23T19:39:59.464Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/267)
34862026-03-23T19:40:00.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-03-23T19:40:00.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-03-23T19:40:00.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-03-23T19:40:00.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34902026-03-23T19:40:00.276Z
34912026-03-23T19:40:00.276Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/267)
34922026-03-23T19:40:00.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-03-23T19:40:00.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-03-23T19:40:00.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-03-23T19:40:00.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34962026-03-23T19:40:01.087Z
34972026-03-23T19:40:01.087Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/267)
34982026-03-23T19:40:01.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-03-23T19:40:01.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-03-23T19:40:01.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-03-23T19:40:01.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35022026-03-23T19:40:01.895Z
35032026-03-23T19:40:01.895Zinfo: running `cargo check --bins` on oximeter-producer (155/267)
35042026-03-23T19:40:02.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-03-23T19:40:02.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-03-23T19:40:02.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-03-23T19:40:02.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35082026-03-23T19:40:02.765Z
35092026-03-23T19:40:02.765Zinfo: running `cargo check --bins` on internal-dns-resolver (156/267)
35102026-03-23T19:40:03.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-03-23T19:40:03.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-03-23T19:40:03.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-03-23T19:40:03.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
35142026-03-23T19:40:03.588Z
35152026-03-23T19:40:03.588Zinfo: running `cargo check --bins` on sp-sim (157/267)
35162026-03-23T19:40:04.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-03-23T19:40:04.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-03-23T19:40:04.578Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35192026-03-23T19:40:06.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s
35202026-03-23T19:40:07.160Z
35212026-03-23T19:40:07.160Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (158/267)
35222026-03-23T19:40:07.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-03-23T19:40:07.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-03-23T19:40:07.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-03-23T19:40:07.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
35262026-03-23T19:40:08.061Z
35272026-03-23T19:40:08.061Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (159/267)
35282026-03-23T19:40:08.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-03-23T19:40:08.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-03-23T19:40:08.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-03-23T19:40:08.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
35322026-03-23T19:40:08.967Z
35332026-03-23T19:40:08.967Zinfo: running `cargo check --bins` on db-macros (160/267)
35342026-03-23T19:40:09.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-03-23T19:40:09.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-03-23T19:40:09.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-03-23T19:40:09.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35382026-03-23T19:40:09.769Z
35392026-03-23T19:40:09.769Zinfo: running `cargo check --bins` on nexus-macros-common (161/267)
35402026-03-23T19:40:10.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-03-23T19:40:10.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-03-23T19:40:10.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-03-23T19:40:10.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35442026-03-23T19:40:10.571Z
35452026-03-23T19:40:10.571Zinfo: running `cargo check --bins` on nexus-auth (162/267)
35462026-03-23T19:40:11.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-03-23T19:40:11.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-03-23T19:40:11.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-03-23T19:40:11.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
35502026-03-23T19:40:11.464Z
35512026-03-23T19:40:11.464Zinfo: running `cargo check --bins` on authz-macros (163/267)
35522026-03-23T19:40:12.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-03-23T19:40:12.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-03-23T19:40:12.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-03-23T19:40:12.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35562026-03-23T19:40:12.280Z
35572026-03-23T19:40:12.280Zinfo: running `cargo check --bins` on nexus-db-fixed-data (164/267)
35582026-03-23T19:40:13.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-03-23T19:40:13.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-03-23T19:40:13.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-03-23T19:40:13.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
35622026-03-23T19:40:13.160Z
35632026-03-23T19:40:13.160Zinfo: running `cargo check --bins` on nexus-db-model (165/267)
35642026-03-23T19:40:13.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-03-23T19:40:13.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-03-23T19:40:13.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-03-23T19:40:13.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
35682026-03-23T19:40:14.042Z
35692026-03-23T19:40:14.042Zinfo: running `cargo check --bins` on nexus-db-schema (166/267)
35702026-03-23T19:40:14.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-03-23T19:40:14.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-03-23T19:40:14.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-03-23T19:40:14.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35742026-03-23T19:40:14.850Z
35752026-03-23T19:40:14.850Zinfo: running `cargo check --bins` on omicron-rpaths (167/267)
35762026-03-23T19:40:15.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-03-23T19:40:15.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-03-23T19:40:15.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35792026-03-23T19:40:15.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35802026-03-23T19:40:15.649Z
35812026-03-23T19:40:15.649Zinfo: running `cargo check --bins` on nexus-defaults (168/267)
35822026-03-23T19:40:16.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832026-03-23T19:40:16.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842026-03-23T19:40:16.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35852026-03-23T19:40:16.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35862026-03-23T19:40:16.472Z
35872026-03-23T19:40:16.472Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (169/267)
35882026-03-23T19:40:17.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892026-03-23T19:40:17.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902026-03-23T19:40:17.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35912026-03-23T19:40:17.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35922026-03-23T19:40:17.282Z
35932026-03-23T19:40:17.282Zinfo: running `cargo check --bins` on parallel-task-set (170/267)
35942026-03-23T19:40:17.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952026-03-23T19:40:17.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962026-03-23T19:40:17.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35972026-03-23T19:40:17.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35982026-03-23T19:40:18.086Z
35992026-03-23T19:40:18.086Zinfo: running `cargo check --bins` on nexus-db-errors (171/267)
36002026-03-23T19:40:18.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012026-03-23T19:40:18.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022026-03-23T19:40:18.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36032026-03-23T19:40:18.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
36042026-03-23T19:40:18.980Z
36052026-03-23T19:40:18.980Zinfo: running `cargo check --bins` on nexus-db-lookup (172/267)
36062026-03-23T19:40:19.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-03-23T19:40:19.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-03-23T19:40:19.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36092026-03-23T19:40:19.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
36102026-03-23T19:40:19.874Z
36112026-03-23T19:40:19.874Zinfo: running `cargo check --bins` on nexus-inventory (173/267)
36122026-03-23T19:40:20.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132026-03-23T19:40:20.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142026-03-23T19:40:20.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36152026-03-23T19:40:20.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
36162026-03-23T19:40:20.762Z
36172026-03-23T19:40:20.762Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (174/267)
36182026-03-23T19:40:21.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36192026-03-23T19:40:21.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36202026-03-23T19:40:21.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36212026-03-23T19:40:21.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
36222026-03-23T19:40:21.614Z
36232026-03-23T19:40:21.614Zinfo: running `cargo check --bins --no-default-features` on sled-storage (175/267)
36242026-03-23T19:40:22.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36252026-03-23T19:40:22.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36262026-03-23T19:40:22.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36272026-03-23T19:40:22.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
36282026-03-23T19:40:22.455Z
36292026-03-23T19:40:22.455Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (176/267)
36302026-03-23T19:40:23.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36312026-03-23T19:40:23.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36322026-03-23T19:40:23.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36332026-03-23T19:40:23.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
36342026-03-23T19:40:23.292Z
36352026-03-23T19:40:23.292Zinfo: running `cargo check --bins` on key-manager (177/267)
36362026-03-23T19:40:24.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36372026-03-23T19:40:24.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36382026-03-23T19:40:24.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36392026-03-23T19:40:24.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
36402026-03-23T19:40:24.118Z
36412026-03-23T19:40:24.118Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (178/267)
36422026-03-23T19:40:24.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36432026-03-23T19:40:24.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36442026-03-23T19:40:24.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36452026-03-23T19:40:24.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
36462026-03-23T19:40:24.955Z
36472026-03-23T19:40:24.956Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (179/267)
36482026-03-23T19:40:25.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36492026-03-23T19:40:25.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36502026-03-23T19:40:25.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36512026-03-23T19:40:25.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
36522026-03-23T19:40:25.792Z
36532026-03-23T19:40:25.792Zinfo: running `cargo check --bins` on typed-rng (180/267)
36542026-03-23T19:40:26.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36552026-03-23T19:40:26.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36562026-03-23T19:40:26.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36572026-03-23T19:40:26.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
36582026-03-23T19:40:26.597Z
36592026-03-23T19:40:26.597Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (181/267)
36602026-03-23T19:40:27.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36612026-03-23T19:40:27.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36622026-03-23T19:40:27.781Z Compiling libefi-sys v0.1.0
36632026-03-23T19:40:27.784Z Compiling bitfield-struct v0.6.2
36642026-03-23T19:40:27.958Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36652026-03-23T19:40:27.975Z Compiling xshell-macros v0.2.7
36662026-03-23T19:40:27.995Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36672026-03-23T19:40:28.017Z Compiling salty v0.3.0
36682026-03-23T19:40:28.038Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36692026-03-23T19:40:28.061Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36702026-03-23T19:40:28.061Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36712026-03-23T19:40:28.411Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36722026-03-23T19:40:28.431Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36732026-03-23T19:40:28.460Z Checking xshell v0.2.7
36742026-03-23T19:40:28.599Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36752026-03-23T19:40:28.644Z Checking primeorder v0.13.6
36762026-03-23T19:40:28.687Z Compiling proc-macro-error-attr2 v2.0.0
36772026-03-23T19:40:28.710Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36782026-03-23T19:40:28.752Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36792026-03-23T19:40:28.773Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36802026-03-23T19:40:28.936Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36812026-03-23T19:40:28.977Z Checking p384 v0.13.1
36822026-03-23T19:40:29.004Z Compiling num-derive v0.3.3
36832026-03-23T19:40:29.101Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36842026-03-23T19:40:29.189Z Compiling proc-macro-error2 v2.0.1
36852026-03-23T19:40:29.351Z Compiling unicase v2.9.0
36862026-03-23T19:40:29.409Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36872026-03-23T19:40:29.564Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36882026-03-23T19:40:29.601Z Compiling tabled_derive v0.11.0
36892026-03-23T19:40:29.622Z Compiling mime_guess v2.0.5
36902026-03-23T19:40:29.712Z Compiling progenitor-impl v0.11.2
36912026-03-23T19:40:30.052Z Checking papergrid v0.17.0
36922026-03-23T19:40:30.192Z Checking libscf-sys v1.1.0
36932026-03-23T19:40:30.326Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36942026-03-23T19:40:30.363Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36952026-03-23T19:40:30.470Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36962026-03-23T19:40:30.560Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36972026-03-23T19:40:31.191Z Checking testing_table v0.3.0
36982026-03-23T19:40:31.217Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36992026-03-23T19:40:31.257Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37002026-03-23T19:40:31.310Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37012026-03-23T19:40:31.359Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37022026-03-23T19:40:31.458Z Checking corncobs v0.1.4
37032026-03-23T19:40:31.478Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37042026-03-23T19:40:31.551Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37052026-03-23T19:40:31.618Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37062026-03-23T19:40:31.638Z Checking tabled v0.20.0
37072026-03-23T19:40:31.750Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37082026-03-23T19:40:31.912Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37092026-03-23T19:40:31.991Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37102026-03-23T19:40:32.194Z Checking progenitor-client v0.11.2
37112026-03-23T19:40:32.418Z Checking secrecy v0.8.0
37122026-03-23T19:40:32.508Z Checking http-range v0.1.5
37132026-03-23T19:40:32.774Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37142026-03-23T19:40:32.904Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
37152026-03-23T19:40:33.051Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37162026-03-23T19:40:33.206Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37172026-03-23T19:40:33.230Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37182026-03-23T19:40:33.419Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37192026-03-23T19:40:33.540Z Compiling progenitor-macro v0.11.2
37202026-03-23T19:40:33.673Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37212026-03-23T19:40:33.712Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
37222026-03-23T19:40:33.760Z Checking atty v0.2.14
37232026-03-23T19:40:33.802Z Checking crc8 v0.1.1
37242026-03-23T19:40:33.883Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
37252026-03-23T19:40:33.926Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37262026-03-23T19:40:34.413Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37272026-03-23T19:40:34.532Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37282026-03-23T19:40:34.846Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37292026-03-23T19:40:34.870Z Checking hyper-staticfile v0.10.1
37302026-03-23T19:40:34.892Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37312026-03-23T19:40:35.030Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37322026-03-23T19:40:35.244Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37332026-03-23T19:40:35.301Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37342026-03-23T19:40:35.525Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37352026-03-23T19:40:35.573Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37362026-03-23T19:40:35.617Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37372026-03-23T19:40:35.938Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37382026-03-23T19:40:36.170Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37392026-03-23T19:40:36.321Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37402026-03-23T19:40:36.396Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37412026-03-23T19:40:36.618Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37422026-03-23T19:40:36.921Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37432026-03-23T19:40:37.222Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37442026-03-23T19:40:37.285Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37452026-03-23T19:40:37.811Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37462026-03-23T19:40:38.996Z Checking progenitor v0.11.2
37472026-03-23T19:40:39.162Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37482026-03-23T19:40:45.955Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37492026-03-23T19:41:01.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.13s
37502026-03-23T19:41:02.005Z
37512026-03-23T19:41:02.005Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (182/267)
37522026-03-23T19:41:02.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532026-03-23T19:41:02.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542026-03-23T19:41:03.111Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37552026-03-23T19:41:19.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.04s
37562026-03-23T19:41:19.324Z
37572026-03-23T19:41:19.324Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (183/267)
37582026-03-23T19:41:20.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-03-23T19:41:20.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-03-23T19:41:20.423Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37612026-03-23T19:41:36.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.03s
37622026-03-23T19:41:37.235Z
37632026-03-23T19:41:37.235Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (184/267)
37642026-03-23T19:41:37.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-03-23T19:41:37.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-03-23T19:41:37.723Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37672026-03-23T19:41:53.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.92s
37682026-03-23T19:41:53.800Z
37692026-03-23T19:41:53.800Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (185/267)
37702026-03-23T19:41:54.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-03-23T19:41:54.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-03-23T19:41:55.730Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37732026-03-23T19:42:10.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.98s
37742026-03-23T19:42:11.041Z
37752026-03-23T19:42:11.041Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (186/267)
37762026-03-23T19:42:11.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-03-23T19:42:11.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-03-23T19:42:12.144Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37792026-03-23T19:42:27.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.88s
37802026-03-23T19:42:28.191Z
37812026-03-23T19:42:28.191Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (187/267)
37822026-03-23T19:42:28.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832026-03-23T19:42:28.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842026-03-23T19:42:29.296Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37852026-03-23T19:42:45.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.97s
37862026-03-23T19:42:45.424Z
37872026-03-23T19:42:45.424Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (188/267)
37882026-03-23T19:42:46.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37892026-03-23T19:42:46.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37902026-03-23T19:42:46.532Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37912026-03-23T19:43:02.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.02s
37922026-03-23T19:43:02.707Z
37932026-03-23T19:43:02.707Zinfo: running `cargo check --bins` on bootstrap-agent-api (189/267)
37942026-03-23T19:43:03.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-03-23T19:43:03.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-03-23T19:43:03.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37972026-03-23T19:43:03.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
37982026-03-23T19:43:03.562Z
37992026-03-23T19:43:03.562Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (190/267)
38002026-03-23T19:43:04.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-03-23T19:43:04.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-03-23T19:43:04.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38032026-03-23T19:43:04.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38042026-03-23T19:43:04.407Z
38052026-03-23T19:43:04.407Zinfo: running `cargo check --bins` on range-requests (191/267)
38062026-03-23T19:43:05.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072026-03-23T19:43:05.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082026-03-23T19:43:05.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38092026-03-23T19:43:05.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38102026-03-23T19:43:05.225Z
38112026-03-23T19:43:05.225Zinfo: running `cargo check --bins` on repo-depot-api (192/267)
38122026-03-23T19:43:05.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132026-03-23T19:43:05.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142026-03-23T19:43:05.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38152026-03-23T19:43:05.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38162026-03-23T19:43:06.050Z
38172026-03-23T19:43:06.051Zinfo: running `cargo check --bins` on sled-agent-api (193/267)
38182026-03-23T19:43:06.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38192026-03-23T19:43:06.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38202026-03-23T19:43:06.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38212026-03-23T19:43:06.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38222026-03-23T19:43:06.895Z
38232026-03-23T19:43:06.895Zinfo: running `cargo check --bins` on sled-diagnostics (194/267)
38242026-03-23T19:43:07.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38252026-03-23T19:43:07.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38262026-03-23T19:43:07.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38272026-03-23T19:43:07.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38282026-03-23T19:43:07.739Z
38292026-03-23T19:43:07.739Zinfo: running `cargo check --bins` on zfs-test-harness (195/267)
38302026-03-23T19:43:08.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38312026-03-23T19:43:08.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38322026-03-23T19:43:08.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38332026-03-23T19:43:08.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38342026-03-23T19:43:08.580Z
38352026-03-23T19:43:08.580Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (196/267)
38362026-03-23T19:43:09.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38372026-03-23T19:43:09.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38382026-03-23T19:43:09.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38392026-03-23T19:43:09.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38402026-03-23T19:43:09.427Z
38412026-03-23T19:43:09.428Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (197/267)
38422026-03-23T19:43:10.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38432026-03-23T19:43:10.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38442026-03-23T19:43:10.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38452026-03-23T19:43:10.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38462026-03-23T19:43:10.281Z
38472026-03-23T19:43:10.281Zinfo: running `cargo check --bins` on sled-agent-health-monitor (198/267)
38482026-03-23T19:43:11.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-03-23T19:43:11.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-03-23T19:43:11.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38512026-03-23T19:43:11.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38522026-03-23T19:43:11.130Z
38532026-03-23T19:43:11.130Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (199/267)
38542026-03-23T19:43:11.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-03-23T19:43:11.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-03-23T19:43:11.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38572026-03-23T19:43:11.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38582026-03-23T19:43:11.983Z
38592026-03-23T19:43:11.983Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (200/267)
38602026-03-23T19:43:12.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-03-23T19:43:12.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-03-23T19:43:12.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38632026-03-23T19:43:12.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38642026-03-23T19:43:12.833Z
38652026-03-23T19:43:12.833Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (201/267)
38662026-03-23T19:43:13.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-03-23T19:43:13.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-03-23T19:43:13.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38692026-03-23T19:43:13.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38702026-03-23T19:43:13.683Z
38712026-03-23T19:43:13.683Zinfo: running `cargo check --bins` on trust-quorum (202/267)
38722026-03-23T19:43:14.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-03-23T19:43:14.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-03-23T19:43:14.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38752026-03-23T19:43:14.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38762026-03-23T19:43:14.535Z
38772026-03-23T19:43:14.535Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (203/267)
38782026-03-23T19:43:15.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-03-23T19:43:15.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-03-23T19:43:15.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38812026-03-23T19:43:15.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
38822026-03-23T19:43:15.410Z
38832026-03-23T19:43:15.410Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (204/267)
38842026-03-23T19:43:16.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-03-23T19:43:16.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-03-23T19:43:16.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38872026-03-23T19:43:16.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
38882026-03-23T19:43:16.309Z
38892026-03-23T19:43:16.309Zinfo: running `cargo check --bins` on update-common (205/267)
38902026-03-23T19:43:17.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-03-23T19:43:17.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-03-23T19:43:17.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38932026-03-23T19:43:17.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38942026-03-23T19:43:17.153Z
38952026-03-23T19:43:17.153Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (206/267)
38962026-03-23T19:43:17.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-03-23T19:43:17.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-03-23T19:43:17.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992026-03-23T19:43:17.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
39002026-03-23T19:43:18.052Z
39012026-03-23T19:43:18.052Zinfo: running `cargo check --bins` on reconfigurator-cli (207/267)
39022026-03-23T19:43:18.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-03-23T19:43:18.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-03-23T19:43:19.144Z Compiling fs-err v2.11.0
39052026-03-23T19:43:19.147Z Checking ignore v0.4.25
39062026-03-23T19:43:19.305Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39072026-03-23T19:43:19.320Z Checking predicates-tree v1.0.13
39082026-03-23T19:43:19.323Z Checking parse-size v1.1.0
39092026-03-23T19:43:19.356Z Checking rand_seeder v0.4.0
39102026-03-23T19:43:19.361Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39112026-03-23T19:43:19.393Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39122026-03-23T19:43:19.450Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39132026-03-23T19:43:19.482Z Compiling petname v2.0.2
39142026-03-23T19:43:19.536Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39152026-03-23T19:43:19.726Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39162026-03-23T19:43:19.747Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39172026-03-23T19:43:19.825Z Checking globwalk v0.9.1
39182026-03-23T19:43:19.851Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39192026-03-23T19:43:19.955Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39202026-03-23T19:43:20.058Z Checking camino-tempfile-ext v0.3.3
39212026-03-23T19:43:20.080Z Checking sapling-renderdag v0.1.0
39222026-03-23T19:43:20.185Z Checking sync-ptr v0.1.4
39232026-03-23T19:43:20.314Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39242026-03-23T19:43:20.338Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39252026-03-23T19:43:20.422Z Checking colored v2.2.0
39262026-03-23T19:43:20.458Z Checking assert_matches v1.5.0
39272026-03-23T19:43:20.787Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39282026-03-23T19:43:20.897Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39292026-03-23T19:43:20.900Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39302026-03-23T19:43:21.671Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39312026-03-23T19:43:23.464Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39322026-03-23T19:43:26.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.42s
39332026-03-23T19:43:26.731Z
39342026-03-23T19:43:26.731Zinfo: running `cargo check --bins` on omicron-repl-utils (208/267)
39352026-03-23T19:43:27.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-03-23T19:43:27.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-03-23T19:43:27.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-03-23T19:43:27.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
39392026-03-23T19:43:27.540Z
39402026-03-23T19:43:27.540Zinfo: running `cargo check --bins` on nexus-test-interface (209/267)
39412026-03-23T19:43:28.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-03-23T19:43:28.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-03-23T19:43:28.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-03-23T19:43:28.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
39452026-03-23T19:43:28.438Z
39462026-03-23T19:43:28.438Zinfo: running `cargo check --bins` on oximeter-collector (210/267)
39472026-03-23T19:43:29.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-03-23T19:43:29.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-03-23T19:43:29.440Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39502026-03-23T19:43:29.440Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39512026-03-23T19:43:30.309Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39522026-03-23T19:43:32.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
39532026-03-23T19:43:32.588Z
39542026-03-23T19:43:32.588Zinfo: running `cargo check --bins` on oximeter-api (211/267)
39552026-03-23T19:43:33.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39562026-03-23T19:43:33.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39572026-03-23T19:43:33.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39582026-03-23T19:43:33.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
39592026-03-23T19:43:33.415Z
39602026-03-23T19:43:33.415Zinfo: running `cargo check --bins` on cert-dev (212/267)
39612026-03-23T19:43:34.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-03-23T19:43:34.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-03-23T19:43:34.262Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39642026-03-23T19:43:34.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
39652026-03-23T19:43:34.829Z
39662026-03-23T19:43:34.829Zinfo: running `cargo check --bins` on clickana (213/267)
39672026-03-23T19:43:35.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39682026-03-23T19:43:35.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39692026-03-23T19:43:35.738Z Compiling darling_core v0.23.0
39702026-03-23T19:43:35.868Z Compiling instability v0.3.11
39712026-03-23T19:43:35.883Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39722026-03-23T19:43:35.886Z Checking castaway v0.2.4
39732026-03-23T19:43:35.897Z Compiling indoc v2.0.7
39742026-03-23T19:43:35.929Z Checking unicode-truncate v1.1.0
39752026-03-23T19:43:35.933Z Checking lru v0.12.5
39762026-03-23T19:43:35.933Z Checking cassowary v0.3.0
39772026-03-23T19:43:36.027Z Checking compact_str v0.8.1
39782026-03-23T19:43:37.185Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39792026-03-23T19:43:37.415Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39802026-03-23T19:43:37.918Z Compiling darling_macro v0.23.0
39812026-03-23T19:43:38.448Z Compiling darling v0.23.0
39822026-03-23T19:43:39.228Z Checking ratatui v0.29.0
39832026-03-23T19:43:40.779Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39842026-03-23T19:43:41.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.80s
39852026-03-23T19:43:41.857Z
39862026-03-23T19:43:41.857Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (214/267)
39872026-03-23T19:43:42.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-03-23T19:43:42.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-03-23T19:43:42.880Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39902026-03-23T19:43:42.883Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39912026-03-23T19:43:43.644Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39922026-03-23T19:43:44.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.29s
39932026-03-23T19:43:44.393Z
39942026-03-23T19:43:44.393Zinfo: running `cargo check --bins` on ch-dev (215/267)
39952026-03-23T19:43:45.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-03-23T19:43:45.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-03-23T19:43:45.419Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39982026-03-23T19:43:46.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s
39992026-03-23T19:43:46.584Z
40002026-03-23T19:43:46.584Zinfo: running `cargo check --bins` on dev-tools-common (216/267)
40012026-03-23T19:43:47.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-03-23T19:43:47.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-03-23T19:43:47.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-03-23T19:43:47.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
40052026-03-23T19:43:47.225Z
40062026-03-23T19:43:47.225Zinfo: running `cargo check --bins` on crdb-seed (217/267)
40072026-03-23T19:43:47.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-03-23T19:43:47.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-03-23T19:43:48.228Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40102026-03-23T19:43:48.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s
40112026-03-23T19:43:49.036Z
40122026-03-23T19:43:49.037Zinfo: running `cargo check --bins` on db-dev (218/267)
40132026-03-23T19:43:49.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-03-23T19:43:49.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-03-23T19:43:50.057Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40162026-03-23T19:43:51.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s
40172026-03-23T19:43:51.238Z
40182026-03-23T19:43:51.238Zinfo: running `cargo check --bins` on omicron-dev-lib (219/267)
40192026-03-23T19:43:52.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40202026-03-23T19:43:52.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40212026-03-23T19:43:52.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40222026-03-23T19:43:52.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
40232026-03-23T19:43:52.128Z
40242026-03-23T19:43:52.128Zinfo: running `cargo check --bins` on xtask-downloader (220/267)
40252026-03-23T19:43:52.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40262026-03-23T19:43:52.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40272026-03-23T19:43:52.982Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40282026-03-23T19:43:53.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
40292026-03-23T19:43:54.098Z
40302026-03-23T19:43:54.098Zinfo: running `cargo check --bins` on omicron-dropshot-apis (221/267)
40312026-03-23T19:43:54.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40322026-03-23T19:43:54.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40332026-03-23T19:43:55.148Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40342026-03-23T19:43:55.148Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40352026-03-23T19:43:55.151Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
40362026-03-23T19:43:55.151Z Checking git-stub v1.0.0
40372026-03-23T19:43:55.151Z Compiling trait-variant v0.1.2
40382026-03-23T19:43:55.151Z Checking is_ci v1.2.0
40392026-03-23T19:43:55.290Z Checking maplit v1.0.2
40402026-03-23T19:43:55.351Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40412026-03-23T19:43:55.414Z Checking supports-color v3.0.2
40422026-03-23T19:43:55.414Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40432026-03-23T19:43:55.524Z Checking git-stub-vcs v0.1.0
40442026-03-23T19:43:55.563Z Checking drift v0.1.3
40452026-03-23T19:43:55.582Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40462026-03-23T19:43:55.649Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40472026-03-23T19:43:55.774Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40482026-03-23T19:43:55.902Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40492026-03-23T19:43:55.944Z Checking dropshot-api-manager v0.6.0
40502026-03-23T19:43:55.947Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40512026-03-23T19:43:55.982Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
40522026-03-23T19:43:56.225Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40532026-03-23T19:43:56.432Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40542026-03-23T19:43:56.589Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
40552026-03-23T19:43:56.946Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40562026-03-23T19:44:03.987Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40572026-03-23T19:44:05.383Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40582026-03-23T19:44:06.170Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40592026-03-23T19:44:06.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.59s
40602026-03-23T19:44:06.947Z
40612026-03-23T19:44:06.947Zinfo: running `cargo check --bins` on installinator-api (222/267)
40622026-03-23T19:44:07.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632026-03-23T19:44:07.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642026-03-23T19:44:07.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40652026-03-23T19:44:07.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
40662026-03-23T19:44:07.777Z
40672026-03-23T19:44:07.778Zinfo: running `cargo check --bins` on nexus-external-api (223/267)
40682026-03-23T19:44:08.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-03-23T19:44:08.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-03-23T19:44:08.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40712026-03-23T19:44:08.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
40722026-03-23T19:44:08.654Z
40732026-03-23T19:44:08.654Zinfo: running `cargo check --bins` on nexus-internal-api (224/267)
40742026-03-23T19:44:09.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40752026-03-23T19:44:09.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40762026-03-23T19:44:09.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40772026-03-23T19:44:09.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
40782026-03-23T19:44:09.534Z
40792026-03-23T19:44:09.534Zinfo: running `cargo check --bins` on nexus-lockstep-api (225/267)
40802026-03-23T19:44:10.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40812026-03-23T19:44:10.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40822026-03-23T19:44:10.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40832026-03-23T19:44:10.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
40842026-03-23T19:44:10.409Z
40852026-03-23T19:44:10.409Zinfo: running `cargo check --bins` on ntp-admin-api (226/267)
40862026-03-23T19:44:11.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40872026-03-23T19:44:11.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40882026-03-23T19:44:11.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40892026-03-23T19:44:11.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
40902026-03-23T19:44:11.232Z
40912026-03-23T19:44:11.232Zinfo: running `cargo check --bins` on ntp-admin-types-versions (227/267)
40922026-03-23T19:44:11.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40932026-03-23T19:44:11.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40942026-03-23T19:44:11.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40952026-03-23T19:44:11.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
40962026-03-23T19:44:12.036Z
40972026-03-23T19:44:12.036Zinfo: running `cargo check --bins` on wicketd-api (228/267)
40982026-03-23T19:44:12.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40992026-03-23T19:44:12.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41002026-03-23T19:44:12.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41012026-03-23T19:44:12.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
41022026-03-23T19:44:12.886Z
41032026-03-23T19:44:12.886Zinfo: running `cargo check --bins` on omicron-ls-apis (229/267)
41042026-03-23T19:44:13.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41052026-03-23T19:44:13.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41062026-03-23T19:44:13.738Z Checking erased-serde v0.4.9
41072026-03-23T19:44:13.866Z Checking ordered-float v2.10.1
41082026-03-23T19:44:13.889Z Checking unicode-xid v0.2.6
41092026-03-23T19:44:13.939Z Checking cargo-platform v0.2.0
41102026-03-23T19:44:14.153Z Checking serde-value v0.7.0
41112026-03-23T19:44:14.325Z Checking serde-untagged v0.1.9
41122026-03-23T19:44:14.535Z Checking cargo-util-schemas v0.8.2
41132026-03-23T19:44:15.531Z Checking cargo_metadata v0.21.0
41142026-03-23T19:44:16.395Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41152026-03-23T19:44:17.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s
41162026-03-23T19:44:17.526Z
41172026-03-23T19:44:17.526Zinfo: running `cargo check --bins` on mgs-dev (230/267)
41182026-03-23T19:44:18.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41192026-03-23T19:44:18.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41202026-03-23T19:44:18.565Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41212026-03-23T19:44:19.341Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41222026-03-23T19:44:19.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.43s
41232026-03-23T19:44:20.204Z
41242026-03-23T19:44:20.204Zinfo: running `cargo check --bins` on omicron-omdb (231/267)
41252026-03-23T19:44:21.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41262026-03-23T19:44:21.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41272026-03-23T19:44:21.416Z Compiling vergen-gitcl v1.0.8
41282026-03-23T19:44:21.416Z Compiling dirs-sys-next v0.1.2
41292026-03-23T19:44:21.418Z Compiling glob v0.3.3
41302026-03-23T19:44:21.418Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41312026-03-23T19:44:21.418Z Compiling crunchy v0.2.4
41322026-03-23T19:44:21.418Z Compiling diesel_derives v2.3.7
41332026-03-23T19:44:21.573Z Compiling dsl_auto_type v0.2.0
41342026-03-23T19:44:21.591Z Checking scheduled-thread-pool v0.2.7
41352026-03-23T19:44:21.823Z Compiling dirs-next v2.0.0
41362026-03-23T19:44:21.877Z Compiling diesel_table_macro_syntax v0.3.0
41372026-03-23T19:44:21.936Z Compiling tiny-keccak v2.0.2
41382026-03-23T19:44:21.977Z Compiling term v0.7.0
41392026-03-23T19:44:22.077Z Checking r2d2 v0.8.10
41402026-03-23T19:44:22.142Z Checking downcast-rs v2.0.2
41412026-03-23T19:44:22.202Z Compiling bit-vec v0.6.3
41422026-03-23T19:44:22.222Z Compiling clang-sys v1.8.1
41432026-03-23T19:44:22.312Z Compiling itertools v0.10.5
41442026-03-23T19:44:22.490Z Compiling bit-set v0.5.3
41452026-03-23T19:44:22.708Z Compiling ascii-canvas v3.0.0
41462026-03-23T19:44:22.734Z Compiling ena v0.14.4
41472026-03-23T19:44:22.756Z Compiling libloading v0.8.9
41482026-03-23T19:44:22.760Z Compiling diff v0.1.13
41492026-03-23T19:44:22.811Z Compiling bindgen v0.71.1
41502026-03-23T19:44:23.006Z Compiling regex-syntax v0.6.29
41512026-03-23T19:44:23.047Z Compiling cexpr v0.6.0
41522026-03-23T19:44:23.120Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41532026-03-23T19:44:23.360Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41542026-03-23T19:44:23.410Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41552026-03-23T19:44:23.549Z Compiling libxml v0.3.3
41562026-03-23T19:44:23.778Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41572026-03-23T19:44:23.860Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41582026-03-23T19:44:23.988Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41592026-03-23T19:44:24.158Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41602026-03-23T19:44:24.183Z Compiling strum_macros v0.24.3
41612026-03-23T19:44:24.219Z Compiling indoc v1.0.9
41622026-03-23T19:44:24.795Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41632026-03-23T19:44:25.029Z Compiling lalrpop v0.19.12
41642026-03-23T19:44:25.596Z Checking derive_builder v0.20.2
41652026-03-23T19:44:25.745Z Compiling oso-derive v0.27.3
41662026-03-23T19:44:25.960Z Checking quick-xml v0.37.5
41672026-03-23T19:44:26.058Z Compiling impl-trait-for-tuples v0.2.3
41682026-03-23T19:44:26.430Z Checking openssl-probe v0.1.6
41692026-03-23T19:44:26.611Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41702026-03-23T19:44:27.197Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41712026-03-23T19:44:27.433Z Checking bb8 v0.8.6
41722026-03-23T19:44:27.620Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41732026-03-23T19:44:27.791Z Checking nonempty v0.12.0
41742026-03-23T19:44:27.887Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41752026-03-23T19:44:28.002Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41762026-03-23T19:44:28.159Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41772026-03-23T19:44:28.261Z Checking support-bundle-viewer v0.1.2
41782026-03-23T19:44:28.287Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41792026-03-23T19:44:28.567Z Checking multimap v0.10.1
41802026-03-23T19:44:29.692Z Checking diesel v2.3.7
41812026-03-23T19:44:31.276Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41822026-03-23T19:44:32.651Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41832026-03-23T19:44:33.375Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41842026-03-23T19:44:33.491Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41852026-03-23T19:44:34.826Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41862026-03-23T19:44:34.933Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41872026-03-23T19:44:35.384Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41882026-03-23T19:44:35.844Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41892026-03-23T19:44:38.461Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41902026-03-23T19:44:44.682Z Compiling samael v0.0.19
41912026-03-23T19:44:49.619Z Checking diesel-dtrace v0.5.0
41922026-03-23T19:44:49.926Z Checking async-bb8-diesel v0.2.1
41932026-03-23T19:44:51.428Z Compiling polar-core v0.27.3
41942026-03-23T19:44:57.262Z Checking oso v0.27.3
41952026-03-23T19:45:53.028Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41962026-03-23T19:46:39.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s
41972026-03-23T19:46:39.858Z
41982026-03-23T19:46:39.858Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (232/267)
41992026-03-23T19:46:40.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42002026-03-23T19:46:40.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42012026-03-23T19:46:40.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42022026-03-23T19:46:40.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
42032026-03-23T19:46:40.762Z
42042026-03-23T19:46:40.763Zinfo: running `cargo check --bins` on nexus-saga-recovery (233/267)
42052026-03-23T19:46:41.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42062026-03-23T19:46:41.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42072026-03-23T19:46:41.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42082026-03-23T19:46:41.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
42092026-03-23T19:46:41.661Z
42102026-03-23T19:46:41.661Zinfo: running `cargo check --bins` on nexus-test-utils-macros (234/267)
42112026-03-23T19:46:42.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42122026-03-23T19:46:42.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42132026-03-23T19:46:42.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42142026-03-23T19:46:42.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
42152026-03-23T19:46:42.469Z
42162026-03-23T19:46:42.469Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (235/267)
42172026-03-23T19:46:43.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42182026-03-23T19:46:43.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42192026-03-23T19:46:43.689Z Compiling libz-sys v1.1.24
42202026-03-23T19:46:43.847Z Compiling libgit2-sys v0.18.3+1.9.2
42212026-03-23T19:46:43.866Z Compiling vergen-git2 v1.0.7
42222026-03-23T19:46:43.885Z Compiling rustls v0.21.12
42232026-03-23T19:46:43.901Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42242026-03-23T19:46:43.921Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42252026-03-23T19:46:43.924Z Checking sct v0.7.1
42262026-03-23T19:46:43.924Z Checking rustls-webpki v0.101.7
42272026-03-23T19:46:44.109Z Compiling nix v0.29.0
42282026-03-23T19:46:44.153Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42292026-03-23T19:46:44.281Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42302026-03-23T19:46:44.290Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42312026-03-23T19:46:44.360Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42322026-03-23T19:46:44.531Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42332026-03-23T19:46:44.552Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42342026-03-23T19:46:44.633Z Checking rustls-pemfile v1.0.4
42352026-03-23T19:46:44.802Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42362026-03-23T19:46:44.939Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42372026-03-23T19:46:45.135Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42382026-03-23T19:46:45.173Z Checking twox-hash v2.1.2
42392026-03-23T19:46:45.285Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42402026-03-23T19:46:46.104Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42412026-03-23T19:46:46.155Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42422026-03-23T19:46:46.176Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42432026-03-23T19:46:46.197Z Checking tokio-rustls v0.24.1
42442026-03-23T19:46:46.454Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42452026-03-23T19:46:46.634Z Checking fatfs v0.3.6
42462026-03-23T19:46:46.960Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42472026-03-23T19:46:47.000Z Compiling seq-macro v0.3.6
42482026-03-23T19:46:52.146Z Compiling git2 v0.20.4
42492026-03-23T19:46:53.096Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42502026-03-23T19:46:53.145Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42512026-03-23T19:46:55.359Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42522026-03-23T19:48:03.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
42532026-03-23T19:48:03.918Z
42542026-03-23T19:48:03.918Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (236/267)
42552026-03-23T19:48:04.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42562026-03-23T19:48:04.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42572026-03-23T19:48:05.152Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42582026-03-23T19:49:05.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
42592026-03-23T19:49:05.926Z
42602026-03-23T19:49:05.926Zinfo: running `cargo check --bins` on nexus-background-task-interface (237/267)
42612026-03-23T19:49:06.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42622026-03-23T19:49:06.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42632026-03-23T19:49:06.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42642026-03-23T19:49:06.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
42652026-03-23T19:49:06.732Z
42662026-03-23T19:49:06.732Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (238/267)
42672026-03-23T19:49:07.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42682026-03-23T19:49:07.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42692026-03-23T19:49:07.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42702026-03-23T19:49:07.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
42712026-03-23T19:49:07.627Z
42722026-03-23T19:49:07.627Zinfo: running `cargo check --bins` on nexus-mgs-updates (239/267)
42732026-03-23T19:49:08.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42742026-03-23T19:49:08.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42752026-03-23T19:49:08.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42762026-03-23T19:49:08.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
42772026-03-23T19:49:08.519Z
42782026-03-23T19:49:08.519Zinfo: running `cargo check --bins` on nexus-networking (240/267)
42792026-03-23T19:49:09.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42802026-03-23T19:49:09.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42812026-03-23T19:49:09.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42822026-03-23T19:49:09.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
42832026-03-23T19:49:09.424Z
42842026-03-23T19:49:09.424Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (241/267)
42852026-03-23T19:49:10.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42862026-03-23T19:49:10.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42872026-03-23T19:49:10.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42882026-03-23T19:49:10.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
42892026-03-23T19:49:10.335Z
42902026-03-23T19:49:10.335Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (242/267)
42912026-03-23T19:49:11.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42922026-03-23T19:49:11.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42932026-03-23T19:49:11.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42942026-03-23T19:49:11.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
42952026-03-23T19:49:11.244Z
42962026-03-23T19:49:11.244Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/267)
42972026-03-23T19:49:12.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42982026-03-23T19:49:12.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42992026-03-23T19:49:12.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43002026-03-23T19:49:12.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
43012026-03-23T19:49:12.124Z
43022026-03-23T19:49:12.124Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/267)
43032026-03-23T19:49:12.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43042026-03-23T19:49:12.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43052026-03-23T19:49:12.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43062026-03-23T19:49:12.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
43072026-03-23T19:49:13.022Z
43082026-03-23T19:49:13.022Zinfo: running `cargo check --bins` on omicron-dev (245/267)
43092026-03-23T19:49:13.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43102026-03-23T19:49:13.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43112026-03-23T19:49:14.284Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43122026-03-23T19:49:14.287Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43132026-03-23T19:49:14.478Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43142026-03-23T19:49:14.505Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43152026-03-23T19:49:14.525Z Checking yansi v1.0.1
43162026-03-23T19:49:14.525Z Checking diff v0.1.13
43172026-03-23T19:49:14.528Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43182026-03-23T19:49:14.565Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43192026-03-23T19:49:14.682Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43202026-03-23T19:49:14.863Z Checking pretty_assertions v1.4.1
43212026-03-23T19:49:15.760Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43222026-03-23T19:49:48.354Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43232026-03-23T19:49:48.358Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43242026-03-23T19:49:48.358Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43252026-03-23T19:49:48.358Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43262026-03-23T19:49:48.358Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43272026-03-23T19:49:48.358Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43282026-03-23T19:49:49.246Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43292026-03-23T19:49:50.649Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43302026-03-23T19:50:50.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
43312026-03-23T19:50:50.713Z
43322026-03-23T19:50:50.713Zinfo: running `cargo check --bins` on omicron-pins (246/267)
43332026-03-23T19:50:51.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43342026-03-23T19:50:51.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43352026-03-23T19:50:51.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43362026-03-23T19:50:51.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
43372026-03-23T19:50:51.377Z
43382026-03-23T19:50:51.377Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (247/267)
43392026-03-23T19:50:52.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43402026-03-23T19:50:52.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43412026-03-23T19:50:52.463Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43422026-03-23T19:50:52.677Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43432026-03-23T19:50:52.682Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43442026-03-23T19:51:29.716Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43452026-03-23T19:51:30.184Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43462026-03-23T19:51:32.531Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43472026-03-23T19:51:33.087Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43482026-03-23T19:51:37.158Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43492026-03-23T19:52:09.380Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43502026-03-23T19:52:10.185Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43512026-03-23T19:52:12.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
43522026-03-23T19:52:12.543Z
43532026-03-23T19:52:12.543Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (248/267)
43542026-03-23T19:52:13.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43552026-03-23T19:52:13.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43562026-03-23T19:52:13.543Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43572026-03-23T19:52:14.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
43582026-03-23T19:52:14.658Z
43592026-03-23T19:52:14.658Zinfo: running `cargo check --bins` on omicron-releng (249/267)
43602026-03-23T19:52:15.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43612026-03-23T19:52:15.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43622026-03-23T19:52:15.570Z Compiling blake3 v1.8.3
43632026-03-23T19:52:15.703Z Checking arrayref v0.3.9
43642026-03-23T19:52:15.706Z Checking arrayvec v0.7.6
43652026-03-23T19:52:15.706Z Checking constant_time_eq v0.4.2
43662026-03-23T19:52:15.744Z Checking topological-sort v0.2.2
43672026-03-23T19:52:15.747Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43682026-03-23T19:52:15.747Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43692026-03-23T19:52:15.747Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43702026-03-23T19:52:15.810Z Checking shell-words v1.1.1
43712026-03-23T19:52:16.726Z Checking omicron-zone-package v0.12.2
43722026-03-23T19:52:17.725Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43732026-03-23T19:52:18.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s
43742026-03-23T19:52:19.060Z
43752026-03-23T19:52:19.060Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (250/267)
43762026-03-23T19:52:19.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43772026-03-23T19:52:19.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43782026-03-23T19:52:19.963Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43792026-03-23T19:52:20.358Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43802026-03-23T19:52:20.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s
43812026-03-23T19:52:21.087Z
43822026-03-23T19:52:21.087Zinfo: running `cargo check --bins` on xtask (251/267)
43832026-03-23T19:52:21.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43842026-03-23T19:52:21.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43852026-03-23T19:52:21.718Z Checking libc v0.2.180
43862026-03-23T19:52:21.816Z Checking serde v1.0.228
43872026-03-23T19:52:21.826Z Checking zerofrom v0.1.6
43882026-03-23T19:52:21.833Z Checking bitflags v2.11.0
43892026-03-23T19:52:21.843Z Checking hashbrown v0.16.1
43902026-03-23T19:52:21.846Z Checking smallvec v1.15.1
43912026-03-23T19:52:21.870Z Checking serde_json v1.0.149
43922026-03-23T19:52:21.874Z Checking scroll v0.12.0
43932026-03-23T19:52:21.959Z Checking yoke v0.8.1
43942026-03-23T19:52:22.028Z Checking num-traits v0.2.19
43952026-03-23T19:52:22.087Z Checking thiserror v1.0.69
43962026-03-23T19:52:22.172Z Checking percent-encoding v2.3.2
43972026-03-23T19:52:22.186Z Checking zerovec v0.11.5
43982026-03-23T19:52:22.207Z Checking zerotrie v0.2.3
43992026-03-23T19:52:22.234Z Checking errno v0.3.14
44002026-03-23T19:52:22.346Z Checking log v0.4.29
44012026-03-23T19:52:22.373Z Checking serde_spanned v0.6.9
44022026-03-23T19:52:22.386Z Checking rustix v1.1.3
44032026-03-23T19:52:22.464Z Checking indexmap v2.13.0
44042026-03-23T19:52:22.523Z Checking toml_datetime v0.6.11
44052026-03-23T19:52:22.540Z Checking zerocopy v0.7.35
44062026-03-23T19:52:22.543Z Checking goblin v0.8.2
44072026-03-23T19:52:22.747Z Checking form_urlencoded v1.2.2
44082026-03-23T19:52:22.765Z Checking getrandom v0.4.1
44092026-03-23T19:52:22.783Z Checking tinystr v0.8.2
44102026-03-23T19:52:22.827Z Checking potential_utf v0.1.4
44112026-03-23T19:52:22.908Z Checking ordered-float v2.10.1
44122026-03-23T19:52:22.929Z Checking thiserror v2.0.18
44132026-03-23T19:52:22.990Z Checking icu_collections v2.1.1
44142026-03-23T19:52:23.012Z Checking icu_locale_core v2.1.1
44152026-03-23T19:52:23.053Z Checking syn v2.0.117
44162026-03-23T19:52:23.221Z Checking toml_edit v0.22.27
44172026-03-23T19:52:23.233Z Checking serde-value v0.7.0
44182026-03-23T19:52:23.246Z Checking dtrace-parser v0.2.0
44192026-03-23T19:52:23.393Z Checking thread-id v4.2.2
44202026-03-23T19:52:23.497Z Checking once_cell v1.21.3
44212026-03-23T19:52:23.502Z Checking cargo-platform v0.2.0
44222026-03-23T19:52:23.554Z Checking terminal_size v0.4.3
44232026-03-23T19:52:23.571Z Checking memmap v0.7.0
44242026-03-23T19:52:23.700Z Checking clap_builder v4.5.60
44252026-03-23T19:52:23.737Z Checking textwrap v0.16.2
44262026-03-23T19:52:23.751Z Checking tempfile v3.25.0
44272026-03-23T19:52:23.764Z Checking fs-err v3.3.0
44282026-03-23T19:52:23.788Z Checking icu_provider v2.1.1
44292026-03-23T19:52:23.997Z Checking tabled v0.15.0
44302026-03-23T19:52:24.010Z Checking camino-tempfile v1.4.1
44312026-03-23T19:52:24.024Z Checking anyhow v1.0.102
44322026-03-23T19:52:24.101Z Checking icu_normalizer v2.1.1
44332026-03-23T19:52:24.211Z Checking icu_properties v2.1.2
44342026-03-23T19:52:24.282Z Checking macaddr v1.0.1
44352026-03-23T19:52:24.502Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44362026-03-23T19:52:24.748Z Checking toml v0.8.23
44372026-03-23T19:52:25.171Z Checking dof v0.3.0
44382026-03-23T19:52:25.174Z Checking cargo_toml v0.21.0
44392026-03-23T19:52:25.351Z Checking clap v4.5.60
44402026-03-23T19:52:25.365Z Checking idna_adapter v1.2.1
44412026-03-23T19:52:25.510Z Checking idna v1.1.0
44422026-03-23T19:52:25.668Z Checking usdt-impl v0.5.0
44432026-03-23T19:52:25.799Z Checking url v2.5.8
44442026-03-23T19:52:25.994Z Checking usdt v0.5.0
44452026-03-23T19:52:26.267Z Checking cargo-util-schemas v0.8.2
44462026-03-23T19:52:27.261Z Checking cargo_metadata v0.21.0
44472026-03-23T19:52:28.123Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44482026-03-23T19:52:28.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.60s
44492026-03-23T19:52:28.840Z
44502026-03-23T19:52:28.840Zinfo: running `cargo check --bins` on end-to-end-tests (252/267)
44512026-03-23T19:52:29.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44522026-03-23T19:52:29.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44532026-03-23T19:52:29.965Z Checking polyval v0.6.2
44542026-03-23T19:52:30.116Z Checking ctr v0.9.2
44552026-03-23T19:52:30.134Z Checking ssh-encoding v0.2.0
44562026-03-23T19:52:30.137Z Checking blowfish v0.9.1
44572026-03-23T19:52:30.172Z Checking password-hash v0.4.2
44582026-03-23T19:52:30.195Z Checking p521 v0.13.3
44592026-03-23T19:52:30.199Z Checking p256 v0.13.2
44602026-03-23T19:52:30.233Z Checking russh-cryptovec v0.7.3
44612026-03-23T19:52:30.295Z Checking ghash v0.5.1
44622026-03-23T19:52:30.315Z Checking md5 v0.7.0
44632026-03-23T19:52:30.334Z Checking bcrypt-pbkdf v0.10.0
44642026-03-23T19:52:30.370Z Checking num-bigint v0.4.6
44652026-03-23T19:52:30.395Z Checking des v0.8.1
44662026-03-23T19:52:30.438Z Checking aes-gcm v0.10.3
44672026-03-23T19:52:30.459Z Checking pbkdf2 v0.11.0
44682026-03-23T19:52:30.528Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44692026-03-23T19:52:30.528Z Checking hex-literal v0.4.1
44702026-03-23T19:52:30.569Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44712026-03-23T19:52:30.593Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44722026-03-23T19:52:30.624Z Checking ssh-cipher v0.2.0
44732026-03-23T19:52:30.665Z Checking socket2 v0.5.10
44742026-03-23T19:52:30.685Z Checking internet-checksum v0.2.1
44752026-03-23T19:52:30.837Z Checking ssh-key v0.6.7
44762026-03-23T19:52:31.043Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44772026-03-23T19:52:31.716Z Checking russh-keys v0.45.0
44782026-03-23T19:52:32.452Z Checking russh v0.45.0
44792026-03-23T19:52:53.967Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44802026-03-23T19:52:55.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.64s
44812026-03-23T19:52:55.760Z
44822026-03-23T19:52:55.760Zinfo: running `cargo check --bins` on gateway-cli (253/267)
44832026-03-23T19:52:56.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44842026-03-23T19:52:56.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44852026-03-23T19:52:56.657Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44862026-03-23T19:52:56.789Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44872026-03-23T19:52:56.803Z Checking termios v0.3.3
44882026-03-23T19:52:58.493Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44892026-03-23T19:53:02.564Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44902026-03-23T19:53:02.599Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44912026-03-23T19:53:02.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.30s
44922026-03-23T19:53:02.599Z
44932026-03-23T19:53:02.599Zinfo: running `cargo check --bins --no-default-features` on installinator (254/267)
44942026-03-23T19:53:03.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44952026-03-23T19:53:03.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44962026-03-23T19:53:03.290Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44972026-03-23T19:53:03.431Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44982026-03-23T19:53:03.471Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44992026-03-23T19:53:03.476Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45002026-03-23T19:53:03.476Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45012026-03-23T19:53:03.727Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45022026-03-23T19:53:03.732Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45032026-03-23T19:53:04.670Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45042026-03-23T19:53:04.944Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45052026-03-23T19:53:04.947Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45062026-03-23T19:53:05.812Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45072026-03-23T19:53:07.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.62s
45082026-03-23T19:53:08.164Z
45092026-03-23T19:53:08.164Zinfo: running `cargo check --bins` on internal-dns-cli (255/267)
45102026-03-23T19:53:08.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45112026-03-23T19:53:08.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45122026-03-23T19:53:09.052Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45132026-03-23T19:53:09.622Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45142026-03-23T19:53:10.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
45152026-03-23T19:53:10.254Z
45162026-03-23T19:53:10.254Zinfo: running `cargo check --bins` on omicron-live-tests (256/267)
45172026-03-23T19:53:10.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45182026-03-23T19:53:10.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45192026-03-23T19:53:10.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45202026-03-23T19:53:10.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
45212026-03-23T19:53:11.061Z
45222026-03-23T19:53:11.062Zinfo: running `cargo check --bins` on live-tests-macros (257/267)
45232026-03-23T19:53:11.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45242026-03-23T19:53:11.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45252026-03-23T19:53:11.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45262026-03-23T19:53:11.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
45272026-03-23T19:53:11.871Z
45282026-03-23T19:53:11.871Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (258/267)
45292026-03-23T19:53:12.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45302026-03-23T19:53:12.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45312026-03-23T19:53:12.919Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45322026-03-23T19:53:13.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
45332026-03-23T19:53:13.883Z
45342026-03-23T19:53:13.883Zinfo: running `cargo check --bins` on omicron-ntp-admin (259/267)
45352026-03-23T19:53:14.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45362026-03-23T19:53:14.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45372026-03-23T19:53:14.784Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45382026-03-23T19:53:14.788Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45392026-03-23T19:53:15.093Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45402026-03-23T19:53:15.098Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45412026-03-23T19:53:16.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.21s
45422026-03-23T19:53:16.309Z
45432026-03-23T19:53:16.309Zinfo: running `cargo check --bins` on ntp-admin-types (260/267)
45442026-03-23T19:53:17.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45452026-03-23T19:53:17.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45462026-03-23T19:53:17.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45472026-03-23T19:53:17.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
45482026-03-23T19:53:17.117Z
45492026-03-23T19:53:17.117Zinfo: running `cargo check --bins` on omicron-package (261/267)
45502026-03-23T19:53:17.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45512026-03-23T19:53:17.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45522026-03-23T19:53:18.040Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45532026-03-23T19:53:19.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.29s
45542026-03-23T19:53:19.654Z
45552026-03-23T19:53:19.654Zinfo: running `cargo check --bins` on tqdb (262/267)
45562026-03-23T19:53:20.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45572026-03-23T19:53:20.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45582026-03-23T19:53:20.743Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45592026-03-23T19:53:21.190Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45602026-03-23T19:53:21.907Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45612026-03-23T19:53:21.912Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45622026-03-23T19:53:28.557Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45632026-03-23T19:53:29.483Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45642026-03-23T19:53:29.487Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45652026-03-23T19:53:29.487Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45662026-03-23T19:53:29.487Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45672026-03-23T19:53:30.487Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45682026-03-23T19:53:39.990Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45692026-03-23T19:53:48.479Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45702026-03-23T19:53:48.483Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45712026-03-23T19:53:48.483Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45722026-03-23T19:53:48.483Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45732026-03-23T19:53:50.444Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45742026-03-23T19:53:52.232Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45752026-03-23T19:53:53.117Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45762026-03-23T19:53:54.826Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45772026-03-23T19:53:55.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.84s
45782026-03-23T19:53:55.764Z
45792026-03-23T19:53:55.764Zinfo: running `cargo check --bins` on wicket-dbg (263/267)
45802026-03-23T19:53:56.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45812026-03-23T19:53:56.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45822026-03-23T19:53:56.755Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45832026-03-23T19:53:56.894Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
45842026-03-23T19:53:56.910Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45852026-03-23T19:53:56.955Z Checking rtoolbox v0.0.3
45862026-03-23T19:53:56.959Z Checking tui-tree-widget v0.23.1
45872026-03-23T19:53:57.125Z Checking rpassword v7.4.0
45882026-03-23T19:53:57.216Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45892026-03-23T19:53:58.185Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45902026-03-23T19:54:04.900Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45912026-03-23T19:54:05.820Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45922026-03-23T19:54:07.224Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45932026-03-23T19:54:11.566Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45942026-03-23T19:54:14.095Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45952026-03-23T19:54:15.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.49s
45962026-03-23T19:54:15.501Z
45972026-03-23T19:54:15.501Zinfo: running `cargo check --bins` on wicket (264/267)
45982026-03-23T19:54:16.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45992026-03-23T19:54:16.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46002026-03-23T19:54:16.457Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46012026-03-23T19:54:16.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
46022026-03-23T19:54:17.158Z
46032026-03-23T19:54:17.158Zinfo: running `cargo check --bins` on wicketd (265/267)
46042026-03-23T19:54:17.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46052026-03-23T19:54:17.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46062026-03-23T19:54:18.158Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46072026-03-23T19:54:18.161Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46082026-03-23T19:54:18.297Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46092026-03-23T19:54:18.301Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46102026-03-23T19:54:19.718Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46112026-03-23T19:54:20.513Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46122026-03-23T19:54:24.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.38s
46132026-03-23T19:54:24.796Z
46142026-03-23T19:54:24.796Zinfo: running `cargo check --bins` on omicron-workspace-hack (266/267)
46152026-03-23T19:54:25.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46162026-03-23T19:54:25.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46172026-03-23T19:54:25.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46182026-03-23T19:54:25.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
46192026-03-23T19:54:25.605Z
46202026-03-23T19:54:25.605Zinfo: running `cargo check --bins` on zone-setup (267/267)
46212026-03-23T19:54:26.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46222026-03-23T19:54:26.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46232026-03-23T19:54:26.537Z Checking uzers v0.12.2
46242026-03-23T19:54:26.887Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46252026-03-23T19:54:27.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.22s
46262026-03-23T19:54:28.090Z
46272026-03-23T19:54:28.091Zreal 19:24.417222282
46282026-03-23T19:54:28.094Zuser 28:48.477280601
46292026-03-23T19:54:28.094Zsys 5:20.110350008
46302026-03-23T19:54:28.094Ztrap 0.487904152
46312026-03-23T19:54:28.094Ztflt 0.295531040
46322026-03-23T19:54:28.094Zdflt 0.707690078
46332026-03-23T19:54:28.094Zkflt 0.001062228
46342026-03-23T19:54:28.094Zlock 1:44:28.843804956
46352026-03-23T19:54:28.094Zslp 2:15:20.451261314
46362026-03-23T19:54:28.094Zlat 1:24.888308786
46372026-03-23T19:54:28.094Zstop 5:26.841176607
46382026-03-23T19:54:28.094Zprocess exited: duration 1413191 ms, exit code 0
 
46392026-03-23T19:54:28.101Zfound 0 output files