01KME5G44JWWXP4T4QX2D6BKC7: 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: 01KME5GRAYN2A0H0H6DMXYR1N1

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-23T20:41:18.377Zjob assigned to worker 01KME6TNJ8VDPS84KKF695VF4N [factory aws, i-0cd1a2426471c261e] (queued for 23 m 50 s)
 
22026-03-23T20:41:25.827Zstarting task 0: "setup"
32026-03-23T20:41:25.832Z++ uname -s
42026-03-23T20:41:25.836Z+ kern=SunOS
52026-03-23T20:41:25.836Z+ build_user=build
62026-03-23T20:41:25.836Z+ build_uid=12345
72026-03-23T20:41:25.836Z+ work_dir=/work
82026-03-23T20:41:25.836Z+ input_dir=/input
92026-03-23T20:41:25.836Z+ [[ 0 == 12345 ]]
102026-03-23T20:41:25.836Z+ case "$kern" in
112026-03-23T20:41:25.836Z+ groupadd -g 12345 build
122026-03-23T20:41:25.840Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-23T20:41:27.842Z+ zfs create -o mountpoint=/work rpool/work
142026-03-23T20:41:27.957Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-23T20:41:27.960Z+ home_fs=zfs
162026-03-23T20:41:27.960Z+ [[ zfs == autofs ]]
172026-03-23T20:41:27.960Z+ mkdir -p /home/build
182026-03-23T20:41:27.960Z+ chown build:build /home/build /work
192026-03-23T20:41:29.962Z+ chmod 0700 /home/build /work
202026-03-23T20:41:29.965Zprocess exited: duration 4136 ms, exit code 0
 
212026-03-23T20:41:29.972Zstarting task 1: "rust-toolchain"
222026-03-23T20:41:29.976Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-23T20:41:29.976Z * rust toolchain channel = "1.94.0"
242026-03-23T20:41:29.976Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-23T20:41:29.976Z * rust toolchain profile = "default"
262026-03-23T20:41:29.976Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-23T20:41:29.979Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-23T20:41:29.979Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-23T20:41:29.979Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-23T20:41:30.068Zinfo: downloading installer
312026-03-23T20:41:31.728Zwarn: It looks like you have an existing installation of Rust at:
322026-03-23T20:41:31.728Zwarn: /opt/ooce/bin
332026-03-23T20:41:31.728Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-23T20:41:31.728Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-23T20:41:31.728Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-23T20:41:31.728Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-23T20:41:31.728Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-23T20:41:31.728Zerror: cannot install while Rust is installed
392026-03-23T20:41:31.728Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-23T20:41:31.728Zwarn: It looks like you have an existing rustup settings file at:
412026-03-23T20:41:31.731Zwarn: /home/build/.rustup/settings.toml
422026-03-23T20:41:31.731Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-23T20:41:31.731Zwarn: instead of the one inferred from the default host triple.
442026-03-23T20:41:31.758Zinfo: profile set to default
452026-03-23T20:41:31.758Zinfo: default host triple is x86_64-unknown-illumos
462026-03-23T20:41:31.761Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-23T20:41:31.898Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-23T20:41:31.901Zinfo: downloading 6 components
492026-03-23T20:41:47.030Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-23T20:41:47.030Z
512026-03-23T20:41:47.064Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-23T20:41:47.064Z
532026-03-23T20:41:47.067Z
542026-03-23T20:41:47.067ZRust is installed now. Great!
552026-03-23T20:41:47.067Z
562026-03-23T20:41:47.067ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-23T20:41:47.067Zenvironment variable. This has not been done automatically.
582026-03-23T20:41:47.067Z
592026-03-23T20:41:47.067ZTo configure your current shell, you need to source
602026-03-23T20:41:47.067Zthe corresponding env file under $HOME/.cargo.
612026-03-23T20:41:47.067Z
622026-03-23T20:41:47.068ZThis is usually done by running one of the following (note the leading DOT):
632026-03-23T20:41:47.068Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-23T20:41:47.068Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-23T20:41:47.068Zsource "~/.cargo/env.nu" # For nushell
662026-03-23T20:41:47.068Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-23T20:41:47.068Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-23T20:41:47.068Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-23T20:41:47.068Zwarn: no default linker (`cc`) was found in your PATH
702026-03-23T20:41:47.068Zwarn: many Rust crates require a system C toolchain to build
712026-03-23T20:41:47.173Z+ rustup --version
722026-03-23T20:41:47.184Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-23T20:41:47.186Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-23T20:41:47.210Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-23T20:41:47.213Z+ cargo --version
762026-03-23T20:41:47.230Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-23T20:41:47.232Z+ rustc --version
782026-03-23T20:41:47.258Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-23T20:41:47.261Zprocess exited: duration 17283 ms, exit code 0
 
802026-03-23T20:41:47.267Zstarting task 2: "authentication"
812026-03-23T20:41:47.286Zprocess exited: duration 19 ms, exit code 0
 
822026-03-23T20:41:47.293Zstarting task 3: "clone repository"
832026-03-23T20:41:47.296Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-23T20:41:47.299Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-23T20:41:47.329ZCloning into '/work/oxidecomputer/omicron'...
862026-03-23T20:41:57.495Z+ cd /work/oxidecomputer/omicron
872026-03-23T20:41:57.495Z+ git fetch origin a435519e329d3771c56bc9d5dd65e6f5ca5a5333
882026-03-23T20:41:57.814ZFrom https://github.com/oxidecomputer/omicron
892026-03-23T20:41:57.814Z * branch a435519e329d3771c56bc9d5dd65e6f5ca5a5333 -> FETCH_HEAD
902026-03-23T20:41:57.825Z+ [[ -n jmcarp/oximeter-field-union ]]
912026-03-23T20:41:57.828Z++ git branch --show-current
922026-03-23T20:41:57.831Z+ current=main
932026-03-23T20:41:57.831Z+ [[ main != jmcarp/oximeter-field-union ]]
942026-03-23T20:41:57.831Z+ git branch -f jmcarp/oximeter-field-union a435519e329d3771c56bc9d5dd65e6f5ca5a5333
952026-03-23T20:41:57.835Z+ git checkout -f jmcarp/oximeter-field-union
962026-03-23T20:41:57.901ZSwitched to branch 'jmcarp/oximeter-field-union'
972026-03-23T20:41:57.904Z+ git reset --hard a435519e329d3771c56bc9d5dd65e6f5ca5a5333
982026-03-23T20:41:57.976ZHEAD is now at a435519e3 Further query perf updates for oximeter field lookups.
992026-03-23T20:41:57.979Zprocess exited: duration 10682 ms, exit code 0
 
1002026-03-23T20:41:57.985Zstarting task 4: "build"
1012026-03-23T20:41:57.990Z+ source .github/buildomat/ci-env.sh
1022026-03-23T20:41:57.992Z++ export CARGO_TERM_COLOR=always
1032026-03-23T20:41:57.993Z++ CARGO_TERM_COLOR=always
1042026-03-23T20:41:57.993Z+ cargo --version
1052026-03-23T20:41:58.002Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-23T20:41:58.005Z+ rustc --version
1072026-03-23T20:41:58.029Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-23T20:41:58.032Z+ source ./env.sh
1092026-03-23T20:41:58.032Z++ OLD_SHELL_OPTS=ehxB
1102026-03-23T20:41:58.032Z++ set -o xtrace
1112026-03-23T20:41:58.035Z++++ dirname ./env.sh
1122026-03-23T20:41:58.037Z+++ readlink -f .
1132026-03-23T20:41:58.037Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-03-23T20:41:58.037Z++ 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-23T20:41:58.037Z++ 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-23T20:41:58.037Z++ 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-23T20:41:58.037Z++ 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-23T20:41:58.038Z++ 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-23T20:41:58.038Z++ 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-23T20:41:58.038Z++ 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-23T20:41:58.038Z++ 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-23T20:41:58.038Z++ case $OLD_SHELL_OPTS in
1232026-03-23T20:41:58.038Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-03-23T20:41:58.038Z+ 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-23T20:41:58.038Z+ 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-23T20:41:58.038Z+ banner prerequisites
1272026-03-23T20:41:58.041Z
1282026-03-23T20:41:58.041Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-03-23T20:41:58.041Z # # # # # # # # # # # # # # #
1302026-03-23T20:41:58.041Z # # # # ##### # # ##### # # # # # #### #
1312026-03-23T20:41:58.041Z ##### ##### # ##### # # # # # # # # #
1322026-03-23T20:41:58.041Z # # # # # # # # # # # # # # #
1332026-03-23T20:41:58.041Z # # # ###### # # ###### ### # #### # #### #
1342026-03-23T20:41:58.041Z
1352026-03-23T20:41:58.041Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-03-23T20:42:12.574Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-03-23T20:42:22.434Z Startup: Caching catalogs ... Done
1382026-03-23T20:42:45.029ZPlanning: Solver setup ... Done (21.179s)
1392026-03-23T20:42:45.189ZPlanning: Running solver ... Done (0.160s)
1402026-03-23T20:42:45.375ZPlanning: Finding local manifests ... Done (0.002s)
1412026-03-23T20:42:45.387ZPlanning: Fetching manifests: 0/4 0% complete
1422026-03-23T20:42:45.510ZPlanning: Fetching manifests: 4/4 100% complete
1432026-03-23T20:42:45.553ZPlanning: Package planning ... Done (0.043s)
1442026-03-23T20:42:45.597ZPlanning: Merging actions ... Done (0.043s)
1452026-03-23T20:42:45.881ZPlanning: Checking for conflicting actions ... Done (0.282s)
1462026-03-23T20:42:45.890ZPlanning: Consolidating action changes ... Done (0.010s)
1472026-03-23T20:42:47.664ZPlanning: Evaluating mediators ... Done (1.773s)
1482026-03-23T20:42:47.672ZPlanning: Planning completed in 25.09 seconds
1492026-03-23T20:42:47.755Z Packages to install: 4
1502026-03-23T20:42:47.755Z Mediators to change: 2
1512026-03-23T20:42:47.755Z Services to change: 1
1522026-03-23T20:42:47.758Z Estimated space available: 155.43 GB
1532026-03-23T20:42:47.758ZEstimated space to be consumed: 1.83 GB
1542026-03-23T20:42:47.758Z Create boot environment: No
1552026-03-23T20:42:47.758ZCreate backup boot environment: No
1562026-03-23T20:42:47.758Z Rebuild boot archive: No
1572026-03-23T20:42:47.759Z
1582026-03-23T20:42:47.759ZChanged mediators:
1592026-03-23T20:42:47.759Z mediator clang:
1602026-03-23T20:42:47.759Z version: None -> 15 (system default)
1612026-03-23T20:42:47.759Z
1622026-03-23T20:42:47.759Z mediator llvm:
1632026-03-23T20:42:47.759Z version: 14 (system default) -> 15 (system default)
1642026-03-23T20:42:47.759Z
1652026-03-23T20:42:47.759ZChanged packages:
1662026-03-23T20:42:47.759Zhelios-dev
1672026-03-23T20:42:47.759Z developer/build-essential
1682026-03-23T20:42:47.759Z None -> 11-2.0
1692026-03-23T20:42:47.759Z library/libxmlsec1
1702026-03-23T20:42:47.759Z None -> 1.2.35-2.0
1712026-03-23T20:42:47.759Z ooce/developer/clang-15
1722026-03-23T20:42:47.759Z None -> 15.0.7-2.0
1732026-03-23T20:42:47.759Z ooce/developer/llvm-15
1742026-03-23T20:42:47.759Z None -> 15.0.7-2.0
1752026-03-23T20:42:47.759Z
1762026-03-23T20:42:47.759ZServices:
1772026-03-23T20:42:47.759Z restart_fmri:
1782026-03-23T20:42:47.759Z svc:/system/update-man-index:default
1792026-03-23T20:42:47.869Z
1802026-03-23T20:42:47.869ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-03-23T20:42:53.063ZDownload: 2215/3290 items 104.5/212.6MB 49% complete (21.8M/s)
1822026-03-23T20:42:56.188ZDownload: Completed 212.60 MB in 8.32 seconds (25.6M/s)
1832026-03-23T20:42:56.975Z Actions: 1/3689 actions (Installing new actions)
1842026-03-23T20:43:01.249Z Actions: Completed 3689 actions in 4.27 seconds.
1852026-03-23T20:43:01.994Z Done (0.740s)
1862026-03-23T20:43:01.994Z Done (0.000s)
1872026-03-23T20:43:02.996Z Done (1.001s)
1882026-03-23T20:43:06.643Z Done (3.288s)
1892026-03-23T20:43:06.723Z Done (0.015s)
1902026-03-23T20:43:06.726Z Done (0.000s)
1912026-03-23T20:43:06.896Z Done (0.000s)
1922026-03-23T20:43:07.856ZPlanning: Evaluating mediator changes ... Done
1932026-03-23T20:43:07.996ZPlanning: Checking for conflicting actions ... Done
1942026-03-23T20:43:07.999ZPlanning: Consolidating action changes ... Done
1952026-03-23T20:43:08.219ZPlanning: Evaluating mediators ... Done
1962026-03-23T20:43:08.221ZPlanning: Planning completed in 0.36 seconds
1972026-03-23T20:43:08.248Z Mediators to change: 2
1982026-03-23T20:43:08.248Z Create boot environment: No
1992026-03-23T20:43:08.251ZCreate backup boot environment: No
2002026-03-23T20:43:08.331Z Done
2012026-03-23T20:43:08.331Z Done
2022026-03-23T20:43:09.059Z Done
2032026-03-23T20:43:12.398Z Done
2042026-03-23T20:43:12.483Z Done
2052026-03-23T20:43:12.485Z Done
2062026-03-23T20:43:12.652Z Done
2072026-03-23T20:43:13.185ZPlanning: Evaluating mediator changes ... Done
2082026-03-23T20:43:13.190ZPlanning: Merging actions ... Done
2092026-03-23T20:43:13.355ZPlanning: Checking for conflicting actions ... Done
2102026-03-23T20:43:13.358ZPlanning: Consolidating action changes ... Done
2112026-03-23T20:43:13.578ZPlanning: Evaluating mediators ... Done
2122026-03-23T20:43:13.621ZPlanning: Planning completed in 0.64 seconds
2132026-03-23T20:43:13.650Z Packages to change: 1
2142026-03-23T20:43:13.650Z Mediators to change: 1
2152026-03-23T20:43:13.655Z Services to change: 1
2162026-03-23T20:43:13.655Z Create boot environment: No
2172026-03-23T20:43:13.655ZCreate backup boot environment: Yes
2182026-03-23T20:43:16.244Z Actions: 1/6 actions (Updating modified actions)
2192026-03-23T20:43:16.247Z Actions: Completed 6 actions in 0.00 seconds.
2202026-03-23T20:43:16.247Z Done
2212026-03-23T20:43:16.247Z Done
2222026-03-23T20:43:16.435Z Done
2232026-03-23T20:43:19.740Z Done
2242026-03-23T20:43:19.826Z Done
2252026-03-23T20:43:19.830Z Done
2262026-03-23T20:43:19.979Z Done
2272026-03-23T20:43:20.372ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2282026-03-23T20:43:20.372Zclang system 15 system
2292026-03-23T20:43:20.373Zcsh system system illumos
2302026-03-23T20:43:20.373Zctags system system illumos
2312026-03-23T20:43:20.373Zfile system system illumos
2322026-03-23T20:43:20.373Zgcc vendor 12 vendor
2332026-03-23T20:43:20.373Zgcc system 10 system
2342026-03-23T20:43:20.373Zgcc system 7 system
2352026-03-23T20:43:20.373Zgo system 1.20 system
2362026-03-23T20:43:20.373Zgo system 1.19 system
2372026-03-23T20:43:20.373Zllvm system 15 system
2382026-03-23T20:43:20.373Zllvm system 14 system
2392026-03-23T20:43:20.373Zmariadb system 10.6 system
2402026-03-23T20:43:20.373Zmta vendor vendor dma
2412026-03-23T20:43:20.373Zopenjdk system 17 system
2422026-03-23T20:43:20.373Zopenjdk system 11 system
2432026-03-23T20:43:20.373Zopenjdk system 1.8 system
2442026-03-23T20:43:20.373Zopenssl vendor 3 vendor
2452026-03-23T20:43:20.373Zperl system 5.36 system
2462026-03-23T20:43:20.373Zpostgresql system 15 system
2472026-03-23T20:43:20.373Zpostgresql system 13 system
2482026-03-23T20:43:20.373Zpython vendor 3 vendor
2492026-03-23T20:43:20.373Zpython system 2 system
2502026-03-23T20:43:20.373Zpython3 system 3.11 system
2512026-03-23T20:43:20.373Zruby system 3.0 system
2522026-03-23T20:43:20.373Zwords vendor vendor american-english
2532026-03-23T20:43:20.373Zwords system system australian-english
2542026-03-23T20:43:20.373Zwords system system british-english
2552026-03-23T20:43:20.373Zwords system system canadian-english
2562026-03-23T20:43:20.373Zwords system system french
2572026-03-23T20:43:20.373Zwords system system italian
2582026-03-23T20:43:20.373Zwords system system ngerman
2592026-03-23T20:43:20.373Zwords system system ogerman
2602026-03-23T20:43:20.373Zwords system system spanish
2612026-03-23T20:43:20.654ZPUBLISHER TYPE STATUS P LOCATION
2622026-03-23T20:43:20.654Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2632026-03-23T20:43:26.656ZFMRI IFO
2642026-03-23T20:43:26.656Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2652026-03-23T20:43:26.656Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2662026-03-23T20:43:26.656Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2672026-03-23T20:43:26.656Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2682026-03-23T20:43:26.657Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2692026-03-23T20:43:26.657Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2702026-03-23T20:43:26.657Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2712026-03-23T20:43:26.657Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2722026-03-23T20:43:26.657Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2732026-03-23T20:43:26.657Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2742026-03-23T20:43:26.657Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2752026-03-23T20:43:26.657Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2762026-03-23T20:43:26.657Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2772026-03-23T20:43:26.657Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2782026-03-23T20:43:26.657Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2792026-03-23T20:43:26.657Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2802026-03-23T20:43:27.896Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2812026-03-23T20:43:28.187Z Updating crates.io index
2822026-03-23T20:43:28.221Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2832026-03-23T20:43:28.938Z Updating git repository `https://github.com/oxidecomputer/lldp`
2842026-03-23T20:43:29.299Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2852026-03-23T20:43:29.939Z Updating git repository `https://github.com/oxidecomputer/falcon`
2862026-03-23T20:43:30.862Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2872026-03-23T20:43:31.390Z Updating git repository `https://github.com/oxidecomputer/propolis`
2882026-03-23T20:43:32.836Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-03-23T20:43:34.555Z Updating git repository `https://github.com/oxidecomputer/opte`
2902026-03-23T20:43:35.503Z Updating git repository `https://github.com/oxidecomputer/tofino`
2912026-03-23T20:43:35.830Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2922026-03-23T20:43:36.741Z Updating git repository `https://github.com/oxidecomputer/clickward`
2932026-03-23T20:43:37.137Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2942026-03-23T20:43:37.552Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2952026-03-23T20:43:37.913Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2962026-03-23T20:43:38.845Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2972026-03-23T20:43:39.454Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2982026-03-23T20:43:39.753Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2992026-03-23T20:43:40.102Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3002026-03-23T20:43:40.620Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3012026-03-23T20:43:40.865Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3022026-03-23T20:43:41.095Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3032026-03-23T20:43:41.390Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3042026-03-23T20:43:41.801Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3052026-03-23T20:43:47.266Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3062026-03-23T20:43:47.769Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3072026-03-23T20:43:48.053Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3082026-03-23T20:43:48.354Z Updating git repository `https://github.com/oxidecomputer/ispf`
3092026-03-23T20:43:49.473Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3102026-03-23T20:43:50.087Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3112026-03-23T20:43:50.621Z Updating git repository `https://github.com/oxidecomputer/crucible`
3122026-03-23T20:43:51.226Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3132026-03-23T20:43:52.200Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3142026-03-23T20:43:52.526Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3152026-03-23T20:43:52.890Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3162026-03-23T20:43:53.465Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3172026-03-23T20:43:53.732Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3182026-03-23T20:43:54.030Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3192026-03-23T20:43:54.303Z Updating git repository `https://github.com/illumos/smf-rs`
3202026-03-23T20:43:54.737Z Updating git repository `https://github.com/oxidecomputer/omicron`
3212026-03-23T20:44:08.528Z Downloading crates ...
3222026-03-23T20:44:08.585Z Downloaded percent-encoding v2.3.2
3232026-03-23T20:44:08.589Z Downloaded sha2 v0.10.9
3242026-03-23T20:44:08.594Z Downloaded anstyle v1.0.13
3252026-03-23T20:44:08.597Z Downloaded crypto-common v0.1.7
3262026-03-23T20:44:08.600Z Downloaded clap_derive v4.5.55
3272026-03-23T20:44:08.603Z Downloaded thiserror-impl v2.0.18
3282026-03-23T20:44:08.606Z Downloaded dof v0.3.0
3292026-03-23T20:44:08.606Z Downloaded colorchoice v1.0.4
3302026-03-23T20:44:08.609Z Downloaded cpufeatures v0.2.17
3312026-03-23T20:44:08.612Z Downloaded thiserror-impl v1.0.69
3322026-03-23T20:44:08.612Z Downloaded thiserror v2.0.18
3332026-03-23T20:44:08.615Z Downloaded zerofrom-derive v0.1.6
3342026-03-23T20:44:08.618Z Downloaded anstream v0.6.21
3352026-03-23T20:44:08.618Z Downloaded erased-serde v0.4.9
3362026-03-23T20:44:08.621Z Downloaded utf8parse v0.2.2
3372026-03-23T20:44:08.621Z Downloaded utf8_iter v1.0.4
3382026-03-23T20:44:08.624Z Downloaded typeid v1.0.3
3392026-03-23T20:44:08.624Z Downloaded clap v4.5.60
3402026-03-23T20:44:08.629Z Downloaded version_check v0.9.5
3412026-03-23T20:44:08.632Z Downloaded is_terminal_polyfill v1.70.2
3422026-03-23T20:44:08.632Z Downloaded unicode-xid v0.2.6
3432026-03-23T20:44:08.635Z Downloaded errno v0.3.14
3442026-03-23T20:44:08.635Z Downloaded unicode-linebreak v0.1.5
3452026-03-23T20:44:08.635Z Downloaded thread-id v4.2.2
3462026-03-23T20:44:08.639Z Downloaded serde_spanned v0.6.9
3472026-03-23T20:44:08.639Z Downloaded zerofrom v0.1.6
3482026-03-23T20:44:08.639Z Downloaded anstyle-parse v0.2.7
3492026-03-23T20:44:08.642Z Downloaded ordered-float v2.10.1
3502026-03-23T20:44:08.642Z Downloaded equivalent v1.0.2
3512026-03-23T20:44:08.642Z Downloaded dtrace-parser v0.2.0
3522026-03-23T20:44:08.642Z Downloaded anstyle-query v1.1.5
3532026-03-23T20:44:08.645Z Downloaded cargo-platform v0.2.0
3542026-03-23T20:44:08.645Z Downloaded usdt-macro v0.5.0
3552026-03-23T20:44:08.645Z Downloaded anyhow v1.0.102
3562026-03-23T20:44:08.647Z Downloaded toml_datetime v0.6.11
3572026-03-23T20:44:08.647Z Downloaded digest v0.10.7
3582026-03-23T20:44:08.650Z Downloaded zerovec-derive v0.11.2
3592026-03-23T20:44:08.650Z Downloaded yoke-derive v0.8.1
3602026-03-23T20:44:08.653Z Downloaded clap_lex v1.0.0
3612026-03-23T20:44:08.653Z Downloaded byteorder v1.5.0
3622026-03-23T20:44:08.655Z Downloaded tinystr v0.8.2
3632026-03-23T20:44:08.656Z Downloaded thiserror v1.0.69
3642026-03-23T20:44:08.659Z Downloaded writeable v0.6.2
3652026-03-23T20:44:08.661Z Downloaded camino-tempfile v1.4.1
3662026-03-23T20:44:08.661Z Downloaded camino v1.2.2
3672026-03-23T20:44:08.664Z Downloaded usdt-impl v0.5.0
3682026-03-23T20:44:08.664Z Downloaded bytecount v0.6.9
3692026-03-23T20:44:08.667Z Downloaded stable_deref_trait v1.2.1
3702026-03-23T20:44:08.670Z Downloaded cfg-if v1.0.4
3712026-03-23T20:44:08.670Z Downloaded scroll_derive v0.12.1
3722026-03-23T20:44:08.670Z Downloaded macaddr v1.0.1
3732026-03-23T20:44:08.670Z Downloaded yoke v0.8.1
3742026-03-23T20:44:08.673Z Downloaded zmij v1.0.21
3752026-03-23T20:44:08.673Z Downloaded textwrap v0.16.2
3762026-03-23T20:44:08.676Z Downloaded pretty-hex v0.4.1
3772026-03-23T20:44:08.676Z Downloaded potential_utf v0.1.4
3782026-03-23T20:44:08.676Z Downloaded heck v0.5.0
3792026-03-23T20:44:08.679Z Downloaded idna_adapter v1.2.1
3802026-03-23T20:44:08.679Z Downloaded autocfg v1.5.0
3812026-03-23T20:44:08.682Z Downloaded zerocopy-derive v0.7.35
3822026-03-23T20:44:08.685Z Downloaded swrite v0.1.0
3832026-03-23T20:44:08.685Z Downloaded block-buffer v0.10.4
3842026-03-23T20:44:08.685Z Downloaded toml v0.8.23
3852026-03-23T20:44:08.688Z Downloaded usdt-attr-macro v0.5.0
3862026-03-23T20:44:08.688Z Downloaded toml_write v0.1.2
3872026-03-23T20:44:08.688Z Downloaded proc-macro-error-attr v1.0.4
3882026-03-23T20:44:08.690Z Downloaded displaydoc v0.2.5
3892026-03-23T20:44:08.690Z Downloaded unicode-ident v1.0.24
3902026-03-23T20:44:08.693Z Downloaded serde-value v0.7.0
3912026-03-23T20:44:08.693Z Downloaded ucd-trie v0.1.7
3922026-03-23T20:44:08.696Z Downloaded usdt v0.5.0
3932026-03-23T20:44:08.699Z Downloaded log v0.4.29
3942026-03-23T20:44:08.723Z Downloaded zerotrie v0.2.3
3952026-03-23T20:44:08.723Z Downloaded smawk v0.3.2
3962026-03-23T20:44:08.723Z Downloaded fastrand v2.3.0
3972026-03-23T20:44:08.723Z Downloaded memmap v0.7.0
3982026-03-23T20:44:08.723Z Downloaded heck v0.4.1
3992026-03-23T20:44:08.723Z Downloaded typenum v1.19.0
4002026-03-23T20:44:08.723Z Downloaded strsim v0.11.1
4012026-03-23T20:44:08.726Z Downloaded fnv v1.0.7
4022026-03-23T20:44:08.726Z Downloaded url v2.5.8
4032026-03-23T20:44:08.726Z Downloaded tabled_derive v0.7.0
4042026-03-23T20:44:08.726Z Downloaded plain v0.2.3
4052026-03-23T20:44:08.729Z Downloaded toml_edit v0.22.27
4062026-03-23T20:44:08.732Z Downloaded form_urlencoded v1.2.2
4072026-03-23T20:44:08.732Z Downloaded itoa v1.0.17
4082026-03-23T20:44:08.739Z Downloaded terminal_size v0.4.3
4092026-03-23T20:44:08.742Z Downloaded zerovec v0.11.5
4102026-03-23T20:44:08.745Z Downloaded bitflags v2.11.0
4112026-03-23T20:44:08.749Z Downloaded zerocopy v0.7.35
4122026-03-23T20:44:08.757Z Downloaded winnow v0.7.14
4132026-03-23T20:44:08.764Z Downloaded proc-macro2 v1.0.106
4142026-03-23T20:44:08.767Z Downloaded fs-err v3.3.0
4152026-03-23T20:44:08.770Z Downloaded proc-macro-error v1.0.4
4162026-03-23T20:44:08.773Z Downloaded cargo_toml v0.21.0
4172026-03-23T20:44:08.773Z Downloaded unicode-width v0.2.0
4182026-03-23T20:44:08.776Z Downloaded unicode-width v0.1.14
4192026-03-23T20:44:08.780Z Downloaded generic-array v0.14.7
4202026-03-23T20:44:08.782Z Downloaded semver v1.0.27
4212026-03-23T20:44:08.789Z Downloaded synstructure v0.13.2
4222026-03-23T20:44:08.792Z Downloaded papergrid v0.11.0
4232026-03-23T20:44:08.795Z Downloaded quote v1.0.44
4242026-03-23T20:44:08.795Z Downloaded serde_tokenstream v0.2.3
4252026-03-23T20:44:08.798Z Downloaded cargo-util-schemas v0.8.2
4262026-03-23T20:44:08.800Z Downloaded scroll v0.12.0
4272026-03-23T20:44:08.804Z Downloaded serde-untagged v0.1.9
4282026-03-23T20:44:08.818Z Downloaded pest_derive v2.8.6
4292026-03-23T20:44:08.825Z Downloaded tempfile v3.25.0
4302026-03-23T20:44:08.828Z Downloaded once_cell v1.21.3
4312026-03-23T20:44:08.831Z Downloaded cargo_metadata v0.21.0
4322026-03-23T20:44:08.831Z Downloaded smallvec v1.15.1
4332026-03-23T20:44:08.834Z Downloaded litemap v0.8.1
4342026-03-23T20:44:08.837Z Downloaded pest_generator v2.8.6
4352026-03-23T20:44:08.842Z Downloaded icu_properties v2.1.2
4362026-03-23T20:44:08.845Z Downloaded serde_core v1.0.228
4372026-03-23T20:44:08.848Z Downloaded icu_provider v2.1.1
4382026-03-23T20:44:08.850Z Downloaded num-traits v0.2.19
4392026-03-23T20:44:08.851Z Downloaded getrandom v0.4.1
4402026-03-23T20:44:08.868Z Downloaded serde_derive v1.0.228
4412026-03-23T20:44:08.870Z Downloaded pest_meta v2.8.6
4422026-03-23T20:44:08.873Z Downloaded icu_normalizer v2.1.1
4432026-03-23T20:44:08.876Z Downloaded icu_normalizer_data v2.1.1
4442026-03-23T20:44:08.879Z Downloaded clap_builder v4.5.60
4452026-03-23T20:44:08.883Z Downloaded icu_locale_core v2.1.1
4462026-03-23T20:44:08.890Z Downloaded memchr v2.8.0
4472026-03-23T20:44:08.893Z Downloaded serde v1.0.228
4482026-03-23T20:44:08.896Z Downloaded icu_collections v2.1.1
4492026-03-23T20:44:08.915Z Downloaded indexmap v2.13.0
4502026-03-23T20:44:08.949Z Downloaded serde_json v1.0.149
4512026-03-23T20:44:08.957Z Downloaded pest v2.8.6
4522026-03-23T20:44:08.961Z Downloaded hashbrown v0.16.1
4532026-03-23T20:44:08.965Z Downloaded icu_properties_data v2.1.2
4542026-03-23T20:44:08.971Z Downloaded idna v1.1.0
4552026-03-23T20:44:08.977Z Downloaded goblin v0.8.2
4562026-03-23T20:44:08.994Z Downloaded tabled v0.15.0
4572026-03-23T20:44:09.006Z Downloaded syn v1.0.109
4582026-03-23T20:44:09.020Z Downloaded syn v2.0.117
4592026-03-23T20:44:09.032Z Downloaded rustix v1.1.3
4602026-03-23T20:44:09.067Z Downloaded libc v0.2.180
4612026-03-23T20:44:09.151Z Compiling proc-macro2 v1.0.106
4622026-03-23T20:44:09.154Z Compiling quote v1.0.44
4632026-03-23T20:44:09.154Z Compiling unicode-ident v1.0.24
4642026-03-23T20:44:09.154Z Compiling serde_core v1.0.228
4652026-03-23T20:44:09.154Z Compiling libc v0.2.180
4662026-03-23T20:44:09.154Z Compiling version_check v0.9.5
4672026-03-23T20:44:09.155Z Compiling memchr v2.8.0
4682026-03-23T20:44:09.155Z Compiling stable_deref_trait v1.2.1
4692026-03-23T20:44:09.560Z Compiling serde v1.0.228
4702026-03-23T20:44:09.594Z Compiling zmij v1.0.21
4712026-03-23T20:44:09.826Z Compiling ucd-trie v0.1.7
4722026-03-23T20:44:09.942Z Compiling itoa v1.0.17
4732026-03-23T20:44:10.059Z Compiling autocfg v1.5.0
4742026-03-23T20:44:10.175Z Compiling thiserror v1.0.69
4752026-03-23T20:44:10.379Z Compiling pest v2.8.6
4762026-03-23T20:44:10.473Z Compiling litemap v0.8.1
4772026-03-23T20:44:10.580Z Compiling writeable v0.6.2
4782026-03-23T20:44:10.652Z Compiling icu_normalizer_data v2.1.1
4792026-03-23T20:44:10.845Z Compiling rustix v1.1.3
4802026-03-23T20:44:10.880Z Compiling byteorder v1.5.0
4812026-03-23T20:44:11.117Z Compiling syn v2.0.117
4822026-03-23T20:44:11.187Z Compiling icu_properties_data v2.1.2
4832026-03-23T20:44:11.266Z Compiling errno v0.3.14
4842026-03-23T20:44:11.298Z Compiling bitflags v2.11.0
4852026-03-23T20:44:11.477Z Compiling serde_json v1.0.149
4862026-03-23T20:44:11.716Z Compiling num-traits v0.2.19
4872026-03-23T20:44:11.740Z Compiling typeid v1.0.3
4882026-03-23T20:44:11.792Z Compiling equivalent v1.0.2
4892026-03-23T20:44:11.905Z Compiling smallvec v1.15.1
4902026-03-23T20:44:11.941Z Compiling hashbrown v0.16.1
4912026-03-23T20:44:12.072Z Compiling pest_meta v2.8.6
4922026-03-23T20:44:12.445Z Compiling thread-id v4.2.2
4932026-03-23T20:44:12.492Z Compiling proc-macro-error-attr v1.0.4
4942026-03-23T20:44:12.549Z Compiling usdt-impl v0.5.0
4952026-03-23T20:44:12.650Z Compiling indexmap v2.13.0
4962026-03-23T20:44:12.718Z Compiling winnow v0.7.14
4972026-03-23T20:44:12.769Z Compiling toml_write v0.1.2
4982026-03-23T20:44:12.808Z Compiling syn v1.0.109
4992026-03-23T20:44:13.022Z Compiling erased-serde v0.4.9
5002026-03-23T20:44:13.500Z Compiling proc-macro-error v1.0.4
5012026-03-23T20:44:13.616Z Compiling utf8_iter v1.0.4
5022026-03-23T20:44:13.731Z Compiling percent-encoding v2.3.2
5032026-03-23T20:44:13.803Z Compiling plain v0.2.3
5042026-03-23T20:44:13.942Z Compiling log v0.4.29
5052026-03-23T20:44:13.970Z Compiling utf8parse v0.2.2
5062026-03-23T20:44:14.109Z Compiling camino v1.2.2
5072026-03-23T20:44:14.185Z Compiling getrandom v0.4.1
5082026-03-23T20:44:14.386Z Compiling thiserror v2.0.18
5092026-03-23T20:44:14.409Z Compiling ordered-float v2.10.1
5102026-03-23T20:44:14.576Z Compiling anstyle-parse v0.2.7
5112026-03-23T20:44:14.638Z Compiling form_urlencoded v1.2.2
5122026-03-23T20:44:14.799Z Compiling synstructure v0.13.2
5132026-03-23T20:44:14.824Z Compiling pest_generator v2.8.6
5142026-03-23T20:44:14.895Z Compiling terminal_size v0.4.3
5152026-03-23T20:44:15.150Z Compiling anstyle v1.0.13
5162026-03-23T20:44:15.325Z Compiling anstyle-query v1.1.5
5172026-03-23T20:44:15.385Z Compiling cfg-if v1.0.4
5182026-03-23T20:44:15.411Z Compiling colorchoice v1.0.4
5192026-03-23T20:44:15.451Z Compiling is_terminal_polyfill v1.70.2
5202026-03-23T20:44:15.475Z Compiling pretty-hex v0.4.1
5212026-03-23T20:44:15.563Z Compiling anstream v0.6.21
5222026-03-23T20:44:15.652Z Compiling serde-untagged v0.1.9
5232026-03-23T20:44:15.713Z Compiling semver v1.0.27
5242026-03-23T20:44:15.807Z Compiling fs-err v3.3.0
5252026-03-23T20:44:15.974Z Compiling strsim v0.11.1
5262026-03-23T20:44:15.995Z Compiling unicode-width v0.1.14
5272026-03-23T20:44:16.047Z Compiling clap_lex v1.0.0
5282026-03-23T20:44:16.159Z Compiling once_cell v1.21.3
5292026-03-23T20:44:16.251Z Compiling heck v0.5.0
5302026-03-23T20:44:16.362Z Compiling fnv v1.0.7
5312026-03-23T20:44:16.389Z Compiling heck v0.4.1
5322026-03-23T20:44:16.459Z Compiling fastrand v2.3.0
5332026-03-23T20:44:16.494Z Compiling anyhow v1.0.102
5342026-03-23T20:44:16.566Z Compiling unicode-xid v0.2.6
5352026-03-23T20:44:16.678Z Compiling bytecount v0.6.9
5362026-03-23T20:44:16.724Z Compiling tempfile v3.25.0
5372026-03-23T20:44:16.795Z Compiling papergrid v0.11.0
5382026-03-23T20:44:16.833Z Compiling clap_builder v4.5.60
5392026-03-23T20:44:16.981Z Compiling memmap v0.7.0
5402026-03-23T20:44:17.153Z Compiling unicode-width v0.2.0
5412026-03-23T20:44:17.212Z Compiling unicode-linebreak v0.1.5
5422026-03-23T20:44:17.236Z Compiling smawk v0.3.2
5432026-03-23T20:44:17.401Z Compiling serde_derive v1.0.228
5442026-03-23T20:44:17.424Z Compiling zerofrom-derive v0.1.6
5452026-03-23T20:44:17.507Z Compiling yoke-derive v0.8.1
5462026-03-23T20:44:17.530Z Compiling zerovec-derive v0.11.2
5472026-03-23T20:44:17.840Z Compiling displaydoc v0.2.5
5482026-03-23T20:44:18.783Z Compiling thiserror-impl v1.0.69
5492026-03-23T20:44:18.786Z Compiling zerocopy-derive v0.7.35
5502026-03-23T20:44:18.974Z Compiling pest_derive v2.8.6
5512026-03-23T20:44:19.058Z Compiling scroll_derive v0.12.1
5522026-03-23T20:44:19.317Z Compiling zerofrom v0.1.6
5532026-03-23T20:44:19.486Z Compiling yoke v0.8.1
5542026-03-23T20:44:19.508Z Compiling thiserror-impl v2.0.18
5552026-03-23T20:44:19.731Z Compiling zerovec v0.11.5
5562026-03-23T20:44:19.975Z Compiling zerotrie v0.2.3
5572026-03-23T20:44:19.997Z Compiling zerocopy v0.7.35
5582026-03-23T20:44:20.376Z Compiling scroll v0.12.0
5592026-03-23T20:44:20.470Z Compiling tinystr v0.8.2
5602026-03-23T20:44:20.721Z Compiling icu_locale_core v2.1.1
5612026-03-23T20:44:20.746Z Compiling potential_utf v0.1.4
5622026-03-23T20:44:20.749Z Compiling dtrace-parser v0.2.0
5632026-03-23T20:44:20.799Z Compiling goblin v0.8.2
5642026-03-23T20:44:20.961Z Compiling icu_collections v2.1.1
5652026-03-23T20:44:21.095Z Compiling tabled_derive v0.7.0
5662026-03-23T20:44:21.499Z Compiling clap_derive v4.5.55
5672026-03-23T20:44:21.610Z Compiling icu_provider v2.1.1
5682026-03-23T20:44:21.819Z Compiling textwrap v0.16.2
5692026-03-23T20:44:21.988Z Compiling icu_normalizer v2.1.1
5702026-03-23T20:44:22.011Z Compiling icu_properties v2.1.2
5712026-03-23T20:44:22.126Z Compiling toml_datetime v0.6.11
5722026-03-23T20:44:22.182Z Compiling serde_spanned v0.6.9
5732026-03-23T20:44:22.322Z Compiling dof v0.3.0
5742026-03-23T20:44:22.371Z Compiling toml_edit v0.22.27
5752026-03-23T20:44:22.437Z Compiling serde_tokenstream v0.2.3
5762026-03-23T20:44:22.473Z Compiling serde-value v0.7.0
5772026-03-23T20:44:22.842Z Compiling cargo-platform v0.2.0
5782026-03-23T20:44:22.866Z Compiling tabled v0.15.0
5792026-03-23T20:44:22.959Z Compiling macaddr v1.0.1
5802026-03-23T20:44:23.252Z Compiling idna_adapter v1.2.1
5812026-03-23T20:44:23.431Z Compiling idna v1.1.0
5822026-03-23T20:44:23.520Z Compiling usdt-macro v0.5.0
5832026-03-23T20:44:23.562Z Compiling usdt-attr-macro v0.5.0
5842026-03-23T20:44:23.686Z Compiling camino-tempfile v1.4.1
5852026-03-23T20:44:23.988Z Compiling url v2.5.8
5862026-03-23T20:44:24.322Z Compiling toml v0.8.23
5872026-03-23T20:44:24.325Z Compiling clap v4.5.60
5882026-03-23T20:44:24.834Z Compiling usdt v0.5.0
5892026-03-23T20:44:24.859Z Compiling cargo-util-schemas v0.8.2
5902026-03-23T20:44:25.046Z Compiling cargo_toml v0.21.0
5912026-03-23T20:44:25.201Z Compiling swrite v0.1.0
5922026-03-23T20:44:25.244Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5932026-03-23T20:44:26.153Z Compiling cargo_metadata v0.21.0
5942026-03-23T20:44:27.443Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5952026-03-23T20:44:30.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s
5962026-03-23T20:44:30.587Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5972026-03-23T20:44:31.335Z Downloading crates ...
5982026-03-23T20:44:31.442Z Downloaded adler2 v2.0.1
5992026-03-23T20:44:31.445Z Downloaded castaway v0.2.4
6002026-03-23T20:44:31.448Z Downloaded bcrypt-pbkdf v0.10.0
6012026-03-23T20:44:31.451Z Downloaded atty v0.2.14
6022026-03-23T20:44:31.453Z Downloaded base16ct v1.0.0
6032026-03-23T20:44:31.453Z Downloaded atomicwrites v0.4.4
6042026-03-23T20:44:31.456Z Downloaded async-recursion v1.1.1
6052026-03-23T20:44:31.459Z Downloaded async-stream v0.3.6
6062026-03-23T20:44:31.461Z Downloaded fs-err v2.11.0
6072026-03-23T20:44:31.464Z Downloaded crucible-workspace-hack v0.1.0
6082026-03-23T20:44:31.464Z Downloaded async-stream-impl v0.3.6
6092026-03-23T20:44:31.467Z Downloaded cbc v0.1.2
6102026-03-23T20:44:31.467Z Downloaded crc8 v0.1.1
6112026-03-23T20:44:31.469Z Downloaded darling_macro v0.23.0
6122026-03-23T20:44:31.469Z Downloaded cfg_aliases v0.2.1
6132026-03-23T20:44:31.469Z Downloaded backon v1.6.0
6142026-03-23T20:44:31.473Z Downloaded crossbeam-epoch v0.9.18
6152026-03-23T20:44:31.476Z Downloaded assert_matches v1.5.0
6162026-03-23T20:44:31.476Z Downloaded endian-type v0.1.2
6172026-03-23T20:44:31.478Z Downloaded dyn-clone v1.0.20
6182026-03-23T20:44:31.481Z Downloaded bb8 v0.8.6
6192026-03-23T20:44:31.482Z Downloaded deranged v0.5.8
6202026-03-23T20:44:31.484Z Downloaded daft-derive v0.1.5
6212026-03-23T20:44:31.487Z Downloaded foreign-types-macros v0.2.3
6222026-03-23T20:44:31.489Z Downloaded atomic-waker v1.1.2
6232026-03-23T20:44:31.490Z Downloaded dirs-next v2.0.0
6242026-03-23T20:44:31.490Z Downloaded defmt v1.0.1
6252026-03-23T20:44:31.492Z Downloaded console v0.16.2
6262026-03-23T20:44:31.495Z Downloaded base16ct v0.2.0
6272026-03-23T20:44:31.498Z Downloaded ahash v0.8.12
6282026-03-23T20:44:31.498Z Downloaded crc32fast v1.5.0
6292026-03-23T20:44:31.501Z Downloaded csv-core v0.1.13
6302026-03-23T20:44:31.504Z Downloaded diesel-dtrace v0.5.0
6312026-03-23T20:44:31.504Z Downloaded cargo_metadata v0.19.2
6322026-03-23T20:44:31.504Z Downloaded block-padding v0.3.3
6332026-03-23T20:44:31.506Z Downloaded darling_macro v0.20.11
6342026-03-23T20:44:31.507Z Downloaded darling_macro v0.21.3
6352026-03-23T20:44:31.509Z Downloaded arrayref v0.3.9
6362026-03-23T20:44:31.509Z Downloaded fd-lock v4.0.4
6372026-03-23T20:44:31.512Z Downloaded curve25519-dalek-derive v0.1.1
6382026-03-23T20:44:31.512Z Downloaded defmt-parser v1.0.0
6392026-03-23T20:44:31.515Z Downloaded corncobs v0.1.4
6402026-03-23T20:44:31.515Z Downloaded cmake v0.1.57
6412026-03-23T20:44:31.517Z Downloaded aead v0.5.2
6422026-03-23T20:44:31.517Z Downloaded futures-io v0.3.32
6432026-03-23T20:44:31.525Z Downloaded crunchy v0.2.4
6442026-03-23T20:44:31.525Z Downloaded ciborium-io v0.2.2
6452026-03-23T20:44:31.525Z Downloaded ctr v0.9.2
6462026-03-23T20:44:31.527Z Downloaded fixedbitset v0.5.7
6472026-03-23T20:44:31.528Z Downloaded critical-section v1.2.0
6482026-03-23T20:44:31.528Z Downloaded cobs v0.3.0
6492026-03-23T20:44:31.528Z Downloaded cpufeatures v0.3.0
6502026-03-23T20:44:31.530Z Downloaded cfg_aliases v0.1.1
6512026-03-23T20:44:31.530Z Downloaded bitfield-macros v0.19.4
6522026-03-23T20:44:31.530Z Downloaded dsl_auto_type v0.2.0
6532026-03-23T20:44:31.533Z Downloaded float-ord v0.3.2
6542026-03-23T20:44:31.533Z Downloaded downcast-rs v2.0.2
6552026-03-23T20:44:31.533Z Downloaded bit-set v0.5.3
6562026-03-23T20:44:31.536Z Downloaded dirs-sys-next v0.1.2
6572026-03-23T20:44:31.536Z Downloaded cargo-platform v0.1.9
6582026-03-23T20:44:31.539Z Downloaded darling v0.23.0
6592026-03-23T20:44:31.541Z Downloaded gethostname v0.5.0
6602026-03-23T20:44:31.544Z Downloaded foreign-types-shared v0.3.1
6612026-03-23T20:44:31.544Z Downloaded foreign-types v0.5.0
6622026-03-23T20:44:31.544Z Downloaded foreign-types-shared v0.1.1
6632026-03-23T20:44:31.547Z Downloaded dtrace-parser v0.3.0
6642026-03-23T20:44:31.547Z Downloaded difflib v0.4.0
6652026-03-23T20:44:31.547Z Downloaded dof v0.4.0
6662026-03-23T20:44:31.550Z Downloaded derive_builder_macro v0.20.2
6672026-03-23T20:44:31.550Z Downloaded diesel_table_macro_syntax v0.3.0
6682026-03-23T20:44:31.550Z Downloaded defmt v0.3.100
6692026-03-23T20:44:31.553Z Downloaded crc v3.4.0
6702026-03-23T20:44:31.553Z Downloaded flagset v0.4.7
6712026-03-23T20:44:31.556Z Downloaded convert_case v0.10.0
6722026-03-23T20:44:31.556Z Downloaded array-init v0.0.4
6732026-03-23T20:44:31.559Z Downloaded ciborium-ll v0.2.2
6742026-03-23T20:44:31.559Z Downloaded embedded-io v0.6.1
6752026-03-23T20:44:31.559Z Downloaded constant_time_eq v0.4.2
6762026-03-23T20:44:31.562Z Downloaded futures-macro v0.3.32
6772026-03-23T20:44:31.562Z Downloaded futures-task v0.3.32
6782026-03-23T20:44:31.565Z Downloaded float-cmp v0.10.0
6792026-03-23T20:44:31.565Z Downloaded embedded-io v0.4.0
6802026-03-23T20:44:31.565Z Downloaded futures-sink v0.3.32
6812026-03-23T20:44:31.568Z Downloaded daft v0.1.5
6822026-03-23T20:44:31.568Z Downloaded data-encoding v2.10.0
6832026-03-23T20:44:31.571Z Downloaded foreign-types v0.3.2
6842026-03-23T20:44:31.571Z Downloaded dropshot-api-manager-types v0.6.0
6852026-03-23T20:44:31.571Z Downloaded convert_case v0.4.0
6862026-03-23T20:44:31.574Z Downloaded ascii-canvas v3.0.0
6872026-03-23T20:44:31.574Z Downloaded ena v0.14.4
6882026-03-23T20:44:31.577Z Downloaded fixedbitset v0.4.2
6892026-03-23T20:44:31.577Z Downloaded env_filter v1.0.0
6902026-03-23T20:44:31.577Z Downloaded crc-catalog v2.4.0
6912026-03-23T20:44:31.580Z Downloaded filetime v0.2.27
6922026-03-23T20:44:31.580Z Downloaded erased-serde v0.3.31
6932026-03-23T20:44:31.583Z Downloaded der_derive v0.7.3
6942026-03-23T20:44:31.583Z Downloaded bit-set v0.8.0
6952026-03-23T20:44:31.585Z Downloaded funty v2.0.0
6962026-03-23T20:44:31.586Z Downloaded defmt-macros v1.0.1
6972026-03-23T20:44:31.588Z Downloaded bitfield v0.19.4
6982026-03-23T20:44:31.593Z Downloaded darling v0.20.11
6992026-03-23T20:44:31.596Z Downloaded ghash v0.5.1
7002026-03-23T20:44:31.596Z Downloaded camino-tempfile-ext v0.3.3
7012026-03-23T20:44:31.596Z Downloaded byte-wrapper v0.1.0
7022026-03-23T20:44:31.599Z Downloaded globwalk v0.9.1
7032026-03-23T20:44:31.599Z Downloaded const_format_proc_macros v0.2.34
7042026-03-23T20:44:31.602Z Downloaded git-stub v1.0.0
7052026-03-23T20:44:31.602Z Downloaded colored v2.2.0
7062026-03-23T20:44:31.604Z Downloaded hash32 v0.3.1
7072026-03-23T20:44:31.607Z Downloaded bitfield-struct v0.6.2
7082026-03-23T20:44:31.607Z Downloaded hash32 v0.2.1
7092026-03-23T20:44:31.609Z Downloaded async-bb8-diesel v0.2.1
7102026-03-23T20:44:31.609Z Downloaded futures-core v0.3.32
7112026-03-23T20:44:31.612Z Downloaded hostname v0.3.1
7122026-03-23T20:44:31.615Z Downloaded hex v0.4.3
7132026-03-23T20:44:31.615Z Downloaded fxhash v0.2.1
7142026-03-23T20:44:31.615Z Downloaded find-msvc-tools v0.1.9
7152026-03-23T20:44:31.618Z Downloaded ff v0.13.1
7162026-03-23T20:44:31.618Z Downloaded hex-literal v0.4.1
7172026-03-23T20:44:31.621Z Downloaded ecdsa v0.16.9
7182026-03-23T20:44:31.621Z Downloaded home v0.5.12
7192026-03-23T20:44:31.623Z Downloaded fallible-iterator v0.2.0
7202026-03-23T20:44:31.623Z Downloaded http-body v1.0.1
7212026-03-23T20:44:31.626Z Downloaded hostname v0.4.2
7222026-03-23T20:44:31.626Z Downloaded hyper-tls v0.6.0
7232026-03-23T20:44:31.629Z Downloaded hubpack v0.1.2
7242026-03-23T20:44:31.629Z Downloaded http-range v0.1.5
7252026-03-23T20:44:31.629Z Downloaded drift v0.1.3
7262026-03-23T20:44:31.633Z Downloaded derive-ex v0.1.8
7272026-03-23T20:44:31.636Z Downloaded fs_extra v1.3.0
7282026-03-23T20:44:31.640Z Downloaded foldhash v0.1.5
7292026-03-23T20:44:31.640Z Downloaded darling v0.21.3
7302026-03-23T20:44:31.643Z Downloaded hubpack_derive v0.1.1
7312026-03-23T20:44:31.643Z Downloaded des v0.8.1
7322026-03-23T20:44:31.646Z Downloaded derive_more v0.99.20
7332026-03-23T20:44:31.648Z Downloaded glob v0.3.3
7342026-03-23T20:44:31.651Z Downloaded indent_write v2.2.0
7352026-03-23T20:44:31.651Z Downloaded chacha20 v0.9.1
7362026-03-23T20:44:31.654Z Downloaded base64ct v1.8.3
7372026-03-23T20:44:31.654Z Downloaded indoc v1.0.9
7382026-03-23T20:44:31.657Z Downloaded ident_case v1.0.1
7392026-03-23T20:44:31.657Z Downloaded darling_core v0.20.11
7402026-03-23T20:44:31.660Z Downloaded globset v0.4.18
7412026-03-23T20:44:31.676Z Downloaded lazy_static v1.5.0
7422026-03-23T20:44:31.680Z Downloaded bitflags v1.3.2
7432026-03-23T20:44:31.683Z Downloaded kstat-rs v0.2.4
7442026-03-23T20:44:31.683Z Downloaded is_ci v1.2.0
7452026-03-23T20:44:31.683Z Downloaded is-terminal v0.4.17
7462026-03-23T20:44:31.686Z Downloaded lalrpop-util v0.19.12
7472026-03-23T20:44:31.686Z Downloaded env_logger v0.11.9
7482026-03-23T20:44:31.688Z Downloaded derive_builder v0.20.2
7492026-03-23T20:44:31.691Z Downloaded libscf-sys v1.1.0
7502026-03-23T20:44:31.694Z Downloaded http-body-util v0.1.3
7512026-03-23T20:44:31.694Z Downloaded keccak v0.1.6
7522026-03-23T20:44:31.697Z Downloaded getrandom v0.2.17
7532026-03-23T20:44:31.697Z Downloaded lru v0.12.5
7542026-03-23T20:44:31.699Z Downloaded md5 v0.7.0
7552026-03-23T20:44:31.699Z Downloaded md-5 v0.10.6
7562026-03-23T20:44:31.702Z Downloaded diff v0.1.13
7572026-03-23T20:44:31.705Z Downloaded derive-where v1.6.0
7582026-03-23T20:44:31.708Z Downloaded lru-slab v0.1.2
7592026-03-23T20:44:31.708Z Downloaded lru-cache v0.1.2
7602026-03-23T20:44:31.711Z Downloaded linked-hash-map v0.5.6
7612026-03-23T20:44:31.711Z Downloaded humantime v2.3.0
7622026-03-23T20:44:31.711Z Downloaded futures-channel v0.3.32
7632026-03-23T20:44:31.714Z Downloaded indoc v2.0.7
7642026-03-23T20:44:31.716Z Downloaded half v1.8.3
7652026-03-23T20:44:31.719Z Downloaded colored v3.1.1
7662026-03-23T20:44:31.722Z Downloaded memoffset v0.9.1
7672026-03-23T20:44:31.722Z Downloaded mime v0.3.17
7682026-03-23T20:44:31.722Z Downloaded lzss v0.8.2
7692026-03-23T20:44:31.725Z Downloaded impl-trait-for-tuples v0.2.3
7702026-03-23T20:44:31.727Z Downloaded multimap v0.10.1
7712026-03-23T20:44:31.728Z Downloaded hickory-client v0.25.2
7722026-03-23T20:44:31.730Z Downloaded der v0.7.10
7732026-03-23T20:44:31.733Z Downloaded new_debug_unreachable v1.0.6
7742026-03-23T20:44:31.736Z Downloaded ipnet v2.11.0
7752026-03-23T20:44:31.736Z Downloaded normalize-line-endings v0.3.0
7762026-03-23T20:44:31.736Z Downloaded nonempty v0.12.0
7772026-03-23T20:44:31.739Z Downloaded newline-converter v0.3.0
7782026-03-23T20:44:31.739Z Downloaded ipnetwork v0.21.1
7792026-03-23T20:44:31.742Z Downloaded nibble_vec v0.1.0
7802026-03-23T20:44:31.742Z Downloaded num v0.4.3
7812026-03-23T20:44:31.745Z Downloaded newtype-uuid-macros v0.1.0
7822026-03-23T20:44:31.745Z Downloaded compact_str v0.8.1
7832026-03-23T20:44:31.749Z Downloaded hmac v0.12.1
7842026-03-23T20:44:31.752Z Downloaded libefi-sys v0.1.0
7852026-03-23T20:44:31.752Z Downloaded libsw v3.5.0
7862026-03-23T20:44:31.752Z Downloaded instant v0.1.13
7872026-03-23T20:44:31.756Z Downloaded lock_api v0.4.14
7882026-03-23T20:44:31.756Z Downloaded nodrop v0.1.14
7892026-03-23T20:44:31.756Z Downloaded hyper-staticfile v0.10.1
7902026-03-23T20:44:31.760Z Downloaded num-conv v0.2.0
7912026-03-23T20:44:31.760Z Downloaded dropshot_endpoint v0.16.7
7922026-03-23T20:44:31.765Z Downloaded newtype_derive v0.1.6
7932026-03-23T20:44:31.765Z Downloaded num-derive v0.4.2
7942026-03-23T20:44:31.765Z Downloaded getrandom v0.3.4
7952026-03-23T20:44:31.768Z Downloaded num_enum_derive v0.5.11
7962026-03-23T20:44:31.768Z Downloaded num_threads v0.1.7
7972026-03-23T20:44:31.771Z Downloaded crc-any v2.5.0
7982026-03-23T20:44:31.771Z Downloaded oso-derive v0.27.3
7992026-03-23T20:44:31.771Z Downloaded linear-map v1.2.0
8002026-03-23T20:44:31.774Z Downloaded futures v0.3.32
8012026-03-23T20:44:31.777Z Downloaded ingot-macros v0.1.1
8022026-03-23T20:44:31.780Z Downloaded fatfs v0.3.6
8032026-03-23T20:44:31.782Z Downloaded openssl-probe v0.2.1
8042026-03-23T20:44:31.782Z Downloaded iana-time-zone v0.1.65
8052026-03-23T20:44:31.785Z Downloaded openssl-probe v0.1.6
8062026-03-23T20:44:31.785Z Downloaded num-derive v0.3.3
8072026-03-23T20:44:31.788Z Downloaded opaque-debug v0.3.1
8082026-03-23T20:44:31.788Z Downloaded openssl-macros v0.1.1
8092026-03-23T20:44:31.788Z Downloaded hyper-rustls v0.27.7
8102026-03-23T20:44:31.791Z Downloaded half v2.7.1
8112026-03-23T20:44:31.795Z Downloaded multer v3.1.0
8122026-03-23T20:44:31.798Z Downloaded mime_guess v2.0.5
8132026-03-23T20:44:31.798Z Downloaded httparse v1.10.1
8142026-03-23T20:44:31.801Z Downloaded libsw-core v0.3.2
8152026-03-23T20:44:31.801Z Downloaded jobserver v0.1.34
8162026-03-23T20:44:31.804Z Downloaded darling_core v0.21.3
8172026-03-23T20:44:31.806Z Downloaded pbkdf2 v0.12.2
8182026-03-23T20:44:31.809Z Downloaded parse-display v0.10.0
8192026-03-23T20:44:31.809Z Downloaded elliptic-curve v0.13.8
8202026-03-23T20:44:31.812Z Downloaded native-tls v0.2.18
8212026-03-23T20:44:31.815Z Downloaded path-slash v0.1.5
8222026-03-23T20:44:31.815Z Downloaded parse-size v1.1.0
8232026-03-23T20:44:31.815Z Downloaded packed_struct_codegen v0.10.1
8242026-03-23T20:44:31.817Z Downloaded cc v1.2.56
8252026-03-23T20:44:31.820Z Downloaded libloading v0.8.9
8262026-03-23T20:44:31.823Z Downloaded pbkdf2 v0.11.0
8272026-03-23T20:44:31.823Z Downloaded peg-runtime v0.8.5
8282026-03-23T20:44:31.825Z Downloaded litrs v1.0.0
8292026-03-23T20:44:31.826Z Downloaded pin-utils v0.1.0
8302026-03-23T20:44:31.828Z Downloaded phf_shared v0.12.1
8312026-03-23T20:44:31.828Z Downloaded num-iter v0.1.45
8322026-03-23T20:44:31.831Z Downloaded num-complex v0.4.6
8332026-03-23T20:44:31.832Z Downloaded num_enum v0.7.5
8342026-03-23T20:44:31.835Z Downloaded num_enum_derive v0.7.5
8352026-03-23T20:44:31.837Z Downloaded num_enum v0.5.11
8362026-03-23T20:44:31.840Z Downloaded predicates-core v1.0.10
8372026-03-23T20:44:31.843Z Downloaded precomputed-hash v0.1.1
8382026-03-23T20:44:31.843Z Downloaded olpc-cjson v0.1.4
8392026-03-23T20:44:31.843Z Downloaded chacha20poly1305 v0.10.1
8402026-03-23T20:44:31.847Z Downloaded num-integer v0.1.46
8412026-03-23T20:44:31.847Z Downloaded phf_shared v0.11.3
8422026-03-23T20:44:31.849Z Downloaded powerfmt v0.2.0
8432026-03-23T20:44:31.849Z Downloaded blake2 v0.10.6
8442026-03-23T20:44:31.849Z Downloaded expectorate v1.2.0
8452026-03-23T20:44:31.852Z Downloaded indexmap v1.9.3
8462026-03-23T20:44:31.855Z Downloaded nanorand v0.7.0
8472026-03-23T20:44:31.858Z Downloaded ignore v0.4.25
8482026-03-23T20:44:31.860Z Downloaded headers v0.4.1
8492026-03-23T20:44:31.863Z Downloaded proc-macro-error-attr2 v2.0.0
8502026-03-23T20:44:31.866Z Downloaded predicates-tree v1.0.13
8512026-03-23T20:44:31.866Z Downloaded progenitor-client v0.10.0
8522026-03-23T20:44:31.866Z Downloaded progenitor-client v0.11.2
8532026-03-23T20:44:31.869Z Downloaded ar_archive_writer v0.5.1
8542026-03-23T20:44:31.871Z Downloaded proc-macro-crate v3.4.0
8552026-03-23T20:44:31.871Z Downloaded bumpalo v3.20.2
8562026-03-23T20:44:31.874Z Downloaded oxnet v0.1.4
8572026-03-23T20:44:31.877Z Downloaded oxide-tokio-rt v0.1.3
8582026-03-23T20:44:31.877Z Downloaded newtype-uuid v1.3.2
8592026-03-23T20:44:31.881Z Downloaded paste v1.0.15
8602026-03-23T20:44:31.881Z Downloaded password-hash v0.4.2
8612026-03-23T20:44:31.883Z Downloaded progenitor-macro v0.10.0
8622026-03-23T20:44:31.883Z Downloaded progenitor-macro v0.13.0
8632026-03-23T20:44:31.883Z Downloaded proc-macro-crate v1.3.1
8642026-03-23T20:44:31.886Z Downloaded password-hash v0.5.0
8652026-03-23T20:44:31.886Z Downloaded packed_struct v0.10.1
8662026-03-23T20:44:31.889Z Downloaded phf v0.12.1
8672026-03-23T20:44:31.891Z Downloaded progenitor-macro v0.11.2
8682026-03-23T20:44:31.891Z Downloaded heapless v0.8.0
8692026-03-23T20:44:31.894Z Downloaded pem v3.0.6
8702026-03-23T20:44:31.897Z Downloaded psl-types v2.0.11
8712026-03-23T20:44:31.897Z Downloaded quick-error v1.2.3
8722026-03-23T20:44:31.899Z Downloaded heapless v0.7.17
8732026-03-23T20:44:31.902Z Downloaded crypto-bigint v0.5.5
8742026-03-23T20:44:31.905Z Downloaded num-rational v0.4.2
8752026-03-23T20:44:31.909Z Downloaded crossbeam-channel v0.5.15
8762026-03-23T20:44:31.911Z Downloaded pkg-config v0.3.32
8772026-03-23T20:44:31.912Z Downloaded pkcs8 v0.10.2
8782026-03-23T20:44:31.914Z Downloaded poly1305 v0.8.0
8792026-03-23T20:44:31.917Z Downloaded radium v0.7.0
8802026-03-23T20:44:31.917Z Downloaded rand_chacha v0.3.1
8812026-03-23T20:44:31.920Z Downloaded const_format v0.2.35
8822026-03-23T20:44:31.922Z Downloaded ppv-lite86 v0.2.21
8832026-03-23T20:44:31.925Z Downloaded indicatif v0.18.4
8842026-03-23T20:44:31.928Z Downloaded base64 v0.21.7
8852026-03-23T20:44:31.931Z Downloaded predicates v3.1.4
8862026-03-23T20:44:31.933Z Downloaded pin-project-lite v0.2.17
8872026-03-23T20:44:31.936Z Downloaded parking_lot v0.11.2
8882026-03-23T20:44:31.938Z Downloaded pin-project-internal v1.1.11
8892026-03-23T20:44:31.943Z Downloaded recursive-proc-macro-impl v0.1.1
8902026-03-23T20:44:31.943Z Downloaded recursive v0.1.1
8912026-03-23T20:44:31.943Z Downloaded phf_shared v0.13.1
8922026-03-23T20:44:31.945Z Downloaded ref-cast-impl v1.0.25
8932026-03-23T20:44:31.945Z Downloaded ref-cast v1.0.25
8942026-03-23T20:44:31.945Z Downloaded flate2 v1.1.9
8952026-03-23T20:44:31.949Z Downloaded progenitor-extras v0.1.1
8962026-03-23T20:44:31.952Z Downloaded progenitor-client v0.13.0
8972026-03-23T20:44:31.952Z Downloaded progenitor v0.11.2
8982026-03-23T20:44:31.955Z Downloaded hickory-resolver v0.25.2
8992026-03-23T20:44:31.957Z Downloaded progenitor v0.13.0
9002026-03-23T20:44:31.961Z Downloaded rfc6979 v0.4.0
9012026-03-23T20:44:31.961Z Downloaded parse-display-derive v0.10.0
9022026-03-23T20:44:31.961Z Downloaded libbz2-rs-sys v0.2.2
9032026-03-23T20:44:31.963Z Downloaded rustc_version v0.1.7
9042026-03-23T20:44:31.963Z Downloaded ed25519-dalek v2.2.0
9052026-03-23T20:44:31.969Z Downloaded rustc_version v0.4.1
9062026-03-23T20:44:31.971Z Downloaded parking_lot_core v0.9.12
9072026-03-23T20:44:31.971Z Downloaded psm v0.1.30
9082026-03-23T20:44:31.971Z Downloaded peg v0.8.5
9092026-03-23T20:44:31.977Z Downloaded r2d2 v0.8.10
9102026-03-23T20:44:31.980Z Downloaded derive_more-impl v2.1.1
9112026-03-23T20:44:31.982Z Downloaded postcard v1.1.3
9122026-03-23T20:44:31.985Z Downloaded polyval v0.6.2
9132026-03-23T20:44:31.985Z Downloaded rand_core v0.10.0
9142026-03-23T20:44:31.987Z Downloaded rustc-hash v2.1.1
9152026-03-23T20:44:31.988Z Downloaded rtoolbox v0.0.3
9162026-03-23T20:44:31.990Z Downloaded rand_core v0.9.5
9172026-03-23T20:44:31.990Z Downloaded rand_chacha v0.9.0
9182026-03-23T20:44:31.993Z Downloaded pkcs1 v0.7.5
9192026-03-23T20:44:31.995Z Downloaded postgres-types v0.2.12
9202026-03-23T20:44:31.995Z Downloaded miniz_oxide v0.8.9
9212026-03-23T20:44:31.998Z Downloaded crossterm v0.28.1
9222026-03-23T20:44:32.003Z Downloaded same-file v1.0.6
9232026-03-23T20:44:32.005Z Downloaded rand_xorshift v0.4.0
9242026-03-23T20:44:32.005Z Downloaded sapling-renderdag v0.1.0
9252026-03-23T20:44:32.009Z Downloaded scopeguard v1.2.0
9262026-03-23T20:44:32.009Z Downloaded p256 v0.13.2
9272026-03-23T20:44:32.012Z Downloaded scheduled-thread-pool v0.2.7
9282026-03-23T20:44:32.012Z Downloaded proc-macro-error2 v2.0.1
9292026-03-23T20:44:32.016Z Downloaded salsa20 v0.10.2
9302026-03-23T20:44:32.018Z Downloaded primeorder v0.13.6
9312026-03-23T20:44:32.019Z Downloaded scroll_derive v0.13.1
9322026-03-23T20:44:32.019Z Downloaded rand_seeder v0.4.0
9332026-03-23T20:44:32.021Z Downloaded postgres-protocol v0.6.10
9342026-03-23T20:44:32.021Z Downloaded progenitor v0.10.0
9352026-03-23T20:44:32.025Z Downloaded parking_lot_core v0.8.6
9362026-03-23T20:44:32.028Z Downloaded papergrid v0.17.0
9372026-03-23T20:44:32.030Z Downloaded secrecy v0.10.3
9382026-03-23T20:44:32.030Z Downloaded secrecy v0.8.0
9392026-03-23T20:44:32.033Z Downloaded scrypt v0.11.0
9402026-03-23T20:44:32.033Z Downloaded serde_bytes v0.11.19
9412026-03-23T20:44:32.035Z Downloaded resolv-conf v0.7.6
9422026-03-23T20:44:32.035Z Downloaded seq-macro v0.3.6
9432026-03-23T20:44:32.038Z Downloaded serde_plain v1.0.2
9442026-03-23T20:44:32.038Z Downloaded parking_lot v0.12.5
9452026-03-23T20:44:32.041Z Downloaded peg-macros v0.8.5
9462026-03-23T20:44:32.044Z Downloaded serde-big-array v0.5.1
9472026-03-23T20:44:32.044Z Downloaded omicron-zone-package v0.12.2
9482026-03-23T20:44:32.047Z Downloaded dropshot-api-manager v0.6.0
9492026-03-23T20:44:32.053Z Downloaded jiff-static v0.2.21
9502026-03-23T20:44:32.056Z Downloaded hickory-resolver v0.24.4
9512026-03-23T20:44:32.056Z Downloaded phf v0.13.1
9522026-03-23T20:44:32.056Z Downloaded pin-project v1.1.11
9532026-03-23T20:44:32.068Z Downloaded serde_urlencoded v0.7.1
9542026-03-23T20:44:32.073Z Downloaded openssl-sys v0.9.111
9552026-03-23T20:44:32.073Z Downloaded sha1 v0.10.6
9562026-03-23T20:44:32.073Z Downloaded prefix-trie v0.7.0
9572026-03-23T20:44:32.075Z Downloaded shell-words v1.1.1
9582026-03-23T20:44:32.075Z Downloaded siphasher v1.0.2
9592026-03-23T20:44:32.078Z Downloaded signature v2.2.0
9602026-03-23T20:44:32.080Z Downloaded signal-hook-tokio v0.3.1
9612026-03-23T20:44:32.080Z Downloaded rustls-pemfile v1.0.4
9622026-03-23T20:44:32.083Z Downloaded rusty-fork v0.3.1
9632026-03-23T20:44:32.083Z Downloaded scroll v0.13.0
9642026-03-23T20:44:32.099Z Downloaded schemars_derive v0.8.22
9652026-03-23T20:44:32.099Z Downloaded rustversion v1.0.22
9662026-03-23T20:44:32.099Z Downloaded rustls-pemfile v2.2.0
9672026-03-23T20:44:32.099Z Downloaded hickory-server v0.25.2
9682026-03-23T20:44:32.099Z Downloaded semver v0.1.20
9692026-03-23T20:44:32.100Z Downloaded signal-hook-mio v0.2.5
9702026-03-23T20:44:32.100Z Downloaded rustls-native-certs v0.8.3
9712026-03-23T20:44:32.103Z Downloaded rand_core v0.6.4
9722026-03-23T20:44:32.103Z Downloaded sigpipe v0.1.3
9732026-03-23T20:44:32.103Z Downloaded quinn-udp v0.5.14
9742026-03-23T20:44:32.103Z Downloaded progenitor-impl v0.13.0
9752026-03-23T20:44:32.109Z Downloaded progenitor-impl v0.10.0
9762026-03-23T20:44:32.109Z Downloaded pkcs5 v0.7.1
9772026-03-23T20:44:32.112Z Downloaded serde_repr v0.1.20
9782026-03-23T20:44:32.112Z Downloaded serde-hex v0.1.0
9792026-03-23T20:44:32.115Z Downloaded sqlparser_derive v0.5.0
9802026-03-23T20:44:32.115Z Downloaded slog-bunyan v2.5.0
9812026-03-23T20:44:32.115Z Downloaded sct v0.7.1
9822026-03-23T20:44:32.118Z Downloaded serde_path_to_error v0.1.20
9832026-03-23T20:44:32.121Z Downloaded ssh-cipher v0.2.0
9842026-03-23T20:44:32.121Z Downloaded hyper-util v0.1.20
9852026-03-23T20:44:32.124Z Downloaded ssh-encoding v0.2.0
9862026-03-23T20:44:32.127Z Downloaded serde_derive_internals v0.29.1
9872026-03-23T20:44:32.130Z Downloaded russh-keys v0.45.0
9882026-03-23T20:44:32.130Z Downloaded sec1 v0.7.3
9892026-03-23T20:44:32.132Z Downloaded serde_spanned v1.0.4
9902026-03-23T20:44:32.132Z Downloaded strum v0.26.3
9912026-03-23T20:44:32.135Z Downloaded crossterm v0.29.0
9922026-03-23T20:44:32.138Z Downloaded shlex v1.3.0
9932026-03-23T20:44:32.141Z Downloaded strum v0.27.2
9942026-03-23T20:44:32.142Z Downloaded slog-envlogger v2.2.0
9952026-03-23T20:44:32.145Z Downloaded slab v0.4.12
9962026-03-23T20:44:32.145Z Downloaded structmeta-derive v0.3.0
9972026-03-23T20:44:32.145Z Downloaded structmeta v0.3.0
9982026-03-23T20:44:32.148Z Downloaded oso v0.27.3
9992026-03-23T20:44:32.150Z Downloaded prettyplease v0.2.37
10002026-03-23T20:44:32.153Z Downloaded hashbrown v0.13.2
10012026-03-23T20:44:32.156Z Downloaded strip-ansi-escapes v0.2.1
10022026-03-23T20:44:32.156Z Downloaded slog-async v2.8.0
10032026-03-23T20:44:32.160Z Downloaded itertools v0.10.5
10042026-03-23T20:44:32.162Z Downloaded tap v1.0.1
10052026-03-23T20:44:32.165Z Downloaded aes v0.8.4
10062026-03-23T20:44:32.168Z Downloaded sync_wrapper v1.0.2
10072026-03-23T20:44:32.168Z Downloaded slog-stdlog v4.1.1
10082026-03-23T20:44:32.171Z Downloaded slog-scope v4.4.1
10092026-03-23T20:44:32.171Z Downloaded slog-json v2.6.1
10102026-03-23T20:44:32.173Z Downloaded signal-hook-registry v1.4.8
10112026-03-23T20:44:32.173Z Downloaded rustls-pki-types v1.14.0
10122026-03-23T20:44:32.176Z Downloaded subtle v2.6.1
10132026-03-23T20:44:32.176Z Downloaded spki v0.7.3
10142026-03-23T20:44:32.180Z Downloaded minimal-lexical v0.2.1
10152026-03-23T20:44:32.183Z Downloaded thiserror-impl-no-std v2.0.2
10162026-03-23T20:44:32.185Z Downloaded thread-id v5.1.0
10172026-03-23T20:44:32.185Z Downloaded supports-color v3.0.2
10182026-03-23T20:44:32.185Z Downloaded tagptr v0.2.0
10192026-03-23T20:44:32.188Z Downloaded tabwriter v1.4.1
10202026-03-23T20:44:32.188Z Downloaded sync-ptr v0.1.4
10212026-03-23T20:44:32.192Z Downloaded take_mut v0.2.2
10222026-03-23T20:44:32.192Z Downloaded simd-adler32 v0.3.8
10232026-03-23T20:44:32.194Z Downloaded sqlformat v0.3.5
10242026-03-23T20:44:32.194Z Downloaded progenitor-impl v0.11.2
10252026-03-23T20:44:32.197Z Downloaded hashbrown v0.12.3
10262026-03-23T20:44:32.200Z Downloaded time-core v0.1.8
10272026-03-23T20:44:32.200Z Downloaded tabled_derive v0.11.0
10282026-03-23T20:44:32.203Z Downloaded slog-term v2.9.2
10292026-03-23T20:44:32.205Z Downloaded tinyvec_macros v0.1.1
10302026-03-23T20:44:32.205Z Downloaded strum_macros v0.26.4
10312026-03-23T20:44:32.208Z Downloaded serde_cbor v0.11.2
10322026-03-23T20:44:32.210Z Downloaded testing_table v0.3.0
10332026-03-23T20:44:32.210Z Downloaded http v1.4.0
10342026-03-23T20:44:32.213Z Downloaded support-bundle-viewer v0.1.2
10352026-03-23T20:44:32.216Z Downloaded num-bigint v0.4.6
10362026-03-23T20:44:32.219Z Downloaded rayon-core v1.13.0
10372026-03-23T20:44:32.222Z Downloaded rustls-platform-verifier v0.6.2
10382026-03-23T20:44:32.224Z Downloaded hashbrown v0.15.5
10392026-03-23T20:44:32.228Z Downloaded stringprep v0.1.5
10402026-03-23T20:44:32.231Z Downloaded schemars v0.8.22
10412026-03-23T20:44:32.239Z Downloaded string_cache v0.8.9
10422026-03-23T20:44:32.242Z Downloaded termios v0.3.3
10432026-03-23T20:44:32.244Z Downloaded static_assertions v1.1.0
10442026-03-23T20:44:32.244Z Downloaded ryu v1.0.23
10452026-03-23T20:44:32.247Z Downloaded stacker v0.1.23
10462026-03-23T20:44:32.250Z Downloaded tower-service v0.3.3
10472026-03-23T20:44:32.250Z Downloaded topological-sort v0.2.2
10482026-03-23T20:44:32.250Z Downloaded rcgen v0.12.1
10492026-03-23T20:44:32.253Z Downloaded snafu-derive v0.8.9
10502026-03-23T20:44:32.253Z Downloaded smf v0.2.3
10512026-03-23T20:44:32.256Z Downloaded thread_local v1.1.9
10522026-03-23T20:44:32.256Z Downloaded thiserror-no-std v2.0.2
10532026-03-23T20:44:32.258Z Downloaded mio v1.1.1
10542026-03-23T20:44:32.263Z Downloaded rand v0.8.5
10552026-03-23T20:44:32.266Z Downloaded spin v0.9.8
10562026-03-23T20:44:32.269Z Downloaded quinn v0.11.9
10572026-03-23T20:44:32.273Z Downloaded trait-variant v0.1.2
10582026-03-23T20:44:32.279Z Downloaded tower-layer v0.3.3
10592026-03-23T20:44:32.279Z Downloaded termtree v0.5.1
10602026-03-23T20:44:32.279Z Downloaded strum_macros v0.24.3
10612026-03-23T20:44:32.279Z Downloaded try-lock v0.2.5
10622026-03-23T20:44:32.284Z Downloaded tls_codec_derive v0.4.2
10632026-03-23T20:44:32.284Z Downloaded time-macros v0.2.27
10642026-03-23T20:44:32.284Z Downloaded smallvec v0.6.14
10652026-03-23T20:44:32.284Z Downloaded slog-dtrace v0.3.0
10662026-03-23T20:44:32.284Z Downloaded strum_macros v0.27.2
10672026-03-23T20:44:32.287Z Downloaded itertools v0.13.0
10682026-03-23T20:44:32.291Z Downloaded itertools v0.12.1
10692026-03-23T20:44:32.296Z Downloaded untrusted v0.9.0
10702026-03-23T20:44:32.299Z Downloaded tokio-rustls v0.25.0
10712026-03-23T20:44:32.301Z Downloaded nom v7.1.3
10722026-03-23T20:44:32.304Z Downloaded toml_writer v1.0.6+spec-1.1.0
10732026-03-23T20:44:32.307Z Downloaded tokio-macros v2.6.0
10742026-03-23T20:44:32.307Z Downloaded tls_codec v0.4.2
10752026-03-23T20:44:32.309Z Downloaded term v0.7.0
10762026-03-23T20:44:32.312Z Downloaded signal-hook v0.3.18
10772026-03-23T20:44:32.314Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10782026-03-23T20:44:32.314Z Downloaded qorb v0.4.1
10792026-03-23T20:44:32.317Z Downloaded typify-macro v0.6.1
10802026-03-23T20:44:32.320Z Downloaded unicode-truncate v1.1.0
10812026-03-23T20:44:32.320Z Downloaded publicsuffix v2.3.0
10822026-03-23T20:44:32.324Z Downloaded void v1.0.2
10832026-03-23T20:44:32.324Z Downloaded usdt-attr-macro v0.6.0
10842026-03-23T20:44:32.327Z Downloaded unit-prefix v0.5.2
10852026-03-23T20:44:32.327Z Downloaded universal-hash v0.5.1
10862026-03-23T20:44:32.327Z Downloaded tokio-native-tls v0.3.1
10872026-03-23T20:44:32.330Z Downloaded untrusted v0.7.1
10882026-03-23T20:44:32.330Z Downloaded libxml v0.3.3
10892026-03-23T20:44:32.332Z Downloaded tokio-tungstenite v0.23.1
10902026-03-23T20:44:32.335Z Downloaded utf-8 v0.7.6
10912026-03-23T20:44:32.338Z Downloaded usdt-macro v0.6.0
10922026-03-23T20:44:32.338Z Downloaded tiny-keccak v2.0.2
10932026-03-23T20:44:32.340Z Downloaded similar v2.7.0
10942026-03-23T20:44:32.343Z Downloaded tui-tree-widget v0.23.1
10952026-03-23T20:44:32.346Z Downloaded tokio-tungstenite v0.21.0
10962026-03-23T20:44:32.346Z Downloaded slog v2.8.2
10972026-03-23T20:44:32.348Z Downloaded p521 v0.13.3
10982026-03-23T20:44:32.351Z Downloaded want v0.3.1
10992026-03-23T20:44:32.355Z Downloaded socket2 v0.6.2
11002026-03-23T20:44:32.355Z Downloaded samael v0.0.19
11012026-03-23T20:44:32.359Z Downloaded tokio-dtrace v0.1.1
11022026-03-23T20:44:32.361Z Downloaded tokio-rustls v0.26.4
11032026-03-23T20:44:32.364Z Downloaded tokio-rustls v0.24.1
11042026-03-23T20:44:32.364Z Downloaded unicase v2.9.0
11052026-03-23T20:44:32.367Z Downloaded rsa v0.9.10
11062026-03-23T20:44:32.369Z Downloaded xshell-macros v0.2.7
11072026-03-23T20:44:32.370Z Downloaded xattr v1.6.1
11082026-03-23T20:44:32.372Z Downloaded num-bigint-dig v0.8.6
11092026-03-23T20:44:32.376Z Downloaded rand v0.10.0
11102026-03-23T20:44:32.379Z Downloaded serde_yaml v0.9.34+deprecated
11112026-03-23T20:44:32.381Z Downloaded waitgroup v0.1.2
11122026-03-23T20:44:32.381Z Downloaded term v1.2.1
11132026-03-23T20:44:32.387Z Downloaded hkdf v0.12.4
11142026-03-23T20:44:32.387Z Downloaded toml_parser v1.0.9+spec-1.1.0
11152026-03-23T20:44:32.390Z Downloaded vergen-gitcl v1.0.8
11162026-03-23T20:44:32.390Z Downloaded rand v0.9.2
11172026-03-23T20:44:32.393Z Downloaded zeroize_derive v1.4.3
11182026-03-23T20:44:32.393Z Downloaded rustls-webpki v0.103.9
11192026-03-23T20:44:32.396Z Downloaded hyper v1.8.1
11202026-03-23T20:44:32.401Z Downloaded itertools v0.14.0
11212026-03-23T20:44:32.406Z Downloaded vergen-git2 v1.0.7
11222026-03-23T20:44:32.409Z Downloaded tokio-stream v0.1.18
11232026-03-23T20:44:32.412Z Downloaded zone_cfg_derive v0.3.1
11242026-03-23T20:44:32.412Z Downloaded schemars v1.2.1
11252026-03-23T20:44:32.422Z Downloaded zone v0.3.1
11262026-03-23T20:44:32.425Z Downloaded socket2 v0.5.10
11272026-03-23T20:44:32.425Z Downloaded vergen-lib v0.1.6
11282026-03-23T20:44:32.429Z Downloaded wait-timeout v0.2.1
11292026-03-23T20:44:32.429Z Downloaded uzers v0.12.2
11302026-03-23T20:44:32.432Z Downloaded whoami v2.1.0
11312026-03-23T20:44:32.432Z Downloaded usdt-impl v0.6.0
11322026-03-23T20:44:32.432Z Downloaded twox-hash v2.1.2
11332026-03-23T20:44:32.435Z Downloaded walkdir v2.5.0
11342026-03-23T20:44:32.438Z Downloaded whoami v1.6.1
11352026-03-23T20:44:32.438Z Downloaded h2 v0.4.13
11362026-03-23T20:44:32.442Z Downloaded xshell v0.2.7
11372026-03-23T20:44:32.446Z Downloaded wyz v0.5.1
11382026-03-23T20:44:32.446Z Downloaded toml v0.7.8
11392026-03-23T20:44:32.449Z Downloaded snafu v0.8.9
11402026-03-23T20:44:32.452Z Downloaded tinyvec v1.10.0
11412026-03-23T20:44:32.455Z Downloaded russh v0.45.0
11422026-03-23T20:44:32.457Z Downloaded tracing-attributes v0.1.31
11432026-03-23T20:44:32.460Z Downloaded vergen v9.0.6
11442026-03-23T20:44:32.460Z Downloaded unicode-properties v0.1.4
11452026-03-23T20:44:32.463Z Downloaded zeroize v1.8.2
11462026-03-23T20:44:32.463Z Downloaded toml v0.9.12+spec-1.1.0
11472026-03-23T20:44:32.466Z Downloaded test-strategy v0.4.5
11482026-03-23T20:44:32.469Z Downloaded xz2 v0.1.7
11492026-03-23T20:44:32.472Z Downloaded aho-corasick v1.1.4
11502026-03-23T20:44:32.475Z Downloaded subprocess v0.2.15
11512026-03-23T20:44:32.478Z Downloaded aes-gcm v0.10.3
11522026-03-23T20:44:32.480Z Downloaded zstd-safe v7.2.4
11532026-03-23T20:44:32.485Z Downloaded vsss-rs v3.3.4
11542026-03-23T20:44:32.485Z Downloaded zstd v0.13.3
11552026-03-23T20:44:32.488Z Downloaded tungstenite v0.21.0
11562026-03-23T20:44:32.491Z Downloaded rustyline v14.0.0
11572026-03-23T20:44:32.495Z Downloaded libm v0.2.16
11582026-03-23T20:44:32.500Z Downloaded typify v0.4.3
11592026-03-23T20:44:32.503Z Downloaded unsafe-libyaml v0.2.11
11602026-03-23T20:44:32.506Z Downloaded schemars v0.9.0
11612026-03-23T20:44:32.514Z Downloaded toml_edit v0.23.10+spec-1.0.0
11622026-03-23T20:44:32.517Z Downloaded steno v0.4.1
11632026-03-23T20:44:32.520Z Downloaded futures-util v0.3.32
11642026-03-23T20:44:32.529Z Downloaded zerocopy v0.6.6
11652026-03-23T20:44:32.532Z Downloaded blake3 v1.8.3
11662026-03-23T20:44:32.539Z Downloaded tungstenite v0.23.0
11672026-03-23T20:44:32.542Z Downloaded tracing-core v0.1.36
11682026-03-23T20:44:32.542Z Downloaded yasna v0.5.2
11692026-03-23T20:44:32.545Z Downloaded unicode-bidi v0.3.18
11702026-03-23T20:44:32.548Z Downloaded vte v0.14.1
11712026-03-23T20:44:32.548Z Downloaded reedline v0.40.0
11722026-03-23T20:44:32.552Z Downloaded rpassword v7.4.0
11732026-03-23T20:44:32.555Z Downloaded ron v0.12.0
11742026-03-23T20:44:32.560Z Downloaded uuid v1.21.0
11752026-03-23T20:44:32.563Z Downloaded typify v0.6.1
11762026-03-23T20:44:32.566Z Downloaded toml_edit v0.19.15
11772026-03-23T20:44:32.578Z Downloaded tokio-postgres v0.7.16
11782026-03-23T20:44:32.581Z Downloaded iddqd v0.3.17
11792026-03-23T20:44:32.586Z Downloaded usdt v0.6.0
11802026-03-23T20:44:32.590Z Downloaded tar v0.4.44
11812026-03-23T20:44:32.593Z Downloaded bindgen v0.71.1
11822026-03-23T20:44:32.596Z Downloaded iri-string v0.7.10
11832026-03-23T20:44:32.600Z Downloaded unarray v0.1.4
11842026-03-23T20:44:32.603Z Downloaded typify-macro v0.4.3
11852026-03-23T20:44:32.603Z Downloaded serde_with_macros v3.17.0
11862026-03-23T20:44:32.606Z Downloaded ron v0.8.1
11872026-03-23T20:44:32.609Z Downloaded zip v0.6.6
11882026-03-23T20:44:32.612Z Downloaded yansi v1.0.1
11892026-03-23T20:44:32.615Z Downloaded ssh-key v0.6.7
11902026-03-23T20:44:32.618Z Downloaded zopfli v0.8.3
11912026-03-23T20:44:32.621Z Downloaded portable-atomic v1.13.1
11922026-03-23T20:44:32.626Z Downloaded unicode_categories v0.1.1
11932026-03-23T20:44:32.629Z Downloaded rayon v1.11.0
11942026-03-23T20:44:32.635Z Downloaded reqwest v0.13.2
11952026-03-23T20:44:32.639Z Downloaded reqwest v0.12.28
11962026-03-23T20:44:32.644Z Downloaded regex v1.12.3
11972026-03-23T20:44:32.648Z Downloaded p384 v0.13.1
11982026-03-23T20:44:32.655Z Downloaded typed-path v0.9.3
11992026-03-23T20:44:32.658Z Downloaded tower v0.5.3
12002026-03-23T20:44:32.663Z Downloaded x509-cert v0.2.5
12012026-03-23T20:44:32.670Z Downloaded zerocopy-derive v0.8.40
12022026-03-23T20:44:32.674Z Downloaded quick-xml v0.37.5
12032026-03-23T20:44:32.679Z Downloaded bitvec v1.0.1
12042026-03-23T20:44:32.690Z Downloaded unicode-segmentation v1.12.0
12052026-03-23T20:44:32.693Z Downloaded rustls-webpki v0.101.7
12062026-03-23T20:44:32.704Z Downloaded unicode-normalization v0.1.25
12072026-03-23T20:44:32.707Z Downloaded tough v0.20.0
12082026-03-23T20:44:32.713Z Downloaded curve25519-dalek v4.1.3
12092026-03-23T20:44:32.720Z Downloaded tower-http v0.6.8
12102026-03-23T20:44:32.726Z Downloaded moka v0.12.13
12112026-03-23T20:44:32.732Z Downloaded tokio-util v0.7.18
12122026-03-23T20:44:32.738Z Downloaded serde_with v3.17.0
12132026-03-23T20:44:32.747Z Downloaded zip v4.6.1
12142026-03-23T20:44:32.751Z Downloaded salty v0.3.0
12152026-03-23T20:44:32.755Z Downloaded proptest v1.10.0
12162026-03-23T20:44:32.762Z Downloaded nix v0.27.1
12172026-03-23T20:44:32.770Z Downloaded rustls-webpki v0.102.8
12182026-03-23T20:44:32.784Z Downloaded winnow v0.5.40
12192026-03-23T20:44:32.790Z Downloaded quinn-proto v0.11.13
12202026-03-23T20:44:32.796Z Downloaded winnow v0.6.26
12212026-03-23T20:44:32.803Z Downloaded object v0.30.4
12222026-03-23T20:44:32.809Z Downloaded openssl v0.10.75
12232026-03-23T20:44:32.817Z Downloaded radix_trie v0.2.1
12242026-03-23T20:44:32.821Z Downloaded polar-core v0.27.3
12252026-03-23T20:44:32.826Z Downloaded bstr v1.12.1
12262026-03-23T20:44:32.833Z Downloaded goblin v0.10.5
12272026-03-23T20:44:32.839Z Downloaded petname v2.0.2
12282026-03-23T20:44:32.843Z Downloaded tabled v0.20.0
12292026-03-23T20:44:32.856Z Downloaded regex-syntax v0.6.29
12302026-03-23T20:44:32.862Z Downloaded nix v0.28.0
12312026-03-23T20:44:32.871Z Downloaded dropshot v0.16.7
12322026-03-23T20:44:32.886Z Downloaded vcpkg v0.2.15
12332026-03-23T20:44:32.917Z Downloaded zlib-rs v0.6.2
12342026-03-23T20:44:32.921Z Downloaded smoltcp v0.9.1
12352026-03-23T20:44:32.931Z Downloaded hickory-proto v0.24.4
12362026-03-23T20:44:32.941Z Downloaded hickory-proto v0.25.2
12372026-03-23T20:44:32.954Z Downloaded rustls v0.22.4
12382026-03-23T20:44:32.965Z Downloaded rustix v0.38.44
12392026-03-23T20:44:32.982Z Downloaded zerocopy v0.8.40
12402026-03-23T20:44:32.990Z Downloaded rustls v0.23.37
12412026-03-23T20:44:33.001Z Downloaded regex-syntax v0.8.10
12422026-03-23T20:44:33.007Z Downloaded diesel v2.3.7
12432026-03-23T20:44:33.022Z Downloaded webpki-roots v1.0.6
12442026-03-23T20:44:33.025Z Downloaded smoltcp v0.11.0
12452026-03-23T20:44:33.034Z Downloaded typify-impl v0.6.1
12462026-03-23T20:44:33.046Z Downloaded regress v0.10.5
12472026-03-23T20:44:33.053Z Downloaded openapiv3 v2.2.0
12482026-03-23T20:44:33.062Z Downloaded object v0.37.3
12492026-03-23T20:44:33.071Z Downloaded bzip2-sys v0.1.13+1.0.8
12502026-03-23T20:44:33.081Z Downloaded sqlparser v0.61.0
12512026-03-23T20:44:33.089Z Downloaded nix v0.31.1
12522026-03-23T20:44:33.098Z Downloaded nix v0.29.0
12532026-03-23T20:44:33.107Z Downloaded regex-automata v0.4.14
12542026-03-23T20:44:33.119Z Downloaded sled v0.34.7
12552026-03-23T20:44:33.127Z Downloaded ratatui v0.29.0
12562026-03-23T20:44:33.143Z Downloaded tracing v0.1.44
12572026-03-23T20:44:33.159Z Downloaded time v0.3.47
12582026-03-23T20:44:33.168Z Downloaded typify-impl v0.4.3
12592026-03-23T20:44:33.180Z Downloaded chrono-tz v0.10.4
12602026-03-23T20:44:33.194Z Downloaded zerocopy-derive v0.6.6
12612026-03-23T20:44:33.202Z Downloaded lzma-sys v0.1.20
12622026-03-23T20:44:33.223Z Downloaded rustls v0.21.12
12632026-03-23T20:44:33.231Z Downloaded chrono v0.4.44
12642026-03-23T20:44:33.237Z Downloaded git2 v0.20.4
12652026-03-23T20:44:33.243Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12662026-03-23T20:44:33.257Z Downloaded petgraph v0.8.3
12672026-03-23T20:44:33.273Z Downloaded petgraph v0.6.5
12682026-03-23T20:44:33.287Z Downloaded libz-sys v1.1.24
12692026-03-23T20:44:33.303Z Downloaded jiff v0.2.21
12702026-03-23T20:44:33.317Z Downloaded lalrpop v0.19.12
12712026-03-23T20:44:33.324Z Downloaded pretty_assertions v1.4.1
12722026-03-23T20:44:33.327Z Downloaded pem-rfc7468 v0.7.0
12732026-03-23T20:44:33.330Z Downloaded base64 v0.22.1
12742026-03-23T20:44:33.330Z Downloaded diesel_derives v2.3.7
12752026-03-23T20:44:33.335Z Downloaded russh-cryptovec v0.7.3
12762026-03-23T20:44:33.338Z Downloaded derive_more v2.1.1
12772026-03-23T20:44:33.344Z Downloaded owo-colors v4.3.0
12782026-03-23T20:44:33.347Z Downloaded arc-swap v1.8.2
12792026-03-23T20:44:33.350Z Downloaded memmap2 v0.9.10
12802026-03-23T20:44:33.350Z Downloaded bytes v1.11.1
12812026-03-23T20:44:33.352Z Downloaded allocator-api2 v0.2.21
12822026-03-23T20:44:33.355Z Downloaded csv v1.4.0
12832026-03-23T20:44:33.371Z Downloaded nu-ansi-term v0.50.3
12842026-03-23T20:44:33.374Z Downloaded cookie v0.18.1
12852026-03-23T20:44:33.376Z Downloaded console v0.15.11
12862026-03-23T20:44:33.376Z Downloaded maybe-uninit v2.0.0
12872026-03-23T20:44:33.379Z Downloaded match_cfg v0.1.0
12882026-03-23T20:44:33.379Z Downloaded maplit v1.0.2
12892026-03-23T20:44:33.379Z Downloaded managed v0.8.0
12902026-03-23T20:44:33.379Z Downloaded ingot-types v0.1.2
12912026-03-23T20:44:33.383Z Downloaded ingot v0.1.1
12922026-03-23T20:44:33.383Z Downloaded cipher v0.4.4
12932026-03-23T20:44:33.383Z Downloaded cassowary v0.3.0
12942026-03-23T20:44:33.401Z Downloaded sha3 v0.10.8
12952026-03-23T20:44:33.401Z Downloaded foldhash v0.2.0
12962026-03-23T20:44:33.401Z Downloaded flume v0.11.1
12972026-03-23T20:44:33.401Z Downloaded darling_core v0.23.0
12982026-03-23T20:44:33.401Z Downloaded const-oid v0.9.6
12992026-03-23T20:44:33.401Z Downloaded tokio v1.49.0
13002026-03-23T20:44:33.427Z Downloaded cookie_store v0.22.1
13012026-03-23T20:44:33.430Z Downloaded chacha20 v0.10.0
13022026-03-23T20:44:33.432Z Downloaded httpdate v1.0.3
13032026-03-23T20:44:33.432Z Downloaded highway v1.3.0
13042026-03-23T20:44:33.433Z Downloaded group v0.13.0
13052026-03-23T20:44:33.437Z Downloaded internet-checksum v0.2.1
13062026-03-23T20:44:33.438Z Downloaded instability v0.3.11
13072026-03-23T20:44:33.438Z Downloaded inout v0.1.4
13082026-03-23T20:44:33.440Z Downloaded ciborium v0.2.2
13092026-03-23T20:44:33.440Z Downloaded cancel-safe-futures v0.1.5
13102026-03-23T20:44:33.440Z Downloaded async-trait v0.1.89
13112026-03-23T20:44:33.444Z Downloaded git-stub-vcs v0.1.0
13122026-03-23T20:44:33.444Z Downloaded clang-sys v1.8.1
13132026-03-23T20:44:33.446Z Downloaded crossbeam-utils v0.8.21
13142026-03-23T20:44:33.449Z Downloaded cargo_toml v0.22.3
13152026-03-23T20:44:33.449Z Downloaded bzip2 v0.6.1
13162026-03-23T20:44:33.449Z Downloaded bzip2 v0.4.4
13172026-03-23T20:44:33.452Z Downloaded blowfish v0.9.1
13182026-03-23T20:44:33.452Z Downloaded bit-vec v0.6.3
13192026-03-23T20:44:33.452Z Downloaded argon2 v0.5.3
13202026-03-23T20:44:33.455Z Downloaded cexpr v0.6.0
13212026-03-23T20:44:33.455Z Downloaded buf-list v1.1.2
13222026-03-23T20:44:33.459Z Downloaded futures-executor v0.3.32
13232026-03-23T20:44:33.459Z Downloaded arrayvec v0.7.6
13242026-03-23T20:44:33.462Z Downloaded bcs v0.1.6
13252026-03-23T20:44:33.462Z Downloaded derive_builder_core v0.20.2
13262026-03-23T20:44:33.462Z Downloaded document-features v0.2.12
13272026-03-23T20:44:33.466Z Downloaded headers-core v0.3.0
13282026-03-23T20:44:33.466Z Downloaded ed25519 v2.2.3
13292026-03-23T20:44:33.466Z Downloaded enum-as-inner v0.6.1
13302026-03-23T20:44:33.470Z Downloaded either v1.15.0
13312026-03-23T20:44:33.470Z Downloaded dunce v1.0.5
13322026-03-23T20:44:33.470Z Downloaded crossbeam-deque v0.8.6
13332026-03-23T20:44:33.470Z Downloaded encoding_rs v0.8.35
13342026-03-23T20:44:33.485Z Downloaded display-error-chain v0.2.2
13352026-03-23T20:44:33.489Z Downloaded bit-vec v0.8.0
13362026-03-23T20:44:33.489Z Downloaded backoff v0.4.0
13372026-03-23T20:44:33.492Z Downloaded cstr-argument v0.1.2
13382026-03-23T20:44:33.492Z Downloaded aws-lc-rs v1.16.0
13392026-03-23T20:44:33.497Z Downloaded debug-ignore v1.0.5
13402026-03-23T20:44:33.520Z Downloaded ring v0.17.14
13412026-03-23T20:44:33.554Z Downloaded libgit2-sys v0.18.3+1.9.2
13422026-03-23T20:44:34.140Z Downloaded aws-lc-sys v0.37.1
13432026-03-23T20:44:34.473Z Compiling libc v0.2.180
13442026-03-23T20:44:34.475Z Compiling serde v1.0.228
13452026-03-23T20:44:34.476Z Compiling log v0.4.29
13462026-03-23T20:44:34.476Z Compiling shlex v1.3.0
13472026-03-23T20:44:34.649Z Compiling find-msvc-tools v0.1.9
13482026-03-23T20:44:34.652Z Compiling smallvec v1.15.1
13492026-03-23T20:44:34.665Z Compiling syn v2.0.117
13502026-03-23T20:44:34.681Z Compiling typenum v1.19.0
13512026-03-23T20:44:34.949Z Compiling generic-array v0.14.7
13522026-03-23T20:44:34.949Z Compiling subtle v2.6.1
13532026-03-23T20:44:35.095Z Compiling scopeguard v1.2.0
13542026-03-23T20:44:35.136Z Compiling portable-atomic v1.13.1
13552026-03-23T20:44:35.174Z Compiling const-oid v0.9.6
13562026-03-23T20:44:35.239Z Compiling lock_api v0.4.14
13572026-03-23T20:44:35.258Z Compiling critical-section v1.2.0
13582026-03-23T20:44:35.277Z Compiling zerocopy v0.8.40
13592026-03-23T20:44:35.410Z Compiling serde_json v1.0.149
13602026-03-23T20:44:35.546Z Compiling parking_lot_core v0.9.12
13612026-03-23T20:44:35.644Z Compiling pin-project-lite v0.2.17
13622026-03-23T20:44:35.871Z Compiling getrandom v0.2.17
13632026-03-23T20:44:35.892Z Compiling jobserver v0.1.34
13642026-03-23T20:44:35.959Z Compiling errno v0.3.14
13652026-03-23T20:44:36.149Z Compiling cc v1.2.56
13662026-03-23T20:44:36.149Z Compiling rand_core v0.6.4
13672026-03-23T20:44:36.153Z Compiling signal-hook-registry v1.4.8
13682026-03-23T20:44:36.391Z Compiling once_cell v1.21.3
13692026-03-23T20:44:36.520Z Compiling pkg-config v0.3.32
13702026-03-23T20:44:36.539Z Compiling parking_lot v0.12.5
13712026-03-23T20:44:36.542Z Compiling mio v1.1.1
13722026-03-23T20:44:36.665Z Compiling bitflags v2.11.0
13732026-03-23T20:44:36.668Z Compiling libm v0.2.16
13742026-03-23T20:44:36.957Z Compiling num-traits v0.2.19
13752026-03-23T20:44:37.049Z Compiling futures-core v0.3.32
13762026-03-23T20:44:37.226Z Compiling socket2 v0.6.2
13772026-03-23T20:44:37.243Z Compiling percent-encoding v2.3.2
13782026-03-23T20:44:37.284Z Compiling allocator-api2 v0.2.21
13792026-03-23T20:44:37.405Z Compiling cpufeatures v0.2.17
13802026-03-23T20:44:37.425Z Compiling futures-sink v0.3.32
13812026-03-23T20:44:37.487Z Compiling foldhash v0.2.0
13822026-03-23T20:44:37.507Z Compiling slab v0.4.12
13832026-03-23T20:44:37.557Z Compiling futures-channel v0.3.32
13842026-03-23T20:44:37.735Z Compiling hashbrown v0.16.1
13852026-03-23T20:44:37.754Z Compiling getrandom v0.4.1
13862026-03-23T20:44:37.780Z Compiling futures-task v0.3.32
13872026-03-23T20:44:37.799Z Compiling futures-io v0.3.32
13882026-03-23T20:44:37.860Z Compiling getrandom v0.3.4
13892026-03-23T20:44:37.995Z Compiling rustversion v1.0.22
13902026-03-23T20:44:38.015Z Compiling rand_core v0.10.0
13912026-03-23T20:44:38.354Z Compiling form_urlencoded v1.2.2
13922026-03-23T20:44:38.475Z Compiling indexmap v2.13.0
13932026-03-23T20:44:38.547Z Compiling cmake v0.1.57
13942026-03-23T20:44:38.589Z Compiling ident_case v1.0.1
13952026-03-23T20:44:38.739Z Compiling dunce v1.0.5
13962026-03-23T20:44:38.760Z Compiling fs_extra v1.3.0
13972026-03-23T20:44:38.857Z Compiling base64ct v1.8.3
13982026-03-23T20:44:39.095Z Compiling synstructure v0.13.2
13992026-03-23T20:44:39.098Z Compiling flagset v0.4.7
14002026-03-23T20:44:39.136Z Compiling aws-lc-sys v0.37.1
14012026-03-23T20:44:39.219Z Compiling pem-rfc7468 v0.7.0
14022026-03-23T20:44:39.247Z Compiling rand_core v0.9.5
14032026-03-23T20:44:39.281Z Compiling iana-time-zone v0.1.65
14042026-03-23T20:44:39.300Z Compiling rustix v1.1.3
14052026-03-23T20:44:39.390Z Compiling uuid v1.21.0
14062026-03-23T20:44:39.542Z Compiling ring v0.17.14
14072026-03-23T20:44:39.603Z Compiling rustc_version v0.4.1
14082026-03-23T20:44:39.644Z Compiling regex-syntax v0.8.10
14092026-03-23T20:44:39.981Z Compiling aws-lc-rs v1.16.0
14102026-03-23T20:44:40.067Z Compiling vcpkg v0.2.15
14112026-03-23T20:44:40.306Z Compiling tracing-core v0.1.36
14122026-03-23T20:44:40.339Z Compiling crossbeam-utils v0.8.21
14132026-03-23T20:44:40.732Z Compiling pest_generator v2.8.6
14142026-03-23T20:44:41.059Z Compiling serde_derive_internals v0.29.1
14152026-03-23T20:44:41.077Z Compiling openssl-sys v0.9.111
14162026-03-23T20:44:41.535Z Compiling serde_derive v1.0.228
14172026-03-23T20:44:41.660Z Compiling zeroize_derive v1.4.3
14182026-03-23T20:44:41.726Z Compiling zerofrom-derive v0.1.6
14192026-03-23T20:44:41.746Z Compiling yoke-derive v0.8.1
14202026-03-23T20:44:42.312Z Compiling zerocopy-derive v0.8.40
14212026-03-23T20:44:42.494Z Compiling zeroize v1.8.2
14222026-03-23T20:44:42.901Z Compiling zerovec-derive v0.11.2
14232026-03-23T20:44:43.294Z Compiling displaydoc v0.2.5
14242026-03-23T20:44:43.525Z Compiling crypto-common v0.1.7
14252026-03-23T20:44:43.628Z Compiling zerofrom v0.1.6
14262026-03-23T20:44:43.703Z Compiling block-buffer v0.10.4
14272026-03-23T20:44:43.782Z Compiling yoke v0.8.1
14282026-03-23T20:44:43.911Z Compiling digest v0.10.7
14292026-03-23T20:44:44.020Z Compiling tokio-macros v2.6.0
14302026-03-23T20:44:44.232Z Compiling hmac v0.12.1
14312026-03-23T20:44:44.252Z Compiling zerotrie v0.2.3
14322026-03-23T20:44:44.347Z Compiling zerovec v0.11.5
14332026-03-23T20:44:44.431Z Compiling futures-macro v0.3.32
14342026-03-23T20:44:44.478Z Compiling block-padding v0.3.3
14352026-03-23T20:44:44.669Z Compiling inout v0.1.4
14362026-03-23T20:44:44.681Z Compiling sha2 v0.10.9
14372026-03-23T20:44:44.853Z Compiling cipher v0.4.4
14382026-03-23T20:44:45.045Z Compiling tinystr v0.8.2
14392026-03-23T20:44:45.084Z Compiling potential_utf v0.1.4
14402026-03-23T20:44:45.254Z Compiling icu_locale_core v2.1.1
14412026-03-23T20:44:45.294Z Compiling icu_collections v2.1.1
14422026-03-23T20:44:45.314Z Compiling der_derive v0.7.3
14432026-03-23T20:44:45.546Z Compiling futures-util v0.3.32
14442026-03-23T20:44:45.959Z Compiling salsa20 v0.10.2
14452026-03-23T20:44:46.134Z Compiling icu_provider v2.1.1
14462026-03-23T20:44:46.305Z Compiling bytes v1.11.1
14472026-03-23T20:44:46.508Z Compiling icu_normalizer v2.1.1
14482026-03-23T20:44:46.508Z Compiling icu_properties v2.1.2
14492026-03-23T20:44:46.565Z Compiling chrono v0.4.44
14502026-03-23T20:44:46.590Z Compiling der v0.7.10
14512026-03-23T20:44:47.128Z Compiling tokio v1.49.0
14522026-03-23T20:44:47.203Z Compiling http v1.4.0
14532026-03-23T20:44:48.034Z Compiling idna_adapter v1.2.1
14542026-03-23T20:44:48.204Z Compiling idna v1.1.0
14552026-03-23T20:44:48.223Z Compiling spki v0.7.3
14562026-03-23T20:44:48.408Z Compiling ppv-lite86 v0.2.21
14572026-03-23T20:44:48.442Z Compiling pbkdf2 v0.12.2
14582026-03-23T20:44:48.479Z Compiling thiserror-impl v2.0.18
14592026-03-23T20:44:48.542Z Compiling cbc v0.1.2
14602026-03-23T20:44:48.580Z Compiling url v2.5.8
14612026-03-23T20:44:48.633Z Compiling scrypt v0.11.0
14622026-03-23T20:44:48.718Z Compiling aes v0.8.4
14632026-03-23T20:44:48.844Z Compiling rand_chacha v0.9.0
14642026-03-23T20:44:48.951Z Compiling rustls-pki-types v1.14.0
14652026-03-23T20:44:49.068Z Compiling tracing-attributes v0.1.31
14662026-03-23T20:44:49.546Z Compiling pkcs5 v0.7.1
14672026-03-23T20:44:49.620Z Compiling rand v0.9.2
14682026-03-23T20:44:49.719Z Compiling http-body v1.0.1
14692026-03-23T20:44:50.043Z Compiling untrusted v0.9.0
14702026-03-23T20:44:50.133Z Compiling base64 v0.22.1
14712026-03-23T20:44:50.194Z Compiling schemars v0.8.22
14722026-03-23T20:44:50.212Z Compiling openssl-probe v0.2.1
14732026-03-23T20:44:50.240Z Compiling thiserror v2.0.18
14742026-03-23T20:44:50.370Z Compiling syn v1.0.109
14752026-03-23T20:44:50.432Z Compiling httparse v1.10.1
14762026-03-23T20:44:50.452Z Compiling untrusted v0.7.1
14772026-03-23T20:44:50.602Z Compiling pkcs8 v0.10.2
14782026-03-23T20:44:50.678Z Compiling schemars_derive v0.8.22
14792026-03-23T20:44:50.818Z Compiling pest_derive v2.8.6
14802026-03-23T20:44:50.921Z Compiling tracing v0.1.44
14812026-03-23T20:44:50.940Z Compiling scroll_derive v0.13.1
14822026-03-23T20:44:51.262Z Compiling darling_core v0.20.11
14832026-03-23T20:44:51.336Z Compiling tinyvec_macros v0.1.1
14842026-03-23T20:44:51.423Z Compiling try-lock v0.2.5
14852026-03-23T20:44:51.559Z Compiling tower-service v0.3.3
14862026-03-23T20:44:51.668Z Compiling atomic-waker v1.1.2
14872026-03-23T20:44:51.688Z Compiling dyn-clone v1.0.20
14882026-03-23T20:44:51.821Z Compiling tower-layer v0.3.3
14892026-03-23T20:44:51.857Z Compiling rustls v0.23.37
14902026-03-23T20:44:51.986Z Compiling scroll v0.13.0
14912026-03-23T20:44:52.023Z Compiling want v0.3.1
14922026-03-23T20:44:52.070Z Compiling tinyvec v1.10.0
14932026-03-23T20:44:52.225Z Compiling tokio-util v0.7.18
14942026-03-23T20:44:52.710Z Compiling ipnet v2.11.0
14952026-03-23T20:44:52.986Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14962026-03-23T20:44:53.377Z Compiling h2 v0.4.13
14972026-03-23T20:44:53.475Z Compiling spin v0.9.8
14982026-03-23T20:44:53.617Z Compiling aho-corasick v1.1.4
14992026-03-23T20:44:53.743Z Compiling crc32fast v1.5.0
15002026-03-23T20:44:54.081Z Compiling time-core v0.1.8
15012026-03-23T20:44:54.136Z Compiling openssl v0.10.75
15022026-03-23T20:44:54.271Z Compiling httpdate v1.0.3
15032026-03-23T20:44:54.426Z Compiling num-conv v0.2.0
15042026-03-23T20:44:54.484Z Compiling darling_macro v0.20.11
15052026-03-23T20:44:54.560Z Compiling powerfmt v0.2.0
15062026-03-23T20:44:54.595Z Compiling foreign-types-shared v0.1.1
15072026-03-23T20:44:54.702Z Compiling pin-utils v0.1.0
15082026-03-23T20:44:54.792Z Compiling deranged v0.5.8
15092026-03-23T20:44:54.815Z Compiling regex-automata v0.4.14
15102026-03-23T20:44:55.023Z Compiling foreign-types v0.3.2
15112026-03-23T20:44:55.114Z Compiling time-macros v0.2.27
15122026-03-23T20:44:55.133Z Compiling darling v0.20.11
15132026-03-23T20:44:55.234Z Compiling tempfile v3.25.0
15142026-03-23T20:44:56.049Z Compiling goblin v0.10.5
15152026-03-23T20:44:56.579Z Compiling thiserror-impl v1.0.69
15162026-03-23T20:44:56.894Z Compiling openssl-macros v0.1.1
15172026-03-23T20:44:57.376Z Compiling wait-timeout v0.2.1
15182026-03-23T20:44:57.716Z Compiling hyper v1.8.1
15192026-03-23T20:44:58.207Z Compiling siphasher v1.0.2
15202026-03-23T20:44:58.232Z Compiling either v1.15.0
15212026-03-23T20:44:58.450Z Compiling simd-adler32 v0.3.8
15222026-03-23T20:44:58.494Z Compiling num_threads v0.1.7
15232026-03-23T20:44:58.615Z Compiling bit-vec v0.8.0
15242026-03-23T20:44:58.772Z Compiling usdt-impl v0.6.0
15252026-03-23T20:44:58.791Z Compiling native-tls v0.2.18
15262026-03-23T20:44:58.910Z Compiling quick-error v1.2.3
15272026-03-23T20:44:59.043Z Compiling rusty-fork v0.3.1
15282026-03-23T20:44:59.079Z Compiling bit-set v0.8.0
15292026-03-23T20:44:59.102Z Compiling time v0.3.47
15302026-03-23T20:44:59.281Z Compiling hyper-util v0.1.20
15312026-03-23T20:44:59.450Z Compiling thiserror v1.0.69
15322026-03-23T20:44:59.832Z Compiling dof v0.4.0
15332026-03-23T20:45:00.856Z Compiling derive_builder_core v0.20.2
15342026-03-23T20:45:01.312Z Compiling unicode-normalization v0.1.25
15352026-03-23T20:45:01.466Z Compiling crossbeam-epoch v0.9.18
15362026-03-23T20:45:01.634Z Compiling dtrace-parser v0.3.0
15372026-03-23T20:45:01.891Z Compiling rustls-native-certs v0.8.3
15382026-03-23T20:45:01.911Z Compiling signature v2.2.0
15392026-03-23T20:45:01.960Z Compiling scroll_derive v0.12.1
15402026-03-23T20:45:02.034Z Compiling heapless v0.7.17
15412026-03-23T20:45:02.124Z Compiling rand_xorshift v0.4.0
15422026-03-23T20:45:02.263Z Compiling slog v2.8.2
15432026-03-23T20:45:02.320Z Compiling darling_core v0.21.3
15442026-03-23T20:45:02.339Z Compiling bzip2-sys v0.1.13+1.0.8
15452026-03-23T20:45:02.486Z Compiling sync_wrapper v1.0.2
15462026-03-23T20:45:02.617Z Compiling thread-id v5.1.0
15472026-03-23T20:45:02.663Z Compiling cookie v0.18.1
15482026-03-23T20:45:02.683Z Compiling unicode-properties v0.1.4
15492026-03-23T20:45:02.719Z Compiling zstd-safe v7.2.4
15502026-03-23T20:45:02.806Z Compiling adler2 v2.0.1
15512026-03-23T20:45:02.882Z Compiling unicode-segmentation v1.12.0
15522026-03-23T20:45:02.942Z Compiling paste v1.0.15
15532026-03-23T20:45:02.962Z Compiling rayon-core v1.13.0
15542026-03-23T20:45:02.981Z Compiling unicode-bidi v0.3.18
15552026-03-23T20:45:03.174Z Compiling unarray v0.1.4
15562026-03-23T20:45:03.279Z Compiling signal-hook v0.3.18
15572026-03-23T20:45:03.311Z Compiling anyhow v1.0.102
15582026-03-23T20:45:03.380Z Compiling proptest v1.10.0
15592026-03-23T20:45:03.517Z Compiling stringprep v0.1.5
15602026-03-23T20:45:03.778Z Compiling miniz_oxide v0.8.9
15612026-03-23T20:45:03.854Z Compiling scroll v0.12.0
15622026-03-23T20:45:04.198Z Compiling tower v0.5.3
15632026-03-23T20:45:04.480Z Compiling derive_builder_macro v0.20.2
15642026-03-23T20:45:04.582Z Compiling crossbeam-deque v0.8.6
15652026-03-23T20:45:04.808Z Compiling ipnetwork v0.21.1
15662026-03-23T20:45:04.828Z Compiling http-body-util v0.1.3
15672026-03-23T20:45:04.848Z Compiling webpki-roots v1.0.6
15682026-03-23T20:45:04.916Z Compiling rand_chacha v0.3.1
15692026-03-23T20:45:05.046Z Compiling serde_tokenstream v0.2.3
15702026-03-23T20:45:05.096Z Compiling serde_spanned v0.6.9
15712026-03-23T20:45:05.181Z Compiling toml_datetime v0.6.11
15722026-03-23T20:45:05.277Z Compiling erased-serde v0.3.31
15732026-03-23T20:45:05.361Z Compiling md-5 v0.10.6
15742026-03-23T20:45:05.461Z Compiling zerocopy-derive v0.7.35
15752026-03-23T20:45:05.525Z Compiling curve25519-dalek v4.1.3
15762026-03-23T20:45:05.570Z Compiling vergen-lib v0.1.6
15772026-03-23T20:45:05.793Z Compiling num-integer v0.1.46
15782026-03-23T20:45:05.874Z Compiling darling_macro v0.21.3
15792026-03-23T20:45:05.942Z Compiling hash32 v0.2.1
15802026-03-23T20:45:05.995Z Compiling ff v0.13.1
15812026-03-23T20:45:06.014Z Compiling memoffset v0.9.1
15822026-03-23T20:45:06.163Z Compiling cfg_aliases v0.2.1
15832026-03-23T20:45:06.186Z Compiling ryu v1.0.23
15842026-03-23T20:45:06.225Z Compiling zlib-rs v0.6.2
15852026-03-23T20:45:06.246Z Compiling base16ct v0.2.0
15862026-03-23T20:45:06.264Z Compiling ref-cast v1.0.25
15872026-03-23T20:45:06.409Z Compiling rustix v0.38.44
15882026-03-23T20:45:06.462Z Compiling litrs v1.0.0
15892026-03-23T20:45:06.465Z Compiling iri-string v0.7.10
15902026-03-23T20:45:06.614Z Compiling num-bigint-dig v0.8.6
15912026-03-23T20:45:06.639Z Compiling psl-types v2.0.11
15922026-03-23T20:45:06.792Z Compiling fallible-iterator v0.2.0
15932026-03-23T20:45:06.838Z Compiling smoltcp v0.9.1
15942026-03-23T20:45:06.992Z Compiling publicsuffix v2.3.0
15952026-03-23T20:45:07.147Z Compiling document-features v0.2.12
15962026-03-23T20:45:07.193Z Compiling postgres-protocol v0.6.10
15972026-03-23T20:45:07.278Z Compiling newtype-uuid v1.3.2
15982026-03-23T20:45:07.301Z Compiling zerocopy v0.7.35
15992026-03-23T20:45:07.702Z Compiling darling v0.21.3
16002026-03-23T20:45:07.804Z Compiling sec1 v0.7.3
16012026-03-23T20:45:07.905Z Compiling serde_urlencoded v0.7.1
16022026-03-23T20:45:07.924Z Compiling nix v0.31.1
16032026-03-23T20:45:08.078Z Compiling tower-http v0.6.8
16042026-03-23T20:45:08.272Z Compiling group v0.13.0
16052026-03-23T20:45:08.402Z Compiling num-iter v0.1.45
16062026-03-23T20:45:08.608Z Compiling rand v0.8.5
16072026-03-23T20:45:08.608Z Compiling oxnet v0.1.4
16082026-03-23T20:45:08.643Z Compiling derive_builder v0.20.2
16092026-03-23T20:45:08.846Z Compiling proc-macro-error v1.0.4
16102026-03-23T20:45:09.061Z Compiling tokio-native-tls v0.3.1
16112026-03-23T20:45:09.125Z Compiling goblin v0.8.2
16122026-03-23T20:45:09.795Z Compiling heck v0.4.1
16132026-03-23T20:45:10.131Z Compiling phf_shared v0.13.1
16142026-03-23T20:45:10.158Z Compiling hubpack_derive v0.1.1
16152026-03-23T20:45:10.258Z Compiling regex v1.12.3
16162026-03-23T20:45:10.384Z Compiling lazy_static v1.5.0
16172026-03-23T20:45:10.458Z Compiling flate2 v1.1.9
16182026-03-23T20:45:10.503Z Compiling cargo-platform v0.1.9
16192026-03-23T20:45:10.717Z Compiling hkdf v0.12.4
16202026-03-23T20:45:10.838Z Compiling crypto-bigint v0.5.5
16212026-03-23T20:45:10.861Z Compiling async-trait v0.1.89
16222026-03-23T20:45:10.924Z Compiling curve25519-dalek-derive v0.1.1
16232026-03-23T20:45:11.013Z Compiling strum_macros v0.27.2
16242026-03-23T20:45:11.049Z Compiling ref-cast-impl v1.0.25
16252026-03-23T20:45:11.739Z Compiling daft-derive v0.1.5
16262026-03-23T20:45:11.758Z Compiling terminal_size v0.4.3
16272026-03-23T20:45:11.930Z Compiling vergen v9.0.6
16282026-03-23T20:45:12.152Z Compiling fs-err v3.3.0
16292026-03-23T20:45:12.284Z Compiling ahash v0.8.12
16302026-03-23T20:45:12.380Z Compiling winnow v0.5.40
16312026-03-23T20:45:12.532Z Compiling object v0.37.3
16322026-03-23T20:45:12.671Z Compiling bumpalo v3.20.2
16332026-03-23T20:45:12.872Z Compiling libbz2-rs-sys v0.2.2
16342026-03-23T20:45:13.008Z Compiling bitflags v1.3.2
16352026-03-23T20:45:13.116Z Compiling foldhash v0.1.5
16362026-03-23T20:45:13.319Z Compiling managed v0.8.0
16372026-03-23T20:45:13.611Z Compiling console v0.16.2
16382026-03-23T20:45:13.686Z Compiling clap_builder v4.5.60
16392026-03-23T20:45:13.702Z Compiling strum v0.27.2
16402026-03-23T20:45:13.861Z Compiling bzip2 v0.6.1
16412026-03-23T20:45:14.123Z Compiling toml_edit v0.19.15
16422026-03-23T20:45:14.126Z Compiling hashbrown v0.15.5
16432026-03-23T20:45:14.309Z Compiling zopfli v0.8.3
16442026-03-23T20:45:14.413Z Compiling daft v0.1.5
16452026-03-23T20:45:14.855Z Compiling dof v0.3.0
16462026-03-23T20:45:14.876Z Compiling elliptic-curve v0.13.8
16472026-03-23T20:45:15.393Z Compiling hubpack v0.1.2
16482026-03-23T20:45:15.462Z Compiling cargo_metadata v0.19.2
16492026-03-23T20:45:15.886Z Compiling phf v0.13.1
16502026-03-23T20:45:16.094Z Compiling zone_cfg_derive v0.3.1
16512026-03-23T20:45:16.913Z Compiling signal-hook-mio v0.2.5
16522026-03-23T20:45:17.059Z Compiling cookie_store v0.22.1
16532026-03-23T20:45:17.412Z Compiling zstd v0.13.3
16542026-03-23T20:45:17.764Z Compiling rayon v1.11.0
16552026-03-23T20:45:17.809Z Compiling hyper-tls v0.6.0
16562026-03-23T20:45:17.935Z Compiling bzip2 v0.4.4
16572026-03-23T20:45:18.000Z Compiling serde_with_macros v3.17.0
16582026-03-23T20:45:18.080Z Compiling postgres-types v0.2.12
16592026-03-23T20:45:18.200Z Compiling usdt-macro v0.6.0
16602026-03-23T20:45:18.834Z Compiling usdt-attr-macro v0.6.0
16612026-03-23T20:45:18.989Z Compiling ed25519 v2.2.3
16622026-03-23T20:45:19.148Z Compiling dtrace-parser v0.2.0
16632026-03-23T20:45:19.510Z Compiling itertools v0.12.1
16642026-03-23T20:45:19.691Z Compiling phf_shared v0.11.3
16652026-03-23T20:45:19.855Z Compiling bstr v1.12.1
16662026-03-23T20:45:19.978Z Compiling pkcs1 v0.7.5
16672026-03-23T20:45:20.151Z Compiling serde-big-array v0.5.1
16682026-03-23T20:45:20.229Z Compiling hex v0.4.3
16692026-03-23T20:45:20.288Z Compiling rfc6979 v0.4.0
16702026-03-23T20:45:20.335Z Compiling strum_macros v0.26.4
16712026-03-23T20:45:20.445Z Compiling enum-as-inner v0.6.1
16722026-03-23T20:45:20.535Z Compiling clap_derive v4.5.55
16732026-03-23T20:45:20.586Z Compiling serde_repr v0.1.20
16742026-03-23T20:45:20.757Z Compiling float-cmp v0.10.0
16752026-03-23T20:45:20.945Z Compiling memmap2 v0.9.10
16762026-03-23T20:45:21.093Z Compiling thread-id v4.2.2
16772026-03-23T20:45:21.197Z Compiling env_filter v1.0.0
16782026-03-23T20:45:21.200Z Compiling encoding_rs v0.8.35
16792026-03-23T20:45:21.236Z Compiling predicates-core v1.0.10
16802026-03-23T20:45:21.275Z Compiling fixedbitset v0.4.2
16812026-03-23T20:45:21.459Z Compiling fixedbitset v0.5.7
16822026-03-23T20:45:21.556Z Compiling whoami v2.1.0
16832026-03-23T20:45:21.593Z Compiling normalize-line-endings v0.3.0
16842026-03-23T20:45:21.713Z Compiling new_debug_unreachable v1.0.6
16852026-03-23T20:45:21.807Z Compiling keccak v0.1.6
16862026-03-23T20:45:21.869Z Compiling precomputed-hash v0.1.1
16872026-03-23T20:45:21.981Z Compiling jiff v0.2.21
16882026-03-23T20:45:22.056Z Compiling mime v0.3.17
16892026-03-23T20:45:22.393Z Compiling unit-prefix v0.5.2
16902026-03-23T20:45:22.578Z Compiling data-encoding v2.10.0
16912026-03-23T20:45:22.760Z Compiling difflib v0.4.0
16922026-03-23T20:45:22.915Z Compiling static_assertions v1.1.0
16932026-03-23T20:45:22.952Z Compiling rustc-hash v2.1.1
16942026-03-23T20:45:23.011Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16952026-03-23T20:45:23.073Z Compiling iddqd v0.3.17
16962026-03-23T20:45:23.106Z Compiling predicates v3.1.4
16972026-03-23T20:45:23.231Z Compiling hickory-proto v0.25.2
16982026-03-23T20:45:23.516Z Compiling clap v4.5.60
16992026-03-23T20:45:23.555Z Compiling strum v0.26.3
17002026-03-23T20:45:23.632Z Compiling indicatif v0.18.4
17012026-03-23T20:45:23.715Z Compiling sha3 v0.10.8
17022026-03-23T20:45:23.978Z Compiling string_cache v0.8.9
17032026-03-23T20:45:24.263Z Compiling tokio-postgres v0.7.16
17042026-03-23T20:45:24.309Z Compiling petgraph v0.8.3
17052026-03-23T20:45:24.626Z Compiling toml_edit v0.22.27
17062026-03-23T20:45:24.771Z Compiling petgraph v0.6.5
17072026-03-23T20:45:26.799Z Compiling zip v4.6.1
17082026-03-23T20:45:26.854Z Compiling env_logger v0.11.9
17092026-03-23T20:45:26.998Z Compiling usdt-impl v0.5.0
17102026-03-23T20:45:27.238Z Compiling usdt v0.6.0
17112026-03-23T20:45:27.321Z Compiling zone v0.3.1
17122026-03-23T20:45:27.574Z Compiling serde_with v3.17.0
17132026-03-23T20:45:27.776Z Compiling similar v2.7.0
17142026-03-23T20:45:27.860Z Compiling ecdsa v0.16.9
17152026-03-23T20:45:28.078Z Compiling rsa v0.9.10
17162026-03-23T20:45:28.234Z Compiling crossterm v0.28.1
17172026-03-23T20:45:28.371Z Compiling ed25519-dalek v2.2.0
17182026-03-23T20:45:28.468Z Compiling zip v0.6.6
17192026-03-23T20:45:29.222Z Compiling toml v0.7.8
17202026-03-23T20:45:30.043Z Compiling toml_parser v1.0.9+spec-1.1.0
17212026-03-23T20:45:30.081Z Compiling itertools v0.13.0
17222026-03-23T20:45:30.101Z Compiling tokio-stream v0.1.18
17232026-03-23T20:45:30.296Z Compiling buf-list v1.1.2
17242026-03-23T20:45:30.660Z Compiling x509-cert v0.2.5
17252026-03-23T20:45:30.724Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17262026-03-23T20:45:30.897Z Compiling openapiv3 v2.2.0
17272026-03-23T20:45:31.021Z Compiling sha1 v0.10.6
17282026-03-23T20:45:31.128Z Compiling toml_datetime v0.7.5+spec-1.1.0
17292026-03-23T20:45:31.306Z Compiling peg-runtime v0.8.5
17302026-03-23T20:45:31.511Z Compiling lalrpop-util v0.19.12
17312026-03-23T20:45:31.674Z Compiling thread_local v1.1.9
17322026-03-23T20:45:31.751Z Compiling slog-async v2.8.0
17332026-03-23T20:45:31.771Z Compiling crossbeam-channel v0.5.15
17342026-03-23T20:45:31.996Z Compiling futures-executor v0.3.32
17352026-03-23T20:45:32.148Z Compiling is-terminal v0.4.17
17362026-03-23T20:45:32.266Z Compiling filetime v0.2.27
17372026-03-23T20:45:32.285Z Compiling take_mut v0.2.2
17382026-03-23T20:45:32.330Z Compiling term v1.2.1
17392026-03-23T20:45:32.375Z Compiling xattr v1.6.1
17402026-03-23T20:45:32.485Z Compiling futures v0.3.32
17412026-03-23T20:45:32.592Z Compiling tar v0.4.44
17422026-03-23T20:45:32.708Z Compiling slog-term v2.9.2
17432026-03-23T20:45:39.399Z Compiling rustls-webpki v0.103.9
17442026-03-23T20:45:43.446Z Compiling tokio-rustls v0.26.4
17452026-03-23T20:45:43.446Z Compiling rustls-platform-verifier v0.6.2
17462026-03-23T20:45:43.701Z Compiling hyper-rustls v0.27.7
17472026-03-23T20:45:43.960Z Compiling reqwest v0.13.2
17482026-03-23T20:45:43.976Z Compiling reqwest v0.12.28
17492026-03-23T20:45:46.974Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17502026-03-23T20:45:47.247Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17512026-03-23T20:45:51.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
17522026-03-23T20:45:51.234Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17532026-03-23T20:45:51.301ZMar 23 20:45:49.791 INFO Starting download, target: Console
17542026-03-23T20:45:51.301ZMar 23 20:45:49.792 INFO Starting download, target: Clickhouse
17552026-03-23T20:45:51.301ZMar 23 20:45:49.792 INFO Starting download, target: DendriteStub
17562026-03-23T20:45:51.304ZMar 23 20:45:49.792 INFO Starting download, target: MaghemiteMgd
17572026-03-23T20:45:51.304ZMar 23 20:45:49.792 INFO Starting download, target: Cockroach
17582026-03-23T20:45:51.305ZMar 23 20:45:49.792 INFO Starting download, target: TransceiverControl
17592026-03-23T20:45:51.305ZMar 23 20:45:49.792 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17602026-03-23T20:45:51.305ZMar 23 20:45:49.792 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17612026-03-23T20:45:51.305ZMar 23 20:45:49.792 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17622026-03-23T20:45:51.305ZMar 23 20:45:49.792 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17632026-03-23T20:45:51.305ZMar 23 20:45:49.792 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17642026-03-23T20:45:51.305ZMar 23 20:45:49.792 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17652026-03-23T20:45:51.745ZMar 23 20:45:50.239 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17662026-03-23T20:45:52.080ZMar 23 20:45:50.575 INFO Download complete, target: TransceiverControl
17672026-03-23T20:45:52.241ZMar 23 20:45:50.735 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17682026-03-23T20:45:52.619ZMar 23 20:45:51.108 INFO Download complete, target: Console
17692026-03-23T20:45:52.978ZMar 23 20:45:51.462 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17702026-03-23T20:45:53.098ZMar 23 20:45:51.592 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17712026-03-23T20:45:53.434ZMar 23 20:45:51.927 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17722026-03-23T20:45:53.728ZMar 23 20:45:52.221 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17732026-03-23T20:45:53.728ZMar 23 20:45:52.221 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17742026-03-23T20:45:56.560ZMar 23 20:45:55.054 INFO Download complete, target: MaghemiteMgd
17752026-03-23T20:45:57.009ZMar 23 20:45:55.502 INFO Download complete, target: DendriteStub
17762026-03-23T20:46:01.332ZMar 23 20:45:59.823 INFO Checking that binary works, target: Cockroach
17772026-03-23T20:46:01.443ZMar 23 20:45:59.934 INFO Download complete, target: Cockroach
17782026-03-23T20:46:04.303ZMar 23 20:46:02.793 INFO Checking that binary works, target: Clickhouse
17792026-03-23T20:46:04.487ZMar 23 20:46:02.977 INFO Download complete, target: Clickhouse
17802026-03-23T20:46:04.599ZAll builder prerequisites installed successfully, and PATH looks valid
17812026-03-23T20:46:04.602Z
17822026-03-23T20:46:04.602Zreal 4:06.464128169
17832026-03-23T20:46:04.602Zuser 10:22.241421236
17842026-03-23T20:46:04.602Zsys 1:47.787064440
17852026-03-23T20:46:04.602Ztrap 0.343060676
17862026-03-23T20:46:04.602Ztflt 0.811339861
17872026-03-23T20:46:04.602Zdflt 0.731022534
17882026-03-23T20:46:04.602Zkflt 0.109752921
17892026-03-23T20:46:04.602Zlock 30:45.460323452
17902026-03-23T20:46:04.602Zslp 29:25.268045936
17912026-03-23T20:46:04.602Zlat 58.201038169
17922026-03-23T20:46:04.602Zstop 2:45.904949000
17932026-03-23T20:46:04.602Z+ banner hack-check
17942026-03-23T20:46:04.602Z
17952026-03-23T20:46:04.602Z # # ## #### # # #### # # ###### #### # #
17962026-03-23T20:46:04.602Z # # # # # # # # # # # # # # # # #
17972026-03-23T20:46:04.602Z ###### # # # #### ##### # ###### ##### # ####
17982026-03-23T20:46:04.602Z # # ###### # # # # # # # # # #
17992026-03-23T20:46:04.602Z # # # # # # # # # # # # # # # # #
18002026-03-23T20:46:04.602Z # # # # #### # # #### # # ###### #### # #
18012026-03-23T20:46:04.602Z
18022026-03-23T20:46:04.602Z+ export CARGO_INCREMENTAL=0
18032026-03-23T20:46:04.602Z+ CARGO_INCREMENTAL=0
18042026-03-23T20:46:04.605Z+ ptime -m timeout 2h cargo xtask check-features --ci
18052026-03-23T20:46:05.339Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18062026-03-23T20:46:05.602Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18072026-03-23T20:46:08.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.45s
18082026-03-23T20:46:08.190Z Running `target/debug/xtask check-features --ci`
18092026-03-23T20:46:08.223Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18102026-03-23T20:46:08.226Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18112026-03-23T20:46:08.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
18122026-03-23T20:46:08.903Z Running `target/debug/xtask download cargo-hack`
18132026-03-23T20:46:09.932Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18142026-03-23T20:46:10.311Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18152026-03-23T20:46:13.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.61s
18162026-03-23T20:46:13.763Z Running `target/debug/xtask-downloader cargo-hack`
18172026-03-23T20:46:13.806ZMar 23 20:46:12.293 INFO Starting download, target: CargoHack
18182026-03-23T20:46:13.809ZMar 23 20:46:12.294 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18192026-03-23T20:46:14.230ZMar 23 20:46:12.717 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18202026-03-23T20:46:14.312ZMar 23 20:46:12.799 INFO Download complete, target: CargoHack
18212026-03-23T20:46:14.315Zrunning: "/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"
18222026-03-23T20:46:14.334Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18232026-03-23T20:46:14.537Zinfo: running `cargo check --bins` on api_identity (1/267)
18242026-03-23T20:46:15.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-03-23T20:46:15.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-03-23T20:46:15.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-03-23T20:46:15.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
18282026-03-23T20:46:15.316Z
18292026-03-23T20:46:15.316Zinfo: running `cargo check --bins` on bootstore (2/267)
18302026-03-23T20:46:15.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-03-23T20:46:15.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-03-23T20:46:15.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-03-23T20:46:16.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
18342026-03-23T20:46:16.096Z
18352026-03-23T20:46:16.096Zinfo: running `cargo check --bins` on omicron-ledger (3/267)
18362026-03-23T20:46:16.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-03-23T20:46:16.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-03-23T20:46:16.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-03-23T20:46:16.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
18402026-03-23T20:46:16.875Z
18412026-03-23T20:46:16.875Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/267)
18422026-03-23T20:46:17.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-03-23T20:46:17.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-03-23T20:46:17.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-03-23T20:46:17.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18462026-03-23T20:46:17.651Z
18472026-03-23T20:46:17.651Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/267)
18482026-03-23T20:46:18.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-03-23T20:46:18.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-03-23T20:46:18.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-03-23T20:46:18.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
18522026-03-23T20:46:18.435Z
18532026-03-23T20:46:18.436Zinfo: running `cargo check --bins` on omicron-certificates (6/267)
18542026-03-23T20:46:19.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-03-23T20:46:19.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-03-23T20:46:19.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-03-23T20:46:19.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
18582026-03-23T20:46:19.222Z
18592026-03-23T20:46:19.222Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/267)
18602026-03-23T20:46:19.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-03-23T20:46:19.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-03-23T20:46:19.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-03-23T20:46:19.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
18642026-03-23T20:46:20.018Z
18652026-03-23T20:46:20.018Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/267)
18662026-03-23T20:46:20.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-03-23T20:46:20.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-03-23T20:46:20.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-03-23T20:46:20.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
18702026-03-23T20:46:20.818Z
18712026-03-23T20:46:20.818Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/267)
18722026-03-23T20:46:21.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-03-23T20:46:21.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-03-23T20:46:21.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-03-23T20:46:21.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
18762026-03-23T20:46:21.441Z
18772026-03-23T20:46:21.441Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/267)
18782026-03-23T20:46:21.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-03-23T20:46:22.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-03-23T20:46:22.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-03-23T20:46:22.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
18822026-03-23T20:46:22.069Z
18832026-03-23T20:46:22.069Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/267)
18842026-03-23T20:46:22.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-03-23T20:46:22.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-03-23T20:46:22.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-03-23T20:46:22.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
18882026-03-23T20:46:22.695Z
18892026-03-23T20:46:22.695Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/267)
18902026-03-23T20:46:23.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-03-23T20:46:23.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-03-23T20:46:23.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-03-23T20:46:23.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
18942026-03-23T20:46:23.319Z
18952026-03-23T20:46:23.320Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/267)
18962026-03-23T20:46:23.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-03-23T20:46:23.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-03-23T20:46:23.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-03-23T20:46:23.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19002026-03-23T20:46:23.944Z
19012026-03-23T20:46:23.944Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/267)
19022026-03-23T20:46:24.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-03-23T20:46:24.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-03-23T20:46:24.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-03-23T20:46:24.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19062026-03-23T20:46:24.575Z
19072026-03-23T20:46:24.575Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/267)
19082026-03-23T20:46:25.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-03-23T20:46:25.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-03-23T20:46:25.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-03-23T20:46:25.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19122026-03-23T20:46:25.203Z
19132026-03-23T20:46:25.203Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/267)
19142026-03-23T20:46:25.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-03-23T20:46:25.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-03-23T20:46:25.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-03-23T20:46:25.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19182026-03-23T20:46:25.830Z
19192026-03-23T20:46:25.830Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/267)
19202026-03-23T20:46:26.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-03-23T20:46:26.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-03-23T20:46:26.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-03-23T20:46:26.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19242026-03-23T20:46:26.449Z
19252026-03-23T20:46:26.449Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/267)
19262026-03-23T20:46:27.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-03-23T20:46:27.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-03-23T20:46:27.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-03-23T20:46:27.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19302026-03-23T20:46:27.073Z
19312026-03-23T20:46:27.073Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/267)
19322026-03-23T20:46:27.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-03-23T20:46:27.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-03-23T20:46:27.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-03-23T20:46:27.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19362026-03-23T20:46:27.697Z
19372026-03-23T20:46:27.697Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/267)
19382026-03-23T20:46:28.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-03-23T20:46:28.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-03-23T20:46:28.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-03-23T20:46:28.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19422026-03-23T20:46:28.327Z
19432026-03-23T20:46:28.327Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/267)
19442026-03-23T20:46:28.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-03-23T20:46:28.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-03-23T20:46:28.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-03-23T20:46:28.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19482026-03-23T20:46:28.962Z
19492026-03-23T20:46:28.962Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/267)
19502026-03-23T20:46:29.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-03-23T20:46:29.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-03-23T20:46:29.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-03-23T20:46:29.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19542026-03-23T20:46:29.594Z
19552026-03-23T20:46:29.594Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/267)
19562026-03-23T20:46:30.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-03-23T20:46:30.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-03-23T20:46:30.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-03-23T20:46:30.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19602026-03-23T20:46:30.223Z
19612026-03-23T20:46:30.223Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/267)
19622026-03-23T20:46:30.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-03-23T20:46:30.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-03-23T20:46:30.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-03-23T20:46:30.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19662026-03-23T20:46:30.852Z
19672026-03-23T20:46:30.852Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/267)
19682026-03-23T20:46:31.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-03-23T20:46:31.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-03-23T20:46:31.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-03-23T20:46:31.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19722026-03-23T20:46:31.478Z
19732026-03-23T20:46:31.478Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/267)
19742026-03-23T20:46:32.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-03-23T20:46:32.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-03-23T20:46:32.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-03-23T20:46:32.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19782026-03-23T20:46:32.109Z
19792026-03-23T20:46:32.109Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/267)
19802026-03-23T20:46:32.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-03-23T20:46:32.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-03-23T20:46:32.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-03-23T20:46:32.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19842026-03-23T20:46:32.742Z
19852026-03-23T20:46:32.742Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/267)
19862026-03-23T20:46:33.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-03-23T20:46:33.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-03-23T20:46:33.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-03-23T20:46:33.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19902026-03-23T20:46:33.373Z
19912026-03-23T20:46:33.373Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/267)
19922026-03-23T20:46:33.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-03-23T20:46:33.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-03-23T20:46:33.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-03-23T20:46:33.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19962026-03-23T20:46:34.000Z
19972026-03-23T20:46:34.000Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/267)
19982026-03-23T20:46:34.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-03-23T20:46:34.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-03-23T20:46:34.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-03-23T20:46:34.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20022026-03-23T20:46:34.627Z
20032026-03-23T20:46:34.627Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/267)
20042026-03-23T20:46:35.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-03-23T20:46:35.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-03-23T20:46:35.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-03-23T20:46:35.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20082026-03-23T20:46:35.252Z
20092026-03-23T20:46:35.252Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/267)
20102026-03-23T20:46:35.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-03-23T20:46:35.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-03-23T20:46:35.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-03-23T20:46:35.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20142026-03-23T20:46:35.880Z
20152026-03-23T20:46:35.880Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/267)
20162026-03-23T20:46:36.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-03-23T20:46:36.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-03-23T20:46:36.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-03-23T20:46:36.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20202026-03-23T20:46:36.507Z
20212026-03-23T20:46:36.507Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/267)
20222026-03-23T20:46:37.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-03-23T20:46:37.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-03-23T20:46:37.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-03-23T20:46:37.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20262026-03-23T20:46:37.136Z
20272026-03-23T20:46:37.136Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/267)
20282026-03-23T20:46:37.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-03-23T20:46:37.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-03-23T20:46:37.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-03-23T20:46:37.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20322026-03-23T20:46:37.764Z
20332026-03-23T20:46:37.764Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/267)
20342026-03-23T20:46:38.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-03-23T20:46:38.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-03-23T20:46:38.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-03-23T20:46:38.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20382026-03-23T20:46:38.390Z
20392026-03-23T20:46:38.390Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/267)
20402026-03-23T20:46:38.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-03-23T20:46:38.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-03-23T20:46:38.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-03-23T20:46:38.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20442026-03-23T20:46:39.014Z
20452026-03-23T20:46:39.014Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/267)
20462026-03-23T20:46:39.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-03-23T20:46:39.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-03-23T20:46:39.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-03-23T20:46:39.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20502026-03-23T20:46:39.642Z
20512026-03-23T20:46:39.642Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/267)
20522026-03-23T20:46:40.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-03-23T20:46:40.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-03-23T20:46:40.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-03-23T20:46:40.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20562026-03-23T20:46:40.270Z
20572026-03-23T20:46:40.270Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/267)
20582026-03-23T20:46:40.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-03-23T20:46:40.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-03-23T20:46:40.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-03-23T20:46:40.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20622026-03-23T20:46:40.902Z
20632026-03-23T20:46:40.902Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/267)
20642026-03-23T20:46:41.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-03-23T20:46:41.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-03-23T20:46:41.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-03-23T20:46:41.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20682026-03-23T20:46:41.532Z
20692026-03-23T20:46:41.532Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/267)
20702026-03-23T20:46:42.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-03-23T20:46:42.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-03-23T20:46:42.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-03-23T20:46:42.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20742026-03-23T20:46:42.163Z
20752026-03-23T20:46:42.163Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/267)
20762026-03-23T20:46:42.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-03-23T20:46:42.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-03-23T20:46:42.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-03-23T20:46:42.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20802026-03-23T20:46:42.795Z
20812026-03-23T20:46:42.795Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/267)
20822026-03-23T20:46:43.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-03-23T20:46:43.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-03-23T20:46:43.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-03-23T20:46:43.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20862026-03-23T20:46:43.423Z
20872026-03-23T20:46:43.423Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/267)
20882026-03-23T20:46:43.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-03-23T20:46:43.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-03-23T20:46:43.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-03-23T20:46:43.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20922026-03-23T20:46:44.055Z
20932026-03-23T20:46:44.055Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/267)
20942026-03-23T20:46:44.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-03-23T20:46:44.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-03-23T20:46:44.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-03-23T20:46:44.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20982026-03-23T20:46:44.690Z
20992026-03-23T20:46:44.690Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/267)
21002026-03-23T20:46:45.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-03-23T20:46:45.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-03-23T20:46:45.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-03-23T20:46:45.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21042026-03-23T20:46:45.322Z
21052026-03-23T20:46:45.322Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/267)
21062026-03-23T20:46:45.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-03-23T20:46:45.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-03-23T20:46:45.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-03-23T20:46:45.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21102026-03-23T20:46:45.952Z
21112026-03-23T20:46:45.956Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/267)
21122026-03-23T20:46:46.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-03-23T20:46:46.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-03-23T20:46:47.060Z Checking cfg-if v1.0.4
21152026-03-23T20:46:47.219Z Checking libc v0.2.180
21162026-03-23T20:46:47.223Z Checking serde_core v1.0.228
21172026-03-23T20:46:47.255Z Checking memchr v2.8.0
21182026-03-23T20:46:47.275Z Checking itoa v1.0.17
21192026-03-23T20:46:47.275Z Checking smallvec v1.15.1
21202026-03-23T20:46:47.312Z Checking log v0.4.29
21212026-03-23T20:46:47.312Z Checking zeroize v1.8.2
21222026-03-23T20:46:47.364Z Checking stable_deref_trait v1.2.1
21232026-03-23T20:46:47.443Z Checking zerofrom v0.1.6
21242026-03-23T20:46:47.464Z Checking zmij v1.0.21
21252026-03-23T20:46:47.522Z Checking percent-encoding v2.3.2
21262026-03-23T20:46:47.525Z Checking litemap v0.8.1
21272026-03-23T20:46:47.525Z Checking writeable v0.6.2
21282026-03-23T20:46:47.591Z Checking yoke v0.8.1
21292026-03-23T20:46:47.694Z Checking libm v0.2.16
21302026-03-23T20:46:47.739Z Checking scopeguard v1.2.0
21312026-03-23T20:46:47.761Z Checking icu_normalizer_data v2.1.1
21322026-03-23T20:46:47.761Z Checking icu_properties_data v2.1.2
21332026-03-23T20:46:47.800Z Checking subtle v2.6.1
21342026-03-23T20:46:47.820Z Checking zerovec v0.11.5
21352026-03-23T20:46:47.839Z Checking getrandom v0.2.17
21362026-03-23T20:46:47.858Z Checking errno v0.3.14
21372026-03-23T20:46:47.877Z Checking zerotrie v0.2.3
21382026-03-23T20:46:47.945Z Checking lock_api v0.4.14
21392026-03-23T20:46:47.994Z Checking utf8_iter v1.0.4
21402026-03-23T20:46:48.014Z Checking form_urlencoded v1.2.2
21412026-03-23T20:46:48.032Z Checking rand_core v0.6.4
21422026-03-23T20:46:48.153Z Checking rand_core v0.10.0
21432026-03-23T20:46:48.174Z Checking pin-project-lite v0.2.17
21442026-03-23T20:46:48.196Z Checking typenum v1.19.0
21452026-03-23T20:46:48.219Z Checking portable-atomic v1.13.1
21462026-03-23T20:46:48.265Z Checking critical-section v1.2.0
21472026-03-23T20:46:48.294Z Checking iana-time-zone v0.1.65
21482026-03-23T20:46:48.340Z Checking getrandom v0.4.1
21492026-03-23T20:46:48.397Z Checking signal-hook-registry v1.4.8
21502026-03-23T20:46:48.423Z Checking parking_lot_core v0.9.12
21512026-03-23T20:46:48.443Z Checking tinystr v0.8.2
21522026-03-23T20:46:48.522Z Checking potential_utf v0.1.4
21532026-03-23T20:46:48.609Z Checking socket2 v0.6.2
21542026-03-23T20:46:48.663Z Checking num-traits v0.2.19
21552026-03-23T20:46:48.683Z Checking icu_locale_core v2.1.1
21562026-03-23T20:46:48.683Z Checking parking_lot v0.12.5
21572026-03-23T20:46:48.720Z Checking icu_collections v2.1.1
21582026-03-23T20:46:48.794Z Checking once_cell v1.21.3
21592026-03-23T20:46:48.904Z Checking generic-array v0.14.7
21602026-03-23T20:46:48.926Z Checking mio v1.1.1
21612026-03-23T20:46:48.950Z Checking zerocopy v0.8.40
21622026-03-23T20:46:49.019Z Checking futures-core v0.3.32
21632026-03-23T20:46:49.124Z Checking dyn-clone v1.0.20
21642026-03-23T20:46:49.179Z Checking equivalent v1.0.2
21652026-03-23T20:46:49.251Z Checking allocator-api2 v0.2.21
21662026-03-23T20:46:49.282Z Checking foldhash v0.2.0
21672026-03-23T20:46:49.304Z Checking const-oid v0.9.6
21682026-03-23T20:46:49.389Z Checking serde v1.0.228
21692026-03-23T20:46:49.435Z Checking serde_json v1.0.149
21702026-03-23T20:46:49.456Z Checking icu_provider v2.1.1
21712026-03-23T20:46:49.476Z Checking bitflags v2.11.0
21722026-03-23T20:46:49.537Z Checking crypto-common v0.1.7
21732026-03-23T20:46:49.626Z Checking uuid v1.21.0
21742026-03-23T20:46:49.689Z Checking semver v1.0.27
21752026-03-23T20:46:49.692Z Checking hashbrown v0.16.1
21762026-03-23T20:46:49.761Z Checking icu_properties v2.1.2
21772026-03-23T20:46:49.958Z Checking icu_normalizer v2.1.1
21782026-03-23T20:46:49.979Z Checking bytes v1.11.1
21792026-03-23T20:46:50.044Z Checking chrono v0.4.44
21802026-03-23T20:46:50.316Z Checking futures-sink v0.3.32
21812026-03-23T20:46:50.359Z Checking block-buffer v0.10.4
21822026-03-23T20:46:50.359Z Checking futures-task v0.3.32
21832026-03-23T20:46:50.398Z Checking futures-io v0.3.32
21842026-03-23T20:46:50.440Z Checking futures-channel v0.3.32
21852026-03-23T20:46:50.532Z Checking slab v0.4.12
21862026-03-23T20:46:50.554Z Checking digest v0.10.7
21872026-03-23T20:46:50.575Z Checking thiserror v2.0.18
21882026-03-23T20:46:50.594Z Checking tokio v1.49.0
21892026-03-23T20:46:50.689Z Checking byteorder v1.5.0
21902026-03-23T20:46:50.709Z Checking base64 v0.22.1
21912026-03-23T20:46:50.731Z Checking futures-util v0.3.32
21922026-03-23T20:46:50.806Z Checking indexmap v2.13.0
21932026-03-23T20:46:50.929Z Checking idna_adapter v1.2.1
21942026-03-23T20:46:50.956Z Checking cpufeatures v0.2.17
21952026-03-23T20:46:51.013Z Checking http v1.4.0
21962026-03-23T20:46:51.044Z Checking fnv v1.0.7
21972026-03-23T20:46:51.082Z Checking idna v1.1.0
21982026-03-23T20:46:51.162Z Checking unicode-ident v1.0.24
21992026-03-23T20:46:51.203Z Checking tracing-core v0.1.36
22002026-03-23T20:46:51.303Z Checking proc-macro2 v1.0.106
22012026-03-23T20:46:51.395Z Checking url v2.5.8
22022026-03-23T20:46:51.590Z Checking thiserror v1.0.69
22032026-03-23T20:46:51.626Z Checking tracing v0.1.44
22042026-03-23T20:46:51.712Z Checking rustls-pki-types v1.14.0
22052026-03-23T20:46:51.732Z Checking regex-syntax v0.8.10
22062026-03-23T20:46:51.806Z Checking quote v1.0.44
22072026-03-23T20:46:51.885Z Checking untrusted v0.9.0
22082026-03-23T20:46:51.979Z Checking schemars v0.8.22
22092026-03-23T20:46:52.026Z Checking ring v0.17.14
22102026-03-23T20:46:52.046Z Checking syn v2.0.117
22112026-03-23T20:46:52.097Z Checking ipnet v2.11.0
22122026-03-23T20:46:52.438Z Checking httparse v1.10.1
22132026-03-23T20:46:52.712Z Checking http-body v1.0.1
22142026-03-23T20:46:52.869Z Checking rustix v1.1.3
22152026-03-23T20:46:52.889Z Checking block-padding v0.3.3
22162026-03-23T20:46:52.910Z Checking ppv-lite86 v0.2.21
22172026-03-23T20:46:53.059Z Checking getrandom v0.3.4
22182026-03-23T20:46:53.256Z Checking atomic-waker v1.1.2
22192026-03-23T20:46:53.334Z Checking inout v0.1.4
22202026-03-23T20:46:53.358Z Checking hmac v0.12.1
22212026-03-23T20:46:53.381Z Checking aws-lc-sys v0.37.1
22222026-03-23T20:46:53.410Z Checking aho-corasick v1.1.4
22232026-03-23T20:46:53.518Z Checking httpdate v1.0.3
22242026-03-23T20:46:53.537Z Checking untrusted v0.7.1
22252026-03-23T20:46:53.559Z Checking tower-layer v0.3.3
22262026-03-23T20:46:53.679Z Checking try-lock v0.2.5
22272026-03-23T20:46:53.700Z Checking openssl-probe v0.2.1
22282026-03-23T20:46:53.746Z Checking tower-service v0.3.3
22292026-03-23T20:46:53.801Z Checking powerfmt v0.2.0
22302026-03-23T20:46:53.830Z Checking want v0.3.1
22312026-03-23T20:46:53.856Z Checking cipher v0.4.4
22322026-03-23T20:46:53.983Z Checking rand_core v0.9.5
22332026-03-23T20:46:54.002Z Checking deranged v0.5.8
22342026-03-23T20:46:54.087Z Checking aws-lc-rs v1.16.0
22352026-03-23T20:46:54.109Z Checking num_threads v0.1.7
22362026-03-23T20:46:54.128Z Checking pin-utils v0.1.0
22372026-03-23T20:46:54.209Z Checking num-conv v0.2.0
22382026-03-23T20:46:54.231Z Checking time-core v0.1.8
22392026-03-23T20:46:54.234Z Checking base64ct v1.8.3
22402026-03-23T20:46:54.357Z Checking regex-automata v0.4.14
22412026-03-23T20:46:54.381Z Checking sha2 v0.10.9
22422026-03-23T20:46:54.410Z Checking erased-serde v0.3.31
22432026-03-23T20:46:54.561Z Checking pretty-hex v0.4.1
22442026-03-23T20:46:54.715Z Checking rand_chacha v0.9.0
22452026-03-23T20:46:54.741Z Checking ryu v1.0.23
22462026-03-23T20:46:54.916Z Checking fastrand v2.3.0
22472026-03-23T20:46:54.948Z Checking tokio-util v0.7.18
22482026-03-23T20:46:54.977Z Checking rand v0.9.2
22492026-03-23T20:46:54.995Z Checking slog v2.8.2
22502026-03-23T20:46:55.147Z Checking pem-rfc7468 v0.7.0
22512026-03-23T20:46:55.215Z Checking rustls-webpki v0.103.9
22522026-03-23T20:46:55.276Z Checking time v0.3.47
22532026-03-23T20:46:55.312Z Checking rustls-native-certs v0.8.3
22542026-03-23T20:46:55.352Z Checking http-body-util v0.1.3
22552026-03-23T20:46:55.352Z Checking ipnetwork v0.21.1
22562026-03-23T20:46:55.475Z Checking sync_wrapper v1.0.2
22572026-03-23T20:46:55.607Z Checking spin v0.9.8
22582026-03-23T20:46:55.629Z Checking plain v0.2.3
22592026-03-23T20:46:55.649Z Checking flagset v0.4.7
22602026-03-23T20:46:55.671Z Checking tower v0.5.3
22612026-03-23T20:46:55.760Z Checking serde_urlencoded v0.7.1
22622026-03-23T20:46:55.763Z Checking rustls v0.23.37
22632026-03-23T20:46:55.763Z Checking h2 v0.4.13
22642026-03-23T20:46:55.822Z Checking der v0.7.10
22652026-03-23T20:46:55.844Z Checking rand_chacha v0.3.1
22662026-03-23T20:46:56.031Z Checking webpki-roots v1.0.6
22672026-03-23T20:46:56.114Z Checking ucd-trie v0.1.7
22682026-03-23T20:46:56.180Z Checking tinyvec_macros v0.1.1
22692026-03-23T20:46:56.180Z Checking iri-string v0.7.10
22702026-03-23T20:46:56.266Z Checking tinyvec v1.10.0
22712026-03-23T20:46:56.286Z Checking pest v2.8.6
22722026-03-23T20:46:56.692Z Checking rand v0.8.5
22732026-03-23T20:46:56.834Z Checking tempfile v3.25.0
22742026-03-23T20:46:56.858Z Checking spki v0.7.3
22752026-03-23T20:46:56.861Z Checking salsa20 v0.10.2
22762026-03-23T20:46:57.042Z Checking pbkdf2 v0.12.2
22772026-03-23T20:46:57.068Z Checking unicode-width v0.2.0
22782026-03-23T20:46:57.089Z Checking foreign-types-shared v0.1.1
22792026-03-23T20:46:57.180Z Checking scrypt v0.11.0
22802026-03-23T20:46:57.200Z Checking foreign-types v0.3.2
22812026-03-23T20:46:57.289Z Checking regex v1.12.3
22822026-03-23T20:46:57.357Z Checking aes v0.8.4
22832026-03-23T20:46:57.384Z Checking cbc v0.1.2
22842026-03-23T20:46:57.387Z Checking anyhow v1.0.102
22852026-03-23T20:46:57.545Z Checking openssl-sys v0.9.111
22862026-03-23T20:46:57.654Z Checking tower-http v0.6.8
22872026-03-23T20:46:57.675Z Checking crossbeam-utils v0.8.21
22882026-03-23T20:46:57.694Z Checking oxnet v0.1.4
22892026-03-23T20:46:57.740Z Checking mime v0.3.17
22902026-03-23T20:46:57.887Z Checking pkcs5 v0.7.1
22912026-03-23T20:46:57.966Z Checking openapiv3 v2.2.0
22922026-03-23T20:46:58.000Z Checking scroll v0.12.0
22932026-03-23T20:46:58.021Z Checking encoding_rs v0.8.35
22942026-03-23T20:46:58.147Z Checking data-encoding v2.10.0
22952026-03-23T20:46:58.202Z Checking openssl v0.10.75
22962026-03-23T20:46:58.237Z Checking pkcs8 v0.10.2
22972026-03-23T20:46:58.311Z Checking winnow v0.7.14
22982026-03-23T20:46:58.476Z Checking siphasher v1.0.2
22992026-03-23T20:46:58.510Z Checking goblin v0.8.2
23002026-03-23T20:46:58.694Z Checking lazy_static v1.5.0
23012026-03-23T20:46:58.808Z Checking zerocopy v0.7.35
23022026-03-23T20:46:59.070Z Checking tokio-rustls v0.26.4
23032026-03-23T20:46:59.328Z Checking wait-timeout v0.2.1
23042026-03-23T20:46:59.368Z Checking psl-types v2.0.11
23052026-03-23T20:46:59.413Z Checking hyper v1.8.1
23062026-03-23T20:46:59.480Z Checking quick-error v1.2.3
23072026-03-23T20:46:59.512Z Checking utf8parse v0.2.2
23082026-03-23T20:46:59.532Z Checking bit-vec v0.8.0
23092026-03-23T20:46:59.608Z Checking anstyle v1.0.13
23102026-03-23T20:46:59.642Z Checking bitflags v1.3.2
23112026-03-23T20:46:59.734Z Checking managed v0.8.0
23122026-03-23T20:46:59.783Z Checking either v1.15.0
23132026-03-23T20:46:59.803Z Checking bit-set v0.8.0
23142026-03-23T20:46:59.848Z Checking anstyle-parse v0.2.7
23152026-03-23T20:46:59.981Z Checking rusty-fork v0.3.1
23162026-03-23T20:47:00.001Z Checking publicsuffix v2.3.0
23172026-03-23T20:47:00.004Z Checking dtrace-parser v0.2.0
23182026-03-23T20:47:00.042Z Checking cookie v0.18.1
23192026-03-23T20:47:00.045Z Checking unicode-normalization v0.1.25
23202026-03-23T20:47:00.199Z Checking rand_xorshift v0.4.0
23212026-03-23T20:47:00.224Z Checking sha1 v0.10.6
23222026-03-23T20:47:00.308Z Checking hex v0.4.3
23232026-03-23T20:47:00.340Z Checking thread-id v4.2.2
23242026-03-23T20:47:00.360Z Checking anstyle-query v1.1.5
23252026-03-23T20:47:00.425Z Checking colorchoice v1.0.4
23262026-03-23T20:47:00.445Z Checking unarray v0.1.4
23272026-03-23T20:47:00.476Z Checking is_terminal_polyfill v1.70.2
23282026-03-23T20:47:00.550Z Checking cookie_store v0.22.1
23292026-03-23T20:47:00.576Z Checking proptest v1.10.0
23302026-03-23T20:47:00.595Z Checking rustls-platform-verifier v0.6.2
23312026-03-23T20:47:00.598Z Checking anstream v0.6.21
23322026-03-23T20:47:00.616Z Checking crossbeam-epoch v0.9.18
23332026-03-23T20:47:00.654Z Checking hyper-util v0.1.20
23342026-03-23T20:47:00.767Z Checking terminal_size v0.4.3
23352026-03-23T20:47:00.874Z Checking scroll v0.13.0
23362026-03-23T20:47:00.908Z Checking num-integer v0.1.46
23372026-03-23T20:47:00.929Z Checking simd-adler32 v0.3.8
23382026-03-23T20:47:00.993Z Checking crossbeam-deque v0.8.6
23392026-03-23T20:47:01.026Z Checking native-tls v0.2.18
23402026-03-23T20:47:01.128Z Checking dof v0.3.0
23412026-03-23T20:47:01.149Z Checking bstr v1.12.1
23422026-03-23T20:47:01.184Z Checking goblin v0.10.5
23432026-03-23T20:47:01.205Z Checking ref-cast v1.0.25
23442026-03-23T20:47:01.223Z Checking rustix v0.38.44
23452026-03-23T20:47:01.253Z Checking tokio-native-tls v0.3.1
23462026-03-23T20:47:01.323Z Checking camino v1.2.2
23472026-03-23T20:47:01.448Z Checking crc32fast v1.5.0
23482026-03-23T20:47:01.507Z Checking usdt-impl v0.5.0
23492026-03-23T20:47:01.626Z Checking signature v2.2.0
23502026-03-23T20:47:01.668Z Checking toml_datetime v0.6.11
23512026-03-23T20:47:01.689Z Checking serde_spanned v0.6.9
23522026-03-23T20:47:01.793Z Checking ff v0.13.1
23532026-03-23T20:47:01.844Z Checking clap_lex v1.0.0
23542026-03-23T20:47:01.865Z Checking unicode-bidi v0.3.18
23552026-03-23T20:47:01.902Z Checking base16ct v0.2.0
23562026-03-23T20:47:01.958Z Checking adler2 v2.0.1
23572026-03-23T20:47:02.037Z Checking strsim v0.11.1
23582026-03-23T20:47:02.063Z Checking unicode-properties v0.1.4
23592026-03-23T20:47:02.095Z Checking miniz_oxide v0.8.9
23602026-03-23T20:47:02.241Z Checking clap_builder v4.5.60
23612026-03-23T20:47:02.261Z Checking sec1 v0.7.3
23622026-03-23T20:47:02.305Z Checking stringprep v0.1.5
23632026-03-23T20:47:02.308Z Checking hyper-rustls v0.27.7
23642026-03-23T20:47:02.353Z Checking hyper-tls v0.6.0
23652026-03-23T20:47:02.521Z Checking group v0.13.0
23662026-03-23T20:47:02.542Z Checking rayon-core v1.13.0
23672026-03-23T20:47:02.561Z Checking num-iter v0.1.45
23682026-03-23T20:47:02.582Z Checking toml_parser v1.0.9+spec-1.1.0
23692026-03-23T20:47:02.585Z Checking reqwest v0.12.28
23702026-03-23T20:47:02.702Z Checking reqwest v0.13.2
23712026-03-23T20:47:02.705Z Checking dtrace-parser v0.3.0
23722026-03-23T20:47:02.973Z Checking hkdf v0.12.4
23732026-03-23T20:47:03.016Z Checking strum v0.26.3
23742026-03-23T20:47:03.038Z Checking zstd-sys v2.0.16+zstd.1.5.7
23752026-03-23T20:47:03.058Z Checking newtype-uuid v1.3.2
23762026-03-23T20:47:03.146Z Checking hash32 v0.2.1
23772026-03-23T20:47:03.168Z Checking md-5 v0.10.6
23782026-03-23T20:47:03.195Z Checking crypto-bigint v0.5.5
23792026-03-23T20:47:03.331Z Checking daft v0.1.5
23802026-03-23T20:47:03.352Z Checking toml_datetime v0.7.5+spec-1.1.0
23812026-03-23T20:47:03.371Z Checking thread-id v5.1.0
23822026-03-23T20:47:03.475Z Checking unicode-segmentation v1.12.0
23832026-03-23T20:47:03.613Z Checking zlib-rs v0.6.2
23842026-03-23T20:47:03.645Z Checking fallible-iterator v0.2.0
23852026-03-23T20:47:03.763Z Checking heapless v0.7.17
23862026-03-23T20:47:03.861Z Checking zstd-safe v7.2.4
23872026-03-23T20:47:03.896Z Checking rayon v1.11.0
23882026-03-23T20:47:03.937Z Checking clap v4.5.60
23892026-03-23T20:47:04.011Z Checking postgres-protocol v0.6.10
23902026-03-23T20:47:04.035Z Checking itertools v0.12.1
23912026-03-23T20:47:04.076Z Checking phf_shared v0.13.1
23922026-03-23T20:47:04.322Z Checking console v0.16.2
23932026-03-23T20:47:04.345Z Checking curve25519-dalek v4.1.3
23942026-03-23T20:47:04.404Z Checking dof v0.4.0
23952026-03-23T20:47:04.431Z Checking memoffset v0.9.1
23962026-03-23T20:47:04.516Z Checking elliptic-curve v0.13.8
23972026-03-23T20:47:04.537Z Checking bzip2-sys v0.1.13+1.0.8
23982026-03-23T20:47:04.646Z Checking signal-hook v0.3.18
23992026-03-23T20:47:04.713Z Checking memmap2 v0.9.10
24002026-03-23T20:47:04.833Z Checking flate2 v1.1.9
24012026-03-23T20:47:04.884Z Checking toml_write v0.1.2
24022026-03-23T20:47:04.922Z Checking libbz2-rs-sys v0.2.2
24032026-03-23T20:47:04.926Z Checking bumpalo v3.20.2
24042026-03-23T20:47:05.100Z Checking unit-prefix v0.5.2
24052026-03-23T20:47:05.203Z Checking winnow v0.5.40
24062026-03-23T20:47:05.230Z Checking fixedbitset v0.4.2
24072026-03-23T20:47:05.252Z Checking usdt-impl v0.6.0
24082026-03-23T20:47:05.269Z Checking foldhash v0.1.5
24092026-03-23T20:47:05.378Z Checking zopfli v0.8.3
24102026-03-23T20:47:05.401Z Checking zone v0.3.1
24112026-03-23T20:47:05.423Z Checking petgraph v0.6.5
24122026-03-23T20:47:05.444Z Checking bzip2 v0.6.1
24132026-03-23T20:47:05.447Z Checking hashbrown v0.15.5
24142026-03-23T20:47:05.607Z Checking usdt v0.6.0
24152026-03-23T20:47:05.673Z Checking toml_edit v0.22.27
24162026-03-23T20:47:05.813Z Checking signal-hook-mio v0.2.5
24172026-03-23T20:47:05.832Z Checking bzip2 v0.4.4
24182026-03-23T20:47:05.868Z Checking nix v0.31.1
24192026-03-23T20:47:05.909Z Checking indicatif v0.18.4
24202026-03-23T20:47:05.936Z Checking postgres-types v0.2.12
24212026-03-23T20:47:06.043Z Checking phf v0.13.1
24222026-03-23T20:47:06.087Z Checking smoltcp v0.9.1
24232026-03-23T20:47:06.238Z Checking zstd v0.13.3
24242026-03-23T20:47:06.352Z Checking similar v2.7.0
24252026-03-23T20:47:06.396Z Checking num-bigint-dig v0.8.6
24262026-03-23T20:47:06.484Z Checking ed25519 v2.2.3
24272026-03-23T20:47:06.723Z Checking phf_shared v0.11.3
24282026-03-23T20:47:06.792Z Checking toml_edit v0.19.15
24292026-03-23T20:47:06.851Z Checking pkcs1 v0.7.5
24302026-03-23T20:47:06.895Z Checking tokio-stream v0.1.18
24312026-03-23T20:47:06.915Z Checking strum v0.27.2
24322026-03-23T20:47:07.054Z Checking hubpack v0.1.2
24332026-03-23T20:47:07.126Z Checking rfc6979 v0.4.0
24342026-03-23T20:47:07.154Z Checking serde-big-array v0.5.1
24352026-03-23T20:47:07.174Z Checking float-cmp v0.10.0
24362026-03-23T20:47:07.271Z Checking env_filter v1.0.0
24372026-03-23T20:47:07.274Z Checking new_debug_unreachable v1.0.6
24382026-03-23T20:47:07.274Z Checking fixedbitset v0.5.7
24392026-03-23T20:47:07.330Z Checking jiff v0.2.21
24402026-03-23T20:47:07.351Z Checking normalize-line-endings v0.3.0
24412026-03-23T20:47:07.394Z Checking rustc-hash v2.1.1
24422026-03-23T20:47:07.414Z Checking static_assertions v1.1.0
24432026-03-23T20:47:07.453Z Checking precomputed-hash v0.1.1
24442026-03-23T20:47:07.474Z Checking keccak v0.1.6
24452026-03-23T20:47:07.505Z Checking whoami v2.1.0
24462026-03-23T20:47:07.536Z Checking predicates-core v1.0.10
24472026-03-23T20:47:07.556Z Checking difflib v0.4.0
24482026-03-23T20:47:07.559Z Checking string_cache v0.8.9
24492026-03-23T20:47:07.559Z Checking rsa v0.9.10
24502026-03-23T20:47:07.685Z Checking sha3 v0.10.8
24512026-03-23T20:47:07.704Z Checking petgraph v0.8.3
24522026-03-23T20:47:07.757Z Checking tokio-postgres v0.7.16
24532026-03-23T20:47:07.786Z Checking predicates v3.1.4
24542026-03-23T20:47:07.806Z Checking iddqd v0.3.17
24552026-03-23T20:47:07.952Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24562026-03-23T20:47:08.203Z Checking env_logger v0.11.9
24572026-03-23T20:47:08.223Z Checking ecdsa v0.16.9
24582026-03-23T20:47:08.244Z Checking toml v0.7.8
24592026-03-23T20:47:08.452Z Checking ed25519-dalek v2.2.0
24602026-03-23T20:47:08.674Z Checking zip v0.6.6
24612026-03-23T20:47:08.696Z Checking crossterm v0.28.1
24622026-03-23T20:47:08.756Z Checking serde_with v3.17.0
24632026-03-23T20:47:09.016Z Checking itertools v0.13.0
24642026-03-23T20:47:09.108Z Checking hickory-proto v0.25.2
24652026-03-23T20:47:09.413Z Checking x509-cert v0.2.5
24662026-03-23T20:47:09.672Z Checking fs-err v3.3.0
24672026-03-23T20:47:09.895Z Checking ahash v0.8.12
24682026-03-23T20:47:10.060Z Checking object v0.37.3
24692026-03-23T20:47:10.153Z Checking buf-list v1.1.2
24702026-03-23T20:47:10.303Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24712026-03-23T20:47:10.390Z Checking peg-runtime v0.8.5
24722026-03-23T20:47:10.422Z Checking lalrpop-util v0.19.12
24732026-03-23T20:47:10.425Z Checking zip v4.6.1
24742026-03-23T20:47:10.570Z Compiling structmeta-derive v0.3.0
24752026-03-23T20:47:10.635Z Compiling rustls v0.22.4
24762026-03-23T20:47:10.654Z Compiling newtype-uuid-macros v0.1.0
24772026-03-23T20:47:10.740Z Compiling multer v3.1.0
24782026-03-23T20:47:10.883Z Compiling async-stream-impl v0.3.6
24792026-03-23T20:47:10.961Z Checking futures-executor v0.3.32
24802026-03-23T20:47:11.041Z Checking regress v0.10.5
24812026-03-23T20:47:11.222Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24822026-03-23T20:47:11.657Z Compiling dropshot v0.16.7
24832026-03-23T20:47:11.679Z Checking futures v0.3.32
24842026-03-23T20:47:11.715Z Compiling dropshot_endpoint v0.16.7
24852026-03-23T20:47:11.775Z Checking thread_local v1.1.9
24862026-03-23T20:47:11.955Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24872026-03-23T20:47:11.991Z Checking crossbeam-channel v0.5.15
24882026-03-23T20:47:12.011Z Compiling structmeta v0.3.0
24892026-03-23T20:47:12.286Z Compiling derive-ex v0.1.8
24902026-03-23T20:47:12.413Z Checking is-terminal v0.4.17
24912026-03-23T20:47:12.433Z Checking take_mut v0.2.2
24922026-03-23T20:47:12.530Z Checking term v1.2.1
24932026-03-23T20:47:12.570Z Checking slog-async v2.8.0
24942026-03-23T20:47:12.798Z Compiling parse-display-derive v0.10.0
24952026-03-23T20:47:12.819Z Checking slog-term v2.9.2
24962026-03-23T20:47:12.888Z Checking rustls-webpki v0.102.8
24972026-03-23T20:47:12.963Z Checking serde_spanned v1.0.4
24982026-03-23T20:47:13.134Z Checking debug-ignore v1.0.5
24992026-03-23T20:47:13.161Z Checking toml_writer v1.0.6+spec-1.1.0
25002026-03-23T20:47:13.286Z Checking match_cfg v0.1.0
25012026-03-23T20:47:13.377Z Checking hostname v0.3.1
25022026-03-23T20:47:13.417Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25032026-03-23T20:47:13.437Z Checking toml v0.9.12+spec-1.1.0
25042026-03-23T20:47:13.501Z Checking slog-json v2.6.1
25052026-03-23T20:47:13.524Z Checking macaddr v1.0.1
25062026-03-23T20:47:13.709Z Checking slog-bunyan v2.5.0
25072026-03-23T20:47:13.766Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25082026-03-23T20:47:13.855Z Checking async-stream v0.3.6
25092026-03-23T20:47:14.128Z Checking waitgroup v0.1.2
25102026-03-23T20:47:14.258Z Checking rustls-pemfile v2.2.0
25112026-03-23T20:47:14.278Z Checking serde_path_to_error v0.1.20
25122026-03-23T20:47:14.299Z Checking hostname v0.4.2
25132026-03-23T20:47:14.322Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25142026-03-23T20:47:14.422Z Checking progenitor-client v0.13.0
25152026-03-23T20:47:14.442Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25162026-03-23T20:47:14.463Z Checking progenitor-client v0.10.0
25172026-03-23T20:47:14.627Z Compiling itertools v0.14.0
25182026-03-23T20:47:14.649Z Compiling test-strategy v0.4.5
25192026-03-23T20:47:14.652Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25202026-03-23T20:47:14.720Z Checking backon v1.6.0
25212026-03-23T20:47:14.755Z Checking instant v0.1.13
25222026-03-23T20:47:14.870Z Checking backoff v0.4.0
25232026-03-23T20:47:14.950Z Checking progenitor-extras v0.1.1
25242026-03-23T20:47:15.102Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25252026-03-23T20:47:15.125Z Checking parse-display v0.10.0
25262026-03-23T20:47:15.235Z Checking heck v0.5.0
25272026-03-23T20:47:15.313Z Compiling crucible-workspace-hack v0.1.0
25282026-03-23T20:47:15.416Z Checking tokio-rustls v0.25.0
25292026-03-23T20:47:15.590Z Compiling toml_edit v0.23.10+spec-1.0.0
25302026-03-23T20:47:15.658Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25312026-03-23T20:47:15.733Z Compiling convert_case v0.4.0
25322026-03-23T20:47:15.916Z Compiling heapless v0.8.0
25332026-03-23T20:47:16.239Z Compiling derive_more v0.99.20
25342026-03-23T20:47:16.360Z Compiling ingot-macros v0.1.1
25352026-03-23T20:47:16.363Z Compiling proc-macro-crate v3.4.0
25362026-03-23T20:47:16.536Z Checking hash32 v0.3.1
25372026-03-23T20:47:16.669Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25382026-03-23T20:47:16.701Z Checking secrecy v0.10.3
25392026-03-23T20:47:16.854Z Compiling smoltcp v0.11.0
25402026-03-23T20:47:17.058Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25412026-03-23T20:47:17.128Z Compiling prettyplease v0.2.37
25422026-03-23T20:47:17.153Z Compiling num_enum_derive v0.7.5
25432026-03-23T20:47:17.354Z Compiling typify-impl v0.6.1
25442026-03-23T20:47:17.410Z Checking tabwriter v1.4.1
25452026-03-23T20:47:17.631Z Checking cobs v0.3.0
25462026-03-23T20:47:17.841Z Compiling foreign-types-macros v0.2.3
25472026-03-23T20:47:17.867Z Compiling unsafe-libyaml v0.2.11
25482026-03-23T20:47:18.194Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25492026-03-23T20:47:18.601Z Checking cpufeatures v0.3.0
25502026-03-23T20:47:18.670Z Checking foreign-types-shared v0.3.1
25512026-03-23T20:47:18.698Z Checking chacha20 v0.10.0
25522026-03-23T20:47:18.786Z Checking foreign-types v0.5.0
25532026-03-23T20:47:18.888Z Compiling serde_yaml v0.9.34+deprecated
25542026-03-23T20:47:18.907Z Checking num_enum v0.7.5
25552026-03-23T20:47:19.053Z Checking postcard v1.1.3
25562026-03-23T20:47:19.866Z Compiling proc-macro-crate v1.3.1
25572026-03-23T20:47:19.985Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25582026-03-23T20:47:20.216Z Checking ingot-types v0.1.2
25592026-03-23T20:47:20.416Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25602026-03-23T20:47:20.512Z Checking cstr-argument v0.1.2
25612026-03-23T20:47:20.634Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25622026-03-23T20:47:20.669Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25632026-03-23T20:47:20.695Z Checking colored v3.1.1
25642026-03-23T20:47:20.715Z Checking ingot v0.1.1
25652026-03-23T20:47:20.916Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25662026-03-23T20:47:20.936Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25672026-03-23T20:47:20.954Z Compiling num_enum_derive v0.5.11
25682026-03-23T20:47:21.069Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25692026-03-23T20:47:21.133Z Checking rand v0.10.0
25702026-03-23T20:47:22.218Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25712026-03-23T20:47:22.664Z Checking num_enum v0.5.11
25722026-03-23T20:47:22.993Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25732026-03-23T20:47:23.691Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25742026-03-23T20:47:23.880Z Compiling typify-macro v0.6.1
25752026-03-23T20:47:23.932Z Compiling typify-impl v0.4.3
25762026-03-23T20:47:23.993Z Checking camino-tempfile v1.4.1
25772026-03-23T20:47:24.032Z Checking num-rational v0.4.2
25782026-03-23T20:47:24.514Z Checking half v2.7.1
25792026-03-23T20:47:24.583Z Compiling thiserror-impl-no-std v2.0.2
25802026-03-23T20:47:24.772Z Checking universal-hash v0.5.1
25812026-03-23T20:47:24.874Z Checking num-complex v0.4.6
25822026-03-23T20:47:24.933Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25832026-03-23T20:47:25.244Z Checking ciborium-io v0.2.2
25842026-03-23T20:47:25.359Z Checking opaque-debug v0.3.1
25852026-03-23T20:47:25.359Z Checking num v0.4.3
25862026-03-23T20:47:25.397Z Checking ciborium-ll v0.2.2
25872026-03-23T20:47:25.471Z Checking poly1305 v0.8.0
25882026-03-23T20:47:25.537Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25892026-03-23T20:47:25.602Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25902026-03-23T20:47:25.624Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25912026-03-23T20:47:25.819Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25922026-03-23T20:47:25.850Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
25932026-03-23T20:47:26.185Z Checking thiserror-no-std v2.0.2
25942026-03-23T20:47:26.210Z Checking toml v0.8.23
25952026-03-23T20:47:26.228Z Compiling typify v0.6.1
25962026-03-23T20:47:26.257Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25972026-03-23T20:47:26.296Z Checking byte-wrapper v0.1.0
25982026-03-23T20:47:26.367Z Checking password-hash v0.5.0
25992026-03-23T20:47:26.565Z Checking chacha20 v0.9.1
26002026-03-23T20:47:26.677Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26012026-03-23T20:47:26.816Z Compiling usdt-macro v0.5.0
26022026-03-23T20:47:26.864Z Compiling usdt-attr-macro v0.5.0
26032026-03-23T20:47:26.984Z Checking smf v0.2.3
26042026-03-23T20:47:27.293Z Checking blake2 v0.10.6
26052026-03-23T20:47:27.482Z Checking aead v0.5.2
26062026-03-23T20:47:27.605Z Checking memmap v0.7.0
26072026-03-23T20:47:27.640Z Checking sigpipe v0.1.3
26082026-03-23T20:47:27.745Z Compiling num-derive v0.4.2
26092026-03-23T20:47:27.765Z Checking glob v0.3.3
26102026-03-23T20:47:27.786Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26112026-03-23T20:47:27.875Z Checking float-ord v0.3.2
26122026-03-23T20:47:28.004Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26132026-03-23T20:47:28.024Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26142026-03-23T20:47:28.074Z Checking usdt v0.5.0
26152026-03-23T20:47:28.211Z Checking chacha20poly1305 v0.10.1
26162026-03-23T20:47:28.374Z Checking argon2 v0.5.3
26172026-03-23T20:47:28.411Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26182026-03-23T20:47:28.474Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26192026-03-23T20:47:28.751Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26202026-03-23T20:47:28.841Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26212026-03-23T20:47:29.003Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26222026-03-23T20:47:29.043Z Compiling progenitor-impl v0.13.0
26232026-03-23T20:47:29.298Z Checking vsss-rs v3.3.4
26242026-03-23T20:47:29.790Z Checking ciborium v0.2.2
26252026-03-23T20:47:29.935Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26262026-03-23T20:47:30.165Z Compiling semver v0.1.20
26272026-03-23T20:47:30.225Z Checking indent_write v2.2.0
26282026-03-23T20:47:30.325Z Compiling typify-macro v0.4.3
26292026-03-23T20:47:30.367Z Checking whoami v1.6.1
26302026-03-23T20:47:30.371Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26312026-03-23T20:47:30.407Z Compiling rustc_version v0.1.7
26322026-03-23T20:47:30.509Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26332026-03-23T20:47:30.758Z Compiling pin-project-internal v1.1.11
26342026-03-23T20:47:30.924Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26352026-03-23T20:47:31.565Z Checking swrite v0.1.0
26362026-03-23T20:47:31.687Z Checking linked-hash-map v0.5.6
26372026-03-23T20:47:31.724Z Compiling minimal-lexical v0.2.1
26382026-03-23T20:47:31.911Z Checking lru-cache v0.1.2
26392026-03-23T20:47:32.066Z Compiling nom v7.1.3
26402026-03-23T20:47:32.085Z Compiling newtype_derive v0.1.6
26412026-03-23T20:47:32.295Z Checking pin-project v1.1.11
26422026-03-23T20:47:32.422Z Checking newline-converter v0.3.0
26432026-03-23T20:47:32.562Z Checking atomicwrites v0.4.4
26442026-03-23T20:47:32.602Z Compiling typify v0.4.3
26452026-03-23T20:47:32.707Z Compiling progenitor-macro v0.13.0
26462026-03-23T20:47:32.726Z Checking phf_shared v0.12.1
26472026-03-23T20:47:32.745Z Checking hickory-proto v0.24.4
26482026-03-23T20:47:32.911Z Checking console v0.15.11
26492026-03-23T20:47:33.057Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26502026-03-23T20:47:33.307Z Checking pem v3.0.6
26512026-03-23T20:47:33.524Z Checking csv-core v0.1.13
26522026-03-23T20:47:33.788Z Compiling snafu-derive v0.8.9
26532026-03-23T20:47:33.956Z Compiling async-recursion v1.1.1
26542026-03-23T20:47:33.982Z Compiling derive-where v1.6.0
26552026-03-23T20:47:34.839Z Compiling slog-dtrace v0.3.0
26562026-03-23T20:47:35.086Z Compiling chrono-tz v0.10.4
26572026-03-23T20:47:35.219Z Compiling cancel-safe-futures v0.1.5
26582026-03-23T20:47:35.312Z Checking resolv-conf v0.7.6
26592026-03-23T20:47:35.481Z Checking highway v1.3.0
26602026-03-23T20:47:35.554Z Compiling owo-colors v4.3.0
26612026-03-23T20:47:35.770Z Checking unicode-width v0.1.14
26622026-03-23T20:47:35.791Z Checking same-file v1.0.6
26632026-03-23T20:47:35.907Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26642026-03-23T20:47:35.942Z Checking walkdir v2.5.0
26652026-03-23T20:47:36.039Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26662026-03-23T20:47:36.100Z Checking hickory-resolver v0.24.4
26672026-03-23T20:47:36.188Z Compiling const_format_proc_macros v0.2.34
26682026-03-23T20:47:36.454Z Checking snafu v0.8.9
26692026-03-23T20:47:36.868Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26702026-03-23T20:47:37.061Z Checking csv v1.4.0
26712026-03-23T20:47:37.154Z Checking expectorate v1.2.0
26722026-03-23T20:47:37.318Z Checking phf v0.12.1
26732026-03-23T20:47:37.341Z Compiling progenitor-impl v0.10.0
26742026-03-23T20:47:37.510Z Checking tokio-dtrace v0.1.1
26752026-03-23T20:47:37.556Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26762026-03-23T20:47:37.575Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26772026-03-23T20:47:37.745Z Checking globset v0.4.18
26782026-03-23T20:47:37.847Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26792026-03-23T20:47:37.938Z Checking olpc-cjson v0.1.4
26802026-03-23T20:47:38.090Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26812026-03-23T20:47:38.119Z Checking libsw-core v0.3.2
26822026-03-23T20:47:38.254Z Checking serde_plain v1.0.2
26832026-03-23T20:47:38.349Z Checking arc-swap v1.8.2
26842026-03-23T20:47:38.454Z Compiling lzma-sys v0.1.20
26852026-03-23T20:47:38.474Z Checking bytecount v0.6.9
26862026-03-23T20:47:38.611Z Checking typed-path v0.9.3
26872026-03-23T20:47:38.653Z Checking utf-8 v0.7.6
26882026-03-23T20:47:38.995Z Checking tungstenite v0.21.0
26892026-03-23T20:47:39.571Z Checking slog-scope v4.4.1
26902026-03-23T20:47:39.634Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26912026-03-23T20:47:39.717Z Checking tough v0.20.0
26922026-03-23T20:47:39.745Z Checking papergrid v0.11.0
26932026-03-23T20:47:39.808Z Checking progenitor v0.13.0
26942026-03-23T20:47:39.843Z Checking libsw v3.5.0
26952026-03-23T20:47:39.977Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26962026-03-23T20:47:40.033Z Checking oxide-tokio-rt v0.1.3
26972026-03-23T20:47:40.246Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26982026-03-23T20:47:40.716Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26992026-03-23T20:47:40.814Z Checking const_format v0.2.35
27002026-03-23T20:47:41.009Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27012026-03-23T20:47:41.031Z Compiling progenitor-macro v0.10.0
27022026-03-23T20:47:41.765Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27032026-03-23T20:47:42.067Z Checking qorb v0.4.1
27042026-03-23T20:47:42.379Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27052026-03-23T20:47:42.433Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27062026-03-23T20:47:42.521Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27072026-03-23T20:47:42.543Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27082026-03-23T20:47:42.974Z Compiling cargo_toml v0.22.3
27092026-03-23T20:47:43.083Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27102026-03-23T20:47:43.117Z Checking gethostname v0.5.0
27112026-03-23T20:47:43.171Z Compiling tabled_derive v0.7.0
27122026-03-23T20:47:43.264Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27132026-03-23T20:47:43.536Z Checking bcs v0.1.6
27142026-03-23T20:47:43.578Z Checking smawk v0.3.2
27152026-03-23T20:47:43.674Z Checking unicode-linebreak v0.1.5
27162026-03-23T20:47:43.745Z Checking linear-map v1.2.0
27172026-03-23T20:47:43.849Z Checking termtree v0.5.1
27182026-03-23T20:47:43.957Z Checking textwrap v0.16.2
27192026-03-23T20:47:43.981Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27202026-03-23T20:47:44.034Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27212026-03-23T20:47:44.243Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27222026-03-23T20:47:44.525Z Checking tabled v0.15.0
27232026-03-23T20:47:44.767Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27242026-03-23T20:47:45.006Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27252026-03-23T20:47:45.695Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27262026-03-23T20:47:45.766Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27272026-03-23T20:47:46.016Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27282026-03-23T20:47:46.147Z Checking steno v0.4.1
27292026-03-23T20:47:46.240Z Checking slog-stdlog v4.1.1
27302026-03-23T20:47:46.396Z Checking tokio-tungstenite v0.21.0
27312026-03-23T20:47:46.813Z Checking typeid v1.0.3
27322026-03-23T20:47:46.906Z Checking humantime v2.3.0
27332026-03-23T20:47:46.931Z Checking base64 v0.21.7
27342026-03-23T20:47:46.981Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27352026-03-23T20:47:47.141Z Checking ron v0.12.0
27362026-03-23T20:47:47.247Z Checking xz2 v0.1.7
27372026-03-23T20:47:47.472Z Checking slog-envlogger v2.2.0
27382026-03-23T20:47:47.475Z Checking yasna v0.5.2
27392026-03-23T20:47:47.666Z Checking headers-core v0.3.0
27402026-03-23T20:47:47.807Z Checking filetime v0.2.27
27412026-03-23T20:47:47.982Z Checking xattr v1.6.1
27422026-03-23T20:47:48.005Z Checking base16ct v1.0.0
27432026-03-23T20:47:48.023Z Checking rcgen v0.12.1
27442026-03-23T20:47:48.071Z Checking progenitor v0.10.0
27452026-03-23T20:47:48.147Z Checking tar v0.4.44
27462026-03-23T20:47:48.150Z Checking headers v0.4.1
27472026-03-23T20:47:48.222Z Checking subprocess v0.2.15
27482026-03-23T20:47:48.248Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27492026-03-23T20:47:55.832Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27502026-03-23T20:48:04.178Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27512026-03-23T20:48:06.000Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27522026-03-23T20:48:07.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
27532026-03-23T20:48:07.812Z
27542026-03-23T20:48:07.812Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/267)
27552026-03-23T20:48:08.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27562026-03-23T20:48:08.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27572026-03-23T20:48:08.860Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27582026-03-23T20:48:10.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.76s
27592026-03-23T20:48:10.812Z
27602026-03-23T20:48:10.812Zinfo: running `cargo check --bins` on nexus-config (51/267)
27612026-03-23T20:48:11.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27622026-03-23T20:48:11.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27632026-03-23T20:48:11.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27642026-03-23T20:48:11.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
27652026-03-23T20:48:11.672Z
27662026-03-23T20:48:11.672Zinfo: running `cargo check --bins` on nexus-types (52/267)
27672026-03-23T20:48:12.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27682026-03-23T20:48:12.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27692026-03-23T20:48:12.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27702026-03-23T20:48:12.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
27712026-03-23T20:48:12.532Z
27722026-03-23T20:48:12.532Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/267)
27732026-03-23T20:48:13.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27742026-03-23T20:48:13.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27752026-03-23T20:48:13.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27762026-03-23T20:48:13.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
27772026-03-23T20:48:13.342Z
27782026-03-23T20:48:13.343Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/267)
27792026-03-23T20:48:14.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802026-03-23T20:48:14.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812026-03-23T20:48:14.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27822026-03-23T20:48:14.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
27832026-03-23T20:48:14.160Z
27842026-03-23T20:48:14.160Zinfo: running `cargo check --bins` on cockroach-admin-types (55/267)
27852026-03-23T20:48:14.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27862026-03-23T20:48:14.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27872026-03-23T20:48:14.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27882026-03-23T20:48:14.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
27892026-03-23T20:48:14.951Z
27902026-03-23T20:48:14.951Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/267)
27912026-03-23T20:48:15.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922026-03-23T20:48:15.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932026-03-23T20:48:15.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27942026-03-23T20:48:15.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
27952026-03-23T20:48:15.745Z
27962026-03-23T20:48:15.746Zinfo: running `cargo check --bins` on ereport-types (57/267)
27972026-03-23T20:48:16.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982026-03-23T20:48:16.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992026-03-23T20:48:16.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28002026-03-23T20:48:16.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28012026-03-23T20:48:16.547Z
28022026-03-23T20:48:16.547Zinfo: running `cargo check --bins` on gateway-client (58/267)
28032026-03-23T20:48:17.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042026-03-23T20:48:17.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052026-03-23T20:48:17.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28062026-03-23T20:48:17.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28072026-03-23T20:48:17.351Z
28082026-03-23T20:48:17.351Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/267)
28092026-03-23T20:48:18.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102026-03-23T20:48:18.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112026-03-23T20:48:18.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28122026-03-23T20:48:18.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28132026-03-23T20:48:18.153Z
28142026-03-23T20:48:18.153Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/267)
28152026-03-23T20:48:18.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162026-03-23T20:48:18.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172026-03-23T20:48:18.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28182026-03-23T20:48:18.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28192026-03-23T20:48:18.951Z
28202026-03-23T20:48:18.951Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/267)
28212026-03-23T20:48:19.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222026-03-23T20:48:19.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232026-03-23T20:48:19.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28242026-03-23T20:48:19.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28252026-03-23T20:48:19.750Z
28262026-03-23T20:48:19.750Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/267)
28272026-03-23T20:48:20.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-03-23T20:48:20.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-03-23T20:48:20.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28302026-03-23T20:48:20.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28312026-03-23T20:48:20.553Z
28322026-03-23T20:48:20.553Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/267)
28332026-03-23T20:48:21.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-03-23T20:48:21.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-03-23T20:48:21.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28362026-03-23T20:48:21.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28372026-03-23T20:48:21.373Z
28382026-03-23T20:48:21.373Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/267)
28392026-03-23T20:48:22.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-03-23T20:48:22.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-03-23T20:48:22.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28422026-03-23T20:48:22.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28432026-03-23T20:48:22.197Z
28442026-03-23T20:48:22.197Zinfo: running `cargo check --bins` on key-manager-types (65/267)
28452026-03-23T20:48:22.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-03-23T20:48:22.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-03-23T20:48:22.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28482026-03-23T20:48:22.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28492026-03-23T20:48:22.986Z
28502026-03-23T20:48:22.986Zinfo: running `cargo check --bins` on oxlog (66/267)
28512026-03-23T20:48:23.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-03-23T20:48:23.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-03-23T20:48:23.827Z Compiling newtype-uuid v1.3.2
28542026-03-23T20:48:24.085Z Compiling daft v0.1.5
28552026-03-23T20:48:24.350Z Compiling iddqd v0.3.17
28562026-03-23T20:48:25.623Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28572026-03-23T20:48:25.910Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28582026-03-23T20:48:26.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
28592026-03-23T20:48:26.475Z
28602026-03-23T20:48:26.475Zinfo: running `cargo check --bins` on internal-dns-types (67/267)
28612026-03-23T20:48:27.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-03-23T20:48:27.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-03-23T20:48:27.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28642026-03-23T20:48:27.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28652026-03-23T20:48:27.285Z
28662026-03-23T20:48:27.285Zinfo: running `cargo check --bins` on internal-dns-types-versions (68/267)
28672026-03-23T20:48:27.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-03-23T20:48:27.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-03-23T20:48:27.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28702026-03-23T20:48:27.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28712026-03-23T20:48:28.094Z
28722026-03-23T20:48:28.094Zinfo: running `cargo check --bins` on nexus-types-versions (69/267)
28732026-03-23T20:48:28.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742026-03-23T20:48:28.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752026-03-23T20:48:28.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28762026-03-23T20:48:28.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
28772026-03-23T20:48:28.938Z
28782026-03-23T20:48:28.938Zinfo: running `cargo check --bins` on omicron-passwords (70/267)
28792026-03-23T20:48:29.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802026-03-23T20:48:29.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812026-03-23T20:48:29.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822026-03-23T20:48:29.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28832026-03-23T20:48:29.729Z
28842026-03-23T20:48:29.729Zinfo: running `cargo check --bins` on oxql-types (71/267)
28852026-03-23T20:48:30.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862026-03-23T20:48:30.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872026-03-23T20:48:30.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882026-03-23T20:48:30.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28892026-03-23T20:48:30.536Z
28902026-03-23T20:48:30.536Zinfo: running `cargo check --bins` on oximeter-types (72/267)
28912026-03-23T20:48:31.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922026-03-23T20:48:31.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932026-03-23T20:48:31.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942026-03-23T20:48:31.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28952026-03-23T20:48:31.343Z
28962026-03-23T20:48:31.344Zinfo: running `cargo check --bins` on oximeter-types-versions (73/267)
28972026-03-23T20:48:32.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-03-23T20:48:32.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-03-23T20:48:32.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002026-03-23T20:48:32.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29012026-03-23T20:48:32.152Z
29022026-03-23T20:48:32.152Zinfo: running `cargo check --bins` on oximeter-macro-impl (74/267)
29032026-03-23T20:48:32.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-03-23T20:48:32.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-03-23T20:48:32.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-03-23T20:48:32.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29072026-03-23T20:48:32.942Z
29082026-03-23T20:48:32.943Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (75/267)
29092026-03-23T20:48:33.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-03-23T20:48:33.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-03-23T20:48:33.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-03-23T20:48:33.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
29132026-03-23T20:48:33.773Z
29142026-03-23T20:48:33.773Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (76/267)
29152026-03-23T20:48:34.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-03-23T20:48:34.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-03-23T20:48:34.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182026-03-23T20:48:34.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
29192026-03-23T20:48:34.602Z
29202026-03-23T20:48:34.602Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (77/267)
29212026-03-23T20:48:35.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-03-23T20:48:35.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-03-23T20:48:35.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242026-03-23T20:48:35.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
29252026-03-23T20:48:35.439Z
29262026-03-23T20:48:35.439Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (78/267)
29272026-03-23T20:48:36.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-03-23T20:48:36.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-03-23T20:48:36.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-03-23T20:48:36.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
29312026-03-23T20:48:36.271Z
29322026-03-23T20:48:36.272Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (79/267)
29332026-03-23T20:48:36.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-03-23T20:48:36.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-03-23T20:48:36.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362026-03-23T20:48:36.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29372026-03-23T20:48:37.067Z
29382026-03-23T20:48:37.067Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (80/267)
29392026-03-23T20:48:37.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402026-03-23T20:48:37.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412026-03-23T20:48:37.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29422026-03-23T20:48:37.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29432026-03-23T20:48:37.861Z
29442026-03-23T20:48:37.861Zinfo: running `cargo check --bins --no-default-features` on gfss (81/267)
29452026-03-23T20:48:38.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29462026-03-23T20:48:38.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29472026-03-23T20:48:38.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29482026-03-23T20:48:38.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29492026-03-23T20:48:38.651Z
29502026-03-23T20:48:38.651Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (82/267)
29512026-03-23T20:48:39.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29522026-03-23T20:48:39.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29532026-03-23T20:48:39.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29542026-03-23T20:48:39.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29552026-03-23T20:48:39.442Z
29562026-03-23T20:48:39.442Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/267)
29572026-03-23T20:48:40.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29582026-03-23T20:48:40.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29592026-03-23T20:48:40.352Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29602026-03-23T20:48:41.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
29612026-03-23T20:48:41.260Z
29622026-03-23T20:48:41.260Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/267)
29632026-03-23T20:48:41.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29642026-03-23T20:48:41.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29652026-03-23T20:48:42.186Z Compiling ar_archive_writer v0.5.1
29662026-03-23T20:48:42.318Z Compiling stacker v0.1.23
29672026-03-23T20:48:42.332Z Compiling cfg_aliases v0.1.1
29682026-03-23T20:48:42.344Z Compiling convert_case v0.10.0
29692026-03-23T20:48:42.360Z Checking fd-lock v4.0.4
29702026-03-23T20:48:42.363Z Checking nibble_vec v0.1.0
29712026-03-23T20:48:42.363Z Checking vte v0.14.1
29722026-03-23T20:48:42.363Z Compiling recursive-proc-macro-impl v0.1.1
29732026-03-23T20:48:42.463Z Compiling nix v0.28.0
29742026-03-23T20:48:42.542Z Checking endian-type v0.1.2
29752026-03-23T20:48:42.584Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29762026-03-23T20:48:42.635Z Checking strip-ansi-escapes v0.2.1
29772026-03-23T20:48:42.657Z Compiling peg-macros v0.8.5
29782026-03-23T20:48:42.701Z Checking radix_trie v0.2.1
29792026-03-23T20:48:42.747Z Compiling derive_more-impl v2.1.1
29802026-03-23T20:48:42.764Z Checking winnow v0.6.26
29812026-03-23T20:48:42.913Z Compiling sqlparser_derive v0.5.0
29822026-03-23T20:48:42.971Z Checking unicode_categories v0.1.1
29832026-03-23T20:48:43.175Z Checking home v0.5.12
29842026-03-23T20:48:43.222Z Checking nu-ansi-term v0.50.3
29852026-03-23T20:48:43.354Z Checking display-error-chain v0.2.2
29862026-03-23T20:48:43.498Z Checking reedline v0.40.0
29872026-03-23T20:48:43.520Z Compiling psm v0.1.30
29882026-03-23T20:48:43.843Z Checking derive_more v2.1.1
29892026-03-23T20:48:43.935Z Checking crossterm v0.29.0
29902026-03-23T20:48:44.163Z Checking peg v0.8.5
29912026-03-23T20:48:44.274Z Checking rustyline v14.0.0
29922026-03-23T20:48:44.334Z Checking sqlformat v0.3.5
29932026-03-23T20:48:44.460Z Checking recursive v0.1.1
29942026-03-23T20:48:44.568Z Checking sqlparser v0.61.0
29952026-03-23T20:49:00.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.03s
29962026-03-23T20:49:00.527Z
29972026-03-23T20:49:00.527Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/267)
29982026-03-23T20:49:01.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29992026-03-23T20:49:01.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30002026-03-23T20:49:01.442Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30012026-03-23T20:49:06.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.54s
30022026-03-23T20:49:06.295Z
30032026-03-23T20:49:06.295Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/267)
30042026-03-23T20:49:07.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30052026-03-23T20:49:07.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30062026-03-23T20:49:07.209Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30072026-03-23T20:49:10.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
30082026-03-23T20:49:10.696Z
30092026-03-23T20:49:10.696Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/267)
30102026-03-23T20:49:11.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30112026-03-23T20:49:11.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30122026-03-23T20:49:11.606Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30132026-03-23T20:49:15.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.29s
30142026-03-23T20:49:16.210Z
30152026-03-23T20:49:16.210Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/267)
30162026-03-23T20:49:16.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30172026-03-23T20:49:16.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30182026-03-23T20:49:17.127Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30192026-03-23T20:49:21.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.31s
30202026-03-23T20:49:21.752Z
30212026-03-23T20:49:21.752Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/267)
30222026-03-23T20:49:22.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232026-03-23T20:49:22.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242026-03-23T20:49:22.669Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30252026-03-23T20:49:26.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.39s
30262026-03-23T20:49:26.370Z
30272026-03-23T20:49:26.371Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/267)
30282026-03-23T20:49:27.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-03-23T20:49:27.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-03-23T20:49:27.284Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30312026-03-23T20:49:30.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s
30322026-03-23T20:49:31.010Z
30332026-03-23T20:49:31.010Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/267)
30342026-03-23T20:49:31.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-03-23T20:49:31.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-03-23T20:49:31.928Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30372026-03-23T20:49:36.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.57s
30382026-03-23T20:49:36.810Z
30392026-03-23T20:49:36.810Zinfo: running `cargo check --bins` on oximeter (92/267)
30402026-03-23T20:49:37.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-03-23T20:49:37.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-03-23T20:49:37.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-03-23T20:49:37.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30442026-03-23T20:49:37.614Z
30452026-03-23T20:49:37.614Zinfo: running `cargo check --bins` on oximeter-schema (93/267)
30462026-03-23T20:49:38.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-03-23T20:49:38.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-03-23T20:49:38.495Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30492026-03-23T20:49:38.689Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30502026-03-23T20:49:38.716Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30512026-03-23T20:49:39.139Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30522026-03-23T20:49:43.971Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30532026-03-23T20:49:44.395Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30542026-03-23T20:49:45.934Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30552026-03-23T20:49:46.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.19s
30562026-03-23T20:49:47.026Z
30572026-03-23T20:49:47.026Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/267)
30582026-03-23T20:49:47.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-03-23T20:49:47.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-03-23T20:49:47.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-03-23T20:49:47.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30622026-03-23T20:49:47.841Z
30632026-03-23T20:49:47.841Zinfo: running `cargo check --bins` on oximeter-test-utils (95/267)
30642026-03-23T20:49:48.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-03-23T20:49:48.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-03-23T20:49:48.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-03-23T20:49:48.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
30682026-03-23T20:49:48.719Z
30692026-03-23T20:49:48.719Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/267)
30702026-03-23T20:49:49.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-03-23T20:49:49.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-03-23T20:49:49.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-03-23T20:49:49.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
30742026-03-23T20:49:49.550Z
30752026-03-23T20:49:49.550Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/267)
30762026-03-23T20:49:50.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-03-23T20:49:50.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-03-23T20:49:50.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-03-23T20:49:50.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30802026-03-23T20:49:50.383Z
30812026-03-23T20:49:50.383Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/267)
30822026-03-23T20:49:51.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-03-23T20:49:51.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-03-23T20:49:51.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-03-23T20:49:51.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30862026-03-23T20:49:51.213Z
30872026-03-23T20:49:51.213Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/267)
30882026-03-23T20:49:51.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-03-23T20:49:51.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-03-23T20:49:51.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-03-23T20:49:51.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30922026-03-23T20:49:52.045Z
30932026-03-23T20:49:52.045Zinfo: running `cargo check --bins` on trust-quorum-types (100/267)
30942026-03-23T20:49:52.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-03-23T20:49:52.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-03-23T20:49:52.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-03-23T20:49:52.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30982026-03-23T20:49:52.844Z
30992026-03-23T20:49:52.845Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/267)
31002026-03-23T20:49:53.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-03-23T20:49:53.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-03-23T20:49:53.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-03-23T20:49:53.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31042026-03-23T20:49:53.676Z
31052026-03-23T20:49:53.676Zinfo: running `cargo check --bins` on update-engine (102/267)
31062026-03-23T20:49:54.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-03-23T20:49:54.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-03-23T20:49:54.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-03-23T20:49:54.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31102026-03-23T20:49:54.476Z
31112026-03-23T20:49:54.476Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/267)
31122026-03-23T20:49:55.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-03-23T20:49:55.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-03-23T20:49:55.430Z Checking dropshot-api-manager-types v0.6.0
31152026-03-23T20:49:55.433Z Checking nanorand v0.7.0
31162026-03-23T20:49:55.733Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31172026-03-23T20:49:55.774Z Checking flume v0.11.1
31182026-03-23T20:49:56.049Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31192026-03-23T20:49:57.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.83s
31202026-03-23T20:49:57.537Z
31212026-03-23T20:49:57.537Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/267)
31222026-03-23T20:49:58.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31232026-03-23T20:49:58.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31242026-03-23T20:49:58.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31252026-03-23T20:49:58.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31262026-03-23T20:49:58.347Z
31272026-03-23T20:49:58.347Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/267)
31282026-03-23T20:49:59.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31292026-03-23T20:49:59.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31302026-03-23T20:49:59.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31312026-03-23T20:49:59.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31322026-03-23T20:49:59.164Z
31332026-03-23T20:49:59.164Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/267)
31342026-03-23T20:49:59.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31352026-03-23T20:49:59.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31362026-03-23T20:49:59.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31372026-03-23T20:49:59.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31382026-03-23T20:49:59.975Z
31392026-03-23T20:49:59.975Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/267)
31402026-03-23T20:50:00.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412026-03-23T20:50:00.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422026-03-23T20:50:00.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31432026-03-23T20:50:00.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31442026-03-23T20:50:00.808Z
31452026-03-23T20:50:00.808Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/267)
31462026-03-23T20:50:01.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472026-03-23T20:50:01.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482026-03-23T20:50:01.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31492026-03-23T20:50:01.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31502026-03-23T20:50:01.619Z
31512026-03-23T20:50:01.619Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/267)
31522026-03-23T20:50:02.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532026-03-23T20:50:02.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542026-03-23T20:50:02.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31552026-03-23T20:50:02.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31562026-03-23T20:50:02.435Z
31572026-03-23T20:50:02.435Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/267)
31582026-03-23T20:50:03.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592026-03-23T20:50:03.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602026-03-23T20:50:03.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31612026-03-23T20:50:03.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31622026-03-23T20:50:03.253Z
31632026-03-23T20:50:03.253Zinfo: running `cargo check --bins` on cockroach-admin-client (111/267)
31642026-03-23T20:50:03.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31652026-03-23T20:50:03.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31662026-03-23T20:50:03.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31672026-03-23T20:50:03.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31682026-03-23T20:50:04.057Z
31692026-03-23T20:50:04.057Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/267)
31702026-03-23T20:50:04.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31712026-03-23T20:50:04.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31722026-03-23T20:50:04.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31732026-03-23T20:50:04.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31742026-03-23T20:50:04.868Z
31752026-03-23T20:50:04.868Zinfo: running `cargo check --bins` on dns-service-client (113/267)
31762026-03-23T20:50:05.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31772026-03-23T20:50:05.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31782026-03-23T20:50:05.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31792026-03-23T20:50:05.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31802026-03-23T20:50:05.684Z
31812026-03-23T20:50:05.684Zinfo: running `cargo check --bins` on installinator-client (114/267)
31822026-03-23T20:50:06.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31832026-03-23T20:50:06.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31842026-03-23T20:50:06.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31852026-03-23T20:50:06.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31862026-03-23T20:50:06.495Z
31872026-03-23T20:50:06.495Zinfo: running `cargo check --bins` on nexus-client (115/267)
31882026-03-23T20:50:07.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31892026-03-23T20:50:07.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31902026-03-23T20:50:07.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31912026-03-23T20:50:07.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
31922026-03-23T20:50:07.361Z
31932026-03-23T20:50:07.361Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/267)
31942026-03-23T20:50:08.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31952026-03-23T20:50:08.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31962026-03-23T20:50:08.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31972026-03-23T20:50:08.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
31982026-03-23T20:50:08.225Z
31992026-03-23T20:50:08.225Zinfo: running `cargo check --bins` on ntp-admin-client (117/267)
32002026-03-23T20:50:08.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32012026-03-23T20:50:08.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32022026-03-23T20:50:08.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32032026-03-23T20:50:08.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32042026-03-23T20:50:09.021Z
32052026-03-23T20:50:09.021Zinfo: running `cargo check --bins` on oxide-client (118/267)
32062026-03-23T20:50:09.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072026-03-23T20:50:09.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082026-03-23T20:50:09.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32092026-03-23T20:50:09.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32102026-03-23T20:50:09.822Z
32112026-03-23T20:50:09.823Zinfo: running `cargo check --bins` on oximeter-client (119/267)
32122026-03-23T20:50:10.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132026-03-23T20:50:10.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142026-03-23T20:50:10.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32152026-03-23T20:50:10.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32162026-03-23T20:50:10.639Z
32172026-03-23T20:50:10.639Zinfo: running `cargo check --bins` on repo-depot-client (120/267)
32182026-03-23T20:50:11.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192026-03-23T20:50:11.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202026-03-23T20:50:11.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32212026-03-23T20:50:11.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32222026-03-23T20:50:11.429Z
32232026-03-23T20:50:11.429Zinfo: running `cargo check --bins` on sled-agent-client (121/267)
32242026-03-23T20:50:12.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252026-03-23T20:50:12.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262026-03-23T20:50:12.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32272026-03-23T20:50:12.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
32282026-03-23T20:50:12.266Z
32292026-03-23T20:50:12.266Zinfo: running `cargo check --bins` on wicketd-client (122/267)
32302026-03-23T20:50:12.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32312026-03-23T20:50:13.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32322026-03-23T20:50:13.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32332026-03-23T20:50:13.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
32342026-03-23T20:50:13.113Z
32352026-03-23T20:50:13.113Zinfo: running `cargo check --bins` on installinator-common (123/267)
32362026-03-23T20:50:13.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32372026-03-23T20:50:13.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32382026-03-23T20:50:13.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32392026-03-23T20:50:13.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
32402026-03-23T20:50:13.942Z
32412026-03-23T20:50:13.942Zinfo: running `cargo check --bins` on installinator-common-versions (124/267)
32422026-03-23T20:50:14.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32432026-03-23T20:50:14.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32442026-03-23T20:50:14.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32452026-03-23T20:50:14.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32462026-03-23T20:50:14.737Z
32472026-03-23T20:50:14.737Zinfo: running `cargo check --bins` on wicket-common (125/267)
32482026-03-23T20:50:15.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32492026-03-23T20:50:15.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32502026-03-23T20:50:15.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32512026-03-23T20:50:15.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
32522026-03-23T20:50:15.579Z
32532026-03-23T20:50:15.579Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/267)
32542026-03-23T20:50:16.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32552026-03-23T20:50:16.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32562026-03-23T20:50:16.500Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32572026-03-23T20:50:16.503Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32582026-03-23T20:50:16.503Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32592026-03-23T20:50:16.658Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32602026-03-23T20:50:16.661Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32612026-03-23T20:50:16.822Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32622026-03-23T20:50:16.849Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32632026-03-23T20:50:17.112Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32642026-03-23T20:50:17.118Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32652026-03-23T20:50:19.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s
32662026-03-23T20:50:20.182Z
32672026-03-23T20:50:20.183Zinfo: running `cargo check --bins` on cockroach-admin-api (127/267)
32682026-03-23T20:50:20.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32692026-03-23T20:50:20.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32702026-03-23T20:50:20.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32712026-03-23T20:50:20.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
32722026-03-23T20:50:21.005Z
32732026-03-23T20:50:21.006Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/267)
32742026-03-23T20:50:21.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32752026-03-23T20:50:21.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32762026-03-23T20:50:21.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32772026-03-23T20:50:21.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
32782026-03-23T20:50:21.925Z
32792026-03-23T20:50:21.925Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/267)
32802026-03-23T20:50:22.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32812026-03-23T20:50:22.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32822026-03-23T20:50:22.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32832026-03-23T20:50:22.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
32842026-03-23T20:50:22.856Z
32852026-03-23T20:50:22.856Zinfo: running `cargo check --bins` on dns-server (130/267)
32862026-03-23T20:50:23.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32872026-03-23T20:50:23.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32882026-03-23T20:50:23.764Z Compiling parking_lot_core v0.8.6
32892026-03-23T20:50:23.764Z Compiling git-stub v1.0.0
32902026-03-23T20:50:23.767Z Compiling atomicwrites v0.4.4
32912026-03-23T20:50:23.767Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32922026-03-23T20:50:23.929Z Checking tagptr v0.2.0
32932026-03-23T20:50:23.943Z Checking prefix-trie v0.7.0
32942026-03-23T20:50:23.946Z Checking fxhash v0.2.1
32952026-03-23T20:50:23.959Z Checking hickory-client v0.25.2
32962026-03-23T20:50:24.086Z Compiling git-stub-vcs v0.1.0
32972026-03-23T20:50:24.122Z Checking moka v0.12.13
32982026-03-23T20:50:24.375Z Checking hickory-server v0.25.2
32992026-03-23T20:50:24.436Z Checking parking_lot v0.11.2
33002026-03-23T20:50:24.461Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33012026-03-23T20:50:24.567Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33022026-03-23T20:50:24.570Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33032026-03-23T20:50:24.570Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33042026-03-23T20:50:24.668Z Checking sled v0.34.7
33052026-03-23T20:50:24.977Z Checking hickory-resolver v0.25.2
33062026-03-23T20:50:27.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.58s
33072026-03-23T20:50:27.664Z
33082026-03-23T20:50:27.664Zinfo: running `cargo check --bins` on dns-server-api (131/267)
33092026-03-23T20:50:28.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33102026-03-23T20:50:28.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33112026-03-23T20:50:28.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33122026-03-23T20:50:28.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33132026-03-23T20:50:28.480Z
33142026-03-23T20:50:28.480Zinfo: running `cargo check --bins` on gateway-test-utils (132/267)
33152026-03-23T20:50:29.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33162026-03-23T20:50:29.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33172026-03-23T20:50:29.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33182026-03-23T20:50:29.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
33192026-03-23T20:50:29.371Z
33202026-03-23T20:50:29.371Zinfo: running `cargo check --bins` on omicron-gateway (133/267)
33212026-03-23T20:50:30.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222026-03-23T20:50:30.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232026-03-23T20:50:30.402Z Compiling radium v0.7.0
33242026-03-23T20:50:30.544Z Checking tap v1.0.1
33252026-03-23T20:50:30.547Z Compiling maybe-uninit v2.0.0
33262026-03-23T20:50:30.574Z Compiling zerocopy-derive v0.6.6
33272026-03-23T20:50:30.578Z Checking funty v2.0.0
33282026-03-23T20:50:30.606Z Compiling packed_struct v0.10.1
33292026-03-23T20:50:30.625Z Checking crc-catalog v2.4.0
33302026-03-23T20:50:30.646Z Compiling packed_struct_codegen v0.10.1
33312026-03-23T20:50:30.667Z Checking wyz v0.5.1
33322026-03-23T20:50:30.747Z Checking crc v3.4.0
33332026-03-23T20:50:30.926Z Compiling bitfield-macros v0.19.4
33342026-03-23T20:50:30.963Z Compiling indexmap v1.9.3
33352026-03-23T20:50:30.981Z Checking nodrop v0.1.14
33362026-03-23T20:50:31.029Z Checking smallvec v0.6.14
33372026-03-23T20:50:31.052Z Checking hashbrown v0.12.3
33382026-03-23T20:50:31.089Z Checking array-init v0.0.4
33392026-03-23T20:50:31.110Z Checking bitvec v1.0.1
33402026-03-23T20:50:31.228Z Checking ron v0.8.1
33412026-03-23T20:50:31.281Z Checking hashbrown v0.13.2
33422026-03-23T20:50:31.566Z Checking serde-hex v0.1.0
33432026-03-23T20:50:31.696Z Checking zerocopy v0.6.6
33442026-03-23T20:50:31.850Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33452026-03-23T20:50:31.877Z Checking bitfield v0.19.4
33462026-03-23T20:50:31.940Z Checking crc-any v2.5.0
33472026-03-23T20:50:32.046Z Checking object v0.30.4
33482026-03-23T20:50:32.099Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33492026-03-23T20:50:32.103Z Checking void v1.0.2
33502026-03-23T20:50:32.133Z Checking path-slash v0.1.5
33512026-03-23T20:50:32.172Z Checking half v1.8.3
33522026-03-23T20:50:32.241Z Checking lzss v0.8.2
33532026-03-23T20:50:32.274Z Checking tungstenite v0.23.0
33542026-03-23T20:50:32.292Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33552026-03-23T20:50:32.415Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33562026-03-23T20:50:32.435Z Checking serde_cbor v0.11.2
33572026-03-23T20:50:32.470Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33582026-03-23T20:50:32.493Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33592026-03-23T20:50:32.608Z Checking nix v0.27.1
33602026-03-23T20:50:32.824Z Checking kstat-rs v0.2.4
33612026-03-23T20:50:32.950Z Checking serde_bytes v0.11.19
33622026-03-23T20:50:32.989Z Checking tokio-tungstenite v0.23.1
33632026-03-23T20:50:33.061Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33642026-03-23T20:50:33.178Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33652026-03-23T20:50:33.324Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33662026-03-23T20:50:33.342Z Checking signal-hook-tokio v0.3.1
33672026-03-23T20:50:34.402Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33682026-03-23T20:50:34.635Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33692026-03-23T20:50:37.920Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33702026-03-23T20:50:39.129Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33712026-03-23T20:50:39.501Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33722026-03-23T20:50:40.984Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33732026-03-23T20:50:43.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.37s
33742026-03-23T20:50:43.993Z
33752026-03-23T20:50:43.993Zinfo: running `cargo check --bins` on gateway-api (134/267)
33762026-03-23T20:50:44.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-03-23T20:50:44.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-03-23T20:50:44.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-03-23T20:50:44.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33802026-03-23T20:50:44.807Z
33812026-03-23T20:50:44.807Zinfo: running `cargo check --bins` on ipcc (135/267)
33822026-03-23T20:50:45.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-03-23T20:50:45.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-03-23T20:50:45.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-03-23T20:50:45.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33862026-03-23T20:50:45.620Z
33872026-03-23T20:50:45.620Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/267)
33882026-03-23T20:50:46.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-03-23T20:50:46.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-03-23T20:50:46.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-03-23T20:50:46.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33922026-03-23T20:50:46.410Z
33932026-03-23T20:50:46.410Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/267)
33942026-03-23T20:50:47.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-03-23T20:50:47.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-03-23T20:50:47.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-03-23T20:50:47.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33982026-03-23T20:50:47.224Z
33992026-03-23T20:50:47.224Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/267)
34002026-03-23T20:50:47.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-03-23T20:50:47.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-03-23T20:50:47.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-03-23T20:50:47.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34042026-03-23T20:50:48.038Z
34052026-03-23T20:50:48.038Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/267)
34062026-03-23T20:50:48.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-03-23T20:50:48.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-03-23T20:50:48.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-03-23T20:50:48.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34102026-03-23T20:50:48.851Z
34112026-03-23T20:50:48.851Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/267)
34122026-03-23T20:50:49.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-03-23T20:50:49.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-03-23T20:50:49.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-03-23T20:50:49.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34162026-03-23T20:50:49.666Z
34172026-03-23T20:50:49.666Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/267)
34182026-03-23T20:50:50.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-03-23T20:50:50.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-03-23T20:50:50.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-03-23T20:50:50.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34222026-03-23T20:50:50.467Z
34232026-03-23T20:50:50.467Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/267)
34242026-03-23T20:50:51.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-03-23T20:50:51.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-03-23T20:50:51.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-03-23T20:50:51.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34282026-03-23T20:50:51.279Z
34292026-03-23T20:50:51.279Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/267)
34302026-03-23T20:50:51.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-03-23T20:50:51.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-03-23T20:50:51.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-03-23T20:50:51.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34342026-03-23T20:50:52.091Z
34352026-03-23T20:50:52.091Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/267)
34362026-03-23T20:50:52.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-03-23T20:50:52.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-03-23T20:50:52.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-03-23T20:50:52.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34402026-03-23T20:50:52.907Z
34412026-03-23T20:50:52.907Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/267)
34422026-03-23T20:50:53.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-03-23T20:50:53.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-03-23T20:50:53.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-03-23T20:50:53.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34462026-03-23T20:50:53.722Z
34472026-03-23T20:50:53.722Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/267)
34482026-03-23T20:50:54.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-03-23T20:50:54.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-03-23T20:50:54.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-03-23T20:50:54.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34522026-03-23T20:50:54.536Z
34532026-03-23T20:50:54.537Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/267)
34542026-03-23T20:50:55.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-03-23T20:50:55.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-03-23T20:50:55.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-03-23T20:50:55.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
34582026-03-23T20:50:55.353Z
34592026-03-23T20:50:55.353Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/267)
34602026-03-23T20:50:56.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-03-23T20:50:56.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-03-23T20:50:56.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-03-23T20:50:56.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34642026-03-23T20:50:56.168Z
34652026-03-23T20:50:56.168Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/267)
34662026-03-23T20:50:56.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-03-23T20:50:56.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-03-23T20:50:56.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-03-23T20:50:56.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34702026-03-23T20:50:56.982Z
34712026-03-23T20:50:56.982Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/267)
34722026-03-23T20:50:57.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-03-23T20:50:57.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-03-23T20:50:57.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-03-23T20:50:57.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34762026-03-23T20:50:57.797Z
34772026-03-23T20:50:57.797Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/267)
34782026-03-23T20:50:58.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-03-23T20:50:58.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-03-23T20:50:58.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-03-23T20:50:58.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34822026-03-23T20:50:58.614Z
34832026-03-23T20:50:58.614Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/267)
34842026-03-23T20:50:59.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-03-23T20:50:59.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-03-23T20:50:59.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-03-23T20:50:59.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
34882026-03-23T20:50:59.432Z
34892026-03-23T20:50:59.432Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/267)
34902026-03-23T20:51:00.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-03-23T20:51:00.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-03-23T20:51:00.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-03-23T20:51:00.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34942026-03-23T20:51:00.246Z
34952026-03-23T20:51:00.246Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/267)
34962026-03-23T20:51:00.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-03-23T20:51:00.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-03-23T20:51:00.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-03-23T20:51:00.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35002026-03-23T20:51:01.059Z
35012026-03-23T20:51:01.059Zinfo: running `cargo check --bins` on oximeter-producer (155/267)
35022026-03-23T20:51:01.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-03-23T20:51:01.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-03-23T20:51:01.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-03-23T20:51:01.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
35062026-03-23T20:51:01.926Z
35072026-03-23T20:51:01.926Zinfo: running `cargo check --bins` on internal-dns-resolver (156/267)
35082026-03-23T20:51:02.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-03-23T20:51:02.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-03-23T20:51:02.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-03-23T20:51:02.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
35122026-03-23T20:51:02.747Z
35132026-03-23T20:51:02.747Zinfo: running `cargo check --bins` on sp-sim (157/267)
35142026-03-23T20:51:03.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-03-23T20:51:03.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-03-23T20:51:03.742Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35172026-03-23T20:51:06.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
35182026-03-23T20:51:06.298Z
35192026-03-23T20:51:06.298Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (158/267)
35202026-03-23T20:51:07.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-03-23T20:51:07.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-03-23T20:51:07.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-03-23T20:51:07.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
35242026-03-23T20:51:07.189Z
35252026-03-23T20:51:07.189Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (159/267)
35262026-03-23T20:51:07.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-03-23T20:51:07.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-03-23T20:51:07.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-03-23T20:51:07.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
35302026-03-23T20:51:08.087Z
35312026-03-23T20:51:08.088Zinfo: running `cargo check --bins` on db-macros (160/267)
35322026-03-23T20:51:08.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-03-23T20:51:08.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-03-23T20:51:08.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-03-23T20:51:08.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35362026-03-23T20:51:08.882Z
35372026-03-23T20:51:08.882Zinfo: running `cargo check --bins` on nexus-macros-common (161/267)
35382026-03-23T20:51:09.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-03-23T20:51:09.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-03-23T20:51:09.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-03-23T20:51:09.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35422026-03-23T20:51:09.679Z
35432026-03-23T20:51:09.679Zinfo: running `cargo check --bins` on nexus-auth (162/267)
35442026-03-23T20:51:10.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-03-23T20:51:10.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-03-23T20:51:10.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-03-23T20:51:10.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
35482026-03-23T20:51:10.558Z
35492026-03-23T20:51:10.558Zinfo: running `cargo check --bins` on authz-macros (163/267)
35502026-03-23T20:51:11.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-03-23T20:51:11.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-03-23T20:51:11.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-03-23T20:51:11.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35542026-03-23T20:51:11.352Z
35552026-03-23T20:51:11.352Zinfo: running `cargo check --bins` on nexus-db-fixed-data (164/267)
35562026-03-23T20:51:12.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-03-23T20:51:12.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-03-23T20:51:12.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-03-23T20:51:12.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
35602026-03-23T20:51:12.226Z
35612026-03-23T20:51:12.226Zinfo: running `cargo check --bins` on nexus-db-model (165/267)
35622026-03-23T20:51:12.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-03-23T20:51:12.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-03-23T20:51:12.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-03-23T20:51:12.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
35662026-03-23T20:51:13.098Z
35672026-03-23T20:51:13.098Zinfo: running `cargo check --bins` on nexus-db-schema (166/267)
35682026-03-23T20:51:13.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-03-23T20:51:13.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-03-23T20:51:13.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-03-23T20:51:13.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35722026-03-23T20:51:14.079Z
35732026-03-23T20:51:14.079Zinfo: running `cargo check --bins` on omicron-rpaths (167/267)
35742026-03-23T20:51:14.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-03-23T20:51:15.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-03-23T20:51:15.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-03-23T20:51:15.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35782026-03-23T20:51:15.137Z
35792026-03-23T20:51:15.137Zinfo: running `cargo check --bins` on nexus-defaults (168/267)
35802026-03-23T20:51:15.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-03-23T20:51:15.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-03-23T20:51:15.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-03-23T20:51:15.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35842026-03-23T20:51:15.505Z
35852026-03-23T20:51:15.505Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (169/267)
35862026-03-23T20:51:16.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-03-23T20:51:16.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-03-23T20:51:16.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-03-23T20:51:16.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35902026-03-23T20:51:16.302Z
35912026-03-23T20:51:16.302Zinfo: running `cargo check --bins` on parallel-task-set (170/267)
35922026-03-23T20:51:16.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-03-23T20:51:16.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-03-23T20:51:16.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-03-23T20:51:16.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35962026-03-23T20:51:17.094Z
35972026-03-23T20:51:17.094Zinfo: running `cargo check --bins` on nexus-db-errors (171/267)
35982026-03-23T20:51:17.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-03-23T20:51:17.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-03-23T20:51:17.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-03-23T20:51:17.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
36022026-03-23T20:51:17.975Z
36032026-03-23T20:51:17.975Zinfo: running `cargo check --bins` on nexus-db-lookup (172/267)
36042026-03-23T20:51:18.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-03-23T20:51:18.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-03-23T20:51:18.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-03-23T20:51:18.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
36082026-03-23T20:51:18.859Z
36092026-03-23T20:51:18.859Zinfo: running `cargo check --bins` on nexus-inventory (173/267)
36102026-03-23T20:51:19.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-03-23T20:51:19.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-03-23T20:51:19.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-03-23T20:51:19.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
36142026-03-23T20:51:19.735Z
36152026-03-23T20:51:19.735Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (174/267)
36162026-03-23T20:51:20.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-03-23T20:51:20.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-03-23T20:51:20.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-03-23T20:51:20.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
36202026-03-23T20:51:20.573Z
36212026-03-23T20:51:20.573Zinfo: running `cargo check --bins --no-default-features` on sled-storage (175/267)
36222026-03-23T20:51:21.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-03-23T20:51:21.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-03-23T20:51:21.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-03-23T20:51:21.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
36262026-03-23T20:51:21.401Z
36272026-03-23T20:51:21.401Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (176/267)
36282026-03-23T20:51:22.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-03-23T20:51:22.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-03-23T20:51:22.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-03-23T20:51:22.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
36322026-03-23T20:51:22.228Z
36332026-03-23T20:51:22.229Zinfo: running `cargo check --bins` on key-manager (177/267)
36342026-03-23T20:51:22.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-03-23T20:51:22.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-03-23T20:51:22.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-03-23T20:51:22.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
36382026-03-23T20:51:23.043Z
36392026-03-23T20:51:23.043Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (178/267)
36402026-03-23T20:51:23.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-03-23T20:51:23.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-03-23T20:51:23.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-03-23T20:51:23.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
36442026-03-23T20:51:23.870Z
36452026-03-23T20:51:23.870Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (179/267)
36462026-03-23T20:51:24.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-03-23T20:51:24.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-03-23T20:51:24.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-03-23T20:51:24.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
36502026-03-23T20:51:24.697Z
36512026-03-23T20:51:24.697Zinfo: running `cargo check --bins` on typed-rng (180/267)
36522026-03-23T20:51:25.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-03-23T20:51:25.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-03-23T20:51:25.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-03-23T20:51:25.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
36562026-03-23T20:51:25.489Z
36572026-03-23T20:51:25.489Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (181/267)
36582026-03-23T20:51:26.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-03-23T20:51:26.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-03-23T20:51:26.664Z Compiling libefi-sys v0.1.0
36612026-03-23T20:51:26.668Z Compiling bitfield-struct v0.6.2
36622026-03-23T20:51:26.840Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36632026-03-23T20:51:26.857Z Compiling xshell-macros v0.2.7
36642026-03-23T20:51:26.876Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36652026-03-23T20:51:26.898Z Compiling salty v0.3.0
36662026-03-23T20:51:26.919Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36672026-03-23T20:51:26.943Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36682026-03-23T20:51:26.944Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36692026-03-23T20:51:27.291Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36702026-03-23T20:51:27.313Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36712026-03-23T20:51:27.333Z Checking xshell v0.2.7
36722026-03-23T20:51:27.481Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36732026-03-23T20:51:27.519Z Checking primeorder v0.13.6
36742026-03-23T20:51:27.562Z Compiling proc-macro-error-attr2 v2.0.0
36752026-03-23T20:51:27.583Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36762026-03-23T20:51:27.624Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36772026-03-23T20:51:27.645Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36782026-03-23T20:51:27.828Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36792026-03-23T20:51:27.848Z Checking p384 v0.13.1
36802026-03-23T20:51:27.867Z Compiling num-derive v0.3.3
36812026-03-23T20:51:27.974Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36822026-03-23T20:51:28.057Z Compiling proc-macro-error2 v2.0.1
36832026-03-23T20:51:28.239Z Compiling unicase v2.9.0
36842026-03-23T20:51:28.292Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36852026-03-23T20:51:28.450Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36862026-03-23T20:51:28.475Z Compiling tabled_derive v0.11.0
36872026-03-23T20:51:28.528Z Compiling mime_guess v2.0.5
36882026-03-23T20:51:28.595Z Compiling progenitor-impl v0.11.2
36892026-03-23T20:51:28.941Z Checking papergrid v0.17.0
36902026-03-23T20:51:29.049Z Checking libscf-sys v1.1.0
36912026-03-23T20:51:29.219Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36922026-03-23T20:51:29.238Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36932026-03-23T20:51:29.365Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36942026-03-23T20:51:29.427Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36952026-03-23T20:51:30.045Z Checking testing_table v0.3.0
36962026-03-23T20:51:30.081Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36972026-03-23T20:51:30.102Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36982026-03-23T20:51:30.163Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36992026-03-23T20:51:30.202Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37002026-03-23T20:51:30.297Z Checking corncobs v0.1.4
37012026-03-23T20:51:30.339Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37022026-03-23T20:51:30.390Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37032026-03-23T20:51:30.458Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37042026-03-23T20:51:30.478Z Checking tabled v0.20.0
37052026-03-23T20:51:30.648Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37062026-03-23T20:51:30.752Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37072026-03-23T20:51:30.791Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37082026-03-23T20:51:31.038Z Checking progenitor-client v0.11.2
37092026-03-23T20:51:31.218Z Checking secrecy v0.8.0
37102026-03-23T20:51:31.379Z Checking http-range v0.1.5
37112026-03-23T20:51:31.602Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37122026-03-23T20:51:31.752Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
37132026-03-23T20:51:31.858Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37142026-03-23T20:51:31.994Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37152026-03-23T20:51:32.133Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37162026-03-23T20:51:32.276Z Compiling progenitor-macro v0.11.2
37172026-03-23T20:51:32.279Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37182026-03-23T20:51:32.489Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37192026-03-23T20:51:32.510Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
37202026-03-23T20:51:32.631Z Checking atty v0.2.14
37212026-03-23T20:51:32.714Z Checking crc8 v0.1.1
37222026-03-23T20:51:32.756Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
37232026-03-23T20:51:32.841Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37242026-03-23T20:51:33.229Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37252026-03-23T20:51:33.356Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37262026-03-23T20:51:33.685Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37272026-03-23T20:51:33.715Z Checking hyper-staticfile v0.10.1
37282026-03-23T20:51:33.798Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37292026-03-23T20:51:33.917Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37302026-03-23T20:51:34.090Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37312026-03-23T20:51:34.128Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37322026-03-23T20:51:34.375Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37332026-03-23T20:51:34.446Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37342026-03-23T20:51:34.487Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37352026-03-23T20:51:34.827Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37362026-03-23T20:51:34.969Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37372026-03-23T20:51:35.195Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37382026-03-23T20:51:35.262Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37392026-03-23T20:51:35.354Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37402026-03-23T20:51:35.728Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37412026-03-23T20:51:35.998Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37422026-03-23T20:51:36.029Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37432026-03-23T20:51:36.526Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37442026-03-23T20:51:37.774Z Checking progenitor v0.11.2
37452026-03-23T20:51:37.936Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37462026-03-23T20:51:44.724Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37472026-03-23T20:52:00.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.91s
37482026-03-23T20:52:00.679Z
37492026-03-23T20:52:00.679Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (182/267)
37502026-03-23T20:52:01.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37512026-03-23T20:52:01.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37522026-03-23T20:52:01.770Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37532026-03-23T20:52:17.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.92s
37542026-03-23T20:52:17.861Z
37552026-03-23T20:52:17.861Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (183/267)
37562026-03-23T20:52:18.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37572026-03-23T20:52:18.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37582026-03-23T20:52:18.970Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37592026-03-23T20:52:34.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.78s
37602026-03-23T20:52:34.905Z
37612026-03-23T20:52:34.905Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (184/267)
37622026-03-23T20:52:35.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37632026-03-23T20:52:35.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37642026-03-23T20:52:35.998Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37652026-03-23T20:52:51.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.83s
37662026-03-23T20:52:51.998Z
37672026-03-23T20:52:51.998Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (185/267)
37682026-03-23T20:52:52.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37692026-03-23T20:52:52.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37702026-03-23T20:52:53.093Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37712026-03-23T20:53:08.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.92s
37722026-03-23T20:53:09.179Z
37732026-03-23T20:53:09.179Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (186/267)
37742026-03-23T20:53:09.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37752026-03-23T20:53:09.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37762026-03-23T20:53:10.277Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37772026-03-23T20:53:26.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.85s
37782026-03-23T20:53:26.293Z
37792026-03-23T20:53:26.293Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (187/267)
37802026-03-23T20:53:27.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37812026-03-23T20:53:27.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37822026-03-23T20:53:27.395Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37832026-03-23T20:53:43.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.82s
37842026-03-23T20:53:43.384Z
37852026-03-23T20:53:43.384Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (188/267)
37862026-03-23T20:53:44.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37872026-03-23T20:53:44.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37882026-03-23T20:53:44.479Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37892026-03-23T20:54:00.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.80s
37902026-03-23T20:54:00.444Z
37912026-03-23T20:54:00.444Zinfo: running `cargo check --bins` on bootstrap-agent-api (189/267)
37922026-03-23T20:54:01.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37932026-03-23T20:54:01.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37942026-03-23T20:54:01.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37952026-03-23T20:54:01.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
37962026-03-23T20:54:01.277Z
37972026-03-23T20:54:01.277Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (190/267)
37982026-03-23T20:54:01.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37992026-03-23T20:54:01.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38002026-03-23T20:54:01.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38012026-03-23T20:54:02.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38022026-03-23T20:54:02.113Z
38032026-03-23T20:54:02.113Zinfo: running `cargo check --bins` on range-requests (191/267)
38042026-03-23T20:54:02.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38052026-03-23T20:54:02.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38062026-03-23T20:54:02.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38072026-03-23T20:54:02.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
38082026-03-23T20:54:02.914Z
38092026-03-23T20:54:02.914Zinfo: running `cargo check --bins` on repo-depot-api (192/267)
38102026-03-23T20:54:03.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38112026-03-23T20:54:03.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38122026-03-23T20:54:03.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38132026-03-23T20:54:03.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
38142026-03-23T20:54:03.722Z
38152026-03-23T20:54:03.722Zinfo: running `cargo check --bins` on sled-agent-api (193/267)
38162026-03-23T20:54:04.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38172026-03-23T20:54:04.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38182026-03-23T20:54:04.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38192026-03-23T20:54:04.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38202026-03-23T20:54:04.562Z
38212026-03-23T20:54:04.562Zinfo: running `cargo check --bins` on sled-diagnostics (194/267)
38222026-03-23T20:54:05.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38232026-03-23T20:54:05.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38242026-03-23T20:54:05.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38252026-03-23T20:54:05.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38262026-03-23T20:54:05.386Z
38272026-03-23T20:54:05.387Zinfo: running `cargo check --bins` on zfs-test-harness (195/267)
38282026-03-23T20:54:06.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38292026-03-23T20:54:06.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38302026-03-23T20:54:06.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38312026-03-23T20:54:06.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38322026-03-23T20:54:06.215Z
38332026-03-23T20:54:06.215Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (196/267)
38342026-03-23T20:54:06.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38352026-03-23T20:54:06.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38362026-03-23T20:54:06.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38372026-03-23T20:54:06.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38382026-03-23T20:54:07.054Z
38392026-03-23T20:54:07.054Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (197/267)
38402026-03-23T20:54:07.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38412026-03-23T20:54:07.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38422026-03-23T20:54:07.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38432026-03-23T20:54:07.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38442026-03-23T20:54:07.895Z
38452026-03-23T20:54:07.895Zinfo: running `cargo check --bins` on sled-agent-health-monitor (198/267)
38462026-03-23T20:54:08.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38472026-03-23T20:54:08.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38482026-03-23T20:54:08.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38492026-03-23T20:54:08.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38502026-03-23T20:54:08.745Z
38512026-03-23T20:54:08.745Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (199/267)
38522026-03-23T20:54:12.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38532026-03-23T20:54:12.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38542026-03-23T20:54:12.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38552026-03-23T20:54:12.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38562026-03-23T20:54:12.374Z
38572026-03-23T20:54:12.374Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (200/267)
38582026-03-23T20:54:12.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38592026-03-23T20:54:12.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38602026-03-23T20:54:12.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38612026-03-23T20:54:12.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38622026-03-23T20:54:12.374Z
38632026-03-23T20:54:12.374Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (201/267)
38642026-03-23T20:54:12.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38652026-03-23T20:54:12.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38662026-03-23T20:54:12.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38672026-03-23T20:54:12.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38682026-03-23T20:54:12.392Z
38692026-03-23T20:54:12.392Zinfo: running `cargo check --bins` on trust-quorum (202/267)
38702026-03-23T20:54:12.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38712026-03-23T20:54:12.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38722026-03-23T20:54:12.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38732026-03-23T20:54:12.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38742026-03-23T20:54:12.392Z
38752026-03-23T20:54:12.392Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (203/267)
38762026-03-23T20:54:12.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38772026-03-23T20:54:12.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38782026-03-23T20:54:12.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38792026-03-23T20:54:12.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38802026-03-23T20:54:12.930Z
38812026-03-23T20:54:12.931Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (204/267)
38822026-03-23T20:54:13.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38832026-03-23T20:54:13.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38842026-03-23T20:54:13.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38852026-03-23T20:54:13.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
38862026-03-23T20:54:13.813Z
38872026-03-23T20:54:13.813Zinfo: running `cargo check --bins` on update-common (205/267)
38882026-03-23T20:54:14.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38892026-03-23T20:54:14.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38902026-03-23T20:54:14.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38912026-03-23T20:54:14.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38922026-03-23T20:54:14.632Z
38932026-03-23T20:54:14.632Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (206/267)
38942026-03-23T20:54:15.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38952026-03-23T20:54:15.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38962026-03-23T20:54:15.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38972026-03-23T20:54:15.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
38982026-03-23T20:54:15.508Z
38992026-03-23T20:54:15.508Zinfo: running `cargo check --bins` on reconfigurator-cli (207/267)
39002026-03-23T20:54:16.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39012026-03-23T20:54:16.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39022026-03-23T20:54:16.571Z Compiling fs-err v2.11.0
39032026-03-23T20:54:16.574Z Checking ignore v0.4.25
39042026-03-23T20:54:16.732Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39052026-03-23T20:54:16.745Z Checking predicates-tree v1.0.13
39062026-03-23T20:54:16.761Z Checking parse-size v1.1.0
39072026-03-23T20:54:16.779Z Checking rand_seeder v0.4.0
39082026-03-23T20:54:16.782Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39092026-03-23T20:54:16.816Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39102026-03-23T20:54:16.870Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39112026-03-23T20:54:16.905Z Compiling petname v2.0.2
39122026-03-23T20:54:16.962Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39132026-03-23T20:54:17.152Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39142026-03-23T20:54:17.172Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39152026-03-23T20:54:17.232Z Checking globwalk v0.9.1
39162026-03-23T20:54:17.277Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39172026-03-23T20:54:17.376Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39182026-03-23T20:54:17.459Z Checking camino-tempfile-ext v0.3.3
39192026-03-23T20:54:17.497Z Checking sapling-renderdag v0.1.0
39202026-03-23T20:54:17.608Z Checking sync-ptr v0.1.4
39212026-03-23T20:54:17.708Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39222026-03-23T20:54:17.759Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39232026-03-23T20:54:17.838Z Checking colored v2.2.0
39242026-03-23T20:54:17.873Z Checking assert_matches v1.5.0
39252026-03-23T20:54:18.189Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39262026-03-23T20:54:18.312Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39272026-03-23T20:54:18.316Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39282026-03-23T20:54:19.088Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39292026-03-23T20:54:20.868Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39302026-03-23T20:54:23.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.28s
39312026-03-23T20:54:24.039Z
39322026-03-23T20:54:24.039Zinfo: running `cargo check --bins` on omicron-repl-utils (208/267)
39332026-03-23T20:54:24.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39342026-03-23T20:54:24.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39352026-03-23T20:54:24.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39362026-03-23T20:54:24.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
39372026-03-23T20:54:24.836Z
39382026-03-23T20:54:24.836Zinfo: running `cargo check --bins` on nexus-test-interface (209/267)
39392026-03-23T20:54:25.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39402026-03-23T20:54:25.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39412026-03-23T20:54:25.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39422026-03-23T20:54:25.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
39432026-03-23T20:54:25.720Z
39442026-03-23T20:54:25.720Zinfo: running `cargo check --bins` on oximeter-collector (210/267)
39452026-03-23T20:54:26.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-03-23T20:54:26.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-03-23T20:54:26.709Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39482026-03-23T20:54:26.712Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39492026-03-23T20:54:27.557Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39502026-03-23T20:54:29.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s
39512026-03-23T20:54:29.833Z
39522026-03-23T20:54:29.833Zinfo: running `cargo check --bins` on oximeter-api (211/267)
39532026-03-23T20:54:30.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-03-23T20:54:30.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-03-23T20:54:30.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-03-23T20:54:30.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
39572026-03-23T20:54:30.644Z
39582026-03-23T20:54:30.644Zinfo: running `cargo check --bins` on cert-dev (212/267)
39592026-03-23T20:54:31.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-03-23T20:54:31.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-03-23T20:54:31.478Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39622026-03-23T20:54:31.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
39632026-03-23T20:54:32.027Z
39642026-03-23T20:54:32.027Zinfo: running `cargo check --bins` on clickana (213/267)
39652026-03-23T20:54:32.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-03-23T20:54:32.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-03-23T20:54:32.920Z Compiling darling_core v0.23.0
39682026-03-23T20:54:33.045Z Compiling instability v0.3.11
39692026-03-23T20:54:33.059Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39702026-03-23T20:54:33.063Z Checking castaway v0.2.4
39712026-03-23T20:54:33.081Z Compiling indoc v2.0.7
39722026-03-23T20:54:33.085Z Checking unicode-truncate v1.1.0
39732026-03-23T20:54:33.118Z Checking lru v0.12.5
39742026-03-23T20:54:33.119Z Checking cassowary v0.3.0
39752026-03-23T20:54:33.204Z Checking compact_str v0.8.1
39762026-03-23T20:54:34.360Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39772026-03-23T20:54:34.577Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39782026-03-23T20:54:35.054Z Compiling darling_macro v0.23.0
39792026-03-23T20:54:35.590Z Compiling darling v0.23.0
39802026-03-23T20:54:36.350Z Checking ratatui v0.29.0
39812026-03-23T20:54:37.987Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39822026-03-23T20:54:38.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.70s
39832026-03-23T20:54:38.956Z
39842026-03-23T20:54:38.956Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (214/267)
39852026-03-23T20:54:39.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-03-23T20:54:39.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-03-23T20:54:39.958Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39882026-03-23T20:54:39.963Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39892026-03-23T20:54:40.722Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39902026-03-23T20:54:41.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.26s
39912026-03-23T20:54:41.472Z
39922026-03-23T20:54:41.472Zinfo: running `cargo check --bins` on ch-dev (215/267)
39932026-03-23T20:54:42.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-03-23T20:54:42.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-03-23T20:54:42.494Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39962026-03-23T20:54:43.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s
39972026-03-23T20:54:43.651Z
39982026-03-23T20:54:43.651Zinfo: running `cargo check --bins` on dev-tools-common (216/267)
39992026-03-23T20:54:44.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-03-23T20:54:44.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-03-23T20:54:44.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40022026-03-23T20:54:44.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40032026-03-23T20:54:44.281Z
40042026-03-23T20:54:44.281Zinfo: running `cargo check --bins` on crdb-seed (217/267)
40052026-03-23T20:54:45.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-03-23T20:54:45.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-03-23T20:54:45.279Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40082026-03-23T20:54:45.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
40092026-03-23T20:54:46.054Z
40102026-03-23T20:54:46.054Zinfo: running `cargo check --bins` on db-dev (218/267)
40112026-03-23T20:54:46.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-03-23T20:54:46.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-03-23T20:54:47.049Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40142026-03-23T20:54:47.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s
40152026-03-23T20:54:48.241Z
40162026-03-23T20:54:48.241Zinfo: running `cargo check --bins` on omicron-dev-lib (219/267)
40172026-03-23T20:54:48.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-03-23T20:54:49.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-03-23T20:54:49.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40202026-03-23T20:54:49.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
40212026-03-23T20:54:49.113Z
40222026-03-23T20:54:49.113Zinfo: running `cargo check --bins` on xtask-downloader (220/267)
40232026-03-23T20:54:49.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-03-23T20:54:49.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-03-23T20:54:49.957Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40262026-03-23T20:54:50.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
40272026-03-23T20:54:51.077Z
40282026-03-23T20:54:51.077Zinfo: running `cargo check --bins` on omicron-dropshot-apis (221/267)
40292026-03-23T20:54:51.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40302026-03-23T20:54:51.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40312026-03-23T20:54:52.114Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40322026-03-23T20:54:52.114Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40332026-03-23T20:54:52.119Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
40342026-03-23T20:54:52.258Z Checking git-stub v1.0.0
40352026-03-23T20:54:52.272Z Compiling trait-variant v0.1.2
40362026-03-23T20:54:52.294Z Checking is_ci v1.2.0
40372026-03-23T20:54:52.298Z Checking maplit v1.0.2
40382026-03-23T20:54:52.317Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40392026-03-23T20:54:52.430Z Checking supports-color v3.0.2
40402026-03-23T20:54:52.430Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40412026-03-23T20:54:52.496Z Checking git-stub-vcs v0.1.0
40422026-03-23T20:54:52.538Z Checking drift v0.1.3
40432026-03-23T20:54:52.601Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40442026-03-23T20:54:52.643Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40452026-03-23T20:54:52.745Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40462026-03-23T20:54:52.884Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40472026-03-23T20:54:52.909Z Checking dropshot-api-manager v0.6.0
40482026-03-23T20:54:52.947Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40492026-03-23T20:54:52.967Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
40502026-03-23T20:54:53.208Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40512026-03-23T20:54:53.276Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40522026-03-23T20:54:53.496Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
40532026-03-23T20:54:53.988Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40542026-03-23T20:55:00.811Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40552026-03-23T20:55:02.193Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40562026-03-23T20:55:02.970Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40572026-03-23T20:55:03.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.40s
40582026-03-23T20:55:03.735Z
40592026-03-23T20:55:03.735Zinfo: running `cargo check --bins` on installinator-api (222/267)
40602026-03-23T20:55:04.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40612026-03-23T20:55:04.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40622026-03-23T20:55:04.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40632026-03-23T20:55:04.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
40642026-03-23T20:55:04.547Z
40652026-03-23T20:55:04.548Zinfo: running `cargo check --bins` on nexus-external-api (223/267)
40662026-03-23T20:55:05.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40672026-03-23T20:55:05.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40682026-03-23T20:55:05.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40692026-03-23T20:55:05.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
40702026-03-23T20:55:05.410Z
40712026-03-23T20:55:05.410Zinfo: running `cargo check --bins` on nexus-internal-api (224/267)
40722026-03-23T20:55:06.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40732026-03-23T20:55:06.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40742026-03-23T20:55:06.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40752026-03-23T20:55:06.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
40762026-03-23T20:55:06.272Z
40772026-03-23T20:55:06.272Zinfo: running `cargo check --bins` on nexus-lockstep-api (225/267)
40782026-03-23T20:55:07.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40792026-03-23T20:55:07.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40802026-03-23T20:55:07.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40812026-03-23T20:55:07.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
40822026-03-23T20:55:07.134Z
40832026-03-23T20:55:07.134Zinfo: running `cargo check --bins` on ntp-admin-api (226/267)
40842026-03-23T20:55:07.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-03-23T20:55:07.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-03-23T20:55:07.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40872026-03-23T20:55:07.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
40882026-03-23T20:55:07.950Z
40892026-03-23T20:55:07.950Zinfo: running `cargo check --bins` on ntp-admin-types-versions (227/267)
40902026-03-23T20:55:08.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-03-23T20:55:08.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-03-23T20:55:08.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40932026-03-23T20:55:08.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
40942026-03-23T20:55:08.736Z
40952026-03-23T20:55:08.736Zinfo: running `cargo check --bins` on wicketd-api (228/267)
40962026-03-23T20:55:09.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-03-23T20:55:09.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-03-23T20:55:09.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40992026-03-23T20:55:09.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
41002026-03-23T20:55:09.574Z
41012026-03-23T20:55:09.574Zinfo: running `cargo check --bins` on omicron-ls-apis (229/267)
41022026-03-23T20:55:10.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-03-23T20:55:10.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-03-23T20:55:10.412Z Checking erased-serde v0.4.9
41052026-03-23T20:55:10.540Z Checking ordered-float v2.10.1
41062026-03-23T20:55:10.562Z Checking unicode-xid v0.2.6
41072026-03-23T20:55:10.612Z Checking cargo-platform v0.2.0
41082026-03-23T20:55:10.826Z Checking serde-value v0.7.0
41092026-03-23T20:55:11.007Z Checking serde-untagged v0.1.9
41102026-03-23T20:55:11.201Z Checking cargo-util-schemas v0.8.2
41112026-03-23T20:55:12.198Z Checking cargo_metadata v0.21.0
41122026-03-23T20:55:13.059Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41132026-03-23T20:55:13.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s
41142026-03-23T20:55:14.193Z
41152026-03-23T20:55:14.193Zinfo: running `cargo check --bins` on mgs-dev (230/267)
41162026-03-23T20:55:14.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41172026-03-23T20:55:14.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41182026-03-23T20:55:15.225Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41192026-03-23T20:55:15.995Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41202026-03-23T20:55:16.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.41s
41212026-03-23T20:55:16.863Z
41222026-03-23T20:55:16.863Zinfo: running `cargo check --bins` on omicron-omdb (231/267)
41232026-03-23T20:55:17.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41242026-03-23T20:55:17.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41252026-03-23T20:55:18.068Z Compiling vergen-gitcl v1.0.8
41262026-03-23T20:55:18.068Z Compiling dirs-sys-next v0.1.2
41272026-03-23T20:55:18.072Z Compiling crunchy v0.2.4
41282026-03-23T20:55:18.072Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41292026-03-23T20:55:18.072Z Compiling diesel_derives v2.3.7
41302026-03-23T20:55:18.072Z Compiling glob v0.3.3
41312026-03-23T20:55:18.072Z Compiling dsl_auto_type v0.2.0
41322026-03-23T20:55:18.073Z Checking scheduled-thread-pool v0.2.7
41332026-03-23T20:55:18.453Z Compiling dirs-next v2.0.0
41342026-03-23T20:55:18.546Z Compiling diesel_table_macro_syntax v0.3.0
41352026-03-23T20:55:18.586Z Compiling tiny-keccak v2.0.2
41362026-03-23T20:55:18.606Z Compiling term v0.7.0
41372026-03-23T20:55:18.754Z Compiling clang-sys v1.8.1
41382026-03-23T20:55:18.782Z Checking r2d2 v0.8.10
41392026-03-23T20:55:18.815Z Checking downcast-rs v2.0.2
41402026-03-23T20:55:18.864Z Compiling bit-vec v0.6.3
41412026-03-23T20:55:19.023Z Compiling ascii-canvas v3.0.0
41422026-03-23T20:55:19.149Z Compiling bit-set v0.5.3
41432026-03-23T20:55:19.236Z Compiling itertools v0.10.5
41442026-03-23T20:55:19.342Z Compiling ena v0.14.4
41452026-03-23T20:55:19.362Z Compiling libloading v0.8.9
41462026-03-23T20:55:19.382Z Compiling bindgen v0.71.1
41472026-03-23T20:55:19.401Z Compiling diff v0.1.13
41482026-03-23T20:55:19.484Z Compiling regex-syntax v0.6.29
41492026-03-23T20:55:19.633Z Compiling cexpr v0.6.0
41502026-03-23T20:55:19.747Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41512026-03-23T20:55:19.932Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41522026-03-23T20:55:20.014Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41532026-03-23T20:55:20.121Z Compiling libxml v0.3.3
41542026-03-23T20:55:20.400Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41552026-03-23T20:55:20.643Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41562026-03-23T20:55:20.688Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41572026-03-23T20:55:20.795Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41582026-03-23T20:55:20.817Z Compiling strum_macros v0.24.3
41592026-03-23T20:55:20.918Z Compiling indoc v1.0.9
41602026-03-23T20:55:21.484Z Compiling lalrpop v0.19.12
41612026-03-23T20:55:22.365Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41622026-03-23T20:55:22.418Z Checking derive_builder v0.20.2
41632026-03-23T20:55:22.563Z Compiling oso-derive v0.27.3
41642026-03-23T20:55:22.602Z Checking quick-xml v0.37.5
41652026-03-23T20:55:22.627Z Compiling impl-trait-for-tuples v0.2.3
41662026-03-23T20:55:23.193Z Checking openssl-probe v0.1.6
41672026-03-23T20:55:23.399Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41682026-03-23T20:55:23.878Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41692026-03-23T20:55:24.119Z Checking bb8 v0.8.6
41702026-03-23T20:55:24.420Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41712026-03-23T20:55:24.488Z Checking nonempty v0.12.0
41722026-03-23T20:55:24.684Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41732026-03-23T20:55:24.705Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41742026-03-23T20:55:24.825Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41752026-03-23T20:55:24.969Z Checking support-bundle-viewer v0.1.2
41762026-03-23T20:55:24.988Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41772026-03-23T20:55:25.144Z Checking multimap v0.10.1
41782026-03-23T20:55:26.242Z Checking diesel v2.3.7
41792026-03-23T20:55:28.002Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41802026-03-23T20:55:29.188Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41812026-03-23T20:55:29.222Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41822026-03-23T20:55:29.608Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41832026-03-23T20:55:29.847Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41842026-03-23T20:55:30.272Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41852026-03-23T20:55:31.485Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41862026-03-23T20:55:32.387Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41872026-03-23T20:55:34.997Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41882026-03-23T20:55:39.278Z Compiling samael v0.0.19
41892026-03-23T20:55:46.944Z Checking async-bb8-diesel v0.2.1
41902026-03-23T20:55:46.998Z Checking diesel-dtrace v0.5.0
41912026-03-23T20:55:48.609Z Compiling polar-core v0.27.3
41922026-03-23T20:55:54.453Z Checking oso v0.27.3
41932026-03-23T20:56:48.612Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41942026-03-23T20:57:35.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s
41952026-03-23T20:57:35.342Z
41962026-03-23T20:57:35.342Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (232/267)
41972026-03-23T20:57:36.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41982026-03-23T20:57:36.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41992026-03-23T20:57:36.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42002026-03-23T20:57:36.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
42012026-03-23T20:57:36.238Z
42022026-03-23T20:57:36.238Zinfo: running `cargo check --bins` on nexus-saga-recovery (233/267)
42032026-03-23T20:57:37.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42042026-03-23T20:57:37.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42052026-03-23T20:57:37.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42062026-03-23T20:57:38.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
42072026-03-23T20:57:38.014Z
42082026-03-23T20:57:38.014Zinfo: running `cargo check --bins` on nexus-test-utils-macros (234/267)
42092026-03-23T20:57:38.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42102026-03-23T20:57:38.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42112026-03-23T20:57:38.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42122026-03-23T20:57:38.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
42132026-03-23T20:57:38.014Z
42142026-03-23T20:57:38.014Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (235/267)
42152026-03-23T20:57:38.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42162026-03-23T20:57:38.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42172026-03-23T20:57:39.128Z Compiling libz-sys v1.1.24
42182026-03-23T20:57:39.284Z Compiling libgit2-sys v0.18.3+1.9.2
42192026-03-23T20:57:39.302Z Compiling vergen-git2 v1.0.7
42202026-03-23T20:57:39.319Z Compiling rustls v0.21.12
42212026-03-23T20:57:39.337Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42222026-03-23T20:57:39.356Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42232026-03-23T20:57:39.359Z Checking rustls-webpki v0.101.7
42242026-03-23T20:57:39.359Z Checking sct v0.7.1
42252026-03-23T20:57:39.564Z Compiling nix v0.29.0
42262026-03-23T20:57:39.607Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42272026-03-23T20:57:39.610Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42282026-03-23T20:57:39.646Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42292026-03-23T20:57:39.802Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42302026-03-23T20:57:39.974Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42312026-03-23T20:57:39.996Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42322026-03-23T20:57:40.051Z Checking rustls-pemfile v1.0.4
42332026-03-23T20:57:40.218Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42342026-03-23T20:57:40.389Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42352026-03-23T20:57:40.549Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42362026-03-23T20:57:40.619Z Checking twox-hash v2.1.2
42372026-03-23T20:57:40.710Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42382026-03-23T20:57:41.542Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42392026-03-23T20:57:41.563Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42402026-03-23T20:57:41.586Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42412026-03-23T20:57:41.607Z Checking tokio-rustls v0.24.1
42422026-03-23T20:57:41.857Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42432026-03-23T20:57:42.039Z Checking fatfs v0.3.6
42442026-03-23T20:57:42.371Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42452026-03-23T20:57:42.393Z Compiling seq-macro v0.3.6
42462026-03-23T20:57:47.463Z Compiling git2 v0.20.4
42472026-03-23T20:57:48.477Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42482026-03-23T20:57:48.640Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42492026-03-23T20:57:50.721Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42502026-03-23T20:58:58.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
42512026-03-23T20:58:58.819Z
42522026-03-23T20:58:58.819Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (236/267)
42532026-03-23T20:58:59.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42542026-03-23T20:58:59.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42552026-03-23T20:59:00.073Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42562026-03-23T20:59:59.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
42572026-03-23T20:59:59.398Z
42582026-03-23T20:59:59.398Zinfo: running `cargo check --bins` on nexus-background-task-interface (237/267)
42592026-03-23T21:00:00.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42602026-03-23T21:00:00.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42612026-03-23T21:00:00.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42622026-03-23T21:00:00.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
42632026-03-23T21:00:00.204Z
42642026-03-23T21:00:00.204Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (238/267)
42652026-03-23T21:00:00.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42662026-03-23T21:00:00.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42672026-03-23T21:00:00.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42682026-03-23T21:00:00.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
42692026-03-23T21:00:01.093Z
42702026-03-23T21:00:01.093Zinfo: running `cargo check --bins` on nexus-mgs-updates (239/267)
42712026-03-23T21:00:01.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42722026-03-23T21:00:01.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42732026-03-23T21:00:01.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42742026-03-23T21:00:01.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42752026-03-23T21:00:01.954Z
42762026-03-23T21:00:01.954Zinfo: running `cargo check --bins` on nexus-networking (240/267)
42772026-03-23T21:00:02.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42782026-03-23T21:00:02.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42792026-03-23T21:00:02.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42802026-03-23T21:00:02.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
42812026-03-23T21:00:02.830Z
42822026-03-23T21:00:02.830Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (241/267)
42832026-03-23T21:00:03.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42842026-03-23T21:00:03.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42852026-03-23T21:00:03.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42862026-03-23T21:00:03.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
42872026-03-23T21:00:03.708Z
42882026-03-23T21:00:03.708Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (242/267)
42892026-03-23T21:00:04.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42902026-03-23T21:00:04.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42912026-03-23T21:00:04.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42922026-03-23T21:00:04.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
42932026-03-23T21:00:04.586Z
42942026-03-23T21:00:04.586Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/267)
42952026-03-23T21:00:05.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42962026-03-23T21:00:05.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42972026-03-23T21:00:05.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42982026-03-23T21:00:05.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42992026-03-23T21:00:05.449Z
43002026-03-23T21:00:05.449Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/267)
43012026-03-23T21:00:06.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43022026-03-23T21:00:06.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43032026-03-23T21:00:06.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43042026-03-23T21:00:06.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
43052026-03-23T21:00:06.340Z
43062026-03-23T21:00:06.340Zinfo: running `cargo check --bins` on omicron-dev (245/267)
43072026-03-23T21:00:07.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43082026-03-23T21:00:07.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43092026-03-23T21:00:07.591Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43102026-03-23T21:00:07.595Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43112026-03-23T21:00:07.781Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43122026-03-23T21:00:07.808Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43132026-03-23T21:00:07.812Z Checking diff v0.1.13
43142026-03-23T21:00:07.827Z Checking yansi v1.0.1
43152026-03-23T21:00:07.830Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43162026-03-23T21:00:07.868Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43172026-03-23T21:00:07.993Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43182026-03-23T21:00:08.194Z Checking pretty_assertions v1.4.1
43192026-03-23T21:00:09.031Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43202026-03-23T21:00:41.628Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43212026-03-23T21:00:41.631Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43222026-03-23T21:00:41.631Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43232026-03-23T21:00:41.631Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43242026-03-23T21:00:41.631Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43252026-03-23T21:00:41.631Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43262026-03-23T21:00:42.594Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43272026-03-23T21:00:43.985Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43282026-03-23T21:01:43.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
43292026-03-23T21:01:43.733Z
43302026-03-23T21:01:43.733Zinfo: running `cargo check --bins` on omicron-pins (246/267)
43312026-03-23T21:01:44.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43322026-03-23T21:01:44.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43332026-03-23T21:01:44.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43342026-03-23T21:01:44.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
43352026-03-23T21:01:44.522Z
43362026-03-23T21:01:44.522Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (247/267)
43372026-03-23T21:01:45.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43382026-03-23T21:01:45.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43392026-03-23T21:01:45.586Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43402026-03-23T21:01:45.734Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43412026-03-23T21:01:45.737Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43422026-03-23T21:02:22.614Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43432026-03-23T21:02:23.082Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43442026-03-23T21:02:25.413Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43452026-03-23T21:02:25.963Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43462026-03-23T21:02:30.031Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43472026-03-23T21:03:01.837Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43482026-03-23T21:03:02.634Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43492026-03-23T21:03:04.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
43502026-03-23T21:03:04.970Z
43512026-03-23T21:03:04.970Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (248/267)
43522026-03-23T21:03:05.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43532026-03-23T21:03:05.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43542026-03-23T21:03:05.959Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43552026-03-23T21:03:06.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
43562026-03-23T21:03:07.079Z
43572026-03-23T21:03:07.080Zinfo: running `cargo check --bins` on omicron-releng (249/267)
43582026-03-23T21:03:07.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43592026-03-23T21:03:07.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43602026-03-23T21:03:07.986Z Compiling blake3 v1.8.3
43612026-03-23T21:03:08.120Z Checking constant_time_eq v0.4.2
43622026-03-23T21:03:08.123Z Checking arrayref v0.3.9
43632026-03-23T21:03:08.123Z Checking arrayvec v0.7.6
43642026-03-23T21:03:08.160Z Checking topological-sort v0.2.2
43652026-03-23T21:03:08.164Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43662026-03-23T21:03:08.164Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43672026-03-23T21:03:08.164Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43682026-03-23T21:03:08.225Z Checking shell-words v1.1.1
43692026-03-23T21:03:09.163Z Checking omicron-zone-package v0.12.2
43702026-03-23T21:03:10.146Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43712026-03-23T21:03:11.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s
43722026-03-23T21:03:11.461Z
43732026-03-23T21:03:11.461Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (250/267)
43742026-03-23T21:03:12.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43752026-03-23T21:03:12.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43762026-03-23T21:03:12.359Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43772026-03-23T21:03:12.752Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43782026-03-23T21:03:13.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s
43792026-03-23T21:03:13.487Z
43802026-03-23T21:03:13.487Zinfo: running `cargo check --bins` on xtask (251/267)
43812026-03-23T21:03:14.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43822026-03-23T21:03:14.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43832026-03-23T21:03:14.115Z Checking libc v0.2.180
43842026-03-23T21:03:14.213Z Checking serde v1.0.228
43852026-03-23T21:03:14.225Z Checking zerofrom v0.1.6
43862026-03-23T21:03:14.233Z Checking bitflags v2.11.0
43872026-03-23T21:03:14.242Z Checking hashbrown v0.16.1
43882026-03-23T21:03:14.253Z Checking smallvec v1.15.1
43892026-03-23T21:03:14.269Z Checking serde_json v1.0.149
43902026-03-23T21:03:14.272Z Checking scroll v0.12.0
43912026-03-23T21:03:14.359Z Checking yoke v0.8.1
43922026-03-23T21:03:14.427Z Checking num-traits v0.2.19
43932026-03-23T21:03:14.486Z Checking thiserror v1.0.69
43942026-03-23T21:03:14.577Z Checking zerovec v0.11.5
43952026-03-23T21:03:14.577Z Checking zerotrie v0.2.3
43962026-03-23T21:03:14.606Z Checking percent-encoding v2.3.2
43972026-03-23T21:03:14.628Z Checking errno v0.3.14
43982026-03-23T21:03:14.772Z Checking rustix v1.1.3
43992026-03-23T21:03:14.787Z Checking toml_datetime v0.6.11
44002026-03-23T21:03:14.787Z Checking serde_spanned v0.6.9
44012026-03-23T21:03:14.851Z Checking indexmap v2.13.0
44022026-03-23T21:03:14.894Z Checking log v0.4.29
44032026-03-23T21:03:14.945Z Checking zerocopy v0.7.35
44042026-03-23T21:03:15.037Z Checking form_urlencoded v1.2.2
44052026-03-23T21:03:15.086Z Checking goblin v0.8.2
44062026-03-23T21:03:15.138Z Checking getrandom v0.4.1
44072026-03-23T21:03:15.194Z Checking tinystr v0.8.2
44082026-03-23T21:03:15.207Z Checking potential_utf v0.1.4
44092026-03-23T21:03:15.223Z Checking ordered-float v2.10.1
44102026-03-23T21:03:15.298Z Checking thiserror v2.0.18
44112026-03-23T21:03:15.366Z Checking icu_collections v2.1.1
44122026-03-23T21:03:15.422Z Checking syn v2.0.117
44132026-03-23T21:03:15.426Z Checking icu_locale_core v2.1.1
44142026-03-23T21:03:15.529Z Checking serde-value v0.7.0
44152026-03-23T21:03:15.608Z Checking toml_edit v0.22.27
44162026-03-23T21:03:15.645Z Checking dtrace-parser v0.2.0
44172026-03-23T21:03:15.802Z Checking thread-id v4.2.2
44182026-03-23T21:03:15.810Z Checking once_cell v1.21.3
44192026-03-23T21:03:15.880Z Checking cargo-platform v0.2.0
44202026-03-23T21:03:15.951Z Checking terminal_size v0.4.3
44212026-03-23T21:03:15.965Z Checking memmap v0.7.0
44222026-03-23T21:03:16.025Z Checking tempfile v3.25.0
44232026-03-23T21:03:16.104Z Checking fs-err v3.3.0
44242026-03-23T21:03:16.120Z Checking clap_builder v4.5.60
44252026-03-23T21:03:16.144Z Checking textwrap v0.16.2
44262026-03-23T21:03:16.203Z Checking icu_provider v2.1.1
44272026-03-23T21:03:16.282Z Checking camino-tempfile v1.4.1
44282026-03-23T21:03:16.340Z Checking tabled v0.15.0
44292026-03-23T21:03:16.417Z Checking anyhow v1.0.102
44302026-03-23T21:03:16.483Z Checking macaddr v1.0.1
44312026-03-23T21:03:16.514Z Checking icu_properties v2.1.2
44322026-03-23T21:03:16.675Z Checking icu_normalizer v2.1.1
44332026-03-23T21:03:16.727Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44342026-03-23T21:03:17.129Z Checking toml v0.8.23
44352026-03-23T21:03:17.562Z Checking cargo_toml v0.21.0
44362026-03-23T21:03:17.664Z Checking idna_adapter v1.2.1
44372026-03-23T21:03:17.689Z Checking dof v0.3.0
44382026-03-23T21:03:17.741Z Checking clap v4.5.60
44392026-03-23T21:03:17.810Z Checking idna v1.1.0
44402026-03-23T21:03:18.043Z Checking usdt-impl v0.5.0
44412026-03-23T21:03:18.097Z Checking url v2.5.8
44422026-03-23T21:03:18.380Z Checking usdt v0.5.0
44432026-03-23T21:03:18.572Z Checking cargo-util-schemas v0.8.2
44442026-03-23T21:03:19.570Z Checking cargo_metadata v0.21.0
44452026-03-23T21:03:20.443Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44462026-03-23T21:03:21.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.52s
44472026-03-23T21:03:21.170Z
44482026-03-23T21:03:21.171Zinfo: running `cargo check --bins` on end-to-end-tests (252/267)
44492026-03-23T21:03:21.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44502026-03-23T21:03:21.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44512026-03-23T21:03:22.347Z Checking polyval v0.6.2
44522026-03-23T21:03:22.460Z Checking ctr v0.9.2
44532026-03-23T21:03:22.470Z Checking ssh-encoding v0.2.0
44542026-03-23T21:03:22.470Z Checking blowfish v0.9.1
44552026-03-23T21:03:22.499Z Checking password-hash v0.4.2
44562026-03-23T21:03:22.521Z Checking p256 v0.13.2
44572026-03-23T21:03:22.524Z Checking p521 v0.13.3
44582026-03-23T21:03:22.559Z Checking russh-cryptovec v0.7.3
44592026-03-23T21:03:22.621Z Checking ghash v0.5.1
44602026-03-23T21:03:22.639Z Checking md5 v0.7.0
44612026-03-23T21:03:22.665Z Checking bcrypt-pbkdf v0.10.0
44622026-03-23T21:03:22.707Z Checking num-bigint v0.4.6
44632026-03-23T21:03:22.731Z Checking des v0.8.1
44642026-03-23T21:03:22.765Z Checking aes-gcm v0.10.3
44652026-03-23T21:03:22.790Z Checking pbkdf2 v0.11.0
44662026-03-23T21:03:22.844Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44672026-03-23T21:03:22.863Z Checking hex-literal v0.4.1
44682026-03-23T21:03:22.883Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44692026-03-23T21:03:22.913Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44702026-03-23T21:03:22.950Z Checking ssh-cipher v0.2.0
44712026-03-23T21:03:22.986Z Checking socket2 v0.5.10
44722026-03-23T21:03:23.003Z Checking internet-checksum v0.2.1
44732026-03-23T21:03:23.161Z Checking ssh-key v0.6.7
44742026-03-23T21:03:23.358Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44752026-03-23T21:03:24.042Z Checking russh-keys v0.45.0
44762026-03-23T21:03:24.808Z Checking russh v0.45.0
44772026-03-23T21:03:46.732Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44782026-03-23T21:03:48.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.09s
44792026-03-23T21:03:48.536Z
44802026-03-23T21:03:48.536Zinfo: running `cargo check --bins` on gateway-cli (253/267)
44812026-03-23T21:03:49.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44822026-03-23T21:03:49.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44832026-03-23T21:03:49.446Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44842026-03-23T21:03:49.564Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44852026-03-23T21:03:49.571Z Checking termios v0.3.3
44862026-03-23T21:03:51.259Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44872026-03-23T21:03:51.439Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44882026-03-23T21:03:54.119Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44892026-03-23T21:03:54.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.33s
44902026-03-23T21:03:55.100Z
44912026-03-23T21:03:55.100Zinfo: running `cargo check --bins --no-default-features` on installinator (254/267)
44922026-03-23T21:03:55.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44932026-03-23T21:03:55.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44942026-03-23T21:03:56.069Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44952026-03-23T21:03:56.214Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44962026-03-23T21:03:56.225Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44972026-03-23T21:03:56.232Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44982026-03-23T21:03:56.253Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
44992026-03-23T21:03:56.504Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45002026-03-23T21:03:56.504Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45012026-03-23T21:03:57.447Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45022026-03-23T21:03:57.710Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45032026-03-23T21:03:57.713Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45042026-03-23T21:03:58.582Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45052026-03-23T21:04:00.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.58s
45062026-03-23T21:04:00.915Z
45072026-03-23T21:04:00.916Zinfo: running `cargo check --bins` on internal-dns-cli (255/267)
45082026-03-23T21:04:01.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-03-23T21:04:01.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-03-23T21:04:01.797Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45112026-03-23T21:04:02.370Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45122026-03-23T21:04:02.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
45132026-03-23T21:04:03.010Z
45142026-03-23T21:04:03.010Zinfo: running `cargo check --bins` on omicron-live-tests (256/267)
45152026-03-23T21:04:03.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45162026-03-23T21:04:03.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45172026-03-23T21:04:03.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45182026-03-23T21:04:03.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
45192026-03-23T21:04:03.808Z
45202026-03-23T21:04:03.808Zinfo: running `cargo check --bins` on live-tests-macros (257/267)
45212026-03-23T21:04:04.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45222026-03-23T21:04:04.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45232026-03-23T21:04:04.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45242026-03-23T21:04:04.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
45252026-03-23T21:04:04.608Z
45262026-03-23T21:04:04.608Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (258/267)
45272026-03-23T21:04:05.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45282026-03-23T21:04:05.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45292026-03-23T21:04:05.652Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45302026-03-23T21:04:06.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
45312026-03-23T21:04:06.607Z
45322026-03-23T21:04:06.607Zinfo: running `cargo check --bins` on omicron-ntp-admin (259/267)
45332026-03-23T21:04:07.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45342026-03-23T21:04:07.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45352026-03-23T21:04:07.503Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45362026-03-23T21:04:07.507Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45372026-03-23T21:04:07.816Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45382026-03-23T21:04:07.820Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45392026-03-23T21:04:08.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.19s
45402026-03-23T21:04:09.025Z
45412026-03-23T21:04:09.025Zinfo: running `cargo check --bins` on ntp-admin-types (260/267)
45422026-03-23T21:04:09.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45432026-03-23T21:04:09.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45442026-03-23T21:04:09.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45452026-03-23T21:04:09.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
45462026-03-23T21:04:09.827Z
45472026-03-23T21:04:09.827Zinfo: running `cargo check --bins` on omicron-package (261/267)
45482026-03-23T21:04:10.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45492026-03-23T21:04:10.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45502026-03-23T21:04:10.748Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45512026-03-23T21:04:12.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.30s
45522026-03-23T21:04:12.388Z
45532026-03-23T21:04:12.388Zinfo: running `cargo check --bins` on tqdb (262/267)
45542026-03-23T21:04:13.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45552026-03-23T21:04:13.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45562026-03-23T21:04:13.471Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45572026-03-23T21:04:13.917Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45582026-03-23T21:04:14.633Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45592026-03-23T21:04:14.638Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45602026-03-23T21:04:21.312Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45612026-03-23T21:04:22.230Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45622026-03-23T21:04:22.233Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45632026-03-23T21:04:22.233Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45642026-03-23T21:04:22.233Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45652026-03-23T21:04:23.245Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45662026-03-23T21:04:32.778Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45672026-03-23T21:04:41.137Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45682026-03-23T21:04:41.140Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45692026-03-23T21:04:41.140Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45702026-03-23T21:04:41.140Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45712026-03-23T21:04:43.075Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45722026-03-23T21:04:44.865Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45732026-03-23T21:04:45.742Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45742026-03-23T21:04:47.441Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45752026-03-23T21:04:48.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.72s
45762026-03-23T21:04:48.367Z
45772026-03-23T21:04:48.368Zinfo: running `cargo check --bins` on wicket-dbg (263/267)
45782026-03-23T21:04:49.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45792026-03-23T21:04:49.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45802026-03-23T21:04:49.342Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45812026-03-23T21:04:49.480Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
45822026-03-23T21:04:49.499Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45832026-03-23T21:04:49.538Z Checking rtoolbox v0.0.3
45842026-03-23T21:04:49.542Z Checking tui-tree-widget v0.23.1
45852026-03-23T21:04:49.709Z Checking rpassword v7.4.0
45862026-03-23T21:04:49.799Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45872026-03-23T21:04:50.770Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45882026-03-23T21:04:57.417Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45892026-03-23T21:04:58.340Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45902026-03-23T21:04:59.733Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45912026-03-23T21:05:04.022Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45922026-03-23T21:05:06.555Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45932026-03-23T21:05:07.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.33s
45942026-03-23T21:05:07.947Z
45952026-03-23T21:05:07.947Zinfo: running `cargo check --bins` on wicket (264/267)
45962026-03-23T21:05:08.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45972026-03-23T21:05:08.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45982026-03-23T21:05:08.888Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45992026-03-23T21:05:09.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
46002026-03-23T21:05:09.587Z
46012026-03-23T21:05:09.588Zinfo: running `cargo check --bins` on wicketd (265/267)
46022026-03-23T21:05:10.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46032026-03-23T21:05:10.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46042026-03-23T21:05:10.588Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46052026-03-23T21:05:10.602Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46062026-03-23T21:05:10.725Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46072026-03-23T21:05:10.746Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46082026-03-23T21:05:12.155Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46092026-03-23T21:05:12.931Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46102026-03-23T21:05:17.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.43s
46112026-03-23T21:05:17.269Z
46122026-03-23T21:05:17.269Zinfo: running `cargo check --bins` on omicron-workspace-hack (266/267)
46132026-03-23T21:05:17.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46142026-03-23T21:05:17.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46152026-03-23T21:05:17.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46162026-03-23T21:05:17.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
46172026-03-23T21:05:18.063Z
46182026-03-23T21:05:18.063Zinfo: running `cargo check --bins` on zone-setup (267/267)
46192026-03-23T21:05:18.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46202026-03-23T21:05:18.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46212026-03-23T21:05:18.982Z Checking uzers v0.12.2
46222026-03-23T21:05:19.328Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46232026-03-23T21:05:20.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.19s
46242026-03-23T21:05:20.545Z
46252026-03-23T21:05:20.551Zreal 19:15.503850636
46262026-03-23T21:05:20.551Zuser 28:36.940088843
46272026-03-23T21:05:20.551Zsys 5:19.806507618
46282026-03-23T21:05:20.551Ztrap 0.484851628
46292026-03-23T21:05:20.551Ztflt 0.303890683
46302026-03-23T21:05:20.551Zdflt 0.729665729
46312026-03-23T21:05:20.551Zkflt 0.000887589
46322026-03-23T21:05:20.551Zlock 1:45:37.801577156
46332026-03-23T21:05:20.551Zslp 2:14:21.927524343
46342026-03-23T21:05:20.551Zlat 1:23.557780811
46352026-03-23T21:05:20.551Zstop 5:21.075223519
46362026-03-23T21:05:20.551Zprocess exited: duration 1402030 ms, exit code 0
 
46372026-03-23T21:05:20.563Zfound 0 output files