01KN0Q3KXPQ950WA112A1AJQP5: 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: 01KN0Q44Z96HDXCZFRD9Y9R9FG

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-31T01:12:13.484Zjob assigned to worker 01KN0Q482BMDBBCGAS4TCMP5A4 [factory aws, i-0e507305d007ad81c] (queued for 44 s)
 
22026-03-31T01:12:20.094Zstarting task 0: "setup"
32026-03-31T01:12:20.100Z++ uname -s
42026-03-31T01:12:20.104Z+ kern=SunOS
52026-03-31T01:12:20.104Z+ build_user=build
62026-03-31T01:12:20.104Z+ build_uid=12345
72026-03-31T01:12:20.104Z+ work_dir=/work
82026-03-31T01:12:20.104Z+ input_dir=/input
92026-03-31T01:12:20.104Z+ [[ 0 == 12345 ]]
102026-03-31T01:12:20.105Z+ case "$kern" in
112026-03-31T01:12:20.105Z+ groupadd -g 12345 build
122026-03-31T01:12:20.108Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-31T01:12:22.113Z+ zfs create -o mountpoint=/work rpool/work
142026-03-31T01:12:22.217Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-31T01:12:22.220Z+ home_fs=zfs
162026-03-31T01:12:22.220Z+ [[ zfs == autofs ]]
172026-03-31T01:12:22.220Z+ mkdir -p /home/build
182026-03-31T01:12:22.220Z+ chown build:build /home/build /work
192026-03-31T01:12:24.221Z+ chmod 0700 /home/build /work
202026-03-31T01:12:24.224Zprocess exited: duration 4128 ms, exit code 0
 
212026-03-31T01:12:24.232Zstarting task 1: "rust-toolchain"
222026-03-31T01:12:24.267Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-31T01:12:24.267Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-31T01:12:24.267Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-03-31T01:12:24.267Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-03-31T01:12:24.267Z * rust toolchain channel = "1.94.0"
272026-03-31T01:12:24.267Z * rust toolchain profile = "default"
282026-03-31T01:12:24.267Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-31T01:12:24.267Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-31T01:12:24.361Zinfo: downloading installer
312026-03-31T01:12:25.708Zwarn: It looks like you have an existing installation of Rust at:
322026-03-31T01:12:25.708Zwarn: /opt/ooce/bin
332026-03-31T01:12:25.708Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-31T01:12:25.708Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-31T01:12:25.708Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-31T01:12:25.708Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-31T01:12:25.708Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-31T01:12:25.708Zerror: cannot install while Rust is installed
392026-03-31T01:12:25.708Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-31T01:12:25.708Zwarn: It looks like you have an existing rustup settings file at:
412026-03-31T01:12:25.708Zwarn: /home/build/.rustup/settings.toml
422026-03-31T01:12:25.708Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-31T01:12:25.708Zwarn: instead of the one inferred from the default host triple.
442026-03-31T01:12:25.722Zinfo: profile set to default
452026-03-31T01:12:25.722Zinfo: default host triple is x86_64-unknown-illumos
462026-03-31T01:12:25.725Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-31T01:12:25.858Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-31T01:12:25.861Zinfo: downloading 6 components
492026-03-31T01:12:40.754Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-31T01:12:40.754Z
512026-03-31T01:12:40.786Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-31T01:12:40.786Z
532026-03-31T01:12:40.789Z
542026-03-31T01:12:40.789ZRust is installed now. Great!
552026-03-31T01:12:40.789Z
562026-03-31T01:12:40.790ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-31T01:12:40.790Zenvironment variable. This has not been done automatically.
582026-03-31T01:12:40.790Z
592026-03-31T01:12:40.790ZTo configure your current shell, you need to source
602026-03-31T01:12:40.790Zthe corresponding env file under $HOME/.cargo.
612026-03-31T01:12:40.790Z
622026-03-31T01:12:40.790ZThis is usually done by running one of the following (note the leading DOT):
632026-03-31T01:12:40.790Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-31T01:12:40.790Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-31T01:12:40.790Zsource "~/.cargo/env.nu" # For nushell
662026-03-31T01:12:40.790Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-31T01:12:40.790Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-31T01:12:40.790Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-31T01:12:40.790Zwarn: no default linker (`cc`) was found in your PATH
702026-03-31T01:12:40.790Zwarn: many Rust crates require a system C toolchain to build
712026-03-31T01:12:40.870Z+ rustup --version
722026-03-31T01:12:40.891Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-31T01:12:40.896Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-31T01:12:40.901Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-31T01:12:40.901Z+ cargo --version
762026-03-31T01:12:40.917Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-31T01:12:40.921Z+ rustc --version
782026-03-31T01:12:40.937Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-31T01:12:40.940Zprocess exited: duration 16703 ms, exit code 0
 
802026-03-31T01:12:40.947Zstarting task 2: "authentication"
812026-03-31T01:12:40.971Zprocess exited: duration 17 ms, exit code 0
 
822026-03-31T01:12:40.978Zstarting task 3: "clone repository"
832026-03-31T01:12:40.982Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-31T01:12:40.987Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-31T01:12:41.017ZCloning into '/work/oxidecomputer/omicron'...
862026-03-31T01:12:50.849Z+ cd /work/oxidecomputer/omicron
872026-03-31T01:12:50.849Z+ git fetch origin 875d8cf46e951c45901a7ceade3e9cdd1aff1c2d
882026-03-31T01:12:51.135ZFrom https://github.com/oxidecomputer/omicron
892026-03-31T01:12:51.135Z * branch 875d8cf46e951c45901a7ceade3e9cdd1aff1c2d -> FETCH_HEAD
902026-03-31T01:12:51.144Z+ [[ -n dropshot-gzip-support ]]
912026-03-31T01:12:51.148Z++ git branch --show-current
922026-03-31T01:12:51.149Z+ current=main
932026-03-31T01:12:51.149Z+ [[ main != dropshot-gzip-support ]]
942026-03-31T01:12:51.149Z+ git branch -f dropshot-gzip-support 875d8cf46e951c45901a7ceade3e9cdd1aff1c2d
952026-03-31T01:12:51.152Z+ git checkout -f dropshot-gzip-support
962026-03-31T01:12:51.391ZSwitched to branch 'dropshot-gzip-support'
972026-03-31T01:12:51.422Z+ git reset --hard 875d8cf46e951c45901a7ceade3e9cdd1aff1c2d
982026-03-31T01:12:51.610ZHEAD is now at 875d8cf46 hakari
992026-03-31T01:12:51.613Zprocess exited: duration 10631 ms, exit code 0
 
1002026-03-31T01:12:51.621Zstarting task 4: "build"
1012026-03-31T01:12:51.626Z+ source .github/buildomat/ci-env.sh
1022026-03-31T01:12:51.626Z++ export CARGO_TERM_COLOR=always
1032026-03-31T01:12:51.626Z++ CARGO_TERM_COLOR=always
1042026-03-31T01:12:51.626Z+ cargo --version
1052026-03-31T01:12:51.637Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-31T01:12:51.640Z+ rustc --version
1072026-03-31T01:12:51.659Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-31T01:12:51.663Z+ source ./env.sh
1092026-03-31T01:12:51.663Z++ OLD_SHELL_OPTS=ehxB
1102026-03-31T01:12:51.663Z++ set -o xtrace
1112026-03-31T01:12:51.663Z++++ dirname ./env.sh
1122026-03-31T01:12:51.667Z+++ readlink -f .
1132026-03-31T01:12:51.667Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-03-31T01:12:51.667Z++ 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-31T01:12:51.667Z++ 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-31T01:12:51.667Z++ 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-31T01:12:51.667Z++ 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-31T01:12:51.668Z++ 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-31T01:12:51.668Z++ 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-31T01:12:51.668Z++ 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-31T01:12:51.668Z++ 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-31T01:12:51.668Z++ case $OLD_SHELL_OPTS in
1232026-03-31T01:12:51.668Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-03-31T01:12:51.668Z+ 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-31T01:12:51.668Z+ 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-31T01:12:51.668Z+ banner prerequisites
1272026-03-31T01:12:51.672Z
1282026-03-31T01:12:51.672Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-03-31T01:12:51.672Z # # # # # # # # # # # # # # #
1302026-03-31T01:12:51.672Z # # # # ##### # # ##### # # # # # #### #
1312026-03-31T01:12:51.672Z ##### ##### # ##### # # # # # # # # #
1322026-03-31T01:12:51.672Z # # # # # # # # # # # # # # #
1332026-03-31T01:12:51.672Z # # # ###### # # ###### ### # #### # #### #
1342026-03-31T01:12:51.672Z
1352026-03-31T01:12:51.672Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-03-31T01:13:02.973Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-03-31T01:13:06.922Z Startup: Caching catalogs ... Done
1382026-03-31T01:13:11.075ZPlanning: Solver setup ... Done (2.816s)
1392026-03-31T01:13:11.095ZPlanning: Running solver ... Done (0.019s)
1402026-03-31T01:13:11.208ZPlanning: Finding local manifests ... Done (0.003s)
1412026-03-31T01:13:11.219ZPlanning: Fetching manifests: 0/4 0% complete
1422026-03-31T01:13:11.315ZPlanning: Fetching manifests: 4/4 100% complete
1432026-03-31T01:13:11.347ZPlanning: Package planning ... Done (0.032s)
1442026-03-31T01:13:11.374ZPlanning: Merging actions ... Done (0.027s)
1452026-03-31T01:13:11.552ZPlanning: Checking for conflicting actions ... Done (0.178s)
1462026-03-31T01:13:11.559ZPlanning: Consolidating action changes ... Done (0.007s)
1472026-03-31T01:13:12.329ZPlanning: Evaluating mediators ... Done (0.768s)
1482026-03-31T01:13:12.333ZPlanning: Planning completed in 5.25 seconds
1492026-03-31T01:13:12.345Z Packages to install: 4
1502026-03-31T01:13:12.346Z Mediators to change: 2
1512026-03-31T01:13:12.349Z Services to change: 1
1522026-03-31T01:13:12.349Z Estimated space available: 155.35 GB
1532026-03-31T01:13:12.349ZEstimated space to be consumed: 1.84 GB
1542026-03-31T01:13:12.349Z Create boot environment: No
1552026-03-31T01:13:12.349ZCreate backup boot environment: No
1562026-03-31T01:13:12.349Z Rebuild boot archive: No
1572026-03-31T01:13:12.349Z
1582026-03-31T01:13:12.350ZChanged mediators:
1592026-03-31T01:13:12.350Z mediator clang:
1602026-03-31T01:13:12.350Z version: None -> 15 (system default)
1612026-03-31T01:13:12.350Z
1622026-03-31T01:13:12.350Z mediator llvm:
1632026-03-31T01:13:12.350Z version: 14 (system default) -> 15 (system default)
1642026-03-31T01:13:12.350Z
1652026-03-31T01:13:12.350ZChanged packages:
1662026-03-31T01:13:12.350Zhelios-dev
1672026-03-31T01:13:12.350Z developer/build-essential
1682026-03-31T01:13:12.350Z None -> 11-2.0
1692026-03-31T01:13:12.350Z library/libxmlsec1
1702026-03-31T01:13:12.350Z None -> 1.2.35-2.0
1712026-03-31T01:13:12.350Z ooce/developer/clang-15
1722026-03-31T01:13:12.350Z None -> 15.0.7-2.0
1732026-03-31T01:13:12.350Z ooce/developer/llvm-15
1742026-03-31T01:13:12.350Z None -> 15.0.7-2.0
1752026-03-31T01:13:12.351Z
1762026-03-31T01:13:12.351ZServices:
1772026-03-31T01:13:12.351Z restart_fmri:
1782026-03-31T01:13:12.351Z svc:/system/update-man-index:default
1792026-03-31T01:13:12.388Z
1802026-03-31T01:13:12.388ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-03-31T01:13:17.389ZDownload: 2754/3290 items 120.8/212.6MB 56% complete (24.3M/s)
1822026-03-31T01:13:20.587ZDownload: Completed 212.60 MB in 8.09 seconds (26.3M/s)
1832026-03-31T01:13:21.308Z Actions: 1/3689 actions (Installing new actions)
1842026-03-31T01:13:24.495Z Actions: Completed 3689 actions in 3.18 seconds.
1852026-03-31T01:13:25.109Z Done (0.616s)
1862026-03-31T01:13:25.110Z Done (0.000s)
1872026-03-31T01:13:25.801Z Done (0.691s)
1882026-03-31T01:13:28.835Z Done (2.707s)
1892026-03-31T01:13:28.914Z Done (0.011s)
1902026-03-31T01:13:28.917Z Done (0.000s)
1912026-03-31T01:13:29.240Z Done (0.000s)
1922026-03-31T01:13:30.073ZPlanning: Evaluating mediator changes ... Done
1932026-03-31T01:13:30.181ZPlanning: Checking for conflicting actions ... Done
1942026-03-31T01:13:30.185ZPlanning: Consolidating action changes ... Done
1952026-03-31T01:13:30.341ZPlanning: Evaluating mediators ... Done
1962026-03-31T01:13:30.344ZPlanning: Planning completed in 0.27 seconds
1972026-03-31T01:13:30.364Z Mediators to change: 2
1982026-03-31T01:13:30.364Z Create boot environment: No
1992026-03-31T01:13:30.364ZCreate backup boot environment: No
2002026-03-31T01:13:30.416Z Done
2012026-03-31T01:13:30.416Z Done
2022026-03-31T01:13:31.011Z Done
2032026-03-31T01:13:33.543Z Done
2042026-03-31T01:13:33.615Z Done
2052026-03-31T01:13:33.619Z Done
2062026-03-31T01:13:33.770Z Done
2072026-03-31T01:13:34.170ZPlanning: Evaluating mediator changes ... Done
2082026-03-31T01:13:34.175ZPlanning: Merging actions ... Done
2092026-03-31T01:13:34.312ZPlanning: Checking for conflicting actions ... Done
2102026-03-31T01:13:34.316ZPlanning: Consolidating action changes ... Done
2112026-03-31T01:13:34.451ZPlanning: Evaluating mediators ... Done
2122026-03-31T01:13:34.479ZPlanning: Planning completed in 0.45 seconds
2132026-03-31T01:13:34.500Z Packages to change: 1
2142026-03-31T01:13:34.500Z Mediators to change: 1
2152026-03-31T01:13:34.500Z Services to change: 1
2162026-03-31T01:13:34.500Z Create boot environment: No
2172026-03-31T01:13:34.504ZCreate backup boot environment: Yes
2182026-03-31T01:13:36.864Z Actions: 1/6 actions (Updating modified actions)
2192026-03-31T01:13:36.867Z Actions: Completed 6 actions in 0.00 seconds.
2202026-03-31T01:13:36.867Z Done
2212026-03-31T01:13:36.867Z Done
2222026-03-31T01:13:37.007Z Done
2232026-03-31T01:13:39.470Z Done
2242026-03-31T01:13:39.546Z Done
2252026-03-31T01:13:39.550Z Done
2262026-03-31T01:13:39.702Z Done
2272026-03-31T01:13:39.990ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2282026-03-31T01:13:39.990Zclang system 15 system
2292026-03-31T01:13:39.990Zcsh system system illumos
2302026-03-31T01:13:39.990Zctags system system illumos
2312026-03-31T01:13:39.990Zfile system system illumos
2322026-03-31T01:13:39.990Zgcc vendor 12 vendor
2332026-03-31T01:13:39.990Zgcc system 14 system
2342026-03-31T01:13:39.990Zgcc system 10 system
2352026-03-31T01:13:39.990Zgo system 1.20 system
2362026-03-31T01:13:39.990Zgo system 1.19 system
2372026-03-31T01:13:39.990Zllvm system 15 system
2382026-03-31T01:13:39.990Zllvm system 14 system
2392026-03-31T01:13:39.990Zmariadb system 10.6 system
2402026-03-31T01:13:39.990Zmta vendor vendor dma
2412026-03-31T01:13:39.990Zopenjdk system 17 system
2422026-03-31T01:13:39.990Zopenjdk system 11 system
2432026-03-31T01:13:39.990Zopenjdk system 1.8 system
2442026-03-31T01:13:39.990Zopenssl vendor 3 vendor
2452026-03-31T01:13:39.990Zperl system 5.36 system
2462026-03-31T01:13:39.990Zpostgresql system 15 system
2472026-03-31T01:13:39.990Zpostgresql system 13 system
2482026-03-31T01:13:39.990Zpython vendor 3 vendor
2492026-03-31T01:13:39.990Zpython system 2 system
2502026-03-31T01:13:39.990Zpython3 system 3.11 system
2512026-03-31T01:13:39.990Zruby system 3.0 system
2522026-03-31T01:13:39.990Zwords vendor vendor american-english
2532026-03-31T01:13:39.990Zwords system system australian-english
2542026-03-31T01:13:39.990Zwords system system british-english
2552026-03-31T01:13:39.990Zwords system system canadian-english
2562026-03-31T01:13:39.990Zwords system system french
2572026-03-31T01:13:39.990Zwords system system italian
2582026-03-31T01:13:39.990Zwords system system ngerman
2592026-03-31T01:13:39.990Zwords system system ogerman
2602026-03-31T01:13:39.990Zwords system system spanish
2612026-03-31T01:13:40.217ZPUBLISHER TYPE STATUS P LOCATION
2622026-03-31T01:13:40.218Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2632026-03-31T01:13:44.533ZFMRI IFO
2642026-03-31T01:13:44.533Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2652026-03-31T01:13:44.533Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2662026-03-31T01:13:44.533Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2672026-03-31T01:13:44.533Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2682026-03-31T01:13:44.533Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2692026-03-31T01:13:44.533Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2702026-03-31T01:13:44.533Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2712026-03-31T01:13:44.533Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2722026-03-31T01:13:44.533Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2732026-03-31T01:13:44.533Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2742026-03-31T01:13:44.533Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2752026-03-31T01:13:44.533Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2762026-03-31T01:13:44.533Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2772026-03-31T01:13:44.533Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2782026-03-31T01:13:44.533Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2792026-03-31T01:13:44.533Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2802026-03-31T01:13:45.611Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2812026-03-31T01:13:45.872Z Updating crates.io index
2822026-03-31T01:13:45.950Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2832026-03-31T01:13:46.872Z Updating git repository `https://github.com/oxidecomputer/lldp`
2842026-03-31T01:13:47.328Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2852026-03-31T01:13:47.855Z Updating git repository `https://github.com/oxidecomputer/falcon`
2862026-03-31T01:13:48.677Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2872026-03-31T01:13:49.200Z Updating git repository `https://github.com/oxidecomputer/propolis`
2882026-03-31T01:13:50.620Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-03-31T01:13:52.049Z Updating git repository `https://github.com/oxidecomputer/opte`
2902026-03-31T01:13:52.940Z Updating git repository `https://github.com/oxidecomputer/tofino`
2912026-03-31T01:13:53.331Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2922026-03-31T01:13:53.974Z Updating git repository `https://github.com/oxidecomputer/clickward`
2932026-03-31T01:13:54.556Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2942026-03-31T01:13:54.939Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2952026-03-31T01:13:55.358Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2962026-03-31T01:13:56.192Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2972026-03-31T01:13:56.936Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2982026-03-31T01:13:57.209Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2992026-03-31T01:13:57.708Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3002026-03-31T01:13:58.146Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3012026-03-31T01:13:58.536Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3022026-03-31T01:13:58.764Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3032026-03-31T01:13:59.030Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3042026-03-31T01:13:59.450Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3052026-03-31T01:13:59.782Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3062026-03-31T01:14:00.438Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3072026-03-31T01:14:00.839Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3082026-03-31T01:14:01.551Z Updating git repository `https://github.com/oxidecomputer/ispf`
3092026-03-31T01:14:02.805Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3102026-03-31T01:14:03.585Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3112026-03-31T01:14:04.524Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3122026-03-31T01:14:04.866Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3132026-03-31T01:14:05.207Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3142026-03-31T01:14:05.564Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3152026-03-31T01:14:06.140Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3162026-03-31T01:14:06.454Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3172026-03-31T01:14:06.712Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3182026-03-31T01:14:07.035Z Updating git repository `https://github.com/illumos/smf-rs`
3192026-03-31T01:14:07.498Z Updating git repository `https://github.com/oxidecomputer/omicron`
3202026-03-31T01:14:20.309Z Downloading crates ...
3212026-03-31T01:14:20.367Z Downloaded dof v0.3.0
3222026-03-31T01:14:20.376Z Downloaded pest_generator v2.8.6
3232026-03-31T01:14:20.379Z Downloaded anyhow v1.0.102
3242026-03-31T01:14:20.385Z Downloaded terminal_size v0.4.3
3252026-03-31T01:14:20.389Z Downloaded tinystr v0.8.2
3262026-03-31T01:14:20.392Z Downloaded memchr v2.8.0
3272026-03-31T01:14:20.392Z Downloaded thiserror v1.0.69
3282026-03-31T01:14:20.396Z Downloaded typeid v1.0.3
3292026-03-31T01:14:20.399Z Downloaded toml_edit v0.22.27
3302026-03-31T01:14:20.407Z Downloaded toml_datetime v0.6.11
3312026-03-31T01:14:20.410Z Downloaded rustix v1.1.3
3322026-03-31T01:14:20.423Z Downloaded zerovec-derive v0.11.2
3332026-03-31T01:14:20.426Z Downloaded thiserror-impl v2.0.18
3342026-03-31T01:14:20.426Z Downloaded zerovec v0.11.5
3352026-03-31T01:14:20.429Z Downloaded yoke-derive v0.8.1
3362026-03-31T01:14:20.429Z Downloaded ucd-trie v0.1.7
3372026-03-31T01:14:20.429Z Downloaded cargo_toml v0.21.0
3382026-03-31T01:14:20.432Z Downloaded thread-id v4.2.2
3392026-03-31T01:14:20.432Z Downloaded getrandom v0.4.1
3402026-03-31T01:14:20.432Z Downloaded usdt-macro v0.5.0
3412026-03-31T01:14:20.437Z Downloaded usdt v0.5.0
3422026-03-31T01:14:20.437Z Downloaded usdt-attr-macro v0.5.0
3432026-03-31T01:14:20.437Z Downloaded papergrid v0.11.0
3442026-03-31T01:14:20.442Z Downloaded plain v0.2.3
3452026-03-31T01:14:20.442Z Downloaded icu_provider v2.1.1
3462026-03-31T01:14:20.442Z Downloaded zerofrom v0.1.6
3472026-03-31T01:14:20.442Z Downloaded macaddr v1.0.1
3482026-03-31T01:14:20.442Z Downloaded utf8parse v0.2.2
3492026-03-31T01:14:20.442Z Downloaded version_check v0.9.5
3502026-03-31T01:14:20.442Z Downloaded unicode-xid v0.2.6
3512026-03-31T01:14:20.445Z Downloaded toml_write v0.1.2
3522026-03-31T01:14:20.445Z Downloaded byteorder v1.5.0
3532026-03-31T01:14:20.445Z Downloaded synstructure v0.13.2
3542026-03-31T01:14:20.445Z Downloaded url v2.5.8
3552026-03-31T01:14:20.448Z Downloaded usdt-impl v0.5.0
3562026-03-31T01:14:20.448Z Downloaded fastrand v2.3.0
3572026-03-31T01:14:20.448Z Downloaded anstyle v1.0.13
3582026-03-31T01:14:20.452Z Downloaded pest_derive v2.8.6
3592026-03-31T01:14:20.455Z Downloaded utf8_iter v1.0.4
3602026-03-31T01:14:20.455Z Downloaded icu_properties v2.1.2
3612026-03-31T01:14:20.455Z Downloaded zmij v1.0.21
3622026-03-31T01:14:20.458Z Downloaded heck v0.5.0
3632026-03-31T01:14:20.461Z Downloaded zerofrom-derive v0.1.6
3642026-03-31T01:14:20.461Z Downloaded memmap v0.7.0
3652026-03-31T01:14:20.461Z Downloaded unicode-linebreak v0.1.5
3662026-03-31T01:14:20.461Z Downloaded heck v0.4.1
3672026-03-31T01:14:20.465Z Downloaded is_terminal_polyfill v1.70.2
3682026-03-31T01:14:20.465Z Downloaded equivalent v1.0.2
3692026-03-31T01:14:20.465Z Downloaded fnv v1.0.7
3702026-03-31T01:14:20.468Z Downloaded yoke v0.8.1
3712026-03-31T01:14:20.468Z Downloaded thiserror v2.0.18
3722026-03-31T01:14:20.471Z Downloaded serde_core v1.0.228
3732026-03-31T01:14:20.471Z Downloaded textwrap v0.16.2
3742026-03-31T01:14:20.474Z Downloaded pretty-hex v0.4.1
3752026-03-31T01:14:20.475Z Downloaded potential_utf v0.1.4
3762026-03-31T01:14:20.475Z Downloaded once_cell v1.21.3
3772026-03-31T01:14:20.478Z Downloaded writeable v0.6.2
3782026-03-31T01:14:20.478Z Downloaded stable_deref_trait v1.2.1
3792026-03-31T01:14:20.478Z Downloaded clap_lex v1.0.0
3802026-03-31T01:14:20.478Z Downloaded unicode-ident v1.0.24
3812026-03-31T01:14:20.481Z Downloaded thiserror-impl v1.0.69
3822026-03-31T01:14:20.481Z Downloaded form_urlencoded v1.2.2
3832026-03-31T01:14:20.481Z Downloaded zerotrie v0.2.3
3842026-03-31T01:14:20.484Z Downloaded zerocopy-derive v0.7.35
3852026-03-31T01:14:20.484Z Downloaded typenum v1.19.0
3862026-03-31T01:14:20.487Z Downloaded toml v0.8.23
3872026-03-31T01:14:20.487Z Downloaded serde-value v0.7.0
3882026-03-31T01:14:20.490Z Downloaded scroll_derive v0.12.1
3892026-03-31T01:14:20.490Z Downloaded anstyle-query v1.1.5
3902026-03-31T01:14:20.493Z Downloaded serde_spanned v0.6.9
3912026-03-31T01:14:20.493Z Downloaded proc-macro-error-attr v1.0.4
3922026-03-31T01:14:20.493Z Downloaded winnow v0.7.14
3932026-03-31T01:14:20.499Z Downloaded smawk v0.3.2
3942026-03-31T01:14:20.502Z Downloaded unicode-width v0.1.14
3952026-03-31T01:14:20.505Z Downloaded idna_adapter v1.2.1
3962026-03-31T01:14:20.505Z Downloaded errno v0.3.14
3972026-03-31T01:14:20.505Z Downloaded colorchoice v1.0.4
3982026-03-31T01:14:20.508Z Downloaded swrite v0.1.0
3992026-03-31T01:14:20.511Z Downloaded percent-encoding v2.3.2
4002026-03-31T01:14:20.514Z Downloaded dtrace-parser v0.2.0
4012026-03-31T01:14:20.518Z Downloaded cfg-if v1.0.4
4022026-03-31T01:14:20.518Z Downloaded unicode-width v0.2.0
4032026-03-31T01:14:20.521Z Downloaded zerocopy v0.7.35
4042026-03-31T01:14:20.527Z Downloaded strsim v0.11.1
4052026-03-31T01:14:20.531Z Downloaded crypto-common v0.1.7
4062026-03-31T01:14:20.534Z Downloaded ordered-float v2.10.1
4072026-03-31T01:14:20.537Z Downloaded itoa v1.0.17
4082026-03-31T01:14:20.537Z Downloaded block-buffer v0.10.4
4092026-03-31T01:14:20.537Z Downloaded cpufeatures v0.2.17
4102026-03-31T01:14:20.540Z Downloaded scroll v0.12.0
4112026-03-31T01:14:20.544Z Downloaded serde-untagged v0.1.9
4122026-03-31T01:14:20.544Z Downloaded anstyle-parse v0.2.7
4132026-03-31T01:14:20.544Z Downloaded proc-macro-error v1.0.4
4142026-03-31T01:14:20.547Z Downloaded icu_properties_data v2.1.2
4152026-03-31T01:14:20.550Z Downloaded generic-array v0.14.7
4162026-03-31T01:14:20.550Z Downloaded cargo-platform v0.2.0
4172026-03-31T01:14:20.554Z Downloaded camino-tempfile v1.4.1
4182026-03-31T01:14:20.554Z Downloaded digest v0.10.7
4192026-03-31T01:14:20.554Z Downloaded anstream v0.6.21
4202026-03-31T01:14:20.557Z Downloaded serde_tokenstream v0.2.3
4212026-03-31T01:14:20.557Z Downloaded bytecount v0.6.9
4222026-03-31T01:14:20.560Z Downloaded sha2 v0.10.9
4232026-03-31T01:14:20.560Z Downloaded semver v1.0.27
4242026-03-31T01:14:20.569Z Downloaded autocfg v1.5.0
4252026-03-31T01:14:20.572Z Downloaded tabled_derive v0.7.0
4262026-03-31T01:14:20.572Z Downloaded cargo_metadata v0.21.0
4272026-03-31T01:14:20.575Z Downloaded erased-serde v0.4.9
4282026-03-31T01:14:20.575Z Downloaded clap_derive v4.5.55
4292026-03-31T01:14:20.578Z Downloaded quote v1.0.44
4302026-03-31T01:14:20.585Z Downloaded tempfile v3.25.0
4312026-03-31T01:14:20.590Z Downloaded smallvec v1.15.1
4322026-03-31T01:14:20.593Z Downloaded cargo-util-schemas v0.8.2
4332026-03-31T01:14:20.604Z Downloaded litemap v0.8.1
4342026-03-31T01:14:20.607Z Downloaded camino v1.2.2
4352026-03-31T01:14:20.607Z Downloaded proc-macro2 v1.0.106
4362026-03-31T01:14:20.611Z Downloaded fs-err v3.3.0
4372026-03-31T01:14:20.611Z Downloaded indexmap v2.13.0
4382026-03-31T01:14:20.614Z Downloaded serde_derive v1.0.228
4392026-03-31T01:14:20.614Z Downloaded bitflags v2.11.0
4402026-03-31T01:14:20.622Z Downloaded num-traits v0.2.19
4412026-03-31T01:14:20.628Z Downloaded displaydoc v0.2.5
4422026-03-31T01:14:20.631Z Downloaded log v0.4.29
4432026-03-31T01:14:20.634Z Downloaded clap v4.5.60
4442026-03-31T01:14:20.637Z Downloaded pest_meta v2.8.6
4452026-03-31T01:14:20.640Z Downloaded icu_normalizer_data v2.1.1
4462026-03-31T01:14:20.643Z Downloaded icu_locale_core v2.1.1
4472026-03-31T01:14:20.649Z Downloaded icu_normalizer v2.1.1
4482026-03-31T01:14:20.656Z Downloaded icu_collections v2.1.1
4492026-03-31T01:14:20.659Z Downloaded serde v1.0.228
4502026-03-31T01:14:20.662Z Downloaded idna v1.1.0
4512026-03-31T01:14:20.674Z Downloaded pest v2.8.6
4522026-03-31T01:14:20.683Z Downloaded hashbrown v0.16.1
4532026-03-31T01:14:20.692Z Downloaded serde_json v1.0.149
4542026-03-31T01:14:20.702Z Downloaded clap_builder v4.5.60
4552026-03-31T01:14:20.706Z Downloaded goblin v0.8.2
4562026-03-31T01:14:20.715Z Downloaded tabled v0.15.0
4572026-03-31T01:14:20.723Z Downloaded syn v2.0.117
4582026-03-31T01:14:20.729Z Downloaded syn v1.0.109
4592026-03-31T01:14:20.753Z Downloaded libc v0.2.180
4602026-03-31T01:14:20.819Z Compiling proc-macro2 v1.0.106
4612026-03-31T01:14:20.819Z Compiling quote v1.0.44
4622026-03-31T01:14:20.823Z Compiling unicode-ident v1.0.24
4632026-03-31T01:14:20.823Z Compiling serde_core v1.0.228
4642026-03-31T01:14:20.823Z Compiling libc v0.2.180
4652026-03-31T01:14:20.823Z Compiling version_check v0.9.5
4662026-03-31T01:14:20.823Z Compiling stable_deref_trait v1.2.1
4672026-03-31T01:14:20.823Z Compiling memchr v2.8.0
4682026-03-31T01:14:21.147Z Compiling serde v1.0.228
4692026-03-31T01:14:21.165Z Compiling zmij v1.0.21
4702026-03-31T01:14:21.376Z Compiling thiserror v1.0.69
4712026-03-31T01:14:21.411Z Compiling itoa v1.0.17
4722026-03-31T01:14:21.494Z Compiling ucd-trie v0.1.7
4732026-03-31T01:14:21.586Z Compiling autocfg v1.5.0
4742026-03-31T01:14:21.700Z Compiling pest v2.8.6
4752026-03-31T01:14:21.796Z Compiling writeable v0.6.2
4762026-03-31T01:14:21.825Z Compiling litemap v0.8.1
4772026-03-31T01:14:21.992Z Compiling byteorder v1.5.0
4782026-03-31T01:14:22.007Z Compiling rustix v1.1.3
4792026-03-31T01:14:22.235Z Compiling icu_normalizer_data v2.1.1
4802026-03-31T01:14:22.287Z Compiling syn v2.0.117
4812026-03-31T01:14:22.302Z Compiling icu_properties_data v2.1.2
4822026-03-31T01:14:22.391Z Compiling errno v0.3.14
4832026-03-31T01:14:22.445Z Compiling bitflags v2.11.0
4842026-03-31T01:14:22.503Z Compiling serde_json v1.0.149
4852026-03-31T01:14:22.687Z Compiling num-traits v0.2.19
4862026-03-31T01:14:22.706Z Compiling pest_meta v2.8.6
4872026-03-31T01:14:22.772Z Compiling hashbrown v0.16.1
4882026-03-31T01:14:22.871Z Compiling typeid v1.0.3
4892026-03-31T01:14:23.139Z Compiling equivalent v1.0.2
4902026-03-31T01:14:23.153Z Compiling smallvec v1.15.1
4912026-03-31T01:14:23.271Z Compiling indexmap v2.13.0
4922026-03-31T01:14:23.343Z Compiling thread-id v4.2.2
4932026-03-31T01:14:23.360Z Compiling usdt-impl v0.5.0
4942026-03-31T01:14:23.429Z Compiling proc-macro-error-attr v1.0.4
4952026-03-31T01:14:23.486Z Compiling syn v1.0.109
4962026-03-31T01:14:23.568Z Compiling winnow v0.7.14
4972026-03-31T01:14:23.616Z Compiling erased-serde v0.4.9
4982026-03-31T01:14:23.796Z Compiling toml_write v0.1.2
4992026-03-31T01:14:24.002Z Compiling proc-macro-error v1.0.4
5002026-03-31T01:14:24.100Z Compiling thiserror v2.0.18
5012026-03-31T01:14:24.190Z Compiling utf8_iter v1.0.4
5022026-03-31T01:14:24.304Z Compiling plain v0.2.3
5032026-03-31T01:14:24.341Z Compiling log v0.4.29
5042026-03-31T01:14:24.420Z Compiling camino v1.2.2
5052026-03-31T01:14:24.438Z Compiling utf8parse v0.2.2
5062026-03-31T01:14:24.576Z Compiling getrandom v0.4.1
5072026-03-31T01:14:24.583Z Compiling percent-encoding v2.3.2
5082026-03-31T01:14:24.583Z Compiling anstyle-parse v0.2.7
5092026-03-31T01:14:24.766Z Compiling form_urlencoded v1.2.2
5102026-03-31T01:14:24.783Z Compiling ordered-float v2.10.1
5112026-03-31T01:14:24.908Z Compiling synstructure v0.13.2
5122026-03-31T01:14:24.925Z Compiling pest_generator v2.8.6
5132026-03-31T01:14:25.054Z Compiling terminal_size v0.4.3
5142026-03-31T01:14:25.198Z Compiling anstyle v1.0.13
5152026-03-31T01:14:25.325Z Compiling is_terminal_polyfill v1.70.2
5162026-03-31T01:14:25.376Z Compiling cfg-if v1.0.4
5172026-03-31T01:14:25.429Z Compiling colorchoice v1.0.4
5182026-03-31T01:14:25.445Z Compiling anstyle-query v1.1.5
5192026-03-31T01:14:25.463Z Compiling pretty-hex v0.4.1
5202026-03-31T01:14:25.540Z Compiling anstream v0.6.21
5212026-03-31T01:14:25.557Z Compiling serde-untagged v0.1.9
5222026-03-31T01:14:25.647Z Compiling semver v1.0.27
5232026-03-31T01:14:25.682Z Compiling fs-err v3.3.0
5242026-03-31T01:14:25.803Z Compiling unicode-xid v0.2.6
5252026-03-31T01:14:25.850Z Compiling heck v0.4.1
5262026-03-31T01:14:25.871Z Compiling unicode-width v0.1.14
5272026-03-31T01:14:25.931Z Compiling anyhow v1.0.102
5282026-03-31T01:14:25.976Z Compiling bytecount v0.6.9
5292026-03-31T01:14:26.004Z Compiling fastrand v2.3.0
5302026-03-31T01:14:26.088Z Compiling strsim v0.11.1
5312026-03-31T01:14:26.144Z Compiling fnv v1.0.7
5322026-03-31T01:14:26.236Z Compiling clap_lex v1.0.0
5332026-03-31T01:14:26.255Z Compiling heck v0.5.0
5342026-03-31T01:14:26.316Z Compiling once_cell v1.21.3
5352026-03-31T01:14:26.453Z Compiling clap_builder v4.5.60
5362026-03-31T01:14:26.495Z Compiling tempfile v3.25.0
5372026-03-31T01:14:26.510Z Compiling papergrid v0.11.0
5382026-03-31T01:14:26.626Z Compiling serde_derive v1.0.228
5392026-03-31T01:14:26.645Z Compiling zerofrom-derive v0.1.6
5402026-03-31T01:14:26.725Z Compiling yoke-derive v0.8.1
5412026-03-31T01:14:26.873Z Compiling zerovec-derive v0.11.2
5422026-03-31T01:14:27.089Z Compiling displaydoc v0.2.5
5432026-03-31T01:14:27.826Z Compiling thiserror-impl v1.0.69
5442026-03-31T01:14:27.841Z Compiling zerocopy-derive v0.7.35
5452026-03-31T01:14:27.915Z Compiling pest_derive v2.8.6
5462026-03-31T01:14:27.935Z Compiling scroll_derive v0.12.1
5472026-03-31T01:14:27.990Z Compiling zerofrom v0.1.6
5482026-03-31T01:14:28.132Z Compiling yoke v0.8.1
5492026-03-31T01:14:28.326Z Compiling zerovec v0.11.5
5502026-03-31T01:14:28.342Z Compiling zerotrie v0.2.3
5512026-03-31T01:14:28.582Z Compiling scroll v0.12.0
5522026-03-31T01:14:28.650Z Compiling thiserror-impl v2.0.18
5532026-03-31T01:14:28.789Z Compiling zerocopy v0.7.35
5542026-03-31T01:14:28.831Z Compiling tinystr v0.8.2
5552026-03-31T01:14:28.868Z Compiling potential_utf v0.1.4
5562026-03-31T01:14:29.045Z Compiling icu_locale_core v2.1.1
5572026-03-31T01:14:29.065Z Compiling icu_collections v2.1.1
5582026-03-31T01:14:29.193Z Compiling dtrace-parser v0.2.0
5592026-03-31T01:14:29.270Z Compiling goblin v0.8.2
5602026-03-31T01:14:29.401Z Compiling tabled_derive v0.7.0
5612026-03-31T01:14:29.598Z Compiling clap_derive v4.5.55
5622026-03-31T01:14:30.009Z Compiling icu_provider v2.1.1
5632026-03-31T01:14:30.021Z Compiling toml_datetime v0.6.11
5642026-03-31T01:14:30.044Z Compiling serde_spanned v0.6.9
5652026-03-31T01:14:30.094Z Compiling dof v0.3.0
5662026-03-31T01:14:30.119Z Compiling serde_tokenstream v0.2.3
5672026-03-31T01:14:30.299Z Compiling icu_properties v2.1.2
5682026-03-31T01:14:30.314Z Compiling icu_normalizer v2.1.1
5692026-03-31T01:14:30.314Z Compiling toml_edit v0.22.27
5702026-03-31T01:14:30.436Z Compiling serde-value v0.7.0
5712026-03-31T01:14:30.495Z Compiling cargo-platform v0.2.0
5722026-03-31T01:14:30.770Z Compiling memmap v0.7.0
5732026-03-31T01:14:30.774Z Compiling smawk v0.3.2
5742026-03-31T01:14:30.845Z Compiling unicode-width v0.2.0
5752026-03-31T01:14:30.953Z Compiling unicode-linebreak v0.1.5
5762026-03-31T01:14:30.993Z Compiling tabled v0.15.0
5772026-03-31T01:14:31.022Z Compiling usdt-attr-macro v0.5.0
5782026-03-31T01:14:31.132Z Compiling usdt-macro v0.5.0
5792026-03-31T01:14:31.186Z Compiling idna_adapter v1.2.1
5802026-03-31T01:14:31.333Z Compiling idna v1.1.0
5812026-03-31T01:14:31.389Z Compiling clap v4.5.60
5822026-03-31T01:14:31.390Z Compiling textwrap v0.16.2
5832026-03-31T01:14:31.690Z Compiling toml v0.8.23
5842026-03-31T01:14:31.760Z Compiling url v2.5.8
5852026-03-31T01:14:31.984Z Compiling macaddr v1.0.1
5862026-03-31T01:14:32.197Z Compiling cargo-util-schemas v0.8.2
5872026-03-31T01:14:32.217Z Compiling usdt v0.5.0
5882026-03-31T01:14:32.300Z Compiling cargo_toml v0.21.0
5892026-03-31T01:14:32.469Z Compiling camino-tempfile v1.4.1
5902026-03-31T01:14:32.698Z Compiling swrite v0.1.0
5912026-03-31T01:14:32.721Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5922026-03-31T01:14:33.120Z Compiling cargo_metadata v0.21.0
5932026-03-31T01:14:34.035Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5942026-03-31T01:14:36.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.68s
5952026-03-31T01:14:36.362Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5962026-03-31T01:14:36.942Z Downloading crates ...
5972026-03-31T01:14:37.045Z Downloaded argon2 v0.5.3
5982026-03-31T01:14:37.052Z Downloaded cancel-safe-futures v0.1.5
5992026-03-31T01:14:37.053Z Downloaded base16ct v1.0.0
6002026-03-31T01:14:37.053Z Downloaded castaway v0.2.4
6012026-03-31T01:14:37.053Z Downloaded bit-vec v0.6.3
6022026-03-31T01:14:37.053Z Downloaded ar_archive_writer v0.5.1
6032026-03-31T01:14:37.062Z Downloaded constant_time_eq v0.4.2
6042026-03-31T01:14:37.073Z Downloaded dropshot_endpoint v0.17.0
6052026-03-31T01:14:37.081Z Downloaded diesel-dtrace v0.5.0
6062026-03-31T01:14:37.081Z Downloaded float-cmp v0.10.0
6072026-03-31T01:14:37.081Z Downloaded defmt-parser v1.0.0
6082026-03-31T01:14:37.081Z Downloaded allocator-api2 v0.2.21
6092026-03-31T01:14:37.081Z Downloaded derive_more v0.99.20
6102026-03-31T01:14:37.081Z Downloaded fallible-iterator v0.2.0
6112026-03-31T01:14:37.081Z Downloaded find-msvc-tools v0.1.9
6122026-03-31T01:14:37.095Z Downloaded crc-any v2.5.0
6132026-03-31T01:14:37.105Z Downloaded enum-as-inner v0.6.1
6142026-03-31T01:14:37.105Z Downloaded embedded-io v0.4.0
6152026-03-31T01:14:37.105Z Downloaded fd-lock v4.0.4
6162026-03-31T01:14:37.105Z Downloaded elliptic-curve v0.13.8
6172026-03-31T01:14:37.105Z Downloaded crossbeam-deque v0.8.6
6182026-03-31T01:14:37.105Z Downloaded crossbeam-utils v0.8.21
6192026-03-31T01:14:37.105Z Downloaded debug-ignore v1.0.5
6202026-03-31T01:14:37.121Z Downloaded crc32fast v1.5.0
6212026-03-31T01:14:37.127Z Downloaded float-ord v0.3.2
6222026-03-31T01:14:37.127Z Downloaded filetime v0.2.27
6232026-03-31T01:14:37.127Z Downloaded display-error-chain v0.2.2
6242026-03-31T01:14:37.127Z Downloaded either v1.15.0
6252026-03-31T01:14:37.127Z Downloaded arc-swap v1.8.2
6262026-03-31T01:14:37.127Z Downloaded bitfield-macros v0.19.4
6272026-03-31T01:14:37.127Z Downloaded adler2 v2.0.1
6282026-03-31T01:14:37.127Z Downloaded embedded-io v0.6.1
6292026-03-31T01:14:37.127Z Downloaded difflib v0.4.0
6302026-03-31T01:14:37.128Z Downloaded diff v0.1.13
6312026-03-31T01:14:37.128Z Downloaded cargo-platform v0.3.2
6322026-03-31T01:14:37.128Z Downloaded darling v0.23.0
6332026-03-31T01:14:37.143Z Downloaded ecdsa v0.16.9
6342026-03-31T01:14:37.143Z Downloaded dsl_auto_type v0.2.0
6352026-03-31T01:14:37.143Z Downloaded curve25519-dalek-derive v0.1.1
6362026-03-31T01:14:37.143Z Downloaded atomic-waker v1.1.2
6372026-03-31T01:14:37.143Z Downloaded darling v0.20.11
6382026-03-31T01:14:37.144Z Downloaded bitfield-struct v0.6.2
6392026-03-31T01:14:37.144Z Downloaded crucible-workspace-hack v0.1.0
6402026-03-31T01:14:37.144Z Downloaded fixedbitset v0.4.2
6412026-03-31T01:14:37.152Z Downloaded derive_builder_core v0.20.2
6422026-03-31T01:14:37.152Z Downloaded dyn-clone v1.0.20
6432026-03-31T01:14:37.152Z Downloaded dof v0.4.0
6442026-03-31T01:14:37.152Z Downloaded blowfish v0.9.1
6452026-03-31T01:14:37.152Z Downloaded derive_builder v0.20.2
6462026-03-31T01:14:37.152Z Downloaded fixedbitset v0.5.7
6472026-03-31T01:14:37.152Z Downloaded buf-list v1.1.2
6482026-03-31T01:14:37.152Z Downloaded bit-vec v0.8.0
6492026-03-31T01:14:37.156Z Downloaded foldhash v0.2.0
6502026-03-31T01:14:37.156Z Downloaded dtrace-parser v0.3.0
6512026-03-31T01:14:37.157Z Downloaded ciborium-io v0.2.2
6522026-03-31T01:14:37.158Z Downloaded gethostname v0.5.0
6532026-03-31T01:14:37.158Z Downloaded crc-catalog v2.4.0
6542026-03-31T01:14:37.158Z Downloaded foldhash v0.1.5
6552026-03-31T01:14:37.162Z Downloaded block-padding v0.3.3
6562026-03-31T01:14:37.162Z Downloaded compression-core v0.4.31
6572026-03-31T01:14:37.162Z Downloaded async-stream v0.3.6
6582026-03-31T01:14:37.162Z Downloaded array-init v0.0.4
6592026-03-31T01:14:37.162Z Downloaded defmt v1.0.1
6602026-03-31T01:14:37.166Z Downloaded async-recursion v1.1.1
6612026-03-31T01:14:37.166Z Downloaded foreign-types v0.5.0
6622026-03-31T01:14:37.166Z Downloaded crc v3.4.0
6632026-03-31T01:14:37.171Z Downloaded cfg_aliases v0.2.1
6642026-03-31T01:14:37.171Z Downloaded async-stream-impl v0.3.6
6652026-03-31T01:14:37.171Z Downloaded foreign-types-shared v0.3.1
6662026-03-31T01:14:37.171Z Downloaded assert_matches v1.5.0
6672026-03-31T01:14:37.176Z Downloaded darling_macro v0.21.3
6682026-03-31T01:14:37.176Z Downloaded foreign-types-macros v0.2.3
6692026-03-31T01:14:37.176Z Downloaded atomicwrites v0.4.4
6702026-03-31T01:14:37.211Z Downloaded downcast-rs v2.0.2
6712026-03-31T01:14:37.211Z Downloaded crunchy v0.2.4
6722026-03-31T01:14:37.222Z Downloaded bitflags v1.3.2
6732026-03-31T01:14:37.222Z Downloaded backoff v0.4.0
6742026-03-31T01:14:37.222Z Downloaded dropshot-api-manager-types v0.7.0
6752026-03-31T01:14:37.222Z Downloaded ena v0.14.4
6762026-03-31T01:14:37.222Z Downloaded flume v0.11.1
6772026-03-31T01:14:37.222Z Downloaded endian-type v0.1.2
6782026-03-31T01:14:37.222Z Downloaded darling_macro v0.23.0
6792026-03-31T01:14:37.223Z Downloaded dirs-sys-next v0.1.2
6802026-03-31T01:14:37.223Z Downloaded cstr-argument v0.1.2
6812026-03-31T01:14:37.223Z Downloaded convert_case v0.4.0
6822026-03-31T01:14:37.223Z Downloaded daft v0.1.5
6832026-03-31T01:14:37.223Z Downloaded document-features v0.2.12
6842026-03-31T01:14:37.223Z Downloaded darling_macro v0.20.11
6852026-03-31T01:14:37.223Z Downloaded dirs-next v2.0.0
6862026-03-31T01:14:37.223Z Downloaded const_format_proc_macros v0.2.34
6872026-03-31T01:14:37.223Z Downloaded cipher v0.4.4
6882026-03-31T01:14:37.223Z Downloaded cbc v0.1.2
6892026-03-31T01:14:37.223Z Downloaded env_filter v1.0.0
6902026-03-31T01:14:37.223Z Downloaded diesel_table_macro_syntax v0.3.0
6912026-03-31T01:14:37.223Z Downloaded defmt v0.3.100
6922026-03-31T01:14:37.223Z Downloaded bzip2 v0.4.4
6932026-03-31T01:14:37.223Z Downloaded cfg_aliases v0.1.1
6942026-03-31T01:14:37.224Z Downloaded arrayref v0.3.9
6952026-03-31T01:14:37.224Z Downloaded cargo_metadata v0.23.1
6962026-03-31T01:14:37.224Z Downloaded ciborium-ll v0.2.2
6972026-03-31T01:14:37.224Z Downloaded atty v0.2.14
6982026-03-31T01:14:37.224Z Downloaded cobs v0.3.0
6992026-03-31T01:14:37.225Z Downloaded futures-macro v0.3.32
7002026-03-31T01:14:37.251Z Downloaded futures-io v0.3.32
7012026-03-31T01:14:37.252Z Downloaded futures-core v0.3.32
7022026-03-31T01:14:37.252Z Downloaded bit-set v0.8.0
7032026-03-31T01:14:37.253Z Downloaded aead v0.5.2
7042026-03-31T01:14:37.253Z Downloaded ascii-canvas v3.0.0
7052026-03-31T01:14:37.253Z Downloaded ed25519 v2.2.3
7062026-03-31T01:14:37.253Z Downloaded csv-core v0.1.13
7072026-03-31T01:14:37.253Z Downloaded corncobs v0.1.4
7082026-03-31T01:14:37.254Z Downloaded derive-ex v0.1.8
7092026-03-31T01:14:37.254Z Downloaded dunce v1.0.5
7102026-03-31T01:14:37.254Z Downloaded base16ct v0.2.0
7112026-03-31T01:14:37.254Z Downloaded derive_builder_macro v0.20.2
7122026-03-31T01:14:37.254Z Downloaded darling_core v0.20.11
7132026-03-31T01:14:37.254Z Downloaded futures-task v0.3.32
7142026-03-31T01:14:37.260Z Downloaded futures-sink v0.3.32
7152026-03-31T01:14:37.260Z Downloaded headers-core v0.3.0
7162026-03-31T01:14:37.260Z Downloaded ghash v0.5.1
7172026-03-31T01:14:37.260Z Downloaded funty v2.0.0
7182026-03-31T01:14:37.260Z Downloaded git-stub v1.0.0
7192026-03-31T01:14:37.260Z Downloaded foreign-types v0.3.2
7202026-03-31T01:14:37.261Z Downloaded cpufeatures v0.3.0
7212026-03-31T01:14:37.261Z Downloaded hash32 v0.3.1
7222026-03-31T01:14:37.261Z Downloaded bcrypt-pbkdf v0.10.0
7232026-03-31T01:14:37.261Z Downloaded bb8 v0.8.6
7242026-03-31T01:14:37.261Z Downloaded drift v0.1.3
7252026-03-31T01:14:37.261Z Downloaded hex v0.4.3
7262026-03-31T01:14:37.261Z Downloaded der_derive v0.7.3
7272026-03-31T01:14:37.261Z Downloaded globwalk v0.9.1
7282026-03-31T01:14:37.261Z Downloaded cmake v0.1.57
7292026-03-31T01:14:37.261Z Downloaded fxhash v0.2.1
7302026-03-31T01:14:37.261Z Downloaded flagset v0.4.7
7312026-03-31T01:14:37.261Z Downloaded compression-codecs v0.4.37
7322026-03-31T01:14:37.261Z Downloaded clang-sys v1.8.1
7332026-03-31T01:14:37.270Z Downloaded bitfield v0.19.4
7342026-03-31T01:14:37.270Z Downloaded byte-wrapper v0.1.0
7352026-03-31T01:14:37.270Z Downloaded hex-literal v0.4.1
7362026-03-31T01:14:37.270Z Downloaded foreign-types-shared v0.1.1
7372026-03-31T01:14:37.270Z Downloaded chacha20 v0.9.1
7382026-03-31T01:14:37.270Z Downloaded fs_extra v1.3.0
7392026-03-31T01:14:37.270Z Downloaded fs-err v2.11.0
7402026-03-31T01:14:37.279Z Downloaded critical-section v1.2.0
7412026-03-31T01:14:37.279Z Downloaded ciborium v0.2.2
7422026-03-31T01:14:37.279Z Downloaded erased-serde v0.3.31
7432026-03-31T01:14:37.291Z Downloaded crc8 v0.1.1
7442026-03-31T01:14:37.291Z Downloaded daft-derive v0.1.5
7452026-03-31T01:14:37.291Z Downloaded http-range v0.1.5
7462026-03-31T01:14:37.291Z Downloaded home v0.5.12
7472026-03-31T01:14:37.291Z Downloaded defmt-macros v1.0.1
7482026-03-31T01:14:37.301Z Downloaded http-body v1.0.1
7492026-03-31T01:14:37.301Z Downloaded hubpack v0.1.2
7502026-03-31T01:14:37.301Z Downloaded env_logger v0.11.9
7512026-03-31T01:14:37.301Z Downloaded futures-executor v0.3.32
7522026-03-31T01:14:37.302Z Downloaded data-encoding v2.10.0
7532026-03-31T01:14:37.302Z Downloaded httpdate v1.0.3
7542026-03-31T01:14:37.302Z Downloaded cassowary v0.3.0
7552026-03-31T01:14:37.308Z Downloaded darling v0.21.3
7562026-03-31T01:14:37.308Z Downloaded ident_case v1.0.1
7572026-03-31T01:14:37.308Z Downloaded hyper-tls v0.6.0
7582026-03-31T01:14:37.308Z Downloaded deranged v0.5.8
7592026-03-31T01:14:37.313Z Downloaded ctr v0.9.2
7602026-03-31T01:14:37.313Z Downloaded hubpack_derive v0.1.1
7612026-03-31T01:14:37.313Z Downloaded hostname v0.4.2
7622026-03-31T01:14:37.313Z Downloaded cookie v0.18.1
7632026-03-31T01:14:37.313Z Downloaded console v0.16.2
7642026-03-31T01:14:37.313Z Downloaded crossbeam-epoch v0.9.18
7652026-03-31T01:14:37.319Z Downloaded git-stub-vcs v0.1.0
7662026-03-31T01:14:37.319Z Downloaded derive_more v2.1.1
7672026-03-31T01:14:37.326Z Downloaded instant v0.1.13
7682026-03-31T01:14:37.326Z Downloaded instability v0.3.11
7692026-03-31T01:14:37.334Z Downloaded inout v0.1.4
7702026-03-31T01:14:37.335Z Downloaded indoc v1.0.9
7712026-03-31T01:14:37.335Z Downloaded console v0.15.11
7722026-03-31T01:14:37.335Z Downloaded indent_write v2.2.0
7732026-03-31T01:14:37.335Z Downloaded bit-set v0.5.3
7742026-03-31T01:14:37.335Z Downloaded group v0.13.0
7752026-03-31T01:14:37.335Z Downloaded glob v0.3.3
7762026-03-31T01:14:37.341Z Downloaded globset v0.4.18
7772026-03-31T01:14:37.341Z Downloaded async-trait v0.1.89
7782026-03-31T01:14:37.341Z Downloaded is-terminal v0.4.17
7792026-03-31T01:14:37.341Z Downloaded colored v3.1.1
7802026-03-31T01:14:37.341Z Downloaded colored v2.2.0
7812026-03-31T01:14:37.341Z Downloaded cexpr v0.6.0
7822026-03-31T01:14:37.346Z Downloaded hash32 v0.2.1
7832026-03-31T01:14:37.346Z Downloaded ahash v0.8.12
7842026-03-31T01:14:37.346Z Downloaded lazy_static v1.5.0
7852026-03-31T01:14:37.346Z Downloaded lalrpop-util v0.19.12
7862026-03-31T01:14:37.346Z Downloaded const-oid v0.9.6
7872026-03-31T01:14:37.352Z Downloaded internet-checksum v0.2.1
7882026-03-31T01:14:37.352Z Downloaded bcs v0.1.6
7892026-03-31T01:14:37.352Z Downloaded des v0.8.1
7902026-03-31T01:14:37.352Z Downloaded cargo_toml v0.22.3
7912026-03-31T01:14:37.352Z Downloaded highway v1.3.0
7922026-03-31T01:14:37.360Z Downloaded camino-tempfile-ext v0.3.3
7932026-03-31T01:14:37.360Z Downloaded maplit v1.0.2
7942026-03-31T01:14:37.360Z Downloaded keccak v0.1.6
7952026-03-31T01:14:37.360Z Downloaded arrayvec v0.7.6
7962026-03-31T01:14:37.360Z Downloaded async-bb8-diesel v0.2.1
7972026-03-31T01:14:37.360Z Downloaded hostname v0.3.1
7982026-03-31T01:14:37.360Z Downloaded ff v0.13.1
7992026-03-31T01:14:37.360Z Downloaded http-body-util v0.1.3
8002026-03-31T01:14:37.368Z Downloaded libscf-sys v1.1.0
8012026-03-31T01:14:37.368Z Downloaded humantime v2.3.0
8022026-03-31T01:14:37.368Z Downloaded chacha20 v0.10.0
8032026-03-31T01:14:37.368Z Downloaded base64ct v1.8.3
8042026-03-31T01:14:37.376Z Downloaded bzip2 v0.6.1
8052026-03-31T01:14:37.376Z Downloaded cookie_store v0.22.1
8062026-03-31T01:14:37.376Z Downloaded futures-channel v0.3.32
8072026-03-31T01:14:37.376Z Downloaded fatfs v0.3.6
8082026-03-31T01:14:37.376Z Downloaded derive-where v1.6.0
8092026-03-31T01:14:37.376Z Downloaded convert_case v0.10.0
8102026-03-31T01:14:37.379Z Downloaded kstat-rs v0.2.4
8112026-03-31T01:14:37.380Z Downloaded managed v0.8.0
8122026-03-31T01:14:37.380Z Downloaded maybe-uninit v2.0.0
8132026-03-31T01:14:37.380Z Downloaded is_ci v1.2.0
8142026-03-31T01:14:37.380Z Downloaded getrandom v0.2.17
8152026-03-31T01:14:37.380Z Downloaded lru v0.12.5
8162026-03-31T01:14:37.386Z Downloaded linked-hash-map v0.5.6
8172026-03-31T01:14:37.386Z Downloaded backon v1.6.0
8182026-03-31T01:14:37.386Z Downloaded newline-converter v0.3.0
8192026-03-31T01:14:37.397Z Downloaded new_debug_unreachable v1.0.6
8202026-03-31T01:14:37.397Z Downloaded mime v0.3.17
8212026-03-31T01:14:37.397Z Downloaded lzss v0.8.2
8222026-03-31T01:14:37.397Z Downloaded lru-cache v0.1.2
8232026-03-31T01:14:37.397Z Downloaded indoc v2.0.7
8242026-03-31T01:14:37.397Z Downloaded impl-trait-for-tuples v0.2.3
8252026-03-31T01:14:37.397Z Downloaded ipnet v2.11.0
8262026-03-31T01:14:37.403Z Downloaded md-5 v0.10.6
8272026-03-31T01:14:37.403Z Downloaded compact_str v0.8.1
8282026-03-31T01:14:37.403Z Downloaded match_cfg v0.1.0
8292026-03-31T01:14:37.403Z Downloaded md5 v0.7.0
8302026-03-31T01:14:37.403Z Downloaded multimap v0.10.1
8312026-03-31T01:14:37.403Z Downloaded blake2 v0.10.6
8322026-03-31T01:14:37.403Z Downloaded ipnetwork v0.21.1
8332026-03-31T01:14:37.403Z Downloaded ingot v0.1.1
8342026-03-31T01:14:37.408Z Downloaded hyper-staticfile v0.10.1
8352026-03-31T01:14:37.419Z Downloaded half v1.8.3
8362026-03-31T01:14:37.419Z Downloaded newtype-uuid-macros v0.1.0
8372026-03-31T01:14:37.425Z Downloaded futures v0.3.32
8382026-03-31T01:14:37.425Z Downloaded num-iter v0.1.45
8392026-03-31T01:14:37.425Z Downloaded newtype_derive v0.1.6
8402026-03-31T01:14:37.425Z Downloaded num-conv v0.2.0
8412026-03-31T01:14:37.425Z Downloaded normalize-line-endings v0.3.0
8422026-03-31T01:14:37.425Z Downloaded nibble_vec v0.1.0
8432026-03-31T01:14:37.425Z Downloaded num-derive v0.3.3
8442026-03-31T01:14:37.425Z Downloaded num v0.4.3
8452026-03-31T01:14:37.425Z Downloaded nodrop v0.1.14
8462026-03-31T01:14:37.452Z Downloaded mime_guess v2.0.5
8472026-03-31T01:14:37.459Z Downloaded lru-slab v0.1.2
8482026-03-31T01:14:37.459Z Downloaded linear-map v1.2.0
8492026-03-31T01:14:37.459Z Downloaded libsw-core v0.3.2
8502026-03-31T01:14:37.459Z Downloaded libsw v3.5.0
8512026-03-31T01:14:37.459Z Downloaded lock_api v0.4.14
8522026-03-31T01:14:37.459Z Downloaded libloading v0.8.9
8532026-03-31T01:14:37.459Z Downloaded num_enum_derive v0.5.11
8542026-03-31T01:14:37.460Z Downloaded num-derive v0.4.2
8552026-03-31T01:14:37.460Z Downloaded oso-derive v0.27.3
8562026-03-31T01:14:37.460Z Downloaded num_threads v0.1.7
8572026-03-31T01:14:37.460Z Downloaded nonempty v0.12.0
8582026-03-31T01:14:37.460Z Downloaded libefi-sys v0.1.0
8592026-03-31T01:14:37.461Z Downloaded jobserver v0.1.34
8602026-03-31T01:14:37.461Z Downloaded hyper-rustls v0.27.7
8612026-03-31T01:14:37.461Z Downloaded const_format v0.2.35
8622026-03-31T01:14:37.472Z Downloaded native-tls v0.2.18
8632026-03-31T01:14:37.472Z Downloaded chacha20poly1305 v0.10.1
8642026-03-31T01:14:37.472Z Downloaded base64 v0.21.7
8652026-03-31T01:14:37.472Z Downloaded getrandom v0.3.4
8662026-03-31T01:14:37.478Z Downloaded opaque-debug v0.3.1
8672026-03-31T01:14:37.478Z Downloaded openssl-macros v0.1.1
8682026-03-31T01:14:37.478Z Downloaded parse-size v1.1.0
8692026-03-31T01:14:37.478Z Downloaded openssl-probe v0.2.1
8702026-03-31T01:14:37.478Z Downloaded openssl-probe v0.1.6
8712026-03-31T01:14:37.478Z Downloaded path-slash v0.1.5
8722026-03-31T01:14:37.478Z Downloaded pbkdf2 v0.11.0
8732026-03-31T01:14:37.478Z Downloaded nanorand v0.7.0
8742026-03-31T01:14:37.484Z Downloaded cc v1.2.56
8752026-03-31T01:14:37.485Z Downloaded aho-corasick v1.1.4
8762026-03-31T01:14:37.485Z Downloaded memoffset v0.9.1
8772026-03-31T01:14:37.485Z Downloaded ingot-types v0.1.2
8782026-03-31T01:14:37.495Z Downloaded ingot-macros v0.1.1
8792026-03-31T01:14:37.495Z Downloaded num-rational v0.4.2
8802026-03-31T01:14:37.496Z Downloaded httparse v1.10.1
8812026-03-31T01:14:37.496Z Downloaded packed_struct_codegen v0.10.1
8822026-03-31T01:14:37.502Z Downloaded phf_shared v0.13.1
8832026-03-31T01:14:37.502Z Downloaded pbkdf2 v0.12.2
8842026-03-31T01:14:37.502Z Downloaded num_enum v0.7.5
8852026-03-31T01:14:37.508Z Downloaded hickory-client v0.25.2
8862026-03-31T01:14:37.508Z Downloaded num_enum v0.5.11
8872026-03-31T01:14:37.508Z Downloaded num-integer v0.1.46
8882026-03-31T01:14:37.508Z Downloaded newtype-uuid v1.3.2
8892026-03-31T01:14:37.512Z Downloaded peg-runtime v0.8.5
8902026-03-31T01:14:37.512Z Downloaded olpc-cjson v0.1.4
8912026-03-31T01:14:37.516Z Downloaded multer v3.1.0
8922026-03-31T01:14:37.519Z Downloaded darling_core v0.21.3
8932026-03-31T01:14:37.519Z Downloaded nu-ansi-term v0.50.3
8942026-03-31T01:14:37.525Z Downloaded pin-utils v0.1.0
8952026-03-31T01:14:37.525Z Downloaded phf_shared v0.12.1
8962026-03-31T01:14:37.531Z Downloaded phf_shared v0.11.3
8972026-03-31T01:14:37.531Z Downloaded async-compression v0.4.41
8982026-03-31T01:14:37.539Z Downloaded indexmap v1.9.3
8992026-03-31T01:14:37.539Z Downloaded iana-time-zone v0.1.65
9002026-03-31T01:14:37.539Z Downloaded hmac v0.12.1
9012026-03-31T01:14:37.544Z Downloaded base64 v0.22.1
9022026-03-31T01:14:37.544Z Downloaded predicates-core v1.0.10
9032026-03-31T01:14:37.545Z Downloaded darling_core v0.23.0
9042026-03-31T01:14:37.545Z Downloaded flate2 v1.1.9
9052026-03-31T01:14:37.555Z Downloaded half v2.7.1
9062026-03-31T01:14:37.555Z Downloaded predicates-tree v1.0.13
9072026-03-31T01:14:37.555Z Downloaded litrs v1.0.0
9082026-03-31T01:14:37.559Z Downloaded num_enum_derive v0.7.5
9092026-03-31T01:14:37.559Z Downloaded num-complex v0.4.6
9102026-03-31T01:14:37.559Z Downloaded der v0.7.10
9112026-03-31T01:14:37.559Z Downloaded parse-display-derive v0.10.0
9122026-03-31T01:14:37.559Z Downloaded precomputed-hash v0.1.1
9132026-03-31T01:14:37.559Z Downloaded powerfmt v0.2.0
9142026-03-31T01:14:37.559Z Downloaded proc-macro-error-attr2 v2.0.0
9152026-03-31T01:14:37.571Z Downloaded proc-macro-crate v3.4.0
9162026-03-31T01:14:37.571Z Downloaded ignore v0.4.25
9172026-03-31T01:14:37.571Z Downloaded paste v1.0.15
9182026-03-31T01:14:37.578Z Downloaded proc-macro-crate v1.3.1
9192026-03-31T01:14:37.578Z Downloaded progenitor-client v0.11.2
9202026-03-31T01:14:37.578Z Downloaded pem v3.0.6
9212026-03-31T01:14:37.578Z Downloaded peg-macros v0.8.5
9222026-03-31T01:14:37.578Z Downloaded packed_struct v0.10.1
9232026-03-31T01:14:37.578Z Downloaded progenitor-client v0.10.0
9242026-03-31T01:14:37.578Z Downloaded parse-display v0.10.0
9252026-03-31T01:14:37.578Z Downloaded parking_lot_core v0.8.6
9262026-03-31T01:14:37.578Z Downloaded oxide-tokio-rt v0.1.3
9272026-03-31T01:14:37.578Z Downloaded owo-colors v4.3.0
9282026-03-31T01:14:37.578Z Downloaded memmap2 v0.9.10
9292026-03-31T01:14:37.579Z Downloaded headers v0.4.1
9302026-03-31T01:14:37.588Z Downloaded pem-rfc7468 v0.7.0
9312026-03-31T01:14:37.588Z Downloaded bytes v1.11.1
9322026-03-31T01:14:37.588Z Downloaded password-hash v0.5.0
9332026-03-31T01:14:37.588Z Downloaded password-hash v0.4.2
9342026-03-31T01:14:37.588Z Downloaded ed25519-dalek v2.2.0
9352026-03-31T01:14:37.594Z Downloaded heapless v0.7.17
9362026-03-31T01:14:37.594Z Downloaded postgres-protocol v0.6.10
9372026-03-31T01:14:37.595Z Downloaded pin-project-lite v0.2.17
9382026-03-31T01:14:37.603Z Downloaded peg v0.8.5
9392026-03-31T01:14:37.603Z Downloaded psl-types v2.0.11
9402026-03-31T01:14:37.603Z Downloaded progenitor-macro v0.13.0
9412026-03-31T01:14:37.603Z Downloaded progenitor-macro v0.11.2
9422026-03-31T01:14:37.604Z Downloaded progenitor-macro v0.10.0
9432026-03-31T01:14:37.607Z Downloaded phf v0.12.1
9442026-03-31T01:14:37.607Z Downloaded bumpalo v3.20.2
9452026-03-31T01:14:37.607Z Downloaded crypto-bigint v0.5.5
9462026-03-31T01:14:37.612Z Downloaded libbz2-rs-sys v0.2.2
9472026-03-31T01:14:37.612Z Downloaded radium v0.7.0
9482026-03-31T01:14:37.616Z Downloaded rand_chacha v0.3.1
9492026-03-31T01:14:37.616Z Downloaded pin-project-internal v1.1.11
9502026-03-31T01:14:37.616Z Downloaded parking_lot_core v0.9.12
9512026-03-31T01:14:37.621Z Downloaded poly1305 v0.8.0
9522026-03-31T01:14:37.621Z Downloaded ppv-lite86 v0.2.21
9532026-03-31T01:14:37.621Z Downloaded parking_lot v0.11.2
9542026-03-31T01:14:37.627Z Downloaded rand_xorshift v0.4.0
9552026-03-31T01:14:37.627Z Downloaded quick-error v1.2.3
9562026-03-31T01:14:37.641Z Downloaded proc-macro-error2 v2.0.1
9572026-03-31T01:14:37.641Z Downloaded expectorate v1.2.0
9582026-03-31T01:14:37.641Z Downloaded polyval v0.6.2
9592026-03-31T01:14:37.641Z Downloaded recursive-proc-macro-impl v0.1.1
9602026-03-31T01:14:37.641Z Downloaded predicates v3.1.4
9612026-03-31T01:14:37.641Z Downloaded pkcs8 v0.10.2
9622026-03-31T01:14:37.648Z Downloaded ref-cast v1.0.25
9632026-03-31T01:14:37.648Z Downloaded parking_lot v0.12.5
9642026-03-31T01:14:37.649Z Downloaded diesel_derives v2.3.7
9652026-03-31T01:14:37.649Z Downloaded progenitor v0.11.2
9662026-03-31T01:14:37.649Z Downloaded ref-cast-impl v1.0.25
9672026-03-31T01:14:37.669Z Downloaded progenitor v0.10.0
9682026-03-31T01:14:37.670Z Downloaded oxnet v0.1.4
9692026-03-31T01:14:37.670Z Downloaded rfc6979 v0.4.0
9702026-03-31T01:14:37.670Z Downloaded recursive v0.1.1
9712026-03-31T01:14:37.670Z Downloaded indicatif v0.18.4
9722026-03-31T01:14:37.681Z Downloaded heapless v0.8.0
9732026-03-31T01:14:37.681Z Downloaded progenitor-client v0.13.0
9742026-03-31T01:14:37.681Z Downloaded progenitor v0.13.0
9752026-03-31T01:14:37.681Z Downloaded pkcs1 v0.7.5
9762026-03-31T01:14:37.681Z Downloaded phf v0.13.1
9772026-03-31T01:14:37.681Z Downloaded rustc-hash v2.1.1
9782026-03-31T01:14:37.681Z Downloaded psm v0.1.30
9792026-03-31T01:14:37.682Z Downloaded russh-cryptovec v0.7.3
9802026-03-31T01:14:37.682Z Downloaded rustc_version v0.4.1
9812026-03-31T01:14:37.682Z Downloaded oso v0.27.3
9822026-03-31T01:14:37.687Z Downloaded pkcs5 v0.7.1
9832026-03-31T01:14:37.687Z Downloaded rustc_version v0.1.7
9842026-03-31T01:14:37.687Z Downloaded rtoolbox v0.0.3
9852026-03-31T01:14:37.687Z Downloaded omicron-zone-package v0.12.2
9862026-03-31T01:14:37.687Z Downloaded papergrid v0.17.0
9872026-03-31T01:14:37.692Z Downloaded r2d2 v0.8.10
9882026-03-31T01:14:37.692Z Downloaded pkg-config v0.3.32
9892026-03-31T01:14:37.692Z Downloaded aes v0.8.4
9902026-03-31T01:14:37.699Z Downloaded postcard v1.1.3
9912026-03-31T01:14:37.704Z Downloaded rand_seeder v0.4.0
9922026-03-31T01:14:37.708Z Downloaded rand_core v0.9.5
9932026-03-31T01:14:37.708Z Downloaded rand_chacha v0.9.0
9942026-03-31T01:14:37.713Z Downloaded crossbeam-channel v0.5.15
9952026-03-31T01:14:37.718Z Downloaded scopeguard v1.2.0
9962026-03-31T01:14:37.718Z Downloaded hickory-resolver v0.24.4
9972026-03-31T01:14:37.718Z Downloaded scheduled-thread-pool v0.2.7
9982026-03-31T01:14:37.722Z Downloaded sapling-renderdag v0.1.0
9992026-03-31T01:14:37.722Z Downloaded salsa20 v0.10.2
10002026-03-31T01:14:37.727Z Downloaded miniz_oxide v0.8.9
10012026-03-31T01:14:37.730Z Downloaded semver v0.1.20
10022026-03-31T01:14:37.734Z Downloaded openssl-sys v0.9.111
10032026-03-31T01:14:37.738Z Downloaded same-file v1.0.6
10042026-03-31T01:14:37.738Z Downloaded jiff-static v0.2.21
10052026-03-31T01:14:37.738Z Downloaded scrypt v0.11.0
10062026-03-31T01:14:37.738Z Downloaded scroll_derive v0.13.1
10072026-03-31T01:14:37.741Z Downloaded resolv-conf v0.7.6
10082026-03-31T01:14:37.742Z Downloaded secrecy v0.10.3
10092026-03-31T01:14:37.742Z Downloaded seq-macro v0.3.6
10102026-03-31T01:14:37.748Z Downloaded hashbrown v0.13.2
10112026-03-31T01:14:37.752Z Downloaded serde_urlencoded v0.7.1
10122026-03-31T01:14:37.755Z Downloaded serde_bytes v0.11.19
10132026-03-31T01:14:37.758Z Downloaded sha1 v0.10.6
10142026-03-31T01:14:37.766Z Downloaded quinn-udp v0.5.14
10152026-03-31T01:14:37.769Z Downloaded serde_spanned v1.0.4
10162026-03-31T01:14:37.769Z Downloaded serde_plain v1.0.2
10172026-03-31T01:14:37.769Z Downloaded serde-big-array v0.5.1
10182026-03-31T01:14:37.773Z Downloaded secrecy v0.8.0
10192026-03-31T01:14:37.773Z Downloaded shell-words v1.1.1
10202026-03-31T01:14:37.773Z Downloaded derive_more-impl v2.1.1
10212026-03-31T01:14:37.777Z Downloaded rustls-pemfile v2.2.0
10222026-03-31T01:14:37.780Z Downloaded postgres-types v0.2.12
10232026-03-31T01:14:37.781Z Downloaded rustversion v1.0.22
10242026-03-31T01:14:37.785Z Downloaded dropshot-api-manager v0.7.0
10252026-03-31T01:14:37.788Z Downloaded prefix-trie v0.7.0
10262026-03-31T01:14:37.788Z Downloaded rand_core v0.6.4
10272026-03-31T01:14:37.793Z Downloaded slog-bunyan v2.5.0
10282026-03-31T01:14:37.796Z Downloaded hickory-server v0.25.2
10292026-03-31T01:14:37.796Z Downloaded rustls-pemfile v1.0.4
10302026-03-31T01:14:37.799Z Downloaded rand_core v0.10.0
10312026-03-31T01:14:37.799Z Downloaded scroll v0.13.0
10322026-03-31T01:14:37.802Z Downloaded signature v2.2.0
10332026-03-31T01:14:37.802Z Downloaded signal-hook-tokio v0.3.1
10342026-03-31T01:14:37.802Z Downloaded siphasher v1.0.2
10352026-03-31T01:14:37.805Z Downloaded pin-project v1.1.11
10362026-03-31T01:14:37.809Z Downloaded p256 v0.13.2
10372026-03-31T01:14:37.812Z Downloaded sigpipe v0.1.3
10382026-03-31T01:14:37.812Z Downloaded progenitor-impl v0.11.2
10392026-03-31T01:14:37.815Z Downloaded slog-envlogger v2.2.0
10402026-03-31T01:14:37.815Z Downloaded progenitor-extras v0.1.1
10412026-03-31T01:14:37.818Z Downloaded hyper-util v0.1.20
10422026-03-31T01:14:37.821Z Downloaded primeorder v0.13.6
10432026-03-31T01:14:37.828Z Downloaded sec1 v0.7.3
10442026-03-31T01:14:37.831Z Downloaded schemars_derive v0.8.22
10452026-03-31T01:14:37.835Z Downloaded serde_repr v0.1.20
10462026-03-31T01:14:37.835Z Downloaded serde-hex v0.1.0
10472026-03-31T01:14:37.838Z Downloaded hickory-resolver v0.25.2
10482026-03-31T01:14:37.838Z Downloaded ssh-encoding v0.2.0
10492026-03-31T01:14:37.841Z Downloaded sqlparser_derive v0.5.0
10502026-03-31T01:14:37.841Z Downloaded itertools v0.10.5
10512026-03-31T01:14:37.844Z Downloaded russh-keys v0.45.0
10522026-03-31T01:14:37.849Z Downloaded serde_path_to_error v0.1.20
10532026-03-31T01:14:37.856Z Downloaded strum v0.26.3
10542026-03-31T01:14:37.861Z Downloaded ssh-cipher v0.2.0
10552026-03-31T01:14:37.861Z Downloaded structmeta-derive v0.3.0
10562026-03-31T01:14:37.861Z Downloaded strip-ansi-escapes v0.2.1
10572026-03-31T01:14:37.864Z Downloaded rustls-native-certs v0.8.3
10582026-03-31T01:14:37.864Z Downloaded signal-hook-registry v1.4.8
10592026-03-31T01:14:37.864Z Downloaded rustls-pki-types v1.14.0
10602026-03-31T01:14:37.868Z Downloaded rusty-fork v0.3.1
10612026-03-31T01:14:37.873Z Downloaded simd-adler32 v0.3.8
10622026-03-31T01:14:37.876Z Downloaded prettyplease v0.2.37
10632026-03-31T01:14:37.880Z Downloaded signal-hook-mio v0.2.5
10642026-03-31T01:14:37.884Z Downloaded shlex v1.3.0
10652026-03-31T01:14:37.884Z Downloaded structmeta v0.3.0
10662026-03-31T01:14:37.884Z Downloaded crossterm v0.29.0
10672026-03-31T01:14:37.887Z Downloaded strum v0.27.2
10682026-03-31T01:14:37.887Z Downloaded num-bigint v0.4.6
10692026-03-31T01:14:37.890Z Downloaded slog-async v2.8.0
10702026-03-31T01:14:37.893Z Downloaded tabwriter v1.4.1
10712026-03-31T01:14:37.896Z Downloaded rcgen v0.12.1
10722026-03-31T01:14:37.896Z Downloaded slog-stdlog v4.1.1
10732026-03-31T01:14:37.900Z Downloaded slog-scope v4.4.1
10742026-03-31T01:14:37.901Z Downloaded slog-dtrace v0.3.0
10752026-03-31T01:14:37.901Z Downloaded smallvec v0.6.14
10762026-03-31T01:14:37.901Z Downloaded slog-term v2.9.2
10772026-03-31T01:14:37.904Z Downloaded slog-json v2.6.1
10782026-03-31T01:14:37.904Z Downloaded slab v0.4.12
10792026-03-31T01:14:37.904Z Downloaded minimal-lexical v0.2.1
10802026-03-31T01:14:37.910Z Downloaded tap v1.0.1
10812026-03-31T01:14:37.910Z Downloaded http v1.4.0
10822026-03-31T01:14:37.913Z Downloaded sync-ptr v0.1.4
10832026-03-31T01:14:37.913Z Downloaded smf v0.2.3
10842026-03-31T01:14:37.913Z Downloaded snafu-derive v0.8.9
10852026-03-31T01:14:37.913Z Downloaded mio v1.1.1
10862026-03-31T01:14:37.917Z Downloaded progenitor-impl v0.10.0
10872026-03-31T01:14:37.917Z Downloaded take_mut v0.2.2
10882026-03-31T01:14:37.917Z Downloaded tagptr v0.2.0
10892026-03-31T01:14:37.921Z Downloaded serde_derive_internals v0.29.1
10902026-03-31T01:14:37.921Z Downloaded serde_cbor v0.11.2
10912026-03-31T01:14:37.928Z Downloaded sqlformat v0.3.5
10922026-03-31T01:14:37.928Z Downloaded tabled_derive v0.11.0
10932026-03-31T01:14:37.928Z Downloaded termtree v0.5.1
10942026-03-31T01:14:37.928Z Downloaded sync_wrapper v1.0.2
10952026-03-31T01:14:37.928Z Downloaded supports-color v3.0.2
10962026-03-31T01:14:37.928Z Downloaded ron v0.8.1
10972026-03-31T01:14:37.932Z Downloaded spki v0.7.3
10982026-03-31T01:14:37.932Z Downloaded progenitor-impl v0.13.0
10992026-03-31T01:14:37.932Z Downloaded stacker v0.1.23
11002026-03-31T01:14:37.937Z Downloaded static_assertions v1.1.0
11012026-03-31T01:14:37.941Z Downloaded thread-id v5.1.0
11022026-03-31T01:14:37.942Z Downloaded thiserror-impl-no-std v2.0.2
11032026-03-31T01:14:37.946Z Downloaded crossterm v0.28.1
11042026-03-31T01:14:37.950Z Downloaded string_cache v0.8.9
11052026-03-31T01:14:37.959Z Downloaded pretty_assertions v1.4.1
11062026-03-31T01:14:37.964Z Downloaded stringprep v0.1.5
11072026-03-31T01:14:37.964Z Downloaded strum_macros v0.27.2
11082026-03-31T01:14:37.964Z Downloaded strum_macros v0.26.4
11092026-03-31T01:14:37.964Z Downloaded ryu v1.0.23
11102026-03-31T01:14:37.965Z Downloaded strum_macros v0.24.3
11112026-03-31T01:14:37.965Z Downloaded rustls-platform-verifier v0.6.2
11122026-03-31T01:14:37.969Z Downloaded sct v0.7.1
11132026-03-31T01:14:37.976Z Downloaded spin v0.9.8
11142026-03-31T01:14:37.976Z Downloaded rayon-core v1.13.0
11152026-03-31T01:14:37.982Z Downloaded hashbrown v0.12.3
11162026-03-31T01:14:37.983Z Downloaded qorb v0.4.1
11172026-03-31T01:14:37.987Z Downloaded subtle v2.6.1
11182026-03-31T01:14:37.987Z Downloaded iddqd v0.3.17
11192026-03-31T01:14:37.987Z Downloaded support-bundle-viewer v0.1.2
11202026-03-31T01:14:37.993Z Downloaded aes-gcm v0.10.3
11212026-03-31T01:14:37.996Z Downloaded serde_with_macros v3.17.0
11222026-03-31T01:14:38.000Z Downloaded nom v7.1.3
11232026-03-31T01:14:38.007Z Downloaded signal-hook v0.3.18
11242026-03-31T01:14:38.007Z Downloaded termios v0.3.3
11252026-03-31T01:14:38.007Z Downloaded quinn v0.11.9
11262026-03-31T01:14:38.007Z Downloaded libxml v0.3.3
11272026-03-31T01:14:38.012Z Downloaded thiserror-no-std v2.0.2
11282026-03-31T01:14:38.017Z Downloaded rand v0.8.5
11292026-03-31T01:14:38.017Z Downloaded tower-service v0.3.3
11302026-03-31T01:14:38.023Z Downloaded typify-macro v0.6.1
11312026-03-31T01:14:38.023Z Downloaded try-lock v0.2.5
11322026-03-31T01:14:38.023Z Downloaded tokio-dtrace v0.1.1
11332026-03-31T01:14:38.023Z Downloaded tls_codec_derive v0.4.2
11342026-03-31T01:14:38.028Z Downloaded trait-variant v0.1.2
11352026-03-31T01:14:38.028Z Downloaded tinyvec_macros v0.1.1
11362026-03-31T01:14:38.028Z Downloaded schemars v0.9.0
11372026-03-31T01:14:38.038Z Downloaded tower-layer v0.3.3
11382026-03-31T01:14:38.043Z Downloaded tokio-native-tls v0.3.1
11392026-03-31T01:14:38.043Z Downloaded tls_codec v0.4.2
11402026-03-31T01:14:38.043Z Downloaded schemars v0.8.22
11412026-03-31T01:14:38.047Z Downloaded unarray v0.1.4
11422026-03-31T01:14:38.047Z Downloaded tokio-macros v2.6.0
11432026-03-31T01:14:38.047Z Downloaded universal-hash v0.5.1
11442026-03-31T01:14:38.047Z Downloaded unicode-truncate v1.1.0
11452026-03-31T01:14:38.051Z Downloaded time-macros v0.2.27
11462026-03-31T01:14:38.051Z Downloaded unit-prefix v0.5.2
11472026-03-31T01:14:38.051Z Downloaded typify-macro v0.4.3
11482026-03-31T01:14:38.051Z Downloaded untrusted v0.7.1
11492026-03-31T01:14:38.055Z Downloaded hashbrown v0.15.5
11502026-03-31T01:14:38.063Z Downloaded serde_yaml v0.9.34+deprecated
11512026-03-31T01:14:38.066Z Downloaded socket2 v0.5.10
11522026-03-31T01:14:38.069Z Downloaded iri-string v0.7.10
11532026-03-31T01:14:38.076Z Downloaded usdt-attr-macro v0.6.0
11542026-03-31T01:14:38.080Z Downloaded usdt v0.6.0
11552026-03-31T01:14:38.080Z Downloaded untrusted v0.9.0
11562026-03-31T01:14:38.080Z Downloaded utf-8 v0.7.6
11572026-03-31T01:14:38.080Z Downloaded socket2 v0.6.2
11582026-03-31T01:14:38.080Z Downloaded testing_table v0.3.0
11592026-03-31T01:14:38.080Z Downloaded usdt-macro v0.6.0
11602026-03-31T01:14:38.083Z Downloaded term v1.2.1
11612026-03-31T01:14:38.083Z Downloaded thread_local v1.1.9
11622026-03-31T01:14:38.083Z Downloaded time-core v0.1.8
11632026-03-31T01:14:38.086Z Downloaded publicsuffix v2.3.0
11642026-03-31T01:14:38.089Z Downloaded hyper v1.8.1
11652026-03-31T01:14:38.092Z Downloaded rsa v0.9.10
11662026-03-31T01:14:38.100Z Downloaded topological-sort v0.2.2
11672026-03-31T01:14:38.106Z Downloaded wait-timeout v0.2.1
11682026-03-31T01:14:38.106Z Downloaded want v0.3.1
11692026-03-31T01:14:38.110Z Downloaded blake3 v1.8.3
11702026-03-31T01:14:38.118Z Downloaded slog v2.8.2
11712026-03-31T01:14:38.122Z Downloaded void v1.0.2
11722026-03-31T01:14:38.122Z Downloaded tokio-rustls v0.24.1
11732026-03-31T01:14:38.122Z Downloaded subprocess v0.2.15
11742026-03-31T01:14:38.122Z Downloaded tokio-rustls v0.25.0
11752026-03-31T01:14:38.122Z Downloaded samael v0.0.19
11762026-03-31T01:14:38.125Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11772026-03-31T01:14:38.126Z Downloaded similar v2.7.0
11782026-03-31T01:14:38.131Z Downloaded waitgroup v0.1.2
11792026-03-31T01:14:38.131Z Downloaded unicase v2.9.0
11802026-03-31T01:14:38.131Z Downloaded tokio-tungstenite v0.23.1
11812026-03-31T01:14:38.131Z Downloaded num-bigint-dig v0.8.6
11822026-03-31T01:14:38.166Z Downloaded xattr v1.6.1
11832026-03-31T01:14:38.167Z Downloaded schemars v1.2.1
11842026-03-31T01:14:38.167Z Downloaded tui-tree-widget v0.23.1
11852026-03-31T01:14:38.168Z Downloaded itertools v0.12.1
11862026-03-31T01:14:38.169Z Downloaded tokio-rustls v0.26.4
11872026-03-31T01:14:38.169Z Downloaded rand v0.9.2
11882026-03-31T01:14:38.179Z Downloaded zeroize_derive v1.4.3
11892026-03-31T01:14:38.179Z Downloaded toml_writer v1.0.6+spec-1.1.0
11902026-03-31T01:14:38.179Z Downloaded term v0.7.0
11912026-03-31T01:14:38.179Z Downloaded xshell-macros v0.2.7
11922026-03-31T01:14:38.179Z Downloaded uzers v0.12.2
11932026-03-31T01:14:38.179Z Downloaded itertools v0.13.0
11942026-03-31T01:14:38.179Z Downloaded toml_parser v1.0.9+spec-1.1.0
11952026-03-31T01:14:38.179Z Downloaded libm v0.2.16
11962026-03-31T01:14:38.192Z Downloaded zone_cfg_derive v0.3.1
11972026-03-31T01:14:38.193Z Downloaded walkdir v2.5.0
11982026-03-31T01:14:38.193Z Downloaded rustls-webpki v0.103.9
11992026-03-31T01:14:38.193Z Downloaded zone v0.3.1
12002026-03-31T01:14:38.193Z Downloaded hkdf v0.12.4
12012026-03-31T01:14:38.193Z Downloaded itertools v0.14.0
12022026-03-31T01:14:38.199Z Downloaded toml_datetime v1.0.0+spec-1.1.0
12032026-03-31T01:14:38.199Z Downloaded futures-util v0.3.32
12042026-03-31T01:14:38.199Z Downloaded wyz v0.5.1
12052026-03-31T01:14:38.199Z Downloaded whoami v1.6.1
12062026-03-31T01:14:38.199Z Downloaded vergen-lib v0.1.6
12072026-03-31T01:14:38.208Z Downloaded vergen-lib v9.1.0
12082026-03-31T01:14:38.209Z Downloaded vergen-gitcl v1.0.8
12092026-03-31T01:14:38.209Z Downloaded twox-hash v2.1.2
12102026-03-31T01:14:38.209Z Downloaded tokio-stream v0.1.18
12112026-03-31T01:14:38.209Z Downloaded rand v0.10.0
12122026-03-31T01:14:38.209Z Downloaded xz2 v0.1.7
12132026-03-31T01:14:38.209Z Downloaded xshell v0.2.7
12142026-03-31T01:14:38.209Z Downloaded vsss-rs v3.3.4
12152026-03-31T01:14:38.305Z Downloaded whoami v2.1.0
12162026-03-31T01:14:38.305Z Downloaded snafu v0.8.9
12172026-03-31T01:14:38.305Z Downloaded toml v0.9.12+spec-1.1.0
12182026-03-31T01:14:38.306Z Downloaded h2 v0.4.13
12192026-03-31T01:14:38.306Z Downloaded vergen v9.1.0
12202026-03-31T01:14:38.306Z Downloaded usdt-impl v0.6.0
12212026-03-31T01:14:38.306Z Downloaded tar v0.4.45
12222026-03-31T01:14:38.306Z Downloaded vergen-git2 v9.1.0
12232026-03-31T01:14:38.306Z Downloaded zstd v0.13.3
12242026-03-31T01:14:38.306Z Downloaded unicode-properties v0.1.4
12252026-03-31T01:14:38.306Z Downloaded tokio-tungstenite v0.21.0
12262026-03-31T01:14:38.306Z Downloaded steno v0.4.1
12272026-03-31T01:14:38.306Z Downloaded typify v0.4.3
12282026-03-31T01:14:38.307Z Downloaded zeroize v1.8.2
12292026-03-31T01:14:38.307Z Downloaded zstd-safe v7.2.4
12302026-03-31T01:14:38.307Z Downloaded tiny-keccak v2.0.2
12312026-03-31T01:14:38.307Z Downloaded typify v0.6.1
12322026-03-31T01:14:38.307Z Downloaded toml v0.7.8
12332026-03-31T01:14:38.307Z Downloaded yasna v0.5.2
12342026-03-31T01:14:38.307Z Downloaded tungstenite v0.23.0
12352026-03-31T01:14:38.307Z Downloaded tinyvec v1.10.0
12362026-03-31T01:14:38.307Z Downloaded aws-lc-rs v1.16.0
12372026-03-31T01:14:38.343Z Downloaded rustyline v14.0.0
12382026-03-31T01:14:38.343Z Downloaded toml_edit v0.23.10+spec-1.0.0
12392026-03-31T01:14:38.343Z Downloaded russh v0.45.0
12402026-03-31T01:14:38.343Z Downloaded tungstenite v0.21.0
12412026-03-31T01:14:38.343Z Downloaded tracing-attributes v0.1.31
12422026-03-31T01:14:38.343Z Downloaded zerocopy v0.6.6
12432026-03-31T01:14:38.343Z Downloaded ssh-key v0.6.7
12442026-03-31T01:14:38.344Z Downloaded bitvec v1.0.1
12452026-03-31T01:14:38.344Z Downloaded test-strategy v0.4.5
12462026-03-31T01:14:38.344Z Downloaded reedline v0.40.0
12472026-03-31T01:14:38.344Z Downloaded rpassword v7.4.0
12482026-03-31T01:14:38.344Z Downloaded unicode-bidi v0.3.18
12492026-03-31T01:14:38.344Z Downloaded ron v0.12.0
12502026-03-31T01:14:38.344Z Downloaded chrono v0.4.44
12512026-03-31T01:14:38.344Z Downloaded uuid v1.23.0
12522026-03-31T01:14:38.344Z Downloaded p384 v0.13.1
12532026-03-31T01:14:38.349Z Downloaded p521 v0.13.3
12542026-03-31T01:14:38.350Z Downloaded tracing-core v0.1.36
12552026-03-31T01:14:38.350Z Downloaded bindgen v0.71.1
12562026-03-31T01:14:38.350Z Downloaded toml_edit v0.19.15
12572026-03-31T01:14:38.357Z Downloaded toml v1.0.6+spec-1.1.0
12582026-03-31T01:14:38.357Z Downloaded unicode_categories v0.1.1
12592026-03-31T01:14:38.366Z Downloaded yansi v1.0.1
12602026-03-31T01:14:38.374Z Downloaded reqwest v0.13.2
12612026-03-31T01:14:38.385Z Downloaded vte v0.14.1
12622026-03-31T01:14:38.390Z Downloaded zopfli v0.8.3
12632026-03-31T01:14:38.390Z Downloaded unicode-segmentation v1.12.0
12642026-03-31T01:14:38.390Z Downloaded git2 v0.20.4
12652026-03-31T01:14:38.403Z Downloaded unsafe-libyaml v0.2.11
12662026-03-31T01:14:38.408Z Downloaded tokio-postgres v0.7.16
12672026-03-31T01:14:38.408Z Downloaded reqwest v0.12.28
12682026-03-31T01:14:38.408Z Downloaded lalrpop v0.19.12
12692026-03-31T01:14:38.415Z Downloaded quick-xml v0.37.5
12702026-03-31T01:14:38.421Z Downloaded rustls-webpki v0.101.7
12712026-03-31T01:14:38.426Z Downloaded zip v0.6.6
12722026-03-31T01:14:38.434Z Downloaded regex v1.12.3
12732026-03-31T01:14:38.434Z Downloaded x509-cert v0.2.5
12742026-03-31T01:14:38.439Z Downloaded moka v0.12.13
12752026-03-31T01:14:38.446Z Downloaded salty v0.3.0
12762026-03-31T01:14:38.453Z Downloaded chrono-tz v0.10.4
12772026-03-31T01:14:38.474Z Downloaded portable-atomic v1.13.1
12782026-03-31T01:14:38.480Z Downloaded zip v4.6.1
12792026-03-31T01:14:38.480Z Downloaded rayon v1.11.0
12802026-03-31T01:14:38.480Z Downloaded tower v0.5.3
12812026-03-31T01:14:38.489Z Downloaded tower-http v0.6.8
12822026-03-31T01:14:38.498Z Downloaded rustls-webpki v0.102.8
12832026-03-31T01:14:38.503Z Downloaded object v0.30.4
12842026-03-31T01:14:38.504Z Downloaded tough v0.20.0
12852026-03-31T01:14:38.512Z Downloaded zerocopy-derive v0.8.40
12862026-03-31T01:14:38.521Z Downloaded proptest v1.10.0
12872026-03-31T01:14:38.521Z Downloaded typed-path v0.9.3
12882026-03-31T01:14:38.521Z Downloaded goblin v0.10.5
12892026-03-31T01:14:38.530Z Downloaded unicode-normalization v0.1.25
12902026-03-31T01:14:38.536Z Downloaded openssl v0.10.75
12912026-03-31T01:14:38.566Z Downloaded serde_with v3.17.0
12922026-03-31T01:14:38.575Z Downloaded petname v2.0.2
12932026-03-31T01:14:38.579Z Downloaded bstr v1.12.1
12942026-03-31T01:14:38.579Z Downloaded tokio-util v0.7.18
12952026-03-31T01:14:38.597Z Downloaded regex-syntax v0.6.29
12962026-03-31T01:14:38.604Z Downloaded nix v0.27.1
12972026-03-31T01:14:38.611Z Downloaded rustls v0.21.12
12982026-03-31T01:14:38.620Z Downloaded smoltcp v0.9.1
12992026-03-31T01:14:38.628Z Downloaded object v0.37.3
13002026-03-31T01:14:38.632Z Downloaded vcpkg v0.2.15
13012026-03-31T01:14:38.658Z Downloaded zlib-rs v0.6.2
13022026-03-31T01:14:38.674Z Downloaded winnow v0.6.26
13032026-03-31T01:14:38.674Z Downloaded winnow v0.5.40
13042026-03-31T01:14:38.686Z Downloaded radix_trie v0.2.1
13052026-03-31T01:14:38.686Z Downloaded webpki-roots v1.0.6
13062026-03-31T01:14:38.686Z Downloaded quinn-proto v0.11.13
13072026-03-31T01:14:38.686Z Downloaded openapiv3 v2.2.0
13082026-03-31T01:14:38.708Z Downloaded smoltcp v0.11.0
13092026-03-31T01:14:38.708Z Downloaded polar-core v0.27.3
13102026-03-31T01:14:38.720Z Downloaded curve25519-dalek v4.1.3
13112026-03-31T01:14:38.720Z Downloaded nix v0.28.0
13122026-03-31T01:14:38.729Z Downloaded tabled v0.20.0
13132026-03-31T01:14:38.737Z Downloaded time v0.3.47
13142026-03-31T01:14:38.771Z Downloaded dropshot v0.17.0
13152026-03-31T01:14:38.779Z Downloaded nix v0.31.1
13162026-03-31T01:14:38.786Z Downloaded hickory-proto v0.24.4
13172026-03-31T01:14:38.810Z Downloaded rustls v0.22.4
13182026-03-31T01:14:38.818Z Downloaded sled v0.34.7
13192026-03-31T01:14:38.825Z Downloaded bzip2-sys v0.1.13+1.0.8
13202026-03-31T01:14:38.835Z Downloaded typify-impl v0.6.1
13212026-03-31T01:14:38.842Z Downloaded zerocopy v0.8.40
13222026-03-31T01:14:38.848Z Downloaded ratatui v0.29.0
13232026-03-31T01:14:38.860Z Downloaded regress v0.10.5
13242026-03-31T01:14:38.867Z Downloaded diesel v2.3.7
13252026-03-31T01:14:38.890Z Downloaded rustls v0.23.37
13262026-03-31T01:14:38.904Z Downloaded rustix v0.38.44
13272026-03-31T01:14:38.912Z Downloaded regex-automata v0.4.14
13282026-03-31T01:14:38.912Z Downloaded regex-syntax v0.8.10
13292026-03-31T01:14:38.912Z Downloaded hickory-proto v0.25.2
13302026-03-31T01:14:38.925Z Downloaded typify-impl v0.4.3
13312026-03-31T01:14:38.931Z Downloaded petgraph v0.6.5
13322026-03-31T01:14:38.942Z Downloaded sqlparser v0.61.0
13332026-03-31T01:14:38.989Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13342026-03-31T01:14:39.003Z Downloaded sha3 v0.10.8
13352026-03-31T01:14:39.007Z Downloaded tracing v0.1.44
13362026-03-31T01:14:39.076Z Downloaded zerocopy-derive v0.6.6
13372026-03-31T01:14:39.115Z Downloaded jiff v0.2.21
13382026-03-31T01:14:39.124Z Downloaded ring v0.17.14
13392026-03-31T01:14:39.148Z Downloaded lzma-sys v0.1.20
13402026-03-31T01:14:39.173Z Downloaded petgraph v0.8.3
13412026-03-31T01:14:39.184Z Downloaded csv v1.4.0
13422026-03-31T01:14:39.195Z Downloaded libz-sys v1.1.24
13432026-03-31T01:14:39.208Z Downloaded tokio v1.50.0
13442026-03-31T01:14:39.250Z Downloaded encoding_rs v0.8.35
13452026-03-31T01:14:39.273Z Downloaded libgit2-sys v0.18.3+1.9.2
13462026-03-31T01:14:39.857Z Downloaded aws-lc-sys v0.37.1
13472026-03-31T01:14:40.088Z Compiling libc v0.2.180
13482026-03-31T01:14:40.088Z Compiling serde v1.0.228
13492026-03-31T01:14:40.094Z Compiling log v0.4.29
13502026-03-31T01:14:40.094Z Compiling shlex v1.3.0
13512026-03-31T01:14:40.258Z Compiling find-msvc-tools v0.1.9
13522026-03-31T01:14:40.262Z Compiling smallvec v1.15.1
13532026-03-31T01:14:40.269Z Compiling syn v2.0.117
13542026-03-31T01:14:40.282Z Compiling typenum v1.19.0
13552026-03-31T01:14:40.465Z Compiling generic-array v0.14.7
13562026-03-31T01:14:40.490Z Compiling subtle v2.6.1
13572026-03-31T01:14:40.540Z Compiling scopeguard v1.2.0
13582026-03-31T01:14:40.569Z Compiling portable-atomic v1.13.1
13592026-03-31T01:14:40.614Z Compiling lock_api v0.4.14
13602026-03-31T01:14:40.696Z Compiling const-oid v0.9.6
13612026-03-31T01:14:40.696Z Compiling critical-section v1.2.0
13622026-03-31T01:14:40.706Z Compiling zerocopy v0.8.40
13632026-03-31T01:14:40.738Z Compiling pin-project-lite v0.2.17
13642026-03-31T01:14:40.807Z Compiling parking_lot_core v0.9.12
13652026-03-31T01:14:40.830Z Compiling serde_json v1.0.149
13662026-03-31T01:14:41.080Z Compiling pkg-config v0.3.32
13672026-03-31T01:14:41.100Z Compiling getrandom v0.2.17
13682026-03-31T01:14:41.169Z Compiling jobserver v0.1.34
13692026-03-31T01:14:41.260Z Compiling rand_core v0.6.4
13702026-03-31T01:14:41.333Z Compiling errno v0.3.14
13712026-03-31T01:14:41.400Z Compiling cc v1.2.56
13722026-03-31T01:14:41.491Z Compiling once_cell v1.21.3
13732026-03-31T01:14:41.542Z Compiling signal-hook-registry v1.4.8
13742026-03-31T01:14:41.576Z Compiling mio v1.1.1
13752026-03-31T01:14:41.649Z Compiling bitflags v2.11.0
13762026-03-31T01:14:41.695Z Compiling libm v0.2.16
13772026-03-31T01:14:41.812Z Compiling parking_lot v0.12.5
13782026-03-31T01:14:41.837Z Compiling num-traits v0.2.19
13792026-03-31T01:14:41.918Z Compiling futures-core v0.3.32
13802026-03-31T01:14:42.061Z Compiling socket2 v0.6.2
13812026-03-31T01:14:42.089Z Compiling percent-encoding v2.3.2
13822026-03-31T01:14:42.194Z Compiling allocator-api2 v0.2.21
13832026-03-31T01:14:42.224Z Compiling futures-sink v0.3.32
13842026-03-31T01:14:42.244Z Compiling cpufeatures v0.2.17
13852026-03-31T01:14:42.281Z Compiling foldhash v0.2.0
13862026-03-31T01:14:42.321Z Compiling futures-channel v0.3.32
13872026-03-31T01:14:42.332Z Compiling slab v0.4.12
13882026-03-31T01:14:42.490Z Compiling hashbrown v0.16.1
13892026-03-31T01:14:42.514Z Compiling getrandom v0.4.1
13902026-03-31T01:14:42.531Z Compiling futures-io v0.3.32
13912026-03-31T01:14:42.550Z Compiling futures-task v0.3.32
13922026-03-31T01:14:42.558Z Compiling rustversion v1.0.22
13932026-03-31T01:14:42.671Z Compiling rand_core v0.10.0
13942026-03-31T01:14:42.707Z Compiling getrandom v0.3.4
13952026-03-31T01:14:43.018Z Compiling form_urlencoded v1.2.2
13962026-03-31T01:14:43.132Z Compiling indexmap v2.13.0
13972026-03-31T01:14:43.137Z Compiling cmake v0.1.57
13982026-03-31T01:14:43.197Z Compiling synstructure v0.13.2
13992026-03-31T01:14:43.208Z Compiling base64ct v1.8.3
14002026-03-31T01:14:43.472Z Compiling dunce v1.0.5
14012026-03-31T01:14:43.487Z Compiling fs_extra v1.3.0
14022026-03-31T01:14:43.502Z Compiling ident_case v1.0.1
14032026-03-31T01:14:43.517Z Compiling pem-rfc7468 v0.7.0
14042026-03-31T01:14:43.564Z Compiling flagset v0.4.7
14052026-03-31T01:14:43.622Z Compiling rand_core v0.9.5
14062026-03-31T01:14:43.663Z Compiling rustix v1.1.3
14072026-03-31T01:14:43.691Z Compiling iana-time-zone v0.1.65
14082026-03-31T01:14:43.743Z Compiling ring v0.17.14
14092026-03-31T01:14:43.758Z Compiling aws-lc-sys v0.37.1
14102026-03-31T01:14:43.778Z Compiling uuid v1.23.0
14112026-03-31T01:14:43.902Z Compiling rustc_version v0.4.1
14122026-03-31T01:14:43.926Z Compiling regex-syntax v0.8.10
14132026-03-31T01:14:43.926Z Compiling vcpkg v0.2.15
14142026-03-31T01:14:44.138Z Compiling aws-lc-rs v1.16.0
14152026-03-31T01:14:44.418Z Compiling tracing-core v0.1.36
14162026-03-31T01:14:44.460Z Compiling crossbeam-utils v0.8.21
14172026-03-31T01:14:44.633Z Compiling openssl-sys v0.9.111
14182026-03-31T01:14:44.807Z Compiling pest_generator v2.8.6
14192026-03-31T01:14:44.890Z Compiling serde_derive v1.0.228
14202026-03-31T01:14:45.017Z Compiling zeroize_derive v1.4.3
14212026-03-31T01:14:45.153Z Compiling zerofrom-derive v0.1.6
14222026-03-31T01:14:45.456Z Compiling yoke-derive v0.8.1
14232026-03-31T01:14:45.504Z Compiling zerocopy-derive v0.8.40
14242026-03-31T01:14:45.655Z Compiling zeroize v1.8.2
14252026-03-31T01:14:46.280Z Compiling zerovec-derive v0.11.2
14262026-03-31T01:14:46.402Z Compiling crypto-common v0.1.7
14272026-03-31T01:14:46.538Z Compiling zerofrom v0.1.6
14282026-03-31T01:14:46.544Z Compiling block-buffer v0.10.4
14292026-03-31T01:14:46.574Z Compiling displaydoc v0.2.5
14302026-03-31T01:14:46.652Z Compiling yoke v0.8.1
14312026-03-31T01:14:46.720Z Compiling digest v0.10.7
14322026-03-31T01:14:46.836Z Compiling tokio-macros v2.6.0
14332026-03-31T01:14:46.948Z Compiling hmac v0.12.1
14342026-03-31T01:14:47.099Z Compiling futures-macro v0.3.32
14352026-03-31T01:14:47.304Z Compiling zerotrie v0.2.3
14362026-03-31T01:14:47.358Z Compiling zerovec v0.11.5
14372026-03-31T01:14:47.552Z Compiling block-padding v0.3.3
14382026-03-31T01:14:47.596Z Compiling sha2 v0.10.9
14392026-03-31T01:14:47.695Z Compiling inout v0.1.4
14402026-03-31T01:14:47.847Z Compiling tinystr v0.8.2
14412026-03-31T01:14:47.862Z Compiling potential_utf v0.1.4
14422026-03-31T01:14:47.885Z Compiling futures-util v0.3.32
14432026-03-31T01:14:48.070Z Compiling icu_locale_core v2.1.1
14442026-03-31T01:14:48.079Z Compiling icu_collections v2.1.1
14452026-03-31T01:14:48.325Z Compiling bytes v1.11.1
14462026-03-31T01:14:48.353Z Compiling cipher v0.4.4
14472026-03-31T01:14:48.512Z Compiling der_derive v0.7.3
14482026-03-31T01:14:48.629Z Compiling icu_provider v2.1.1
14492026-03-31T01:14:48.899Z Compiling tokio v1.50.0
14502026-03-31T01:14:48.912Z Compiling icu_normalizer v2.1.1
14512026-03-31T01:14:48.940Z Compiling icu_properties v2.1.2
14522026-03-31T01:14:48.947Z Compiling http v1.4.0
14532026-03-31T01:14:49.449Z Compiling salsa20 v0.10.2
14542026-03-31T01:14:49.459Z Compiling der v0.7.10
14552026-03-31T01:14:49.585Z Compiling chrono v0.4.44
14562026-03-31T01:14:49.880Z Compiling idna_adapter v1.2.1
14572026-03-31T01:14:49.891Z Compiling ppv-lite86 v0.2.21
14582026-03-31T01:14:50.040Z Compiling idna v1.1.0
14592026-03-31T01:14:50.057Z Compiling pbkdf2 v0.12.2
14602026-03-31T01:14:50.168Z Compiling thiserror-impl v2.0.18
14612026-03-31T01:14:50.185Z Compiling rand_chacha v0.9.0
14622026-03-31T01:14:50.198Z Compiling scrypt v0.11.0
14632026-03-31T01:14:50.442Z Compiling url v2.5.8
14642026-03-31T01:14:50.670Z Compiling spki v0.7.3
14652026-03-31T01:14:50.714Z Compiling aes v0.8.4
14662026-03-31T01:14:50.897Z Compiling cbc v0.1.2
14672026-03-31T01:14:50.902Z Compiling rustls-pki-types v1.14.0
14682026-03-31T01:14:50.963Z Compiling tracing-attributes v0.1.31
14692026-03-31T01:14:51.016Z Compiling rand v0.9.2
14702026-03-31T01:14:51.259Z Compiling pkcs5 v0.7.1
14712026-03-31T01:14:51.328Z Compiling http-body v1.0.1
14722026-03-31T01:14:51.493Z Compiling thiserror v2.0.18
14732026-03-31T01:14:51.538Z Compiling serde_derive_internals v0.29.1
14742026-03-31T01:14:51.598Z Compiling schemars v0.8.22
14752026-03-31T01:14:51.707Z Compiling base64 v0.22.1
14762026-03-31T01:14:51.761Z Compiling untrusted v0.9.0
14772026-03-31T01:14:51.790Z Compiling syn v1.0.109
14782026-03-31T01:14:51.805Z Compiling untrusted v0.7.1
14792026-03-31T01:14:51.876Z Compiling openssl-probe v0.2.1
14802026-03-31T01:14:51.925Z Compiling httparse v1.10.1
14812026-03-31T01:14:52.243Z Compiling pkcs8 v0.10.2
14822026-03-31T01:14:52.349Z Compiling pest_derive v2.8.6
14832026-03-31T01:14:52.374Z Compiling tracing v0.1.44
14842026-03-31T01:14:52.375Z Compiling scroll_derive v0.13.1
14852026-03-31T01:14:52.468Z Compiling schemars_derive v0.8.22
14862026-03-31T01:14:52.543Z Compiling darling_core v0.20.11
14872026-03-31T01:14:52.559Z Compiling try-lock v0.2.5
14882026-03-31T01:14:52.659Z Compiling tokio-util v0.7.18
14892026-03-31T01:14:52.837Z Compiling dyn-clone v1.0.20
14902026-03-31T01:14:52.973Z Compiling tower-layer v0.3.3
14912026-03-31T01:14:53.091Z Compiling atomic-waker v1.1.2
14922026-03-31T01:14:53.134Z Compiling tower-service v0.3.3
14932026-03-31T01:14:53.213Z Compiling tinyvec_macros v0.1.1
14942026-03-31T01:14:53.231Z Compiling rustls v0.23.37
14952026-03-31T01:14:53.283Z Compiling tinyvec v1.10.0
14962026-03-31T01:14:53.396Z Compiling h2 v0.4.13
14972026-03-31T01:14:53.678Z Compiling scroll v0.13.0
14982026-03-31T01:14:53.708Z Compiling want v0.3.1
14992026-03-31T01:14:53.902Z Compiling ipnet v2.11.0
15002026-03-31T01:14:54.106Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15012026-03-31T01:14:54.377Z Compiling spin v0.9.8
15022026-03-31T01:14:54.538Z Compiling aho-corasick v1.1.4
15032026-03-31T01:14:54.538Z Compiling foreign-types-shared v0.1.1
15042026-03-31T01:14:54.583Z Compiling openssl v0.10.75
15052026-03-31T01:14:54.593Z Compiling time-core v0.1.8
15062026-03-31T01:14:54.777Z Compiling num-conv v0.2.0
15072026-03-31T01:14:54.791Z Compiling darling_macro v0.20.11
15082026-03-31T01:14:54.878Z Compiling pin-utils v0.1.0
15092026-03-31T01:14:54.894Z Compiling httpdate v1.0.3
15102026-03-31T01:14:54.936Z Compiling crc32fast v1.5.0
15112026-03-31T01:14:54.969Z Compiling powerfmt v0.2.0
15122026-03-31T01:14:55.118Z Compiling deranged v0.5.8
15132026-03-31T01:14:55.139Z Compiling time-macros v0.2.27
15142026-03-31T01:14:55.243Z Compiling foreign-types v0.3.2
15152026-03-31T01:14:55.257Z Compiling darling v0.20.11
15162026-03-31T01:14:55.321Z Compiling regex-automata v0.4.14
15172026-03-31T01:14:55.344Z Compiling tempfile v3.25.0
15182026-03-31T01:14:56.088Z Compiling goblin v0.10.5
15192026-03-31T01:14:56.185Z Compiling openssl-macros v0.1.1
15202026-03-31T01:14:56.567Z Compiling hyper v1.8.1
15212026-03-31T01:14:56.685Z Compiling thiserror-impl v1.0.69
15222026-03-31T01:14:57.367Z Compiling wait-timeout v0.2.1
15232026-03-31T01:14:57.617Z Compiling num_threads v0.1.7
15242026-03-31T01:14:57.666Z Compiling siphasher v1.0.2
15252026-03-31T01:14:57.701Z Compiling bit-vec v0.8.0
15262026-03-31T01:14:58.018Z Compiling usdt-impl v0.6.0
15272026-03-31T01:14:58.089Z Compiling either v1.15.0
15282026-03-31T01:14:58.089Z Compiling native-tls v0.2.18
15292026-03-31T01:14:58.142Z Compiling simd-adler32 v0.3.8
15302026-03-31T01:14:58.142Z Compiling quick-error v1.2.3
15312026-03-31T01:14:58.199Z Compiling thiserror v1.0.69
15322026-03-31T01:14:58.199Z Compiling bit-set v0.8.0
15332026-03-31T01:14:58.278Z Compiling rusty-fork v0.3.1
15342026-03-31T01:14:58.328Z Compiling time v0.3.47
15352026-03-31T01:14:58.367Z Compiling hyper-util v0.1.20
15362026-03-31T01:14:58.496Z Compiling derive_builder_core v0.20.2
15372026-03-31T01:15:02.796Z Compiling dof v0.4.0
15382026-03-31T01:15:02.847Z Compiling unicode-normalization v0.1.25
15392026-03-31T01:15:02.847Z Compiling crossbeam-epoch v0.9.18
15402026-03-31T01:15:02.847Z Compiling dtrace-parser v0.3.0
15412026-03-31T01:15:02.848Z Compiling rustls-native-certs v0.8.3
15422026-03-31T01:15:02.848Z Compiling signature v2.2.0
15432026-03-31T01:15:02.848Z Compiling scroll_derive v0.12.1
15442026-03-31T01:15:02.848Z Compiling heapless v0.7.17
15452026-03-31T01:15:02.848Z Compiling rand_xorshift v0.4.0
15462026-03-31T01:15:02.848Z Compiling darling_core v0.21.3
15472026-03-31T01:15:02.848Z Compiling slog v2.8.2
15482026-03-31T01:15:02.848Z Compiling bzip2-sys v0.1.13+1.0.8
15492026-03-31T01:15:02.850Z Compiling sync_wrapper v1.0.2
15502026-03-31T01:15:02.850Z Compiling thread-id v5.1.0
15512026-03-31T01:15:02.850Z Compiling cookie v0.18.1
15522026-03-31T01:15:02.850Z Compiling signal-hook v0.3.18
15532026-03-31T01:15:02.850Z Compiling unarray v0.1.4
15542026-03-31T01:15:02.850Z Compiling rayon-core v1.13.0
15552026-03-31T01:15:02.850Z Compiling unicode-properties v0.1.4
15562026-03-31T01:15:02.850Z Compiling paste v1.0.15
15572026-03-31T01:15:02.850Z Compiling anyhow v1.0.102
15582026-03-31T01:15:02.850Z Compiling adler2 v2.0.1
15592026-03-31T01:15:02.850Z Compiling zstd-safe v7.2.4
15602026-03-31T01:15:02.850Z Compiling unicode-segmentation v1.12.0
15612026-03-31T01:15:02.850Z Compiling unicode-bidi v0.3.18
15622026-03-31T01:15:02.850Z Compiling miniz_oxide v0.8.9
15632026-03-31T01:15:02.850Z Compiling proptest v1.10.0
15642026-03-31T01:15:02.850Z Compiling scroll v0.12.0
15652026-03-31T01:15:02.850Z Compiling stringprep v0.1.5
15662026-03-31T01:15:02.850Z Compiling tower v0.5.3
15672026-03-31T01:15:02.850Z Compiling crossbeam-deque v0.8.6
15682026-03-31T01:15:02.850Z Compiling derive_builder_macro v0.20.2
15692026-03-31T01:15:02.850Z Compiling ipnetwork v0.21.1
15702026-03-31T01:15:02.850Z Compiling http-body-util v0.1.3
15712026-03-31T01:15:02.850Z Compiling webpki-roots v1.0.6
15722026-03-31T01:15:02.850Z Compiling rand_chacha v0.3.1
15732026-03-31T01:15:02.850Z Compiling toml_datetime v0.6.11
15742026-03-31T01:15:02.850Z Compiling serde_spanned v0.6.9
15752026-03-31T01:15:02.851Z Compiling serde_tokenstream v0.2.3
15762026-03-31T01:15:02.851Z Compiling erased-serde v0.3.31
15772026-03-31T01:15:02.912Z Compiling md-5 v0.10.6
15782026-03-31T01:15:02.912Z Compiling zerocopy-derive v0.7.35
15792026-03-31T01:15:03.000Z Compiling darling_macro v0.21.3
15802026-03-31T01:15:03.032Z Compiling curve25519-dalek v4.1.3
15812026-03-31T01:15:03.090Z Compiling vergen-lib v9.1.0
15822026-03-31T01:15:03.250Z Compiling num-integer v0.1.46
15832026-03-31T01:15:03.265Z Compiling hash32 v0.2.1
15842026-03-31T01:15:03.299Z Compiling ff v0.13.1
15852026-03-31T01:15:03.318Z Compiling memoffset v0.9.1
15862026-03-31T01:15:03.553Z Compiling smoltcp v0.9.1
15872026-03-31T01:15:03.574Z Compiling iri-string v0.7.10
15882026-03-31T01:15:03.575Z Compiling zlib-rs v0.6.2
15892026-03-31T01:15:03.575Z Compiling num-bigint-dig v0.8.6
15902026-03-31T01:15:03.582Z Compiling base16ct v0.2.0
15912026-03-31T01:15:03.684Z Compiling ref-cast v1.0.25
15922026-03-31T01:15:03.687Z Compiling psl-types v2.0.11
15932026-03-31T01:15:03.799Z Compiling ryu v1.0.23
15942026-03-31T01:15:03.809Z Compiling cfg_aliases v0.2.1
15952026-03-31T01:15:03.815Z Compiling fallible-iterator v0.2.0
15962026-03-31T01:15:03.839Z Compiling litrs v1.0.0
15972026-03-31T01:15:03.918Z Compiling rustix v0.38.44
15982026-03-31T01:15:04.026Z Compiling serde_urlencoded v0.7.1
15992026-03-31T01:15:04.121Z Compiling postgres-protocol v0.6.10
16002026-03-31T01:15:04.272Z Compiling nix v0.31.1
16012026-03-31T01:15:04.339Z Compiling document-features v0.2.12
16022026-03-31T01:15:04.353Z Compiling publicsuffix v2.3.0
16032026-03-31T01:15:04.541Z Compiling newtype-uuid v1.3.2
16042026-03-31T01:15:04.656Z Compiling tower-http v0.6.8
16052026-03-31T01:15:04.732Z Compiling zerocopy v0.7.35
16062026-03-31T01:15:04.934Z Compiling sec1 v0.7.3
16072026-03-31T01:15:05.002Z Compiling num-iter v0.1.45
16082026-03-31T01:15:05.053Z Compiling darling v0.21.3
16092026-03-31T01:15:05.067Z Compiling group v0.13.0
16102026-03-31T01:15:05.231Z Compiling derive_builder v0.20.2
16112026-03-31T01:15:05.245Z Compiling rand v0.8.5
16122026-03-31T01:15:05.279Z Compiling oxnet v0.1.4
16132026-03-31T01:15:05.579Z Compiling proc-macro-error v1.0.4
16142026-03-31T01:15:05.670Z Compiling tokio-native-tls v0.3.1
16152026-03-31T01:15:05.801Z Compiling goblin v0.8.2
16162026-03-31T01:15:05.886Z Compiling heck v0.4.1
16172026-03-31T01:15:06.203Z Compiling phf_shared v0.13.1
16182026-03-31T01:15:06.391Z Compiling flate2 v1.1.9
16192026-03-31T01:15:06.425Z Compiling hubpack_derive v0.1.1
16202026-03-31T01:15:06.596Z Compiling regex v1.12.3
16212026-03-31T01:15:06.609Z Compiling lazy_static v1.5.0
16222026-03-31T01:15:06.669Z Compiling hkdf v0.12.4
16232026-03-31T01:15:06.700Z Compiling crypto-bigint v0.5.5
16242026-03-31T01:15:06.798Z Compiling terminal_size v0.4.3
16252026-03-31T01:15:06.835Z Compiling async-trait v0.1.89
16262026-03-31T01:15:06.860Z Compiling curve25519-dalek-derive v0.1.1
16272026-03-31T01:15:06.935Z Compiling ref-cast-impl v1.0.25
16282026-03-31T01:15:07.022Z Compiling strum_macros v0.27.2
16292026-03-31T01:15:07.470Z Compiling daft-derive v0.1.5
16302026-03-31T01:15:07.499Z Compiling vergen v9.1.0
16312026-03-31T01:15:07.679Z Compiling fs-err v3.3.0
16322026-03-31T01:15:07.861Z Compiling cargo-platform v0.3.2
16332026-03-31T01:15:07.875Z Compiling ahash v0.8.12
16342026-03-31T01:15:08.076Z Compiling encoding_rs v0.8.35
16352026-03-31T01:15:08.132Z Compiling managed v0.8.0
16362026-03-31T01:15:08.176Z Compiling foldhash v0.1.5
16372026-03-31T01:15:08.347Z Compiling libbz2-rs-sys v0.2.2
16382026-03-31T01:15:08.347Z Compiling winnow v0.5.40
16392026-03-31T01:15:08.817Z Compiling bitflags v1.3.2
16402026-03-31T01:15:08.897Z Compiling object v0.37.3
16412026-03-31T01:15:08.957Z Compiling bumpalo v3.20.2
16422026-03-31T01:15:09.029Z Compiling mime v0.3.17
16432026-03-31T01:15:09.220Z Compiling zopfli v0.8.3
16442026-03-31T01:15:09.229Z Compiling strum v0.27.2
16452026-03-31T01:15:09.239Z Compiling console v0.16.2
16462026-03-31T01:15:09.347Z Compiling bzip2 v0.6.1
16472026-03-31T01:15:09.553Z Compiling clap_builder v4.5.60
16482026-03-31T01:15:09.588Z Compiling hashbrown v0.15.5
16492026-03-31T01:15:09.820Z Compiling toml_edit v0.19.15
16502026-03-31T01:15:09.834Z Compiling daft v0.1.5
16512026-03-31T01:15:09.958Z Compiling cargo_metadata v0.23.1
16522026-03-31T01:15:10.107Z Compiling dof v0.3.0
16532026-03-31T01:15:10.172Z Compiling elliptic-curve v0.13.8
16542026-03-31T01:15:10.673Z Compiling hubpack v0.1.2
16552026-03-31T01:15:10.888Z Compiling phf v0.13.1
16562026-03-31T01:15:11.050Z Compiling cookie_store v0.22.1
16572026-03-31T01:15:11.311Z Compiling signal-hook-mio v0.2.5
16582026-03-31T01:15:11.430Z Compiling zone_cfg_derive v0.3.1
16592026-03-31T01:15:12.054Z Compiling rayon v1.11.0
16602026-03-31T01:15:12.055Z Compiling hyper-tls v0.6.0
16612026-03-31T01:15:12.300Z Compiling zstd v0.13.3
16622026-03-31T01:15:12.338Z Compiling bzip2 v0.4.4
16632026-03-31T01:15:12.419Z Compiling serde_with_macros v3.17.0
16642026-03-31T01:15:12.554Z Compiling postgres-types v0.2.12
16652026-03-31T01:15:12.621Z Compiling usdt-attr-macro v0.6.0
16662026-03-31T01:15:13.117Z Compiling usdt-macro v0.6.0
16672026-03-31T01:15:13.195Z Compiling ed25519 v2.2.3
16682026-03-31T01:15:13.399Z Compiling dtrace-parser v0.2.0
16692026-03-31T01:15:13.527Z Compiling itertools v0.12.1
16702026-03-31T01:15:13.672Z Compiling phf_shared v0.11.3
16712026-03-31T01:15:13.790Z Compiling bstr v1.12.1
16722026-03-31T01:15:13.841Z Compiling pkcs1 v0.7.5
16732026-03-31T01:15:13.866Z Compiling hex v0.4.3
16742026-03-31T01:15:14.080Z Compiling serde-big-array v0.5.1
16752026-03-31T01:15:14.135Z Compiling rfc6979 v0.4.0
16762026-03-31T01:15:14.150Z Compiling enum-as-inner v0.6.1
16772026-03-31T01:15:14.226Z Compiling strum_macros v0.26.4
16782026-03-31T01:15:14.239Z Compiling serde_repr v0.1.20
16792026-03-31T01:15:14.258Z Compiling clap_derive v4.5.55
16802026-03-31T01:15:14.430Z Compiling float-cmp v0.10.0
16812026-03-31T01:15:14.634Z Compiling thread-id v4.2.2
16822026-03-31T01:15:14.685Z Compiling memmap2 v0.9.10
16832026-03-31T01:15:14.725Z Compiling env_filter v1.0.0
16842026-03-31T01:15:14.738Z Compiling static_assertions v1.1.0
16852026-03-31T01:15:14.797Z Compiling jiff v0.2.21
16862026-03-31T01:15:14.812Z Compiling difflib v0.4.0
16872026-03-31T01:15:14.896Z Compiling data-encoding v2.10.0
16882026-03-31T01:15:15.036Z Compiling rustc-hash v2.1.1
16892026-03-31T01:15:15.162Z Compiling keccak v0.1.6
16902026-03-31T01:15:15.427Z Compiling unit-prefix v0.5.2
16912026-03-31T01:15:15.541Z Compiling precomputed-hash v0.1.1
16922026-03-31T01:15:15.591Z Compiling whoami v2.1.0
16932026-03-31T01:15:15.625Z Compiling normalize-line-endings v0.3.0
16942026-03-31T01:15:15.725Z Compiling fixedbitset v0.5.7
16952026-03-31T01:15:15.977Z Compiling new_debug_unreachable v1.0.6
16962026-03-31T01:15:15.995Z Compiling fixedbitset v0.4.2
16972026-03-31T01:15:16.021Z Compiling predicates-core v1.0.10
16982026-03-31T01:15:16.043Z Compiling string_cache v0.8.9
16992026-03-31T01:15:16.058Z Compiling strum v0.26.3
17002026-03-31T01:15:16.061Z Compiling clap v4.5.60
17012026-03-31T01:15:16.158Z Compiling predicates v3.1.4
17022026-03-31T01:15:16.187Z Compiling petgraph v0.6.5
17032026-03-31T01:15:16.201Z Compiling petgraph v0.8.3
17042026-03-31T01:15:16.208Z Compiling tokio-postgres v0.7.16
17052026-03-31T01:15:16.268Z Compiling toml_edit v0.22.27
17062026-03-31T01:15:16.385Z Compiling indicatif v0.18.4
17072026-03-31T01:15:16.801Z Compiling sha3 v0.10.8
17082026-03-31T01:15:17.238Z Compiling hickory-proto v0.25.2
17092026-03-31T01:15:17.260Z Compiling iddqd v0.3.17
17102026-03-31T01:15:17.647Z Compiling zip v4.6.1
17112026-03-31T01:15:18.141Z Compiling env_logger v0.11.9
17122026-03-31T01:15:18.361Z Compiling usdt v0.6.0
17132026-03-31T01:15:18.405Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17142026-03-31T01:15:18.496Z Compiling usdt-impl v0.5.0
17152026-03-31T01:15:18.601Z Compiling zone v0.3.1
17162026-03-31T01:15:18.625Z Compiling ecdsa v0.16.9
17172026-03-31T01:15:18.940Z Compiling similar v2.7.0
17182026-03-31T01:15:18.965Z Compiling serde_with v3.17.0
17192026-03-31T01:15:19.008Z Compiling rsa v0.9.10
17202026-03-31T01:15:19.082Z Compiling crossterm v0.28.1
17212026-03-31T01:15:19.260Z Compiling ed25519-dalek v2.2.0
17222026-03-31T01:15:19.950Z Compiling zip v0.6.6
17232026-03-31T01:15:20.540Z Compiling toml v0.7.8
17242026-03-31T01:15:21.086Z Compiling toml_parser v1.0.9+spec-1.1.0
17252026-03-31T01:15:21.139Z Compiling itertools v0.13.0
17262026-03-31T01:15:21.192Z Compiling tokio-stream v0.1.18
17272026-03-31T01:15:21.313Z Compiling buf-list v1.1.2
17282026-03-31T01:15:21.593Z Compiling x509-cert v0.2.5
17292026-03-31T01:15:21.649Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17302026-03-31T01:15:21.714Z Compiling openapiv3 v2.2.0
17312026-03-31T01:15:21.986Z Compiling sha1 v0.10.6
17322026-03-31T01:15:21.992Z Compiling toml_datetime v0.7.5+spec-1.1.0
17332026-03-31T01:15:22.158Z Compiling peg-runtime v0.8.5
17342026-03-31T01:15:22.233Z Compiling lalrpop-util v0.19.12
17352026-03-31T01:15:22.360Z Compiling thread_local v1.1.9
17362026-03-31T01:15:22.374Z Compiling slog-async v2.8.0
17372026-03-31T01:15:22.423Z Compiling crossbeam-channel v0.5.15
17382026-03-31T01:15:22.440Z Compiling futures-executor v0.3.32
17392026-03-31T01:15:22.607Z Compiling is-terminal v0.4.17
17402026-03-31T01:15:22.685Z Compiling filetime v0.2.27
17412026-03-31T01:15:22.699Z Compiling term v1.2.1
17422026-03-31T01:15:22.699Z Compiling take_mut v0.2.2
17432026-03-31T01:15:22.823Z Compiling xattr v1.6.1
17442026-03-31T01:15:22.877Z Compiling futures v0.3.32
17452026-03-31T01:15:22.960Z Compiling slog-term v2.9.2
17462026-03-31T01:15:22.989Z Compiling tar v0.4.45
17472026-03-31T01:15:29.220Z Compiling rustls-webpki v0.103.9
17482026-03-31T01:15:32.037Z Compiling tokio-rustls v0.26.4
17492026-03-31T01:15:32.037Z Compiling rustls-platform-verifier v0.6.2
17502026-03-31T01:15:32.242Z Compiling hyper-rustls v0.27.7
17512026-03-31T01:15:32.445Z Compiling reqwest v0.13.2
17522026-03-31T01:15:32.445Z Compiling reqwest v0.12.28
17532026-03-31T01:15:34.519Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17542026-03-31T01:15:34.740Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17552026-03-31T01:15:37.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
17562026-03-31T01:15:37.682Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17572026-03-31T01:15:37.735ZMar 31 01:15:36.203 INFO Starting download, target: Console
17582026-03-31T01:15:37.736ZMar 31 01:15:36.203 INFO Starting download, target: Cockroach
17592026-03-31T01:15:37.736ZMar 31 01:15:36.203 INFO Starting download, target: Clickhouse
17602026-03-31T01:15:37.736ZMar 31 01:15:36.203 INFO Starting download, target: DendriteStub
17612026-03-31T01:15:37.740ZMar 31 01:15:36.203 INFO Starting download, target: MaghemiteMgd
17622026-03-31T01:15:37.740ZMar 31 01:15:36.203 INFO Starting download, target: TransceiverControl
17632026-03-31T01:15:37.740ZMar 31 01:15:36.203 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17642026-03-31T01:15:37.740ZMar 31 01:15:36.203 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17652026-03-31T01:15:37.740ZMar 31 01:15:36.203 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17662026-03-31T01:15:37.741ZMar 31 01:15:36.204 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17672026-03-31T01:15:37.741ZMar 31 01:15:36.204 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17682026-03-31T01:15:37.741ZMar 31 01:15:36.204 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17692026-03-31T01:15:38.212ZMar 31 01:15:36.675 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17702026-03-31T01:15:38.438ZMar 31 01:15:36.880 INFO Download complete, target: TransceiverControl
17712026-03-31T01:15:38.810ZMar 31 01:15:37.267 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17722026-03-31T01:15:39.023ZMar 31 01:15:37.491 INFO Download complete, target: Console
17732026-03-31T01:15:39.414ZMar 31 01:15:37.877 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17742026-03-31T01:15:39.670ZMar 31 01:15:38.130 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17752026-03-31T01:15:40.144ZMar 31 01:15:38.612 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17762026-03-31T01:15:40.425ZMar 31 01:15:38.880 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17772026-03-31T01:15:40.425ZMar 31 01:15:38.880 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17782026-03-31T01:15:41.675ZMar 31 01:15:40.141 INFO Download complete, target: DendriteStub
17792026-03-31T01:15:41.945ZMar 31 01:15:40.405 INFO Download complete, target: MaghemiteMgd
17802026-03-31T01:15:44.968ZMar 31 01:15:43.437 INFO Checking that binary works, target: Cockroach
17812026-03-31T01:15:45.062ZMar 31 01:15:43.530 INFO Download complete, target: Cockroach
17822026-03-31T01:15:46.863ZMar 31 01:15:45.331 INFO Checking that binary works, target: Clickhouse
17832026-03-31T01:15:46.955ZMar 31 01:15:45.423 INFO Download complete, target: Clickhouse
17842026-03-31T01:15:46.968ZAll builder prerequisites installed successfully, and PATH looks valid
17852026-03-31T01:15:46.972Z
17862026-03-31T01:15:46.972Zreal 2:55.276399846
17872026-03-31T01:15:46.972Zuser 7:15.381292096
17882026-03-31T01:15:46.972Zsys 1:24.713502990
17892026-03-31T01:15:46.972Ztrap 0.219561513
17902026-03-31T01:15:46.972Ztflt 0.595291748
17912026-03-31T01:15:46.972Zdflt 0.544980480
17922026-03-31T01:15:46.972Zkflt 0.026541400
17932026-03-31T01:15:46.972Zlock 21:16.594371645
17942026-03-31T01:15:46.972Zslp 21:38.466786568
17952026-03-31T01:15:46.972Zlat 42.329806567
17962026-03-31T01:15:46.972Zstop 1:57.531061548
17972026-03-31T01:15:46.972Z+ banner hack-check
17982026-03-31T01:15:46.972Z
17992026-03-31T01:15:46.972Z # # ## #### # # #### # # ###### #### # #
18002026-03-31T01:15:46.972Z # # # # # # # # # # # # # # # # #
18012026-03-31T01:15:46.972Z ###### # # # #### ##### # ###### ##### # ####
18022026-03-31T01:15:46.972Z # # ###### # # # # # # # # # #
18032026-03-31T01:15:46.972Z # # # # # # # # # # # # # # # # #
18042026-03-31T01:15:46.972Z # # # # #### # # #### # # ###### #### # #
18052026-03-31T01:15:46.972Z
18062026-03-31T01:15:46.973Z+ export CARGO_INCREMENTAL=0
18072026-03-31T01:15:46.973Z+ CARGO_INCREMENTAL=0
18082026-03-31T01:15:46.973Z+ ptime -m timeout 2h cargo xtask check-features --ci
18092026-03-31T01:15:47.518Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18102026-03-31T01:15:47.740Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18112026-03-31T01:15:49.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
18122026-03-31T01:15:49.674Z Running `target/debug/xtask check-features --ci`
18132026-03-31T01:15:49.693Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18142026-03-31T01:15:49.698Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18152026-03-31T01:15:50.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18162026-03-31T01:15:50.210Z Running `target/debug/xtask download cargo-hack`
18172026-03-31T01:15:50.989Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18182026-03-31T01:15:51.304Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18192026-03-31T01:15:53.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.50s
18202026-03-31T01:15:53.914Z Running `target/debug/xtask-downloader cargo-hack`
18212026-03-31T01:15:53.953ZMar 31 01:15:52.420 INFO Starting download, target: CargoHack
18222026-03-31T01:15:53.957ZMar 31 01:15:52.421 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18232026-03-31T01:15:54.311ZMar 31 01:15:52.779 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18242026-03-31T01:15:54.361ZMar 31 01:15:52.829 INFO Download complete, target: CargoHack
18252026-03-31T01:15:54.365Zrunning: "/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"
18262026-03-31T01:15:54.377Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18272026-03-31T01:15:54.524Zinfo: running `cargo check --bins` on api_identity (1/268)
18282026-03-31T01:15:55.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292026-03-31T01:15:55.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302026-03-31T01:15:55.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312026-03-31T01:15:55.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18322026-03-31T01:15:55.112Z
18332026-03-31T01:15:55.112Zinfo: running `cargo check --bins` on bootstore (2/268)
18342026-03-31T01:15:55.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352026-03-31T01:15:55.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362026-03-31T01:15:55.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372026-03-31T01:15:55.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18382026-03-31T01:15:55.703Z
18392026-03-31T01:15:55.703Zinfo: running `cargo check --bins` on omicron-ledger (3/268)
18402026-03-31T01:15:56.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412026-03-31T01:15:56.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422026-03-31T01:15:56.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432026-03-31T01:15:56.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18442026-03-31T01:15:56.296Z
18452026-03-31T01:15:56.296Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/268)
18462026-03-31T01:15:56.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472026-03-31T01:15:56.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482026-03-31T01:15:56.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492026-03-31T01:15:56.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18502026-03-31T01:15:56.894Z
18512026-03-31T01:15:56.894Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/268)
18522026-03-31T01:15:57.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532026-03-31T01:15:57.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542026-03-31T01:15:57.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552026-03-31T01:15:57.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18562026-03-31T01:15:57.484Z
18572026-03-31T01:15:57.484Zinfo: running `cargo check --bins` on omicron-certificates (6/268)
18582026-03-31T01:15:57.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592026-03-31T01:15:57.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602026-03-31T01:15:57.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612026-03-31T01:15:57.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18622026-03-31T01:15:58.083Z
18632026-03-31T01:15:58.083Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/268)
18642026-03-31T01:15:58.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-03-31T01:15:58.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-03-31T01:15:58.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-03-31T01:15:58.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18682026-03-31T01:15:58.681Z
18692026-03-31T01:15:58.681Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/268)
18702026-03-31T01:15:59.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-03-31T01:15:59.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-03-31T01:15:59.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-03-31T01:15:59.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18742026-03-31T01:15:59.283Z
18752026-03-31T01:15:59.283Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/268)
18762026-03-31T01:15:59.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-03-31T01:15:59.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-03-31T01:15:59.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-03-31T01:15:59.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18802026-03-31T01:15:59.762Z
18812026-03-31T01:15:59.762Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/268)
18822026-03-31T01:16:00.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-03-31T01:16:00.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-03-31T01:16:00.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-03-31T01:16:00.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18862026-03-31T01:16:00.239Z
18872026-03-31T01:16:00.239Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/268)
18882026-03-31T01:16:00.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-03-31T01:16:00.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-03-31T01:16:00.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-03-31T01:16:00.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18922026-03-31T01:16:00.719Z
18932026-03-31T01:16:00.719Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/268)
18942026-03-31T01:16:01.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-03-31T01:16:01.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-03-31T01:16:01.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-03-31T01:16:01.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18982026-03-31T01:16:01.198Z
18992026-03-31T01:16:01.199Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/268)
19002026-03-31T01:16:01.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-03-31T01:16:01.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-03-31T01:16:01.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-03-31T01:16:01.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19042026-03-31T01:16:01.673Z
19052026-03-31T01:16:01.673Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/268)
19062026-03-31T01:16:02.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-03-31T01:16:02.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-03-31T01:16:02.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-03-31T01:16:02.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19102026-03-31T01:16:02.149Z
19112026-03-31T01:16:02.149Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/268)
19122026-03-31T01:16:02.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-03-31T01:16:02.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-03-31T01:16:02.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-03-31T01:16:02.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19162026-03-31T01:16:02.633Z
19172026-03-31T01:16:02.633Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/268)
19182026-03-31T01:16:03.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-03-31T01:16:03.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-03-31T01:16:03.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-03-31T01:16:03.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19222026-03-31T01:16:03.109Z
19232026-03-31T01:16:03.109Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/268)
19242026-03-31T01:16:03.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-03-31T01:16:03.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-03-31T01:16:03.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-03-31T01:16:03.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19282026-03-31T01:16:03.592Z
19292026-03-31T01:16:03.592Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/268)
19302026-03-31T01:16:04.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-03-31T01:16:04.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-03-31T01:16:04.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-03-31T01:16:04.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19342026-03-31T01:16:04.082Z
19352026-03-31T01:16:04.082Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/268)
19362026-03-31T01:16:04.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-03-31T01:16:04.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-03-31T01:16:04.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-03-31T01:16:04.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19402026-03-31T01:16:04.561Z
19412026-03-31T01:16:04.561Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/268)
19422026-03-31T01:16:04.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-03-31T01:16:04.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-03-31T01:16:04.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-03-31T01:16:04.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19462026-03-31T01:16:05.043Z
19472026-03-31T01:16:05.044Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/268)
19482026-03-31T01:16:05.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-03-31T01:16:05.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-03-31T01:16:05.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-03-31T01:16:05.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19522026-03-31T01:16:05.515Z
19532026-03-31T01:16:05.517Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/268)
19542026-03-31T01:16:05.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-03-31T01:16:05.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-03-31T01:16:05.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-03-31T01:16:05.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19582026-03-31T01:16:05.997Z
19592026-03-31T01:16:05.997Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/268)
19602026-03-31T01:16:06.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-03-31T01:16:06.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-03-31T01:16:06.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-03-31T01:16:06.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19642026-03-31T01:16:06.481Z
19652026-03-31T01:16:06.481Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/268)
19662026-03-31T01:16:06.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-03-31T01:16:06.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-03-31T01:16:06.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-03-31T01:16:06.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19702026-03-31T01:16:06.967Z
19712026-03-31T01:16:06.967Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/268)
19722026-03-31T01:16:07.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-03-31T01:16:07.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-03-31T01:16:07.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-03-31T01:16:07.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19762026-03-31T01:16:07.448Z
19772026-03-31T01:16:07.448Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/268)
19782026-03-31T01:16:07.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-03-31T01:16:07.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-03-31T01:16:07.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-03-31T01:16:07.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19822026-03-31T01:16:07.935Z
19832026-03-31T01:16:07.935Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/268)
19842026-03-31T01:16:08.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-03-31T01:16:08.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-03-31T01:16:08.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-03-31T01:16:08.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19882026-03-31T01:16:08.425Z
19892026-03-31T01:16:08.425Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/268)
19902026-03-31T01:16:08.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-03-31T01:16:08.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-03-31T01:16:08.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-03-31T01:16:08.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19942026-03-31T01:16:08.913Z
19952026-03-31T01:16:08.913Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/268)
19962026-03-31T01:16:09.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-03-31T01:16:09.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-03-31T01:16:09.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-03-31T01:16:09.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20002026-03-31T01:16:09.398Z
20012026-03-31T01:16:09.398Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/268)
20022026-03-31T01:16:09.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-03-31T01:16:09.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-03-31T01:16:09.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-03-31T01:16:09.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20062026-03-31T01:16:09.877Z
20072026-03-31T01:16:09.877Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/268)
20082026-03-31T01:16:10.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-03-31T01:16:10.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-03-31T01:16:10.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-03-31T01:16:10.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20122026-03-31T01:16:10.355Z
20132026-03-31T01:16:10.355Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/268)
20142026-03-31T01:16:10.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-03-31T01:16:10.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-03-31T01:16:10.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-03-31T01:16:10.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20182026-03-31T01:16:10.834Z
20192026-03-31T01:16:10.834Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/268)
20202026-03-31T01:16:11.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-03-31T01:16:11.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-03-31T01:16:11.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-03-31T01:16:11.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20242026-03-31T01:16:11.311Z
20252026-03-31T01:16:11.311Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/268)
20262026-03-31T01:16:11.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-03-31T01:16:11.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-03-31T01:16:11.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-03-31T01:16:11.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20302026-03-31T01:16:11.792Z
20312026-03-31T01:16:11.792Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/268)
20322026-03-31T01:16:12.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-03-31T01:16:12.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-03-31T01:16:12.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-03-31T01:16:12.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20362026-03-31T01:16:12.267Z
20372026-03-31T01:16:12.267Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/268)
20382026-03-31T01:16:12.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-03-31T01:16:12.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-03-31T01:16:12.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-03-31T01:16:12.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20422026-03-31T01:16:12.745Z
20432026-03-31T01:16:12.745Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/268)
20442026-03-31T01:16:13.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-03-31T01:16:13.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-03-31T01:16:13.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-03-31T01:16:13.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20482026-03-31T01:16:13.222Z
20492026-03-31T01:16:13.222Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/268)
20502026-03-31T01:16:13.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-03-31T01:16:13.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-03-31T01:16:13.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-03-31T01:16:13.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20542026-03-31T01:16:13.708Z
20552026-03-31T01:16:13.708Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/268)
20562026-03-31T01:16:14.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-03-31T01:16:14.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-03-31T01:16:14.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-03-31T01:16:14.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20602026-03-31T01:16:14.183Z
20612026-03-31T01:16:14.183Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/268)
20622026-03-31T01:16:14.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-03-31T01:16:14.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-03-31T01:16:14.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-03-31T01:16:14.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20662026-03-31T01:16:14.662Z
20672026-03-31T01:16:14.662Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/268)
20682026-03-31T01:16:15.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-03-31T01:16:15.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-03-31T01:16:15.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-03-31T01:16:15.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20722026-03-31T01:16:15.145Z
20732026-03-31T01:16:15.145Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/268)
20742026-03-31T01:16:15.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-03-31T01:16:15.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-03-31T01:16:15.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-03-31T01:16:15.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20782026-03-31T01:16:15.627Z
20792026-03-31T01:16:15.627Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/268)
20802026-03-31T01:16:16.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-03-31T01:16:16.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-03-31T01:16:16.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-03-31T01:16:16.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20842026-03-31T01:16:16.105Z
20852026-03-31T01:16:16.105Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/268)
20862026-03-31T01:16:16.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-03-31T01:16:16.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-03-31T01:16:16.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-03-31T01:16:16.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20902026-03-31T01:16:16.583Z
20912026-03-31T01:16:16.583Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/268)
20922026-03-31T01:16:16.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-03-31T01:16:17.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-03-31T01:16:17.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-03-31T01:16:17.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20962026-03-31T01:16:17.059Z
20972026-03-31T01:16:17.059Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/268)
20982026-03-31T01:16:17.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-03-31T01:16:17.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-03-31T01:16:17.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-03-31T01:16:17.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21022026-03-31T01:16:17.536Z
21032026-03-31T01:16:17.536Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/268)
21042026-03-31T01:16:17.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-03-31T01:16:17.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-03-31T01:16:17.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-03-31T01:16:17.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21082026-03-31T01:16:18.022Z
21092026-03-31T01:16:18.022Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/268)
21102026-03-31T01:16:18.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-03-31T01:16:18.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-03-31T01:16:18.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132026-03-31T01:16:18.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21142026-03-31T01:16:18.501Z
21152026-03-31T01:16:18.501Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/268)
21162026-03-31T01:16:19.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172026-03-31T01:16:19.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182026-03-31T01:16:19.303Z Checking cfg-if v1.0.4
21192026-03-31T01:16:19.306Z Checking libc v0.2.180
21202026-03-31T01:16:19.442Z Checking serde_core v1.0.228
21212026-03-31T01:16:19.459Z Checking memchr v2.8.0
21222026-03-31T01:16:19.473Z Checking smallvec v1.15.1
21232026-03-31T01:16:19.473Z Checking itoa v1.0.17
21242026-03-31T01:16:19.498Z Checking log v0.4.29
21252026-03-31T01:16:19.510Z Checking zeroize v1.8.2
21262026-03-31T01:16:19.524Z Checking stable_deref_trait v1.2.1
21272026-03-31T01:16:19.596Z Checking zerofrom v0.1.6
21282026-03-31T01:16:19.627Z Checking zmij v1.0.21
21292026-03-31T01:16:19.651Z Checking writeable v0.6.2
21302026-03-31T01:16:19.665Z Checking percent-encoding v2.3.2
21312026-03-31T01:16:19.669Z Checking litemap v0.8.1
21322026-03-31T01:16:19.708Z Checking yoke v0.8.1
21332026-03-31T01:16:19.799Z Checking libm v0.2.16
21342026-03-31T01:16:19.813Z Checking scopeguard v1.2.0
21352026-03-31T01:16:19.832Z Checking icu_properties_data v2.1.2
21362026-03-31T01:16:19.844Z Checking icu_normalizer_data v2.1.1
21372026-03-31T01:16:19.862Z Checking getrandom v0.2.17
21382026-03-31T01:16:19.862Z Checking errno v0.3.14
21392026-03-31T01:16:19.888Z Checking zerovec v0.11.5
21402026-03-31T01:16:19.905Z Checking zerotrie v0.2.3
21412026-03-31T01:16:19.918Z Checking lock_api v0.4.14
21422026-03-31T01:16:19.958Z Checking subtle v2.6.1
21432026-03-31T01:16:19.980Z Checking utf8_iter v1.0.4
21442026-03-31T01:16:20.024Z Checking rand_core v0.6.4
21452026-03-31T01:16:20.114Z Checking form_urlencoded v1.2.2
21462026-03-31T01:16:20.131Z Checking pin-project-lite v0.2.17
21472026-03-31T01:16:20.144Z Checking rand_core v0.10.0
21482026-03-31T01:16:20.161Z Checking typenum v1.19.0
21492026-03-31T01:16:20.204Z Checking portable-atomic v1.13.1
21502026-03-31T01:16:20.222Z Checking critical-section v1.2.0
21512026-03-31T01:16:20.242Z Checking signal-hook-registry v1.4.8
21522026-03-31T01:16:20.281Z Checking getrandom v0.4.1
21532026-03-31T01:16:20.311Z Checking tinystr v0.8.2
21542026-03-31T01:16:20.324Z Checking potential_utf v0.1.4
21552026-03-31T01:16:20.403Z Checking parking_lot_core v0.9.12
21562026-03-31T01:16:20.454Z Checking iana-time-zone v0.1.65
21572026-03-31T01:16:20.457Z Checking icu_collections v2.1.1
21582026-03-31T01:16:20.476Z Checking num-traits v0.2.19
21592026-03-31T01:16:20.490Z Checking icu_locale_core v2.1.1
21602026-03-31T01:16:20.535Z Checking socket2 v0.6.2
21612026-03-31T01:16:20.590Z Checking parking_lot v0.12.5
21622026-03-31T01:16:20.606Z Checking once_cell v1.21.3
21632026-03-31T01:16:20.680Z Checking generic-array v0.14.7
21642026-03-31T01:16:20.758Z Checking mio v1.1.1
21652026-03-31T01:16:20.778Z Checking zerocopy v0.8.40
21662026-03-31T01:16:20.793Z Checking futures-core v0.3.32
21672026-03-31T01:16:20.808Z Checking dyn-clone v1.0.20
21682026-03-31T01:16:20.910Z Checking equivalent v1.0.2
21692026-03-31T01:16:20.925Z Checking allocator-api2 v0.2.21
21702026-03-31T01:16:20.942Z Checking serde v1.0.228
21712026-03-31T01:16:20.995Z Checking serde_json v1.0.149
21722026-03-31T01:16:21.009Z Checking bitflags v2.11.0
21732026-03-31T01:16:21.035Z Checking uuid v1.23.0
21742026-03-31T01:16:21.038Z Checking icu_provider v2.1.1
21752026-03-31T01:16:21.121Z Checking crypto-common v0.1.7
21762026-03-31T01:16:21.173Z Checking semver v1.0.27
21772026-03-31T01:16:21.212Z Checking const-oid v0.9.6
21782026-03-31T01:16:21.244Z Checking foldhash v0.2.0
21792026-03-31T01:16:21.281Z Checking icu_properties v2.1.2
21802026-03-31T01:16:21.346Z Checking bytes v1.11.1
21812026-03-31T01:16:21.363Z Checking icu_normalizer v2.1.1
21822026-03-31T01:16:21.379Z Checking chrono v0.4.44
21832026-03-31T01:16:21.398Z Checking hashbrown v0.16.1
21842026-03-31T01:16:21.667Z Checking futures-sink v0.3.32
21852026-03-31T01:16:21.685Z Checking block-buffer v0.10.4
21862026-03-31T01:16:21.774Z Checking futures-channel v0.3.32
21872026-03-31T01:16:21.806Z Checking tokio v1.50.0
21882026-03-31T01:16:21.824Z Checking futures-io v0.3.32
21892026-03-31T01:16:21.894Z Checking slab v0.4.12
21902026-03-31T01:16:21.913Z Checking futures-task v0.3.32
21912026-03-31T01:16:21.938Z Checking digest v0.10.7
21922026-03-31T01:16:21.969Z Checking thiserror v2.0.18
21932026-03-31T01:16:22.048Z Checking byteorder v1.5.0
21942026-03-31T01:16:22.052Z Checking futures-util v0.3.32
21952026-03-31T01:16:22.077Z Checking base64 v0.22.1
21962026-03-31T01:16:22.119Z Checking idna_adapter v1.2.1
21972026-03-31T01:16:22.134Z Checking indexmap v2.13.0
21982026-03-31T01:16:22.243Z Checking idna v1.1.0
21992026-03-31T01:16:22.258Z Checking cpufeatures v0.2.17
22002026-03-31T01:16:22.261Z Checking http v1.4.0
22012026-03-31T01:16:22.317Z Checking fnv v1.0.7
22022026-03-31T01:16:22.332Z Checking unicode-ident v1.0.24
22032026-03-31T01:16:22.414Z Checking tracing-core v0.1.36
22042026-03-31T01:16:22.445Z Checking proc-macro2 v1.0.106
22052026-03-31T01:16:22.495Z Checking url v2.5.8
22062026-03-31T01:16:22.704Z Checking thiserror v1.0.69
22072026-03-31T01:16:22.725Z Checking tracing v0.1.44
22082026-03-31T01:16:22.756Z Checking rustls-pki-types v1.14.0
22092026-03-31T01:16:22.803Z Checking regex-syntax v0.8.10
22102026-03-31T01:16:22.842Z Checking quote v1.0.44
22112026-03-31T01:16:22.919Z Checking schemars v0.8.22
22122026-03-31T01:16:22.936Z Checking untrusted v0.9.0
22132026-03-31T01:16:23.011Z Checking syn v2.0.117
22142026-03-31T01:16:23.045Z Checking ipnet v2.11.0
22152026-03-31T01:16:23.062Z Checking ring v0.17.14
22162026-03-31T01:16:23.303Z Checking httparse v1.10.1
22172026-03-31T01:16:23.512Z Checking ppv-lite86 v0.2.21
22182026-03-31T01:16:23.529Z Checking http-body v1.0.1
22192026-03-31T01:16:23.557Z Checking rustix v1.1.3
22202026-03-31T01:16:23.666Z Checking block-padding v0.3.3
22212026-03-31T01:16:23.804Z Checking getrandom v0.3.4
22222026-03-31T01:16:23.815Z Checking atomic-waker v1.1.2
22232026-03-31T01:16:23.917Z Checking inout v0.1.4
22242026-03-31T01:16:23.945Z Checking hmac v0.12.1
22252026-03-31T01:16:23.949Z Checking aws-lc-sys v0.37.1
22262026-03-31T01:16:24.037Z Checking aho-corasick v1.1.4
22272026-03-31T01:16:24.058Z Checking openssl-probe v0.2.1
22282026-03-31T01:16:24.088Z Checking try-lock v0.2.5
22292026-03-31T01:16:24.103Z Checking untrusted v0.7.1
22302026-03-31T01:16:24.173Z Checking tower-layer v0.3.3
22312026-03-31T01:16:24.187Z Checking powerfmt v0.2.0
22322026-03-31T01:16:24.225Z Checking tower-service v0.3.3
22332026-03-31T01:16:24.306Z Checking httpdate v1.0.3
22342026-03-31T01:16:24.321Z Checking want v0.3.1
22352026-03-31T01:16:24.334Z Checking deranged v0.5.8
22362026-03-31T01:16:24.382Z Checking cipher v0.4.4
22372026-03-31T01:16:24.440Z Checking rand_core v0.9.5
22382026-03-31T01:16:24.455Z Checking aws-lc-rs v1.16.0
22392026-03-31T01:16:24.469Z Checking pin-utils v0.1.0
22402026-03-31T01:16:24.539Z Checking time-core v0.1.8
22412026-03-31T01:16:24.593Z Checking num-conv v0.2.0
22422026-03-31T01:16:24.621Z Checking num_threads v0.1.7
22432026-03-31T01:16:24.685Z Checking base64ct v1.8.3
22442026-03-31T01:16:24.706Z Checking regex-automata v0.4.14
22452026-03-31T01:16:24.725Z Checking sha2 v0.10.9
22462026-03-31T01:16:24.739Z Checking erased-serde v0.3.31
22472026-03-31T01:16:24.918Z Checking pretty-hex v0.4.1
22482026-03-31T01:16:24.981Z Checking tokio-util v0.7.18
22492026-03-31T01:16:25.001Z Checking rand_chacha v0.9.0
22502026-03-31T01:16:25.040Z Checking fastrand v2.3.0
22512026-03-31T01:16:25.114Z Checking slog v2.8.2
22522026-03-31T01:16:25.198Z Checking mime v0.3.17
22532026-03-31T01:16:25.219Z Checking ryu v1.0.23
22542026-03-31T01:16:25.245Z Checking time v0.3.47
22552026-03-31T01:16:25.259Z Checking rand v0.9.2
22562026-03-31T01:16:25.273Z Checking rustls-webpki v0.103.9
22572026-03-31T01:16:25.356Z Checking pem-rfc7468 v0.7.0
22582026-03-31T01:16:25.372Z Checking rustls-native-certs v0.8.3
22592026-03-31T01:16:25.386Z Checking http-body-util v0.1.3
22602026-03-31T01:16:25.500Z Checking ipnetwork v0.21.1
22612026-03-31T01:16:25.515Z Checking sync_wrapper v1.0.2
22622026-03-31T01:16:25.586Z Checking h2 v0.4.13
22632026-03-31T01:16:25.603Z Checking spin v0.9.8
22642026-03-31T01:16:25.617Z Checking encoding_rs v0.8.35
22652026-03-31T01:16:25.693Z Checking rustls v0.23.37
22662026-03-31T01:16:25.718Z Checking flagset v0.4.7
22672026-03-31T01:16:25.733Z Checking plain v0.2.3
22682026-03-31T01:16:25.781Z Checking tower v0.5.3
22692026-03-31T01:16:25.835Z Checking serde_urlencoded v0.7.1
22702026-03-31T01:16:25.849Z Checking der v0.7.10
22712026-03-31T01:16:26.042Z Checking rand_chacha v0.3.1
22722026-03-31T01:16:26.160Z Checking webpki-roots v1.0.6
22732026-03-31T01:16:26.255Z Checking tinyvec_macros v0.1.1
22742026-03-31T01:16:26.280Z Checking iri-string v0.7.10
22752026-03-31T01:16:26.325Z Checking ucd-trie v0.1.7
22762026-03-31T01:16:26.374Z Checking tinyvec v1.10.0
22772026-03-31T01:16:26.460Z Checking pest v2.8.6
22782026-03-31T01:16:26.493Z Checking rand v0.8.5
22792026-03-31T01:16:26.577Z Checking tempfile v3.25.0
22802026-03-31T01:16:26.595Z Checking spki v0.7.3
22812026-03-31T01:16:26.714Z Checking salsa20 v0.10.2
22822026-03-31T01:16:26.764Z Checking pbkdf2 v0.12.2
22832026-03-31T01:16:26.779Z Checking unicode-width v0.2.0
22842026-03-31T01:16:26.853Z Checking foreign-types-shared v0.1.1
22852026-03-31T01:16:26.877Z Checking scrypt v0.11.0
22862026-03-31T01:16:26.941Z Checking foreign-types v0.3.2
22872026-03-31T01:16:27.012Z Checking regex v1.12.3
22882026-03-31T01:16:27.026Z Checking cbc v0.1.2
22892026-03-31T01:16:27.029Z Checking aes v0.8.4
22902026-03-31T01:16:27.055Z Checking anyhow v1.0.102
22912026-03-31T01:16:27.155Z Checking openssl-sys v0.9.111
22922026-03-31T01:16:27.252Z Checking crossbeam-utils v0.8.21
22932026-03-31T01:16:27.294Z Checking oxnet v0.1.4
22942026-03-31T01:16:27.318Z Checking tower-http v0.6.8
22952026-03-31T01:16:27.431Z Checking pkcs5 v0.7.1
22962026-03-31T01:16:27.533Z Checking winnow v0.7.14
22972026-03-31T01:16:27.548Z Checking openapiv3 v2.2.0
22982026-03-31T01:16:27.589Z Checking scroll v0.12.0
22992026-03-31T01:16:27.601Z Checking data-encoding v2.10.0
23002026-03-31T01:16:27.647Z Checking openssl v0.10.75
23012026-03-31T01:16:27.691Z Checking pkcs8 v0.10.2
23022026-03-31T01:16:27.813Z Checking siphasher v1.0.2
23032026-03-31T01:16:27.866Z Checking simd-adler32 v0.3.8
23042026-03-31T01:16:27.881Z Checking goblin v0.8.2
23052026-03-31T01:16:27.971Z Checking lazy_static v1.5.0
23062026-03-31T01:16:28.040Z Checking zerocopy v0.7.35
23072026-03-31T01:16:28.064Z Checking crc32fast v1.5.0
23082026-03-31T01:16:28.079Z Checking tokio-rustls v0.26.4
23092026-03-31T01:16:28.206Z Checking wait-timeout v0.2.1
23102026-03-31T01:16:28.251Z Checking hyper v1.8.1
23112026-03-31T01:16:28.309Z Checking bitflags v1.3.2
23122026-03-31T01:16:28.333Z Checking bit-vec v0.8.0
23132026-03-31T01:16:28.384Z Checking utf8parse v0.2.2
23142026-03-31T01:16:28.491Z Checking managed v0.8.0
23152026-03-31T01:16:28.527Z Checking adler2 v2.0.1
23162026-03-31T01:16:28.542Z Checking either v1.15.0
23172026-03-31T01:16:28.638Z Checking quick-error v1.2.3
23182026-03-31T01:16:28.675Z Checking anstyle v1.0.13
23192026-03-31T01:16:28.708Z Checking psl-types v2.0.11
23202026-03-31T01:16:28.725Z Checking miniz_oxide v0.8.9
23212026-03-31T01:16:28.739Z Checking rusty-fork v0.3.1
23222026-03-31T01:16:28.810Z Checking bit-set v0.8.0
23232026-03-31T01:16:28.825Z Checking publicsuffix v2.3.0
23242026-03-31T01:16:28.856Z Checking anstyle-parse v0.2.7
23252026-03-31T01:16:28.903Z Checking dtrace-parser v0.2.0
23262026-03-31T01:16:28.958Z Checking unicode-normalization v0.1.25
23272026-03-31T01:16:28.982Z Checking cookie v0.18.1
23282026-03-31T01:16:29.007Z Checking rand_xorshift v0.4.0
23292026-03-31T01:16:29.071Z Checking sha1 v0.10.6
23302026-03-31T01:16:29.126Z Checking hex v0.4.3
23312026-03-31T01:16:29.140Z Checking thread-id v4.2.2
23322026-03-31T01:16:29.156Z Checking hyper-util v0.1.20
23332026-03-31T01:16:29.210Z Checking colorchoice v1.0.4
23342026-03-31T01:16:29.224Z Checking is_terminal_polyfill v1.70.2
23352026-03-31T01:16:29.238Z Checking anstyle-query v1.1.5
23362026-03-31T01:16:29.311Z Checking zlib-rs v0.6.2
23372026-03-31T01:16:29.311Z Checking unarray v0.1.4
23382026-03-31T01:16:29.338Z Checking anstream v0.6.21
23392026-03-31T01:16:29.353Z Checking cookie_store v0.22.1
23402026-03-31T01:16:29.367Z Checking rustls-platform-verifier v0.6.2
23412026-03-31T01:16:29.427Z Checking proptest v1.10.0
23422026-03-31T01:16:29.504Z Checking crossbeam-epoch v0.9.18
23432026-03-31T01:16:29.539Z Checking terminal_size v0.4.3
23442026-03-31T01:16:29.583Z Checking native-tls v0.2.18
23452026-03-31T01:16:29.652Z Checking scroll v0.13.0
23462026-03-31T01:16:29.681Z Checking num-integer v0.1.46
23472026-03-31T01:16:29.724Z Checking crossbeam-deque v0.8.6
23482026-03-31T01:16:29.760Z Checking tokio-native-tls v0.3.1
23492026-03-31T01:16:29.763Z Checking dof v0.3.0
23502026-03-31T01:16:29.881Z Checking goblin v0.10.5
23512026-03-31T01:16:29.897Z Checking toml_parser v1.0.9+spec-1.1.0
23522026-03-31T01:16:29.902Z Checking bstr v1.12.1
23532026-03-31T01:16:29.932Z Checking ref-cast v1.0.25
23542026-03-31T01:16:30.033Z Checking rustix v0.38.44
23552026-03-31T01:16:30.048Z Checking usdt-impl v0.5.0
23562026-03-31T01:16:30.186Z Checking flate2 v1.1.9
23572026-03-31T01:16:30.232Z Checking camino v1.2.2
23582026-03-31T01:16:30.306Z Checking signature v2.2.0
23592026-03-31T01:16:30.335Z Checking serde_spanned v0.6.9
23602026-03-31T01:16:30.395Z Checking hyper-rustls v0.27.7
23612026-03-31T01:16:30.435Z Checking hyper-tls v0.6.0
23622026-03-31T01:16:30.461Z Checking toml_datetime v0.6.11
23632026-03-31T01:16:30.480Z Checking ff v0.13.1
23642026-03-31T01:16:30.494Z Checking base16ct v0.2.0
23652026-03-31T01:16:30.607Z Checking unicode-properties v0.1.4
23662026-03-31T01:16:30.610Z Checking reqwest v0.12.28
23672026-03-31T01:16:30.610Z Checking reqwest v0.13.2
23682026-03-31T01:16:30.650Z Checking unicode-bidi v0.3.18
23692026-03-31T01:16:30.664Z Checking clap_lex v1.0.0
23702026-03-31T01:16:30.800Z Checking strsim v0.11.1
23712026-03-31T01:16:30.821Z Checking sec1 v0.7.3
23722026-03-31T01:16:30.836Z Checking group v0.13.0
23732026-03-31T01:16:30.949Z Checking stringprep v0.1.5
23742026-03-31T01:16:30.964Z Checking clap_builder v4.5.60
23752026-03-31T01:16:30.984Z Checking num-iter v0.1.45
23762026-03-31T01:16:31.025Z Checking rayon-core v1.13.0
23772026-03-31T01:16:31.099Z Checking dtrace-parser v0.3.0
23782026-03-31T01:16:31.103Z Checking hkdf v0.12.4
23792026-03-31T01:16:31.200Z Checking newtype-uuid v1.3.2
23802026-03-31T01:16:31.250Z Checking strum v0.26.3
23812026-03-31T01:16:31.338Z Checking zstd-sys v2.0.16+zstd.1.5.7
23822026-03-31T01:16:31.350Z Checking hash32 v0.2.1
23832026-03-31T01:16:31.366Z Checking md-5 v0.10.6
23842026-03-31T01:16:31.401Z Checking daft v0.1.5
23852026-03-31T01:16:31.451Z Checking crypto-bigint v0.5.5
23862026-03-31T01:16:31.466Z Checking thread-id v5.1.0
23872026-03-31T01:16:31.495Z Checking fallible-iterator v0.2.0
23882026-03-31T01:16:31.511Z Checking unicode-segmentation v1.12.0
23892026-03-31T01:16:31.526Z Checking heapless v0.7.17
23902026-03-31T01:16:31.556Z Checking zstd-safe v7.2.4
23912026-03-31T01:16:31.661Z Checking rayon v1.11.0
23922026-03-31T01:16:31.730Z Checking itertools v0.12.1
23932026-03-31T01:16:31.772Z Checking postgres-protocol v0.6.10
23942026-03-31T01:16:31.834Z Checking phf_shared v0.13.1
23952026-03-31T01:16:31.950Z Checking console v0.16.2
23962026-03-31T01:16:32.039Z Checking curve25519-dalek v4.1.3
23972026-03-31T01:16:32.098Z Checking memoffset v0.9.1
23982026-03-31T01:16:32.181Z Checking bzip2-sys v0.1.13+1.0.8
23992026-03-31T01:16:32.212Z Checking dof v0.4.0
24002026-03-31T01:16:32.215Z Checking clap v4.5.60
24012026-03-31T01:16:32.241Z Checking signal-hook v0.3.18
24022026-03-31T01:16:32.265Z Checking toml_datetime v0.7.5+spec-1.1.0
24032026-03-31T01:16:32.305Z Checking memmap2 v0.9.10
24042026-03-31T01:16:32.360Z Checking elliptic-curve v0.13.8
24052026-03-31T01:16:32.429Z Checking bumpalo v3.20.2
24062026-03-31T01:16:32.462Z Checking foldhash v0.1.5
24072026-03-31T01:16:32.477Z Checking unit-prefix v0.5.2
24082026-03-31T01:16:32.598Z Checking libbz2-rs-sys v0.2.2
24092026-03-31T01:16:32.598Z Checking winnow v0.5.40
24102026-03-31T01:16:32.630Z Checking toml_write v0.1.2
24112026-03-31T01:16:32.666Z Checking fixedbitset v0.4.2
24122026-03-31T01:16:32.724Z Checking zone v0.3.1
24132026-03-31T01:16:32.794Z Checking toml_edit v0.22.27
24142026-03-31T01:16:32.813Z Checking zopfli v0.8.3
24152026-03-31T01:16:32.859Z Checking petgraph v0.6.5
24162026-03-31T01:16:32.859Z Checking usdt-impl v0.6.0
24172026-03-31T01:16:33.005Z Checking bzip2 v0.6.1
24182026-03-31T01:16:33.077Z Checking hashbrown v0.15.5
24192026-03-31T01:16:33.097Z Checking indicatif v0.18.4
24202026-03-31T01:16:33.123Z Checking usdt v0.6.0
24212026-03-31T01:16:33.138Z Checking signal-hook-mio v0.2.5
24222026-03-31T01:16:33.170Z Checking bzip2 v0.4.4
24232026-03-31T01:16:33.238Z Checking nix v0.31.1
24242026-03-31T01:16:33.285Z Checking postgres-types v0.2.12
24252026-03-31T01:16:33.334Z Checking phf v0.13.1
24262026-03-31T01:16:33.461Z Checking smoltcp v0.9.1
24272026-03-31T01:16:33.484Z Checking similar v2.7.0
24282026-03-31T01:16:33.540Z Checking zstd v0.13.3
24292026-03-31T01:16:33.595Z Checking num-bigint-dig v0.8.6
24302026-03-31T01:16:33.730Z Checking ed25519 v2.2.3
24312026-03-31T01:16:33.744Z Checking toml_edit v0.19.15
24322026-03-31T01:16:33.871Z Checking phf_shared v0.11.3
24332026-03-31T01:16:33.884Z Checking pkcs1 v0.7.5
24342026-03-31T01:16:33.915Z Checking tokio-stream v0.1.18
24352026-03-31T01:16:34.015Z Checking strum v0.27.2
24362026-03-31T01:16:34.044Z Checking hubpack v0.1.2
24372026-03-31T01:16:34.078Z Checking rfc6979 v0.4.0
24382026-03-31T01:16:34.092Z Checking serde-big-array v0.5.1
24392026-03-31T01:16:34.129Z Checking float-cmp v0.10.0
24402026-03-31T01:16:34.196Z Checking env_filter v1.0.0
24412026-03-31T01:16:34.212Z Checking rustc-hash v2.1.1
24422026-03-31T01:16:34.226Z Checking fixedbitset v0.5.7
24432026-03-31T01:16:34.261Z Checking normalize-line-endings v0.3.0
24442026-03-31T01:16:34.277Z Checking static_assertions v1.1.0
24452026-03-31T01:16:34.296Z Checking new_debug_unreachable v1.0.6
24462026-03-31T01:16:34.323Z Checking keccak v0.1.6
24472026-03-31T01:16:34.342Z Checking predicates-core v1.0.10
24482026-03-31T01:16:34.355Z Checking jiff v0.2.21
24492026-03-31T01:16:34.360Z Checking difflib v0.4.0
24502026-03-31T01:16:34.382Z Checking whoami v2.1.0
24512026-03-31T01:16:34.400Z Checking precomputed-hash v0.1.1
24522026-03-31T01:16:34.417Z Checking petgraph v0.8.3
24532026-03-31T01:16:34.462Z Checking rsa v0.9.10
24542026-03-31T01:16:34.482Z Checking sha3 v0.10.8
24552026-03-31T01:16:34.486Z Checking string_cache v0.8.9
24562026-03-31T01:16:34.540Z Checking predicates v3.1.4
24572026-03-31T01:16:34.571Z Checking tokio-postgres v0.7.16
24582026-03-31T01:16:34.650Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24592026-03-31T01:16:34.698Z Checking env_logger v0.11.9
24602026-03-31T01:16:34.776Z Checking toml v0.7.8
24612026-03-31T01:16:34.837Z Checking iddqd v0.3.17
24622026-03-31T01:16:34.894Z Checking ecdsa v0.16.9
24632026-03-31T01:16:34.933Z Checking ed25519-dalek v2.2.0
24642026-03-31T01:16:35.083Z Checking zip v0.6.6
24652026-03-31T01:16:35.167Z Checking crossterm v0.28.1
24662026-03-31T01:16:35.235Z Checking serde_with v3.17.0
24672026-03-31T01:16:35.410Z Checking itertools v0.13.0
24682026-03-31T01:16:35.665Z Checking hickory-proto v0.25.2
24692026-03-31T01:16:35.826Z Checking x509-cert v0.2.5
24702026-03-31T01:16:35.860Z Checking fs-err v3.3.0
24712026-03-31T01:16:35.957Z Checking ahash v0.8.12
24722026-03-31T01:16:36.155Z Checking object v0.37.3
24732026-03-31T01:16:36.159Z Checking buf-list v1.1.2
24742026-03-31T01:16:36.353Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24752026-03-31T01:16:36.441Z Checking lalrpop-util v0.19.12
24762026-03-31T01:16:36.474Z Checking peg-runtime v0.8.5
24772026-03-31T01:16:36.598Z Checking zip v4.6.1
24782026-03-31T01:16:36.618Z Compiling structmeta-derive v0.3.0
24792026-03-31T01:16:36.639Z Compiling rustls v0.22.4
24802026-03-31T01:16:36.642Z Compiling newtype-uuid-macros v0.1.0
24812026-03-31T01:16:36.659Z Compiling multer v3.1.0
24822026-03-31T01:16:36.857Z Compiling async-stream-impl v0.3.6
24832026-03-31T01:16:36.872Z Checking futures-executor v0.3.32
24842026-03-31T01:16:36.925Z Checking regress v0.10.5
24852026-03-31T01:16:37.178Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24862026-03-31T01:16:37.422Z Compiling dropshot v0.17.0
24872026-03-31T01:16:37.452Z Checking futures v0.3.32
24882026-03-31T01:16:37.535Z Compiling dropshot_endpoint v0.17.0
24892026-03-31T01:16:37.569Z Checking thread_local v1.1.9
24902026-03-31T01:16:37.668Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24912026-03-31T01:16:37.730Z Compiling structmeta v0.3.0
24922026-03-31T01:16:37.745Z Checking crossbeam-channel v0.5.15
24932026-03-31T01:16:37.960Z Compiling derive-ex v0.1.8
24942026-03-31T01:16:38.010Z Checking serde_spanned v1.0.4
24952026-03-31T01:16:38.155Z Checking is-terminal v0.4.17
24962026-03-31T01:16:38.159Z Checking term v1.2.1
24972026-03-31T01:16:38.173Z Checking toml_writer v1.0.6+spec-1.1.0
24982026-03-31T01:16:38.346Z Checking take_mut v0.2.2
24992026-03-31T01:16:38.360Z Compiling parse-display-derive v0.10.0
25002026-03-31T01:16:38.376Z Checking slog-term v2.9.2
25012026-03-31T01:16:38.453Z Checking slog-async v2.8.0
25022026-03-31T01:16:38.471Z Checking rustls-webpki v0.102.8
25032026-03-31T01:16:38.486Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25042026-03-31T01:16:38.568Z Checking compression-core v0.4.31
25052026-03-31T01:16:38.631Z Checking match_cfg v0.1.0
25062026-03-31T01:16:38.631Z Checking debug-ignore v1.0.5
25072026-03-31T01:16:38.703Z Checking compression-codecs v0.4.37
25082026-03-31T01:16:38.710Z Checking hostname v0.3.1
25092026-03-31T01:16:38.747Z Checking slog-json v2.6.1
25102026-03-31T01:16:38.819Z Checking macaddr v1.0.1
25112026-03-31T01:16:38.880Z Checking toml_datetime v1.0.0+spec-1.1.0
25122026-03-31T01:16:38.904Z Checking slog-bunyan v2.5.0
25132026-03-31T01:16:39.002Z Checking async-compression v0.4.41
25142026-03-31T01:16:39.021Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25152026-03-31T01:16:39.080Z Checking toml v1.0.6+spec-1.1.0
25162026-03-31T01:16:39.251Z Checking async-stream v0.3.6
25172026-03-31T01:16:39.386Z Checking waitgroup v0.1.2
25182026-03-31T01:16:39.419Z Checking rustls-pemfile v2.2.0
25192026-03-31T01:16:39.495Z Checking serde_path_to_error v0.1.20
25202026-03-31T01:16:39.510Z Checking hostname v0.4.2
25212026-03-31T01:16:39.570Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25222026-03-31T01:16:39.609Z Checking progenitor-client v0.13.0
25232026-03-31T01:16:39.630Z Compiling test-strategy v0.4.5
25242026-03-31T01:16:39.659Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25252026-03-31T01:16:39.681Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25262026-03-31T01:16:39.770Z Checking backon v1.6.0
25272026-03-31T01:16:39.802Z Checking instant v0.1.13
25282026-03-31T01:16:39.842Z Checking itertools v0.14.0
25292026-03-31T01:16:39.892Z Checking backoff v0.4.0
25302026-03-31T01:16:39.910Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25312026-03-31T01:16:39.939Z Checking progenitor-extras v0.1.1
25322026-03-31T01:16:40.028Z Checking parse-display v0.10.0
25332026-03-31T01:16:40.071Z Checking heck v0.5.0
25342026-03-31T01:16:40.176Z Compiling crucible-workspace-hack v0.1.0
25352026-03-31T01:16:40.283Z Checking tokio-rustls v0.25.0
25362026-03-31T01:16:40.340Z Compiling convert_case v0.4.0
25372026-03-31T01:16:40.424Z Checking secrecy v0.10.3
25382026-03-31T01:16:40.435Z Compiling prettyplease v0.2.37
25392026-03-31T01:16:40.445Z Compiling typify-impl v0.6.1
25402026-03-31T01:16:40.634Z Compiling unsafe-libyaml v0.2.11
25412026-03-31T01:16:40.705Z Compiling derive_more v0.99.20
25422026-03-31T01:16:41.104Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25432026-03-31T01:16:41.267Z Compiling serde_yaml v0.9.34+deprecated
25442026-03-31T01:16:41.818Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25452026-03-31T01:16:42.436Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25462026-03-31T01:16:42.537Z Checking half v2.7.1
25472026-03-31T01:16:42.803Z Compiling toml_edit v0.23.10+spec-1.0.0
25482026-03-31T01:16:42.913Z Compiling thiserror-impl-no-std v2.0.2
25492026-03-31T01:16:43.098Z Checking universal-hash v0.5.1
25502026-03-31T01:16:43.457Z Checking ciborium-io v0.2.2
25512026-03-31T01:16:43.532Z Compiling heapless v0.8.0
25522026-03-31T01:16:43.553Z Checking opaque-debug v0.3.1
25532026-03-31T01:16:43.598Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25542026-03-31T01:16:43.626Z Checking poly1305 v0.8.0
25552026-03-31T01:16:43.865Z Checking ciborium-ll v0.2.2
25562026-03-31T01:16:43.995Z Compiling proc-macro-crate v3.4.0
25572026-03-31T01:16:44.080Z Checking thiserror-no-std v2.0.2
25582026-03-31T01:16:44.293Z Compiling ingot-macros v0.1.1
25592026-03-31T01:16:44.534Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25602026-03-31T01:16:44.640Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
25612026-03-31T01:16:44.870Z Compiling typify-impl v0.4.3
25622026-03-31T01:16:44.919Z Compiling typify-macro v0.6.1
25632026-03-31T01:16:45.071Z Checking toml v0.8.23
25642026-03-31T01:16:45.403Z Checking num-rational v0.4.2
25652026-03-31T01:16:45.501Z Checking byte-wrapper v0.1.0
25662026-03-31T01:16:45.598Z Checking tabwriter v1.4.1
25672026-03-31T01:16:45.687Z Checking password-hash v0.5.0
25682026-03-31T01:16:45.714Z Checking chacha20 v0.9.1
25692026-03-31T01:16:45.915Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3278ded80bb93538468313f046be906df4bd5748#3278ded8)
25702026-03-31T01:16:45.930Z Checking hash32 v0.3.1
25712026-03-31T01:16:46.063Z Checking blake2 v0.10.6
25722026-03-31T01:16:46.158Z Checking aead v0.5.2
25732026-03-31T01:16:46.316Z Checking num-complex v0.4.6
25742026-03-31T01:16:46.599Z Compiling smoltcp v0.11.0
25752026-03-31T01:16:46.643Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25762026-03-31T01:16:46.660Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25772026-03-31T01:16:46.674Z Compiling typify v0.6.1
25782026-03-31T01:16:46.677Z Checking num v0.4.3
25792026-03-31T01:16:46.789Z Checking chacha20poly1305 v0.10.1
25802026-03-31T01:16:46.842Z Checking argon2 v0.5.3
25812026-03-31T01:16:46.923Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3278ded80bb93538468313f046be906df4bd5748#3278ded8)
25822026-03-31T01:16:47.050Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25832026-03-31T01:16:47.147Z Checking ingot-types v0.1.2
25842026-03-31T01:16:47.199Z Compiling num_enum_derive v0.7.5
25852026-03-31T01:16:47.364Z Checking vsss-rs v3.3.4
25862026-03-31T01:16:47.521Z Checking ciborium v0.2.2
25872026-03-31T01:16:48.242Z Compiling usdt-attr-macro v0.5.0
25882026-03-31T01:16:48.391Z Compiling usdt-macro v0.5.0
25892026-03-31T01:16:48.465Z Checking cobs v0.3.0
25902026-03-31T01:16:48.537Z Checking memmap v0.7.0
25912026-03-31T01:16:48.679Z Compiling foreign-types-macros v0.2.3
25922026-03-31T01:16:48.845Z Checking cpufeatures v0.3.0
25932026-03-31T01:16:48.927Z Checking indent_write v2.2.0
25942026-03-31T01:16:49.019Z Checking colored v3.1.1
25952026-03-31T01:16:49.034Z Checking float-ord v0.3.2
25962026-03-31T01:16:49.062Z Checking foreign-types-shared v0.3.1
25972026-03-31T01:16:49.117Z Checking usdt v0.5.0
25982026-03-31T01:16:49.139Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25992026-03-31T01:16:49.223Z Checking chacha20 v0.10.0
26002026-03-31T01:16:49.256Z Checking postcard v1.1.3
26012026-03-31T01:16:49.321Z Checking foreign-types v0.5.0
26022026-03-31T01:16:49.325Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26032026-03-31T01:16:49.326Z Compiling typify-macro v0.4.3
26042026-03-31T01:16:49.339Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3278ded80bb93538468313f046be906df4bd5748#3278ded8)
26052026-03-31T01:16:49.355Z Checking num_enum v0.7.5
26062026-03-31T01:16:49.438Z Checking ingot v0.1.1
26072026-03-31T01:16:49.469Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26082026-03-31T01:16:49.655Z Compiling progenitor-impl v0.13.0
26092026-03-31T01:16:49.791Z Compiling proc-macro-crate v1.3.1
26102026-03-31T01:16:50.217Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26112026-03-31T01:16:50.368Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26122026-03-31T01:16:50.504Z Checking cstr-argument v0.1.2
26132026-03-31T01:16:50.581Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26142026-03-31T01:16:50.632Z Checking swrite v0.1.0
26152026-03-31T01:16:50.646Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
26162026-03-31T01:16:50.728Z Compiling semver v0.1.20
26172026-03-31T01:16:50.743Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26182026-03-31T01:16:50.828Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26192026-03-31T01:16:50.857Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26202026-03-31T01:16:50.878Z Compiling num_enum_derive v0.5.11
26212026-03-31T01:16:50.978Z Compiling rustc_version v0.1.7
26222026-03-31T01:16:51.002Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
26232026-03-31T01:16:51.016Z Checking rand v0.10.0
26242026-03-31T01:16:51.039Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26252026-03-31T01:16:51.502Z Compiling pin-project-internal v1.1.11
26262026-03-31T01:16:51.921Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26272026-03-31T01:16:51.947Z Checking linked-hash-map v0.5.6
26282026-03-31T01:16:52.114Z Compiling minimal-lexical v0.2.1
26292026-03-31T01:16:52.129Z Checking lru-cache v0.1.2
26302026-03-31T01:16:52.256Z Checking num_enum v0.5.11
26312026-03-31T01:16:52.297Z Compiling progenitor-macro v0.13.0
26322026-03-31T01:16:52.373Z Compiling nom v7.1.3
26332026-03-31T01:16:52.660Z Checking pin-project v1.1.11
26342026-03-31T01:16:52.727Z Compiling newtype_derive v0.1.6
26352026-03-31T01:16:52.766Z Compiling typify v0.4.3
26362026-03-31T01:16:53.276Z Checking newline-converter v0.3.0
26372026-03-31T01:16:53.393Z Checking atomicwrites v0.4.4
26382026-03-31T01:16:53.409Z Checking camino-tempfile v1.4.1
26392026-03-31T01:16:53.534Z Checking phf_shared v0.12.1
26402026-03-31T01:16:53.573Z Checking hickory-proto v0.24.4
26412026-03-31T01:16:53.719Z Checking console v0.15.11
26422026-03-31T01:16:53.750Z Checking pem v3.0.6
26432026-03-31T01:16:53.768Z Checking csv-core v0.1.13
26442026-03-31T01:16:53.916Z Compiling snafu-derive v0.8.9
26452026-03-31T01:16:53.955Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26462026-03-31T01:16:53.970Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26472026-03-31T01:16:54.063Z Compiling async-recursion v1.1.1
26482026-03-31T01:16:54.220Z Compiling derive-where v1.6.0
26492026-03-31T01:16:54.722Z Compiling slog-dtrace v0.3.0
26502026-03-31T01:16:54.921Z Checking resolv-conf v0.7.6
26512026-03-31T01:16:54.952Z Checking same-file v1.0.6
26522026-03-31T01:16:55.079Z Checking highway v1.3.0
26532026-03-31T01:16:55.108Z Compiling chrono-tz v0.10.4
26542026-03-31T01:16:55.290Z Compiling owo-colors v4.3.0
26552026-03-31T01:16:55.308Z Checking unicode-width v0.1.14
26562026-03-31T01:16:55.344Z Compiling cancel-safe-futures v0.1.5
26572026-03-31T01:16:55.358Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26582026-03-31T01:16:55.521Z Checking hickory-resolver v0.24.4
26592026-03-31T01:16:55.566Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26602026-03-31T01:16:55.604Z Checking walkdir v2.5.0
26612026-03-31T01:16:55.669Z Compiling const_format_proc_macros v0.2.34
26622026-03-31T01:16:55.807Z Checking snafu v0.8.9
26632026-03-31T01:16:56.009Z Checking expectorate v1.2.0
26642026-03-31T01:16:56.055Z Checking csv v1.4.0
26652026-03-31T01:16:56.147Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26662026-03-31T01:16:56.252Z Checking phf v0.12.1
26672026-03-31T01:16:56.429Z Compiling progenitor-impl v0.10.0
26682026-03-31T01:16:56.449Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26692026-03-31T01:16:56.485Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26702026-03-31T01:16:56.638Z Checking tokio-dtrace v0.1.1
26712026-03-31T01:16:56.715Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26722026-03-31T01:16:56.828Z Compiling toml v0.9.12+spec-1.1.0
26732026-03-31T01:16:56.843Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26742026-03-31T01:16:57.215Z Checking progenitor v0.13.0
26752026-03-31T01:16:57.257Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26762026-03-31T01:16:57.361Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3278ded80bb93538468313f046be906df4bd5748#3278ded8)
26772026-03-31T01:16:57.379Z Checking globset v0.4.18
26782026-03-31T01:16:57.501Z Checking olpc-cjson v0.1.4
26792026-03-31T01:16:57.537Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26802026-03-31T01:16:57.650Z Checking libsw-core v0.3.2
26812026-03-31T01:16:57.669Z Checking smf v0.2.3
26822026-03-31T01:16:57.806Z Checking serde_plain v1.0.2
26832026-03-31T01:16:57.806Z Checking arc-swap v1.8.2
26842026-03-31T01:16:57.903Z Compiling lzma-sys v0.1.20
26852026-03-31T01:16:57.970Z Checking sigpipe v0.1.3
26862026-03-31T01:16:58.028Z Compiling num-derive v0.4.2
26872026-03-31T01:16:58.051Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26882026-03-31T01:16:58.136Z Checking typed-path v0.9.3
26892026-03-31T01:16:58.151Z Checking utf-8 v0.7.6
26902026-03-31T01:16:58.230Z Checking bytecount v0.6.9
26912026-03-31T01:16:58.245Z Checking glob v0.3.3
26922026-03-31T01:16:58.285Z Checking tungstenite v0.21.0
26932026-03-31T01:16:58.333Z Checking papergrid v0.11.0
26942026-03-31T01:16:58.352Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26952026-03-31T01:16:58.427Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26962026-03-31T01:16:58.516Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26972026-03-31T01:16:58.590Z Checking slog-scope v4.4.1
26982026-03-31T01:16:58.720Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26992026-03-31T01:16:58.735Z Checking libsw v3.5.0
27002026-03-31T01:16:58.749Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3278ded80bb93538468313f046be906df4bd5748#3278ded8)
27012026-03-31T01:16:58.884Z Compiling cargo_toml v0.22.3
27022026-03-31T01:16:58.903Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
27032026-03-31T01:16:58.916Z Checking tough v0.20.0
27042026-03-31T01:16:58.940Z Checking oxide-tokio-rt v0.1.3
27052026-03-31T01:16:58.954Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=3df8a24e046bcfdb0d69f93075e8e1d2d0e9889d#3df8a24e)
27062026-03-31T01:16:59.074Z Compiling progenitor-macro v0.10.0
27072026-03-31T01:16:59.140Z Checking const_format v0.2.35
27082026-03-31T01:16:59.250Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
27092026-03-31T01:16:59.333Z Checking qorb v0.4.1
27102026-03-31T01:16:59.374Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27112026-03-31T01:17:00.685Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27122026-03-31T01:17:00.788Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27132026-03-31T01:17:00.816Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27142026-03-31T01:17:00.876Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27152026-03-31T01:17:01.097Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
27162026-03-31T01:17:01.217Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27172026-03-31T01:17:01.220Z Checking progenitor-client v0.10.0
27182026-03-31T01:17:01.307Z Checking gethostname v0.5.0
27192026-03-31T01:17:01.322Z Compiling tabled_derive v0.7.0
27202026-03-31T01:17:01.401Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27212026-03-31T01:17:01.446Z Checking bcs v0.1.6
27222026-03-31T01:17:01.612Z Checking termtree v0.5.1
27232026-03-31T01:17:01.679Z Checking whoami v1.6.1
27242026-03-31T01:17:01.695Z Checking smawk v0.3.2
27252026-03-31T01:17:01.718Z Checking linear-map v1.2.0
27262026-03-31T01:17:01.753Z Checking unicode-linebreak v0.1.5
27272026-03-31T01:17:01.827Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27282026-03-31T01:17:01.923Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27292026-03-31T01:17:01.975Z Checking textwrap v0.16.2
27302026-03-31T01:17:02.202Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27312026-03-31T01:17:02.314Z Checking tabled v0.15.0
27322026-03-31T01:17:02.367Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27332026-03-31T01:17:03.091Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27342026-03-31T01:17:03.126Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27352026-03-31T01:17:03.215Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27362026-03-31T01:17:03.477Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27372026-03-31T01:17:03.506Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27382026-03-31T01:17:03.681Z Checking steno v0.4.1
27392026-03-31T01:17:03.697Z Checking slog-stdlog v4.1.1
27402026-03-31T01:17:03.730Z Checking tokio-tungstenite v0.21.0
27412026-03-31T01:17:03.816Z Checking typeid v1.0.3
27422026-03-31T01:17:03.935Z Checking progenitor v0.10.0
27432026-03-31T01:17:04.004Z Checking humantime v2.3.0
27442026-03-31T01:17:04.030Z Checking base64 v0.21.7
27452026-03-31T01:17:04.050Z Checking xz2 v0.1.7
27462026-03-31T01:17:04.071Z Checking ron v0.12.0
27472026-03-31T01:17:04.188Z Checking slog-envlogger v2.2.0
27482026-03-31T01:17:04.273Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27492026-03-31T01:17:04.342Z Checking yasna v0.5.2
27502026-03-31T01:17:04.681Z Checking headers-core v0.3.0
27512026-03-31T01:17:04.718Z Checking filetime v0.2.27
27522026-03-31T01:17:04.786Z Checking base16ct v1.0.0
27532026-03-31T01:17:04.799Z Checking xattr v1.6.1
27542026-03-31T01:17:04.819Z Checking headers v0.4.1
27552026-03-31T01:17:04.852Z Checking rcgen v0.12.1
27562026-03-31T01:17:04.918Z Checking subprocess v0.2.15
27572026-03-31T01:17:04.932Z Checking tar v0.4.45
27582026-03-31T01:17:10.037Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27592026-03-31T01:17:16.009Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27602026-03-31T01:17:17.324Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27612026-03-31T01:17:18.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
27622026-03-31T01:17:18.718Z
27632026-03-31T01:17:18.718Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/268)
27642026-03-31T01:17:19.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27652026-03-31T01:17:19.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27662026-03-31T01:17:19.478Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27672026-03-31T01:17:20.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.09s
27682026-03-31T01:17:21.023Z
27692026-03-31T01:17:21.023Zinfo: running `cargo check --bins` on nexus-config (51/268)
27702026-03-31T01:17:21.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27712026-03-31T01:17:21.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27722026-03-31T01:17:21.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27732026-03-31T01:17:21.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27742026-03-31T01:17:21.669Z
27752026-03-31T01:17:21.669Zinfo: running `cargo check --bins` on nexus-types (52/268)
27762026-03-31T01:17:22.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27772026-03-31T01:17:22.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27782026-03-31T01:17:22.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27792026-03-31T01:17:22.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27802026-03-31T01:17:22.315Z
27812026-03-31T01:17:22.315Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/268)
27822026-03-31T01:17:22.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27832026-03-31T01:17:22.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27842026-03-31T01:17:22.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27852026-03-31T01:17:22.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27862026-03-31T01:17:22.935Z
27872026-03-31T01:17:22.935Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/268)
27882026-03-31T01:17:23.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27892026-03-31T01:17:23.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27902026-03-31T01:17:23.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27912026-03-31T01:17:23.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27922026-03-31T01:17:23.535Z
27932026-03-31T01:17:23.535Zinfo: running `cargo check --bins` on cockroach-admin-types (55/268)
27942026-03-31T01:17:24.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27952026-03-31T01:17:24.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27962026-03-31T01:17:24.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27972026-03-31T01:17:24.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
27982026-03-31T01:17:24.128Z
27992026-03-31T01:17:24.128Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/268)
28002026-03-31T01:17:24.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28012026-03-31T01:17:24.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28022026-03-31T01:17:24.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28032026-03-31T01:17:24.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28042026-03-31T01:17:24.728Z
28052026-03-31T01:17:24.728Zinfo: running `cargo check --bins` on ereport-types (57/268)
28062026-03-31T01:17:25.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28072026-03-31T01:17:25.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28082026-03-31T01:17:25.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28092026-03-31T01:17:25.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28102026-03-31T01:17:25.333Z
28112026-03-31T01:17:25.333Zinfo: running `cargo check --bins` on gateway-client (58/268)
28122026-03-31T01:17:25.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28132026-03-31T01:17:25.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28142026-03-31T01:17:25.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28152026-03-31T01:17:25.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28162026-03-31T01:17:25.944Z
28172026-03-31T01:17:25.944Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/268)
28182026-03-31T01:17:26.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28192026-03-31T01:17:26.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28202026-03-31T01:17:26.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28212026-03-31T01:17:26.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28222026-03-31T01:17:26.558Z
28232026-03-31T01:17:26.558Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/268)
28242026-03-31T01:17:27.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28252026-03-31T01:17:27.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28262026-03-31T01:17:27.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28272026-03-31T01:17:27.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28282026-03-31T01:17:27.164Z
28292026-03-31T01:17:27.164Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/268)
28302026-03-31T01:17:27.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28312026-03-31T01:17:27.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28322026-03-31T01:17:27.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28332026-03-31T01:17:27.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28342026-03-31T01:17:27.772Z
28352026-03-31T01:17:27.772Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/268)
28362026-03-31T01:17:28.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28372026-03-31T01:17:28.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28382026-03-31T01:17:28.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28392026-03-31T01:17:28.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28402026-03-31T01:17:28.380Z
28412026-03-31T01:17:28.380Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/268)
28422026-03-31T01:17:28.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28432026-03-31T01:17:28.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28442026-03-31T01:17:28.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28452026-03-31T01:17:28.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28462026-03-31T01:17:29.073Z
28472026-03-31T01:17:29.073Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/268)
28482026-03-31T01:17:29.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28492026-03-31T01:17:29.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28502026-03-31T01:17:29.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28512026-03-31T01:17:29.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28522026-03-31T01:17:29.638Z
28532026-03-31T01:17:29.638Zinfo: running `cargo check --bins` on key-manager-types (65/268)
28542026-03-31T01:17:30.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28552026-03-31T01:17:30.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28562026-03-31T01:17:30.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28572026-03-31T01:17:30.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28582026-03-31T01:17:30.232Z
28592026-03-31T01:17:30.232Zinfo: running `cargo check --bins` on oxlog (66/268)
28602026-03-31T01:17:30.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28612026-03-31T01:17:30.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28622026-03-31T01:17:30.851Z Compiling newtype-uuid v1.3.2
28632026-03-31T01:17:31.063Z Compiling daft v0.1.5
28642026-03-31T01:17:31.255Z Compiling iddqd v0.3.17
28652026-03-31T01:17:32.157Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28662026-03-31T01:17:32.382Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28672026-03-31T01:17:32.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.42s
28682026-03-31T01:17:32.856Z
28692026-03-31T01:17:32.856Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (67/268)
28702026-03-31T01:17:33.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-03-31T01:17:33.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-03-31T01:17:33.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28732026-03-31T01:17:33.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28742026-03-31T01:17:33.470Z
28752026-03-31T01:17:33.470Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (68/268)
28762026-03-31T01:17:33.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772026-03-31T01:17:33.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782026-03-31T01:17:33.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28792026-03-31T01:17:33.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28802026-03-31T01:17:34.087Z
28812026-03-31T01:17:34.087Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (69/268)
28822026-03-31T01:17:34.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832026-03-31T01:17:34.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842026-03-31T01:17:34.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28852026-03-31T01:17:34.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28862026-03-31T01:17:34.703Z
28872026-03-31T01:17:34.703Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (70/268)
28882026-03-31T01:17:35.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892026-03-31T01:17:35.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902026-03-31T01:17:35.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912026-03-31T01:17:35.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28922026-03-31T01:17:35.319Z
28932026-03-31T01:17:35.319Zinfo: running `cargo check --bins` on omicron-passwords (71/268)
28942026-03-31T01:17:35.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-03-31T01:17:35.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-03-31T01:17:35.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972026-03-31T01:17:35.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28982026-03-31T01:17:35.916Z
28992026-03-31T01:17:35.916Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (72/268)
29002026-03-31T01:17:36.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-03-31T01:17:36.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-03-31T01:17:36.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032026-03-31T01:17:36.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29042026-03-31T01:17:36.515Z
29052026-03-31T01:17:36.515Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (73/268)
29062026-03-31T01:17:37.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-03-31T01:17:37.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-03-31T01:17:37.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092026-03-31T01:17:37.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29102026-03-31T01:17:37.116Z
29112026-03-31T01:17:37.116Zinfo: running `cargo check --bins --no-default-features` on gfss (74/268)
29122026-03-31T01:17:37.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-03-31T01:17:37.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-03-31T01:17:37.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-03-31T01:17:37.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29162026-03-31T01:17:37.709Z
29172026-03-31T01:17:37.709Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (75/268)
29182026-03-31T01:17:38.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-03-31T01:17:38.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-03-31T01:17:38.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-03-31T01:17:38.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29222026-03-31T01:17:38.304Z
29232026-03-31T01:17:38.304Zinfo: running `cargo check --bins` on internal-dns-types (76/268)
29242026-03-31T01:17:38.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-03-31T01:17:38.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-03-31T01:17:38.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-03-31T01:17:38.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29282026-03-31T01:17:38.922Z
29292026-03-31T01:17:38.922Zinfo: running `cargo check --bins` on internal-dns-types-versions (77/268)
29302026-03-31T01:17:39.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-03-31T01:17:39.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-03-31T01:17:39.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332026-03-31T01:17:39.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29342026-03-31T01:17:39.537Z
29352026-03-31T01:17:39.537Zinfo: running `cargo check --bins` on nexus-types-versions (78/268)
29362026-03-31T01:17:40.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-03-31T01:17:40.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-03-31T01:17:40.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29392026-03-31T01:17:40.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29402026-03-31T01:17:40.171Z
29412026-03-31T01:17:40.171Zinfo: running `cargo check --bins` on oxql-types (79/268)
29422026-03-31T01:17:40.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29432026-03-31T01:17:40.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29442026-03-31T01:17:40.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29452026-03-31T01:17:40.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29462026-03-31T01:17:40.789Z
29472026-03-31T01:17:40.789Zinfo: running `cargo check --bins` on oximeter-types (80/268)
29482026-03-31T01:17:41.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29492026-03-31T01:17:41.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29502026-03-31T01:17:41.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29512026-03-31T01:17:41.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29522026-03-31T01:17:41.401Z
29532026-03-31T01:17:41.401Zinfo: running `cargo check --bins` on oximeter-types-versions (81/268)
29542026-03-31T01:17:41.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29552026-03-31T01:17:41.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29562026-03-31T01:17:41.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29572026-03-31T01:17:41.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29582026-03-31T01:17:42.013Z
29592026-03-31T01:17:42.013Zinfo: running `cargo check --bins` on oximeter-macro-impl (82/268)
29602026-03-31T01:17:42.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29612026-03-31T01:17:42.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29622026-03-31T01:17:42.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29632026-03-31T01:17:42.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29642026-03-31T01:17:42.608Z
29652026-03-31T01:17:42.608Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/268)
29662026-03-31T01:17:43.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29672026-03-31T01:17:43.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29682026-03-31T01:17:43.281Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29692026-03-31T01:17:43.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
29702026-03-31T01:17:44.008Z
29712026-03-31T01:17:44.008Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/268)
29722026-03-31T01:17:44.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29732026-03-31T01:17:44.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29742026-03-31T01:17:44.698Z Compiling ar_archive_writer v0.5.1
29752026-03-31T01:17:44.811Z Compiling stacker v0.1.23
29762026-03-31T01:17:44.819Z Compiling cfg_aliases v0.1.1
29772026-03-31T01:17:44.826Z Compiling convert_case v0.10.0
29782026-03-31T01:17:44.833Z Checking fd-lock v4.0.4
29792026-03-31T01:17:44.833Z Checking nibble_vec v0.1.0
29802026-03-31T01:17:44.836Z Checking vte v0.14.1
29812026-03-31T01:17:44.836Z Compiling recursive-proc-macro-impl v0.1.1
29822026-03-31T01:17:44.878Z Compiling nix v0.28.0
29832026-03-31T01:17:44.943Z Checking endian-type v0.1.2
29842026-03-31T01:17:44.981Z Checking strip-ansi-escapes v0.2.1
29852026-03-31T01:17:44.994Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29862026-03-31T01:17:45.068Z Checking radix_trie v0.2.1
29872026-03-31T01:17:45.080Z Compiling peg-macros v0.8.5
29882026-03-31T01:17:45.093Z Checking winnow v0.6.26
29892026-03-31T01:17:45.112Z Compiling derive_more-impl v2.1.1
29902026-03-31T01:17:45.249Z Compiling sqlparser_derive v0.5.0
29912026-03-31T01:17:45.272Z Checking unicode_categories v0.1.1
29922026-03-31T01:17:45.429Z Checking nu-ansi-term v0.50.3
29932026-03-31T01:17:45.453Z Checking home v0.5.12
29942026-03-31T01:17:45.582Z Checking display-error-chain v0.2.2
29952026-03-31T01:17:45.644Z Checking reedline v0.40.0
29962026-03-31T01:17:45.665Z Compiling psm v0.1.30
29972026-03-31T01:17:45.925Z Checking derive_more v2.1.1
29982026-03-31T01:17:46.003Z Checking crossterm v0.29.0
29992026-03-31T01:17:46.202Z Checking rustyline v14.0.0
30002026-03-31T01:17:46.206Z Checking sqlformat v0.3.5
30012026-03-31T01:17:46.210Z Checking peg v0.8.5
30022026-03-31T01:17:46.401Z Checking recursive v0.1.1
30032026-03-31T01:17:46.494Z Checking sqlparser v0.61.0
30042026-03-31T01:17:57.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.47s
30052026-03-31T01:17:57.697Z
30062026-03-31T01:17:57.697Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/268)
30072026-03-31T01:17:58.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082026-03-31T01:17:58.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092026-03-31T01:17:58.387Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30102026-03-31T01:18:01.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
30112026-03-31T01:18:01.944Z
30122026-03-31T01:18:01.944Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/268)
30132026-03-31T01:18:02.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142026-03-31T01:18:02.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152026-03-31T01:18:02.643Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30162026-03-31T01:18:05.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
30172026-03-31T01:18:05.210Z
30182026-03-31T01:18:05.210Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/268)
30192026-03-31T01:18:05.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202026-03-31T01:18:05.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212026-03-31T01:18:05.898Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30222026-03-31T01:18:09.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s
30232026-03-31T01:18:09.267Z
30242026-03-31T01:18:09.267Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/268)
30252026-03-31T01:18:09.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262026-03-31T01:18:09.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272026-03-31T01:18:09.961Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30282026-03-31T01:18:13.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s
30292026-03-31T01:18:13.366Z
30302026-03-31T01:18:13.366Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/268)
30312026-03-31T01:18:13.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322026-03-31T01:18:13.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332026-03-31T01:18:14.059Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30342026-03-31T01:18:16.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
30352026-03-31T01:18:16.775Z
30362026-03-31T01:18:16.775Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/268)
30372026-03-31T01:18:17.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382026-03-31T01:18:17.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392026-03-31T01:18:17.465Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30402026-03-31T01:18:20.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
30412026-03-31T01:18:20.206Z
30422026-03-31T01:18:20.206Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/268)
30432026-03-31T01:18:20.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442026-03-31T01:18:20.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452026-03-31T01:18:20.896Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30462026-03-31T01:18:28.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s
30472026-03-31T01:18:28.285Z
30482026-03-31T01:18:28.285Zinfo: running `cargo check --bins` on oximeter (92/268)
30492026-03-31T01:18:28.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502026-03-31T01:18:28.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512026-03-31T01:18:28.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522026-03-31T01:18:28.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30532026-03-31T01:18:28.285Z
30542026-03-31T01:18:28.285Zinfo: running `cargo check --bins` on oximeter-schema (93/268)
30552026-03-31T01:18:28.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562026-03-31T01:18:28.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572026-03-31T01:18:28.320Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30582026-03-31T01:18:28.320Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30592026-03-31T01:18:28.320Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30602026-03-31T01:18:28.320Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30612026-03-31T01:18:29.612Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30622026-03-31T01:18:29.929Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30632026-03-31T01:18:31.005Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30642026-03-31T01:18:31.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.62s
30652026-03-31T01:18:31.862Z
30662026-03-31T01:18:31.863Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/268)
30672026-03-31T01:18:32.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682026-03-31T01:18:32.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692026-03-31T01:18:32.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30702026-03-31T01:18:32.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30712026-03-31T01:18:32.479Z
30722026-03-31T01:18:32.480Zinfo: running `cargo check --bins` on oximeter-test-utils (95/268)
30732026-03-31T01:18:33.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742026-03-31T01:18:33.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752026-03-31T01:18:33.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30762026-03-31T01:18:33.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30772026-03-31T01:18:33.151Z
30782026-03-31T01:18:33.151Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/268)
30792026-03-31T01:18:33.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802026-03-31T01:18:33.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812026-03-31T01:18:33.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30822026-03-31T01:18:33.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30832026-03-31T01:18:33.784Z
30842026-03-31T01:18:33.784Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/268)
30852026-03-31T01:18:34.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862026-03-31T01:18:34.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872026-03-31T01:18:34.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30882026-03-31T01:18:34.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30892026-03-31T01:18:34.394Z
30902026-03-31T01:18:34.394Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/268)
30912026-03-31T01:18:34.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30922026-03-31T01:18:34.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30932026-03-31T01:18:34.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30942026-03-31T01:18:34.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30952026-03-31T01:18:35.016Z
30962026-03-31T01:18:35.016Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/268)
30972026-03-31T01:18:35.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30982026-03-31T01:18:35.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30992026-03-31T01:18:35.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31002026-03-31T01:18:35.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31012026-03-31T01:18:35.636Z
31022026-03-31T01:18:35.636Zinfo: running `cargo check --bins` on trust-quorum-types (100/268)
31032026-03-31T01:18:36.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042026-03-31T01:18:36.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052026-03-31T01:18:36.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31062026-03-31T01:18:36.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31072026-03-31T01:18:36.233Z
31082026-03-31T01:18:36.233Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/268)
31092026-03-31T01:18:36.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102026-03-31T01:18:36.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112026-03-31T01:18:36.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31122026-03-31T01:18:36.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31132026-03-31T01:18:36.858Z
31142026-03-31T01:18:36.858Zinfo: running `cargo check --bins` on update-engine (102/268)
31152026-03-31T01:18:37.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162026-03-31T01:18:37.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172026-03-31T01:18:37.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31182026-03-31T01:18:37.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31192026-03-31T01:18:37.466Z
31202026-03-31T01:18:37.466Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/268)
31212026-03-31T01:18:38.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222026-03-31T01:18:38.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232026-03-31T01:18:38.180Z Checking dropshot-api-manager-types v0.7.0
31242026-03-31T01:18:38.180Z Checking nanorand v0.7.0
31252026-03-31T01:18:38.425Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31262026-03-31T01:18:38.452Z Checking flume v0.11.1
31272026-03-31T01:18:38.658Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31282026-03-31T01:18:39.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s
31292026-03-31T01:18:39.869Z
31302026-03-31T01:18:39.869Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/268)
31312026-03-31T01:18:40.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322026-03-31T01:18:40.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332026-03-31T01:18:40.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342026-03-31T01:18:40.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31352026-03-31T01:18:40.485Z
31362026-03-31T01:18:40.485Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/268)
31372026-03-31T01:18:41.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382026-03-31T01:18:41.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392026-03-31T01:18:41.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402026-03-31T01:18:41.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31412026-03-31T01:18:41.107Z
31422026-03-31T01:18:41.107Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/268)
31432026-03-31T01:18:41.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442026-03-31T01:18:41.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452026-03-31T01:18:41.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462026-03-31T01:18:41.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31472026-03-31T01:18:41.732Z
31482026-03-31T01:18:41.733Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/268)
31492026-03-31T01:18:42.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502026-03-31T01:18:42.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512026-03-31T01:18:42.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522026-03-31T01:18:42.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31532026-03-31T01:18:42.347Z
31542026-03-31T01:18:42.347Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/268)
31552026-03-31T01:18:42.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562026-03-31T01:18:42.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572026-03-31T01:18:42.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582026-03-31T01:18:42.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31592026-03-31T01:18:42.964Z
31602026-03-31T01:18:42.964Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/268)
31612026-03-31T01:18:43.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622026-03-31T01:18:43.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632026-03-31T01:18:43.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31642026-03-31T01:18:43.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31652026-03-31T01:18:43.575Z
31662026-03-31T01:18:43.575Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/268)
31672026-03-31T01:18:44.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682026-03-31T01:18:44.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692026-03-31T01:18:44.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31702026-03-31T01:18:44.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31712026-03-31T01:18:44.187Z
31722026-03-31T01:18:44.187Zinfo: running `cargo check --bins` on cockroach-admin-client (111/268)
31732026-03-31T01:18:44.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31742026-03-31T01:18:44.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31752026-03-31T01:18:44.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31762026-03-31T01:18:44.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31772026-03-31T01:18:44.793Z
31782026-03-31T01:18:44.793Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/268)
31792026-03-31T01:18:45.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31802026-03-31T01:18:45.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31812026-03-31T01:18:45.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31822026-03-31T01:18:45.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31832026-03-31T01:18:45.404Z
31842026-03-31T01:18:45.404Zinfo: running `cargo check --bins` on dns-service-client (113/268)
31852026-03-31T01:18:45.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31862026-03-31T01:18:45.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31872026-03-31T01:18:45.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31882026-03-31T01:18:45.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31892026-03-31T01:18:46.022Z
31902026-03-31T01:18:46.022Zinfo: running `cargo check --bins` on installinator-client (114/268)
31912026-03-31T01:18:46.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31922026-03-31T01:18:46.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31932026-03-31T01:18:46.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31942026-03-31T01:18:46.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31952026-03-31T01:18:46.645Z
31962026-03-31T01:18:46.645Zinfo: running `cargo check --bins` on nexus-client (115/268)
31972026-03-31T01:18:47.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31982026-03-31T01:18:47.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31992026-03-31T01:18:47.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32002026-03-31T01:18:47.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32012026-03-31T01:18:47.320Z
32022026-03-31T01:18:47.320Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/268)
32032026-03-31T01:18:47.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042026-03-31T01:18:47.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052026-03-31T01:18:47.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32062026-03-31T01:18:47.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32072026-03-31T01:18:47.953Z
32082026-03-31T01:18:47.953Zinfo: running `cargo check --bins` on ntp-admin-client (117/268)
32092026-03-31T01:18:48.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102026-03-31T01:18:48.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112026-03-31T01:18:48.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32122026-03-31T01:18:48.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32132026-03-31T01:18:48.560Z
32142026-03-31T01:18:48.560Zinfo: running `cargo check --bins` on oxide-client (118/268)
32152026-03-31T01:18:49.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162026-03-31T01:18:49.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172026-03-31T01:18:49.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32182026-03-31T01:18:49.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32192026-03-31T01:18:49.167Z
32202026-03-31T01:18:49.167Zinfo: running `cargo check --bins` on oximeter-client (119/268)
32212026-03-31T01:18:49.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32222026-03-31T01:18:49.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32232026-03-31T01:18:49.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32242026-03-31T01:18:49.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32252026-03-31T01:18:49.780Z
32262026-03-31T01:18:49.780Zinfo: running `cargo check --bins` on repo-depot-client (120/268)
32272026-03-31T01:18:50.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32282026-03-31T01:18:50.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32292026-03-31T01:18:50.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32302026-03-31T01:18:50.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32312026-03-31T01:18:50.388Z
32322026-03-31T01:18:50.388Zinfo: running `cargo check --bins` on sled-agent-client (121/268)
32332026-03-31T01:18:50.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32342026-03-31T01:18:50.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32352026-03-31T01:18:50.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32362026-03-31T01:18:50.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32372026-03-31T01:18:51.007Z
32382026-03-31T01:18:51.007Zinfo: running `cargo check --bins` on wicketd-client (122/268)
32392026-03-31T01:18:51.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32402026-03-31T01:18:51.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32412026-03-31T01:18:51.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32422026-03-31T01:18:51.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32432026-03-31T01:18:51.641Z
32442026-03-31T01:18:51.641Zinfo: running `cargo check --bins` on installinator-common (123/268)
32452026-03-31T01:18:52.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32462026-03-31T01:18:52.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32472026-03-31T01:18:52.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32482026-03-31T01:18:52.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32492026-03-31T01:18:52.272Z
32502026-03-31T01:18:52.272Zinfo: running `cargo check --bins` on installinator-common-versions (124/268)
32512026-03-31T01:18:52.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32522026-03-31T01:18:52.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32532026-03-31T01:18:52.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32542026-03-31T01:18:52.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32552026-03-31T01:18:52.875Z
32562026-03-31T01:18:52.875Zinfo: running `cargo check --bins` on wicket-common (125/268)
32572026-03-31T01:18:53.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32582026-03-31T01:18:53.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32592026-03-31T01:18:53.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32602026-03-31T01:18:53.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32612026-03-31T01:18:53.504Z
32622026-03-31T01:18:53.504Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/268)
32632026-03-31T01:18:54.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32642026-03-31T01:18:54.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32652026-03-31T01:18:54.207Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
32662026-03-31T01:18:54.324Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
32672026-03-31T01:18:54.333Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
32682026-03-31T01:18:54.336Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32692026-03-31T01:18:54.341Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32702026-03-31T01:18:54.360Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32712026-03-31T01:18:54.372Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32722026-03-31T01:18:54.382Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32732026-03-31T01:18:54.513Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32742026-03-31T01:18:54.557Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32752026-03-31T01:18:54.581Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32762026-03-31T01:18:54.732Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32772026-03-31T01:18:54.736Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32782026-03-31T01:18:55.493Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32792026-03-31T01:19:00.648Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32802026-03-31T01:19:01.269Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32812026-03-31T01:19:03.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.06s
32822026-03-31T01:19:03.769Z
32832026-03-31T01:19:03.769Zinfo: running `cargo check --bins` on cockroach-admin-api (127/268)
32842026-03-31T01:19:04.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32852026-03-31T01:19:04.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32862026-03-31T01:19:04.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32872026-03-31T01:19:04.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32882026-03-31T01:19:04.388Z
32892026-03-31T01:19:04.388Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/268)
32902026-03-31T01:19:04.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32912026-03-31T01:19:04.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32922026-03-31T01:19:04.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32932026-03-31T01:19:04.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32942026-03-31T01:19:05.102Z
32952026-03-31T01:19:05.102Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/268)
32962026-03-31T01:19:05.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32972026-03-31T01:19:05.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32982026-03-31T01:19:05.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32992026-03-31T01:19:05.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33002026-03-31T01:19:05.805Z
33012026-03-31T01:19:05.805Zinfo: running `cargo check --bins` on dns-server (130/268)
33022026-03-31T01:19:06.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33032026-03-31T01:19:06.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33042026-03-31T01:19:06.483Z Compiling parking_lot_core v0.8.6
33052026-03-31T01:19:06.483Z Compiling git-stub v1.0.0
33062026-03-31T01:19:06.486Z Compiling atomicwrites v0.4.4
33072026-03-31T01:19:06.486Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33082026-03-31T01:19:06.615Z Checking tagptr v0.2.0
33092026-03-31T01:19:06.626Z Checking prefix-trie v0.7.0
33102026-03-31T01:19:06.630Z Checking fxhash v0.2.1
33112026-03-31T01:19:06.630Z Checking hickory-client v0.25.2
33122026-03-31T01:19:06.734Z Compiling git-stub-vcs v0.1.0
33132026-03-31T01:19:06.746Z Checking moka v0.12.13
33142026-03-31T01:19:06.941Z Checking hickory-server v0.25.2
33152026-03-31T01:19:07.019Z Checking parking_lot v0.11.2
33162026-03-31T01:19:07.444Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33172026-03-31T01:19:07.448Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33182026-03-31T01:19:07.448Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33192026-03-31T01:19:07.448Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33202026-03-31T01:19:07.448Z Checking sled v0.34.7
33212026-03-31T01:19:07.448Z Checking hickory-resolver v0.25.2
33222026-03-31T01:19:09.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.43s
33232026-03-31T01:19:09.433Z
33242026-03-31T01:19:09.433Zinfo: running `cargo check --bins` on dns-server-api (131/268)
33252026-03-31T01:19:09.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33262026-03-31T01:19:09.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33272026-03-31T01:19:09.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33282026-03-31T01:19:09.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33292026-03-31T01:19:10.040Z
33302026-03-31T01:19:10.040Zinfo: running `cargo check --bins` on gateway-test-utils (132/268)
33312026-03-31T01:19:10.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33322026-03-31T01:19:10.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33332026-03-31T01:19:10.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33342026-03-31T01:19:10.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33352026-03-31T01:19:10.707Z
33362026-03-31T01:19:10.707Zinfo: running `cargo check --bins` on omicron-gateway (133/268)
33372026-03-31T01:19:11.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33382026-03-31T01:19:11.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33392026-03-31T01:19:11.489Z Compiling radium v0.7.0
33402026-03-31T01:19:11.574Z Compiling maybe-uninit v2.0.0
33412026-03-31T01:19:11.574Z Checking tap v1.0.1
33422026-03-31T01:19:11.594Z Compiling zerocopy-derive v0.6.6
33432026-03-31T01:19:11.603Z Compiling packed_struct v0.10.1
33442026-03-31T01:19:11.606Z Checking crc-catalog v2.4.0
33452026-03-31T01:19:11.627Z Checking funty v2.0.0
33462026-03-31T01:19:11.642Z Compiling packed_struct_codegen v0.10.1
33472026-03-31T01:19:11.667Z Checking wyz v0.5.1
33482026-03-31T01:19:11.704Z Checking crc v3.4.0
33492026-03-31T01:19:11.864Z Compiling bitfield-macros v0.19.4
33502026-03-31T01:19:11.877Z Compiling indexmap v1.9.3
33512026-03-31T01:19:11.902Z Checking nodrop v0.1.14
33522026-03-31T01:19:11.961Z Checking smallvec v0.6.14
33532026-03-31T01:19:11.965Z Checking hashbrown v0.12.3
33542026-03-31T01:19:12.003Z Checking array-init v0.0.4
33552026-03-31T01:19:12.006Z Checking bitvec v1.0.1
33562026-03-31T01:19:12.088Z Checking ron v0.8.1
33572026-03-31T01:19:12.170Z Checking hashbrown v0.13.2
33582026-03-31T01:19:12.297Z Checking serde-hex v0.1.0
33592026-03-31T01:19:12.429Z Checking zerocopy v0.6.6
33602026-03-31T01:19:12.559Z Checking bitfield v0.19.4
33612026-03-31T01:19:12.595Z Checking crc-any v2.5.0
33622026-03-31T01:19:12.609Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33632026-03-31T01:19:12.712Z Checking half v1.8.3
33642026-03-31T01:19:12.725Z Checking object v0.30.4
33652026-03-31T01:19:12.730Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33662026-03-31T01:19:12.769Z Checking void v1.0.2
33672026-03-31T01:19:12.814Z Checking path-slash v0.1.5
33682026-03-31T01:19:12.871Z Checking lzss v0.8.2
33692026-03-31T01:19:12.884Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33702026-03-31T01:19:12.902Z Checking serde_cbor v0.11.2
33712026-03-31T01:19:12.915Z Checking tungstenite v0.23.0
33722026-03-31T01:19:12.952Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33732026-03-31T01:19:13.042Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33742026-03-31T01:19:13.056Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33752026-03-31T01:19:13.110Z Checking nix v0.27.1
33762026-03-31T01:19:13.276Z Checking kstat-rs v0.2.4
33772026-03-31T01:19:13.317Z Checking serde_bytes v0.11.19
33782026-03-31T01:19:13.450Z Checking tokio-tungstenite v0.23.1
33792026-03-31T01:19:13.464Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33802026-03-31T01:19:13.488Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33812026-03-31T01:19:13.614Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33822026-03-31T01:19:13.706Z Checking signal-hook-tokio v0.3.1
33832026-03-31T01:19:14.292Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33842026-03-31T01:19:14.617Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33852026-03-31T01:19:16.739Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33862026-03-31T01:19:17.583Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33872026-03-31T01:19:17.859Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33882026-03-31T01:19:18.930Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33892026-03-31T01:19:20.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.24s
33902026-03-31T01:19:21.151Z
33912026-03-31T01:19:21.151Zinfo: running `cargo check --bins` on gateway-api (134/268)
33922026-03-31T01:19:21.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33932026-03-31T01:19:21.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33942026-03-31T01:19:21.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33952026-03-31T01:19:21.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33962026-03-31T01:19:21.771Z
33972026-03-31T01:19:21.771Zinfo: running `cargo check --bins` on ipcc (135/268)
33982026-03-31T01:19:22.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33992026-03-31T01:19:22.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34002026-03-31T01:19:22.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34012026-03-31T01:19:22.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34022026-03-31T01:19:22.390Z
34032026-03-31T01:19:22.390Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/268)
34042026-03-31T01:19:22.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34052026-03-31T01:19:22.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34062026-03-31T01:19:22.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34072026-03-31T01:19:22.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34082026-03-31T01:19:22.997Z
34092026-03-31T01:19:22.997Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/268)
34102026-03-31T01:19:23.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34112026-03-31T01:19:23.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34122026-03-31T01:19:23.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34132026-03-31T01:19:23.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34142026-03-31T01:19:23.620Z
34152026-03-31T01:19:23.620Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/268)
34162026-03-31T01:19:24.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34172026-03-31T01:19:24.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34182026-03-31T01:19:24.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34192026-03-31T01:19:24.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34202026-03-31T01:19:24.240Z
34212026-03-31T01:19:24.240Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/268)
34222026-03-31T01:19:24.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34232026-03-31T01:19:24.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34242026-03-31T01:19:24.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34252026-03-31T01:19:24.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34262026-03-31T01:19:24.858Z
34272026-03-31T01:19:24.859Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/268)
34282026-03-31T01:19:25.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34292026-03-31T01:19:25.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34302026-03-31T01:19:25.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34312026-03-31T01:19:25.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34322026-03-31T01:19:25.470Z
34332026-03-31T01:19:25.470Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/268)
34342026-03-31T01:19:25.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34352026-03-31T01:19:25.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34362026-03-31T01:19:25.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34372026-03-31T01:19:25.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34382026-03-31T01:19:26.087Z
34392026-03-31T01:19:26.087Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/268)
34402026-03-31T01:19:26.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34412026-03-31T01:19:26.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34422026-03-31T01:19:26.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34432026-03-31T01:19:26.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34442026-03-31T01:19:26.711Z
34452026-03-31T01:19:26.711Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/268)
34462026-03-31T01:19:27.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34472026-03-31T01:19:27.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34482026-03-31T01:19:27.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34492026-03-31T01:19:27.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34502026-03-31T01:19:27.329Z
34512026-03-31T01:19:27.329Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/268)
34522026-03-31T01:19:27.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34532026-03-31T01:19:27.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34542026-03-31T01:19:27.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34552026-03-31T01:19:27.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34562026-03-31T01:19:27.950Z
34572026-03-31T01:19:27.951Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/268)
34582026-03-31T01:19:28.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34592026-03-31T01:19:28.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34602026-03-31T01:19:28.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34612026-03-31T01:19:28.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34622026-03-31T01:19:28.558Z
34632026-03-31T01:19:28.558Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/268)
34642026-03-31T01:19:29.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34652026-03-31T01:19:29.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34662026-03-31T01:19:29.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34672026-03-31T01:19:29.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34682026-03-31T01:19:29.175Z
34692026-03-31T01:19:29.175Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/268)
34702026-03-31T01:19:29.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34712026-03-31T01:19:29.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34722026-03-31T01:19:29.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34732026-03-31T01:19:29.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34742026-03-31T01:19:29.797Z
34752026-03-31T01:19:29.797Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/268)
34762026-03-31T01:19:30.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34772026-03-31T01:19:30.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34782026-03-31T01:19:30.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34792026-03-31T01:19:30.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34802026-03-31T01:19:30.416Z
34812026-03-31T01:19:30.416Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/268)
34822026-03-31T01:19:30.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34832026-03-31T01:19:30.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34842026-03-31T01:19:30.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34852026-03-31T01:19:30.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34862026-03-31T01:19:31.032Z
34872026-03-31T01:19:31.033Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/268)
34882026-03-31T01:19:31.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34892026-03-31T01:19:31.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34902026-03-31T01:19:31.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34912026-03-31T01:19:31.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34922026-03-31T01:19:31.651Z
34932026-03-31T01:19:31.651Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/268)
34942026-03-31T01:19:32.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34952026-03-31T01:19:32.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34962026-03-31T01:19:32.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34972026-03-31T01:19:32.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34982026-03-31T01:19:32.266Z
34992026-03-31T01:19:32.266Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/268)
35002026-03-31T01:19:32.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012026-03-31T01:19:32.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022026-03-31T01:19:32.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35032026-03-31T01:19:32.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35042026-03-31T01:19:32.886Z
35052026-03-31T01:19:32.886Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/268)
35062026-03-31T01:19:33.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072026-03-31T01:19:33.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082026-03-31T01:19:33.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35092026-03-31T01:19:33.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35102026-03-31T01:19:33.506Z
35112026-03-31T01:19:33.506Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/268)
35122026-03-31T01:19:34.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132026-03-31T01:19:34.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142026-03-31T01:19:34.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35152026-03-31T01:19:34.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35162026-03-31T01:19:34.126Z
35172026-03-31T01:19:34.127Zinfo: running `cargo check --bins` on oximeter-producer (155/268)
35182026-03-31T01:19:34.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192026-03-31T01:19:34.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202026-03-31T01:19:34.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35212026-03-31T01:19:34.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35222026-03-31T01:19:34.783Z
35232026-03-31T01:19:34.783Zinfo: running `cargo check --bins` on internal-dns-resolver (156/268)
35242026-03-31T01:19:35.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35252026-03-31T01:19:35.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35262026-03-31T01:19:35.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35272026-03-31T01:19:35.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35282026-03-31T01:19:35.404Z
35292026-03-31T01:19:35.405Zinfo: running `cargo check --bins` on sp-sim (157/268)
35302026-03-31T01:19:35.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35312026-03-31T01:19:35.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35322026-03-31T01:19:36.127Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35332026-03-31T01:19:37.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.44s
35342026-03-31T01:19:38.056Z
35352026-03-31T01:19:38.056Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (158/268)
35362026-03-31T01:19:38.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35372026-03-31T01:19:38.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35382026-03-31T01:19:38.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35392026-03-31T01:19:38.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35402026-03-31T01:19:38.731Z
35412026-03-31T01:19:38.731Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (159/268)
35422026-03-31T01:19:39.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35432026-03-31T01:19:39.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35442026-03-31T01:19:39.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35452026-03-31T01:19:39.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35462026-03-31T01:19:39.409Z
35472026-03-31T01:19:39.409Zinfo: running `cargo check --bins` on db-macros (160/268)
35482026-03-31T01:19:39.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35492026-03-31T01:19:39.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35502026-03-31T01:19:39.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35512026-03-31T01:19:39.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35522026-03-31T01:19:40.015Z
35532026-03-31T01:19:40.015Zinfo: running `cargo check --bins` on nexus-macros-common (161/268)
35542026-03-31T01:19:40.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552026-03-31T01:19:40.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562026-03-31T01:19:40.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35572026-03-31T01:19:40.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35582026-03-31T01:19:40.610Z
35592026-03-31T01:19:40.610Zinfo: running `cargo check --bins` on nexus-auth (162/268)
35602026-03-31T01:19:41.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35612026-03-31T01:19:41.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35622026-03-31T01:19:41.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35632026-03-31T01:19:41.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35642026-03-31T01:19:41.273Z
35652026-03-31T01:19:41.273Zinfo: running `cargo check --bins` on authz-macros (163/268)
35662026-03-31T01:19:41.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35672026-03-31T01:19:41.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35682026-03-31T01:19:41.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35692026-03-31T01:19:41.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35702026-03-31T01:19:41.868Z
35712026-03-31T01:19:41.868Zinfo: running `cargo check --bins` on nexus-db-fixed-data (164/268)
35722026-03-31T01:19:42.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35732026-03-31T01:19:42.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35742026-03-31T01:19:42.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35752026-03-31T01:19:42.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35762026-03-31T01:19:42.525Z
35772026-03-31T01:19:42.526Zinfo: running `cargo check --bins` on nexus-db-model (165/268)
35782026-03-31T01:19:43.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35792026-03-31T01:19:43.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35802026-03-31T01:19:43.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35812026-03-31T01:19:43.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35822026-03-31T01:19:43.184Z
35832026-03-31T01:19:43.184Zinfo: running `cargo check --bins` on nexus-db-schema (166/268)
35842026-03-31T01:19:43.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852026-03-31T01:19:43.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862026-03-31T01:19:43.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872026-03-31T01:19:43.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35882026-03-31T01:19:43.786Z
35892026-03-31T01:19:43.786Zinfo: running `cargo check --bins` on omicron-rpaths (167/268)
35902026-03-31T01:19:44.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-03-31T01:19:44.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-03-31T01:19:44.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35932026-03-31T01:19:44.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35942026-03-31T01:19:44.390Z
35952026-03-31T01:19:44.390Zinfo: running `cargo check --bins` on nexus-defaults (168/268)
35962026-03-31T01:19:44.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972026-03-31T01:19:44.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982026-03-31T01:19:44.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35992026-03-31T01:19:44.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36002026-03-31T01:19:45.011Z
36012026-03-31T01:19:45.011Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (169/268)
36022026-03-31T01:19:45.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032026-03-31T01:19:45.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042026-03-31T01:19:45.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36052026-03-31T01:19:45.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36062026-03-31T01:19:45.610Z
36072026-03-31T01:19:45.610Zinfo: running `cargo check --bins` on parallel-task-set (170/268)
36082026-03-31T01:19:46.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092026-03-31T01:19:46.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102026-03-31T01:19:46.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36112026-03-31T01:19:46.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36122026-03-31T01:19:46.210Z
36132026-03-31T01:19:46.210Zinfo: running `cargo check --bins` on nexus-db-errors (171/268)
36142026-03-31T01:19:46.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152026-03-31T01:19:46.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162026-03-31T01:19:46.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36172026-03-31T01:19:46.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36182026-03-31T01:19:46.877Z
36192026-03-31T01:19:46.877Zinfo: running `cargo check --bins` on nexus-db-lookup (172/268)
36202026-03-31T01:19:47.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212026-03-31T01:19:47.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222026-03-31T01:19:47.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36232026-03-31T01:19:47.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36242026-03-31T01:19:47.550Z
36252026-03-31T01:19:47.550Zinfo: running `cargo check --bins` on nexus-inventory (173/268)
36262026-03-31T01:19:48.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272026-03-31T01:19:48.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282026-03-31T01:19:48.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36292026-03-31T01:19:48.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36302026-03-31T01:19:48.216Z
36312026-03-31T01:19:48.216Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (174/268)
36322026-03-31T01:19:48.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36332026-03-31T01:19:48.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36342026-03-31T01:19:48.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36352026-03-31T01:19:48.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36362026-03-31T01:19:48.861Z
36372026-03-31T01:19:48.861Zinfo: running `cargo check --bins --no-default-features` on sled-storage (175/268)
36382026-03-31T01:19:49.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36392026-03-31T01:19:49.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36402026-03-31T01:19:49.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36412026-03-31T01:19:49.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36422026-03-31T01:19:49.497Z
36432026-03-31T01:19:49.497Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (176/268)
36442026-03-31T01:19:50.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36452026-03-31T01:19:50.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36462026-03-31T01:19:50.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36472026-03-31T01:19:50.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36482026-03-31T01:19:50.136Z
36492026-03-31T01:19:50.136Zinfo: running `cargo check --bins` on key-manager (177/268)
36502026-03-31T01:19:50.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36512026-03-31T01:19:50.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36522026-03-31T01:19:50.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36532026-03-31T01:19:50.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36542026-03-31T01:19:50.757Z
36552026-03-31T01:19:50.757Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (178/268)
36562026-03-31T01:19:51.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36572026-03-31T01:19:51.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36582026-03-31T01:19:51.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36592026-03-31T01:19:51.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36602026-03-31T01:19:51.392Z
36612026-03-31T01:19:51.392Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (179/268)
36622026-03-31T01:19:51.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36632026-03-31T01:19:51.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36642026-03-31T01:19:51.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36652026-03-31T01:19:51.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36662026-03-31T01:19:52.030Z
36672026-03-31T01:19:52.030Zinfo: running `cargo check --bins` on typed-rng (180/268)
36682026-03-31T01:19:52.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36692026-03-31T01:19:52.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36702026-03-31T01:19:52.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36712026-03-31T01:19:52.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36722026-03-31T01:19:52.635Z
36732026-03-31T01:19:52.635Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (181/268)
36742026-03-31T01:19:53.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36752026-03-31T01:19:53.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36762026-03-31T01:19:53.496Z Compiling libefi-sys v0.1.0
36772026-03-31T01:19:53.496Z Compiling bitfield-struct v0.6.2
36782026-03-31T01:19:53.642Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36792026-03-31T01:19:53.653Z Compiling xshell-macros v0.2.7
36802026-03-31T01:19:53.678Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36812026-03-31T01:19:53.683Z Compiling salty v0.3.0
36822026-03-31T01:19:53.686Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36832026-03-31T01:19:53.691Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36842026-03-31T01:19:53.740Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36852026-03-31T01:19:54.003Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36862026-03-31T01:19:54.067Z Checking xshell v0.2.7
36872026-03-31T01:19:54.085Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36882026-03-31T01:19:54.148Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36892026-03-31T01:19:54.220Z Checking primeorder v0.13.6
36902026-03-31T01:19:54.236Z Compiling proc-macro-error-attr2 v2.0.0
36912026-03-31T01:19:54.252Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36922026-03-31T01:19:54.267Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36932026-03-31T01:19:54.270Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36942026-03-31T01:19:54.383Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36952026-03-31T01:19:54.450Z Checking p384 v0.13.1
36962026-03-31T01:19:54.485Z Compiling num-derive v0.3.3
36972026-03-31T01:19:54.499Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36982026-03-31T01:19:54.621Z Compiling proc-macro-error2 v2.0.1
36992026-03-31T01:19:54.707Z Compiling unicase v2.9.0
37002026-03-31T01:19:54.732Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37012026-03-31T01:19:54.910Z Compiling progenitor-impl v0.11.2
37022026-03-31T01:19:54.925Z Compiling mime_guess v2.0.5
37032026-03-31T01:19:54.938Z Compiling tabled_derive v0.11.0
37042026-03-31T01:19:54.998Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37052026-03-31T01:19:55.374Z Checking papergrid v0.17.0
37062026-03-31T01:19:55.389Z Checking libscf-sys v1.1.0
37072026-03-31T01:19:55.460Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37082026-03-31T01:19:55.527Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37092026-03-31T01:19:55.573Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37102026-03-31T01:19:55.637Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37112026-03-31T01:19:56.082Z Checking testing_table v0.3.0
37122026-03-31T01:19:56.136Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37132026-03-31T01:19:56.150Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37142026-03-31T01:19:56.179Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37152026-03-31T01:19:56.242Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37162026-03-31T01:19:56.302Z Checking corncobs v0.1.4
37172026-03-31T01:19:56.340Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37182026-03-31T01:19:56.386Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37192026-03-31T01:19:56.423Z Checking tabled v0.20.0
37202026-03-31T01:19:56.437Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37212026-03-31T01:19:56.578Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37222026-03-31T01:19:56.704Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37232026-03-31T01:19:56.720Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37242026-03-31T01:19:56.789Z Checking progenitor-client v0.11.2
37252026-03-31T01:19:57.033Z Checking secrecy v0.8.0
37262026-03-31T01:19:57.165Z Checking http-range v0.1.5
37272026-03-31T01:19:57.415Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37282026-03-31T01:19:57.432Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37292026-03-31T01:19:57.446Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3278ded80bb93538468313f046be906df4bd5748#3278ded8)
37302026-03-31T01:19:57.542Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37312026-03-31T01:19:57.547Z Compiling progenitor-macro v0.11.2
37322026-03-31T01:19:57.634Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37332026-03-31T01:19:57.857Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37342026-03-31T01:19:57.926Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
37352026-03-31T01:19:58.087Z Checking atty v0.2.14
37362026-03-31T01:19:58.106Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37372026-03-31T01:19:58.128Z Checking crc8 v0.1.1
37382026-03-31T01:19:58.190Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3278ded80bb93538468313f046be906df4bd5748#3278ded8)
37392026-03-31T01:19:58.230Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37402026-03-31T01:19:58.474Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37412026-03-31T01:19:58.548Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37422026-03-31T01:19:58.828Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37432026-03-31T01:19:58.845Z Checking hyper-staticfile v0.10.1
37442026-03-31T01:19:58.937Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37452026-03-31T01:19:58.996Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37462026-03-31T01:19:59.126Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37472026-03-31T01:19:59.160Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37482026-03-31T01:19:59.191Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37492026-03-31T01:19:59.349Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37502026-03-31T01:19:59.570Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37512026-03-31T01:19:59.630Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37522026-03-31T01:19:59.902Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3df8a24e046bcfdb0d69f93075e8e1d2d0e9889d#3df8a24e)
37532026-03-31T01:20:00.038Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37542026-03-31T01:20:00.099Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37552026-03-31T01:20:00.199Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37562026-03-31T01:20:00.245Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37572026-03-31T01:20:00.430Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37582026-03-31T01:20:00.750Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37592026-03-31T01:20:01.170Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37602026-03-31T01:20:01.922Z Checking progenitor v0.11.2
37612026-03-31T01:20:02.065Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37622026-03-31T01:20:06.882Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37632026-03-31T01:20:17.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.05s
37642026-03-31T01:20:17.914Z
37652026-03-31T01:20:17.914Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (182/268)
37662026-03-31T01:20:18.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-03-31T01:20:18.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-03-31T01:20:18.715Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37692026-03-31T01:20:29.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.65s
37702026-03-31T01:20:29.801Z
37712026-03-31T01:20:29.801Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (183/268)
37722026-03-31T01:20:30.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-03-31T01:20:30.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-03-31T01:20:30.597Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37752026-03-31T01:20:41.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.64s
37762026-03-31T01:20:41.678Z
37772026-03-31T01:20:41.678Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (184/268)
37782026-03-31T01:20:42.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-03-31T01:20:42.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-03-31T01:20:42.463Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37812026-03-31T01:20:53.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.66s
37822026-03-31T01:20:53.565Z
37832026-03-31T01:20:53.565Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (185/268)
37842026-03-31T01:20:54.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-03-31T01:20:54.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-03-31T01:20:54.352Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37872026-03-31T01:21:05.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.64s
37882026-03-31T01:21:05.429Z
37892026-03-31T01:21:05.429Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (186/268)
37902026-03-31T01:21:05.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-03-31T01:21:06.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-03-31T01:21:06.219Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37932026-03-31T01:21:17.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.73s
37942026-03-31T01:21:17.388Z
37952026-03-31T01:21:17.388Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (187/268)
37962026-03-31T01:21:17.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-03-31T01:21:17.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-03-31T01:21:18.188Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37992026-03-31T01:21:29.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.69s
38002026-03-31T01:21:29.299Z
38012026-03-31T01:21:29.299Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (188/268)
38022026-03-31T01:21:29.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-03-31T01:21:29.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-03-31T01:21:30.090Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38052026-03-31T01:21:40.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.68s
38062026-03-31T01:21:41.208Z
38072026-03-31T01:21:41.208Zinfo: running `cargo check --bins` on bootstrap-agent-api (189/268)
38082026-03-31T01:21:41.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-03-31T01:21:41.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-03-31T01:21:41.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112026-03-31T01:21:41.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38122026-03-31T01:21:41.831Z
38132026-03-31T01:21:41.832Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (190/268)
38142026-03-31T01:21:42.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152026-03-31T01:21:42.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162026-03-31T01:21:42.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38172026-03-31T01:21:42.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38182026-03-31T01:21:42.451Z
38192026-03-31T01:21:42.451Zinfo: running `cargo check --bins` on range-requests (191/268)
38202026-03-31T01:21:42.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38212026-03-31T01:21:42.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38222026-03-31T01:21:42.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38232026-03-31T01:21:42.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38242026-03-31T01:21:43.057Z
38252026-03-31T01:21:43.057Zinfo: running `cargo check --bins` on repo-depot-api (192/268)
38262026-03-31T01:21:43.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38272026-03-31T01:21:43.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38282026-03-31T01:21:43.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38292026-03-31T01:21:43.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38302026-03-31T01:21:43.673Z
38312026-03-31T01:21:43.673Zinfo: running `cargo check --bins` on sled-agent-api (193/268)
38322026-03-31T01:21:44.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38332026-03-31T01:21:44.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38342026-03-31T01:21:44.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38352026-03-31T01:21:44.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38362026-03-31T01:21:44.312Z
38372026-03-31T01:21:44.313Zinfo: running `cargo check --bins` on sled-diagnostics (194/268)
38382026-03-31T01:21:44.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38392026-03-31T01:21:44.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38402026-03-31T01:21:44.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38412026-03-31T01:21:44.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38422026-03-31T01:21:44.949Z
38432026-03-31T01:21:44.949Zinfo: running `cargo check --bins` on zfs-test-harness (195/268)
38442026-03-31T01:21:45.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38452026-03-31T01:21:45.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38462026-03-31T01:21:45.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38472026-03-31T01:21:45.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38482026-03-31T01:21:45.579Z
38492026-03-31T01:21:45.579Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (196/268)
38502026-03-31T01:21:46.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38512026-03-31T01:21:46.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38522026-03-31T01:21:46.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38532026-03-31T01:21:46.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38542026-03-31T01:21:46.214Z
38552026-03-31T01:21:46.214Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (197/268)
38562026-03-31T01:21:46.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38572026-03-31T01:21:46.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38582026-03-31T01:21:46.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38592026-03-31T01:21:46.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38602026-03-31T01:21:46.853Z
38612026-03-31T01:21:46.853Zinfo: running `cargo check --bins` on sled-agent-health-monitor (198/268)
38622026-03-31T01:21:47.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38632026-03-31T01:21:47.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38642026-03-31T01:21:47.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38652026-03-31T01:21:47.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38662026-03-31T01:21:47.490Z
38672026-03-31T01:21:47.490Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (199/268)
38682026-03-31T01:21:48.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38692026-03-31T01:21:48.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38702026-03-31T01:21:48.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38712026-03-31T01:21:48.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38722026-03-31T01:21:48.133Z
38732026-03-31T01:21:48.133Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (200/268)
38742026-03-31T01:21:48.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38752026-03-31T01:21:48.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38762026-03-31T01:21:48.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38772026-03-31T01:21:48.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38782026-03-31T01:21:48.774Z
38792026-03-31T01:21:48.774Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (201/268)
38802026-03-31T01:21:49.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38812026-03-31T01:21:49.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38822026-03-31T01:21:49.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38832026-03-31T01:21:49.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38842026-03-31T01:21:49.412Z
38852026-03-31T01:21:49.412Zinfo: running `cargo check --bins` on trust-quorum (202/268)
38862026-03-31T01:21:49.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38872026-03-31T01:21:49.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38882026-03-31T01:21:49.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38892026-03-31T01:21:49.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38902026-03-31T01:21:50.052Z
38912026-03-31T01:21:50.052Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (203/268)
38922026-03-31T01:21:50.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38932026-03-31T01:21:50.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38942026-03-31T01:21:50.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38952026-03-31T01:21:50.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38962026-03-31T01:21:50.697Z
38972026-03-31T01:21:50.697Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (204/268)
38982026-03-31T01:21:51.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38992026-03-31T01:21:51.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39002026-03-31T01:21:51.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39012026-03-31T01:21:51.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39022026-03-31T01:21:51.357Z
39032026-03-31T01:21:51.357Zinfo: running `cargo check --bins` on update-common (205/268)
39042026-03-31T01:21:51.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39052026-03-31T01:21:51.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39062026-03-31T01:21:51.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39072026-03-31T01:21:51.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39082026-03-31T01:21:51.981Z
39092026-03-31T01:21:51.981Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (206/268)
39102026-03-31T01:21:52.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39112026-03-31T01:21:52.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39122026-03-31T01:21:52.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39132026-03-31T01:21:52.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39142026-03-31T01:21:52.653Z
39152026-03-31T01:21:52.653Zinfo: running `cargo check --bins` on reconfigurator-cli (207/268)
39162026-03-31T01:21:53.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39172026-03-31T01:21:53.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39182026-03-31T01:21:53.430Z Compiling fs-err v2.11.0
39192026-03-31T01:21:53.434Z Checking ignore v0.4.25
39202026-03-31T01:21:53.551Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39212026-03-31T01:21:53.567Z Checking predicates-tree v1.0.13
39222026-03-31T01:21:53.571Z Checking parse-size v1.1.0
39232026-03-31T01:21:53.586Z Checking rand_seeder v0.4.0
39242026-03-31T01:21:53.590Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39252026-03-31T01:21:53.610Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39262026-03-31T01:21:53.662Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39272026-03-31T01:21:53.683Z Compiling petname v2.0.2
39282026-03-31T01:21:53.722Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39292026-03-31T01:21:53.871Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39302026-03-31T01:21:53.886Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39312026-03-31T01:21:53.935Z Checking globwalk v0.9.1
39322026-03-31T01:21:53.999Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39332026-03-31T01:21:54.046Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39342026-03-31T01:21:54.108Z Checking camino-tempfile-ext v0.3.3
39352026-03-31T01:21:54.122Z Checking sapling-renderdag v0.1.0
39362026-03-31T01:21:54.229Z Checking sync-ptr v0.1.4
39372026-03-31T01:21:54.294Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39382026-03-31T01:21:54.347Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39392026-03-31T01:21:54.378Z Checking colored v2.2.0
39402026-03-31T01:21:54.435Z Checking assert_matches v1.5.0
39412026-03-31T01:21:54.647Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39422026-03-31T01:21:54.776Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39432026-03-31T01:21:54.779Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39442026-03-31T01:21:55.364Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39452026-03-31T01:21:56.659Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39462026-03-31T01:21:58.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.13s
39472026-03-31T01:21:59.019Z
39482026-03-31T01:21:59.019Zinfo: running `cargo check --bins` on omicron-repl-utils (208/268)
39492026-03-31T01:21:59.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39502026-03-31T01:21:59.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39512026-03-31T01:21:59.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39522026-03-31T01:21:59.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39532026-03-31T01:21:59.618Z
39542026-03-31T01:21:59.618Zinfo: running `cargo check --bins` on nexus-test-interface (209/268)
39552026-03-31T01:22:00.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39562026-03-31T01:22:00.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39572026-03-31T01:22:00.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39582026-03-31T01:22:00.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39592026-03-31T01:22:00.287Z
39602026-03-31T01:22:00.287Zinfo: running `cargo check --bins` on oximeter-collector (210/268)
39612026-03-31T01:22:00.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-03-31T01:22:00.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-03-31T01:22:01.021Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39642026-03-31T01:22:01.021Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39652026-03-31T01:22:01.659Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39662026-03-31T01:22:03.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.87s
39672026-03-31T01:22:03.368Z
39682026-03-31T01:22:03.368Zinfo: running `cargo check --bins` on oximeter-api (211/268)
39692026-03-31T01:22:03.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39702026-03-31T01:22:03.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39712026-03-31T01:22:03.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39722026-03-31T01:22:03.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39732026-03-31T01:22:03.977Z
39742026-03-31T01:22:03.977Zinfo: running `cargo check --bins` on cert-dev (212/268)
39752026-03-31T01:22:04.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39762026-03-31T01:22:04.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39772026-03-31T01:22:04.592Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39782026-03-31T01:22:04.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
39792026-03-31T01:22:05.043Z
39802026-03-31T01:22:05.043Zinfo: running `cargo check --bins` on clickana (213/268)
39812026-03-31T01:22:05.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39822026-03-31T01:22:05.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39832026-03-31T01:22:05.695Z Compiling darling_core v0.23.0
39842026-03-31T01:22:05.698Z Compiling instability v0.3.11
39852026-03-31T01:22:05.812Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39862026-03-31T01:22:05.817Z Checking castaway v0.2.4
39872026-03-31T01:22:05.823Z Compiling indoc v2.0.7
39882026-03-31T01:22:05.833Z Checking unicode-truncate v1.1.0
39892026-03-31T01:22:05.836Z Checking lru v0.12.5
39902026-03-31T01:22:05.836Z Checking cassowary v0.3.0
39912026-03-31T01:22:05.911Z Checking compact_str v0.8.1
39922026-03-31T01:22:06.736Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39932026-03-31T01:22:06.917Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39942026-03-31T01:22:07.217Z Compiling darling_macro v0.23.0
39952026-03-31T01:22:07.622Z Compiling darling v0.23.0
39962026-03-31T01:22:08.221Z Checking ratatui v0.29.0
39972026-03-31T01:22:09.273Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39982026-03-31T01:22:09.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.89s
39992026-03-31T01:22:10.115Z
40002026-03-31T01:22:10.115Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (214/268)
40012026-03-31T01:22:10.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-03-31T01:22:10.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-03-31T01:22:10.851Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40042026-03-31T01:22:10.851Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40052026-03-31T01:22:11.439Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40062026-03-31T01:22:11.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
40072026-03-31T01:22:12.054Z
40082026-03-31T01:22:12.054Zinfo: running `cargo check --bins` on ch-dev (215/268)
40092026-03-31T01:22:12.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40102026-03-31T01:22:12.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40112026-03-31T01:22:12.791Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40122026-03-31T01:22:13.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40132026-03-31T01:22:13.752Z
40142026-03-31T01:22:13.752Zinfo: running `cargo check --bins` on dev-tools-common (216/268)
40152026-03-31T01:22:14.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40162026-03-31T01:22:14.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40172026-03-31T01:22:14.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40182026-03-31T01:22:14.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
40192026-03-31T01:22:14.231Z
40202026-03-31T01:22:14.231Zinfo: running `cargo check --bins` on crdb-seed (217/268)
40212026-03-31T01:22:14.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40222026-03-31T01:22:14.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40232026-03-31T01:22:14.966Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40242026-03-31T01:22:15.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
40252026-03-31T01:22:15.605Z
40262026-03-31T01:22:15.606Zinfo: running `cargo check --bins` on db-dev (218/268)
40272026-03-31T01:22:16.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40282026-03-31T01:22:16.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40292026-03-31T01:22:16.344Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40302026-03-31T01:22:17.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
40312026-03-31T01:22:17.308Z
40322026-03-31T01:22:17.308Zinfo: running `cargo check --bins` on omicron-dev-lib (219/268)
40332026-03-31T01:22:17.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40342026-03-31T01:22:17.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40352026-03-31T01:22:17.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40362026-03-31T01:22:17.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40372026-03-31T01:22:17.967Z
40382026-03-31T01:22:17.967Zinfo: running `cargo check --bins` on xtask-downloader (220/268)
40392026-03-31T01:22:18.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40402026-03-31T01:22:18.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40412026-03-31T01:22:18.586Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40422026-03-31T01:22:19.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
40432026-03-31T01:22:19.440Z
40442026-03-31T01:22:19.440Zinfo: running `cargo check --bins` on omicron-dropshot-apis (221/268)
40452026-03-31T01:22:19.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40462026-03-31T01:22:19.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40472026-03-31T01:22:20.201Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40482026-03-31T01:22:20.201Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40492026-03-31T01:22:20.206Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
40502026-03-31T01:22:20.206Z Checking git-stub v1.0.0
40512026-03-31T01:22:20.206Z Compiling trait-variant v0.1.2
40522026-03-31T01:22:20.206Z Checking maplit v1.0.2
40532026-03-31T01:22:20.206Z Checking is_ci v1.2.0
40542026-03-31T01:22:20.206Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40552026-03-31T01:22:20.407Z Checking supports-color v3.0.2
40562026-03-31T01:22:20.407Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40572026-03-31T01:22:20.464Z Checking git-stub-vcs v0.1.0
40582026-03-31T01:22:20.529Z Checking drift v0.1.3
40592026-03-31T01:22:20.589Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40602026-03-31T01:22:20.605Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40612026-03-31T01:22:20.698Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40622026-03-31T01:22:20.786Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40632026-03-31T01:22:20.811Z Checking dropshot-api-manager v0.7.0
40642026-03-31T01:22:20.882Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=f3406edbe24d6c96e07a4a1459598671f04b8b59#f3406edb)
40652026-03-31T01:22:20.897Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40662026-03-31T01:22:21.113Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40672026-03-31T01:22:21.127Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40682026-03-31T01:22:21.209Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
40692026-03-31T01:22:21.609Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40702026-03-31T01:22:26.382Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40712026-03-31T01:22:27.369Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40722026-03-31T01:22:27.913Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40732026-03-31T01:22:28.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.88s
40742026-03-31T01:22:28.522Z
40752026-03-31T01:22:28.522Zinfo: running `cargo check --bins` on installinator-api (222/268)
40762026-03-31T01:22:29.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40772026-03-31T01:22:29.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40782026-03-31T01:22:29.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40792026-03-31T01:22:29.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40802026-03-31T01:22:29.139Z
40812026-03-31T01:22:29.139Zinfo: running `cargo check --bins` on nexus-external-api (223/268)
40822026-03-31T01:22:29.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40832026-03-31T01:22:29.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40842026-03-31T01:22:29.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40852026-03-31T01:22:29.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40862026-03-31T01:22:29.792Z
40872026-03-31T01:22:29.792Zinfo: running `cargo check --bins` on nexus-internal-api (224/268)
40882026-03-31T01:22:30.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40892026-03-31T01:22:30.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40902026-03-31T01:22:30.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40912026-03-31T01:22:30.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40922026-03-31T01:22:30.442Z
40932026-03-31T01:22:30.442Zinfo: running `cargo check --bins` on nexus-lockstep-api (225/268)
40942026-03-31T01:22:30.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40952026-03-31T01:22:30.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40962026-03-31T01:22:30.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40972026-03-31T01:22:30.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40982026-03-31T01:22:31.090Z
40992026-03-31T01:22:31.090Zinfo: running `cargo check --bins` on ntp-admin-api (226/268)
41002026-03-31T01:22:31.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41012026-03-31T01:22:31.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41022026-03-31T01:22:31.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41032026-03-31T01:22:31.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41042026-03-31T01:22:31.699Z
41052026-03-31T01:22:31.700Zinfo: running `cargo check --bins` on ntp-admin-types-versions (227/268)
41062026-03-31T01:22:32.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41072026-03-31T01:22:32.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41082026-03-31T01:22:32.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41092026-03-31T01:22:32.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41102026-03-31T01:22:32.296Z
41112026-03-31T01:22:32.296Zinfo: running `cargo check --bins` on wicketd-api (228/268)
41122026-03-31T01:22:32.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41132026-03-31T01:22:32.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41142026-03-31T01:22:32.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41152026-03-31T01:22:32.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41162026-03-31T01:22:32.922Z
41172026-03-31T01:22:32.922Zinfo: running `cargo check --bins` on omicron-ls-apis (229/268)
41182026-03-31T01:22:33.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41192026-03-31T01:22:33.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41202026-03-31T01:22:33.536Z Checking erased-serde v0.4.9
41212026-03-31T01:22:33.646Z Checking ordered-float v2.10.1
41222026-03-31T01:22:33.662Z Checking unicode-xid v0.2.6
41232026-03-31T01:22:33.679Z Checking cargo-platform v0.2.0
41242026-03-31T01:22:33.842Z Checking serde-value v0.7.0
41252026-03-31T01:22:33.943Z Checking serde-untagged v0.1.9
41262026-03-31T01:22:34.101Z Checking cargo-util-schemas v0.8.2
41272026-03-31T01:22:34.780Z Checking cargo_metadata v0.21.0
41282026-03-31T01:22:35.376Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41292026-03-31T01:22:36.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s
41302026-03-31T01:22:36.251Z
41312026-03-31T01:22:36.251Zinfo: running `cargo check --bins` on mgs-dev (230/268)
41322026-03-31T01:22:36.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41332026-03-31T01:22:36.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41342026-03-31T01:22:37.001Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41352026-03-31T01:22:37.615Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41362026-03-31T01:22:38.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
41372026-03-31T01:22:38.309Z
41382026-03-31T01:22:38.309Zinfo: running `cargo check --bins` on omicron-omdb (231/268)
41392026-03-31T01:22:38.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41402026-03-31T01:22:38.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41412026-03-31T01:22:39.168Z Compiling vergen-lib v0.1.6
41422026-03-31T01:22:39.168Z Compiling vergen-gitcl v1.0.8
41432026-03-31T01:22:39.168Z Compiling dirs-sys-next v0.1.2
41442026-03-31T01:22:39.168Z Compiling diesel_derives v2.3.7
41452026-03-31T01:22:39.173Z Compiling crunchy v0.2.4
41462026-03-31T01:22:39.173Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41472026-03-31T01:22:39.173Z Compiling glob v0.3.3
41482026-03-31T01:22:39.173Z Compiling dsl_auto_type v0.2.0
41492026-03-31T01:22:39.500Z Compiling dirs-next v2.0.0
41502026-03-31T01:22:39.569Z Checking scheduled-thread-pool v0.2.7
41512026-03-31T01:22:39.621Z Compiling diesel_table_macro_syntax v0.3.0
41522026-03-31T01:22:39.653Z Compiling tiny-keccak v2.0.2
41532026-03-31T01:22:39.710Z Checking r2d2 v0.8.10
41542026-03-31T01:22:39.714Z Compiling clang-sys v1.8.1
41552026-03-31T01:22:39.747Z Compiling term v0.7.0
41562026-03-31T01:22:39.873Z Checking downcast-rs v2.0.2
41572026-03-31T01:22:39.891Z Compiling bit-vec v0.6.3
41582026-03-31T01:22:39.973Z Compiling itertools v0.10.5
41592026-03-31T01:22:40.092Z Compiling bit-set v0.5.3
41602026-03-31T01:22:40.110Z Compiling ascii-canvas v3.0.0
41612026-03-31T01:22:40.252Z Compiling ena v0.14.4
41622026-03-31T01:22:40.307Z Compiling libloading v0.8.9
41632026-03-31T01:22:40.353Z Compiling bindgen v0.71.1
41642026-03-31T01:22:40.370Z Compiling diff v0.1.13
41652026-03-31T01:22:40.399Z Compiling regex-syntax v0.6.29
41662026-03-31T01:22:40.514Z Compiling cexpr v0.6.0
41672026-03-31T01:22:40.635Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41682026-03-31T01:22:41.799Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41692026-03-31T01:22:41.803Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41702026-03-31T01:22:41.803Z Compiling libxml v0.3.3
41712026-03-31T01:22:41.803Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41722026-03-31T01:22:41.803Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41732026-03-31T01:22:41.803Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41742026-03-31T01:22:41.803Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41752026-03-31T01:22:41.803Z Compiling strum_macros v0.24.3
41762026-03-31T01:22:41.803Z Compiling indoc v1.0.9
41772026-03-31T01:22:41.914Z Compiling lalrpop v0.19.12
41782026-03-31T01:22:42.492Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41792026-03-31T01:22:42.508Z Checking derive_builder v0.20.2
41802026-03-31T01:22:42.626Z Compiling oso-derive v0.27.3
41812026-03-31T01:22:42.681Z Checking quick-xml v0.37.5
41822026-03-31T01:22:42.784Z Compiling impl-trait-for-tuples v0.2.3
41832026-03-31T01:22:43.117Z Checking openssl-probe v0.1.6
41842026-03-31T01:22:43.263Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41852026-03-31T01:22:43.539Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41862026-03-31T01:22:43.742Z Checking bb8 v0.8.6
41872026-03-31T01:22:44.043Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41882026-03-31T01:22:44.046Z Checking nonempty v0.12.0
41892026-03-31T01:22:44.158Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41902026-03-31T01:22:44.201Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41912026-03-31T01:22:44.241Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41922026-03-31T01:22:44.307Z Checking support-bundle-viewer v0.1.2
41932026-03-31T01:22:44.367Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3df8a24e046bcfdb0d69f93075e8e1d2d0e9889d#3df8a24e)
41942026-03-31T01:22:44.413Z Checking multimap v0.10.1
41952026-03-31T01:22:45.168Z Checking diesel v2.3.7
41962026-03-31T01:22:46.498Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41972026-03-31T01:22:47.652Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41982026-03-31T01:22:47.931Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41992026-03-31T01:22:48.160Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42002026-03-31T01:22:49.198Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42012026-03-31T01:22:49.356Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42022026-03-31T01:22:49.445Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42032026-03-31T01:22:50.055Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42042026-03-31T01:22:52.039Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42052026-03-31T01:22:56.761Z Compiling samael v0.0.19
42062026-03-31T01:23:00.493Z Checking diesel-dtrace v0.5.0
42072026-03-31T01:23:00.733Z Checking async-bb8-diesel v0.2.1
42082026-03-31T01:23:01.922Z Compiling polar-core v0.27.3
42092026-03-31T01:23:06.280Z Checking oso v0.27.3
42102026-03-31T01:23:41.561Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42112026-03-31T01:24:13.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 35s
42122026-03-31T01:24:13.932Z
42132026-03-31T01:24:13.932Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (232/268)
42142026-03-31T01:24:14.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42152026-03-31T01:24:14.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42162026-03-31T01:24:14.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42172026-03-31T01:24:14.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42182026-03-31T01:24:14.611Z
42192026-03-31T01:24:14.611Zinfo: running `cargo check --bins` on nexus-saga-recovery (233/268)
42202026-03-31T01:24:15.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42212026-03-31T01:24:15.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42222026-03-31T01:24:15.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42232026-03-31T01:24:15.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42242026-03-31T01:24:15.299Z
42252026-03-31T01:24:15.299Zinfo: running `cargo check --bins` on nexus-test-utils-macros (234/268)
42262026-03-31T01:24:15.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42272026-03-31T01:24:15.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42282026-03-31T01:24:15.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42292026-03-31T01:24:15.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42302026-03-31T01:24:15.882Z
42312026-03-31T01:24:15.882Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (235/268)
42322026-03-31T01:24:16.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42332026-03-31T01:24:16.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42342026-03-31T01:24:16.765Z Compiling libz-sys v1.1.24
42352026-03-31T01:24:16.890Z Compiling libgit2-sys v0.18.3+1.9.2
42362026-03-31T01:24:16.900Z Compiling vergen-git2 v9.1.0
42372026-03-31T01:24:16.928Z Compiling rustls v0.21.12
42382026-03-31T01:24:16.937Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42392026-03-31T01:24:16.937Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42402026-03-31T01:24:16.937Z Checking rustls-webpki v0.101.7
42412026-03-31T01:24:16.937Z Checking sct v0.7.1
42422026-03-31T01:24:17.096Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42432026-03-31T01:24:17.109Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42442026-03-31T01:24:17.149Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42452026-03-31T01:24:17.193Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42462026-03-31T01:24:21.137Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42472026-03-31T01:24:21.137Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42482026-03-31T01:24:21.137Z Checking rustls-pemfile v1.0.4
42492026-03-31T01:24:21.137Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42502026-03-31T01:24:21.137Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42512026-03-31T01:24:21.137Z Checking twox-hash v2.1.2
42522026-03-31T01:24:21.137Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42532026-03-31T01:24:21.137Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42542026-03-31T01:24:21.137Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42552026-03-31T01:24:21.137Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42562026-03-31T01:24:21.137Z Checking tokio-rustls v0.24.1
42572026-03-31T01:24:21.137Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42582026-03-31T01:24:21.137Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42592026-03-31T01:24:21.137Z Checking fatfs v0.3.6
42602026-03-31T01:24:21.137Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42612026-03-31T01:24:21.137Z Compiling seq-macro v0.3.6
42622026-03-31T01:24:23.354Z Compiling git2 v0.20.4
42632026-03-31T01:24:23.687Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42642026-03-31T01:24:23.813Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42652026-03-31T01:24:25.547Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3df8a24e046bcfdb0d69f93075e8e1d2d0e9889d#3df8a24e)
42662026-03-31T01:25:09.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.90s
42672026-03-31T01:25:10.016Z
42682026-03-31T01:25:10.016Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (236/268)
42692026-03-31T01:25:10.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42702026-03-31T01:25:10.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42712026-03-31T01:25:10.911Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42722026-03-31T01:25:47.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.51s
42732026-03-31T01:25:47.767Z
42742026-03-31T01:25:47.767Zinfo: running `cargo check --bins` on nexus-background-task-interface (237/268)
42752026-03-31T01:25:48.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42762026-03-31T01:25:48.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42772026-03-31T01:25:48.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42782026-03-31T01:25:48.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42792026-03-31T01:25:48.376Z
42802026-03-31T01:25:48.376Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (238/268)
42812026-03-31T01:25:48.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42822026-03-31T01:25:48.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42832026-03-31T01:25:48.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42842026-03-31T01:25:48.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42852026-03-31T01:25:49.046Z
42862026-03-31T01:25:49.046Zinfo: running `cargo check --bins` on nexus-mgs-updates (239/268)
42872026-03-31T01:25:49.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42882026-03-31T01:25:49.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42892026-03-31T01:25:49.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42902026-03-31T01:25:49.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42912026-03-31T01:25:49.940Z
42922026-03-31T01:25:49.940Zinfo: running `cargo check --bins` on nexus-networking (240/268)
42932026-03-31T01:25:50.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42942026-03-31T01:25:50.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42952026-03-31T01:25:50.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42962026-03-31T01:25:50.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42972026-03-31T01:25:50.366Z
42982026-03-31T01:25:50.366Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (241/268)
42992026-03-31T01:25:50.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43002026-03-31T01:25:50.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43012026-03-31T01:25:50.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43022026-03-31T01:25:50.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
43032026-03-31T01:25:51.045Z
43042026-03-31T01:25:51.045Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (242/268)
43052026-03-31T01:25:51.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43062026-03-31T01:25:51.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43072026-03-31T01:25:51.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43082026-03-31T01:25:51.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43092026-03-31T01:25:51.714Z
43102026-03-31T01:25:51.714Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/268)
43112026-03-31T01:25:52.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43122026-03-31T01:25:52.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43132026-03-31T01:25:52.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43142026-03-31T01:25:52.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43152026-03-31T01:25:52.370Z
43162026-03-31T01:25:52.370Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/268)
43172026-03-31T01:25:52.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43182026-03-31T01:25:52.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43192026-03-31T01:25:52.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43202026-03-31T01:25:52.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43212026-03-31T01:25:53.048Z
43222026-03-31T01:25:53.049Zinfo: running `cargo check --bins` on omicron-dev (245/268)
43232026-03-31T01:25:53.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43242026-03-31T01:25:53.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43252026-03-31T01:25:53.954Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43262026-03-31T01:25:53.954Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43272026-03-31T01:25:54.143Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43282026-03-31T01:25:54.176Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43292026-03-31T01:25:54.193Z Checking diff v0.1.13
43302026-03-31T01:25:54.197Z Checking yansi v1.0.1
43312026-03-31T01:25:54.197Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43322026-03-31T01:25:54.197Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43332026-03-31T01:25:54.277Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43342026-03-31T01:25:54.469Z Checking pretty_assertions v1.4.1
43352026-03-31T01:25:55.102Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43362026-03-31T01:26:17.885Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43372026-03-31T01:26:17.888Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43382026-03-31T01:26:17.888Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43392026-03-31T01:26:17.888Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43402026-03-31T01:26:17.888Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43412026-03-31T01:26:17.888Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43422026-03-31T01:26:18.638Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43432026-03-31T01:26:19.700Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43442026-03-31T01:26:56.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s
43452026-03-31T01:26:56.420Z
43462026-03-31T01:26:56.420Zinfo: running `cargo check --bins` on omicron-pins (246/268)
43472026-03-31T01:26:56.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43482026-03-31T01:26:56.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43492026-03-31T01:26:56.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43502026-03-31T01:26:56.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43512026-03-31T01:26:57.031Z
43522026-03-31T01:26:57.031Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (247/268)
43532026-03-31T01:26:57.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43542026-03-31T01:26:57.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43552026-03-31T01:26:57.824Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43562026-03-31T01:26:57.949Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43572026-03-31T01:26:57.949Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43582026-03-31T01:27:22.848Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43592026-03-31T01:27:23.224Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43602026-03-31T01:27:24.886Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43612026-03-31T01:27:25.327Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43622026-03-31T01:27:28.265Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43632026-03-31T01:27:50.156Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43642026-03-31T01:27:50.775Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43652026-03-31T01:27:52.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.32s
43662026-03-31T01:27:52.588Z
43672026-03-31T01:27:52.589Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (248/268)
43682026-03-31T01:27:53.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43692026-03-31T01:27:53.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43702026-03-31T01:27:53.315Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43712026-03-31T01:27:53.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
43722026-03-31T01:27:54.205Z
43732026-03-31T01:27:54.205Zinfo: running `cargo check --bins` on omicron-releng (249/268)
43742026-03-31T01:27:54.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43752026-03-31T01:27:54.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43762026-03-31T01:27:54.877Z Compiling blake3 v1.8.3
43772026-03-31T01:27:54.989Z Checking arrayref v0.3.9
43782026-03-31T01:27:54.989Z Checking constant_time_eq v0.4.2
43792026-03-31T01:27:54.993Z Checking arrayvec v0.7.6
43802026-03-31T01:27:55.011Z Checking topological-sort v0.2.2
43812026-03-31T01:27:55.017Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43822026-03-31T01:27:55.017Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43832026-03-31T01:27:55.024Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43842026-03-31T01:27:55.084Z Checking shell-words v1.1.1
43852026-03-31T01:27:55.773Z Checking omicron-zone-package v0.12.2
43862026-03-31T01:27:56.479Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43872026-03-31T01:27:57.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
43882026-03-31T01:27:57.479Z
43892026-03-31T01:27:57.479Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (250/268)
43902026-03-31T01:27:58.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43912026-03-31T01:27:58.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43922026-03-31T01:27:58.145Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43932026-03-31T01:27:58.465Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43942026-03-31T01:27:58.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
43952026-03-31T01:27:59.049Z
43962026-03-31T01:27:59.049Zinfo: running `cargo check --bins` on schema (251/268)
43972026-03-31T01:27:59.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43982026-03-31T01:27:59.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43992026-03-31T01:27:59.798Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44002026-03-31T01:28:00.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
44012026-03-31T01:28:00.694Z
44022026-03-31T01:28:00.694Zinfo: running `cargo check --bins` on xtask (252/268)
44032026-03-31T01:28:01.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44042026-03-31T01:28:01.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44052026-03-31T01:28:01.161Z Checking libc v0.2.180
44062026-03-31T01:28:01.245Z Checking serde v1.0.228
44072026-03-31T01:28:01.255Z Checking zerofrom v0.1.6
44082026-03-31T01:28:01.267Z Checking bitflags v2.11.0
44092026-03-31T01:28:01.267Z Checking hashbrown v0.16.1
44102026-03-31T01:28:01.267Z Checking smallvec v1.15.1
44112026-03-31T01:28:01.278Z Checking serde_json v1.0.149
44122026-03-31T01:28:01.278Z Checking scroll v0.12.0
44132026-03-31T01:28:01.349Z Checking yoke v0.8.1
44142026-03-31T01:28:01.398Z Checking num-traits v0.2.19
44152026-03-31T01:28:01.438Z Checking thiserror v1.0.69
44162026-03-31T01:28:01.506Z Checking percent-encoding v2.3.2
44172026-03-31T01:28:01.517Z Checking zerovec v0.11.5
44182026-03-31T01:28:01.536Z Checking zerotrie v0.2.3
44192026-03-31T01:28:01.546Z Checking errno v0.3.14
44202026-03-31T01:28:01.626Z Checking serde_spanned v0.6.9
44212026-03-31T01:28:01.653Z Checking toml_datetime v0.6.11
44222026-03-31T01:28:01.660Z Checking rustix v1.1.3
44232026-03-31T01:28:01.706Z Checking indexmap v2.13.0
44242026-03-31T01:28:01.748Z Checking log v0.4.29
44252026-03-31T01:28:01.771Z Checking zerocopy v0.7.35
44262026-03-31T01:28:01.825Z Checking form_urlencoded v1.2.2
44272026-03-31T01:28:01.872Z Checking getrandom v0.4.1
44282026-03-31T01:28:01.896Z Checking goblin v0.8.2
44292026-03-31T01:28:01.925Z Checking ordered-float v2.10.1
44302026-03-31T01:28:01.949Z Checking tinystr v0.8.2
44312026-03-31T01:28:01.959Z Checking potential_utf v0.1.4
44322026-03-31T01:28:02.004Z Checking thiserror v2.0.18
44332026-03-31T01:28:02.085Z Checking icu_collections v2.1.1
44342026-03-31T01:28:02.104Z Checking syn v2.0.117
44352026-03-31T01:28:02.122Z Checking icu_locale_core v2.1.1
44362026-03-31T01:28:02.144Z Checking serde-value v0.7.0
44372026-03-31T01:28:02.240Z Checking toml_edit v0.22.27
44382026-03-31T01:28:02.259Z Checking dtrace-parser v0.2.0
44392026-03-31T01:28:02.345Z Checking thread-id v4.2.2
44402026-03-31T01:28:02.388Z Checking once_cell v1.21.3
44412026-03-31T01:28:02.429Z Checking cargo-platform v0.2.0
44422026-03-31T01:28:02.472Z Checking terminal_size v0.4.3
44432026-03-31T01:28:02.507Z Checking memmap v0.7.0
44442026-03-31T01:28:02.568Z Checking tempfile v3.25.0
44452026-03-31T01:28:02.610Z Checking clap_builder v4.5.60
44462026-03-31T01:28:02.617Z Checking textwrap v0.16.2
44472026-03-31T01:28:02.634Z Checking fs-err v3.3.0
44482026-03-31T01:28:02.672Z Checking icu_provider v2.1.1
44492026-03-31T01:28:02.756Z Checking camino-tempfile v1.4.1
44502026-03-31T01:28:02.810Z Checking anyhow v1.0.102
44512026-03-31T01:28:02.832Z Checking tabled v0.15.0
44522026-03-31T01:28:02.909Z Checking icu_normalizer v2.1.1
44532026-03-31T01:28:02.956Z Checking icu_properties v2.1.2
44542026-03-31T01:28:03.012Z Checking macaddr v1.0.1
44552026-03-31T01:28:03.187Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44562026-03-31T01:28:03.317Z Checking toml v0.8.23
44572026-03-31T01:28:03.623Z Checking cargo_toml v0.21.0
44582026-03-31T01:28:03.723Z Checking idna_adapter v1.2.1
44592026-03-31T01:28:03.760Z Checking dof v0.3.0
44602026-03-31T01:28:03.790Z Checking clap v4.5.60
44612026-03-31T01:28:03.844Z Checking idna v1.1.0
44622026-03-31T01:28:04.020Z Checking usdt-impl v0.5.0
44632026-03-31T01:28:04.064Z Checking url v2.5.8
44642026-03-31T01:28:04.274Z Checking usdt v0.5.0
44652026-03-31T01:28:04.412Z Checking cargo-util-schemas v0.8.2
44662026-03-31T01:28:05.446Z Checking cargo_metadata v0.21.0
44672026-03-31T01:28:08.680Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44682026-03-31T01:28:08.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s
44692026-03-31T01:28:08.680Z
44702026-03-31T01:28:08.680Zinfo: running `cargo check --bins` on end-to-end-tests (253/268)
44712026-03-31T01:28:08.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44722026-03-31T01:28:08.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44732026-03-31T01:28:08.680Z Checking polyval v0.6.2
44742026-03-31T01:28:08.680Z Checking ctr v0.9.2
44752026-03-31T01:28:08.680Z Checking ssh-encoding v0.2.0
44762026-03-31T01:28:08.680Z Checking blowfish v0.9.1
44772026-03-31T01:28:08.680Z Checking password-hash v0.4.2
44782026-03-31T01:28:08.680Z Checking p521 v0.13.3
44792026-03-31T01:28:08.680Z Checking p256 v0.13.2
44802026-03-31T01:28:08.680Z Checking russh-cryptovec v0.7.3
44812026-03-31T01:28:08.680Z Checking ghash v0.5.1
44822026-03-31T01:28:08.680Z Checking bcrypt-pbkdf v0.10.0
44832026-03-31T01:28:08.680Z Checking md5 v0.7.0
44842026-03-31T01:28:08.681Z Checking num-bigint v0.4.6
44852026-03-31T01:28:08.681Z Checking des v0.8.1
44862026-03-31T01:28:08.681Z Checking pbkdf2 v0.11.0
44872026-03-31T01:28:08.681Z Checking aes-gcm v0.10.3
44882026-03-31T01:28:08.681Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44892026-03-31T01:28:08.681Z Checking hex-literal v0.4.1
44902026-03-31T01:28:08.681Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44912026-03-31T01:28:08.681Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44922026-03-31T01:28:08.681Z Checking socket2 v0.5.10
44932026-03-31T01:28:08.681Z Checking internet-checksum v0.2.1
44942026-03-31T01:28:08.681Z Checking ssh-cipher v0.2.0
44952026-03-31T01:28:08.681Z Checking ssh-key v0.6.7
44962026-03-31T01:28:08.681Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44972026-03-31T01:28:08.681Z Checking russh-keys v0.45.0
44982026-03-31T01:28:08.940Z Checking russh v0.45.0
44992026-03-31T01:28:23.976Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45002026-03-31T01:28:25.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.92s
45012026-03-31T01:28:25.384Z
45022026-03-31T01:28:25.384Zinfo: running `cargo check --bins` on gateway-cli (254/268)
45032026-03-31T01:28:25.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45042026-03-31T01:28:25.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45052026-03-31T01:28:26.048Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45062026-03-31T01:28:26.051Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45072026-03-31T01:28:26.165Z Checking termios v0.3.3
45082026-03-31T01:28:27.368Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45092026-03-31T01:28:27.515Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45102026-03-31T01:28:29.352Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45112026-03-31T01:28:29.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.52s
45122026-03-31T01:28:30.103Z
45132026-03-31T01:28:30.103Zinfo: running `cargo check --bins --no-default-features` on installinator (255/268)
45142026-03-31T01:28:30.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45152026-03-31T01:28:30.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45162026-03-31T01:28:30.829Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45172026-03-31T01:28:30.946Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45182026-03-31T01:28:30.959Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45192026-03-31T01:28:30.959Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45202026-03-31T01:28:30.962Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45212026-03-31T01:28:30.975Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45222026-03-31T01:28:31.674Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45232026-03-31T01:28:32.027Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45242026-03-31T01:28:32.031Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45252026-03-31T01:28:32.673Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45262026-03-31T01:28:34.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
45272026-03-31T01:28:34.481Z
45282026-03-31T01:28:34.481Zinfo: running `cargo check --bins` on internal-dns-cli (256/268)
45292026-03-31T01:28:35.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45302026-03-31T01:28:35.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45312026-03-31T01:28:35.138Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45322026-03-31T01:28:35.586Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45332026-03-31T01:28:35.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45342026-03-31T01:28:36.104Z
45352026-03-31T01:28:36.104Zinfo: running `cargo check --bins` on omicron-live-tests (257/268)
45362026-03-31T01:28:36.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45372026-03-31T01:28:36.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45382026-03-31T01:28:36.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45392026-03-31T01:28:36.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45402026-03-31T01:28:36.715Z
45412026-03-31T01:28:36.715Zinfo: running `cargo check --bins` on live-tests-macros (258/268)
45422026-03-31T01:28:37.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45432026-03-31T01:28:37.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45442026-03-31T01:28:37.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45452026-03-31T01:28:37.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45462026-03-31T01:28:37.323Z
45472026-03-31T01:28:37.323Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (259/268)
45482026-03-31T01:28:37.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45492026-03-31T01:28:37.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45502026-03-31T01:28:38.088Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45512026-03-31T01:28:38.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45522026-03-31T01:28:38.898Z
45532026-03-31T01:28:38.898Zinfo: running `cargo check --bins` on omicron-ntp-admin (260/268)
45542026-03-31T01:28:39.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45552026-03-31T01:28:39.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45562026-03-31T01:28:39.569Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45572026-03-31T01:28:39.572Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45582026-03-31T01:28:39.823Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45592026-03-31T01:28:39.823Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45602026-03-31T01:28:40.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
45612026-03-31T01:28:40.789Z
45622026-03-31T01:28:40.789Zinfo: running `cargo check --bins` on ntp-admin-types (261/268)
45632026-03-31T01:28:41.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45642026-03-31T01:28:41.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45652026-03-31T01:28:41.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45662026-03-31T01:28:41.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45672026-03-31T01:28:41.396Z
45682026-03-31T01:28:41.396Zinfo: running `cargo check --bins` on omicron-package (262/268)
45692026-03-31T01:28:41.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45702026-03-31T01:28:41.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45712026-03-31T01:28:42.090Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45722026-03-31T01:28:43.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
45732026-03-31T01:28:43.359Z
45742026-03-31T01:28:43.359Zinfo: running `cargo check --bins` on tqdb (263/268)
45752026-03-31T01:28:43.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45762026-03-31T01:28:43.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45772026-03-31T01:28:44.152Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45782026-03-31T01:28:44.507Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45792026-03-31T01:28:45.016Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45802026-03-31T01:28:45.019Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45812026-03-31T01:28:50.196Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45822026-03-31T01:28:50.836Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45832026-03-31T01:28:50.836Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45842026-03-31T01:28:50.839Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45852026-03-31T01:28:50.839Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45862026-03-31T01:28:51.576Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45872026-03-31T01:28:52.511Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45882026-03-31T01:28:53.279Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45892026-03-31T01:28:53.888Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45902026-03-31T01:28:58.329Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45912026-03-31T01:29:04.259Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45922026-03-31T01:29:04.263Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45932026-03-31T01:29:04.263Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45942026-03-31T01:29:04.263Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45952026-03-31T01:29:05.681Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45962026-03-31T01:29:06.988Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45972026-03-31T01:29:07.638Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45982026-03-31T01:29:08.881Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45992026-03-31T01:29:09.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.03s
46002026-03-31T01:29:09.631Z
46012026-03-31T01:29:09.631Zinfo: running `cargo check --bins` on wicket-dbg (264/268)
46022026-03-31T01:29:10.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46032026-03-31T01:29:10.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46042026-03-31T01:29:10.358Z Checking rtoolbox v0.0.3
46052026-03-31T01:29:10.358Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46062026-03-31T01:29:10.362Z Checking tui-tree-widget v0.23.1
46072026-03-31T01:29:10.581Z Checking rpassword v7.4.0
46082026-03-31T01:29:11.458Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46092026-03-31T01:29:14.380Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46102026-03-31T01:29:16.134Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46112026-03-31T01:29:16.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.34s
46122026-03-31T01:29:17.186Z
46132026-03-31T01:29:17.186Zinfo: running `cargo check --bins` on wicket (265/268)
46142026-03-31T01:29:17.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46152026-03-31T01:29:17.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46162026-03-31T01:29:17.893Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46172026-03-31T01:29:18.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
46182026-03-31T01:29:18.447Z
46192026-03-31T01:29:18.448Zinfo: running `cargo check --bins` on wicketd (266/268)
46202026-03-31T01:29:19.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46212026-03-31T01:29:19.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46222026-03-31T01:29:19.183Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46232026-03-31T01:29:19.183Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46242026-03-31T01:29:19.187Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46252026-03-31T01:29:19.187Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46262026-03-31T01:29:20.124Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46272026-03-31T01:29:20.668Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46282026-03-31T01:29:23.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.09s
46292026-03-31T01:29:23.754Z
46302026-03-31T01:29:23.754Zinfo: running `cargo check --bins` on omicron-workspace-hack (267/268)
46312026-03-31T01:29:24.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46322026-03-31T01:29:24.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46332026-03-31T01:29:24.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46342026-03-31T01:29:24.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46352026-03-31T01:29:24.368Z
46362026-03-31T01:29:24.368Zinfo: running `cargo check --bins` on zone-setup (268/268)
46372026-03-31T01:29:24.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46382026-03-31T01:29:24.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46392026-03-31T01:29:25.060Z Checking uzers v0.12.2
46402026-03-31T01:29:25.336Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46412026-03-31T01:29:26.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
46422026-03-31T01:29:26.291Z
46432026-03-31T01:29:26.291Zreal 13:39.216228760
46442026-03-31T01:29:26.291Zuser 20:13.911289849
46452026-03-31T01:29:26.291Zsys 4:15.202449170
46462026-03-31T01:29:26.291Ztrap 0.313739096
46472026-03-31T01:29:26.291Ztflt 0.240714381
46482026-03-31T01:29:26.291Zdflt 0.568294719
46492026-03-31T01:29:26.291Zkflt 0.001072820
46502026-03-31T01:29:26.291Zlock 1:15:06.137820672
46512026-03-31T01:29:26.291Zslp 1:35:50.033795182
46522026-03-31T01:29:26.291Zlat 1:06.815189865
46532026-03-31T01:29:26.291Zstop 4:00.430647301
46542026-03-31T01:29:26.294Zprocess exited: duration 994547 ms, exit code 0
 
46552026-03-31T01:29:26.302Zfound 0 output files