01KMGN758JG76FNE9QV7WJ0K5Z: 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: 01KMGN8211H44JC6RFHSHV3KEM

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-24T19:32:04.806Zjob assigned to worker 01KMGN8HSW7FWADKA6DASD95FR [factory aws, i-0848bf8a4c63a11c6] (queued for 1 m 16 s)
 
22026-03-24T19:32:13.198Zstarting task 0: "setup"
32026-03-24T19:32:13.202Z++ uname -s
42026-03-24T19:32:13.205Z+ kern=SunOS
52026-03-24T19:32:13.205Z+ build_user=build
62026-03-24T19:32:13.205Z+ build_uid=12345
72026-03-24T19:32:13.205Z+ work_dir=/work
82026-03-24T19:32:13.205Z+ input_dir=/input
92026-03-24T19:32:13.205Z+ [[ 0 == 12345 ]]
102026-03-24T19:32:13.205Z+ case "$kern" in
112026-03-24T19:32:13.205Z+ groupadd -g 12345 build
122026-03-24T19:32:13.208Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-24T19:32:15.214Z+ zfs create -o mountpoint=/work rpool/work
142026-03-24T19:32:15.343Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-24T19:32:15.350Z+ home_fs=zfs
162026-03-24T19:32:15.350Z+ [[ zfs == autofs ]]
172026-03-24T19:32:15.350Z+ mkdir -p /home/build
182026-03-24T19:32:15.350Z+ chown build:build /home/build /work
192026-03-24T19:32:17.351Z+ chmod 0700 /home/build /work
202026-03-24T19:32:17.354Zprocess exited: duration 4154 ms, exit code 0
 
212026-03-24T19:32:17.360Zstarting task 1: "rust-toolchain"
222026-03-24T19:32:17.364Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-24T19:32:17.364Z * rust toolchain channel = "1.94.0"
242026-03-24T19:32:17.364Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-24T19:32:17.364Z * rust toolchain profile = "default"
262026-03-24T19:32:17.364Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-24T19:32:17.364Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-24T19:32:17.367Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-24T19:32:17.367Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-24T19:32:17.502Zinfo: downloading installer
312026-03-24T19:32:19.150Zwarn: It looks like you have an existing installation of Rust at:
322026-03-24T19:32:19.150Zwarn: /opt/ooce/bin
332026-03-24T19:32:19.150Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-24T19:32:19.150Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-24T19:32:19.150Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-24T19:32:19.150Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-24T19:32:19.150Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-24T19:32:19.150Zerror: cannot install while Rust is installed
392026-03-24T19:32:19.150Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-24T19:32:19.150Zwarn: It looks like you have an existing rustup settings file at:
412026-03-24T19:32:19.150Zwarn: /home/build/.rustup/settings.toml
422026-03-24T19:32:19.150Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-24T19:32:19.150Zwarn: instead of the one inferred from the default host triple.
442026-03-24T19:32:19.174Zinfo: profile set to default
452026-03-24T19:32:19.174Zinfo: default host triple is x86_64-unknown-illumos
462026-03-24T19:32:19.177Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-24T19:32:19.320Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-24T19:32:19.323Zinfo: downloading 6 components
492026-03-24T19:32:34.474Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-24T19:32:34.474Z
512026-03-24T19:32:34.507Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-24T19:32:34.507Z
532026-03-24T19:32:34.511Z
542026-03-24T19:32:34.511ZRust is installed now. Great!
552026-03-24T19:32:34.511Z
562026-03-24T19:32:34.511ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-24T19:32:34.511Zenvironment variable. This has not been done automatically.
582026-03-24T19:32:34.511Z
592026-03-24T19:32:34.511ZTo configure your current shell, you need to source
602026-03-24T19:32:34.511Zthe corresponding env file under $HOME/.cargo.
612026-03-24T19:32:34.511Z
622026-03-24T19:32:34.511ZThis is usually done by running one of the following (note the leading DOT):
632026-03-24T19:32:34.511Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-24T19:32:34.511Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-24T19:32:34.511Zsource "~/.cargo/env.nu" # For nushell
662026-03-24T19:32:34.511Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-24T19:32:34.511Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-24T19:32:34.511Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-24T19:32:34.511Zwarn: no default linker (`cc`) was found in your PATH
702026-03-24T19:32:34.511Zwarn: many Rust crates require a system C toolchain to build
712026-03-24T19:32:34.610Z+ rustup --version
722026-03-24T19:32:34.620Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-24T19:32:34.623Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-24T19:32:34.646Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-24T19:32:34.650Z+ cargo --version
762026-03-24T19:32:34.666Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-24T19:32:34.671Z+ rustc --version
782026-03-24T19:32:34.695Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-24T19:32:34.698Zprocess exited: duration 17330 ms, exit code 0
 
802026-03-24T19:32:34.705Zstarting task 2: "authentication"
812026-03-24T19:32:34.725Zprocess exited: duration 19 ms, exit code 0
 
822026-03-24T19:32:34.732Zstarting task 3: "clone repository"
832026-03-24T19:32:34.735Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-24T19:32:34.738Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-24T19:32:34.775ZCloning into '/work/oxidecomputer/omicron'...
862026-03-24T19:32:45.078Z+ cd /work/oxidecomputer/omicron
872026-03-24T19:32:45.078Z+ git fetch origin 35a378cf06e18fc42a532b61f068a989b56c4448
882026-03-24T19:32:45.400ZFrom https://github.com/oxidecomputer/omicron
892026-03-24T19:32:45.400Z * branch 35a378cf06e18fc42a532b61f068a989b56c4448 -> FETCH_HEAD
902026-03-24T19:32:45.411Z+ [[ -n mergeconflict/more-comments ]]
912026-03-24T19:32:45.417Z++ git branch --show-current
922026-03-24T19:32:45.417Z+ current=main
932026-03-24T19:32:45.417Z+ [[ main != mergeconflict/more-comments ]]
942026-03-24T19:32:45.417Z+ git branch -f mergeconflict/more-comments 35a378cf06e18fc42a532b61f068a989b56c4448
952026-03-24T19:32:45.420Z+ git checkout -f mergeconflict/more-comments
962026-03-24T19:32:45.740ZSwitched to branch 'mergeconflict/more-comments'
972026-03-24T19:32:45.744Z+ git reset --hard 35a378cf06e18fc42a532b61f068a989b56c4448
982026-03-24T19:32:45.762ZHEAD is now at 35a378cf0 don't ignore examples
992026-03-24T19:32:45.768Zprocess exited: duration 11027 ms, exit code 0
 
1002026-03-24T19:32:45.776Zstarting task 4: "build"
1012026-03-24T19:32:45.780Z+ source .github/buildomat/ci-env.sh
1022026-03-24T19:32:45.780Z++ export CARGO_TERM_COLOR=always
1032026-03-24T19:32:45.780Z++ CARGO_TERM_COLOR=always
1042026-03-24T19:32:45.780Z+ cargo --version
1052026-03-24T19:32:45.792Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-24T19:32:45.796Z+ rustc --version
1072026-03-24T19:32:45.820Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-24T19:32:45.823Z+ source ./env.sh
1092026-03-24T19:32:45.823Z++ OLD_SHELL_OPTS=ehxB
1102026-03-24T19:32:45.823Z++ set -o xtrace
1112026-03-24T19:32:45.827Z++++ dirname ./env.sh
1122026-03-24T19:32:45.827Z+++ readlink -f .
1132026-03-24T19:32:45.830Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-03-24T19:32:45.830Z++ 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-24T19:32:45.830Z++ 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-24T19:32:45.830Z++ 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-24T19:32:45.830Z++ 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-24T19:32:45.830Z++ 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-24T19:32:45.830Z++ 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-24T19:32:45.830Z++ 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-24T19:32:45.830Z++ 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-24T19:32:45.830Z++ case $OLD_SHELL_OPTS in
1232026-03-24T19:32:45.830Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-03-24T19:32:45.830Z+ 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-24T19:32:45.831Z+ 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-24T19:32:45.831Z+ banner prerequisites
1272026-03-24T19:32:45.834Z
1282026-03-24T19:32:45.834Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-03-24T19:32:45.834Z # # # # # # # # # # # # # # #
1302026-03-24T19:32:45.834Z # # # # ##### # # ##### # # # # # #### #
1312026-03-24T19:32:45.834Z ##### ##### # ##### # # # # # # # # #
1322026-03-24T19:32:45.834Z # # # # # # # # # # # # # # #
1332026-03-24T19:32:45.835Z # # # ###### # # ###### ### # #### # #### #
1342026-03-24T19:32:45.835Z
1352026-03-24T19:32:45.835Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-03-24T19:32:56.876Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-03-24T19:33:07.096Z Startup: Caching catalogs ... Done
1382026-03-24T19:33:30.451ZPlanning: Solver setup ... Done (22.241s)
1392026-03-24T19:33:30.626ZPlanning: Running solver ... Done (0.162s)
1402026-03-24T19:33:30.896ZPlanning: Finding local manifests ... Done (0.003s)
1412026-03-24T19:33:30.902ZPlanning: Fetching manifests: 0/4 0% complete
1422026-03-24T19:33:30.934ZPlanning: Fetching manifests: 4/4 100% complete
1432026-03-24T19:33:30.982ZPlanning: Package planning ... Done (0.043s)
1442026-03-24T19:33:31.033ZPlanning: Merging actions ... Done (0.043s)
1452026-03-24T19:33:31.262ZPlanning: Checking for conflicting actions ... Done (0.238s)
1462026-03-24T19:33:31.271ZPlanning: Consolidating action changes ... Done (0.010s)
1472026-03-24T19:33:32.146ZPlanning: Evaluating mediators ... Done (0.863s)
1482026-03-24T19:33:32.155ZPlanning: Planning completed in 25.24 seconds
1492026-03-24T19:33:32.163Z Packages to install: 4
1502026-03-24T19:33:32.163Z Mediators to change: 2
1512026-03-24T19:33:32.163Z Services to change: 1
1522026-03-24T19:33:32.163Z Estimated space available: 155.43 GB
1532026-03-24T19:33:32.163ZEstimated space to be consumed: 1.83 GB
1542026-03-24T19:33:32.163Z Create boot environment: No
1552026-03-24T19:33:32.163ZCreate backup boot environment: No
1562026-03-24T19:33:32.163Z Rebuild boot archive: No
1572026-03-24T19:33:32.163Z
1582026-03-24T19:33:32.163ZChanged mediators:
1592026-03-24T19:33:32.163Z mediator clang:
1602026-03-24T19:33:32.163Z version: None -> 15 (system default)
1612026-03-24T19:33:32.163Z
1622026-03-24T19:33:32.163Z mediator llvm:
1632026-03-24T19:33:32.163Z version: 14 (system default) -> 15 (system default)
1642026-03-24T19:33:32.163Z
1652026-03-24T19:33:32.164ZChanged packages:
1662026-03-24T19:33:32.164Zhelios-dev
1672026-03-24T19:33:32.164Z developer/build-essential
1682026-03-24T19:33:32.164Z None -> 11-2.0
1692026-03-24T19:33:32.164Z library/libxmlsec1
1702026-03-24T19:33:32.164Z None -> 1.2.35-2.0
1712026-03-24T19:33:32.164Z ooce/developer/clang-15
1722026-03-24T19:33:32.164Z None -> 15.0.7-2.0
1732026-03-24T19:33:32.164Z ooce/developer/llvm-15
1742026-03-24T19:33:32.164Z None -> 15.0.7-2.0
1752026-03-24T19:33:32.164Z
1762026-03-24T19:33:32.164ZServices:
1772026-03-24T19:33:32.164Z restart_fmri:
1782026-03-24T19:33:32.164Z svc:/system/update-man-index:default
1792026-03-24T19:33:32.271Z
1802026-03-24T19:33:32.271ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-03-24T19:33:37.373ZDownload: 1197/3290 items 83.5/212.6MB 39% complete (20.8M/s)
1822026-03-24T19:33:42.375ZDownload: 3137/3290 items 170.0/212.6MB 79% complete (16.9M/s)
1832026-03-24T19:33:44.545ZDownload: Completed 212.60 MB in 12.32 seconds (17.2M/s)
1842026-03-24T19:33:44.802Z Actions: 1/3689 actions (Installing new actions)
1852026-03-24T19:33:48.997Z Actions: Completed 3689 actions in 4.19 seconds.
1862026-03-24T19:33:49.749Z Done (0.752s)
1872026-03-24T19:33:49.749Z Done (0.000s)
1882026-03-24T19:33:50.749Z Done (1.000s)
1892026-03-24T19:33:54.531Z Done (3.421s)
1902026-03-24T19:33:54.614Z Done (0.019s)
1912026-03-24T19:33:54.618Z Done (0.000s)
1922026-03-24T19:33:54.746Z Done (0.000s)
1932026-03-24T19:33:55.717ZPlanning: Evaluating mediator changes ... Done
1942026-03-24T19:33:55.862ZPlanning: Checking for conflicting actions ... Done
1952026-03-24T19:33:55.867ZPlanning: Consolidating action changes ... Done
1962026-03-24T19:33:56.085ZPlanning: Evaluating mediators ... Done
1972026-03-24T19:33:56.089ZPlanning: Planning completed in 0.37 seconds
1982026-03-24T19:33:56.114Z Mediators to change: 2
1992026-03-24T19:33:56.115Z Create boot environment: No
2002026-03-24T19:33:56.115ZCreate backup boot environment: No
2012026-03-24T19:33:56.194Z Done
2022026-03-24T19:33:56.195Z Done
2032026-03-24T19:33:56.961Z Done
2042026-03-24T19:34:00.289Z Done
2052026-03-24T19:34:00.377Z Done
2062026-03-24T19:34:00.381Z Done
2072026-03-24T19:34:00.536Z Done
2082026-03-24T19:34:01.071ZPlanning: Evaluating mediator changes ... Done
2092026-03-24T19:34:01.075ZPlanning: Merging actions ... Done
2102026-03-24T19:34:01.239ZPlanning: Checking for conflicting actions ... Done
2112026-03-24T19:34:01.243ZPlanning: Consolidating action changes ... Done
2122026-03-24T19:34:01.469ZPlanning: Evaluating mediators ... Done
2132026-03-24T19:34:01.514ZPlanning: Planning completed in 0.63 seconds
2142026-03-24T19:34:01.539Z Packages to change: 1
2152026-03-24T19:34:01.539Z Mediators to change: 1
2162026-03-24T19:34:01.539Z Services to change: 1
2172026-03-24T19:34:01.539Z Create boot environment: No
2182026-03-24T19:34:01.539ZCreate backup boot environment: Yes
2192026-03-24T19:34:04.035Z Actions: 1/6 actions (Updating modified actions)
2202026-03-24T19:34:04.050Z Actions: Completed 6 actions in 0.00 seconds.
2212026-03-24T19:34:04.050Z Done
2222026-03-24T19:34:04.050Z Done
2232026-03-24T19:34:04.222Z Done
2242026-03-24T19:34:07.540Z Done
2252026-03-24T19:34:07.624Z Done
2262026-03-24T19:34:07.628Z Done
2272026-03-24T19:34:07.765Z Done
2282026-03-24T19:34:08.171ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2292026-03-24T19:34:08.171Zclang system 15 system
2302026-03-24T19:34:08.171Zcsh system system illumos
2312026-03-24T19:34:08.171Zctags system system illumos
2322026-03-24T19:34:08.171Zfile system system illumos
2332026-03-24T19:34:08.171Zgcc vendor 12 vendor
2342026-03-24T19:34:08.171Zgcc system 10 system
2352026-03-24T19:34:08.171Zgcc system 7 system
2362026-03-24T19:34:08.171Zgo system 1.20 system
2372026-03-24T19:34:08.171Zgo system 1.19 system
2382026-03-24T19:34:08.171Zllvm system 15 system
2392026-03-24T19:34:08.171Zllvm system 14 system
2402026-03-24T19:34:08.171Zmariadb system 10.6 system
2412026-03-24T19:34:08.171Zmta vendor vendor dma
2422026-03-24T19:34:08.171Zopenjdk system 17 system
2432026-03-24T19:34:08.171Zopenjdk system 11 system
2442026-03-24T19:34:08.171Zopenjdk system 1.8 system
2452026-03-24T19:34:08.172Zopenssl vendor 3 vendor
2462026-03-24T19:34:08.172Zperl system 5.36 system
2472026-03-24T19:34:08.172Zpostgresql system 15 system
2482026-03-24T19:34:08.172Zpostgresql system 13 system
2492026-03-24T19:34:08.172Zpython vendor 3 vendor
2502026-03-24T19:34:08.172Zpython system 2 system
2512026-03-24T19:34:08.172Zpython3 system 3.11 system
2522026-03-24T19:34:08.173Zruby system 3.0 system
2532026-03-24T19:34:08.173Zwords vendor vendor american-english
2542026-03-24T19:34:08.173Zwords system system australian-english
2552026-03-24T19:34:08.173Zwords system system british-english
2562026-03-24T19:34:08.173Zwords system system canadian-english
2572026-03-24T19:34:08.173Zwords system system french
2582026-03-24T19:34:08.173Zwords system system italian
2592026-03-24T19:34:08.173Zwords system system ngerman
2602026-03-24T19:34:08.173Zwords system system ogerman
2612026-03-24T19:34:08.174Zwords system system spanish
2622026-03-24T19:34:08.483ZPUBLISHER TYPE STATUS P LOCATION
2632026-03-24T19:34:08.483Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2642026-03-24T19:34:14.568ZFMRI IFO
2652026-03-24T19:34:14.568Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2662026-03-24T19:34:14.568Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2672026-03-24T19:34:14.568Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2682026-03-24T19:34:14.568Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2692026-03-24T19:34:14.568Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2702026-03-24T19:34:14.568Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2712026-03-24T19:34:14.569Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2722026-03-24T19:34:14.569Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2732026-03-24T19:34:14.569Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2742026-03-24T19:34:14.569Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2752026-03-24T19:34:14.569Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2762026-03-24T19:34:14.569Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2772026-03-24T19:34:14.569Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2782026-03-24T19:34:14.569Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2792026-03-24T19:34:14.569Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2802026-03-24T19:34:14.569Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2812026-03-24T19:34:15.811Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2822026-03-24T19:34:16.105Z Updating crates.io index
2832026-03-24T19:34:16.108Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2842026-03-24T19:34:16.417Z Updating git repository `https://github.com/oxidecomputer/lldp`
2852026-03-24T19:34:17.435Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2862026-03-24T19:34:17.915Z Updating git repository `https://github.com/oxidecomputer/falcon`
2872026-03-24T19:34:18.959Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2882026-03-24T19:34:19.631Z Updating git repository `https://github.com/oxidecomputer/propolis`
2892026-03-24T19:34:21.041Z Updating git repository `https://github.com/oxidecomputer/crucible`
2902026-03-24T19:34:22.708Z Updating git repository `https://github.com/oxidecomputer/opte`
2912026-03-24T19:34:23.480Z Updating git repository `https://github.com/oxidecomputer/tofino`
2922026-03-24T19:34:23.909Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2932026-03-24T19:34:24.640Z Updating git repository `https://github.com/oxidecomputer/clickward`
2942026-03-24T19:34:25.129Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2952026-03-24T19:34:25.575Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2962026-03-24T19:34:25.917Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2972026-03-24T19:34:26.948Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2982026-03-24T19:34:27.491Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2992026-03-24T19:34:27.905Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3002026-03-24T19:34:28.227Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3012026-03-24T19:34:28.642Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3022026-03-24T19:34:29.025Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3032026-03-24T19:34:29.266Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3042026-03-24T19:34:29.552Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3052026-03-24T19:34:29.943Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3062026-03-24T19:34:30.341Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3072026-03-24T19:34:31.031Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3082026-03-24T19:34:31.370Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3092026-03-24T19:34:31.758Z Updating git repository `https://github.com/oxidecomputer/ispf`
3102026-03-24T19:34:32.035Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3112026-03-24T19:34:33.072Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3122026-03-24T19:34:33.983Z Updating git repository `https://github.com/oxidecomputer/crucible`
3132026-03-24T19:34:34.827Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3142026-03-24T19:34:35.327Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3152026-03-24T19:34:36.272Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3162026-03-24T19:34:36.300Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3172026-03-24T19:34:36.575Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3182026-03-24T19:34:37.138Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3192026-03-24T19:34:37.429Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3202026-03-24T19:34:37.700Z Updating git repository `https://github.com/illumos/smf-rs`
3212026-03-24T19:34:38.085Z Updating git repository `https://github.com/oxidecomputer/omicron`
3222026-03-24T19:34:53.364Z Downloading crates ...
3232026-03-24T19:34:53.394Z Downloaded autocfg v1.5.0
3242026-03-24T19:34:53.404Z Downloaded anstream v0.6.21
3252026-03-24T19:34:53.413Z Downloaded percent-encoding v2.3.2
3262026-03-24T19:34:53.413Z Downloaded displaydoc v0.2.5
3272026-03-24T19:34:53.418Z Downloaded smawk v0.3.2
3282026-03-24T19:34:53.419Z Downloaded textwrap v0.16.2
3292026-03-24T19:34:53.436Z Downloaded zerocopy-derive v0.7.35
3302026-03-24T19:34:53.436Z Downloaded toml_datetime v0.6.11
3312026-03-24T19:34:53.436Z Downloaded thiserror v2.0.18
3322026-03-24T19:34:53.436Z Downloaded typeid v1.0.3
3332026-03-24T19:34:53.436Z Downloaded version_check v0.9.5
3342026-03-24T19:34:53.436Z Downloaded toml_write v0.1.2
3352026-03-24T19:34:53.436Z Downloaded generic-array v0.14.7
3362026-03-24T19:34:53.436Z Downloaded yoke-derive v0.8.1
3372026-03-24T19:34:53.453Z Downloaded zmij v1.0.21
3382026-03-24T19:34:53.453Z Downloaded unicode-xid v0.2.6
3392026-03-24T19:34:53.453Z Downloaded thiserror-impl v1.0.69
3402026-03-24T19:34:53.457Z Downloaded utf8_iter v1.0.4
3412026-03-24T19:34:53.457Z Downloaded zerofrom-derive v0.1.6
3422026-03-24T19:34:53.457Z Downloaded usdt-attr-macro v0.5.0
3432026-03-24T19:34:53.457Z Downloaded equivalent v1.0.2
3442026-03-24T19:34:53.457Z Downloaded utf8parse v0.2.2
3452026-03-24T19:34:53.669Z Downloaded cfg-if v1.0.4
3462026-03-24T19:34:53.669Z Downloaded zerofrom v0.1.6
3472026-03-24T19:34:53.688Z Downloaded usdt v0.5.0
3482026-03-24T19:34:53.688Z Downloaded thread-id v4.2.2
3492026-03-24T19:34:53.688Z Downloaded usdt-macro v0.5.0
3502026-03-24T19:34:53.688Z Downloaded writeable v0.6.2
3512026-03-24T19:34:53.688Z Downloaded tinystr v0.8.2
3522026-03-24T19:34:53.688Z Downloaded yoke v0.8.1
3532026-03-24T19:34:53.688Z Downloaded camino-tempfile v1.4.1
3542026-03-24T19:34:53.688Z Downloaded erased-serde v0.4.9
3552026-03-24T19:34:53.688Z Downloaded thiserror-impl v2.0.18
3562026-03-24T19:34:53.688Z Downloaded ucd-trie v0.1.7
3572026-03-24T19:34:53.688Z Downloaded plain v0.2.3
3582026-03-24T19:34:53.688Z Downloaded zerovec-derive v0.11.2
3592026-03-24T19:34:53.688Z Downloaded pretty-hex v0.4.1
3602026-03-24T19:34:53.688Z Downloaded is_terminal_polyfill v1.70.2
3612026-03-24T19:34:53.688Z Downloaded toml_edit v0.22.27
3622026-03-24T19:34:53.688Z Downloaded usdt-impl v0.5.0
3632026-03-24T19:34:53.688Z Downloaded proc-macro-error-attr v1.0.4
3642026-03-24T19:34:53.688Z Downloaded toml v0.8.23
3652026-03-24T19:34:53.688Z Downloaded unicode-linebreak v0.1.5
3662026-03-24T19:34:53.688Z Downloaded ordered-float v2.10.1
3672026-03-24T19:34:53.688Z Downloaded terminal_size v0.4.3
3682026-03-24T19:34:53.688Z Downloaded thiserror v1.0.69
3692026-03-24T19:34:53.688Z Downloaded url v2.5.8
3702026-03-24T19:34:53.688Z Downloaded zerovec v0.11.5
3712026-03-24T19:34:53.688Z Downloaded zerotrie v0.2.3
3722026-03-24T19:34:53.688Z Downloaded winnow v0.7.14
3732026-03-24T19:34:53.688Z Downloaded scroll_derive v0.12.1
3742026-03-24T19:34:53.688Z Downloaded cargo_toml v0.21.0
3752026-03-24T19:34:53.688Z Downloaded unicode-ident v1.0.24
3762026-03-24T19:34:53.688Z Downloaded zerocopy v0.7.35
3772026-03-24T19:34:53.688Z Downloaded strsim v0.11.1
3782026-03-24T19:34:53.689Z Downloaded serde_spanned v0.6.9
3792026-03-24T19:34:53.689Z Downloaded potential_utf v0.1.4
3802026-03-24T19:34:53.689Z Downloaded serde-value v0.7.0
3812026-03-24T19:34:53.689Z Downloaded swrite v0.1.0
3822026-03-24T19:34:53.689Z Downloaded unicode-width v0.2.0
3832026-03-24T19:34:53.689Z Downloaded unicode-width v0.1.14
3842026-03-24T19:34:53.689Z Downloaded stable_deref_trait v1.2.1
3852026-03-24T19:34:53.689Z Downloaded macaddr v1.0.1
3862026-03-24T19:34:53.689Z Downloaded heck v0.5.0
3872026-03-24T19:34:53.689Z Downloaded form_urlencoded v1.2.2
3882026-03-24T19:34:53.689Z Downloaded fnv v1.0.7
3892026-03-24T19:34:53.689Z Downloaded memmap v0.7.0
3902026-03-24T19:34:53.689Z Downloaded itoa v1.0.17
3912026-03-24T19:34:53.689Z Downloaded idna_adapter v1.2.1
3922026-03-24T19:34:53.689Z Downloaded colorchoice v1.0.4
3932026-03-24T19:34:53.689Z Downloaded typenum v1.19.0
3942026-03-24T19:34:53.689Z Downloaded fs-err v3.3.0
3952026-03-24T19:34:53.689Z Downloaded clap_lex v1.0.0
3962026-03-24T19:34:53.689Z Downloaded tabled_derive v0.7.0
3972026-03-24T19:34:53.689Z Downloaded crypto-common v0.1.7
3982026-03-24T19:34:53.689Z Downloaded cargo-platform v0.2.0
3992026-03-24T19:34:53.689Z Downloaded dtrace-parser v0.2.0
4002026-03-24T19:34:53.689Z Downloaded fastrand v2.3.0
4012026-03-24T19:34:53.689Z Downloaded cpufeatures v0.2.17
4022026-03-24T19:34:53.689Z Downloaded block-buffer v0.10.4
4032026-03-24T19:34:53.689Z Downloaded errno v0.3.14
4042026-03-24T19:34:53.689Z Downloaded heck v0.4.1
4052026-03-24T19:34:53.689Z Downloaded anstyle-query v1.1.5
4062026-03-24T19:34:53.689Z Downloaded proc-macro-error v1.0.4
4072026-03-24T19:34:53.689Z Downloaded icu_locale_core v2.1.1
4082026-03-24T19:34:53.689Z Downloaded serde_tokenstream v0.2.3
4092026-03-24T19:34:53.689Z Downloaded anstyle-parse v0.2.7
4102026-03-24T19:34:53.689Z Downloaded synstructure v0.13.2
4112026-03-24T19:34:53.689Z Downloaded semver v1.0.27
4122026-03-24T19:34:53.689Z Downloaded serde-untagged v0.1.9
4132026-03-24T19:34:53.689Z Downloaded sha2 v0.10.9
4142026-03-24T19:34:53.689Z Downloaded anstyle v1.0.13
4152026-03-24T19:34:53.689Z Downloaded byteorder v1.5.0
4162026-03-24T19:34:53.690Z Downloaded dof v0.3.0
4172026-03-24T19:34:53.690Z Downloaded quote v1.0.44
4182026-03-24T19:34:53.690Z Downloaded digest v0.10.7
4192026-03-24T19:34:53.690Z Downloaded clap_derive v4.5.55
4202026-03-24T19:34:53.690Z Downloaded litemap v0.8.1
4212026-03-24T19:34:53.690Z Downloaded camino v1.2.2
4222026-03-24T19:34:53.690Z Downloaded pest_derive v2.8.6
4232026-03-24T19:34:53.690Z Downloaded bytecount v0.6.9
4242026-03-24T19:34:53.695Z Downloaded bitflags v2.11.0
4252026-03-24T19:34:53.695Z Downloaded smallvec v1.15.1
4262026-03-24T19:34:53.695Z Downloaded cargo_metadata v0.21.0
4272026-03-24T19:34:53.695Z Downloaded anyhow v1.0.102
4282026-03-24T19:34:53.695Z Downloaded num-traits v0.2.19
4292026-03-24T19:34:53.695Z Downloaded memchr v2.8.0
4302026-03-24T19:34:53.696Z Downloaded clap v4.5.60
4312026-03-24T19:34:53.702Z Downloaded pest_generator v2.8.6
4322026-03-24T19:34:53.707Z Downloaded once_cell v1.21.3
4332026-03-24T19:34:53.707Z Downloaded cargo-util-schemas v0.8.2
4342026-03-24T19:34:53.723Z Downloaded serde_core v1.0.228
4352026-03-24T19:34:53.726Z Downloaded proc-macro2 v1.0.106
4362026-03-24T19:34:53.727Z Downloaded icu_properties v2.1.2
4372026-03-24T19:34:53.727Z Downloaded papergrid v0.11.0
4382026-03-24T19:34:53.727Z Downloaded tempfile v3.25.0
4392026-03-24T19:34:53.727Z Downloaded serde_derive v1.0.228
4402026-03-24T19:34:53.734Z Downloaded scroll v0.12.0
4412026-03-24T19:34:53.734Z Downloaded icu_provider v2.1.1
4422026-03-24T19:34:53.737Z Downloaded getrandom v0.4.1
4432026-03-24T19:34:53.740Z Downloaded log v0.4.29
4442026-03-24T19:34:53.750Z Downloaded icu_normalizer v2.1.1
4452026-03-24T19:34:53.755Z Downloaded pest_meta v2.8.6
4462026-03-24T19:34:53.765Z Downloaded indexmap v2.13.0
4472026-03-24T19:34:53.770Z Downloaded icu_normalizer_data v2.1.1
4482026-03-24T19:34:53.770Z Downloaded icu_collections v2.1.1
4492026-03-24T19:34:53.774Z Downloaded serde v1.0.228
4502026-03-24T19:34:53.781Z Downloaded idna v1.1.0
4512026-03-24T19:34:53.794Z Downloaded icu_properties_data v2.1.2
4522026-03-24T19:34:53.827Z Downloaded serde_json v1.0.149
4532026-03-24T19:34:53.831Z Downloaded hashbrown v0.16.1
4542026-03-24T19:34:53.842Z Downloaded pest v2.8.6
4552026-03-24T19:34:53.846Z Downloaded clap_builder v4.5.60
4562026-03-24T19:34:53.855Z Downloaded goblin v0.8.2
4572026-03-24T19:34:53.865Z Downloaded libc v0.2.180
4582026-03-24T19:34:53.888Z Downloaded tabled v0.15.0
4592026-03-24T19:34:53.899Z Downloaded syn v1.0.109
4602026-03-24T19:34:53.906Z Downloaded syn v2.0.117
4612026-03-24T19:34:53.923Z Downloaded rustix v1.1.3
4622026-03-24T19:34:54.005Z Compiling proc-macro2 v1.0.106
4632026-03-24T19:34:54.018Z Compiling unicode-ident v1.0.24
4642026-03-24T19:34:54.018Z Compiling quote v1.0.44
4652026-03-24T19:34:54.018Z Compiling serde_core v1.0.228
4662026-03-24T19:34:54.018Z Compiling libc v0.2.180
4672026-03-24T19:34:54.018Z Compiling version_check v0.9.5
4682026-03-24T19:34:54.018Z Compiling memchr v2.8.0
4692026-03-24T19:34:54.018Z Compiling stable_deref_trait v1.2.1
4702026-03-24T19:34:54.421Z Compiling serde v1.0.228
4712026-03-24T19:34:54.452Z Compiling zmij v1.0.21
4722026-03-24T19:34:54.752Z Compiling thiserror v1.0.69
4732026-03-24T19:34:54.775Z Compiling autocfg v1.5.0
4742026-03-24T19:34:55.113Z Compiling itoa v1.0.17
4752026-03-24T19:34:55.135Z Compiling ucd-trie v0.1.7
4762026-03-24T19:34:55.351Z Compiling pest v2.8.6
4772026-03-24T19:34:55.379Z Compiling litemap v0.8.1
4782026-03-24T19:34:55.387Z Compiling writeable v0.6.2
4792026-03-24T19:34:55.489Z Compiling byteorder v1.5.0
4802026-03-24T19:34:55.533Z Compiling rustix v1.1.3
4812026-03-24T19:34:55.794Z Compiling icu_properties_data v2.1.2
4822026-03-24T19:34:55.978Z Compiling syn v2.0.117
4832026-03-24T19:34:55.989Z Compiling icu_normalizer_data v2.1.1
4842026-03-24T19:34:56.080Z Compiling errno v0.3.14
4852026-03-24T19:34:56.112Z Compiling serde_json v1.0.149
4862026-03-24T19:34:56.234Z Compiling bitflags v2.11.0
4872026-03-24T19:34:56.372Z Compiling num-traits v0.2.19
4882026-03-24T19:34:56.399Z Compiling hashbrown v0.16.1
4892026-03-24T19:34:56.525Z Compiling typeid v1.0.3
4902026-03-24T19:34:56.599Z Compiling smallvec v1.15.1
4912026-03-24T19:34:56.864Z Compiling pest_meta v2.8.6
4922026-03-24T19:34:56.887Z Compiling equivalent v1.0.2
4932026-03-24T19:34:57.069Z Compiling indexmap v2.13.0
4942026-03-24T19:34:57.269Z Compiling thread-id v4.2.2
4952026-03-24T19:34:57.378Z Compiling usdt-impl v0.5.0
4962026-03-24T19:34:57.399Z Compiling proc-macro-error-attr v1.0.4
4972026-03-24T19:34:57.478Z Compiling toml_write v0.1.2
4982026-03-24T19:34:57.631Z Compiling syn v1.0.109
4992026-03-24T19:34:57.655Z Compiling erased-serde v0.4.9
5002026-03-24T19:34:57.920Z Compiling winnow v0.7.14
5012026-03-24T19:34:58.186Z Compiling proc-macro-error v1.0.4
5022026-03-24T19:34:58.339Z Compiling log v0.4.29
5032026-03-24T19:34:58.462Z Compiling percent-encoding v2.3.2
5042026-03-24T19:34:58.591Z Compiling plain v0.2.3
5052026-03-24T19:34:58.710Z Compiling utf8parse v0.2.2
5062026-03-24T19:34:58.736Z Compiling utf8_iter v1.0.4
5072026-03-24T19:34:58.858Z Compiling camino v1.2.2
5082026-03-24T19:35:00.751Z Compiling getrandom v0.4.1
5092026-03-24T19:35:00.844Z Compiling thiserror v2.0.18
5102026-03-24T19:35:00.844Z Compiling ordered-float v2.10.1
5112026-03-24T19:35:00.844Z Compiling anstyle-parse v0.2.7
5122026-03-24T19:35:00.844Z Compiling form_urlencoded v1.2.2
5132026-03-24T19:35:00.844Z Compiling terminal_size v0.4.3
5142026-03-24T19:35:00.844Z Compiling synstructure v0.13.2
5152026-03-24T19:35:00.844Z Compiling pest_generator v2.8.6
5162026-03-24T19:35:00.844Z Compiling cfg-if v1.0.4
5172026-03-24T19:35:00.844Z Compiling anstyle-query v1.1.5
5182026-03-24T19:35:00.844Z Compiling is_terminal_polyfill v1.70.2
5192026-03-24T19:35:00.844Z Compiling pretty-hex v0.4.1
5202026-03-24T19:35:00.844Z Compiling colorchoice v1.0.4
5212026-03-24T19:35:00.844Z Compiling anstyle v1.0.13
5222026-03-24T19:35:00.845Z Compiling serde-untagged v0.1.9
5232026-03-24T19:35:00.845Z Compiling anstream v0.6.21
5242026-03-24T19:35:00.845Z Compiling semver v1.0.27
5252026-03-24T19:35:00.845Z Compiling fs-err v3.3.0
5262026-03-24T19:35:00.884Z Compiling strsim v0.11.1
5272026-03-24T19:35:00.884Z Compiling once_cell v1.21.3
5282026-03-24T19:35:00.923Z Compiling heck v0.4.1
5292026-03-24T19:35:00.930Z Compiling fastrand v2.3.0
5302026-03-24T19:35:00.986Z Compiling clap_lex v1.0.0
5312026-03-24T19:35:01.131Z Compiling heck v0.5.0
5322026-03-24T19:35:01.253Z Compiling unicode-xid v0.2.6
5332026-03-24T19:35:01.316Z Compiling fnv v1.0.7
5342026-03-24T19:35:01.317Z Compiling anyhow v1.0.102
5352026-03-24T19:35:01.417Z Compiling bytecount v0.6.9
5362026-03-24T19:35:01.441Z Compiling unicode-width v0.1.14
5372026-03-24T19:35:01.464Z Compiling clap_builder v4.5.60
5382026-03-24T19:35:01.694Z Compiling tempfile v3.25.0
5392026-03-24T19:35:01.738Z Compiling papergrid v0.11.0
5402026-03-24T19:35:01.798Z Compiling memmap v0.7.0
5412026-03-24T19:35:01.977Z Compiling smawk v0.3.2
5422026-03-24T19:35:02.033Z Compiling unicode-linebreak v0.1.5
5432026-03-24T19:35:02.093Z Compiling unicode-width v0.2.0
5442026-03-24T19:35:02.244Z Compiling serde_derive v1.0.228
5452026-03-24T19:35:02.353Z Compiling zerofrom-derive v0.1.6
5462026-03-24T19:35:02.454Z Compiling yoke-derive v0.8.1
5472026-03-24T19:35:02.519Z Compiling zerovec-derive v0.11.2
5482026-03-24T19:35:02.627Z Compiling displaydoc v0.2.5
5492026-03-24T19:35:03.717Z Compiling thiserror-impl v1.0.69
5502026-03-24T19:35:03.764Z Compiling zerocopy-derive v0.7.35
5512026-03-24T19:35:04.080Z Compiling pest_derive v2.8.6
5522026-03-24T19:35:04.084Z Compiling scroll_derive v0.12.1
5532026-03-24T19:35:04.304Z Compiling zerofrom v0.1.6
5542026-03-24T19:35:04.485Z Compiling yoke v0.8.1
5552026-03-24T19:35:04.566Z Compiling thiserror-impl v2.0.18
5562026-03-24T19:35:04.737Z Compiling zerovec v0.11.5
5572026-03-24T19:35:04.915Z Compiling zerotrie v0.2.3
5582026-03-24T19:35:04.938Z Compiling zerocopy v0.7.35
5592026-03-24T19:35:05.312Z Compiling scroll v0.12.0
5602026-03-24T19:35:05.430Z Compiling tinystr v0.8.2
5612026-03-24T19:35:05.473Z Compiling potential_utf v0.1.4
5622026-03-24T19:35:05.670Z Compiling icu_locale_core v2.1.1
5632026-03-24T19:35:05.693Z Compiling icu_collections v2.1.1
5642026-03-24T19:35:05.697Z Compiling dtrace-parser v0.2.0
5652026-03-24T19:35:05.742Z Compiling goblin v0.8.2
5662026-03-24T19:35:05.745Z Compiling tabled_derive v0.7.0
5672026-03-24T19:35:06.219Z Compiling clap_derive v4.5.55
5682026-03-24T19:35:06.524Z Compiling textwrap v0.16.2
5692026-03-24T19:35:06.751Z Compiling icu_provider v2.1.1
5702026-03-24T19:35:06.915Z Compiling toml_datetime v0.6.11
5712026-03-24T19:35:06.982Z Compiling serde_spanned v0.6.9
5722026-03-24T19:35:07.005Z Compiling dof v0.3.0
5732026-03-24T19:35:07.068Z Compiling icu_properties v2.1.2
5742026-03-24T19:35:07.129Z Compiling icu_normalizer v2.1.1
5752026-03-24T19:35:07.158Z Compiling toml_edit v0.22.27
5762026-03-24T19:35:07.187Z Compiling serde_tokenstream v0.2.3
5772026-03-24T19:35:07.271Z Compiling serde-value v0.7.0
5782026-03-24T19:35:07.619Z Compiling cargo-platform v0.2.0
5792026-03-24T19:35:07.739Z Compiling tabled v0.15.0
5802026-03-24T19:35:07.873Z Compiling macaddr v1.0.1
5812026-03-24T19:35:07.993Z Compiling camino-tempfile v1.4.1
5822026-03-24T19:35:08.335Z Compiling swrite v0.1.0
5832026-03-24T19:35:08.425Z Compiling idna_adapter v1.2.1
5842026-03-24T19:35:08.450Z Compiling usdt-attr-macro v0.5.0
5852026-03-24T19:35:08.896Z Compiling usdt-macro v0.5.0
5862026-03-24T19:35:08.920Z Compiling idna v1.1.0
5872026-03-24T19:35:08.920Z Compiling clap v4.5.60
5882026-03-24T19:35:08.921Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5892026-03-24T19:35:09.012Z Compiling url v2.5.8
5902026-03-24T19:35:09.289Z Compiling toml v0.8.23
5912026-03-24T19:35:09.858Z Compiling cargo-util-schemas v0.8.2
5922026-03-24T19:35:09.928Z Compiling usdt v0.5.0
5932026-03-24T19:35:10.143Z Compiling cargo_toml v0.21.0
5942026-03-24T19:35:11.061Z Compiling cargo_metadata v0.21.0
5952026-03-24T19:35:12.409Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5962026-03-24T19:35:15.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.59s
5972026-03-24T19:35:15.523Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5982026-03-24T19:35:16.284Z Downloading crates ...
5992026-03-24T19:35:16.395Z Downloaded aead v0.5.2
6002026-03-24T19:35:16.400Z Downloaded ahash v0.8.12
6012026-03-24T19:35:16.407Z Downloaded adler2 v2.0.1
6022026-03-24T19:35:16.410Z Downloaded cexpr v0.6.0
6032026-03-24T19:35:16.418Z Downloaded chacha20poly1305 v0.10.1
6042026-03-24T19:35:16.426Z Downloaded derive_builder_macro v0.20.2
6052026-03-24T19:35:16.436Z Downloaded bcs v0.1.6
6062026-03-24T19:35:16.436Z Downloaded const-oid v0.9.6
6072026-03-24T19:35:16.436Z Downloaded atomic-waker v1.1.2
6082026-03-24T19:35:16.436Z Downloaded aes v0.8.4
6092026-03-24T19:35:16.446Z Downloaded curve25519-dalek-derive v0.1.1
6102026-03-24T19:35:16.447Z Downloaded cstr-argument v0.1.2
6112026-03-24T19:35:16.447Z Downloaded crc8 v0.1.1
6122026-03-24T19:35:16.456Z Downloaded darling v0.20.11
6132026-03-24T19:35:16.456Z Downloaded cancel-safe-futures v0.1.5
6142026-03-24T19:35:16.456Z Downloaded foreign-types v0.3.2
6152026-03-24T19:35:16.456Z Downloaded ciborium-ll v0.2.2
6162026-03-24T19:35:16.456Z Downloaded fixedbitset v0.4.2
6172026-03-24T19:35:16.463Z Downloaded daft v0.1.5
6182026-03-24T19:35:16.463Z Downloaded ciborium-io v0.2.2
6192026-03-24T19:35:16.463Z Downloaded bzip2 v0.4.4
6202026-03-24T19:35:16.463Z Downloaded darling v0.23.0
6212026-03-24T19:35:16.463Z Downloaded display-error-chain v0.2.2
6222026-03-24T19:35:16.464Z Downloaded daft-derive v0.1.5
6232026-03-24T19:35:16.475Z Downloaded bitfield-struct v0.6.2
6242026-03-24T19:35:16.475Z Downloaded crossbeam-channel v0.5.15
6252026-03-24T19:35:16.486Z Downloaded dirs-next v2.0.0
6262026-03-24T19:35:16.487Z Downloaded downcast-rs v2.0.2
6272026-03-24T19:35:16.487Z Downloaded castaway v0.2.4
6282026-03-24T19:35:16.487Z Downloaded bitfield-macros v0.19.4
6292026-03-24T19:35:16.487Z Downloaded block-padding v0.3.3
6302026-03-24T19:35:16.487Z Downloaded bit-vec v0.6.3
6312026-03-24T19:35:16.487Z Downloaded bitfield v0.19.4
6322026-03-24T19:35:16.487Z Downloaded async-trait v0.1.89
6332026-03-24T19:35:16.492Z Downloaded blowfish v0.9.1
6342026-03-24T19:35:16.492Z Downloaded array-init v0.0.4
6352026-03-24T19:35:16.492Z Downloaded bb8 v0.8.6
6362026-03-24T19:35:16.492Z Downloaded cfg_aliases v0.2.1
6372026-03-24T19:35:16.493Z Downloaded arrayref v0.3.9
6382026-03-24T19:35:16.493Z Downloaded aes-gcm v0.10.3
6392026-03-24T19:35:16.493Z Downloaded embedded-io v0.4.0
6402026-03-24T19:35:16.493Z Downloaded elliptic-curve v0.13.8
6412026-03-24T19:35:16.504Z Downloaded expectorate v1.2.0
6422026-03-24T19:35:16.504Z Downloaded cobs v0.3.0
6432026-03-24T19:35:16.504Z Downloaded deranged v0.5.8
6442026-03-24T19:35:16.504Z Downloaded derive_builder_core v0.20.2
6452026-03-24T19:35:16.512Z Downloaded crossterm v0.29.0
6462026-03-24T19:35:16.512Z Downloaded cipher v0.4.4
6472026-03-24T19:35:16.512Z Downloaded defmt-parser v1.0.0
6482026-03-24T19:35:16.519Z Downloaded endian-type v0.1.2
6492026-03-24T19:35:16.519Z Downloaded argon2 v0.5.3
6502026-03-24T19:35:16.519Z Downloaded backon v1.6.0
6512026-03-24T19:35:16.519Z Downloaded enum-as-inner v0.6.1
6522026-03-24T19:35:16.519Z Downloaded embedded-io v0.6.1
6532026-03-24T19:35:16.519Z Downloaded dirs-sys-next v0.1.2
6542026-03-24T19:35:16.524Z Downloaded des v0.8.1
6552026-03-24T19:35:16.524Z Downloaded crc v3.4.0
6562026-03-24T19:35:16.524Z Downloaded defmt v0.3.100
6572026-03-24T19:35:16.524Z Downloaded foreign-types v0.5.0
6582026-03-24T19:35:16.531Z Downloaded dtrace-parser v0.3.0
6592026-03-24T19:35:16.532Z Downloaded document-features v0.2.12
6602026-03-24T19:35:16.532Z Downloaded convert_case v0.4.0
6612026-03-24T19:35:16.532Z Downloaded diesel_table_macro_syntax v0.3.0
6622026-03-24T19:35:16.532Z Downloaded base16ct v0.2.0
6632026-03-24T19:35:16.537Z Downloaded atomicwrites v0.4.4
6642026-03-24T19:35:16.537Z Downloaded async-recursion v1.1.1
6652026-03-24T19:35:16.538Z Downloaded crucible-workspace-hack v0.1.0
6662026-03-24T19:35:16.538Z Downloaded darling_macro v0.21.3
6672026-03-24T19:35:16.538Z Downloaded base16ct v1.0.0
6682026-03-24T19:35:16.538Z Downloaded bit-set v0.5.3
6692026-03-24T19:35:16.538Z Downloaded cpufeatures v0.3.0
6702026-03-24T19:35:16.543Z Downloaded cfg_aliases v0.1.1
6712026-03-24T19:35:16.543Z Downloaded async-stream v0.3.6
6722026-03-24T19:35:16.543Z Downloaded cbc v0.1.2
6732026-03-24T19:35:16.553Z Downloaded crc-catalog v2.4.0
6742026-03-24T19:35:16.553Z Downloaded futures-core v0.3.32
6752026-03-24T19:35:16.553Z Downloaded async-stream-impl v0.3.6
6762026-03-24T19:35:16.554Z Downloaded dropshot-api-manager-types v0.6.0
6772026-03-24T19:35:16.554Z Downloaded atty v0.2.14
6782026-03-24T19:35:16.554Z Downloaded bcrypt-pbkdf v0.10.0
6792026-03-24T19:35:16.557Z Downloaded diesel-dtrace v0.5.0
6802026-03-24T19:35:16.557Z Downloaded funty v2.0.0
6812026-03-24T19:35:16.557Z Downloaded futures-macro v0.3.32
6822026-03-24T19:35:16.557Z Downloaded foreign-types-shared v0.3.1
6832026-03-24T19:35:16.557Z Downloaded dof v0.4.0
6842026-03-24T19:35:16.557Z Downloaded foreign-types-macros v0.2.3
6852026-03-24T19:35:16.557Z Downloaded dsl_auto_type v0.2.0
6862026-03-24T19:35:16.557Z Downloaded cargo-platform v0.1.9
6872026-03-24T19:35:16.560Z Downloaded assert_matches v1.5.0
6882026-03-24T19:35:16.560Z Downloaded ascii-canvas v3.0.0
6892026-03-24T19:35:16.561Z Downloaded dyn-clone v1.0.20
6902026-03-24T19:35:16.563Z Downloaded fd-lock v4.0.4
6912026-03-24T19:35:16.563Z Downloaded difflib v0.4.0
6922026-03-24T19:35:16.567Z Downloaded constant_time_eq v0.4.2
6932026-03-24T19:35:16.567Z Downloaded bit-vec v0.8.0
6942026-03-24T19:35:16.570Z Downloaded crunchy v0.2.4
6952026-03-24T19:35:16.570Z Downloaded dunce v1.0.5
6962026-03-24T19:35:16.570Z Downloaded buf-list v1.1.2
6972026-03-24T19:35:16.573Z Downloaded globwalk v0.9.1
6982026-03-24T19:35:16.576Z Downloaded foreign-types-shared v0.1.1
6992026-03-24T19:35:16.576Z Downloaded bzip2 v0.6.1
7002026-03-24T19:35:16.576Z Downloaded ed25519 v2.2.3
7012026-03-24T19:35:16.581Z Downloaded const_format_proc_macros v0.2.34
7022026-03-24T19:35:16.581Z Downloaded gethostname v0.5.0
7032026-03-24T19:35:16.587Z Downloaded cmake v0.1.57
7042026-03-24T19:35:16.587Z Downloaded arrayvec v0.7.6
7052026-03-24T19:35:16.587Z Downloaded flagset v0.4.7
7062026-03-24T19:35:16.591Z Downloaded hash32 v0.3.1
7072026-03-24T19:35:16.591Z Downloaded float-cmp v0.10.0
7082026-03-24T19:35:16.591Z Downloaded der_derive v0.7.3
7092026-03-24T19:35:16.591Z Downloaded headers-core v0.3.0
7102026-03-24T19:35:16.591Z Downloaded hex v0.4.3
7112026-03-24T19:35:16.591Z Downloaded csv-core v0.1.13
7122026-03-24T19:35:16.595Z Downloaded hex-literal v0.4.1
7132026-03-24T19:35:16.595Z Downloaded ghash v0.5.1
7142026-03-24T19:35:16.677Z Downloaded hostname v0.3.1
7152026-03-24T19:35:16.692Z Downloaded cassowary v0.3.0
7162026-03-24T19:35:16.692Z Downloaded camino-tempfile-ext v0.3.3
7172026-03-24T19:35:16.692Z Downloaded bit-set v0.8.0
7182026-03-24T19:35:16.692Z Downloaded git-stub v1.0.0
7192026-03-24T19:35:16.692Z Downloaded env_filter v1.0.0
7202026-03-24T19:35:16.692Z Downloaded futures-executor v0.3.32
7212026-03-24T19:35:16.692Z Downloaded fxhash v0.2.1
7222026-03-24T19:35:16.692Z Downloaded futures-task v0.3.32
7232026-03-24T19:35:16.692Z Downloaded hash32 v0.2.1
7242026-03-24T19:35:16.692Z Downloaded fs_extra v1.3.0
7252026-03-24T19:35:16.692Z Downloaded httpdate v1.0.3
7262026-03-24T19:35:16.692Z Downloaded home v0.5.12
7272026-03-24T19:35:16.692Z Downloaded fs-err v2.11.0
7282026-03-24T19:35:16.692Z Downloaded critical-section v1.2.0
7292026-03-24T19:35:16.692Z Downloaded http-body v1.0.1
7302026-03-24T19:35:16.692Z Downloaded hostname v0.4.2
7312026-03-24T19:35:16.692Z Downloaded convert_case v0.10.0
7322026-03-24T19:35:16.692Z Downloaded clang-sys v1.8.1
7332026-03-24T19:35:16.692Z Downloaded console v0.15.11
7342026-03-24T19:35:16.692Z Downloaded corncobs v0.1.4
7352026-03-24T19:35:16.692Z Downloaded futures-io v0.3.32
7362026-03-24T19:35:16.692Z Downloaded indoc v1.0.9
7372026-03-24T19:35:16.692Z Downloaded ff v0.13.1
7382026-03-24T19:35:16.693Z Downloaded drift v0.1.3
7392026-03-24T19:35:16.693Z Downloaded glob v0.3.3
7402026-03-24T19:35:16.693Z Downloaded erased-serde v0.3.31
7412026-03-24T19:35:16.693Z Downloaded data-encoding v2.10.0
7422026-03-24T19:35:16.693Z Downloaded find-msvc-tools v0.1.9
7432026-03-24T19:35:16.693Z Downloaded darling_core v0.21.3
7442026-03-24T19:35:16.693Z Downloaded instant v0.1.13
7452026-03-24T19:35:16.693Z Downloaded internet-checksum v0.2.1
7462026-03-24T19:35:16.693Z Downloaded instability v0.3.11
7472026-03-24T19:35:16.693Z Downloaded is_ci v1.2.0
7482026-03-24T19:35:16.693Z Downloaded is-terminal v0.4.17
7492026-03-24T19:35:16.693Z Downloaded derive-ex v0.1.8
7502026-03-24T19:35:16.693Z Downloaded ident_case v1.0.1
7512026-03-24T19:35:16.693Z Downloaded defmt-macros v1.0.1
7522026-03-24T19:35:16.693Z Downloaded hyper-tls v0.6.0
7532026-03-24T19:35:16.693Z Downloaded crc32fast v1.5.0
7542026-03-24T19:35:16.693Z Downloaded ciborium v0.2.2
7552026-03-24T19:35:16.693Z Downloaded cargo_toml v0.22.3
7562026-03-24T19:35:16.693Z Downloaded base64ct v1.8.3
7572026-03-24T19:35:16.693Z Downloaded foldhash v0.2.0
7582026-03-24T19:35:16.698Z Downloaded cookie v0.18.1
7592026-03-24T19:35:16.698Z Downloaded console v0.16.2
7602026-03-24T19:35:16.698Z Downloaded backoff v0.4.0
7612026-03-24T19:35:16.698Z Downloaded kstat-rs v0.2.4
7622026-03-24T19:35:16.698Z Downloaded lazy_static v1.5.0
7632026-03-24T19:35:16.698Z Downloaded lalrpop-util v0.19.12
7642026-03-24T19:35:16.698Z Downloaded byte-wrapper v0.1.0
7652026-03-24T19:35:16.698Z Downloaded blake2 v0.10.6
7662026-03-24T19:35:16.698Z Downloaded indent_write v2.2.0
7672026-03-24T19:35:16.701Z Downloaded debug-ignore v1.0.5
7682026-03-24T19:35:16.701Z Downloaded chacha20 v0.10.0
7692026-03-24T19:35:16.701Z Downloaded ctr v0.9.2
7702026-03-24T19:35:16.706Z Downloaded async-bb8-diesel v0.2.1
7712026-03-24T19:35:16.709Z Downloaded colored v3.1.1
7722026-03-24T19:35:16.709Z Downloaded lru-cache v0.1.2
7732026-03-24T19:35:16.709Z Downloaded humantime v2.3.0
7742026-03-24T19:35:16.712Z Downloaded http-range v0.1.5
7752026-03-24T19:35:16.712Z Downloaded lru v0.12.5
7762026-03-24T19:35:16.715Z Downloaded lru-slab v0.1.2
7772026-03-24T19:35:16.715Z Downloaded indoc v2.0.7
7782026-03-24T19:35:16.717Z Downloaded getrandom v0.2.17
7792026-03-24T19:35:16.720Z Downloaded globset v0.4.18
7802026-03-24T19:35:16.720Z Downloaded half v1.8.3
7812026-03-24T19:35:16.724Z Downloaded memoffset v0.9.1
7822026-03-24T19:35:16.724Z Downloaded libscf-sys v1.1.0
7832026-03-24T19:35:16.724Z Downloaded md5 v0.7.0
7842026-03-24T19:35:16.728Z Downloaded managed v0.8.0
7852026-03-24T19:35:16.728Z Downloaded ipnetwork v0.21.1
7862026-03-24T19:35:16.731Z Downloaded newtype-uuid-macros v0.1.0
7872026-03-24T19:35:16.731Z Downloaded linked-hash-map v0.5.6
7882026-03-24T19:35:16.731Z Downloaded http-body-util v0.1.3
7892026-03-24T19:35:16.734Z Downloaded env_logger v0.11.9
7902026-03-24T19:35:16.734Z Downloaded inout v0.1.4
7912026-03-24T19:35:16.737Z Downloaded derive_builder v0.20.2
7922026-03-24T19:35:16.740Z Downloaded ingot-types v0.1.2
7932026-03-24T19:35:16.743Z Downloaded hickory-client v0.25.2
7942026-03-24T19:35:16.743Z Downloaded hyper-staticfile v0.10.1
7952026-03-24T19:35:16.746Z Downloaded cookie_store v0.22.1
7962026-03-24T19:35:16.749Z Downloaded allocator-api2 v0.2.21
7972026-03-24T19:35:16.752Z Downloaded lzss v0.8.2
7982026-03-24T19:35:16.752Z Downloaded nodrop v0.1.14
7992026-03-24T19:35:16.755Z Downloaded normalize-line-endings v0.3.0
8002026-03-24T19:35:16.755Z Downloaded maybe-uninit v2.0.0
8012026-03-24T19:35:16.755Z Downloaded base64 v0.22.1
8022026-03-24T19:35:16.758Z Downloaded hmac v0.12.1
8032026-03-24T19:35:16.761Z Downloaded linear-map v1.2.0
8042026-03-24T19:35:16.761Z Downloaded crossbeam-epoch v0.9.18
8052026-03-24T19:35:16.764Z Downloaded libsw v3.5.0
8062026-03-24T19:35:16.767Z Downloaded compact_str v0.8.1
8072026-03-24T19:35:16.769Z Downloaded num-conv v0.2.0
8082026-03-24T19:35:16.770Z Downloaded ar_archive_writer v0.5.1
8092026-03-24T19:35:16.772Z Downloaded num_threads v0.1.7
8102026-03-24T19:35:16.776Z Downloaded num_enum_derive v0.5.11
8112026-03-24T19:35:16.776Z Downloaded num-derive v0.4.2
8122026-03-24T19:35:16.779Z Downloaded openssl-probe v0.1.6
8132026-03-24T19:35:16.779Z Downloaded derive-where v1.6.0
8142026-03-24T19:35:16.785Z Downloaded ingot-macros v0.1.1
8152026-03-24T19:35:16.785Z Downloaded impl-trait-for-tuples v0.2.3
8162026-03-24T19:35:16.790Z Downloaded opaque-debug v0.3.1
8172026-03-24T19:35:16.790Z Downloaded getrandom v0.3.4
8182026-03-24T19:35:16.790Z Downloaded multimap v0.10.1
8192026-03-24T19:35:16.803Z Downloaded mime v0.3.17
8202026-03-24T19:35:16.803Z Downloaded num v0.4.3
8212026-03-24T19:35:16.803Z Downloaded nonempty v0.12.0
8222026-03-24T19:35:16.803Z Downloaded newtype-uuid v1.3.2
8232026-03-24T19:35:16.803Z Downloaded nanorand v0.7.0
8242026-03-24T19:35:16.803Z Downloaded olpc-cjson v0.1.4
8252026-03-24T19:35:16.813Z Downloaded openssl-probe v0.2.1
8262026-03-24T19:35:16.813Z Downloaded oso-derive v0.27.3
8272026-03-24T19:35:16.814Z Downloaded openssl-macros v0.1.1
8282026-03-24T19:35:16.814Z Downloaded darling v0.21.3
8292026-03-24T19:35:16.814Z Downloaded futures-channel v0.3.32
8302026-03-24T19:35:16.814Z Downloaded multer v3.1.0
8312026-03-24T19:35:16.814Z Downloaded keccak v0.1.6
8322026-03-24T19:35:16.827Z Downloaded jobserver v0.1.34
8332026-03-24T19:35:16.828Z Downloaded crc-any v2.5.0
8342026-03-24T19:35:16.828Z Downloaded ipnet v2.11.0
8352026-03-24T19:35:16.828Z Downloaded nibble_vec v0.1.0
8362026-03-24T19:35:16.828Z Downloaded newtype_derive v0.1.6
8372026-03-24T19:35:16.828Z Downloaded newline-converter v0.3.0
8382026-03-24T19:35:16.828Z Downloaded num-iter v0.1.45
8392026-03-24T19:35:16.838Z Downloaded packed_struct_codegen v0.10.1
8402026-03-24T19:35:16.838Z Downloaded new_debug_unreachable v1.0.6
8412026-03-24T19:35:16.838Z Downloaded match_cfg v0.1.0
8422026-03-24T19:35:16.838Z Downloaded num-derive v0.3.3
8432026-03-24T19:35:16.838Z Downloaded const_format v0.2.35
8442026-03-24T19:35:16.838Z Downloaded base64 v0.21.7
8452026-03-24T19:35:16.838Z Downloaded libloading v0.8.9
8462026-03-24T19:35:16.838Z Downloaded libefi-sys v0.1.0
8472026-03-24T19:35:16.838Z Downloaded arc-swap v1.8.2
8482026-03-24T19:35:16.844Z Downloaded parse-size v1.1.0
8492026-03-24T19:35:16.844Z Downloaded hyper-rustls v0.27.7
8502026-03-24T19:35:16.845Z Downloaded num-integer v0.1.46
8512026-03-24T19:35:16.845Z Downloaded pbkdf2 v0.11.0
8522026-03-24T19:35:16.860Z Downloaded maplit v1.0.2
8532026-03-24T19:35:16.860Z Downloaded peg-runtime v0.8.5
8542026-03-24T19:35:16.861Z Downloaded pbkdf2 v0.12.2
8552026-03-24T19:35:16.861Z Downloaded lock_api v0.4.14
8562026-03-24T19:35:16.861Z Downloaded md-5 v0.10.6
8572026-03-24T19:35:16.861Z Downloaded phf_shared v0.12.1
8582026-03-24T19:35:16.861Z Downloaded libsw-core v0.3.2
8592026-03-24T19:35:16.861Z Downloaded num_enum_derive v0.7.5
8602026-03-24T19:35:16.870Z Downloaded dropshot_endpoint v0.16.7
8612026-03-24T19:35:16.870Z Downloaded crossbeam-utils v0.8.21
8622026-03-24T19:35:16.870Z Downloaded futures v0.3.32
8632026-03-24T19:35:16.871Z Downloaded parse-display v0.10.0
8642026-03-24T19:35:16.871Z Downloaded mime_guess v2.0.5
8652026-03-24T19:35:16.871Z Downloaded derive_more v2.1.1
8662026-03-24T19:35:16.877Z Downloaded powerfmt v0.2.0
8672026-03-24T19:35:16.882Z Downloaded phf_shared v0.11.3
8682026-03-24T19:35:16.882Z Downloaded oxide-tokio-rt v0.1.3
8692026-03-24T19:35:16.882Z Downloaded iana-time-zone v0.1.65
8702026-03-24T19:35:16.887Z Downloaded oxnet v0.1.4
8712026-03-24T19:35:16.887Z Downloaded memmap2 v0.9.10
8722026-03-24T19:35:16.888Z Downloaded pin-utils v0.1.0
8732026-03-24T19:35:16.891Z Downloaded highway v1.3.0
8742026-03-24T19:35:16.891Z Downloaded bumpalo v3.20.2
8752026-03-24T19:35:16.891Z Downloaded precomputed-hash v0.1.1
8762026-03-24T19:35:16.896Z Downloaded fatfs v0.3.6
8772026-03-24T19:35:16.896Z Downloaded proc-macro-crate v3.4.0
8782026-03-24T19:35:16.896Z Downloaded httparse v1.10.1
8792026-03-24T19:35:16.902Z Downloaded proc-macro-crate v1.3.1
8802026-03-24T19:35:16.902Z Downloaded progenitor-client v0.11.2
8812026-03-24T19:35:16.902Z Downloaded num-complex v0.4.6
8822026-03-24T19:35:16.907Z Downloaded parking_lot_core v0.8.6
8832026-03-24T19:35:16.907Z Downloaded filetime v0.2.27
8842026-03-24T19:35:16.907Z Downloaded either v1.15.0
8852026-03-24T19:35:16.911Z Downloaded libbz2-rs-sys v0.2.2
8862026-03-24T19:35:16.911Z Downloaded diff v0.1.13
8872026-03-24T19:35:16.911Z Downloaded progenitor-client v0.10.0
8882026-03-24T19:35:16.916Z Downloaded ena v0.14.4
8892026-03-24T19:35:16.916Z Downloaded psl-types v2.0.11
8902026-03-24T19:35:16.916Z Downloaded nu-ansi-term v0.50.3
8912026-03-24T19:35:16.920Z Downloaded num_enum v0.7.5
8922026-03-24T19:35:16.924Z Downloaded progenitor-macro v0.13.0
8932026-03-24T19:35:16.924Z Downloaded num_enum v0.5.11
8942026-03-24T19:35:16.927Z Downloaded proc-macro-error-attr2 v2.0.0
8952026-03-24T19:35:16.931Z Downloaded phf_shared v0.13.1
8962026-03-24T19:35:16.931Z Downloaded pem-rfc7468 v0.7.0
8972026-03-24T19:35:16.931Z Downloaded radium v0.7.0
8982026-03-24T19:35:16.934Z Downloaded peg v0.8.5
8992026-03-24T19:35:16.941Z Downloaded pem v3.0.6
9002026-03-24T19:35:16.941Z Downloaded peg-macros v0.8.5
9012026-03-24T19:35:16.941Z Downloaded pkg-config v0.3.32
9022026-03-24T19:35:16.945Z Downloaded flume v0.11.1
9032026-03-24T19:35:16.945Z Downloaded litrs v1.0.0
9042026-03-24T19:35:16.949Z Downloaded omicron-zone-package v0.12.2
9052026-03-24T19:35:16.953Z Downloaded poly1305 v0.8.0
9062026-03-24T19:35:16.953Z Downloaded derive_more v0.99.20
9072026-03-24T19:35:16.959Z Downloaded polyval v0.6.2
9082026-03-24T19:35:16.970Z Downloaded rand_chacha v0.3.1
9092026-03-24T19:35:16.970Z Downloaded heapless v0.7.17
9102026-03-24T19:35:16.970Z Downloaded progenitor-macro v0.10.0
9112026-03-24T19:35:16.977Z Downloaded quick-error v1.2.3
9122026-03-24T19:35:16.977Z Downloaded owo-colors v4.3.0
9132026-03-24T19:35:16.977Z Downloaded ignore v0.4.25
9142026-03-24T19:35:16.977Z Downloaded darling_core v0.20.11
9152026-03-24T19:35:16.977Z Downloaded recursive-proc-macro-impl v0.1.1
9162026-03-24T19:35:16.984Z Downloaded indexmap v1.9.3
9172026-03-24T19:35:16.984Z Downloaded recursive v0.1.1
9182026-03-24T19:35:16.984Z Downloaded native-tls v0.2.18
9192026-03-24T19:35:16.984Z Downloaded phf v0.13.1
9202026-03-24T19:35:16.984Z Downloaded parking_lot v0.11.2
9212026-03-24T19:35:16.997Z Downloaded pin-project-internal v1.1.11
9222026-03-24T19:35:16.997Z Downloaded predicates-core v1.0.10
9232026-03-24T19:35:16.997Z Downloaded parking_lot v0.12.5
9242026-03-24T19:35:17.009Z Downloaded progenitor-client v0.13.0
9252026-03-24T19:35:17.009Z Downloaded pin-project-lite v0.2.17
9262026-03-24T19:35:17.009Z Downloaded rand_xorshift v0.4.0
9272026-03-24T19:35:17.009Z Downloaded predicates v3.1.4
9282026-03-24T19:35:17.010Z Downloaded ref-cast v1.0.25
9292026-03-24T19:35:17.010Z Downloaded half v2.7.1
9302026-03-24T19:35:17.010Z Downloaded rtoolbox v0.0.3
9312026-03-24T19:35:17.018Z Downloaded headers v0.4.1
9322026-03-24T19:35:17.019Z Downloaded rfc6979 v0.4.0
9332026-03-24T19:35:17.019Z Downloaded pkcs8 v0.10.2
9342026-03-24T19:35:17.019Z Downloaded parse-display-derive v0.10.0
9352026-03-24T19:35:17.019Z Downloaded darling_core v0.23.0
9362026-03-24T19:35:17.027Z Downloaded p256 v0.13.2
9372026-03-24T19:35:17.027Z Downloaded miniz_oxide v0.8.9
9382026-03-24T19:35:17.033Z Downloaded predicates-tree v1.0.13
9392026-03-24T19:35:17.033Z Downloaded ppv-lite86 v0.2.21
9402026-03-24T19:35:17.033Z Downloaded rustc_version v0.1.7
9412026-03-24T19:35:17.033Z Downloaded rustc-hash v2.1.1
9422026-03-24T19:35:17.033Z Downloaded russh-cryptovec v0.7.3
9432026-03-24T19:35:17.033Z Downloaded http v1.4.0
9442026-03-24T19:35:17.041Z Downloaded rand_chacha v0.9.0
9452026-03-24T19:35:17.041Z Downloaded proc-macro-error2 v2.0.1
9462026-03-24T19:35:17.046Z Downloaded rand_seeder v0.4.0
9472026-03-24T19:35:17.046Z Downloaded progenitor v0.11.2
9482026-03-24T19:35:17.046Z Downloaded rustc_version v0.4.1
9492026-03-24T19:35:17.046Z Downloaded progenitor v0.10.0
9502026-03-24T19:35:17.046Z Downloaded primeorder v0.13.6
9512026-03-24T19:35:17.051Z Downloaded progenitor v0.13.0
9522026-03-24T19:35:17.051Z Downloaded packed_struct v0.10.1
9532026-03-24T19:35:17.051Z Downloaded oso v0.27.3
9542026-03-24T19:35:17.061Z Downloaded salsa20 v0.10.2
9552026-03-24T19:35:17.061Z Downloaded postcard v1.1.3
9562026-03-24T19:35:17.061Z Downloaded heapless v0.8.0
9572026-03-24T19:35:17.080Z Downloaded psm v0.1.30
9582026-03-24T19:35:17.080Z Downloaded progenitor-macro v0.11.2
9592026-03-24T19:35:17.080Z Downloaded path-slash v0.1.5
9602026-03-24T19:35:17.080Z Downloaded paste v1.0.15
9612026-03-24T19:35:17.080Z Downloaded password-hash v0.5.0
9622026-03-24T19:35:17.089Z Downloaded password-hash v0.4.2
9632026-03-24T19:35:17.089Z Downloaded num-rational v0.4.2
9642026-03-24T19:35:17.089Z Downloaded ingot v0.1.1
9652026-03-24T19:35:17.089Z Downloaded r2d2 v0.8.10
9662026-03-24T19:35:17.090Z Downloaded fixedbitset v0.5.7
9672026-03-24T19:35:17.090Z Downloaded parking_lot_core v0.9.12
9682026-03-24T19:35:17.090Z Downloaded indicatif v0.18.4
9692026-03-24T19:35:17.090Z Downloaded phf v0.12.1
9702026-03-24T19:35:17.090Z Downloaded pkcs5 v0.7.1
9712026-03-24T19:35:17.096Z Downloaded rand_core v0.9.5
9722026-03-24T19:35:17.096Z Downloaded postgres-protocol v0.6.10
9732026-03-24T19:35:17.096Z Downloaded scopeguard v1.2.0
9742026-03-24T19:35:17.096Z Downloaded scrypt v0.11.0
9752026-03-24T19:35:17.096Z Downloaded scheduled-thread-pool v0.2.7
9762026-03-24T19:35:17.096Z Downloaded same-file v1.0.6
9772026-03-24T19:35:17.100Z Downloaded crypto-bigint v0.5.5
9782026-03-24T19:35:17.104Z Downloaded pkcs1 v0.7.5
9792026-03-24T19:35:17.104Z Downloaded minimal-lexical v0.2.1
9802026-03-24T19:35:17.111Z Downloaded hashbrown v0.13.2
9812026-03-24T19:35:17.118Z Downloaded serde-big-array v0.5.1
9822026-03-24T19:35:17.118Z Downloaded secrecy v0.10.3
9832026-03-24T19:35:17.118Z Downloaded seq-macro v0.3.6
9842026-03-24T19:35:17.128Z Downloaded postgres-types v0.2.12
9852026-03-24T19:35:17.128Z Downloaded ecdsa v0.16.9
9862026-03-24T19:35:17.128Z Downloaded ref-cast-impl v1.0.25
9872026-03-24T19:35:17.128Z Downloaded bytes v1.11.1
9882026-03-24T19:35:17.133Z Downloaded scroll_derive v0.13.1
9892026-03-24T19:35:17.133Z Downloaded rand_core v0.10.0
9902026-03-24T19:35:17.133Z Downloaded colored v2.2.0
9912026-03-24T19:35:17.133Z Downloaded resolv-conf v0.7.6
9922026-03-24T19:35:17.133Z Downloaded rustls-pemfile v1.0.4
9932026-03-24T19:35:17.140Z Downloaded rustls-pemfile v2.2.0
9942026-03-24T19:35:17.140Z Downloaded hickory-resolver v0.24.4
9952026-03-24T19:35:17.147Z Downloaded sha1 v0.10.6
9962026-03-24T19:35:17.147Z Downloaded signal-hook-mio v0.2.5
9972026-03-24T19:35:17.147Z Downloaded papergrid v0.17.0
9982026-03-24T19:35:17.154Z Downloaded prefix-trie v0.7.0
9992026-03-24T19:35:17.154Z Downloaded shell-words v1.1.1
10002026-03-24T19:35:17.154Z Downloaded serde_spanned v1.0.4
10012026-03-24T19:35:17.158Z Downloaded serde_repr v0.1.20
10022026-03-24T19:35:17.158Z Downloaded serde_bytes v0.11.19
10032026-03-24T19:35:17.158Z Downloaded progenitor-impl v0.13.0
10042026-03-24T19:35:17.158Z Downloaded rustls-native-certs v0.8.3
10052026-03-24T19:35:17.164Z Downloaded serde_urlencoded v0.7.1
10062026-03-24T19:35:17.164Z Downloaded serde_plain v1.0.2
10072026-03-24T19:35:17.168Z Downloaded quinn-udp v0.5.14
10082026-03-24T19:35:17.168Z Downloaded progenitor-impl v0.10.0
10092026-03-24T19:35:17.168Z Downloaded siphasher v1.0.2
10102026-03-24T19:35:17.172Z Downloaded secrecy v0.8.0
10112026-03-24T19:35:17.172Z Downloaded rusty-fork v0.3.1
10122026-03-24T19:35:17.172Z Downloaded pin-project v1.1.11
10132026-03-24T19:35:17.182Z Downloaded slog-bunyan v2.5.0
10142026-03-24T19:35:17.188Z Downloaded sigpipe v0.1.3
10152026-03-24T19:35:17.188Z Downloaded sapling-renderdag v0.1.0
10162026-03-24T19:35:17.188Z Downloaded sct v0.7.1
10172026-03-24T19:35:17.193Z Downloaded signal-hook-tokio v0.3.1
10182026-03-24T19:35:17.193Z Downloaded signature v2.2.0
10192026-03-24T19:35:17.193Z Downloaded schemars_derive v0.8.22
10202026-03-24T19:35:17.193Z Downloaded hashbrown v0.12.3
10212026-03-24T19:35:17.197Z Downloaded rustversion v1.0.22
10222026-03-24T19:35:17.201Z Downloaded hickory-resolver v0.25.2
10232026-03-24T19:35:17.207Z Downloaded semver v0.1.20
10242026-03-24T19:35:17.207Z Downloaded rand_core v0.6.4
10252026-03-24T19:35:17.207Z Downloaded progenitor-extras v0.1.1
10262026-03-24T19:35:17.207Z Downloaded dropshot-api-manager v0.6.0
10272026-03-24T19:35:17.211Z Downloaded serde_derive_internals v0.29.1
10282026-03-24T19:35:17.211Z Downloaded flate2 v1.1.9
10292026-03-24T19:35:17.216Z Downloaded scroll v0.13.0
10302026-03-24T19:35:17.223Z Downloaded rcgen v0.12.1
10312026-03-24T19:35:17.223Z Downloaded rustls-pki-types v1.14.0
10322026-03-24T19:35:17.224Z Downloaded ed25519-dalek v2.2.0
10332026-03-24T19:35:17.228Z Downloaded derive_more-impl v2.1.1
10342026-03-24T19:35:17.235Z Downloaded slog-envlogger v2.2.0
10352026-03-24T19:35:17.235Z Downloaded pretty_assertions v1.4.1
10362026-03-24T19:35:17.235Z Downloaded der v0.7.10
10372026-03-24T19:35:17.243Z Downloaded hubpack_derive v0.1.1
10382026-03-24T19:35:17.243Z Downloaded hubpack v0.1.2
10392026-03-24T19:35:17.243Z Downloaded diesel_derives v2.3.7
10402026-03-24T19:35:17.250Z Downloaded group v0.13.0
10412026-03-24T19:35:17.250Z Downloaded git-stub-vcs v0.1.0
10422026-03-24T19:35:17.250Z Downloaded serde-hex v0.1.0
10432026-03-24T19:35:17.256Z Downloaded slab v0.4.12
10442026-03-24T19:35:17.256Z Downloaded simd-adler32 v0.3.8
10452026-03-24T19:35:17.257Z Downloaded signal-hook-registry v1.4.8
10462026-03-24T19:35:17.257Z Downloaded cc v1.2.56
10472026-03-24T19:35:17.265Z Downloaded chacha20 v0.9.1
10482026-03-24T19:35:17.265Z Downloaded cargo_metadata v0.19.2
10492026-03-24T19:35:17.266Z Downloaded foldhash v0.1.5
10502026-03-24T19:35:17.266Z Downloaded float-ord v0.3.2
10512026-03-24T19:35:17.266Z Downloaded structmeta v0.3.0
10522026-03-24T19:35:17.277Z Downloaded tap v1.0.1
10532026-03-24T19:35:17.277Z Downloaded sync_wrapper v1.0.2
10542026-03-24T19:35:17.277Z Downloaded supports-color v3.0.2
10552026-03-24T19:35:17.277Z Downloaded subtle v2.6.1
10562026-03-24T19:35:17.277Z Downloaded serde_path_to_error v0.1.20
10572026-03-24T19:35:17.278Z Downloaded slog-json v2.6.1
10582026-03-24T19:35:17.278Z Downloaded ron v0.8.1
10592026-03-24T19:35:17.278Z Downloaded fallible-iterator v0.2.0
10602026-03-24T19:35:17.287Z Downloaded defmt v1.0.1
10612026-03-24T19:35:17.287Z Downloaded sync-ptr v0.1.4
10622026-03-24T19:35:17.287Z Downloaded slog-term v2.9.2
10632026-03-24T19:35:17.292Z Downloaded mio v1.1.1
10642026-03-24T19:35:17.292Z Downloaded thread-id v5.1.0
10652026-03-24T19:35:17.293Z Downloaded termtree v0.5.1
10662026-03-24T19:35:17.293Z Downloaded ssh-cipher v0.2.0
10672026-03-24T19:35:17.299Z Downloaded sqlparser_derive v0.5.0
10682026-03-24T19:35:17.299Z Downloaded futures-sink v0.3.32
10692026-03-24T19:35:17.299Z Downloaded darling_macro v0.23.0
10702026-03-24T19:35:17.299Z Downloaded hickory-server v0.25.2
10712026-03-24T19:35:17.304Z Downloaded jiff-static v0.2.21
10722026-03-24T19:35:17.304Z Downloaded bitflags v1.3.2
10732026-03-24T19:35:17.307Z Downloaded rustls-platform-verifier v0.6.2
10742026-03-24T19:35:17.311Z Downloaded time-core v0.1.8
10752026-03-24T19:35:17.312Z Downloaded sqlformat v0.3.5
10762026-03-24T19:35:17.312Z Downloaded strip-ansi-escapes v0.2.1
10772026-03-24T19:35:17.316Z Downloaded ssh-encoding v0.2.0
10782026-03-24T19:35:17.316Z Downloaded aho-corasick v1.1.4
10792026-03-24T19:35:17.320Z Downloaded slog-scope v4.4.1
10802026-03-24T19:35:17.324Z Downloaded structmeta-derive v0.3.0
10812026-03-24T19:35:17.325Z Downloaded strum v0.27.2
10822026-03-24T19:35:17.325Z Downloaded libxml v0.3.3
10832026-03-24T19:35:17.331Z Downloaded take_mut v0.2.2
10842026-03-24T19:35:17.336Z Downloaded tinyvec_macros v0.1.1
10852026-03-24T19:35:17.336Z Downloaded tagptr v0.2.0
10862026-03-24T19:35:17.337Z Downloaded stringprep v0.1.5
10872026-03-24T19:35:17.337Z Downloaded slog-stdlog v4.1.1
10882026-03-24T19:35:17.337Z Downloaded progenitor-impl v0.11.2
10892026-03-24T19:35:17.341Z Downloaded iddqd v0.3.17
10902026-03-24T19:35:17.346Z Downloaded smf v0.2.3
10912026-03-24T19:35:17.346Z Downloaded smallvec v0.6.14
10922026-03-24T19:35:17.350Z Downloaded russh-keys v0.45.0
10932026-03-24T19:35:17.350Z Downloaded num-bigint v0.4.6
10942026-03-24T19:35:17.355Z Downloaded thiserror-impl-no-std v2.0.2
10952026-03-24T19:35:17.361Z Downloaded itertools v0.10.5
10962026-03-24T19:35:17.362Z Downloaded support-bundle-viewer v0.1.2
10972026-03-24T19:35:17.362Z Downloaded iri-string v0.7.10
10982026-03-24T19:35:17.367Z Downloaded termios v0.3.3
10992026-03-24T19:35:17.372Z Downloaded spki v0.7.3
11002026-03-24T19:35:17.372Z Downloaded rayon-core v1.13.0
11012026-03-24T19:35:17.377Z Downloaded serde_with_macros v3.17.0
11022026-03-24T19:35:17.377Z Downloaded testing_table v0.3.0
11032026-03-24T19:35:17.377Z Downloaded tabwriter v1.4.1
11042026-03-24T19:35:17.387Z Downloaded tabled_derive v0.11.0
11052026-03-24T19:35:17.388Z Downloaded string_cache v0.8.9
11062026-03-24T19:35:17.388Z Downloaded ryu v1.0.23
11072026-03-24T19:35:17.396Z Downloaded static_assertions v1.1.0
11082026-03-24T19:35:17.396Z Downloaded stacker v0.1.23
11092026-03-24T19:35:17.396Z Downloaded slog-dtrace v0.3.0
11102026-03-24T19:35:17.397Z Downloaded slog-async v2.8.0
11112026-03-24T19:35:17.397Z Downloaded topological-sort v0.2.2
11122026-03-24T19:35:17.397Z Downloaded sec1 v0.7.3
11132026-03-24T19:35:17.397Z Downloaded quinn v0.11.9
11142026-03-24T19:35:17.402Z Downloaded prettyplease v0.2.37
11152026-03-24T19:35:17.402Z Downloaded tls_codec_derive v0.4.2
11162026-03-24T19:35:17.402Z Downloaded hyper-util v0.1.20
11172026-03-24T19:35:17.408Z Downloaded shlex v1.3.0
11182026-03-24T19:35:17.414Z Downloaded signal-hook v0.3.18
11192026-03-24T19:35:17.414Z Downloaded openssl-sys v0.9.111
11202026-03-24T19:35:17.422Z Downloaded tls_codec v0.4.2
11212026-03-24T19:35:17.422Z Downloaded publicsuffix v2.3.0
11222026-03-24T19:35:17.422Z Downloaded schemars v0.9.0
11232026-03-24T19:35:17.430Z Downloaded tower-service v0.3.3
11242026-03-24T19:35:17.434Z Downloaded tower-layer v0.3.3
11252026-03-24T19:35:17.434Z Downloaded tokio-native-tls v0.3.1
11262026-03-24T19:35:17.434Z Downloaded strum_macros v0.27.2
11272026-03-24T19:35:17.434Z Downloaded thiserror-no-std v2.0.2
11282026-03-24T19:35:17.440Z Downloaded trait-variant v0.1.2
11292026-03-24T19:35:17.440Z Downloaded thread_local v1.1.9
11302026-03-24T19:35:17.446Z Downloaded crossterm v0.28.1
11312026-03-24T19:35:17.458Z Downloaded spin v0.9.8
11322026-03-24T19:35:17.458Z Downloaded rand v0.9.2
11332026-03-24T19:35:17.458Z Downloaded rand v0.8.5
11342026-03-24T19:35:17.459Z Downloaded unicode-truncate v1.1.0
11352026-03-24T19:35:17.466Z Downloaded tiny-keccak v2.0.2
11362026-03-24T19:35:17.466Z Downloaded try-lock v0.2.5
11372026-03-24T19:35:17.467Z Downloaded usdt-macro v0.6.0
11382026-03-24T19:35:17.467Z Downloaded untrusted v0.7.1
11392026-03-24T19:35:17.467Z Downloaded term v1.2.1
11402026-03-24T19:35:17.467Z Downloaded tokio-dtrace v0.1.1
11412026-03-24T19:35:17.472Z Downloaded time-macros v0.2.27
11422026-03-24T19:35:17.472Z Downloaded typify-macro v0.6.1
11432026-03-24T19:35:17.472Z Downloaded typify-macro v0.4.3
11442026-03-24T19:35:17.472Z Downloaded serde_yaml v0.9.34+deprecated
11452026-03-24T19:35:17.484Z Downloaded serde_cbor v0.11.2
11462026-03-24T19:35:17.484Z Downloaded strum_macros v0.26.4
11472026-03-24T19:35:17.484Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11482026-03-24T19:35:17.491Z Downloaded strum_macros v0.24.3
11492026-03-24T19:35:17.491Z Downloaded utf-8 v0.7.6
11502026-03-24T19:35:17.491Z Downloaded universal-hash v0.5.1
11512026-03-24T19:35:17.492Z Downloaded tokio-macros v2.6.0
11522026-03-24T19:35:17.492Z Downloaded strum v0.26.3
11532026-03-24T19:35:17.492Z Downloaded qorb v0.4.1
11542026-03-24T19:35:17.492Z Downloaded blake3 v1.8.3
11552026-03-24T19:35:17.496Z Downloaded tokio-tungstenite v0.23.1
11562026-03-24T19:35:17.501Z Downloaded tokio-tungstenite v0.21.0
11572026-03-24T19:35:17.501Z Downloaded waitgroup v0.1.2
11582026-03-24T19:35:17.501Z Downloaded slog v2.8.2
11592026-03-24T19:35:17.505Z Downloaded unit-prefix v0.5.2
11602026-03-24T19:35:17.506Z Downloaded term v0.7.0
11612026-03-24T19:35:17.509Z Downloaded similar v2.7.0
11622026-03-24T19:35:17.514Z Downloaded tokio-rustls v0.26.4
11632026-03-24T19:35:17.514Z Downloaded schemars v0.8.22
11642026-03-24T19:35:17.521Z Downloaded usdt-attr-macro v0.6.0
11652026-03-24T19:35:17.526Z Downloaded usdt v0.6.0
11662026-03-24T19:35:17.526Z Downloaded untrusted v0.9.0
11672026-03-24T19:35:17.526Z Downloaded tokio-rustls v0.24.1
11682026-03-24T19:35:17.531Z Downloaded void v1.0.2
11692026-03-24T19:35:17.531Z Downloaded snafu-derive v0.8.9
11702026-03-24T19:35:17.531Z Downloaded tokio-stream v0.1.18
11712026-03-24T19:35:17.535Z Downloaded test-strategy v0.4.5
11722026-03-24T19:35:17.539Z Downloaded unarray v0.1.4
11732026-03-24T19:35:17.539Z Downloaded socket2 v0.6.2
11742026-03-24T19:35:17.539Z Downloaded socket2 v0.5.10
11752026-03-24T19:35:17.545Z Downloaded tui-tree-widget v0.23.1
11762026-03-24T19:35:17.545Z Downloaded tar v0.4.44
11772026-03-24T19:35:17.549Z Downloaded rand v0.10.0
11782026-03-24T19:35:17.549Z Downloaded want v0.3.1
11792026-03-24T19:35:17.549Z Downloaded samael v0.0.19
11802026-03-24T19:35:17.553Z Downloaded hashbrown v0.15.5
11812026-03-24T19:35:17.563Z Downloaded rsa v0.9.10
11822026-03-24T19:35:17.568Z Downloaded toml_parser v1.0.9+spec-1.1.0
11832026-03-24T19:35:17.568Z Downloaded tokio-rustls v0.25.0
11842026-03-24T19:35:17.568Z Downloaded toml_writer v1.0.6+spec-1.1.0
11852026-03-24T19:35:17.568Z Downloaded num-bigint-dig v0.8.6
11862026-03-24T19:35:17.576Z Downloaded subprocess v0.2.15
11872026-03-24T19:35:17.585Z Downloaded nom v7.1.3
11882026-03-24T19:35:17.585Z Downloaded rustls-webpki v0.103.9
11892026-03-24T19:35:17.591Z Downloaded hyper v1.8.1
11902026-03-24T19:35:17.591Z Downloaded zone_cfg_derive v0.3.1
11912026-03-24T19:35:17.592Z Downloaded xshell-macros v0.2.7
11922026-03-24T19:35:17.592Z Downloaded wait-timeout v0.2.1
11932026-03-24T19:35:17.592Z Downloaded walkdir v2.5.0
11942026-03-24T19:35:17.596Z Downloaded whoami v2.1.0
11952026-03-24T19:35:17.597Z Downloaded unicase v2.9.0
11962026-03-24T19:35:17.597Z Downloaded darling_macro v0.20.11
11972026-03-24T19:35:17.597Z Downloaded crossbeam-deque v0.8.6
11982026-03-24T19:35:17.606Z Downloaded tracing-attributes v0.1.31
11992026-03-24T19:35:17.611Z Downloaded russh v0.45.0
12002026-03-24T19:35:17.611Z Downloaded uzers v0.12.2
12012026-03-24T19:35:17.615Z Downloaded vergen-lib v0.1.6
12022026-03-24T19:35:17.615Z Downloaded twox-hash v2.1.2
12032026-03-24T19:35:17.615Z Downloaded xattr v1.6.1
12042026-03-24T19:35:17.619Z Downloaded zeroize_derive v1.4.3
12052026-03-24T19:35:17.619Z Downloaded wyz v0.5.1
12062026-03-24T19:35:17.619Z Downloaded vergen-gitcl v1.0.8
12072026-03-24T19:35:17.619Z Downloaded zone v0.3.1
12082026-03-24T19:35:17.623Z Downloaded vergen-git2 v1.0.7
12092026-03-24T19:35:17.628Z Downloaded itertools v0.13.0
12102026-03-24T19:35:17.638Z Downloaded toml v0.9.12+spec-1.1.0
12112026-03-24T19:35:17.645Z Downloaded vsss-rs v3.3.4
12122026-03-24T19:35:17.646Z Downloaded schemars v1.2.1
12132026-03-24T19:35:17.653Z Downloaded whoami v1.6.1
12142026-03-24T19:35:17.659Z Downloaded futures-util v0.3.32
12152026-03-24T19:35:17.664Z Downloaded rustyline v14.0.0
12162026-03-24T19:35:17.668Z Downloaded libm v0.2.16
12172026-03-24T19:35:17.674Z Downloaded zstd-safe v7.2.4
12182026-03-24T19:35:17.686Z Downloaded unicode-properties v0.1.4
12192026-03-24T19:35:17.686Z Downloaded itertools v0.12.1
12202026-03-24T19:35:17.697Z Downloaded typify v0.4.3
12212026-03-24T19:35:17.697Z Downloaded zerocopy v0.6.6
12222026-03-24T19:35:17.697Z Downloaded tungstenite v0.23.0
12232026-03-24T19:35:17.706Z Downloaded snafu v0.8.9
12242026-03-24T19:35:17.707Z Downloaded usdt-impl v0.6.0
12252026-03-24T19:35:17.707Z Downloaded xshell v0.2.7
12262026-03-24T19:35:17.707Z Downloaded zeroize v1.8.2
12272026-03-24T19:35:17.713Z Downloaded vergen v9.0.6
12282026-03-24T19:35:17.713Z Downloaded uuid v1.21.0
12292026-03-24T19:35:17.713Z Downloaded toml_edit v0.23.10+spec-1.0.0
12302026-03-24T19:35:17.717Z Downloaded aws-lc-rs v1.16.0
12312026-03-24T19:35:17.809Z Downloaded steno v0.4.1
12322026-03-24T19:35:17.809Z Downloaded tokio-postgres v0.7.16
12332026-03-24T19:35:17.809Z Downloaded itertools v0.14.0
12342026-03-24T19:35:17.809Z Downloaded zstd v0.13.3
12352026-03-24T19:35:17.809Z Downloaded typify v0.6.1
12362026-03-24T19:35:17.809Z Downloaded tracing-core v0.1.36
12372026-03-24T19:35:17.809Z Downloaded ron v0.12.0
12382026-03-24T19:35:17.809Z Downloaded bitvec v1.0.1
12392026-03-24T19:35:17.809Z Downloaded yasna v0.5.2
12402026-03-24T19:35:17.809Z Downloaded xz2 v0.1.7
12412026-03-24T19:35:17.809Z Downloaded unsafe-libyaml v0.2.11
12422026-03-24T19:35:17.809Z Downloaded unicode-bidi v0.3.18
12432026-03-24T19:35:17.809Z Downloaded p521 v0.13.3
12442026-03-24T19:35:17.809Z Downloaded toml_edit v0.19.15
12452026-03-24T19:35:17.809Z Downloaded ssh-key v0.6.7
12462026-03-24T19:35:17.809Z Downloaded vte v0.14.1
12472026-03-24T19:35:17.821Z Downloaded regex v1.12.3
12482026-03-24T19:35:17.821Z Downloaded tungstenite v0.21.0
12492026-03-24T19:35:17.821Z Downloaded p384 v0.13.1
12502026-03-24T19:35:17.821Z Downloaded chrono v0.4.44
12512026-03-24T19:35:17.821Z Downloaded reedline v0.40.0
12522026-03-24T19:35:17.821Z Downloaded bindgen v0.71.1
12532026-03-24T19:35:17.821Z Downloaded rpassword v7.4.0
12542026-03-24T19:35:17.834Z Downloaded h2 v0.4.13
12552026-03-24T19:35:17.834Z Downloaded toml v0.7.8
12562026-03-24T19:35:17.834Z Downloaded tinyvec v1.10.0
12572026-03-24T19:35:17.843Z Downloaded goblin v0.10.5
12582026-03-24T19:35:17.843Z Downloaded reqwest v0.12.28
12592026-03-24T19:35:17.843Z Downloaded portable-atomic v1.13.1
12602026-03-24T19:35:17.854Z Downloaded lalrpop v0.19.12
12612026-03-24T19:35:17.862Z Downloaded zopfli v0.8.3
12622026-03-24T19:35:17.862Z Downloaded moka v0.12.13
12632026-03-24T19:35:17.862Z Downloaded hkdf v0.12.4
12642026-03-24T19:35:17.867Z Downloaded bstr v1.12.1
12652026-03-24T19:35:17.876Z Downloaded tower v0.5.3
12662026-03-24T19:35:17.885Z Downloaded yansi v1.0.1
12672026-03-24T19:35:17.886Z Downloaded x509-cert v0.2.5
12682026-03-24T19:35:17.910Z Downloaded quick-xml v0.37.5
12692026-03-24T19:35:17.910Z Downloaded git2 v0.20.4
12702026-03-24T19:35:17.921Z Downloaded salty v0.3.0
12712026-03-24T19:35:17.921Z Downloaded proptest v1.10.0
12722026-03-24T19:35:17.921Z Downloaded zip v0.6.6
12732026-03-24T19:35:17.921Z Downloaded rustls-webpki v0.101.7
12742026-03-24T19:35:17.928Z Downloaded zerocopy-derive v0.8.40
12752026-03-24T19:35:17.928Z Downloaded unicode_categories v0.1.1
12762026-03-24T19:35:17.928Z Downloaded tower-http v0.6.8
12772026-03-24T19:35:17.934Z Downloaded unicode-segmentation v1.12.0
12782026-03-24T19:35:17.942Z Downloaded rustls-webpki v0.102.8
12792026-03-24T19:35:17.960Z Downloaded rayon v1.11.0
12802026-03-24T19:35:17.966Z Downloaded nix v0.27.1
12812026-03-24T19:35:17.966Z Downloaded reqwest v0.13.2
12822026-03-24T19:35:17.971Z Downloaded typed-path v0.9.3
12832026-03-24T19:35:17.988Z Downloaded winnow v0.5.40
12842026-03-24T19:35:17.997Z Downloaded winnow v0.6.26
12852026-03-24T19:35:18.014Z Downloaded nix v0.29.0
12862026-03-24T19:35:18.024Z Downloaded nix v0.28.0
12872026-03-24T19:35:18.040Z Downloaded unicode-normalization v0.1.25
12882026-03-24T19:35:18.040Z Downloaded openssl v0.10.75
12892026-03-24T19:35:18.053Z Downloaded tough v0.20.0
12902026-03-24T19:35:18.053Z Downloaded serde_with v3.17.0
12912026-03-24T19:35:18.058Z Downloaded zip v4.6.1
12922026-03-24T19:35:18.066Z Downloaded tabled v0.20.0
12932026-03-24T19:35:18.077Z Downloaded tokio-util v0.7.18
12942026-03-24T19:35:18.084Z Downloaded time v0.3.47
12952026-03-24T19:35:18.093Z Downloaded petname v2.0.2
12962026-03-24T19:35:18.099Z Downloaded hickory-proto v0.24.4
12972026-03-24T19:35:18.111Z Downloaded quinn-proto v0.11.13
12982026-03-24T19:35:18.115Z Downloaded radix_trie v0.2.1
12992026-03-24T19:35:18.125Z Downloaded nix v0.31.1
13002026-03-24T19:35:18.132Z Downloaded zerocopy v0.8.40
13012026-03-24T19:35:18.141Z Downloaded openapiv3 v2.2.0
13022026-03-24T19:35:18.148Z Downloaded regress v0.10.5
13032026-03-24T19:35:18.162Z Downloaded curve25519-dalek v4.1.3
13042026-03-24T19:35:18.177Z Downloaded hickory-proto v0.25.2
13052026-03-24T19:35:18.193Z Downloaded rustix v0.38.44
13062026-03-24T19:35:18.201Z Downloaded object v0.30.4
13072026-03-24T19:35:18.210Z Downloaded polar-core v0.27.3
13082026-03-24T19:35:18.215Z Downloaded dropshot v0.16.7
13092026-03-24T19:35:18.228Z Downloaded rustls v0.21.12
13102026-03-24T19:35:18.255Z Downloaded sled v0.34.7
13112026-03-24T19:35:18.264Z Downloaded zlib-rs v0.6.2
13122026-03-24T19:35:18.278Z Downloaded sqlparser v0.61.0
13132026-03-24T19:35:18.289Z Downloaded bzip2-sys v0.1.13+1.0.8
13142026-03-24T19:35:18.298Z Downloaded ratatui v0.29.0
13152026-03-24T19:35:18.310Z Downloaded tracing v0.1.44
13162026-03-24T19:35:18.316Z Downloaded vcpkg v0.2.15
13172026-03-24T19:35:18.346Z Downloaded webpki-roots v1.0.6
13182026-03-24T19:35:18.351Z Downloaded smoltcp v0.9.1
13192026-03-24T19:35:18.357Z Downloaded zerocopy-derive v0.6.6
13202026-03-24T19:35:18.364Z Downloaded chrono-tz v0.10.4
13212026-03-24T19:35:18.374Z Downloaded object v0.37.3
13222026-03-24T19:35:18.383Z Downloaded diesel v2.3.7
13232026-03-24T19:35:18.398Z Downloaded rustls v0.22.4
13242026-03-24T19:35:18.409Z Downloaded regex-syntax v0.8.10
13252026-03-24T19:35:18.416Z Downloaded regex-syntax v0.6.29
13262026-03-24T19:35:18.420Z Downloaded smoltcp v0.11.0
13272026-03-24T19:35:18.427Z Downloaded rustls v0.23.37
13282026-03-24T19:35:18.438Z Downloaded petgraph v0.8.3
13292026-03-24T19:35:18.459Z Downloaded libz-sys v1.1.24
13302026-03-24T19:35:18.474Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13312026-03-24T19:35:18.608Z Downloaded typify-impl v0.6.1
13322026-03-24T19:35:18.634Z Downloaded typify-impl v0.4.3
13332026-03-24T19:35:18.703Z Downloaded regex-automata v0.4.14
13342026-03-24T19:35:18.732Z Downloaded petgraph v0.6.5
13352026-03-24T19:35:18.764Z Downloaded jiff v0.2.21
13362026-03-24T19:35:18.780Z Downloaded lzma-sys v0.1.20
13372026-03-24T19:35:18.827Z Downloaded csv v1.4.0
13382026-03-24T19:35:18.870Z Downloaded sha3 v0.10.8
13392026-03-24T19:35:18.875Z Downloaded tokio v1.49.0
13402026-03-24T19:35:18.963Z Downloaded encoding_rs v0.8.35
13412026-03-24T19:35:19.010Z Downloaded ring v0.17.14
13422026-03-24T19:35:19.061Z Downloaded libgit2-sys v0.18.3+1.9.2
13432026-03-24T19:35:19.195Z Downloaded aws-lc-sys v0.37.1
13442026-03-24T19:35:19.528Z Compiling libc v0.2.180
13452026-03-24T19:35:19.532Z Compiling serde v1.0.228
13462026-03-24T19:35:19.532Z Compiling log v0.4.29
13472026-03-24T19:35:19.532Z Compiling find-msvc-tools v0.1.9
13482026-03-24T19:35:19.723Z Compiling shlex v1.3.0
13492026-03-24T19:35:19.738Z Compiling smallvec v1.15.1
13502026-03-24T19:35:19.761Z Compiling syn v2.0.117
13512026-03-24T19:35:19.776Z Compiling typenum v1.19.0
13522026-03-24T19:35:19.976Z Compiling generic-array v0.14.7
13532026-03-24T19:35:19.994Z Compiling subtle v2.6.1
13542026-03-24T19:35:20.021Z Compiling scopeguard v1.2.0
13552026-03-24T19:35:20.045Z Compiling portable-atomic v1.13.1
13562026-03-24T19:35:20.120Z Compiling const-oid v0.9.6
13572026-03-24T19:35:20.159Z Compiling lock_api v0.4.14
13582026-03-24T19:35:20.216Z Compiling critical-section v1.2.0
13592026-03-24T19:35:20.303Z Compiling zerocopy v0.8.40
13602026-03-24T19:35:20.344Z Compiling serde_json v1.0.149
13612026-03-24T19:35:20.449Z Compiling pin-project-lite v0.2.17
13622026-03-24T19:35:20.577Z Compiling parking_lot_core v0.9.12
13632026-03-24T19:35:20.799Z Compiling getrandom v0.2.17
13642026-03-24T19:35:20.864Z Compiling jobserver v0.1.34
13652026-03-24T19:35:20.883Z Compiling errno v0.3.14
13662026-03-24T19:35:21.050Z Compiling rand_core v0.6.4
13672026-03-24T19:35:21.134Z Compiling cc v1.2.56
13682026-03-24T19:35:21.199Z Compiling signal-hook-registry v1.4.8
13692026-03-24T19:35:21.345Z Compiling once_cell v1.21.3
13702026-03-24T19:35:21.385Z Compiling pkg-config v0.3.32
13712026-03-24T19:35:21.404Z Compiling parking_lot v0.12.5
13722026-03-24T19:35:21.471Z Compiling mio v1.1.1
13732026-03-24T19:35:21.549Z Compiling bitflags v2.11.0
13742026-03-24T19:35:21.605Z Compiling libm v0.2.16
13752026-03-24T19:35:21.838Z Compiling num-traits v0.2.19
13762026-03-24T19:35:21.885Z Compiling futures-core v0.3.32
13772026-03-24T19:35:22.091Z Compiling socket2 v0.6.2
13782026-03-24T19:35:22.109Z Compiling percent-encoding v2.3.2
13792026-03-24T19:35:22.114Z Compiling allocator-api2 v0.2.21
13802026-03-24T19:35:22.155Z Compiling foldhash v0.2.0
13812026-03-24T19:35:22.258Z Compiling futures-sink v0.3.32
13822026-03-24T19:35:22.350Z Compiling cpufeatures v0.2.17
13832026-03-24T19:35:22.417Z Compiling futures-channel v0.3.32
13842026-03-24T19:35:22.454Z Compiling futures-task v0.3.32
13852026-03-24T19:35:22.475Z Compiling futures-io v0.3.32
13862026-03-24T19:35:22.568Z Compiling hashbrown v0.16.1
13872026-03-24T19:35:22.639Z Compiling getrandom v0.4.1
13882026-03-24T19:35:22.661Z Compiling slab v0.4.12
13892026-03-24T19:35:22.681Z Compiling getrandom v0.3.4
13902026-03-24T19:35:22.753Z Compiling rand_core v0.10.0
13912026-03-24T19:35:22.966Z Compiling rustversion v1.0.22
13922026-03-24T19:35:23.022Z Compiling form_urlencoded v1.2.2
13932026-03-24T19:35:23.279Z Compiling cmake v0.1.57
13942026-03-24T19:35:23.439Z Compiling indexmap v2.13.0
13952026-03-24T19:35:23.502Z Compiling dunce v1.0.5
13962026-03-24T19:35:23.623Z Compiling ident_case v1.0.1
13972026-03-24T19:35:23.725Z Compiling base64ct v1.8.3
13982026-03-24T19:35:23.779Z Compiling fs_extra v1.3.0
13992026-03-24T19:35:23.830Z Compiling synstructure v0.13.2
14002026-03-24T19:35:24.037Z Compiling flagset v0.4.7
14012026-03-24T19:35:24.151Z Compiling aws-lc-sys v0.37.1
14022026-03-24T19:35:24.201Z Compiling pem-rfc7468 v0.7.0
14032026-03-24T19:35:24.221Z Compiling rand_core v0.9.5
14042026-03-24T19:35:24.262Z Compiling rustix v1.1.3
14052026-03-24T19:35:24.280Z Compiling iana-time-zone v0.1.65
14062026-03-24T19:35:24.356Z Compiling uuid v1.21.0
14072026-03-24T19:35:24.548Z Compiling ring v0.17.14
14082026-03-24T19:35:24.573Z Compiling rustc_version v0.4.1
14092026-03-24T19:35:24.608Z Compiling aws-lc-rs v1.16.0
14102026-03-24T19:35:24.694Z Compiling regex-syntax v0.8.10
14112026-03-24T19:35:24.983Z Compiling vcpkg v0.2.15
14122026-03-24T19:35:25.075Z Compiling tracing-core v0.1.36
14132026-03-24T19:35:25.276Z Compiling crossbeam-utils v0.8.21
14142026-03-24T19:35:25.681Z Compiling pest_generator v2.8.6
14152026-03-24T19:35:25.790Z Compiling serde_derive_internals v0.29.1
14162026-03-24T19:35:26.000Z Compiling openssl-sys v0.9.111
14172026-03-24T19:35:26.470Z Compiling serde_derive v1.0.228
14182026-03-24T19:35:26.632Z Compiling zeroize_derive v1.4.3
14192026-03-24T19:35:26.668Z Compiling zerofrom-derive v0.1.6
14202026-03-24T19:35:26.686Z Compiling yoke-derive v0.8.1
14212026-03-24T19:35:27.030Z Compiling zerocopy-derive v0.8.40
14222026-03-24T19:35:27.487Z Compiling zeroize v1.8.2
14232026-03-24T19:35:27.963Z Compiling zerovec-derive v0.11.2
14242026-03-24T19:35:28.278Z Compiling displaydoc v0.2.5
14252026-03-24T19:35:28.604Z Compiling crypto-common v0.1.7
14262026-03-24T19:35:28.644Z Compiling zerofrom v0.1.6
14272026-03-24T19:35:28.762Z Compiling yoke v0.8.1
14282026-03-24T19:35:28.789Z Compiling block-buffer v0.10.4
14292026-03-24T19:35:28.995Z Compiling digest v0.10.7
14302026-03-24T19:35:28.998Z Compiling tokio-macros v2.6.0
14312026-03-24T19:35:29.235Z Compiling zerotrie v0.2.3
14322026-03-24T19:35:29.309Z Compiling hmac v0.12.1
14332026-03-24T19:35:29.411Z Compiling futures-macro v0.3.32
14342026-03-24T19:35:29.435Z Compiling zerovec v0.11.5
14352026-03-24T19:35:29.508Z Compiling block-padding v0.3.3
14362026-03-24T19:35:29.627Z Compiling sha2 v0.10.9
14372026-03-24T19:35:29.706Z Compiling inout v0.1.4
14382026-03-24T19:35:29.924Z Compiling cipher v0.4.4
14392026-03-24T19:35:29.977Z Compiling der_derive v0.7.3
14402026-03-24T19:35:30.120Z Compiling tinystr v0.8.2
14412026-03-24T19:35:30.266Z Compiling potential_utf v0.1.4
14422026-03-24T19:35:30.387Z Compiling icu_locale_core v2.1.1
14432026-03-24T19:35:30.473Z Compiling icu_collections v2.1.1
14442026-03-24T19:35:30.495Z Compiling futures-util v0.3.32
14452026-03-24T19:35:31.107Z Compiling salsa20 v0.10.2
14462026-03-24T19:35:31.232Z Compiling bytes v1.11.1
14472026-03-24T19:35:31.267Z Compiling icu_provider v2.1.1
14482026-03-24T19:35:31.276Z Compiling der v0.7.10
14492026-03-24T19:35:31.486Z Compiling chrono v0.4.44
14502026-03-24T19:35:31.610Z Compiling icu_normalizer v2.1.1
14512026-03-24T19:35:31.645Z Compiling icu_properties v2.1.2
14522026-03-24T19:35:32.048Z Compiling tokio v1.49.0
14532026-03-24T19:35:32.308Z Compiling http v1.4.0
14542026-03-24T19:35:32.941Z Compiling idna_adapter v1.2.1
14552026-03-24T19:35:33.116Z Compiling idna v1.1.0
14562026-03-24T19:35:33.187Z Compiling ppv-lite86 v0.2.21
14572026-03-24T19:35:33.363Z Compiling spki v0.7.3
14582026-03-24T19:35:33.418Z Compiling pbkdf2 v0.12.2
14592026-03-24T19:35:33.561Z Compiling url v2.5.8
14602026-03-24T19:35:33.608Z Compiling thiserror-impl v2.0.18
14612026-03-24T19:35:33.629Z Compiling rand_chacha v0.9.0
14622026-03-24T19:35:33.648Z Compiling scrypt v0.11.0
14632026-03-24T19:35:33.669Z Compiling aes v0.8.4
14642026-03-24T19:35:33.978Z Compiling cbc v0.1.2
14652026-03-24T19:35:34.000Z Compiling rustls-pki-types v1.14.0
14662026-03-24T19:35:34.161Z Compiling tracing-attributes v0.1.31
14672026-03-24T19:35:34.517Z Compiling pkcs5 v0.7.1
14682026-03-24T19:35:34.593Z Compiling rand v0.9.2
14692026-03-24T19:35:34.612Z Compiling http-body v1.0.1
14702026-03-24T19:35:34.879Z Compiling httparse v1.10.1
14712026-03-24T19:35:35.054Z Compiling syn v1.0.109
14722026-03-24T19:35:35.145Z Compiling untrusted v0.7.1
14732026-03-24T19:35:35.301Z Compiling openssl-probe v0.2.1
14742026-03-24T19:35:35.347Z Compiling untrusted v0.9.0
14752026-03-24T19:35:35.386Z Compiling thiserror v2.0.18
14762026-03-24T19:35:35.433Z Compiling base64 v0.22.1
14772026-03-24T19:35:35.468Z Compiling schemars v0.8.22
14782026-03-24T19:35:35.614Z Compiling pkcs8 v0.10.2
14792026-03-24T19:35:35.634Z Compiling schemars_derive v0.8.22
14802026-03-24T19:35:35.737Z Compiling pest_derive v2.8.6
14812026-03-24T19:35:35.851Z Compiling scroll_derive v0.13.1
14822026-03-24T19:35:35.956Z Compiling tracing v0.1.44
14832026-03-24T19:35:36.270Z Compiling darling_core v0.20.11
14842026-03-24T19:35:36.297Z Compiling try-lock v0.2.5
14852026-03-24T19:35:36.431Z Compiling tower-layer v0.3.3
14862026-03-24T19:35:36.635Z Compiling dyn-clone v1.0.20
14872026-03-24T19:35:36.664Z Compiling tower-service v0.3.3
14882026-03-24T19:35:36.786Z Compiling rustls v0.23.37
14892026-03-24T19:35:36.811Z Compiling tinyvec_macros v0.1.1
14902026-03-24T19:35:36.898Z Compiling atomic-waker v1.1.2
14912026-03-24T19:35:36.920Z Compiling scroll v0.13.0
14922026-03-24T19:35:36.997Z Compiling tinyvec v1.10.0
14932026-03-24T19:35:37.057Z Compiling want v0.3.1
14942026-03-24T19:35:37.261Z Compiling tokio-util v0.7.18
14952026-03-24T19:35:37.662Z Compiling ipnet v2.11.0
14962026-03-24T19:35:37.955Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14972026-03-24T19:35:38.409Z Compiling h2 v0.4.13
14982026-03-24T19:35:38.446Z Compiling spin v0.9.8
14992026-03-24T19:35:38.718Z Compiling aho-corasick v1.1.4
15002026-03-24T19:35:38.738Z Compiling num-conv v0.2.0
15012026-03-24T19:35:38.920Z Compiling foreign-types-shared v0.1.1
15022026-03-24T19:35:39.031Z Compiling powerfmt v0.2.0
15032026-03-24T19:35:39.166Z Compiling pin-utils v0.1.0
15042026-03-24T19:35:39.265Z Compiling time-core v0.1.8
15052026-03-24T19:35:39.302Z Compiling httpdate v1.0.3
15062026-03-24T19:35:39.468Z Compiling openssl v0.10.75
15072026-03-24T19:35:39.571Z Compiling darling_macro v0.20.11
15082026-03-24T19:35:39.590Z Compiling crc32fast v1.5.0
15092026-03-24T19:35:39.761Z Compiling time-macros v0.2.27
15102026-03-24T19:35:39.973Z Compiling regex-automata v0.4.14
15112026-03-24T19:35:39.993Z Compiling deranged v0.5.8
15122026-03-24T19:35:40.163Z Compiling darling v0.20.11
15132026-03-24T19:35:40.268Z Compiling tempfile v3.25.0
15142026-03-24T19:35:40.761Z Compiling foreign-types v0.3.2
15152026-03-24T19:35:41.079Z Compiling goblin v0.10.5
15162026-03-24T19:35:41.348Z Compiling openssl-macros v0.1.1
15172026-03-24T19:35:41.835Z Compiling thiserror-impl v1.0.69
15182026-03-24T19:35:41.874Z Compiling wait-timeout v0.2.1
15192026-03-24T19:35:42.214Z Compiling native-tls v0.2.18
15202026-03-24T19:35:42.466Z Compiling hyper v1.8.1
15212026-03-24T19:35:43.131Z Compiling quick-error v1.2.3
15222026-03-24T19:35:43.265Z Compiling simd-adler32 v0.3.8
15232026-03-24T19:35:43.535Z Compiling num_threads v0.1.7
15242026-03-24T19:35:43.598Z Compiling siphasher v1.0.2
15252026-03-24T19:35:43.657Z Compiling usdt-impl v0.6.0
15262026-03-24T19:35:43.747Z Compiling either v1.15.0
15272026-03-24T19:35:43.845Z Compiling bit-vec v0.8.0
15282026-03-24T19:35:43.936Z Compiling hyper-util v0.1.20
15292026-03-24T19:35:44.016Z Compiling time v0.3.47
15302026-03-24T19:35:44.148Z Compiling bit-set v0.8.0
15312026-03-24T19:35:44.355Z Compiling thiserror v1.0.69
15322026-03-24T19:35:44.484Z Compiling rusty-fork v0.3.1
15332026-03-24T19:35:44.894Z Compiling dof v0.4.0
15342026-03-24T19:35:45.766Z Compiling derive_builder_core v0.20.2
15352026-03-24T19:35:46.225Z Compiling unicode-normalization v0.1.25
15362026-03-24T19:35:46.402Z Compiling crossbeam-epoch v0.9.18
15372026-03-24T19:35:46.485Z Compiling dtrace-parser v0.3.0
15382026-03-24T19:35:46.828Z Compiling rustls-native-certs v0.8.3
15392026-03-24T19:35:46.846Z Compiling signature v2.2.0
15402026-03-24T19:35:46.947Z Compiling scroll_derive v0.12.1
15412026-03-24T19:35:47.061Z Compiling heapless v0.7.17
15422026-03-24T19:35:47.082Z Compiling rand_xorshift v0.4.0
15432026-03-24T19:35:47.193Z Compiling slog v2.8.2
15442026-03-24T19:35:47.275Z Compiling darling_core v0.21.3
15452026-03-24T19:35:47.358Z Compiling bzip2-sys v0.1.13+1.0.8
15462026-03-24T19:35:47.423Z Compiling sync_wrapper v1.0.2
15472026-03-24T19:35:47.523Z Compiling thread-id v5.1.0
15482026-03-24T19:35:47.555Z Compiling cookie v0.18.1
15492026-03-24T19:35:47.624Z Compiling unicode-properties v0.1.4
15502026-03-24T19:35:47.703Z Compiling adler2 v2.0.1
15512026-03-24T19:35:47.794Z Compiling zstd-safe v7.2.4
15522026-03-24T19:35:47.815Z Compiling signal-hook v0.3.18
15532026-03-24T19:35:47.884Z Compiling unarray v0.1.4
15542026-03-24T19:35:47.936Z Compiling anyhow v1.0.102
15552026-03-24T19:35:48.020Z Compiling paste v1.0.15
15562026-03-24T19:35:48.024Z Compiling unicode-bidi v0.3.18
15572026-03-24T19:35:48.058Z Compiling rayon-core v1.13.0
15582026-03-24T19:35:48.274Z Compiling unicode-segmentation v1.12.0
15592026-03-24T19:35:48.478Z Compiling stringprep v0.1.5
15602026-03-24T19:35:48.600Z Compiling proptest v1.10.0
15612026-03-24T19:35:48.760Z Compiling miniz_oxide v0.8.9
15622026-03-24T19:35:48.784Z Compiling scroll v0.12.0
15632026-03-24T19:35:49.167Z Compiling tower v0.5.3
15642026-03-24T19:35:49.403Z Compiling derive_builder_macro v0.20.2
15652026-03-24T19:35:49.565Z Compiling crossbeam-deque v0.8.6
15662026-03-24T19:35:49.799Z Compiling ipnetwork v0.21.1
15672026-03-24T19:35:49.802Z Compiling http-body-util v0.1.3
15682026-03-24T19:35:49.832Z Compiling webpki-roots v1.0.6
15692026-03-24T19:35:49.879Z Compiling rand_chacha v0.3.1
15702026-03-24T19:35:49.976Z Compiling serde_spanned v0.6.9
15712026-03-24T19:35:49.995Z Compiling toml_datetime v0.6.11
15722026-03-24T19:35:50.112Z Compiling erased-serde v0.3.31
15732026-03-24T19:35:50.154Z Compiling serde_tokenstream v0.2.3
15742026-03-24T19:35:50.300Z Compiling md-5 v0.10.6
15752026-03-24T19:35:50.331Z Compiling zerocopy-derive v0.7.35
15762026-03-24T19:35:50.513Z Compiling curve25519-dalek v4.1.3
15772026-03-24T19:35:50.559Z Compiling vergen-lib v0.1.6
15782026-03-24T19:35:50.784Z Compiling num-integer v0.1.46
15792026-03-24T19:35:50.830Z Compiling hash32 v0.2.1
15802026-03-24T19:35:50.851Z Compiling darling_macro v0.21.3
15812026-03-24T19:35:50.911Z Compiling ff v0.13.1
15822026-03-24T19:35:50.932Z Compiling memoffset v0.9.1
15832026-03-24T19:35:51.072Z Compiling iri-string v0.7.10
15842026-03-24T19:35:51.137Z Compiling zlib-rs v0.6.2
15852026-03-24T19:35:51.169Z Compiling ryu v1.0.23
15862026-03-24T19:35:51.214Z Compiling ref-cast v1.0.25
15872026-03-24T19:35:51.407Z Compiling base16ct v0.2.0
15882026-03-24T19:35:51.464Z Compiling psl-types v2.0.11
15892026-03-24T19:35:51.497Z Compiling smoltcp v0.9.1
15902026-03-24T19:35:51.600Z Compiling fallible-iterator v0.2.0
15912026-03-24T19:35:51.618Z Compiling num-bigint-dig v0.8.6
15922026-03-24T19:35:51.637Z Compiling rustix v0.38.44
15932026-03-24T19:35:51.846Z Compiling litrs v1.0.0
15942026-03-24T19:35:51.915Z Compiling cfg_aliases v0.2.1
15952026-03-24T19:35:52.008Z Compiling nix v0.31.1
15962026-03-24T19:35:52.032Z Compiling postgres-protocol v0.6.10
15972026-03-24T19:35:52.235Z Compiling newtype-uuid v1.3.2
15982026-03-24T19:35:52.534Z Compiling document-features v0.2.12
15992026-03-24T19:35:52.549Z Compiling publicsuffix v2.3.0
16002026-03-24T19:35:52.660Z Compiling tower-http v0.6.8
16012026-03-24T19:35:52.751Z Compiling sec1 v0.7.3
16022026-03-24T19:35:52.821Z Compiling zerocopy v0.7.35
16032026-03-24T19:35:53.127Z Compiling darling v0.21.3
16042026-03-24T19:35:53.237Z Compiling serde_urlencoded v0.7.1
16052026-03-24T19:35:53.260Z Compiling num-iter v0.1.45
16062026-03-24T19:35:53.371Z Compiling group v0.13.0
16072026-03-24T19:35:53.570Z Compiling rand v0.8.5
16082026-03-24T19:35:53.590Z Compiling oxnet v0.1.4
16092026-03-24T19:35:53.610Z Compiling derive_builder v0.20.2
16102026-03-24T19:35:53.888Z Compiling proc-macro-error v1.0.4
16112026-03-24T19:35:54.071Z Compiling tokio-native-tls v0.3.1
16122026-03-24T19:35:54.300Z Compiling goblin v0.8.2
16132026-03-24T19:35:54.373Z Compiling heck v0.4.1
16142026-03-24T19:35:55.006Z Compiling phf_shared v0.13.1
16152026-03-24T19:35:55.063Z Compiling hubpack_derive v0.1.1
16162026-03-24T19:35:55.121Z Compiling regex v1.12.3
16172026-03-24T19:35:55.328Z Compiling flate2 v1.1.9
16182026-03-24T19:35:55.556Z Compiling lazy_static v1.5.0
16192026-03-24T19:35:55.622Z Compiling cargo-platform v0.1.9
16202026-03-24T19:35:55.671Z Compiling hkdf v0.12.4
16212026-03-24T19:35:55.730Z Compiling crypto-bigint v0.5.5
16222026-03-24T19:35:55.737Z Compiling ref-cast-impl v1.0.25
16232026-03-24T19:35:55.877Z Compiling curve25519-dalek-derive v0.1.1
16242026-03-24T19:35:55.898Z Compiling daft-derive v0.1.5
16252026-03-24T19:35:55.957Z Compiling async-trait v0.1.89
16262026-03-24T19:35:56.454Z Compiling strum_macros v0.27.2
16272026-03-24T19:35:56.717Z Compiling terminal_size v0.4.3
16282026-03-24T19:35:56.837Z Compiling vergen v9.0.6
16292026-03-24T19:35:56.887Z Compiling fs-err v3.3.0
16302026-03-24T19:35:57.062Z Compiling ahash v0.8.12
16312026-03-24T19:35:57.122Z Compiling winnow v0.5.40
16322026-03-24T19:35:57.313Z Compiling libbz2-rs-sys v0.2.2
16332026-03-24T19:35:57.387Z Compiling foldhash v0.1.5
16342026-03-24T19:35:57.607Z Compiling managed v0.8.0
16352026-03-24T19:35:57.929Z Compiling bitflags v1.3.2
16362026-03-24T19:35:58.026Z Compiling bumpalo v3.20.2
16372026-03-24T19:35:58.290Z Compiling object v0.37.3
16382026-03-24T19:35:58.359Z Compiling zopfli v0.8.3
16392026-03-24T19:35:58.673Z Compiling bzip2 v0.6.1
16402026-03-24T19:35:58.937Z Compiling toml_edit v0.19.15
16412026-03-24T19:35:59.108Z Compiling hashbrown v0.15.5
16422026-03-24T19:35:59.176Z Compiling console v0.16.2
16432026-03-24T19:35:59.208Z Compiling strum v0.27.2
16442026-03-24T19:35:59.320Z Compiling dof v0.3.0
16452026-03-24T19:35:59.366Z Compiling clap_builder v4.5.60
16462026-03-24T19:35:59.835Z Compiling elliptic-curve v0.13.8
16472026-03-24T19:35:59.900Z Compiling daft v0.1.5
16482026-03-24T19:36:00.289Z Compiling cargo_metadata v0.19.2
16492026-03-24T19:36:00.381Z Compiling hubpack v0.1.2
16502026-03-24T19:36:00.665Z Compiling phf v0.13.1
16512026-03-24T19:36:01.370Z Compiling signal-hook-mio v0.2.5
16522026-03-24T19:36:01.512Z Compiling zone_cfg_derive v0.3.1
16532026-03-24T19:36:02.143Z Compiling cookie_store v0.22.1
16542026-03-24T19:36:02.345Z Compiling rayon v1.11.0
16552026-03-24T19:36:02.658Z Compiling zstd v0.13.3
16562026-03-24T19:36:02.779Z Compiling hyper-tls v0.6.0
16572026-03-24T19:36:03.043Z Compiling bzip2 v0.4.4
16582026-03-24T19:36:03.083Z Compiling serde_with_macros v3.17.0
16592026-03-24T19:36:03.195Z Compiling postgres-types v0.2.12
16602026-03-24T19:36:03.609Z Compiling usdt-attr-macro v0.6.0
16612026-03-24T19:36:03.857Z Compiling usdt-macro v0.6.0
16622026-03-24T19:36:03.978Z Compiling ed25519 v2.2.3
16632026-03-24T19:36:04.632Z Compiling dtrace-parser v0.2.0
16642026-03-24T19:36:04.655Z Compiling itertools v0.12.1
16652026-03-24T19:36:04.828Z Compiling phf_shared v0.11.3
16662026-03-24T19:36:04.847Z Compiling bstr v1.12.1
16672026-03-24T19:36:04.906Z Compiling pkcs1 v0.7.5
16682026-03-24T19:36:05.072Z Compiling serde-big-array v0.5.1
16692026-03-24T19:36:05.119Z Compiling hex v0.4.3
16702026-03-24T19:36:05.251Z Compiling rfc6979 v0.4.0
16712026-03-24T19:36:05.414Z Compiling serde_repr v0.1.20
16722026-03-24T19:36:05.448Z Compiling clap_derive v4.5.55
16732026-03-24T19:36:05.469Z Compiling enum-as-inner v0.6.1
16742026-03-24T19:36:05.688Z Compiling strum_macros v0.26.4
16752026-03-24T19:36:05.719Z Compiling float-cmp v0.10.0
16762026-03-24T19:36:05.905Z Compiling thread-id v4.2.2
16772026-03-24T19:36:06.013Z Compiling memmap2 v0.9.10
16782026-03-24T19:36:06.094Z Compiling env_filter v1.0.0
16792026-03-24T19:36:06.122Z Compiling encoding_rs v0.8.35
16802026-03-24T19:36:06.296Z Compiling static_assertions v1.1.0
16812026-03-24T19:36:06.315Z Compiling mime v0.3.17
16822026-03-24T19:36:06.392Z Compiling unit-prefix v0.5.2
16832026-03-24T19:36:06.492Z Compiling keccak v0.1.6
16842026-03-24T19:36:06.579Z Compiling normalize-line-endings v0.3.0
16852026-03-24T19:36:06.653Z Compiling difflib v0.4.0
16862026-03-24T19:36:06.701Z Compiling whoami v2.1.0
16872026-03-24T19:36:07.192Z Compiling data-encoding v2.10.0
16882026-03-24T19:36:07.417Z Compiling precomputed-hash v0.1.1
16892026-03-24T19:36:07.532Z Compiling fixedbitset v0.5.7
16902026-03-24T19:36:07.603Z Compiling new_debug_unreachable v1.0.6
16912026-03-24T19:36:07.696Z Compiling jiff v0.2.21
16922026-03-24T19:36:07.757Z Compiling predicates-core v1.0.10
16932026-03-24T19:36:07.863Z Compiling fixedbitset v0.4.2
16942026-03-24T19:36:07.977Z Compiling rustc-hash v2.1.1
16952026-03-24T19:36:07.997Z Compiling predicates v3.1.4
16962026-03-24T19:36:08.115Z Compiling strum v0.26.3
16972026-03-24T19:36:08.139Z Compiling petgraph v0.6.5
16982026-03-24T19:36:08.161Z Compiling iddqd v0.3.17
16992026-03-24T19:36:08.201Z Compiling clap v4.5.60
17002026-03-24T19:36:08.222Z Compiling petgraph v0.8.3
17012026-03-24T19:36:08.254Z Compiling string_cache v0.8.9
17022026-03-24T19:36:08.304Z Compiling hickory-proto v0.25.2
17032026-03-24T19:36:08.552Z Compiling tokio-postgres v0.7.16
17042026-03-24T19:36:08.894Z Compiling sha3 v0.10.8
17052026-03-24T19:36:09.484Z Compiling indicatif v0.18.4
17062026-03-24T19:36:09.691Z Compiling toml_edit v0.22.27
17072026-03-24T19:36:10.152Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17082026-03-24T19:36:10.646Z Compiling env_logger v0.11.9
17092026-03-24T19:36:10.849Z Compiling usdt v0.6.0
17102026-03-24T19:36:11.125Z Compiling zone v0.3.1
17112026-03-24T19:36:11.185Z Compiling usdt-impl v0.5.0
17122026-03-24T19:36:11.509Z Compiling zip v4.6.1
17132026-03-24T19:36:11.958Z Compiling serde_with v3.17.0
17142026-03-24T19:36:12.037Z Compiling similar v2.7.0
17152026-03-24T19:36:12.812Z Compiling ecdsa v0.16.9
17162026-03-24T19:36:13.248Z Compiling rsa v0.9.10
17172026-03-24T19:36:13.337Z Compiling crossterm v0.28.1
17182026-03-24T19:36:13.574Z Compiling ed25519-dalek v2.2.0
17192026-03-24T19:36:13.628Z Compiling zip v0.6.6
17202026-03-24T19:36:14.384Z Compiling toml v0.7.8
17212026-03-24T19:36:14.967Z Compiling toml_parser v1.0.9+spec-1.1.0
17222026-03-24T19:36:15.137Z Compiling itertools v0.13.0
17232026-03-24T19:36:15.155Z Compiling tokio-stream v0.1.18
17242026-03-24T19:36:15.244Z Compiling buf-list v1.1.2
17252026-03-24T19:36:15.609Z Compiling x509-cert v0.2.5
17262026-03-24T19:36:15.764Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17272026-03-24T19:36:15.831Z Compiling openapiv3 v2.2.0
17282026-03-24T19:36:15.981Z Compiling sha1 v0.10.6
17292026-03-24T19:36:16.159Z Compiling toml_datetime v0.7.5+spec-1.1.0
17302026-03-24T19:36:16.239Z Compiling peg-runtime v0.8.5
17312026-03-24T19:36:16.544Z Compiling lalrpop-util v0.19.12
17322026-03-24T19:36:16.609Z Compiling thread_local v1.1.9
17332026-03-24T19:36:16.790Z Compiling slog-async v2.8.0
17342026-03-24T19:36:16.820Z Compiling crossbeam-channel v0.5.15
17352026-03-24T19:36:16.936Z Compiling futures-executor v0.3.32
17362026-03-24T19:36:17.193Z Compiling filetime v0.2.27
17372026-03-24T19:36:17.271Z Compiling is-terminal v0.4.17
17382026-03-24T19:36:17.393Z Compiling xattr v1.6.1
17392026-03-24T19:36:17.415Z Compiling term v1.2.1
17402026-03-24T19:36:17.437Z Compiling take_mut v0.2.2
17412026-03-24T19:36:17.441Z Compiling futures v0.3.32
17422026-03-24T19:36:17.581Z Compiling tar v0.4.44
17432026-03-24T19:36:17.908Z Compiling slog-term v2.9.2
17442026-03-24T19:36:24.503Z Compiling rustls-webpki v0.103.9
17452026-03-24T19:36:28.561Z Compiling tokio-rustls v0.26.4
17462026-03-24T19:36:28.561Z Compiling rustls-platform-verifier v0.6.2
17472026-03-24T19:36:28.818Z Compiling hyper-rustls v0.27.7
17482026-03-24T19:36:29.079Z Compiling reqwest v0.13.2
17492026-03-24T19:36:29.079Z Compiling reqwest v0.12.28
17502026-03-24T19:36:32.051Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17512026-03-24T19:36:32.330Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17522026-03-24T19:36:36.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
17532026-03-24T19:36:36.357Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17542026-03-24T19:36:36.417ZMar 24 19:36:35.653 INFO Starting download, target: Clickhouse
17552026-03-24T19:36:36.417ZMar 24 19:36:35.654 INFO Starting download, target: DendriteStub
17562026-03-24T19:36:36.417ZMar 24 19:36:35.654 INFO Starting download, target: Console
17572026-03-24T19:36:36.423ZMar 24 19:36:35.654 INFO Starting download, target: MaghemiteMgd
17582026-03-24T19:36:36.423ZMar 24 19:36:35.654 INFO Starting download, target: Cockroach
17592026-03-24T19:36:36.423ZMar 24 19:36:35.654 INFO Starting download, target: TransceiverControl
17602026-03-24T19:36:36.423ZMar 24 19:36:35.654 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17612026-03-24T19:36:36.423ZMar 24 19:36:35.654 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17622026-03-24T19:36:36.423ZMar 24 19:36:35.654 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17632026-03-24T19:36:36.423ZMar 24 19:36:35.654 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17642026-03-24T19:36:36.423ZMar 24 19:36:35.654 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17652026-03-24T19:36:36.423ZMar 24 19:36:35.654 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17662026-03-24T19:36:37.097ZMar 24 19:36:36.305 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17672026-03-24T19:36:37.417ZMar 24 19:36:36.640 INFO Download complete, target: TransceiverControl
17682026-03-24T19:36:37.484ZMar 24 19:36:36.694 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17692026-03-24T19:36:37.861ZMar 24 19:36:37.081 INFO Download complete, target: Console
17702026-03-24T19:36:38.360ZMar 24 19:36:37.585 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17712026-03-24T19:36:38.781ZMar 24 19:36:38.011 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17722026-03-24T19:36:38.850ZMar 24 19:36:38.084 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17732026-03-24T19:36:39.466ZMar 24 19:36:38.701 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17742026-03-24T19:36:39.467ZMar 24 19:36:38.701 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17752026-03-24T19:36:41.949ZMar 24 19:36:41.181 INFO Download complete, target: DendriteStub
17762026-03-24T19:36:42.503ZMar 24 19:36:41.738 INFO Download complete, target: MaghemiteMgd
17772026-03-24T19:36:47.132ZMar 24 19:36:46.364 INFO Checking that binary works, target: Cockroach
17782026-03-24T19:36:47.244ZMar 24 19:36:46.475 INFO Download complete, target: Cockroach
17792026-03-24T19:36:50.029ZMar 24 19:36:49.253 INFO Checking that binary works, target: Clickhouse
17802026-03-24T19:36:50.260ZMar 24 19:36:49.491 INFO Download complete, target: Clickhouse
17812026-03-24T19:36:50.277ZAll builder prerequisites installed successfully, and PATH looks valid
17822026-03-24T19:36:50.282Z
17832026-03-24T19:36:50.282Zreal 4:04.348666398
17842026-03-24T19:36:50.283Zuser 10:23.345516387
17852026-03-24T19:36:50.283Zsys 1:49.493294888
17862026-03-24T19:36:50.283Ztrap 0.312905574
17872026-03-24T19:36:50.283Ztflt 0.642503688
17882026-03-24T19:36:50.283Zdflt 0.778115236
17892026-03-24T19:36:50.283Zkflt 0.092001463
17902026-03-24T19:36:50.283Zlock 30:36.935640489
17912026-03-24T19:36:50.283Zslp 29:14.669788987
17922026-03-24T19:36:50.283Zlat 55.036708510
17932026-03-24T19:36:50.283Zstop 2:45.352257939
17942026-03-24T19:36:50.283Z+ banner hack-check
17952026-03-24T19:36:50.283Z
17962026-03-24T19:36:50.283Z # # ## #### # # #### # # ###### #### # #
17972026-03-24T19:36:50.283Z # # # # # # # # # # # # # # # # #
17982026-03-24T19:36:50.283Z ###### # # # #### ##### # ###### ##### # ####
17992026-03-24T19:36:50.283Z # # ###### # # # # # # # # # #
18002026-03-24T19:36:50.283Z # # # # # # # # # # # # # # # # #
18012026-03-24T19:36:50.283Z # # # # #### # # #### # # ###### #### # #
18022026-03-24T19:36:50.283Z
18032026-03-24T19:36:50.283Z+ export CARGO_INCREMENTAL=0
18042026-03-24T19:36:50.283Z+ CARGO_INCREMENTAL=0
18052026-03-24T19:36:50.283Z+ ptime -m timeout 2h cargo xtask check-features --ci
18062026-03-24T19:36:51.003Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18072026-03-24T19:36:51.285Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18082026-03-24T19:36:53.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s
18092026-03-24T19:36:53.904Z Running `target/debug/xtask check-features --ci`
18102026-03-24T19:36:53.932Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18112026-03-24T19:36:53.938Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18122026-03-24T19:36:54.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
18132026-03-24T19:36:54.623Z Running `target/debug/xtask download cargo-hack`
18142026-03-24T19:36:55.723Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18152026-03-24T19:36:56.089Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18162026-03-24T19:36:59.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.70s
18172026-03-24T19:36:59.663Z Running `target/debug/xtask-downloader cargo-hack`
18182026-03-24T19:36:59.811ZMar 24 19:36:58.826 INFO Starting download, target: CargoHack
18192026-03-24T19:36:59.811ZMar 24 19:36:58.826 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18202026-03-24T19:37:00.032ZMar 24 19:36:59.242 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18212026-03-24T19:37:00.109ZMar 24 19:36:59.322 INFO Download complete, target: CargoHack
18222026-03-24T19:37:00.130Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18232026-03-24T19:37:00.131Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18242026-03-24T19:37:00.330Zinfo: running `cargo check --bins` on api_identity (1/267)
18252026-03-24T19:37:03.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262026-03-24T19:37:03.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272026-03-24T19:37:03.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282026-03-24T19:37:03.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
18292026-03-24T19:37:03.825Z
18302026-03-24T19:37:03.825Zinfo: running `cargo check --bins` on bootstore (2/267)
18312026-03-24T19:37:03.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322026-03-24T19:37:03.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332026-03-24T19:37:03.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342026-03-24T19:37:03.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
18352026-03-24T19:37:03.826Z
18362026-03-24T19:37:03.826Zinfo: running `cargo check --bins` on omicron-ledger (3/267)
18372026-03-24T19:37:03.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382026-03-24T19:37:03.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392026-03-24T19:37:03.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402026-03-24T19:37:03.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
18412026-03-24T19:37:03.826Z
18422026-03-24T19:37:03.826Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/267)
18432026-03-24T19:37:03.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-03-24T19:37:03.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-03-24T19:37:03.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-03-24T19:37:03.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
18472026-03-24T19:37:03.867Z
18482026-03-24T19:37:03.867Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/267)
18492026-03-24T19:37:04.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-03-24T19:37:04.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-03-24T19:37:04.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-03-24T19:37:04.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
18532026-03-24T19:37:04.250Z
18542026-03-24T19:37:04.250Zinfo: running `cargo check --bins` on omicron-certificates (6/267)
18552026-03-24T19:37:04.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-03-24T19:37:04.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-03-24T19:37:04.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-03-24T19:37:04.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
18592026-03-24T19:37:05.071Z
18602026-03-24T19:37:05.072Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/267)
18612026-03-24T19:37:05.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-03-24T19:37:05.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-03-24T19:37:05.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-03-24T19:37:05.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
18652026-03-24T19:37:05.857Z
18662026-03-24T19:37:05.857Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/267)
18672026-03-24T19:37:06.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-03-24T19:37:06.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-03-24T19:37:06.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-03-24T19:37:06.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
18712026-03-24T19:37:06.674Z
18722026-03-24T19:37:06.674Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/267)
18732026-03-24T19:37:07.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-03-24T19:37:07.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-03-24T19:37:07.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-03-24T19:37:07.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
18772026-03-24T19:37:07.292Z
18782026-03-24T19:37:07.292Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/267)
18792026-03-24T19:37:07.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-03-24T19:37:07.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-03-24T19:37:07.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-03-24T19:37:07.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
18832026-03-24T19:37:07.949Z
18842026-03-24T19:37:07.949Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/267)
18852026-03-24T19:37:08.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-03-24T19:37:08.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-03-24T19:37:08.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-03-24T19:37:08.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
18892026-03-24T19:37:08.549Z
18902026-03-24T19:37:08.550Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/267)
18912026-03-24T19:37:09.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-03-24T19:37:09.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-03-24T19:37:09.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-03-24T19:37:09.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
18952026-03-24T19:37:09.179Z
18962026-03-24T19:37:09.179Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/267)
18972026-03-24T19:37:09.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-03-24T19:37:09.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-03-24T19:37:09.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-03-24T19:37:09.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19012026-03-24T19:37:09.819Z
19022026-03-24T19:37:09.819Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/267)
19032026-03-24T19:37:10.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-03-24T19:37:10.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-03-24T19:37:10.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-03-24T19:37:10.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19072026-03-24T19:37:10.443Z
19082026-03-24T19:37:10.443Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/267)
19092026-03-24T19:37:11.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-03-24T19:37:11.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-03-24T19:37:11.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-03-24T19:37:11.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19132026-03-24T19:37:11.074Z
19142026-03-24T19:37:11.074Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/267)
19152026-03-24T19:37:11.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-03-24T19:37:11.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-03-24T19:37:11.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-03-24T19:37:11.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19192026-03-24T19:37:11.709Z
19202026-03-24T19:37:11.709Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/267)
19212026-03-24T19:37:12.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-03-24T19:37:12.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-03-24T19:37:12.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-03-24T19:37:12.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19252026-03-24T19:37:12.335Z
19262026-03-24T19:37:12.335Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/267)
19272026-03-24T19:37:12.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-03-24T19:37:12.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-03-24T19:37:12.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-03-24T19:37:12.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19312026-03-24T19:37:12.962Z
19322026-03-24T19:37:12.962Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/267)
19332026-03-24T19:37:13.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-03-24T19:37:13.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-03-24T19:37:13.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-03-24T19:37:13.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19372026-03-24T19:37:13.590Z
19382026-03-24T19:37:13.590Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/267)
19392026-03-24T19:37:14.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-03-24T19:37:14.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-03-24T19:37:14.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-03-24T19:37:14.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19432026-03-24T19:37:14.222Z
19442026-03-24T19:37:14.222Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/267)
19452026-03-24T19:37:14.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-03-24T19:37:14.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-03-24T19:37:14.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-03-24T19:37:14.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19492026-03-24T19:37:14.859Z
19502026-03-24T19:37:14.859Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/267)
19512026-03-24T19:37:15.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-03-24T19:37:15.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-03-24T19:37:15.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-03-24T19:37:15.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19552026-03-24T19:37:15.498Z
19562026-03-24T19:37:15.498Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/267)
19572026-03-24T19:37:16.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-03-24T19:37:16.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-03-24T19:37:16.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-03-24T19:37:16.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19612026-03-24T19:37:16.137Z
19622026-03-24T19:37:16.137Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/267)
19632026-03-24T19:37:16.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-03-24T19:37:16.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-03-24T19:37:16.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-03-24T19:37:16.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19672026-03-24T19:37:16.770Z
19682026-03-24T19:37:16.770Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/267)
19692026-03-24T19:37:17.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-03-24T19:37:17.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-03-24T19:37:17.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-03-24T19:37:17.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19732026-03-24T19:37:17.400Z
19742026-03-24T19:37:17.400Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/267)
19752026-03-24T19:37:17.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-03-24T19:37:17.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-03-24T19:37:17.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-03-24T19:37:17.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19792026-03-24T19:37:18.033Z
19802026-03-24T19:37:18.033Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/267)
19812026-03-24T19:37:18.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-03-24T19:37:18.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-03-24T19:37:18.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-03-24T19:37:18.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19852026-03-24T19:37:18.663Z
19862026-03-24T19:37:18.664Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/267)
19872026-03-24T19:37:19.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-03-24T19:37:19.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-03-24T19:37:19.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-03-24T19:37:19.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19912026-03-24T19:37:19.296Z
19922026-03-24T19:37:19.297Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/267)
19932026-03-24T19:37:19.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-03-24T19:37:19.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-03-24T19:37:19.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-03-24T19:37:19.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19972026-03-24T19:37:19.932Z
19982026-03-24T19:37:19.932Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/267)
19992026-03-24T19:37:20.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-03-24T19:37:20.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-03-24T19:37:20.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-03-24T19:37:20.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20032026-03-24T19:37:20.563Z
20042026-03-24T19:37:20.564Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/267)
20052026-03-24T19:37:21.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-03-24T19:37:21.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-03-24T19:37:21.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-03-24T19:37:21.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20092026-03-24T19:37:21.195Z
20102026-03-24T19:37:21.195Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/267)
20112026-03-24T19:37:21.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-03-24T19:37:21.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-03-24T19:37:21.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-03-24T19:37:21.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20152026-03-24T19:37:21.822Z
20162026-03-24T19:37:21.822Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/267)
20172026-03-24T19:37:22.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-03-24T19:37:22.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-03-24T19:37:22.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-03-24T19:37:22.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20212026-03-24T19:37:22.449Z
20222026-03-24T19:37:22.449Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/267)
20232026-03-24T19:37:23.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-03-24T19:37:23.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-03-24T19:37:23.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-03-24T19:37:23.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20272026-03-24T19:37:23.076Z
20282026-03-24T19:37:23.076Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/267)
20292026-03-24T19:37:23.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-03-24T19:37:23.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-03-24T19:37:23.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-03-24T19:37:23.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20332026-03-24T19:37:23.708Z
20342026-03-24T19:37:23.708Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/267)
20352026-03-24T19:37:24.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-03-24T19:37:24.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-03-24T19:37:24.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-03-24T19:37:24.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20392026-03-24T19:37:24.343Z
20402026-03-24T19:37:24.343Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/267)
20412026-03-24T19:37:24.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-03-24T19:37:24.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-03-24T19:37:24.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-03-24T19:37:24.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20452026-03-24T19:37:24.980Z
20462026-03-24T19:37:24.980Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/267)
20472026-03-24T19:37:25.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-03-24T19:37:25.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-03-24T19:37:25.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-03-24T19:37:25.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20512026-03-24T19:37:25.606Z
20522026-03-24T19:37:25.606Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/267)
20532026-03-24T19:37:26.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-03-24T19:37:26.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-03-24T19:37:26.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-03-24T19:37:26.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20572026-03-24T19:37:26.240Z
20582026-03-24T19:37:26.241Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/267)
20592026-03-24T19:37:26.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-03-24T19:37:26.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-03-24T19:37:26.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-03-24T19:37:26.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20632026-03-24T19:37:26.874Z
20642026-03-24T19:37:26.874Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/267)
20652026-03-24T19:37:27.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-03-24T19:37:27.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-03-24T19:37:27.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-03-24T19:37:27.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20692026-03-24T19:37:27.506Z
20702026-03-24T19:37:27.507Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/267)
20712026-03-24T19:37:28.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-03-24T19:37:28.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-03-24T19:37:28.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-03-24T19:37:28.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20752026-03-24T19:37:28.138Z
20762026-03-24T19:37:28.138Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/267)
20772026-03-24T19:37:28.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-03-24T19:37:28.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-03-24T19:37:28.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-03-24T19:37:28.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20812026-03-24T19:37:28.770Z
20822026-03-24T19:37:28.770Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/267)
20832026-03-24T19:37:29.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-03-24T19:37:29.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-03-24T19:37:29.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-03-24T19:37:29.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20872026-03-24T19:37:29.401Z
20882026-03-24T19:37:29.402Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/267)
20892026-03-24T19:37:29.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-03-24T19:37:29.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-03-24T19:37:29.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-03-24T19:37:29.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20932026-03-24T19:37:30.037Z
20942026-03-24T19:37:30.037Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/267)
20952026-03-24T19:37:30.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-03-24T19:37:30.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-03-24T19:37:30.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-03-24T19:37:30.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20992026-03-24T19:37:30.676Z
21002026-03-24T19:37:30.677Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/267)
21012026-03-24T19:37:31.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-03-24T19:37:31.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-03-24T19:37:31.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-03-24T19:37:31.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21052026-03-24T19:37:31.312Z
21062026-03-24T19:37:31.312Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/267)
21072026-03-24T19:37:31.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-03-24T19:37:31.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-03-24T19:37:31.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-03-24T19:37:31.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21112026-03-24T19:37:31.942Z
21122026-03-24T19:37:31.942Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/267)
21132026-03-24T19:37:32.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-03-24T19:37:32.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-03-24T19:37:33.058Z Checking cfg-if v1.0.4
21162026-03-24T19:37:33.222Z Checking libc v0.2.180
21172026-03-24T19:37:33.228Z Checking serde_core v1.0.228
21182026-03-24T19:37:33.255Z Checking memchr v2.8.0
21192026-03-24T19:37:33.273Z Checking itoa v1.0.17
21202026-03-24T19:37:33.276Z Checking smallvec v1.15.1
21212026-03-24T19:37:33.311Z Checking log v0.4.29
21222026-03-24T19:37:33.311Z Checking zeroize v1.8.2
21232026-03-24T19:37:33.349Z Checking stable_deref_trait v1.2.1
21242026-03-24T19:37:33.447Z Checking zerofrom v0.1.6
21252026-03-24T19:37:33.477Z Checking zmij v1.0.21
21262026-03-24T19:37:33.509Z Checking percent-encoding v2.3.2
21272026-03-24T19:37:33.530Z Checking litemap v0.8.1
21282026-03-24T19:37:33.533Z Checking writeable v0.6.2
21292026-03-24T19:37:33.591Z Checking yoke v0.8.1
21302026-03-24T19:37:33.680Z Checking libm v0.2.16
21312026-03-24T19:37:33.747Z Checking scopeguard v1.2.0
21322026-03-24T19:37:33.767Z Checking icu_properties_data v2.1.2
21332026-03-24T19:37:33.770Z Checking icu_normalizer_data v2.1.1
21342026-03-24T19:37:33.809Z Checking zerovec v0.11.5
21352026-03-24T19:37:33.810Z Checking zerotrie v0.2.3
21362026-03-24T19:37:33.828Z Checking getrandom v0.2.17
21372026-03-24T19:37:33.873Z Checking errno v0.3.14
21382026-03-24T19:37:33.876Z Checking lock_api v0.4.14
21392026-03-24T19:37:33.932Z Checking subtle v2.6.1
21402026-03-24T19:37:34.022Z Checking utf8_iter v1.0.4
21412026-03-24T19:37:34.041Z Checking rand_core v0.6.4
21422026-03-24T19:37:34.130Z Checking form_urlencoded v1.2.2
21432026-03-24T19:37:34.152Z Checking rand_core v0.10.0
21442026-03-24T19:37:34.171Z Checking pin-project-lite v0.2.17
21452026-03-24T19:37:34.192Z Checking typenum v1.19.0
21462026-03-24T19:37:34.264Z Checking portable-atomic v1.13.1
21472026-03-24T19:37:34.286Z Checking critical-section v1.2.0
21482026-03-24T19:37:34.307Z Checking iana-time-zone v0.1.65
21492026-03-24T19:37:34.329Z Checking getrandom v0.4.1
21502026-03-24T19:37:34.404Z Checking tinystr v0.8.2
21512026-03-24T19:37:34.423Z Checking potential_utf v0.1.4
21522026-03-24T19:37:34.443Z Checking signal-hook-registry v1.4.8
21532026-03-24T19:37:34.520Z Checking parking_lot_core v0.9.12
21542026-03-24T19:37:34.593Z Checking icu_collections v2.1.1
21552026-03-24T19:37:34.641Z Checking icu_locale_core v2.1.1
21562026-03-24T19:37:34.663Z Checking num-traits v0.2.19
21572026-03-24T19:37:34.682Z Checking mio v1.1.1
21582026-03-24T19:37:34.768Z Checking parking_lot v0.12.5
21592026-03-24T19:37:34.856Z Checking once_cell v1.21.3
21602026-03-24T19:37:34.930Z Checking generic-array v0.14.7
21612026-03-24T19:37:34.996Z Checking socket2 v0.6.2
21622026-03-24T19:37:35.019Z Checking zerocopy v0.8.40
21632026-03-24T19:37:35.079Z Checking futures-core v0.3.32
21642026-03-24T19:37:35.100Z Checking dyn-clone v1.0.20
21652026-03-24T19:37:35.229Z Checking allocator-api2 v0.2.21
21662026-03-24T19:37:35.249Z Checking equivalent v1.0.2
21672026-03-24T19:37:35.318Z Checking foldhash v0.2.0
21682026-03-24T19:37:35.353Z Checking const-oid v0.9.6
21692026-03-24T19:37:35.394Z Checking serde v1.0.228
21702026-03-24T19:37:35.397Z Checking serde_json v1.0.149
21712026-03-24T19:37:35.449Z Checking icu_provider v2.1.1
21722026-03-24T19:37:35.511Z Checking bitflags v2.11.0
21732026-03-24T19:37:35.566Z Checking crypto-common v0.1.7
21742026-03-24T19:37:35.610Z Checking uuid v1.21.0
21752026-03-24T19:37:35.721Z Checking semver v1.0.27
21762026-03-24T19:37:35.741Z Checking hashbrown v0.16.1
21772026-03-24T19:37:35.761Z Checking icu_normalizer v2.1.1
21782026-03-24T19:37:35.957Z Checking bytes v1.11.1
21792026-03-24T19:37:35.998Z Checking icu_properties v2.1.2
21802026-03-24T19:37:36.029Z Checking chrono v0.4.44
21812026-03-24T19:37:36.158Z Checking futures-sink v0.3.32
21822026-03-24T19:37:36.287Z Checking futures-channel v0.3.32
21832026-03-24T19:37:36.361Z Checking block-buffer v0.10.4
21842026-03-24T19:37:36.379Z Checking slab v0.4.12
21852026-03-24T19:37:36.422Z Checking futures-task v0.3.32
21862026-03-24T19:37:36.534Z Checking futures-io v0.3.32
21872026-03-24T19:37:36.539Z Checking digest v0.10.7
21882026-03-24T19:37:36.574Z Checking tokio v1.49.0
21892026-03-24T19:37:36.596Z Checking thiserror v2.0.18
21902026-03-24T19:37:36.615Z Checking byteorder v1.5.0
21912026-03-24T19:37:36.677Z Checking futures-util v0.3.32
21922026-03-24T19:37:36.721Z Checking base64 v0.22.1
21932026-03-24T19:37:36.808Z Checking indexmap v2.13.0
21942026-03-24T19:37:36.887Z Checking cpufeatures v0.2.17
21952026-03-24T19:37:36.976Z Checking http v1.4.0
21962026-03-24T19:37:37.035Z Checking fnv v1.0.7
21972026-03-24T19:37:37.153Z Checking idna_adapter v1.2.1
21982026-03-24T19:37:37.156Z Checking unicode-ident v1.0.24
21992026-03-24T19:37:37.200Z Checking tracing-core v0.1.36
22002026-03-24T19:37:37.302Z Checking idna v1.1.0
22012026-03-24T19:37:37.325Z Checking proc-macro2 v1.0.106
22022026-03-24T19:37:37.578Z Checking thiserror v1.0.69
22032026-03-24T19:37:37.610Z Checking tracing v0.1.44
22042026-03-24T19:37:37.629Z Checking url v2.5.8
22052026-03-24T19:37:37.705Z Checking rustls-pki-types v1.14.0
22062026-03-24T19:37:37.747Z Checking regex-syntax v0.8.10
22072026-03-24T19:37:37.767Z Checking quote v1.0.44
22082026-03-24T19:37:37.879Z Checking untrusted v0.9.0
22092026-03-24T19:37:37.995Z Checking syn v2.0.117
22102026-03-24T19:37:38.015Z Checking ring v0.17.14
22112026-03-24T19:37:38.119Z Checking ipnet v2.11.0
22122026-03-24T19:37:38.198Z Checking schemars v0.8.22
22132026-03-24T19:37:38.436Z Checking httparse v1.10.1
22142026-03-24T19:37:38.707Z Checking http-body v1.0.1
22152026-03-24T19:37:38.879Z Checking rustix v1.1.3
22162026-03-24T19:37:39.019Z Checking ppv-lite86 v0.2.21
22172026-03-24T19:37:39.084Z Checking block-padding v0.3.3
22182026-03-24T19:37:39.255Z Checking getrandom v0.3.4
22192026-03-24T19:37:39.341Z Checking atomic-waker v1.1.2
22202026-03-24T19:37:39.364Z Checking inout v0.1.4
22212026-03-24T19:37:39.426Z Checking hmac v0.12.1
22222026-03-24T19:37:39.447Z Checking aws-lc-sys v0.37.1
22232026-03-24T19:37:39.469Z Checking aho-corasick v1.1.4
22242026-03-24T19:37:39.544Z Checking httpdate v1.0.3
22252026-03-24T19:37:39.576Z Checking untrusted v0.7.1
22262026-03-24T19:37:39.600Z Checking try-lock v0.2.5
22272026-03-24T19:37:39.723Z Checking openssl-probe v0.2.1
22282026-03-24T19:37:39.729Z Checking tower-service v0.3.3
22292026-03-24T19:37:39.763Z Checking tower-layer v0.3.3
22302026-03-24T19:37:39.856Z Checking powerfmt v0.2.0
22312026-03-24T19:37:39.877Z Checking want v0.3.1
22322026-03-24T19:37:39.958Z Checking cipher v0.4.4
22332026-03-24T19:37:40.034Z Checking rand_core v0.9.5
22342026-03-24T19:37:40.059Z Checking deranged v0.5.8
22352026-03-24T19:37:40.084Z Checking time-core v0.1.8
22362026-03-24T19:37:40.188Z Checking aws-lc-rs v1.16.0
22372026-03-24T19:37:40.231Z Checking pin-utils v0.1.0
22382026-03-24T19:37:40.264Z Checking base64ct v1.8.3
22392026-03-24T19:37:40.268Z Checking num-conv v0.2.0
22402026-03-24T19:37:40.320Z Checking num_threads v0.1.7
22412026-03-24T19:37:40.397Z Checking regex-automata v0.4.14
22422026-03-24T19:37:40.424Z Checking sha2 v0.10.9
22432026-03-24T19:37:40.443Z Checking erased-serde v0.3.31
22442026-03-24T19:37:40.597Z Checking pretty-hex v0.4.1
22452026-03-24T19:37:40.751Z Checking rand_chacha v0.9.0
22462026-03-24T19:37:40.783Z Checking ryu v1.0.23
22472026-03-24T19:37:40.904Z Checking tokio-util v0.7.18
22482026-03-24T19:37:40.957Z Checking fastrand v2.3.0
22492026-03-24T19:37:41.010Z Checking slog v2.8.2
22502026-03-24T19:37:41.013Z Checking rand v0.9.2
22512026-03-24T19:37:41.198Z Checking pem-rfc7468 v0.7.0
22522026-03-24T19:37:41.275Z Checking rustls-native-certs v0.8.3
22532026-03-24T19:37:41.323Z Checking rustls-webpki v0.103.9
22542026-03-24T19:37:41.349Z Checking time v0.3.47
22552026-03-24T19:37:41.370Z Checking ipnetwork v0.21.1
22562026-03-24T19:37:41.404Z Checking http-body-util v0.1.3
22572026-03-24T19:37:42.439Z Checking sync_wrapper v1.0.2
22582026-03-24T19:37:42.442Z Checking spin v0.9.8
22592026-03-24T19:37:42.442Z Checking flagset v0.4.7
22602026-03-24T19:37:42.443Z Checking plain v0.2.3
22612026-03-24T19:37:42.443Z Checking tower v0.5.3
22622026-03-24T19:37:42.443Z Checking h2 v0.4.13
22632026-03-24T19:37:42.443Z Checking der v0.7.10
22642026-03-24T19:37:42.443Z Checking serde_urlencoded v0.7.1
22652026-03-24T19:37:42.443Z Checking rand_chacha v0.3.1
22662026-03-24T19:37:42.443Z Checking rustls v0.23.37
22672026-03-24T19:37:42.443Z Checking webpki-roots v1.0.6
22682026-03-24T19:37:42.443Z Checking iri-string v0.7.10
22692026-03-24T19:37:42.443Z Checking tinyvec_macros v0.1.1
22702026-03-24T19:37:42.443Z Checking ucd-trie v0.1.7
22712026-03-24T19:37:42.443Z Checking tinyvec v1.10.0
22722026-03-24T19:37:42.443Z Checking pest v2.8.6
22732026-03-24T19:37:42.732Z Checking rand v0.8.5
22742026-03-24T19:37:42.816Z Checking spki v0.7.3
22752026-03-24T19:37:42.910Z Checking tempfile v3.25.0
22762026-03-24T19:37:42.910Z Checking salsa20 v0.10.2
22772026-03-24T19:37:43.027Z Checking pbkdf2 v0.12.2
22782026-03-24T19:37:43.080Z Checking unicode-width v0.2.0
22792026-03-24T19:37:43.166Z Checking foreign-types-shared v0.1.1
22802026-03-24T19:37:43.191Z Checking scrypt v0.11.0
22812026-03-24T19:37:43.273Z Checking foreign-types v0.3.2
22822026-03-24T19:37:43.364Z Checking regex v1.12.3
22832026-03-24T19:37:43.384Z Checking cbc v0.1.2
22842026-03-24T19:37:43.407Z Checking aes v0.8.4
22852026-03-24T19:37:43.434Z Checking anyhow v1.0.102
22862026-03-24T19:37:43.547Z Checking openssl-sys v0.9.111
22872026-03-24T19:37:43.568Z Checking tower-http v0.6.8
22882026-03-24T19:37:43.695Z Checking crossbeam-utils v0.8.21
22892026-03-24T19:37:43.742Z Checking oxnet v0.1.4
22902026-03-24T19:37:43.892Z Checking mime v0.3.17
22912026-03-24T19:37:43.935Z Checking openapiv3 v2.2.0
22922026-03-24T19:37:43.955Z Checking pkcs5 v0.7.1
22932026-03-24T19:37:44.054Z Checking scroll v0.12.0
22942026-03-24T19:37:44.123Z Checking encoding_rs v0.8.35
22952026-03-24T19:37:44.149Z Checking data-encoding v2.10.0
22962026-03-24T19:37:44.227Z Checking openssl v0.10.75
22972026-03-24T19:37:44.295Z Checking pkcs8 v0.10.2
22982026-03-24T19:37:44.360Z Checking winnow v0.7.14
22992026-03-24T19:37:44.516Z Checking siphasher v1.0.2
23002026-03-24T19:37:44.541Z Checking goblin v0.8.2
23012026-03-24T19:37:44.735Z Checking lazy_static v1.5.0
23022026-03-24T19:37:44.852Z Checking zerocopy v0.7.35
23032026-03-24T19:37:45.145Z Checking tokio-rustls v0.26.4
23042026-03-24T19:37:45.344Z Checking hyper v1.8.1
23052026-03-24T19:37:45.432Z Checking wait-timeout v0.2.1
23062026-03-24T19:37:45.452Z Checking utf8parse v0.2.2
23072026-03-24T19:37:45.554Z Checking quick-error v1.2.3
23082026-03-24T19:37:45.579Z Checking anstyle v1.0.13
23092026-03-24T19:37:45.599Z Checking bit-vec v0.8.0
23102026-03-24T19:37:45.684Z Checking managed v0.8.0
23112026-03-24T19:37:45.731Z Checking either v1.15.0
23122026-03-24T19:37:45.820Z Checking bitflags v1.3.2
23132026-03-24T19:37:45.850Z Checking psl-types v2.0.11
23142026-03-24T19:37:45.913Z Checking bit-set v0.8.0
23152026-03-24T19:37:45.933Z Checking rusty-fork v0.3.1
23162026-03-24T19:37:45.980Z Checking anstyle-parse v0.2.7
23172026-03-24T19:37:45.999Z Checking publicsuffix v2.3.0
23182026-03-24T19:37:46.027Z Checking dtrace-parser v0.2.0
23192026-03-24T19:37:46.101Z Checking cookie v0.18.1
23202026-03-24T19:37:46.147Z Checking unicode-normalization v0.1.25
23212026-03-24T19:37:46.174Z Checking rand_xorshift v0.4.0
23222026-03-24T19:37:46.200Z Checking sha1 v0.10.6
23232026-03-24T19:37:46.326Z Checking hex v0.4.3
23242026-03-24T19:37:46.346Z Checking thread-id v4.2.2
23252026-03-24T19:37:46.403Z Checking unarray v0.1.4
23262026-03-24T19:37:46.423Z Checking anstyle-query v1.1.5
23272026-03-24T19:37:46.444Z Checking colorchoice v1.0.4
23282026-03-24T19:37:46.534Z Checking is_terminal_polyfill v1.70.2
23292026-03-24T19:37:46.555Z Checking proptest v1.10.0
23302026-03-24T19:37:46.558Z Checking hyper-util v0.1.20
23312026-03-24T19:37:46.595Z Checking cookie_store v0.22.1
23322026-03-24T19:37:46.623Z Checking rustls-platform-verifier v0.6.2
23332026-03-24T19:37:46.645Z Checking anstream v0.6.21
23342026-03-24T19:37:46.678Z Checking crossbeam-epoch v0.9.18
23352026-03-24T19:37:46.804Z Checking terminal_size v0.4.3
23362026-03-24T19:37:46.907Z Checking scroll v0.13.0
23372026-03-24T19:37:46.944Z Checking num-integer v0.1.46
23382026-03-24T19:37:46.976Z Checking simd-adler32 v0.3.8
23392026-03-24T19:37:47.021Z Checking crossbeam-deque v0.8.6
23402026-03-24T19:37:47.043Z Checking native-tls v0.2.18
23412026-03-24T19:37:47.183Z Checking dof v0.3.0
23422026-03-24T19:37:47.202Z Checking bstr v1.12.1
23432026-03-24T19:37:47.223Z Checking goblin v0.10.5
23442026-03-24T19:37:47.246Z Checking ref-cast v1.0.25
23452026-03-24T19:37:47.267Z Checking rustix v0.38.44
23462026-03-24T19:37:47.287Z Checking tokio-native-tls v0.3.1
23472026-03-24T19:37:47.370Z Checking camino v1.2.2
23482026-03-24T19:37:47.486Z Checking crc32fast v1.5.0
23492026-03-24T19:37:47.556Z Checking usdt-impl v0.5.0
23502026-03-24T19:37:47.667Z Checking signature v2.2.0
23512026-03-24T19:37:47.718Z Checking serde_spanned v0.6.9
23522026-03-24T19:37:47.741Z Checking toml_datetime v0.6.11
23532026-03-24T19:37:47.832Z Checking ff v0.13.1
23542026-03-24T19:37:47.875Z Checking unicode-properties v0.1.4
23552026-03-24T19:37:47.920Z Checking base16ct v0.2.0
23562026-03-24T19:37:47.973Z Checking adler2 v2.0.1
23572026-03-24T19:37:47.996Z Checking clap_lex v1.0.0
23582026-03-24T19:37:48.083Z Checking unicode-bidi v0.3.18
23592026-03-24T19:37:48.113Z Checking strsim v0.11.1
23602026-03-24T19:37:48.133Z Checking miniz_oxide v0.8.9
23612026-03-24T19:37:48.189Z Checking sec1 v0.7.3
23622026-03-24T19:37:48.231Z Checking hyper-rustls v0.27.7
23632026-03-24T19:37:48.316Z Checking hyper-tls v0.6.0
23642026-03-24T19:37:48.415Z Checking clap_builder v4.5.60
23652026-03-24T19:37:48.461Z Checking group v0.13.0
23662026-03-24T19:37:48.480Z Checking stringprep v0.1.5
23672026-03-24T19:37:48.501Z Checking reqwest v0.13.2
23682026-03-24T19:37:48.532Z Checking reqwest v0.12.28
23692026-03-24T19:37:48.601Z Checking num-iter v0.1.45
23702026-03-24T19:37:48.652Z Checking rayon-core v1.13.0
23712026-03-24T19:37:48.676Z Checking toml_parser v1.0.9+spec-1.1.0
23722026-03-24T19:37:48.743Z Checking dtrace-parser v0.3.0
23732026-03-24T19:37:49.054Z Checking hkdf v0.12.4
23742026-03-24T19:37:49.076Z Checking newtype-uuid v1.3.2
23752026-03-24T19:37:49.095Z Checking strum v0.26.3
23762026-03-24T19:37:49.116Z Checking zstd-sys v2.0.16+zstd.1.5.7
23772026-03-24T19:37:49.223Z Checking hash32 v0.2.1
23782026-03-24T19:37:49.243Z Checking md-5 v0.10.6
23792026-03-24T19:37:49.263Z Checking crypto-bigint v0.5.5
23802026-03-24T19:37:49.334Z Checking daft v0.1.5
23812026-03-24T19:37:49.415Z Checking toml_datetime v0.7.5+spec-1.1.0
23822026-03-24T19:37:49.440Z Checking thread-id v5.1.0
23832026-03-24T19:37:49.544Z Checking unicode-segmentation v1.12.0
23842026-03-24T19:37:49.646Z Checking fallible-iterator v0.2.0
23852026-03-24T19:37:49.667Z Checking zlib-rs v0.6.2
23862026-03-24T19:37:49.687Z Checking heapless v0.7.17
23872026-03-24T19:37:49.708Z Checking zstd-safe v7.2.4
23882026-03-24T19:37:49.931Z Checking rayon v1.11.0
23892026-03-24T19:37:49.974Z Checking itertools v0.12.1
23902026-03-24T19:37:50.019Z Checking postgres-protocol v0.6.10
23912026-03-24T19:37:50.118Z Checking clap v4.5.60
23922026-03-24T19:37:50.219Z Checking phf_shared v0.13.1
23932026-03-24T19:37:50.258Z Checking console v0.16.2
23942026-03-24T19:37:50.437Z Checking curve25519-dalek v4.1.3
23952026-03-24T19:37:50.471Z Checking dof v0.4.0
23962026-03-24T19:37:50.490Z Checking memoffset v0.9.1
23972026-03-24T19:37:50.592Z Checking bzip2-sys v0.1.13+1.0.8
23982026-03-24T19:37:50.611Z Checking elliptic-curve v0.13.8
23992026-03-24T19:37:50.653Z Checking signal-hook v0.3.18
24002026-03-24T19:37:50.698Z Checking memmap2 v0.9.10
24012026-03-24T19:37:50.885Z Checking flate2 v1.1.9
24022026-03-24T19:37:50.905Z Checking toml_write v0.1.2
24032026-03-24T19:37:50.925Z Checking bumpalo v3.20.2
24042026-03-24T19:37:51.018Z Checking unit-prefix v0.5.2
24052026-03-24T19:37:51.127Z Checking foldhash v0.1.5
24062026-03-24T19:37:51.175Z Checking fixedbitset v0.4.2
24072026-03-24T19:37:51.193Z Checking winnow v0.5.40
24082026-03-24T19:37:51.287Z Checking libbz2-rs-sys v0.2.2
24092026-03-24T19:37:51.308Z Checking hashbrown v0.15.5
24102026-03-24T19:37:51.330Z Checking usdt-impl v0.6.0
24112026-03-24T19:37:51.350Z Checking zone v0.3.1
24122026-03-24T19:37:51.371Z Checking petgraph v0.6.5
24132026-03-24T19:37:51.485Z Checking zopfli v0.8.3
24142026-03-24T19:37:51.688Z Checking usdt v0.6.0
24152026-03-24T19:37:51.805Z Checking bzip2 v0.6.1
24162026-03-24T19:37:51.824Z Checking toml_edit v0.22.27
24172026-03-24T19:37:51.894Z Checking signal-hook-mio v0.2.5
24182026-03-24T19:37:51.915Z Checking bzip2 v0.4.4
24192026-03-24T19:37:51.946Z Checking nix v0.31.1
24202026-03-24T19:37:51.949Z Checking indicatif v0.18.4
24212026-03-24T19:37:52.016Z Checking phf v0.13.1
24222026-03-24T19:37:52.037Z Checking postgres-types v0.2.12
24232026-03-24T19:37:52.126Z Checking smoltcp v0.9.1
24242026-03-24T19:37:52.211Z Checking similar v2.7.0
24252026-03-24T19:37:52.459Z Checking zstd v0.13.3
24262026-03-24T19:37:52.462Z Checking num-bigint-dig v0.8.6
24272026-03-24T19:37:52.706Z Checking ed25519 v2.2.3
24282026-03-24T19:37:52.725Z Checking phf_shared v0.11.3
24292026-03-24T19:37:52.774Z Checking toml_edit v0.19.15
24302026-03-24T19:37:52.918Z Checking pkcs1 v0.7.5
24312026-03-24T19:37:52.938Z Checking tokio-stream v0.1.18
24322026-03-24T19:37:52.942Z Checking strum v0.27.2
24332026-03-24T19:37:53.076Z Checking hubpack v0.1.2
24342026-03-24T19:37:53.112Z Checking rfc6979 v0.4.0
24352026-03-24T19:37:53.191Z Checking serde-big-array v0.5.1
24362026-03-24T19:37:53.307Z Checking float-cmp v0.10.0
24372026-03-24T19:37:53.324Z Checking env_filter v1.0.0
24382026-03-24T19:37:53.334Z Checking jiff v0.2.21
24392026-03-24T19:37:53.354Z Checking fixedbitset v0.5.7
24402026-03-24T19:37:53.373Z Checking rustc-hash v2.1.1
24412026-03-24T19:37:53.423Z Checking difflib v0.4.0
24422026-03-24T19:37:53.464Z Checking precomputed-hash v0.1.1
24432026-03-24T19:37:53.486Z Checking static_assertions v1.1.0
24442026-03-24T19:37:53.516Z Checking whoami v2.1.0
24452026-03-24T19:37:53.570Z Checking normalize-line-endings v0.3.0
24462026-03-24T19:37:53.590Z Checking predicates-core v1.0.10
24472026-03-24T19:37:53.610Z Checking keccak v0.1.6
24482026-03-24T19:37:53.630Z Checking new_debug_unreachable v1.0.6
24492026-03-24T19:37:53.653Z Checking rsa v0.9.10
24502026-03-24T19:37:53.681Z Checking petgraph v0.8.3
24512026-03-24T19:37:53.719Z Checking string_cache v0.8.9
24522026-03-24T19:37:53.745Z Checking predicates v3.1.4
24532026-03-24T19:37:53.773Z Checking tokio-postgres v0.7.16
24542026-03-24T19:37:53.827Z Checking sha3 v0.10.8
24552026-03-24T19:37:53.930Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24562026-03-24T19:37:54.095Z Checking iddqd v0.3.17
24572026-03-24T19:37:54.154Z Checking env_logger v0.11.9
24582026-03-24T19:37:54.214Z Checking toml v0.7.8
24592026-03-24T19:37:54.284Z Checking ecdsa v0.16.9
24602026-03-24T19:37:54.397Z Checking ed25519-dalek v2.2.0
24612026-03-24T19:37:54.641Z Checking zip v0.6.6
24622026-03-24T19:37:54.718Z Checking crossterm v0.28.1
24632026-03-24T19:37:54.751Z Checking serde_with v3.17.0
24642026-03-24T19:37:55.074Z Checking itertools v0.13.0
24652026-03-24T19:37:55.261Z Checking hickory-proto v0.25.2
24662026-03-24T19:37:55.453Z Checking x509-cert v0.2.5
24672026-03-24T19:37:55.681Z Checking fs-err v3.3.0
24682026-03-24T19:37:55.885Z Checking ahash v0.8.12
24692026-03-24T19:37:56.067Z Checking object v0.37.3
24702026-03-24T19:37:56.158Z Checking buf-list v1.1.2
24712026-03-24T19:37:56.340Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24722026-03-24T19:37:56.386Z Checking lalrpop-util v0.19.12
24732026-03-24T19:37:56.479Z Checking zip v4.6.1
24742026-03-24T19:37:56.502Z Checking peg-runtime v0.8.5
24752026-03-24T19:37:56.598Z Compiling structmeta-derive v0.3.0
24762026-03-24T19:37:56.674Z Compiling rustls v0.22.4
24772026-03-24T19:37:56.714Z Compiling newtype-uuid-macros v0.1.0
24782026-03-24T19:37:56.773Z Compiling multer v3.1.0
24792026-03-24T19:37:56.918Z Compiling async-stream-impl v0.3.6
24802026-03-24T19:37:56.948Z Checking futures-executor v0.3.32
24812026-03-24T19:37:57.068Z Checking regress v0.10.5
24822026-03-24T19:37:57.241Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24832026-03-24T19:37:57.694Z Compiling dropshot v0.16.7
24842026-03-24T19:37:57.715Z Checking futures v0.3.32
24852026-03-24T19:37:57.740Z Compiling dropshot_endpoint v0.16.7
24862026-03-24T19:37:57.817Z Checking thread_local v1.1.9
24872026-03-24T19:37:58.010Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24882026-03-24T19:37:58.036Z Checking crossbeam-channel v0.5.15
24892026-03-24T19:37:58.053Z Compiling structmeta v0.3.0
24902026-03-24T19:37:58.329Z Compiling derive-ex v0.1.8
24912026-03-24T19:37:58.456Z Checking is-terminal v0.4.17
24922026-03-24T19:37:58.504Z Checking take_mut v0.2.2
24932026-03-24T19:37:58.572Z Checking term v1.2.1
24942026-03-24T19:37:58.622Z Checking slog-async v2.8.0
24952026-03-24T19:37:58.849Z Compiling parse-display-derive v0.10.0
24962026-03-24T19:37:58.869Z Checking slog-term v2.9.2
24972026-03-24T19:37:59.013Z Checking rustls-webpki v0.102.8
24982026-03-24T19:37:59.074Z Checking serde_spanned v1.0.4
24992026-03-24T19:37:59.219Z Checking toml_writer v1.0.6+spec-1.1.0
25002026-03-24T19:37:59.262Z Checking debug-ignore v1.0.5
25012026-03-24T19:37:59.388Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25022026-03-24T19:37:59.465Z Checking match_cfg v0.1.0
25032026-03-24T19:37:59.476Z Checking slog-json v2.6.1
25042026-03-24T19:37:59.476Z Checking toml v0.9.12+spec-1.1.0
25052026-03-24T19:37:59.482Z Checking hostname v0.3.1
25062026-03-24T19:37:59.641Z Checking macaddr v1.0.1
25072026-03-24T19:37:59.690Z Checking slog-bunyan v2.5.0
25082026-03-24T19:37:59.834Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25092026-03-24T19:38:01.401Z Checking async-stream v0.3.6
25102026-03-24T19:38:01.536Z Checking waitgroup v0.1.2
25112026-03-24T19:38:01.536Z Checking rustls-pemfile v2.2.0
25122026-03-24T19:38:01.536Z Checking serde_path_to_error v0.1.20
25132026-03-24T19:38:01.536Z Checking hostname v0.4.2
25142026-03-24T19:38:01.537Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25152026-03-24T19:38:01.537Z Checking progenitor-client v0.13.0
25162026-03-24T19:38:01.537Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25172026-03-24T19:38:01.537Z Checking progenitor-client v0.10.0
25182026-03-24T19:38:01.537Z Compiling test-strategy v0.4.5
25192026-03-24T19:38:01.537Z Compiling itertools v0.14.0
25202026-03-24T19:38:01.537Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25212026-03-24T19:38:01.537Z Checking backon v1.6.0
25222026-03-24T19:38:01.537Z Checking instant v0.1.13
25232026-03-24T19:38:01.537Z Checking backoff v0.4.0
25242026-03-24T19:38:01.537Z Checking progenitor-extras v0.1.1
25252026-03-24T19:38:01.537Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25262026-03-24T19:38:01.537Z Checking parse-display v0.10.0
25272026-03-24T19:38:01.537Z Checking heck v0.5.0
25282026-03-24T19:38:01.537Z Compiling crucible-workspace-hack v0.1.0
25292026-03-24T19:38:01.593Z Checking tokio-rustls v0.25.0
25302026-03-24T19:38:01.649Z Compiling toml_edit v0.23.10+spec-1.0.0
25312026-03-24T19:38:01.707Z Compiling heapless v0.8.0
25322026-03-24T19:38:01.829Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25332026-03-24T19:38:02.074Z Compiling convert_case v0.4.0
25342026-03-24T19:38:02.338Z Checking hash32 v0.3.1
25352026-03-24T19:38:02.381Z Compiling ingot-macros v0.1.1
25362026-03-24T19:38:02.421Z Compiling proc-macro-crate v3.4.0
25372026-03-24T19:38:02.501Z Checking secrecy v0.10.3
25382026-03-24T19:38:02.594Z Compiling derive_more v0.99.20
25392026-03-24T19:38:02.653Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25402026-03-24T19:38:02.726Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25412026-03-24T19:38:02.897Z Compiling prettyplease v0.2.37
25422026-03-24T19:38:03.162Z Compiling smoltcp v0.11.0
25432026-03-24T19:38:03.199Z Compiling num_enum_derive v0.7.5
25442026-03-24T19:38:03.259Z Compiling typify-impl v0.6.1
25452026-03-24T19:38:04.021Z Checking tabwriter v1.4.1
25462026-03-24T19:38:04.059Z Checking cobs v0.3.0
25472026-03-24T19:38:04.060Z Compiling foreign-types-macros v0.2.3
25482026-03-24T19:38:04.060Z Checking cpufeatures v0.3.0
25492026-03-24T19:38:04.129Z Checking foreign-types-shared v0.3.1
25502026-03-24T19:38:04.235Z Compiling unsafe-libyaml v0.2.11
25512026-03-24T19:38:04.284Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25522026-03-24T19:38:04.611Z Checking foreign-types v0.5.0
25532026-03-24T19:38:04.618Z Checking num_enum v0.7.5
25542026-03-24T19:38:04.733Z Checking chacha20 v0.10.0
25552026-03-24T19:38:04.944Z Checking postcard v1.1.3
25562026-03-24T19:38:05.021Z Compiling serde_yaml v0.9.34+deprecated
25572026-03-24T19:38:05.906Z Compiling proc-macro-crate v1.3.1
25582026-03-24T19:38:06.186Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25592026-03-24T19:38:06.274Z Checking ingot-types v0.1.2
25602026-03-24T19:38:06.462Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25612026-03-24T19:38:06.724Z Checking cstr-argument v0.1.2
25622026-03-24T19:38:06.760Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25632026-03-24T19:38:06.777Z Checking ingot v0.1.1
25642026-03-24T19:38:06.882Z Checking colored v3.1.1
25652026-03-24T19:38:06.952Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25662026-03-24T19:38:07.051Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25672026-03-24T19:38:07.090Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25682026-03-24T19:38:07.201Z Compiling num_enum_derive v0.5.11
25692026-03-24T19:38:07.399Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25702026-03-24T19:38:07.409Z Checking rand v0.10.0
25712026-03-24T19:38:08.390Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25722026-03-24T19:38:08.958Z Checking num_enum v0.5.11
25732026-03-24T19:38:09.082Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25742026-03-24T19:38:09.796Z Compiling typify-macro v0.6.1
25752026-03-24T19:38:09.803Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25762026-03-24T19:38:10.050Z Compiling typify-impl v0.4.3
25772026-03-24T19:38:10.107Z Checking camino-tempfile v1.4.1
25782026-03-24T19:38:10.122Z Checking num-rational v0.4.2
25792026-03-24T19:38:11.811Z Checking half v2.7.1
25802026-03-24T19:38:11.848Z Compiling thiserror-impl-no-std v2.0.2
25812026-03-24T19:38:11.848Z Checking universal-hash v0.5.1
25822026-03-24T19:38:11.848Z Checking num-complex v0.4.6
25832026-03-24T19:38:11.848Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25842026-03-24T19:38:11.848Z Checking ciborium-io v0.2.2
25852026-03-24T19:38:11.848Z Checking opaque-debug v0.3.1
25862026-03-24T19:38:11.848Z Checking num v0.4.3
25872026-03-24T19:38:11.848Z Checking poly1305 v0.8.0
25882026-03-24T19:38:11.848Z Checking ciborium-ll v0.2.2
25892026-03-24T19:38:11.848Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25902026-03-24T19:38:11.848Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25912026-03-24T19:38:11.848Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25922026-03-24T19:38:11.848Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25932026-03-24T19:38:11.980Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
25942026-03-24T19:38:12.078Z Compiling typify v0.6.1
25952026-03-24T19:38:12.209Z Checking toml v0.8.23
25962026-03-24T19:38:12.232Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25972026-03-24T19:38:12.268Z Checking thiserror-no-std v2.0.2
25982026-03-24T19:38:12.406Z Checking byte-wrapper v0.1.0
25992026-03-24T19:38:12.431Z Checking password-hash v0.5.0
26002026-03-24T19:38:12.463Z Checking chacha20 v0.9.1
26012026-03-24T19:38:12.685Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26022026-03-24T19:38:12.716Z Compiling usdt-attr-macro v0.5.0
26032026-03-24T19:38:12.902Z Compiling usdt-macro v0.5.0
26042026-03-24T19:38:12.994Z Checking smf v0.2.3
26052026-03-24T19:38:13.305Z Checking blake2 v0.10.6
26062026-03-24T19:38:13.500Z Checking aead v0.5.2
26072026-03-24T19:38:13.629Z Checking sigpipe v0.1.3
26082026-03-24T19:38:13.688Z Checking memmap v0.7.0
26092026-03-24T19:38:13.740Z Compiling num-derive v0.4.2
26102026-03-24T19:38:13.760Z Checking glob v0.3.3
26112026-03-24T19:38:13.863Z Checking float-ord v0.3.2
26122026-03-24T19:38:13.908Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26132026-03-24T19:38:13.989Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26142026-03-24T19:38:14.124Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26152026-03-24T19:38:14.147Z Checking usdt v0.5.0
26162026-03-24T19:38:14.311Z Checking chacha20poly1305 v0.10.1
26172026-03-24T19:38:14.342Z Checking argon2 v0.5.3
26182026-03-24T19:38:14.406Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26192026-03-24T19:38:14.475Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26202026-03-24T19:38:14.789Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26212026-03-24T19:38:14.834Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26222026-03-24T19:38:15.008Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26232026-03-24T19:38:15.038Z Checking vsss-rs v3.3.4
26242026-03-24T19:38:15.309Z Compiling progenitor-impl v0.13.0
26252026-03-24T19:38:15.828Z Checking ciborium v0.2.2
26262026-03-24T19:38:15.897Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26272026-03-24T19:38:16.037Z Checking whoami v1.6.1
26282026-03-24T19:38:16.271Z Checking indent_write v2.2.0
26292026-03-24T19:38:16.401Z Compiling semver v0.1.20
26302026-03-24T19:38:16.430Z Compiling typify-macro v0.4.3
26312026-03-24T19:38:16.452Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26322026-03-24T19:38:16.456Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26332026-03-24T19:38:16.718Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26342026-03-24T19:38:16.724Z Compiling rustc_version v0.1.7
26352026-03-24T19:38:17.013Z Compiling pin-project-internal v1.1.11
26362026-03-24T19:38:17.656Z Checking swrite v0.1.0
26372026-03-24T19:38:17.803Z Compiling minimal-lexical v0.2.1
26382026-03-24T19:38:17.822Z Checking linked-hash-map v0.5.6
26392026-03-24T19:38:18.004Z Checking lru-cache v0.1.2
26402026-03-24T19:38:18.117Z Compiling nom v7.1.3
26412026-03-24T19:38:18.161Z Compiling newtype_derive v0.1.6
26422026-03-24T19:38:18.589Z Checking pin-project v1.1.11
26432026-03-24T19:38:18.759Z Checking newline-converter v0.3.0
26442026-03-24T19:38:18.915Z Compiling typify v0.4.3
26452026-03-24T19:38:19.031Z Checking atomicwrites v0.4.4
26462026-03-24T19:38:19.031Z Checking phf_shared v0.12.1
26472026-03-24T19:38:19.031Z Checking hickory-proto v0.24.4
26482026-03-24T19:38:19.131Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26492026-03-24T19:38:19.131Z Compiling progenitor-macro v0.13.0
26502026-03-24T19:38:19.131Z Checking console v0.15.11
26512026-03-24T19:38:19.196Z Checking pem v3.0.6
26522026-03-24T19:38:19.390Z Checking csv-core v0.1.13
26532026-03-24T19:38:19.674Z Compiling snafu-derive v0.8.9
26542026-03-24T19:38:20.064Z Compiling derive-where v1.6.0
26552026-03-24T19:38:20.162Z Compiling async-recursion v1.1.1
26562026-03-24T19:38:21.503Z Compiling slog-dtrace v0.3.0
26572026-03-24T19:38:21.542Z Checking unicode-width v0.1.14
26582026-03-24T19:38:21.542Z Checking resolv-conf v0.7.6
26592026-03-24T19:38:21.542Z Compiling owo-colors v4.3.0
26602026-03-24T19:38:21.609Z Checking highway v1.3.0
26612026-03-24T19:38:21.787Z Checking same-file v1.0.6
26622026-03-24T19:38:21.907Z Compiling chrono-tz v0.10.4
26632026-03-24T19:38:21.927Z Compiling cancel-safe-futures v0.1.5
26642026-03-24T19:38:21.953Z Checking walkdir v2.5.0
26652026-03-24T19:38:22.098Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26662026-03-24T19:38:22.200Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26672026-03-24T19:38:22.233Z Checking hickory-resolver v0.24.4
26682026-03-24T19:38:22.253Z Compiling const_format_proc_macros v0.2.34
26692026-03-24T19:38:22.323Z Checking snafu v0.8.9
26702026-03-24T19:38:22.856Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26712026-03-24T19:38:23.173Z Checking csv v1.4.0
26722026-03-24T19:38:23.201Z Checking expectorate v1.2.0
26732026-03-24T19:38:23.364Z Checking phf v0.12.1
26742026-03-24T19:38:23.482Z Compiling progenitor-impl v0.10.0
26752026-03-24T19:38:23.566Z Checking tokio-dtrace v0.1.1
26762026-03-24T19:38:23.602Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26772026-03-24T19:38:23.661Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26782026-03-24T19:38:24.959Z Checking globset v0.4.18
26792026-03-24T19:38:25.001Z Checking olpc-cjson v0.1.4
26802026-03-24T19:38:25.001Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26812026-03-24T19:38:25.001Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26822026-03-24T19:38:25.001Z Checking libsw-core v0.3.2
26832026-03-24T19:38:25.001Z Checking serde_plain v1.0.2
26842026-03-24T19:38:25.001Z Checking arc-swap v1.8.2
26852026-03-24T19:38:25.001Z Compiling lzma-sys v0.1.20
26862026-03-24T19:38:25.001Z Checking utf-8 v0.7.6
26872026-03-24T19:38:25.002Z Checking bytecount v0.6.9
26882026-03-24T19:38:25.002Z Checking typed-path v0.9.3
26892026-03-24T19:38:25.017Z Checking papergrid v0.11.0
26902026-03-24T19:38:25.036Z Checking tungstenite v0.21.0
26912026-03-24T19:38:25.674Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26922026-03-24T19:38:25.862Z Checking slog-scope v4.4.1
26932026-03-24T19:38:25.902Z Checking libsw v3.5.0
26942026-03-24T19:38:26.038Z Checking oxide-tokio-rt v0.1.3
26952026-03-24T19:38:26.047Z Checking tough v0.20.0
26962026-03-24T19:38:26.093Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26972026-03-24T19:38:26.138Z Checking progenitor v0.13.0
26982026-03-24T19:38:26.331Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26992026-03-24T19:38:26.675Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27002026-03-24T19:38:27.092Z Checking const_format v0.2.35
27012026-03-24T19:38:27.178Z Compiling progenitor-macro v0.10.0
27022026-03-24T19:38:27.252Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27032026-03-24T19:38:27.409Z Checking qorb v0.4.1
27042026-03-24T19:38:27.987Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27052026-03-24T19:38:28.648Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27062026-03-24T19:38:28.809Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27072026-03-24T19:38:28.829Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27082026-03-24T19:38:28.968Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27092026-03-24T19:38:29.314Z Compiling cargo_toml v0.22.3
27102026-03-24T19:38:29.415Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27112026-03-24T19:38:29.435Z Checking gethostname v0.5.0
27122026-03-24T19:38:29.486Z Compiling tabled_derive v0.7.0
27132026-03-24T19:38:29.523Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27142026-03-24T19:38:29.643Z Checking bcs v0.1.6
27152026-03-24T19:38:29.868Z Checking linear-map v1.2.0
27162026-03-24T19:38:29.879Z Checking unicode-linebreak v0.1.5
27172026-03-24T19:38:29.955Z Checking termtree v0.5.1
27182026-03-24T19:38:30.087Z Checking smawk v0.3.2
27192026-03-24T19:38:30.178Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27202026-03-24T19:38:30.197Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27212026-03-24T19:38:30.262Z Checking textwrap v0.16.2
27222026-03-24T19:38:30.682Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27232026-03-24T19:38:30.876Z Checking tabled v0.15.0
27242026-03-24T19:38:31.127Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27252026-03-24T19:38:31.219Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27262026-03-24T19:38:31.920Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27272026-03-24T19:38:31.953Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27282026-03-24T19:38:32.147Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27292026-03-24T19:38:32.375Z Checking steno v0.4.1
27302026-03-24T19:38:32.514Z Checking slog-stdlog v4.1.1
27312026-03-24T19:38:32.643Z Checking typeid v1.0.3
27322026-03-24T19:38:32.770Z Checking tokio-tungstenite v0.21.0
27332026-03-24T19:38:34.430Z Checking humantime v2.3.0
27342026-03-24T19:38:34.480Z Checking base64 v0.21.7
27352026-03-24T19:38:34.480Z Checking xz2 v0.1.7
27362026-03-24T19:38:34.480Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27372026-03-24T19:38:34.480Z Checking ron v0.12.0
27382026-03-24T19:38:34.480Z Checking slog-envlogger v2.2.0
27392026-03-24T19:38:34.480Z Checking yasna v0.5.2
27402026-03-24T19:38:34.481Z Checking headers-core v0.3.0
27412026-03-24T19:38:34.481Z Checking filetime v0.2.27
27422026-03-24T19:38:34.481Z Checking xattr v1.6.1
27432026-03-24T19:38:34.481Z Checking progenitor v0.10.0
27442026-03-24T19:38:34.481Z Checking base16ct v1.0.0
27452026-03-24T19:38:34.481Z Checking rcgen v0.12.1
27462026-03-24T19:38:34.481Z Checking tar v0.4.44
27472026-03-24T19:38:34.481Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27482026-03-24T19:38:34.481Z Checking headers v0.4.1
27492026-03-24T19:38:34.521Z Checking subprocess v0.2.15
27502026-03-24T19:38:42.117Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27512026-03-24T19:38:50.493Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27522026-03-24T19:38:52.331Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27532026-03-24T19:38:53.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
27542026-03-24T19:38:54.151Z
27552026-03-24T19:38:54.151Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/267)
27562026-03-24T19:38:54.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27572026-03-24T19:38:54.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27582026-03-24T19:38:55.210Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27592026-03-24T19:38:56.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.79s
27602026-03-24T19:38:57.184Z
27612026-03-24T19:38:57.184Zinfo: running `cargo check --bins` on nexus-config (51/267)
27622026-03-24T19:38:57.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27632026-03-24T19:38:57.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27642026-03-24T19:38:57.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27652026-03-24T19:38:57.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
27662026-03-24T19:38:58.043Z
27672026-03-24T19:38:58.043Zinfo: running `cargo check --bins` on nexus-types (52/267)
27682026-03-24T19:38:58.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27692026-03-24T19:38:58.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27702026-03-24T19:38:58.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27712026-03-24T19:38:58.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
27722026-03-24T19:38:58.910Z
27732026-03-24T19:38:58.910Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/267)
27742026-03-24T19:38:59.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752026-03-24T19:38:59.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762026-03-24T19:38:59.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27772026-03-24T19:38:59.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
27782026-03-24T19:38:59.725Z
27792026-03-24T19:38:59.725Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/267)
27802026-03-24T19:39:00.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812026-03-24T19:39:00.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822026-03-24T19:39:00.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27832026-03-24T19:39:00.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
27842026-03-24T19:39:00.541Z
27852026-03-24T19:39:00.542Zinfo: running `cargo check --bins` on cockroach-admin-types (55/267)
27862026-03-24T19:39:01.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872026-03-24T19:39:01.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882026-03-24T19:39:01.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27892026-03-24T19:39:01.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27902026-03-24T19:39:01.335Z
27912026-03-24T19:39:01.335Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/267)
27922026-03-24T19:39:02.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932026-03-24T19:39:02.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942026-03-24T19:39:02.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27952026-03-24T19:39:02.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
27962026-03-24T19:39:02.131Z
27972026-03-24T19:39:02.131Zinfo: running `cargo check --bins` on ereport-types (57/267)
27982026-03-24T19:39:02.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992026-03-24T19:39:02.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002026-03-24T19:39:02.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012026-03-24T19:39:02.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28022026-03-24T19:39:02.935Z
28032026-03-24T19:39:02.935Zinfo: running `cargo check --bins` on gateway-client (58/267)
28042026-03-24T19:39:03.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052026-03-24T19:39:03.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062026-03-24T19:39:03.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28072026-03-24T19:39:03.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28082026-03-24T19:39:03.750Z
28092026-03-24T19:39:03.750Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/267)
28102026-03-24T19:39:04.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112026-03-24T19:39:04.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122026-03-24T19:39:04.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28132026-03-24T19:39:04.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28142026-03-24T19:39:04.564Z
28152026-03-24T19:39:04.564Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/267)
28162026-03-24T19:39:05.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172026-03-24T19:39:05.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182026-03-24T19:39:05.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28192026-03-24T19:39:05.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28202026-03-24T19:39:05.378Z
28212026-03-24T19:39:05.378Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/267)
28222026-03-24T19:39:06.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232026-03-24T19:39:06.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242026-03-24T19:39:06.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28252026-03-24T19:39:06.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28262026-03-24T19:39:06.187Z
28272026-03-24T19:39:06.187Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/267)
28282026-03-24T19:39:06.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292026-03-24T19:39:06.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302026-03-24T19:39:06.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28312026-03-24T19:39:06.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28322026-03-24T19:39:06.990Z
28332026-03-24T19:39:06.990Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/267)
28342026-03-24T19:39:07.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352026-03-24T19:39:07.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362026-03-24T19:39:07.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28372026-03-24T19:39:07.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
28382026-03-24T19:39:07.866Z
28392026-03-24T19:39:07.866Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/267)
28402026-03-24T19:39:08.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-03-24T19:39:08.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-03-24T19:39:08.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28432026-03-24T19:39:08.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28442026-03-24T19:39:08.658Z
28452026-03-24T19:39:08.658Zinfo: running `cargo check --bins` on key-manager-types (65/267)
28462026-03-24T19:39:09.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-03-24T19:39:09.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-03-24T19:39:09.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28492026-03-24T19:39:09.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28502026-03-24T19:39:09.518Z
28512026-03-24T19:39:09.518Zinfo: running `cargo check --bins` on oxlog (66/267)
28522026-03-24T19:39:10.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-03-24T19:39:10.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-03-24T19:39:10.302Z Compiling newtype-uuid v1.3.2
28552026-03-24T19:39:10.580Z Compiling daft v0.1.5
28562026-03-24T19:39:11.922Z Compiling iddqd v0.3.17
28572026-03-24T19:39:12.135Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28582026-03-24T19:39:12.393Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28592026-03-24T19:39:12.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
28602026-03-24T19:39:13.474Z
28612026-03-24T19:39:13.474Zinfo: running `cargo check --bins` on internal-dns-types (67/267)
28622026-03-24T19:39:13.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-03-24T19:39:13.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-03-24T19:39:13.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652026-03-24T19:39:13.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28662026-03-24T19:39:13.748Z
28672026-03-24T19:39:13.748Zinfo: running `cargo check --bins` on internal-dns-types-versions (68/267)
28682026-03-24T19:39:14.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-03-24T19:39:14.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-03-24T19:39:14.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28712026-03-24T19:39:14.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28722026-03-24T19:39:14.565Z
28732026-03-24T19:39:14.565Zinfo: running `cargo check --bins` on nexus-types-versions (69/267)
28742026-03-24T19:39:15.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-03-24T19:39:15.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-03-24T19:39:15.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28772026-03-24T19:39:15.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
28782026-03-24T19:39:15.435Z
28792026-03-24T19:39:15.435Zinfo: running `cargo check --bins` on omicron-passwords (70/267)
28802026-03-24T19:39:16.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-03-24T19:39:16.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-03-24T19:39:16.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-03-24T19:39:16.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28842026-03-24T19:39:16.235Z
28852026-03-24T19:39:16.235Zinfo: running `cargo check --bins` on oxql-types (71/267)
28862026-03-24T19:39:16.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-03-24T19:39:16.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-03-24T19:39:16.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-03-24T19:39:16.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28902026-03-24T19:39:17.057Z
28912026-03-24T19:39:17.057Zinfo: running `cargo check --bins` on oximeter-types (72/267)
28922026-03-24T19:39:17.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-03-24T19:39:17.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-03-24T19:39:17.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-03-24T19:39:17.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28962026-03-24T19:39:17.884Z
28972026-03-24T19:39:17.884Zinfo: running `cargo check --bins` on oximeter-types-versions (73/267)
28982026-03-24T19:39:18.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-03-24T19:39:18.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-03-24T19:39:18.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-03-24T19:39:18.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29022026-03-24T19:39:18.682Z
29032026-03-24T19:39:18.682Zinfo: running `cargo check --bins` on oximeter-macro-impl (74/267)
29042026-03-24T19:39:19.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-03-24T19:39:19.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-03-24T19:39:19.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-03-24T19:39:19.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29082026-03-24T19:39:19.472Z
29092026-03-24T19:39:19.472Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (75/267)
29102026-03-24T19:39:21.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-03-24T19:39:21.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-03-24T19:39:21.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-03-24T19:39:21.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
29142026-03-24T19:39:21.485Z
29152026-03-24T19:39:21.485Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (76/267)
29162026-03-24T19:39:21.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-03-24T19:39:21.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-03-24T19:39:21.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-03-24T19:39:21.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
29202026-03-24T19:39:21.485Z
29212026-03-24T19:39:21.485Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (77/267)
29222026-03-24T19:39:21.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-03-24T19:39:21.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-03-24T19:39:21.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-03-24T19:39:21.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
29262026-03-24T19:39:22.003Z
29272026-03-24T19:39:22.003Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (78/267)
29282026-03-24T19:39:22.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-03-24T19:39:22.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-03-24T19:39:22.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-03-24T19:39:22.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
29322026-03-24T19:39:22.849Z
29332026-03-24T19:39:22.849Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (79/267)
29342026-03-24T19:39:23.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-03-24T19:39:23.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-03-24T19:39:23.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29372026-03-24T19:39:23.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29382026-03-24T19:39:23.667Z
29392026-03-24T19:39:23.667Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (80/267)
29402026-03-24T19:39:24.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412026-03-24T19:39:24.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422026-03-24T19:39:24.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29432026-03-24T19:39:24.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29442026-03-24T19:39:24.475Z
29452026-03-24T19:39:24.475Zinfo: running `cargo check --bins --no-default-features` on gfss (81/267)
29462026-03-24T19:39:25.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29472026-03-24T19:39:25.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29482026-03-24T19:39:25.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29492026-03-24T19:39:25.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29502026-03-24T19:39:25.256Z
29512026-03-24T19:39:25.256Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (82/267)
29522026-03-24T19:39:25.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29532026-03-24T19:39:25.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29542026-03-24T19:39:25.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29552026-03-24T19:39:25.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29562026-03-24T19:39:26.049Z
29572026-03-24T19:39:26.049Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/267)
29582026-03-24T19:39:26.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29592026-03-24T19:39:26.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29602026-03-24T19:39:26.966Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29612026-03-24T19:39:27.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
29622026-03-24T19:39:27.873Z
29632026-03-24T19:39:27.873Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/267)
29642026-03-24T19:39:28.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29652026-03-24T19:39:28.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29662026-03-24T19:39:28.818Z Compiling ar_archive_writer v0.5.1
29672026-03-24T19:39:28.950Z Compiling stacker v0.1.23
29682026-03-24T19:39:28.950Z Compiling cfg_aliases v0.1.1
29692026-03-24T19:39:28.977Z Compiling convert_case v0.10.0
29702026-03-24T19:39:29.010Z Checking fd-lock v4.0.4
29712026-03-24T19:39:29.014Z Checking nibble_vec v0.1.0
29722026-03-24T19:39:29.014Z Checking vte v0.14.1
29732026-03-24T19:39:29.014Z Compiling recursive-proc-macro-impl v0.1.1
29742026-03-24T19:39:29.100Z Compiling nix v0.28.0
29752026-03-24T19:39:29.176Z Checking endian-type v0.1.2
29762026-03-24T19:39:29.201Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29772026-03-24T19:39:29.250Z Checking strip-ansi-escapes v0.2.1
29782026-03-24T19:39:29.292Z Compiling peg-macros v0.8.5
29792026-03-24T19:39:29.339Z Checking radix_trie v0.2.1
29802026-03-24T19:39:29.375Z Checking winnow v0.6.26
29812026-03-24T19:39:29.379Z Compiling derive_more-impl v2.1.1
29822026-03-24T19:39:29.622Z Compiling sqlparser_derive v0.5.0
29832026-03-24T19:39:29.632Z Checking home v0.5.12
29842026-03-24T19:39:29.766Z Checking unicode_categories v0.1.1
29852026-03-24T19:39:29.827Z Checking nu-ansi-term v0.50.3
29862026-03-24T19:39:30.012Z Checking display-error-chain v0.2.2
29872026-03-24T19:39:30.109Z Checking reedline v0.40.0
29882026-03-24T19:39:30.144Z Compiling psm v0.1.30
29892026-03-24T19:39:30.505Z Checking derive_more v2.1.1
29902026-03-24T19:39:30.601Z Checking crossterm v0.29.0
29912026-03-24T19:39:30.849Z Checking peg v0.8.5
29922026-03-24T19:39:30.916Z Checking rustyline v14.0.0
29932026-03-24T19:39:30.935Z Checking sqlformat v0.3.5
29942026-03-24T19:39:31.090Z Checking recursive v0.1.1
29952026-03-24T19:39:31.199Z Checking sqlparser v0.61.0
29962026-03-24T19:39:47.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.20s
29972026-03-24T19:39:47.348Z
29982026-03-24T19:39:47.348Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/267)
29992026-03-24T19:39:48.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30002026-03-24T19:39:48.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30012026-03-24T19:39:48.290Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30022026-03-24T19:39:52.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.61s
30032026-03-24T19:39:53.203Z
30042026-03-24T19:39:53.203Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/267)
30052026-03-24T19:39:53.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30062026-03-24T19:39:53.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30072026-03-24T19:39:54.141Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30082026-03-24T19:39:57.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s
30092026-03-24T19:39:57.661Z
30102026-03-24T19:39:57.661Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/267)
30112026-03-24T19:39:58.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30122026-03-24T19:39:58.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30132026-03-24T19:39:58.584Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30142026-03-24T19:40:03.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s
30152026-03-24T19:40:03.253Z
30162026-03-24T19:40:03.253Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/267)
30172026-03-24T19:40:03.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30182026-03-24T19:40:03.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30192026-03-24T19:40:04.189Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30202026-03-24T19:40:08.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.38s
30212026-03-24T19:40:08.863Z
30222026-03-24T19:40:08.863Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/267)
30232026-03-24T19:40:09.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30242026-03-24T19:40:09.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30252026-03-24T19:40:09.798Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30262026-03-24T19:40:13.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.39s
30272026-03-24T19:40:13.501Z
30282026-03-24T19:40:13.501Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/267)
30292026-03-24T19:40:14.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302026-03-24T19:40:14.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312026-03-24T19:40:14.430Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30322026-03-24T19:40:17.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.48s
30332026-03-24T19:40:18.213Z
30342026-03-24T19:40:18.213Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/267)
30352026-03-24T19:40:18.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362026-03-24T19:40:18.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372026-03-24T19:40:19.155Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30382026-03-24T19:40:23.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.58s
30392026-03-24T19:40:24.028Z
30402026-03-24T19:40:24.028Zinfo: running `cargo check --bins` on oximeter (92/267)
30412026-03-24T19:40:24.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422026-03-24T19:40:24.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432026-03-24T19:40:24.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442026-03-24T19:40:24.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30452026-03-24T19:40:24.843Z
30462026-03-24T19:40:24.843Zinfo: running `cargo check --bins` on oximeter-schema (93/267)
30472026-03-24T19:40:25.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482026-03-24T19:40:25.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492026-03-24T19:40:25.732Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30502026-03-24T19:40:25.926Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30512026-03-24T19:40:25.954Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30522026-03-24T19:40:26.386Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30532026-03-24T19:40:31.249Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30542026-03-24T19:40:31.670Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30552026-03-24T19:40:33.228Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30562026-03-24T19:40:34.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.26s
30572026-03-24T19:40:34.320Z
30582026-03-24T19:40:34.320Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/267)
30592026-03-24T19:40:35.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602026-03-24T19:40:35.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612026-03-24T19:40:35.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622026-03-24T19:40:35.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30632026-03-24T19:40:35.134Z
30642026-03-24T19:40:35.134Zinfo: running `cargo check --bins` on oximeter-test-utils (95/267)
30652026-03-24T19:40:35.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662026-03-24T19:40:35.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672026-03-24T19:40:35.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682026-03-24T19:40:35.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
30692026-03-24T19:40:36.013Z
30702026-03-24T19:40:36.013Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/267)
30712026-03-24T19:40:36.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722026-03-24T19:40:36.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732026-03-24T19:40:36.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742026-03-24T19:40:36.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30752026-03-24T19:40:36.856Z
30762026-03-24T19:40:36.856Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/267)
30772026-03-24T19:40:37.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782026-03-24T19:40:37.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792026-03-24T19:40:37.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802026-03-24T19:40:37.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30812026-03-24T19:40:37.698Z
30822026-03-24T19:40:37.698Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/267)
30832026-03-24T19:40:38.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842026-03-24T19:40:38.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852026-03-24T19:40:38.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862026-03-24T19:40:38.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30872026-03-24T19:40:38.542Z
30882026-03-24T19:40:38.542Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/267)
30892026-03-24T19:40:39.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902026-03-24T19:40:39.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912026-03-24T19:40:39.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922026-03-24T19:40:39.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
30932026-03-24T19:40:39.393Z
30942026-03-24T19:40:39.393Zinfo: running `cargo check --bins` on trust-quorum-types (100/267)
30952026-03-24T19:40:40.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962026-03-24T19:40:40.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972026-03-24T19:40:40.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982026-03-24T19:40:40.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30992026-03-24T19:40:40.196Z
31002026-03-24T19:40:40.196Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/267)
31012026-03-24T19:40:40.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-03-24T19:40:40.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-03-24T19:40:40.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042026-03-24T19:40:40.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
31052026-03-24T19:40:41.042Z
31062026-03-24T19:40:41.042Zinfo: running `cargo check --bins` on update-engine (102/267)
31072026-03-24T19:40:41.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-03-24T19:40:41.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-03-24T19:40:41.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102026-03-24T19:40:41.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31112026-03-24T19:40:41.845Z
31122026-03-24T19:40:41.845Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/267)
31132026-03-24T19:40:42.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142026-03-24T19:40:42.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152026-03-24T19:40:42.799Z Checking dropshot-api-manager-types v0.6.0
31162026-03-24T19:40:42.803Z Checking nanorand v0.7.0
31172026-03-24T19:40:43.106Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31182026-03-24T19:40:43.145Z Checking flume v0.11.1
31192026-03-24T19:40:43.424Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31202026-03-24T19:40:44.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.84s
31212026-03-24T19:40:45.016Z
31222026-03-24T19:40:45.016Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/267)
31232026-03-24T19:40:45.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-03-24T19:40:45.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-03-24T19:40:45.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262026-03-24T19:40:45.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31272026-03-24T19:40:45.756Z
31282026-03-24T19:40:45.756Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/267)
31292026-03-24T19:40:46.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302026-03-24T19:40:46.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312026-03-24T19:40:46.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322026-03-24T19:40:46.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31332026-03-24T19:40:46.586Z
31342026-03-24T19:40:46.586Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/267)
31352026-03-24T19:40:47.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362026-03-24T19:40:47.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372026-03-24T19:40:47.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382026-03-24T19:40:47.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
31392026-03-24T19:40:47.427Z
31402026-03-24T19:40:47.428Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/267)
31412026-03-24T19:40:48.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422026-03-24T19:40:48.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432026-03-24T19:40:48.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442026-03-24T19:40:48.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
31452026-03-24T19:40:48.275Z
31462026-03-24T19:40:48.275Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/267)
31472026-03-24T19:40:48.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482026-03-24T19:40:48.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492026-03-24T19:40:48.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31502026-03-24T19:40:48.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31512026-03-24T19:40:49.096Z
31522026-03-24T19:40:49.096Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/267)
31532026-03-24T19:40:49.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542026-03-24T19:40:49.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552026-03-24T19:40:49.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31562026-03-24T19:40:49.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31572026-03-24T19:40:49.916Z
31582026-03-24T19:40:49.916Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/267)
31592026-03-24T19:40:50.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-03-24T19:40:50.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-03-24T19:40:50.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-03-24T19:40:50.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31632026-03-24T19:40:50.735Z
31642026-03-24T19:40:50.735Zinfo: running `cargo check --bins` on cockroach-admin-client (111/267)
31652026-03-24T19:40:51.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-03-24T19:40:51.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-03-24T19:40:51.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31682026-03-24T19:40:51.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31692026-03-24T19:40:51.542Z
31702026-03-24T19:40:51.542Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/267)
31712026-03-24T19:40:52.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722026-03-24T19:40:52.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732026-03-24T19:40:52.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31742026-03-24T19:40:52.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31752026-03-24T19:40:52.358Z
31762026-03-24T19:40:52.358Zinfo: running `cargo check --bins` on dns-service-client (113/267)
31772026-03-24T19:40:53.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31782026-03-24T19:40:53.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31792026-03-24T19:40:53.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31802026-03-24T19:40:53.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31812026-03-24T19:40:53.182Z
31822026-03-24T19:40:53.182Zinfo: running `cargo check --bins` on installinator-client (114/267)
31832026-03-24T19:40:53.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31842026-03-24T19:40:53.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31852026-03-24T19:40:53.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31862026-03-24T19:40:53.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31872026-03-24T19:40:54.000Z
31882026-03-24T19:40:54.001Zinfo: running `cargo check --bins` on nexus-client (115/267)
31892026-03-24T19:40:54.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31902026-03-24T19:40:54.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31912026-03-24T19:40:54.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31922026-03-24T19:40:54.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
31932026-03-24T19:40:54.873Z
31942026-03-24T19:40:54.873Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/267)
31952026-03-24T19:40:55.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31962026-03-24T19:40:55.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31972026-03-24T19:40:55.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31982026-03-24T19:40:55.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
31992026-03-24T19:40:55.754Z
32002026-03-24T19:40:55.754Zinfo: running `cargo check --bins` on ntp-admin-client (117/267)
32012026-03-24T19:40:56.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022026-03-24T19:40:56.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032026-03-24T19:40:56.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042026-03-24T19:40:56.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32052026-03-24T19:40:56.563Z
32062026-03-24T19:40:56.564Zinfo: running `cargo check --bins` on oxide-client (118/267)
32072026-03-24T19:40:57.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082026-03-24T19:40:57.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092026-03-24T19:40:57.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32102026-03-24T19:40:57.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32112026-03-24T19:40:57.375Z
32122026-03-24T19:40:57.375Zinfo: running `cargo check --bins` on oximeter-client (119/267)
32132026-03-24T19:40:58.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142026-03-24T19:40:58.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152026-03-24T19:40:58.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32162026-03-24T19:40:58.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
32172026-03-24T19:40:58.205Z
32182026-03-24T19:40:58.206Zinfo: running `cargo check --bins` on repo-depot-client (120/267)
32192026-03-24T19:40:58.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32202026-03-24T19:40:58.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32212026-03-24T19:40:58.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32222026-03-24T19:40:58.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32232026-03-24T19:40:59.016Z
32242026-03-24T19:40:59.016Zinfo: running `cargo check --bins` on sled-agent-client (121/267)
32252026-03-24T19:40:59.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32262026-03-24T19:40:59.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32272026-03-24T19:40:59.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32282026-03-24T19:40:59.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
32292026-03-24T19:40:59.861Z
32302026-03-24T19:40:59.861Zinfo: running `cargo check --bins` on wicketd-client (122/267)
32312026-03-24T19:41:00.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32322026-03-24T19:41:00.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32332026-03-24T19:41:00.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32342026-03-24T19:41:00.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
32352026-03-24T19:41:00.726Z
32362026-03-24T19:41:00.726Zinfo: running `cargo check --bins` on installinator-common (123/267)
32372026-03-24T19:41:01.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32382026-03-24T19:41:01.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32392026-03-24T19:41:01.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32402026-03-24T19:41:01.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
32412026-03-24T19:41:01.543Z
32422026-03-24T19:41:01.543Zinfo: running `cargo check --bins` on installinator-common-versions (124/267)
32432026-03-24T19:41:02.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32442026-03-24T19:41:02.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32452026-03-24T19:41:02.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32462026-03-24T19:41:02.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32472026-03-24T19:41:02.347Z
32482026-03-24T19:41:02.347Zinfo: running `cargo check --bins` on wicket-common (125/267)
32492026-03-24T19:41:03.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32502026-03-24T19:41:03.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32512026-03-24T19:41:03.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32522026-03-24T19:41:03.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
32532026-03-24T19:41:03.215Z
32542026-03-24T19:41:03.215Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/267)
32552026-03-24T19:41:03.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32562026-03-24T19:41:03.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32572026-03-24T19:41:04.151Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32582026-03-24T19:41:04.169Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32592026-03-24T19:41:04.169Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32602026-03-24T19:41:04.317Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32612026-03-24T19:41:04.327Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32622026-03-24T19:41:04.442Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32632026-03-24T19:41:04.464Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32642026-03-24T19:41:04.767Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32652026-03-24T19:41:04.774Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32662026-03-24T19:41:07.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s
32672026-03-24T19:41:07.854Z
32682026-03-24T19:41:07.854Zinfo: running `cargo check --bins` on cockroach-admin-api (127/267)
32692026-03-24T19:41:08.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32702026-03-24T19:41:08.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32712026-03-24T19:41:08.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32722026-03-24T19:41:08.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
32732026-03-24T19:41:08.681Z
32742026-03-24T19:41:08.681Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/267)
32752026-03-24T19:41:09.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32762026-03-24T19:41:09.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32772026-03-24T19:41:09.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32782026-03-24T19:41:09.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
32792026-03-24T19:41:09.633Z
32802026-03-24T19:41:09.633Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/267)
32812026-03-24T19:41:10.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32822026-03-24T19:41:10.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32832026-03-24T19:41:10.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32842026-03-24T19:41:10.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
32852026-03-24T19:41:10.591Z
32862026-03-24T19:41:10.591Zinfo: running `cargo check --bins` on dns-server (130/267)
32872026-03-24T19:41:11.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32882026-03-24T19:41:11.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32892026-03-24T19:41:11.471Z Compiling parking_lot_core v0.8.6
32902026-03-24T19:41:11.476Z Compiling git-stub v1.0.0
32912026-03-24T19:41:11.476Z Compiling atomicwrites v0.4.4
32922026-03-24T19:41:11.476Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32932026-03-24T19:41:11.642Z Checking tagptr v0.2.0
32942026-03-24T19:41:11.678Z Checking prefix-trie v0.7.0
32952026-03-24T19:41:11.678Z Checking fxhash v0.2.1
32962026-03-24T19:41:11.686Z Checking hickory-client v0.25.2
32972026-03-24T19:41:11.828Z Compiling git-stub-vcs v0.1.0
32982026-03-24T19:41:11.854Z Checking moka v0.12.13
32992026-03-24T19:41:12.145Z Checking parking_lot v0.11.2
33002026-03-24T19:41:12.186Z Checking hickory-server v0.25.2
33012026-03-24T19:41:12.221Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33022026-03-24T19:41:12.269Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33032026-03-24T19:41:12.275Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33042026-03-24T19:41:12.275Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33052026-03-24T19:41:12.375Z Checking sled v0.34.7
33062026-03-24T19:41:12.680Z Checking hickory-resolver v0.25.2
33072026-03-24T19:41:15.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.62s
33082026-03-24T19:41:15.409Z
33092026-03-24T19:41:15.409Zinfo: running `cargo check --bins` on dns-server-api (131/267)
33102026-03-24T19:41:16.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33112026-03-24T19:41:16.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33122026-03-24T19:41:16.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33132026-03-24T19:41:16.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
33142026-03-24T19:41:16.208Z
33152026-03-24T19:41:16.208Zinfo: running `cargo check --bins` on gateway-test-utils (132/267)
33162026-03-24T19:41:16.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33172026-03-24T19:41:16.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33182026-03-24T19:41:16.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33192026-03-24T19:41:16.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
33202026-03-24T19:41:17.108Z
33212026-03-24T19:41:17.108Zinfo: running `cargo check --bins` on omicron-gateway (133/267)
33222026-03-24T19:41:17.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33232026-03-24T19:41:17.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33242026-03-24T19:41:18.151Z Compiling radium v0.7.0
33252026-03-24T19:41:18.290Z Checking tap v1.0.1
33262026-03-24T19:41:18.313Z Compiling maybe-uninit v2.0.0
33272026-03-24T19:41:18.325Z Compiling zerocopy-derive v0.6.6
33282026-03-24T19:41:18.352Z Compiling packed_struct v0.10.1
33292026-03-24T19:41:18.352Z Checking funty v2.0.0
33302026-03-24T19:41:18.372Z Checking crc-catalog v2.4.0
33312026-03-24T19:41:18.401Z Compiling packed_struct_codegen v0.10.1
33322026-03-24T19:41:18.443Z Checking wyz v0.5.1
33332026-03-24T19:41:18.491Z Checking crc v3.4.0
33342026-03-24T19:41:18.670Z Compiling bitfield-macros v0.19.4
33352026-03-24T19:41:18.695Z Compiling indexmap v1.9.3
33362026-03-24T19:41:18.729Z Checking nodrop v0.1.14
33372026-03-24T19:41:18.780Z Checking smallvec v0.6.14
33382026-03-24T19:41:18.807Z Checking hashbrown v0.12.3
33392026-03-24T19:41:18.842Z Checking array-init v0.0.4
33402026-03-24T19:41:18.861Z Checking bitvec v1.0.1
33412026-03-24T19:41:18.981Z Checking ron v0.8.1
33422026-03-24T19:41:19.049Z Checking hashbrown v0.13.2
33432026-03-24T19:41:19.324Z Checking serde-hex v0.1.0
33442026-03-24T19:41:19.444Z Checking zerocopy v0.6.6
33452026-03-24T19:41:19.608Z Checking bitfield v0.19.4
33462026-03-24T19:41:19.657Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33472026-03-24T19:41:19.730Z Checking crc-any v2.5.0
33482026-03-24T19:41:19.838Z Checking object v0.30.4
33492026-03-24T19:41:19.852Z Checking void v1.0.2
33502026-03-24T19:41:19.868Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33512026-03-24T19:41:19.915Z Checking half v1.8.3
33522026-03-24T19:41:19.949Z Checking path-slash v0.1.5
33532026-03-24T19:41:19.978Z Checking lzss v0.8.2
33542026-03-24T19:41:20.075Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33552026-03-24T19:41:20.087Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33562026-03-24T19:41:20.167Z Checking tungstenite v0.23.0
33572026-03-24T19:41:20.185Z Checking serde_cbor v0.11.2
33582026-03-24T19:41:20.219Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33592026-03-24T19:41:20.273Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33602026-03-24T19:41:20.318Z Checking nix v0.27.1
33612026-03-24T19:41:20.695Z Checking kstat-rs v0.2.4
33622026-03-24T19:41:20.729Z Checking serde_bytes v0.11.19
33632026-03-24T19:41:20.752Z Checking tokio-tungstenite v0.23.1
33642026-03-24T19:41:20.931Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33652026-03-24T19:41:20.956Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33662026-03-24T19:41:21.012Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33672026-03-24T19:41:21.084Z Checking signal-hook-tokio v0.3.1
33682026-03-24T19:41:22.420Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33692026-03-24T19:41:22.445Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33702026-03-24T19:41:25.771Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33712026-03-24T19:41:26.967Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33722026-03-24T19:41:27.344Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33732026-03-24T19:41:28.839Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33742026-03-24T19:41:31.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.48s
33752026-03-24T19:41:31.841Z
33762026-03-24T19:41:31.841Zinfo: running `cargo check --bins` on gateway-api (134/267)
33772026-03-24T19:41:32.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-03-24T19:41:32.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-03-24T19:41:32.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-03-24T19:41:32.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
33812026-03-24T19:41:32.663Z
33822026-03-24T19:41:32.663Zinfo: running `cargo check --bins` on ipcc (135/267)
33832026-03-24T19:41:33.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-03-24T19:41:33.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-03-24T19:41:33.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-03-24T19:41:33.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33872026-03-24T19:41:33.483Z
33882026-03-24T19:41:33.483Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/267)
33892026-03-24T19:41:34.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-03-24T19:41:34.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-03-24T19:41:34.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-03-24T19:41:34.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33932026-03-24T19:41:34.275Z
33942026-03-24T19:41:34.275Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/267)
33952026-03-24T19:41:34.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-03-24T19:41:34.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-03-24T19:41:34.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-03-24T19:41:34.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33992026-03-24T19:41:35.099Z
34002026-03-24T19:41:35.099Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/267)
34012026-03-24T19:41:35.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-03-24T19:41:35.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-03-24T19:41:35.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-03-24T19:41:35.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
34052026-03-24T19:41:35.919Z
34062026-03-24T19:41:35.919Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/267)
34072026-03-24T19:41:36.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-03-24T19:41:36.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-03-24T19:41:36.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-03-24T19:41:36.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
34112026-03-24T19:41:36.741Z
34122026-03-24T19:41:36.741Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/267)
34132026-03-24T19:41:37.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-03-24T19:41:37.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-03-24T19:41:37.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-03-24T19:41:37.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34172026-03-24T19:41:37.556Z
34182026-03-24T19:41:37.556Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/267)
34192026-03-24T19:41:38.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-03-24T19:41:38.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-03-24T19:41:38.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-03-24T19:41:38.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
34232026-03-24T19:41:38.380Z
34242026-03-24T19:41:38.381Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/267)
34252026-03-24T19:41:39.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-03-24T19:41:39.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-03-24T19:41:39.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-03-24T19:41:39.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
34292026-03-24T19:41:39.273Z
34302026-03-24T19:41:39.273Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/267)
34312026-03-24T19:41:39.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-03-24T19:41:39.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-03-24T19:41:39.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-03-24T19:41:39.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34352026-03-24T19:41:40.025Z
34362026-03-24T19:41:40.025Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/267)
34372026-03-24T19:41:40.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-03-24T19:41:40.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-03-24T19:41:40.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-03-24T19:41:40.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34412026-03-24T19:41:40.846Z
34422026-03-24T19:41:40.846Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/267)
34432026-03-24T19:41:41.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-03-24T19:41:41.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-03-24T19:41:41.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-03-24T19:41:41.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
34472026-03-24T19:41:41.671Z
34482026-03-24T19:41:41.671Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/267)
34492026-03-24T19:41:44.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-03-24T19:41:44.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-03-24T19:41:44.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-03-24T19:41:44.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34532026-03-24T19:41:44.260Z
34542026-03-24T19:41:44.260Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/267)
34552026-03-24T19:41:44.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-03-24T19:41:44.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-03-24T19:41:44.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-03-24T19:41:44.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34592026-03-24T19:41:44.260Z
34602026-03-24T19:41:44.260Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/267)
34612026-03-24T19:41:44.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-03-24T19:41:44.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-03-24T19:41:44.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-03-24T19:41:44.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
34652026-03-24T19:41:44.316Z
34662026-03-24T19:41:44.316Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/267)
34672026-03-24T19:41:44.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-03-24T19:41:44.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-03-24T19:41:44.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-03-24T19:41:44.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
34712026-03-24T19:41:44.959Z
34722026-03-24T19:41:44.959Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/267)
34732026-03-24T19:41:45.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-03-24T19:41:45.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-03-24T19:41:45.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-03-24T19:41:45.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
34772026-03-24T19:41:45.799Z
34782026-03-24T19:41:45.799Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/267)
34792026-03-24T19:41:46.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-03-24T19:41:46.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-03-24T19:41:46.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-03-24T19:41:46.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
34832026-03-24T19:41:46.610Z
34842026-03-24T19:41:46.610Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/267)
34852026-03-24T19:41:47.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-03-24T19:41:47.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-03-24T19:41:47.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-03-24T19:41:47.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
34892026-03-24T19:41:47.437Z
34902026-03-24T19:41:47.437Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/267)
34912026-03-24T19:41:48.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-03-24T19:41:48.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-03-24T19:41:48.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-03-24T19:41:48.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
34952026-03-24T19:41:48.275Z
34962026-03-24T19:41:48.275Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/267)
34972026-03-24T19:41:48.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-03-24T19:41:48.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-03-24T19:41:48.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-03-24T19:41:48.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
35012026-03-24T19:41:49.099Z
35022026-03-24T19:41:49.099Zinfo: running `cargo check --bins` on oximeter-producer (155/267)
35032026-03-24T19:41:49.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-03-24T19:41:49.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-03-24T19:41:49.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-03-24T19:41:49.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
35072026-03-24T19:41:49.968Z
35082026-03-24T19:41:49.968Zinfo: running `cargo check --bins` on internal-dns-resolver (156/267)
35092026-03-24T19:41:50.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-03-24T19:41:50.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-03-24T19:41:50.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-03-24T19:41:50.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
35132026-03-24T19:41:50.789Z
35142026-03-24T19:41:50.789Zinfo: running `cargo check --bins` on sp-sim (157/267)
35152026-03-24T19:41:51.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-03-24T19:41:51.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-03-24T19:41:51.795Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35182026-03-24T19:41:54.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s
35192026-03-24T19:41:54.454Z
35202026-03-24T19:41:54.454Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (158/267)
35212026-03-24T19:41:55.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-03-24T19:41:55.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-03-24T19:41:55.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-03-24T19:41:55.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
35252026-03-24T19:41:55.304Z
35262026-03-24T19:41:55.304Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (159/267)
35272026-03-24T19:41:56.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-03-24T19:41:56.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-03-24T19:41:56.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-03-24T19:41:56.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
35312026-03-24T19:41:56.202Z
35322026-03-24T19:41:56.202Zinfo: running `cargo check --bins` on db-macros (160/267)
35332026-03-24T19:41:56.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-03-24T19:41:56.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-03-24T19:41:56.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-03-24T19:41:56.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35372026-03-24T19:41:57.010Z
35382026-03-24T19:41:57.010Zinfo: running `cargo check --bins` on nexus-macros-common (161/267)
35392026-03-24T19:41:57.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-03-24T19:41:57.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-03-24T19:41:57.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-03-24T19:41:57.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35432026-03-24T19:41:57.807Z
35442026-03-24T19:41:57.807Zinfo: running `cargo check --bins` on nexus-auth (162/267)
35452026-03-24T19:41:58.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-03-24T19:41:58.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-03-24T19:41:58.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-03-24T19:41:58.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
35492026-03-24T19:42:00.623Z
35502026-03-24T19:42:00.623Zinfo: running `cargo check --bins` on authz-macros (163/267)
35512026-03-24T19:42:00.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-03-24T19:42:00.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-03-24T19:42:00.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-03-24T19:42:00.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35552026-03-24T19:42:00.645Z
35562026-03-24T19:42:00.645Zinfo: running `cargo check --bins` on nexus-db-fixed-data (164/267)
35572026-03-24T19:42:00.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-03-24T19:42:00.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-03-24T19:42:00.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-03-24T19:42:00.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
35612026-03-24T19:42:00.645Z
35622026-03-24T19:42:00.645Zinfo: running `cargo check --bins` on nexus-db-model (165/267)
35632026-03-24T19:42:01.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-03-24T19:42:01.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-03-24T19:42:01.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-03-24T19:42:01.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
35672026-03-24T19:42:01.268Z
35682026-03-24T19:42:01.268Zinfo: running `cargo check --bins` on nexus-db-schema (166/267)
35692026-03-24T19:42:01.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-03-24T19:42:01.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-03-24T19:42:01.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35722026-03-24T19:42:01.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35732026-03-24T19:42:02.073Z
35742026-03-24T19:42:02.073Zinfo: running `cargo check --bins` on omicron-rpaths (167/267)
35752026-03-24T19:42:02.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35762026-03-24T19:42:02.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35772026-03-24T19:42:02.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35782026-03-24T19:42:02.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35792026-03-24T19:42:02.877Z
35802026-03-24T19:42:02.877Zinfo: running `cargo check --bins` on nexus-defaults (168/267)
35812026-03-24T19:42:03.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35822026-03-24T19:42:03.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35832026-03-24T19:42:03.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35842026-03-24T19:42:03.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
35852026-03-24T19:42:03.700Z
35862026-03-24T19:42:03.701Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (169/267)
35872026-03-24T19:42:04.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35882026-03-24T19:42:04.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35892026-03-24T19:42:04.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35902026-03-24T19:42:04.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35912026-03-24T19:42:04.508Z
35922026-03-24T19:42:04.508Zinfo: running `cargo check --bins` on parallel-task-set (170/267)
35932026-03-24T19:42:05.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35942026-03-24T19:42:05.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35952026-03-24T19:42:05.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35962026-03-24T19:42:05.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35972026-03-24T19:42:05.309Z
35982026-03-24T19:42:05.309Zinfo: running `cargo check --bins` on nexus-db-errors (171/267)
35992026-03-24T19:42:06.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36002026-03-24T19:42:06.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36012026-03-24T19:42:06.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36022026-03-24T19:42:06.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
36032026-03-24T19:42:06.202Z
36042026-03-24T19:42:06.202Zinfo: running `cargo check --bins` on nexus-db-lookup (172/267)
36052026-03-24T19:42:06.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36062026-03-24T19:42:06.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36072026-03-24T19:42:06.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36082026-03-24T19:42:06.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
36092026-03-24T19:42:07.096Z
36102026-03-24T19:42:07.096Zinfo: running `cargo check --bins` on nexus-inventory (173/267)
36112026-03-24T19:42:07.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36122026-03-24T19:42:07.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36132026-03-24T19:42:07.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36142026-03-24T19:42:07.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
36152026-03-24T19:42:07.976Z
36162026-03-24T19:42:07.976Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (174/267)
36172026-03-24T19:42:08.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36182026-03-24T19:42:08.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36192026-03-24T19:42:08.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36202026-03-24T19:42:08.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
36212026-03-24T19:42:08.825Z
36222026-03-24T19:42:08.825Zinfo: running `cargo check --bins --no-default-features` on sled-storage (175/267)
36232026-03-24T19:42:09.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242026-03-24T19:42:09.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252026-03-24T19:42:09.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36262026-03-24T19:42:09.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
36272026-03-24T19:42:09.666Z
36282026-03-24T19:42:09.666Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (176/267)
36292026-03-24T19:42:10.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302026-03-24T19:42:10.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312026-03-24T19:42:10.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36322026-03-24T19:42:10.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
36332026-03-24T19:42:10.504Z
36342026-03-24T19:42:10.504Zinfo: running `cargo check --bins` on key-manager (177/267)
36352026-03-24T19:42:11.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362026-03-24T19:42:11.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372026-03-24T19:42:11.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36382026-03-24T19:42:11.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
36392026-03-24T19:42:11.323Z
36402026-03-24T19:42:11.324Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (178/267)
36412026-03-24T19:42:12.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422026-03-24T19:42:12.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432026-03-24T19:42:12.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36442026-03-24T19:42:12.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
36452026-03-24T19:42:12.157Z
36462026-03-24T19:42:12.157Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (179/267)
36472026-03-24T19:42:12.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36482026-03-24T19:42:12.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36492026-03-24T19:42:12.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36502026-03-24T19:42:12.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
36512026-03-24T19:42:12.993Z
36522026-03-24T19:42:12.993Zinfo: running `cargo check --bins` on typed-rng (180/267)
36532026-03-24T19:42:13.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36542026-03-24T19:42:13.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36552026-03-24T19:42:13.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36562026-03-24T19:42:13.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
36572026-03-24T19:42:13.796Z
36582026-03-24T19:42:13.796Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (181/267)
36592026-03-24T19:42:14.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36602026-03-24T19:42:14.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36612026-03-24T19:42:14.987Z Compiling libefi-sys v0.1.0
36622026-03-24T19:42:14.990Z Compiling bitfield-struct v0.6.2
36632026-03-24T19:42:15.166Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36642026-03-24T19:42:15.182Z Compiling xshell-macros v0.2.7
36652026-03-24T19:42:15.201Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36662026-03-24T19:42:15.223Z Compiling salty v0.3.0
36672026-03-24T19:42:15.246Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36682026-03-24T19:42:15.267Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36692026-03-24T19:42:15.268Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36702026-03-24T19:42:15.612Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36712026-03-24T19:42:15.634Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36722026-03-24T19:42:15.655Z Checking xshell v0.2.7
36732026-03-24T19:42:15.800Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36742026-03-24T19:42:15.842Z Checking primeorder v0.13.6
36752026-03-24T19:42:15.895Z Compiling proc-macro-error-attr2 v2.0.0
36762026-03-24T19:42:15.899Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36772026-03-24T19:42:15.959Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36782026-03-24T19:42:15.985Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36792026-03-24T19:42:16.148Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36802026-03-24T19:42:16.172Z Checking p384 v0.13.1
36812026-03-24T19:42:16.215Z Compiling num-derive v0.3.3
36822026-03-24T19:42:16.308Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36832026-03-24T19:42:16.396Z Compiling proc-macro-error2 v2.0.1
36842026-03-24T19:42:16.562Z Compiling unicase v2.9.0
36852026-03-24T19:42:16.620Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36862026-03-24T19:42:16.770Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36872026-03-24T19:42:16.808Z Compiling tabled_derive v0.11.0
36882026-03-24T19:42:16.829Z Compiling mime_guess v2.0.5
36892026-03-24T19:42:16.911Z Compiling progenitor-impl v0.11.2
36902026-03-24T19:42:17.253Z Checking papergrid v0.17.0
36912026-03-24T19:42:17.389Z Checking libscf-sys v1.1.0
36922026-03-24T19:42:17.527Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36932026-03-24T19:42:17.559Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36942026-03-24T19:42:17.704Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36952026-03-24T19:42:17.741Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36962026-03-24T19:42:18.336Z Checking testing_table v0.3.0
36972026-03-24T19:42:18.387Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36982026-03-24T19:42:18.414Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36992026-03-24T19:42:18.455Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37002026-03-24T19:42:18.549Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37012026-03-24T19:42:18.605Z Checking corncobs v0.1.4
37022026-03-24T19:42:18.647Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37032026-03-24T19:42:18.699Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37042026-03-24T19:42:18.762Z Checking tabled v0.20.0
37052026-03-24T19:42:18.782Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37062026-03-24T19:42:18.922Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37072026-03-24T19:42:19.094Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37082026-03-24T19:42:19.157Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37092026-03-24T19:42:19.347Z Checking progenitor-client v0.11.2
37102026-03-24T19:42:19.582Z Checking secrecy v0.8.0
37112026-03-24T19:42:19.780Z Checking http-range v0.1.5
37122026-03-24T19:42:19.962Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37132026-03-24T19:42:20.159Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
37142026-03-24T19:42:20.241Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37152026-03-24T19:42:20.340Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37162026-03-24T19:42:20.448Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37172026-03-24T19:42:20.677Z Compiling progenitor-macro v0.11.2
37182026-03-24T19:42:20.705Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37192026-03-24T19:42:20.792Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
37202026-03-24T19:42:20.846Z Checking atty v0.2.14
37212026-03-24T19:42:20.883Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37222026-03-24T19:42:20.971Z Checking crc8 v0.1.1
37232026-03-24T19:42:21.098Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
37242026-03-24T19:42:21.282Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37252026-03-24T19:42:21.574Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37262026-03-24T19:42:21.608Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37272026-03-24T19:42:21.964Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37282026-03-24T19:42:22.028Z Checking hyper-staticfile v0.10.1
37292026-03-24T19:42:22.220Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37302026-03-24T19:42:22.321Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37312026-03-24T19:42:22.397Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37322026-03-24T19:42:22.400Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37332026-03-24T19:42:22.678Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37342026-03-24T19:42:22.736Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37352026-03-24T19:42:22.914Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37362026-03-24T19:42:23.075Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37372026-03-24T19:42:23.453Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37382026-03-24T19:42:23.561Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37392026-03-24T19:42:23.705Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37402026-03-24T19:42:23.760Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37412026-03-24T19:42:24.143Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37422026-03-24T19:42:24.348Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37432026-03-24T19:42:24.437Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37442026-03-24T19:42:24.904Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37452026-03-24T19:42:26.182Z Checking progenitor v0.11.2
37462026-03-24T19:42:26.345Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37472026-03-24T19:42:33.146Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37482026-03-24T19:42:49.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.17s
37492026-03-24T19:42:49.264Z
37502026-03-24T19:42:49.264Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (182/267)
37512026-03-24T19:42:50.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37522026-03-24T19:42:50.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37532026-03-24T19:42:50.368Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37542026-03-24T19:43:06.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.11s
37552026-03-24T19:43:06.627Z
37562026-03-24T19:43:06.628Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (183/267)
37572026-03-24T19:43:07.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37582026-03-24T19:43:07.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37592026-03-24T19:43:07.749Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37602026-03-24T19:43:23.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.00s
37612026-03-24T19:43:23.894Z
37622026-03-24T19:43:23.894Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (184/267)
37632026-03-24T19:43:24.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37642026-03-24T19:43:24.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37652026-03-24T19:43:25.010Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37662026-03-24T19:43:40.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.98s
37672026-03-24T19:43:41.138Z
37682026-03-24T19:43:41.139Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (185/267)
37692026-03-24T19:43:41.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37702026-03-24T19:43:41.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37712026-03-24T19:43:42.253Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37722026-03-24T19:43:58.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.93s
37732026-03-24T19:43:58.332Z
37742026-03-24T19:43:58.332Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (186/267)
37752026-03-24T19:43:59.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37762026-03-24T19:43:59.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37772026-03-24T19:43:59.447Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37782026-03-24T19:44:15.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.96s
37792026-03-24T19:44:15.564Z
37802026-03-24T19:44:15.564Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (187/267)
37812026-03-24T19:44:16.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37822026-03-24T19:44:16.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37832026-03-24T19:44:16.677Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37842026-03-24T19:44:32.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.03s
37852026-03-24T19:44:32.863Z
37862026-03-24T19:44:32.863Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (188/267)
37872026-03-24T19:44:33.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37882026-03-24T19:44:33.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37892026-03-24T19:44:33.973Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37902026-03-24T19:44:49.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.99s
37912026-03-24T19:44:50.120Z
37922026-03-24T19:44:50.120Zinfo: running `cargo check --bins` on bootstrap-agent-api (189/267)
37932026-03-24T19:44:50.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37942026-03-24T19:44:50.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37952026-03-24T19:44:50.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37962026-03-24T19:44:50.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
37972026-03-24T19:44:50.966Z
37982026-03-24T19:44:50.966Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (190/267)
37992026-03-24T19:44:51.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38002026-03-24T19:44:51.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38012026-03-24T19:44:51.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38022026-03-24T19:44:51.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38032026-03-24T19:44:51.819Z
38042026-03-24T19:44:51.819Zinfo: running `cargo check --bins` on range-requests (191/267)
38052026-03-24T19:44:55.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38062026-03-24T19:44:55.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38072026-03-24T19:44:55.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38082026-03-24T19:44:55.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38092026-03-24T19:44:55.865Z
38102026-03-24T19:44:55.865Zinfo: running `cargo check --bins` on repo-depot-api (192/267)
38112026-03-24T19:44:55.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38122026-03-24T19:44:55.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38132026-03-24T19:44:55.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38142026-03-24T19:44:55.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38152026-03-24T19:44:55.865Z
38162026-03-24T19:44:55.865Zinfo: running `cargo check --bins` on sled-agent-api (193/267)
38172026-03-24T19:44:55.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38182026-03-24T19:44:55.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38192026-03-24T19:44:55.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38202026-03-24T19:44:55.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38212026-03-24T19:44:55.865Z
38222026-03-24T19:44:55.865Zinfo: running `cargo check --bins` on sled-diagnostics (194/267)
38232026-03-24T19:44:55.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38242026-03-24T19:44:55.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38252026-03-24T19:44:55.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38262026-03-24T19:44:55.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38272026-03-24T19:44:55.865Z
38282026-03-24T19:44:55.865Zinfo: running `cargo check --bins` on zfs-test-harness (195/267)
38292026-03-24T19:44:57.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38302026-03-24T19:44:57.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38312026-03-24T19:44:57.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38322026-03-24T19:44:57.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38332026-03-24T19:44:57.429Z
38342026-03-24T19:44:57.429Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (196/267)
38352026-03-24T19:44:57.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38362026-03-24T19:44:57.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38372026-03-24T19:44:57.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38382026-03-24T19:44:57.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38392026-03-24T19:44:57.429Z
38402026-03-24T19:44:57.429Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (197/267)
38412026-03-24T19:44:58.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38422026-03-24T19:44:59.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38432026-03-24T19:44:59.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38442026-03-24T19:44:59.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38452026-03-24T19:44:59.234Z
38462026-03-24T19:44:59.234Zinfo: running `cargo check --bins` on sled-agent-health-monitor (198/267)
38472026-03-24T19:44:59.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38482026-03-24T19:44:59.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38492026-03-24T19:44:59.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38502026-03-24T19:44:59.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38512026-03-24T19:44:59.330Z
38522026-03-24T19:44:59.330Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (199/267)
38532026-03-24T19:44:59.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38542026-03-24T19:44:59.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38552026-03-24T19:44:59.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38562026-03-24T19:44:59.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38572026-03-24T19:44:59.372Z
38582026-03-24T19:44:59.372Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (200/267)
38592026-03-24T19:45:01.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38602026-03-24T19:45:03.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38612026-03-24T19:45:03.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38622026-03-24T19:45:03.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38632026-03-24T19:45:03.064Z
38642026-03-24T19:45:03.064Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (201/267)
38652026-03-24T19:45:03.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38662026-03-24T19:45:03.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38672026-03-24T19:45:03.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38682026-03-24T19:45:03.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38692026-03-24T19:45:03.064Z
38702026-03-24T19:45:03.064Zinfo: running `cargo check --bins` on trust-quorum (202/267)
38712026-03-24T19:45:03.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38722026-03-24T19:45:03.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38732026-03-24T19:45:03.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38742026-03-24T19:45:03.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38752026-03-24T19:45:03.130Z
38762026-03-24T19:45:03.130Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (203/267)
38772026-03-24T19:45:03.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38782026-03-24T19:45:03.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38792026-03-24T19:45:03.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38802026-03-24T19:45:03.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
38812026-03-24T19:45:03.130Z
38822026-03-24T19:45:03.130Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (204/267)
38832026-03-24T19:45:03.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38842026-03-24T19:45:03.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38852026-03-24T19:45:03.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38862026-03-24T19:45:03.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
38872026-03-24T19:45:03.731Z
38882026-03-24T19:45:03.731Zinfo: running `cargo check --bins` on update-common (205/267)
38892026-03-24T19:45:04.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38902026-03-24T19:45:04.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38912026-03-24T19:45:04.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38922026-03-24T19:45:04.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38932026-03-24T19:45:04.562Z
38942026-03-24T19:45:04.562Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (206/267)
38952026-03-24T19:45:05.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38962026-03-24T19:45:05.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38972026-03-24T19:45:05.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38982026-03-24T19:45:05.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
38992026-03-24T19:45:05.460Z
39002026-03-24T19:45:05.460Zinfo: running `cargo check --bins` on reconfigurator-cli (207/267)
39012026-03-24T19:45:06.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39022026-03-24T19:45:06.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39032026-03-24T19:45:06.564Z Compiling fs-err v2.11.0
39042026-03-24T19:45:06.568Z Checking ignore v0.4.25
39052026-03-24T19:45:06.726Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39062026-03-24T19:45:06.738Z Checking predicates-tree v1.0.13
39072026-03-24T19:45:06.752Z Checking parse-size v1.1.0
39082026-03-24T19:45:06.771Z Checking rand_seeder v0.4.0
39092026-03-24T19:45:06.775Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39102026-03-24T19:45:06.809Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39112026-03-24T19:45:06.865Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39122026-03-24T19:45:06.896Z Compiling petname v2.0.2
39132026-03-24T19:45:06.952Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39142026-03-24T19:45:07.141Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39152026-03-24T19:45:07.161Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39162026-03-24T19:45:07.238Z Checking globwalk v0.9.1
39172026-03-24T19:45:07.265Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39182026-03-24T19:45:07.368Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39192026-03-24T19:45:07.469Z Checking camino-tempfile-ext v0.3.3
39202026-03-24T19:45:07.490Z Checking sapling-renderdag v0.1.0
39212026-03-24T19:45:07.598Z Checking sync-ptr v0.1.4
39222026-03-24T19:45:07.733Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39232026-03-24T19:45:07.750Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39242026-03-24T19:45:07.832Z Checking colored v2.2.0
39252026-03-24T19:45:07.861Z Checking assert_matches v1.5.0
39262026-03-24T19:45:08.203Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39272026-03-24T19:45:08.307Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39282026-03-24T19:45:08.310Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39292026-03-24T19:45:09.077Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39302026-03-24T19:45:10.880Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39312026-03-24T19:45:13.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.34s
39322026-03-24T19:45:14.055Z
39332026-03-24T19:45:14.055Zinfo: running `cargo check --bins` on omicron-repl-utils (208/267)
39342026-03-24T19:45:14.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39352026-03-24T19:45:14.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39362026-03-24T19:45:14.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39372026-03-24T19:45:14.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
39382026-03-24T19:45:14.855Z
39392026-03-24T19:45:14.855Zinfo: running `cargo check --bins` on nexus-test-interface (209/267)
39402026-03-24T19:45:15.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39412026-03-24T19:45:15.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39422026-03-24T19:45:15.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39432026-03-24T19:45:15.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
39442026-03-24T19:45:15.759Z
39452026-03-24T19:45:15.759Zinfo: running `cargo check --bins` on oximeter-collector (210/267)
39462026-03-24T19:45:16.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39472026-03-24T19:45:16.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39482026-03-24T19:45:16.785Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39492026-03-24T19:45:16.785Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39502026-03-24T19:45:17.637Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39512026-03-24T19:45:19.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
39522026-03-24T19:45:19.910Z
39532026-03-24T19:45:19.910Zinfo: running `cargo check --bins` on oximeter-api (211/267)
39542026-03-24T19:45:20.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39552026-03-24T19:45:20.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39562026-03-24T19:45:20.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39572026-03-24T19:45:20.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
39582026-03-24T19:45:20.732Z
39592026-03-24T19:45:20.732Zinfo: running `cargo check --bins` on cert-dev (212/267)
39602026-03-24T19:45:21.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39612026-03-24T19:45:21.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39622026-03-24T19:45:21.588Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39632026-03-24T19:45:21.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
39642026-03-24T19:45:22.158Z
39652026-03-24T19:45:22.158Zinfo: running `cargo check --bins` on clickana (213/267)
39662026-03-24T19:45:22.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39672026-03-24T19:45:22.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39682026-03-24T19:45:23.067Z Compiling darling_core v0.23.0
39692026-03-24T19:45:23.214Z Compiling instability v0.3.11
39702026-03-24T19:45:23.217Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39712026-03-24T19:45:23.217Z Checking castaway v0.2.4
39722026-03-24T19:45:23.217Z Compiling indoc v2.0.7
39732026-03-24T19:45:23.218Z Checking unicode-truncate v1.1.0
39742026-03-24T19:45:23.221Z Checking lru v0.12.5
39752026-03-24T19:45:23.221Z Checking cassowary v0.3.0
39762026-03-24T19:45:23.464Z Checking compact_str v0.8.1
39772026-03-24T19:45:24.595Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39782026-03-24T19:45:24.818Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39792026-03-24T19:45:25.198Z Compiling darling_macro v0.23.0
39802026-03-24T19:45:25.729Z Compiling darling v0.23.0
39812026-03-24T19:45:26.520Z Checking ratatui v0.29.0
39822026-03-24T19:45:28.058Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39832026-03-24T19:45:28.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.74s
39842026-03-24T19:45:29.128Z
39852026-03-24T19:45:29.128Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (214/267)
39862026-03-24T19:45:29.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-03-24T19:45:29.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-03-24T19:45:30.156Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39892026-03-24T19:45:30.161Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39902026-03-24T19:45:30.913Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39912026-03-24T19:45:31.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.29s
39922026-03-24T19:45:31.663Z
39932026-03-24T19:45:31.663Zinfo: running `cargo check --bins` on ch-dev (215/267)
39942026-03-24T19:45:32.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39952026-03-24T19:45:32.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39962026-03-24T19:45:32.666Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39972026-03-24T19:45:33.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.92s
39982026-03-24T19:45:33.841Z
39992026-03-24T19:45:33.841Zinfo: running `cargo check --bins` on dev-tools-common (216/267)
40002026-03-24T19:45:34.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40012026-03-24T19:45:34.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40022026-03-24T19:45:34.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40032026-03-24T19:45:34.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
40042026-03-24T19:45:34.474Z
40052026-03-24T19:45:34.474Zinfo: running `cargo check --bins` on crdb-seed (217/267)
40062026-03-24T19:45:35.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40072026-03-24T19:45:35.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40082026-03-24T19:45:35.493Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40092026-03-24T19:45:36.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
40102026-03-24T19:45:36.274Z
40112026-03-24T19:45:36.274Zinfo: running `cargo check --bins` on db-dev (218/267)
40122026-03-24T19:45:37.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40132026-03-24T19:45:37.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40142026-03-24T19:45:37.292Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40152026-03-24T19:45:38.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s
40162026-03-24T19:45:38.479Z
40172026-03-24T19:45:38.479Zinfo: running `cargo check --bins` on omicron-dev-lib (219/267)
40182026-03-24T19:45:39.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-03-24T19:45:39.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-03-24T19:45:39.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40212026-03-24T19:45:39.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
40222026-03-24T19:45:39.360Z
40232026-03-24T19:45:39.360Zinfo: running `cargo check --bins` on xtask-downloader (220/267)
40242026-03-24T19:45:40.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40252026-03-24T19:45:40.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40262026-03-24T19:45:40.216Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40272026-03-24T19:45:41.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
40282026-03-24T19:45:41.333Z
40292026-03-24T19:45:41.333Zinfo: running `cargo check --bins` on omicron-dropshot-apis (221/267)
40302026-03-24T19:45:42.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40312026-03-24T19:45:42.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40322026-03-24T19:45:42.378Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40332026-03-24T19:45:42.378Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40342026-03-24T19:45:42.383Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
40352026-03-24T19:45:42.383Z Checking git-stub v1.0.0
40362026-03-24T19:45:42.522Z Compiling trait-variant v0.1.2
40372026-03-24T19:45:42.537Z Checking is_ci v1.2.0
40382026-03-24T19:45:42.550Z Checking maplit v1.0.2
40392026-03-24T19:45:42.583Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40402026-03-24T19:45:42.663Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40412026-03-24T19:45:42.718Z Checking supports-color v3.0.2
40422026-03-24T19:45:42.737Z Checking git-stub-vcs v0.1.0
40432026-03-24T19:45:42.816Z Checking drift v0.1.3
40442026-03-24T19:45:42.872Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40452026-03-24T19:45:42.895Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40462026-03-24T19:45:42.987Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40472026-03-24T19:45:43.137Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40482026-03-24T19:45:43.190Z Checking dropshot-api-manager v0.6.0
40492026-03-24T19:45:43.221Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
40502026-03-24T19:45:43.242Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40512026-03-24T19:45:43.510Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40522026-03-24T19:45:43.535Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40532026-03-24T19:45:43.832Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
40542026-03-24T19:45:44.187Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40552026-03-24T19:45:51.235Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40562026-03-24T19:45:52.684Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40572026-03-24T19:45:53.472Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40582026-03-24T19:45:54.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.65s
40592026-03-24T19:45:54.240Z
40602026-03-24T19:45:54.240Zinfo: running `cargo check --bins` on installinator-api (222/267)
40612026-03-24T19:45:54.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40622026-03-24T19:45:54.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40632026-03-24T19:45:54.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40642026-03-24T19:45:54.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
40652026-03-24T19:45:55.066Z
40662026-03-24T19:45:55.066Zinfo: running `cargo check --bins` on nexus-external-api (223/267)
40672026-03-24T19:45:55.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40682026-03-24T19:45:55.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40692026-03-24T19:45:55.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40702026-03-24T19:45:55.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
40712026-03-24T19:45:55.941Z
40722026-03-24T19:45:55.941Zinfo: running `cargo check --bins` on nexus-internal-api (224/267)
40732026-03-24T19:45:56.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40742026-03-24T19:45:56.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40752026-03-24T19:45:56.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40762026-03-24T19:45:56.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
40772026-03-24T19:45:56.819Z
40782026-03-24T19:45:56.819Zinfo: running `cargo check --bins` on nexus-lockstep-api (225/267)
40792026-03-24T19:45:57.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40802026-03-24T19:45:57.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40812026-03-24T19:45:57.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40822026-03-24T19:45:57.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
40832026-03-24T19:45:57.690Z
40842026-03-24T19:45:57.690Zinfo: running `cargo check --bins` on ntp-admin-api (226/267)
40852026-03-24T19:45:58.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40862026-03-24T19:45:58.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40872026-03-24T19:45:58.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40882026-03-24T19:45:58.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
40892026-03-24T19:45:58.507Z
40902026-03-24T19:45:58.507Zinfo: running `cargo check --bins` on ntp-admin-types-versions (227/267)
40912026-03-24T19:45:59.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40922026-03-24T19:45:59.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40932026-03-24T19:45:59.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40942026-03-24T19:45:59.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
40952026-03-24T19:45:59.304Z
40962026-03-24T19:45:59.304Zinfo: running `cargo check --bins` on wicketd-api (228/267)
40972026-03-24T19:46:00.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40982026-03-24T19:46:00.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40992026-03-24T19:46:00.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41002026-03-24T19:46:00.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
41012026-03-24T19:46:00.153Z
41022026-03-24T19:46:00.153Zinfo: running `cargo check --bins` on omicron-ls-apis (229/267)
41032026-03-24T19:46:00.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41042026-03-24T19:46:00.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41052026-03-24T19:46:00.997Z Checking erased-serde v0.4.9
41062026-03-24T19:46:01.124Z Checking ordered-float v2.10.1
41072026-03-24T19:46:01.147Z Checking unicode-xid v0.2.6
41082026-03-24T19:46:01.194Z Checking cargo-platform v0.2.0
41092026-03-24T19:46:01.412Z Checking serde-value v0.7.0
41102026-03-24T19:46:01.580Z Checking serde-untagged v0.1.9
41112026-03-24T19:46:01.790Z Checking cargo-util-schemas v0.8.2
41122026-03-24T19:46:02.785Z Checking cargo_metadata v0.21.0
41132026-03-24T19:46:03.650Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41142026-03-24T19:46:04.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s
41152026-03-24T19:46:04.786Z
41162026-03-24T19:46:04.786Zinfo: running `cargo check --bins` on mgs-dev (230/267)
41172026-03-24T19:46:05.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41182026-03-24T19:46:05.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41192026-03-24T19:46:05.838Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41202026-03-24T19:46:06.615Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41212026-03-24T19:46:07.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.44s
41222026-03-24T19:46:07.483Z
41232026-03-24T19:46:07.483Zinfo: running `cargo check --bins` on omicron-omdb (231/267)
41242026-03-24T19:46:08.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41252026-03-24T19:46:08.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41262026-03-24T19:46:08.708Z Compiling vergen-gitcl v1.0.8
41272026-03-24T19:46:08.709Z Compiling dirs-sys-next v0.1.2
41282026-03-24T19:46:08.712Z Compiling diesel_derives v2.3.7
41292026-03-24T19:46:08.712Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41302026-03-24T19:46:08.712Z Compiling glob v0.3.3
41312026-03-24T19:46:08.712Z Compiling crunchy v0.2.4
41322026-03-24T19:46:08.712Z Compiling dsl_auto_type v0.2.0
41332026-03-24T19:46:08.712Z Checking scheduled-thread-pool v0.2.7
41342026-03-24T19:46:09.092Z Compiling dirs-next v2.0.0
41352026-03-24T19:46:09.229Z Compiling diesel_table_macro_syntax v0.3.0
41362026-03-24T19:46:09.268Z Compiling tiny-keccak v2.0.2
41372026-03-24T19:46:09.276Z Compiling term v0.7.0
41382026-03-24T19:46:09.435Z Checking r2d2 v0.8.10
41392026-03-24T19:46:09.455Z Compiling clang-sys v1.8.1
41402026-03-24T19:46:09.498Z Compiling bit-vec v0.6.3
41412026-03-24T19:46:09.549Z Checking downcast-rs v2.0.2
41422026-03-24T19:46:09.672Z Compiling ascii-canvas v3.0.0
41432026-03-24T19:46:09.797Z Compiling bit-set v0.5.3
41442026-03-24T19:46:09.937Z Compiling itertools v0.10.5
41452026-03-24T19:46:10.007Z Compiling ena v0.14.4
41462026-03-24T19:46:10.011Z Compiling libloading v0.8.9
41472026-03-24T19:46:10.064Z Compiling bindgen v0.71.1
41482026-03-24T19:46:10.084Z Compiling regex-syntax v0.6.29
41492026-03-24T19:46:10.236Z Compiling diff v0.1.13
41502026-03-24T19:46:10.301Z Compiling cexpr v0.6.0
41512026-03-24T19:46:10.581Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41522026-03-24T19:46:10.632Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41532026-03-24T19:46:10.839Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41542026-03-24T19:46:10.866Z Compiling libxml v0.3.3
41552026-03-24T19:46:11.146Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41562026-03-24T19:46:11.252Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41572026-03-24T19:46:11.375Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41582026-03-24T19:46:11.538Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41592026-03-24T19:46:11.593Z Compiling strum_macros v0.24.3
41602026-03-24T19:46:11.614Z Compiling indoc v1.0.9
41612026-03-24T19:46:12.183Z Compiling lalrpop v0.19.12
41622026-03-24T19:46:12.983Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41632026-03-24T19:46:13.029Z Checking derive_builder v0.20.2
41642026-03-24T19:46:13.176Z Compiling oso-derive v0.27.3
41652026-03-24T19:46:13.220Z Checking quick-xml v0.37.5
41662026-03-24T19:46:13.410Z Compiling impl-trait-for-tuples v0.2.3
41672026-03-24T19:46:13.804Z Checking openssl-probe v0.1.6
41682026-03-24T19:46:13.980Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41692026-03-24T19:46:14.428Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41702026-03-24T19:46:14.669Z Checking bb8 v0.8.6
41712026-03-24T19:46:15.031Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41722026-03-24T19:46:15.089Z Checking nonempty v0.12.0
41732026-03-24T19:46:15.299Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41742026-03-24T19:46:15.322Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41752026-03-24T19:46:15.597Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41762026-03-24T19:46:15.616Z Checking support-bundle-viewer v0.1.2
41772026-03-24T19:46:15.619Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41782026-03-24T19:46:15.760Z Checking multimap v0.10.1
41792026-03-24T19:46:16.863Z Checking diesel v2.3.7
41802026-03-24T19:46:18.698Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41812026-03-24T19:46:19.930Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41822026-03-24T19:46:20.416Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41832026-03-24T19:46:20.947Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41842026-03-24T19:46:22.270Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41852026-03-24T19:46:22.296Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41862026-03-24T19:46:22.460Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41872026-03-24T19:46:23.179Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41882026-03-24T19:46:25.846Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41892026-03-24T19:46:31.844Z Compiling samael v0.0.19
41902026-03-24T19:46:37.359Z Checking async-bb8-diesel v0.2.1
41912026-03-24T19:46:37.817Z Checking diesel-dtrace v0.5.0
41922026-03-24T19:46:39.132Z Compiling polar-core v0.27.3
41932026-03-24T19:46:44.973Z Checking oso v0.27.3
41942026-03-24T19:47:40.094Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41952026-03-24T19:48:26.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s
41962026-03-24T19:48:26.864Z
41972026-03-24T19:48:26.864Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (232/267)
41982026-03-24T19:48:27.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41992026-03-24T19:48:27.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42002026-03-24T19:48:27.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42012026-03-24T19:48:28.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
42022026-03-24T19:48:28.657Z
42032026-03-24T19:48:28.657Zinfo: running `cargo check --bins` on nexus-saga-recovery (233/267)
42042026-03-24T19:48:28.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42052026-03-24T19:48:28.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42062026-03-24T19:48:28.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42072026-03-24T19:48:28.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
42082026-03-24T19:48:28.660Z
42092026-03-24T19:48:28.660Zinfo: running `cargo check --bins` on nexus-test-utils-macros (234/267)
42102026-03-24T19:48:29.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-03-24T19:48:29.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-03-24T19:48:29.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42132026-03-24T19:48:29.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
42142026-03-24T19:48:29.455Z
42152026-03-24T19:48:29.455Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (235/267)
42162026-03-24T19:48:30.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42172026-03-24T19:48:30.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42182026-03-24T19:48:30.675Z Compiling libz-sys v1.1.24
42192026-03-24T19:48:30.832Z Compiling libgit2-sys v0.18.3+1.9.2
42202026-03-24T19:48:30.850Z Compiling vergen-git2 v1.0.7
42212026-03-24T19:48:30.864Z Compiling rustls v0.21.12
42222026-03-24T19:48:30.881Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42232026-03-24T19:48:30.899Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42242026-03-24T19:48:30.907Z Checking sct v0.7.1
42252026-03-24T19:48:30.907Z Checking rustls-webpki v0.101.7
42262026-03-24T19:48:31.074Z Compiling nix v0.29.0
42272026-03-24T19:48:31.129Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42282026-03-24T19:48:31.171Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42292026-03-24T19:48:31.196Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42302026-03-24T19:48:31.347Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42312026-03-24T19:48:31.519Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42322026-03-24T19:48:31.539Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42332026-03-24T19:48:31.616Z Checking rustls-pemfile v1.0.4
42342026-03-24T19:48:31.782Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42352026-03-24T19:48:31.923Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42362026-03-24T19:48:32.112Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42372026-03-24T19:48:32.152Z Checking twox-hash v2.1.2
42382026-03-24T19:48:32.269Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42392026-03-24T19:48:32.951Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42402026-03-24T19:48:33.115Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42412026-03-24T19:48:33.148Z Checking tokio-rustls v0.24.1
42422026-03-24T19:48:33.273Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42432026-03-24T19:48:33.397Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42442026-03-24T19:48:33.572Z Checking fatfs v0.3.6
42452026-03-24T19:48:33.789Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42462026-03-24T19:48:34.100Z Compiling seq-macro v0.3.6
42472026-03-24T19:48:38.913Z Compiling git2 v0.20.4
42482026-03-24T19:48:39.986Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42492026-03-24T19:48:40.141Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42502026-03-24T19:48:42.175Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42512026-03-24T19:49:51.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
42522026-03-24T19:49:51.751Z
42532026-03-24T19:49:51.751Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (236/267)
42542026-03-24T19:49:52.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42552026-03-24T19:49:52.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42562026-03-24T19:49:52.986Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42572026-03-24T19:50:52.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
42582026-03-24T19:50:52.643Z
42592026-03-24T19:50:52.643Zinfo: running `cargo check --bins` on nexus-background-task-interface (237/267)
42602026-03-24T19:50:53.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42612026-03-24T19:50:53.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42622026-03-24T19:50:53.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42632026-03-24T19:50:53.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
42642026-03-24T19:50:53.457Z
42652026-03-24T19:50:53.457Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (238/267)
42662026-03-24T19:50:54.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42672026-03-24T19:50:54.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42682026-03-24T19:50:54.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42692026-03-24T19:50:54.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
42702026-03-24T19:50:54.367Z
42712026-03-24T19:50:54.367Zinfo: running `cargo check --bins` on nexus-mgs-updates (239/267)
42722026-03-24T19:50:55.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42732026-03-24T19:50:55.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42742026-03-24T19:50:55.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42752026-03-24T19:50:55.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
42762026-03-24T19:50:55.254Z
42772026-03-24T19:50:55.254Zinfo: running `cargo check --bins` on nexus-networking (240/267)
42782026-03-24T19:50:56.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42792026-03-24T19:50:56.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42802026-03-24T19:50:56.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42812026-03-24T19:50:56.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
42822026-03-24T19:50:56.146Z
42832026-03-24T19:50:56.147Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (241/267)
42842026-03-24T19:50:56.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42852026-03-24T19:50:56.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42862026-03-24T19:50:56.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42872026-03-24T19:50:56.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
42882026-03-24T19:50:57.047Z
42892026-03-24T19:50:57.047Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (242/267)
42902026-03-24T19:50:57.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42912026-03-24T19:50:57.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42922026-03-24T19:50:57.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42932026-03-24T19:50:57.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
42942026-03-24T19:50:57.943Z
42952026-03-24T19:50:57.943Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/267)
42962026-03-24T19:50:58.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42972026-03-24T19:50:58.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42982026-03-24T19:50:58.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42992026-03-24T19:50:58.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
43002026-03-24T19:50:58.815Z
43012026-03-24T19:50:58.815Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/267)
43022026-03-24T19:50:59.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43032026-03-24T19:50:59.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43042026-03-24T19:50:59.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43052026-03-24T19:50:59.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
43062026-03-24T19:50:59.722Z
43072026-03-24T19:50:59.722Zinfo: running `cargo check --bins` on omicron-dev (245/267)
43082026-03-24T19:51:00.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43092026-03-24T19:51:00.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43102026-03-24T19:51:00.987Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43112026-03-24T19:51:00.990Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43122026-03-24T19:51:01.182Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43132026-03-24T19:51:01.207Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43142026-03-24T19:51:01.211Z Checking yansi v1.0.1
43152026-03-24T19:51:01.211Z Checking diff v0.1.13
43162026-03-24T19:51:01.267Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43172026-03-24T19:51:01.271Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43182026-03-24T19:51:01.396Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43192026-03-24T19:51:01.589Z Checking pretty_assertions v1.4.1
43202026-03-24T19:51:02.448Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43212026-03-24T19:51:35.247Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43222026-03-24T19:51:35.257Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43232026-03-24T19:51:35.258Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43242026-03-24T19:51:35.258Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43252026-03-24T19:51:35.258Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43262026-03-24T19:51:35.258Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43272026-03-24T19:51:36.164Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43282026-03-24T19:51:40.773Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43292026-03-24T19:52:37.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
43302026-03-24T19:52:37.639Z
43312026-03-24T19:52:37.639Zinfo: running `cargo check --bins` on omicron-pins (246/267)
43322026-03-24T19:52:38.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43332026-03-24T19:52:38.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43342026-03-24T19:52:38.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43352026-03-24T19:52:38.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
43362026-03-24T19:52:38.442Z
43372026-03-24T19:52:38.442Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (247/267)
43382026-03-24T19:52:39.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43392026-03-24T19:52:39.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43402026-03-24T19:52:39.532Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43412026-03-24T19:52:39.680Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43422026-03-24T19:52:39.683Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43432026-03-24T19:53:16.791Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43442026-03-24T19:53:17.267Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43452026-03-24T19:53:19.625Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43462026-03-24T19:53:20.177Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43472026-03-24T19:53:24.319Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43482026-03-24T19:53:56.384Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43492026-03-24T19:53:57.197Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43502026-03-24T19:53:59.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
43512026-03-24T19:53:59.569Z
43522026-03-24T19:53:59.569Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (248/267)
43532026-03-24T19:54:00.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43542026-03-24T19:54:00.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43552026-03-24T19:54:00.570Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43562026-03-24T19:54:01.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
43572026-03-24T19:54:01.705Z
43582026-03-24T19:54:01.705Zinfo: running `cargo check --bins` on omicron-releng (249/267)
43592026-03-24T19:54:02.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43602026-03-24T19:54:02.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43612026-03-24T19:54:02.623Z Compiling blake3 v1.8.3
43622026-03-24T19:54:02.756Z Checking constant_time_eq v0.4.2
43632026-03-24T19:54:02.756Z Checking arrayref v0.3.9
43642026-03-24T19:54:02.760Z Checking arrayvec v0.7.6
43652026-03-24T19:54:02.795Z Checking topological-sort v0.2.2
43662026-03-24T19:54:02.799Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43672026-03-24T19:54:02.799Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43682026-03-24T19:54:02.799Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43692026-03-24T19:54:02.860Z Checking shell-words v1.1.1
43702026-03-24T19:54:03.768Z Checking omicron-zone-package v0.12.2
43712026-03-24T19:54:04.763Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43722026-03-24T19:54:05.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
43732026-03-24T19:54:06.127Z
43742026-03-24T19:54:06.128Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (250/267)
43752026-03-24T19:54:06.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43762026-03-24T19:54:06.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43772026-03-24T19:54:07.032Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43782026-03-24T19:54:07.430Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43792026-03-24T19:54:07.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s
43802026-03-24T19:54:08.169Z
43812026-03-24T19:54:08.169Zinfo: running `cargo check --bins` on xtask (251/267)
43822026-03-24T19:54:08.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43832026-03-24T19:54:08.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43842026-03-24T19:54:08.801Z Checking libc v0.2.180
43852026-03-24T19:54:08.899Z Checking serde v1.0.228
43862026-03-24T19:54:08.909Z Checking zerofrom v0.1.6
43872026-03-24T19:54:08.916Z Checking bitflags v2.11.0
43882026-03-24T19:54:08.926Z Checking hashbrown v0.16.1
43892026-03-24T19:54:08.929Z Checking smallvec v1.15.1
43902026-03-24T19:54:08.951Z Checking serde_json v1.0.149
43912026-03-24T19:54:08.954Z Checking scroll v0.12.0
43922026-03-24T19:54:09.043Z Checking yoke v0.8.1
43932026-03-24T19:54:09.107Z Checking num-traits v0.2.19
43942026-03-24T19:54:09.170Z Checking thiserror v1.0.69
43952026-03-24T19:54:09.261Z Checking zerovec v0.11.5
43962026-03-24T19:54:09.261Z Checking zerotrie v0.2.3
43972026-03-24T19:54:09.293Z Checking log v0.4.29
43982026-03-24T19:54:09.335Z Checking errno v0.3.14
43992026-03-24T19:54:09.460Z Checking serde_spanned v0.6.9
44002026-03-24T19:54:09.481Z Checking rustix v1.1.3
44012026-03-24T19:54:09.515Z Checking toml_datetime v0.6.11
44022026-03-24T19:54:09.554Z Checking indexmap v2.13.0
44032026-03-24T19:54:09.575Z Checking percent-encoding v2.3.2
44042026-03-24T19:54:09.616Z Checking goblin v0.8.2
44052026-03-24T19:54:09.751Z Checking form_urlencoded v1.2.2
44062026-03-24T19:54:09.765Z Checking zerocopy v0.7.35
44072026-03-24T19:54:09.814Z Checking getrandom v0.4.1
44082026-03-24T19:54:09.871Z Checking tinystr v0.8.2
44092026-03-24T19:54:09.898Z Checking potential_utf v0.1.4
44102026-03-24T19:54:09.914Z Checking ordered-float v2.10.1
44112026-03-24T19:54:09.984Z Checking thiserror v2.0.18
44122026-03-24T19:54:10.062Z Checking icu_collections v2.1.1
44132026-03-24T19:54:10.100Z Checking icu_locale_core v2.1.1
44142026-03-24T19:54:10.114Z Checking syn v2.0.117
44152026-03-24T19:54:10.233Z Checking serde-value v0.7.0
44162026-03-24T19:54:10.299Z Checking toml_edit v0.22.27
44172026-03-24T19:54:10.467Z Checking dtrace-parser v0.2.0
44182026-03-24T19:54:10.483Z Checking thread-id v4.2.2
44192026-03-24T19:54:10.504Z Checking once_cell v1.21.3
44202026-03-24T19:54:10.580Z Checking cargo-platform v0.2.0
44212026-03-24T19:54:10.645Z Checking terminal_size v0.4.3
44222026-03-24T19:54:10.723Z Checking tempfile v3.25.0
44232026-03-24T19:54:10.777Z Checking memmap v0.7.0
44242026-03-24T19:54:10.792Z Checking clap_builder v4.5.60
44252026-03-24T19:54:10.806Z Checking textwrap v0.16.2
44262026-03-24T19:54:10.870Z Checking icu_provider v2.1.1
44272026-03-24T19:54:10.942Z Checking fs-err v3.3.0
44282026-03-24T19:54:10.973Z Checking camino-tempfile v1.4.1
44292026-03-24T19:54:11.078Z Checking tabled v0.15.0
44302026-03-24T19:54:11.174Z Checking anyhow v1.0.102
44312026-03-24T19:54:11.178Z Checking icu_properties v2.1.2
44322026-03-24T19:54:11.179Z Checking icu_normalizer v2.1.1
44332026-03-24T19:54:11.437Z Checking macaddr v1.0.1
44342026-03-24T19:54:11.598Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44352026-03-24T19:54:11.808Z Checking toml v0.8.23
44362026-03-24T19:54:12.220Z Checking dof v0.3.0
44372026-03-24T19:54:12.254Z Checking cargo_toml v0.21.0
44382026-03-24T19:54:12.328Z Checking idna_adapter v1.2.1
44392026-03-24T19:54:12.466Z Checking clap v4.5.60
44402026-03-24T19:54:12.480Z Checking idna v1.1.0
44412026-03-24T19:54:12.688Z Checking usdt-impl v0.5.0
44422026-03-24T19:54:12.775Z Checking url v2.5.8
44432026-03-24T19:54:13.020Z Checking usdt v0.5.0
44442026-03-24T19:54:13.246Z Checking cargo-util-schemas v0.8.2
44452026-03-24T19:54:14.250Z Checking cargo_metadata v0.21.0
44462026-03-24T19:54:15.116Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44472026-03-24T19:54:15.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.51s
44482026-03-24T19:54:15.839Z
44492026-03-24T19:54:15.839Zinfo: running `cargo check --bins` on end-to-end-tests (252/267)
44502026-03-24T19:54:16.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44512026-03-24T19:54:16.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44522026-03-24T19:54:16.966Z Checking polyval v0.6.2
44532026-03-24T19:54:17.119Z Checking ctr v0.9.2
44542026-03-24T19:54:17.137Z Checking ssh-encoding v0.2.0
44552026-03-24T19:54:17.140Z Checking blowfish v0.9.1
44562026-03-24T19:54:17.177Z Checking password-hash v0.4.2
44572026-03-24T19:54:17.200Z Checking p256 v0.13.2
44582026-03-24T19:54:17.204Z Checking p521 v0.13.3
44592026-03-24T19:54:17.239Z Checking russh-cryptovec v0.7.3
44602026-03-24T19:54:17.300Z Checking ghash v0.5.1
44612026-03-24T19:54:17.323Z Checking md5 v0.7.0
44622026-03-24T19:54:17.342Z Checking bcrypt-pbkdf v0.10.0
44632026-03-24T19:54:17.372Z Checking num-bigint v0.4.6
44642026-03-24T19:54:17.404Z Checking des v0.8.1
44652026-03-24T19:54:17.444Z Checking aes-gcm v0.10.3
44662026-03-24T19:54:17.466Z Checking pbkdf2 v0.11.0
44672026-03-24T19:54:17.525Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44682026-03-24T19:54:17.544Z Checking hex-literal v0.4.1
44692026-03-24T19:54:17.564Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44702026-03-24T19:54:17.599Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44712026-03-24T19:54:17.635Z Checking ssh-cipher v0.2.0
44722026-03-24T19:54:17.663Z Checking socket2 v0.5.10
44732026-03-24T19:54:17.683Z Checking internet-checksum v0.2.1
44742026-03-24T19:54:17.849Z Checking ssh-key v0.6.7
44752026-03-24T19:54:18.035Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44762026-03-24T19:54:18.743Z Checking russh-keys v0.45.0
44772026-03-24T19:54:19.495Z Checking russh v0.45.0
44782026-03-24T19:54:41.540Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44792026-03-24T19:54:43.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.22s
44802026-03-24T19:54:43.371Z
44812026-03-24T19:54:43.371Zinfo: running `cargo check --bins` on gateway-cli (253/267)
44822026-03-24T19:54:44.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44832026-03-24T19:54:44.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44842026-03-24T19:54:44.238Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44852026-03-24T19:54:44.384Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44862026-03-24T19:54:44.391Z Checking termios v0.3.3
44872026-03-24T19:54:46.107Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44882026-03-24T19:54:46.284Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44892026-03-24T19:54:48.998Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44902026-03-24T19:54:49.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.32s
44912026-03-24T19:54:53.760Z
44922026-03-24T19:54:53.761Zinfo: running `cargo check --bins --no-default-features` on installinator (254/267)
44932026-03-24T19:54:53.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44942026-03-24T19:54:53.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44952026-03-24T19:54:53.793Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44962026-03-24T19:54:53.793Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44972026-03-24T19:54:53.793Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44982026-03-24T19:54:53.793Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44992026-03-24T19:54:53.793Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45002026-03-24T19:54:53.793Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45012026-03-24T19:54:53.793Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45022026-03-24T19:54:53.794Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45032026-03-24T19:54:53.794Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45042026-03-24T19:54:53.794Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45052026-03-24T19:54:53.794Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45062026-03-24T19:54:55.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.66s
45072026-03-24T19:54:55.778Z
45082026-03-24T19:54:55.779Zinfo: running `cargo check --bins` on internal-dns-cli (255/267)
45092026-03-24T19:54:56.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45102026-03-24T19:54:56.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45112026-03-24T19:54:56.670Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45122026-03-24T19:54:57.245Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45132026-03-24T19:54:57.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
45142026-03-24T19:54:57.895Z
45152026-03-24T19:54:57.895Zinfo: running `cargo check --bins` on omicron-live-tests (256/267)
45162026-03-24T19:54:58.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45172026-03-24T19:54:58.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45182026-03-24T19:54:58.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45192026-03-24T19:54:58.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
45202026-03-24T19:54:58.706Z
45212026-03-24T19:54:58.706Zinfo: running `cargo check --bins` on live-tests-macros (257/267)
45222026-03-24T19:54:59.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45232026-03-24T19:54:59.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45242026-03-24T19:54:59.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45252026-03-24T19:54:59.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
45262026-03-24T19:54:59.523Z
45272026-03-24T19:54:59.523Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (258/267)
45282026-03-24T19:55:00.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45292026-03-24T19:55:00.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45302026-03-24T19:55:00.587Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45312026-03-24T19:55:01.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
45322026-03-24T19:55:01.560Z
45332026-03-24T19:55:01.560Zinfo: running `cargo check --bins` on omicron-ntp-admin (259/267)
45342026-03-24T19:55:02.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45352026-03-24T19:55:02.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45362026-03-24T19:55:02.463Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45372026-03-24T19:55:02.466Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45382026-03-24T19:55:02.773Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45392026-03-24T19:55:02.776Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45402026-03-24T19:55:03.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s
45412026-03-24T19:55:03.996Z
45422026-03-24T19:55:03.996Zinfo: running `cargo check --bins` on ntp-admin-types (260/267)
45432026-03-24T19:55:04.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-03-24T19:55:04.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-03-24T19:55:04.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45462026-03-24T19:55:04.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
45472026-03-24T19:55:04.801Z
45482026-03-24T19:55:04.801Zinfo: running `cargo check --bins` on omicron-package (261/267)
45492026-03-24T19:55:05.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45502026-03-24T19:55:05.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45512026-03-24T19:55:05.729Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45522026-03-24T19:55:07.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.30s
45532026-03-24T19:55:07.349Z
45542026-03-24T19:55:07.349Zinfo: running `cargo check --bins` on tqdb (262/267)
45552026-03-24T19:55:08.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45562026-03-24T19:55:08.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45572026-03-24T19:55:08.466Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45582026-03-24T19:55:08.916Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45592026-03-24T19:55:09.633Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45602026-03-24T19:55:09.637Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45612026-03-24T19:55:16.775Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45622026-03-24T19:55:17.709Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45632026-03-24T19:55:17.712Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45642026-03-24T19:55:17.712Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45652026-03-24T19:55:17.712Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45662026-03-24T19:55:18.709Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45672026-03-24T19:55:28.422Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45682026-03-24T19:55:36.922Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45692026-03-24T19:55:36.926Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45702026-03-24T19:55:36.926Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45712026-03-24T19:55:36.926Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45722026-03-24T19:55:38.889Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45732026-03-24T19:55:40.698Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45742026-03-24T19:55:41.585Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45752026-03-24T19:55:43.301Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45762026-03-24T19:55:43.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.62s
45772026-03-24T19:55:44.243Z
45782026-03-24T19:55:44.243Zinfo: running `cargo check --bins` on wicket-dbg (263/267)
45792026-03-24T19:55:44.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45802026-03-24T19:55:45.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45812026-03-24T19:55:45.235Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45822026-03-24T19:55:45.374Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
45832026-03-24T19:55:45.391Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45842026-03-24T19:55:45.433Z Checking rtoolbox v0.0.3
45852026-03-24T19:55:45.436Z Checking tui-tree-widget v0.23.1
45862026-03-24T19:55:45.603Z Checking rpassword v7.4.0
45872026-03-24T19:55:45.696Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45882026-03-24T19:55:46.667Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45892026-03-24T19:55:53.830Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45902026-03-24T19:55:54.757Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45912026-03-24T19:55:56.220Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45922026-03-24T19:56:00.424Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45932026-03-24T19:56:02.961Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45942026-03-24T19:56:04.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.88s
45952026-03-24T19:56:04.372Z
45962026-03-24T19:56:04.372Zinfo: running `cargo check --bins` on wicket (264/267)
45972026-03-24T19:56:05.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45982026-03-24T19:56:05.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45992026-03-24T19:56:05.339Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46002026-03-24T19:56:05.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
46012026-03-24T19:56:06.027Z
46022026-03-24T19:56:06.027Zinfo: running `cargo check --bins` on wicketd (265/267)
46032026-03-24T19:56:06.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46042026-03-24T19:56:06.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46052026-03-24T19:56:07.032Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46062026-03-24T19:56:07.038Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46072026-03-24T19:56:07.042Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46082026-03-24T19:56:07.042Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46092026-03-24T19:56:08.371Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46102026-03-24T19:56:09.165Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46112026-03-24T19:56:13.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.21s
46122026-03-24T19:56:13.482Z
46132026-03-24T19:56:13.482Zinfo: running `cargo check --bins` on omicron-workspace-hack (266/267)
46142026-03-24T19:56:14.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46152026-03-24T19:56:14.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46162026-03-24T19:56:14.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46172026-03-24T19:56:14.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
46182026-03-24T19:56:14.290Z
46192026-03-24T19:56:14.290Zinfo: running `cargo check --bins` on zone-setup (267/267)
46202026-03-24T19:56:15.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46212026-03-24T19:56:15.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46222026-03-24T19:56:15.216Z Checking uzers v0.12.2
46232026-03-24T19:56:15.570Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46242026-03-24T19:56:16.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.22s
46252026-03-24T19:56:16.784Z
46262026-03-24T19:56:16.788Zreal 19:26.049782526
46272026-03-24T19:56:16.788Zuser 28:44.761129797
46282026-03-24T19:56:16.788Zsys 5:24.170576211
46292026-03-24T19:56:16.788Ztrap 0.487737584
46302026-03-24T19:56:16.788Ztflt 0.257283578
46312026-03-24T19:56:16.788Zdflt 0.666660152
46322026-03-24T19:56:16.788Zkflt 0.000941593
46332026-03-24T19:56:16.788Zlock 1:44:48.137528126
46342026-03-24T19:56:16.788Zslp 2:15:28.791813737
46352026-03-24T19:56:16.788Zlat 1:24.211679260
46362026-03-24T19:56:16.788Zstop 5:27.382707290
46372026-03-24T19:56:16.788Zprocess exited: duration 1410462 ms, exit code 0
 
46382026-03-24T19:56:16.796Zfound 0 output files